@import url('//fonts.googleapis.com/css?family=Lato:400,700,900,400italic,700italic|Oswald:400,700');
@charset "UTF-8";
.cms {
  /* basic elements */
  /* links */
  /* styled elements */
  /* alignment */
}
.cms h1 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.2rem;
}
.cms h2 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.2rem;
}
.cms h3 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.7rem;
}
.cms h4 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.4rem;
  margin: 1em 0;
}
.cms h5 {
  font: 900 16px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
.cms h6 {
  font: 900 15px "Lato", Arial, sans-serif;
}
.cms p,
.cms li {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
}
.cms a {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
}
.cms a:hover,
.cms a:focus,
.cms a:active {
  color: #000000;
}
.cms a.styled-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
.cms a.styled-link:hover,
.cms a.styled-link:focus,
.cms a.styled-link:active {
  color: #000000;
}
.cms a.styled-link:hover,
.cms a.styled-link:focus,
.cms a.styled-link:active {
  color: #000000;
}
.cms a.button {
  -webkit-appearance: none;
  font: 900 13px "Lato", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #d23b00;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  margin: 0 5px 5px 0;
  padding: 0px 30px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 200ms;
}
.cms a.button:hover,
.cms a.button:focus {
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
.cms img {
  max-width: 100%;
  height: auto;
}
.cms img.styled-image {
  padding: 7px 7px 40px 7px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.cms blockquote {
  background: #e2dbc5;
  padding: 22.5px 20px;
  background: #009ed2;
  color: #ffffff;
  margin: 1em 0;
}
.cms blockquote:after {
  clear: both;
  content: '';
  display: table;
}
.cms blockquote h1:first-child,
.cms blockquote h2:first-child,
.cms blockquote h3:first-child,
.cms blockquote h4:first-child,
.cms blockquote h5:first-child,
.cms blockquote h6:first-child {
  margin-top: 0;
}
.cms blockquote p:last-child {
  margin-bottom: 0;
}
.cms blockquote p {
  font: normal 1.3rem "Lato", Arial, sans-serif;
  font-style: italic;
  line-height: 1.7;
}
.cms table {
  border-collapse: collapse;
  width: 100%;
}
.cms table td,
.cms table th {
  border: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.cms table td h1,
.cms table th h1,
.cms table td h2,
.cms table th h2,
.cms table td h3,
.cms table th h3,
.cms table td h4,
.cms table th h4 {
  margin-top: 0;
}
.cms table.styled-table {
  margin: .5em 0 3em;
  width: 100%;
}
.cms table.styled-table th {
  font: 900 15px "Lato", Arial, sans-serif;
  background: #d23b00;
  color: #ffffff;
  padding: 15px 35px;
  text-transform: uppercase;
}
.cms table.styled-table td {
  border-bottom: 1px solid #8e8c86;
  padding: 15px 35px;
  text-align: left;
}
.cms table.styled-table caption {
  text-align: left;
}
.cms hr {
  background: #d1d0cc;
  border: none;
  clear: both;
  height: 1px;
  margin: 2em 0;
  padding: 0;
}
.cms .alignleft {
  text-align: left;
}
.cms .alignright {
  text-align: right;
}
.cms .aligncenter {
  text-align: center;
}
.cms img.alignleft {
  float: left;
  margin-bottom: 45px;
  margin-right: 20px;
}
.cms img.alignright {
  clear: right;
  float: right;
  margin-bottom: 45px;
  margin-left: 20px;
}
.cms img.aligncenter {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
/** Test elements */
.test1 {
  background: orange;
}
.test2 {
  background: turquoise;
}
.test3 {
  background: lime;
}
.border1 {
  outline: 2px solid lightseagreen;
}
.border2 {
  outline: 2px solid mediumorchid;
}
/* fonts */
/** page headings */
.mainheading {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.2rem;
}
.subheading {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.2rem;
}
.smallheading {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.7rem;
}
.tinyheading {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.4rem;
  margin: 1em 0;
}
.para {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
}
/* styled elements in cms */
.styled-image {
  padding: 7px 7px 40px 7px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.styled-table {
  margin: .5em 0 3em;
  width: 100%;
}
.styled-table th {
  font: 900 15px "Lato", Arial, sans-serif;
  background: #d23b00;
  color: #ffffff;
  padding: 15px 35px;
  text-transform: uppercase;
}
.styled-table td {
  border-bottom: 1px solid #8e8c86;
  padding: 15px 35px;
  text-align: left;
}
.styled-table caption {
  text-align: left;
}
.styled-hr {
  background: #d1d0cc;
  border: none;
  clear: both;
  height: 1px;
  margin: 2em 0;
  padding: 0;
}
/** resets */
.clear {
  clear: both;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.spacer {
  height: 50px;
}
/** layout mixins */
.full-width {
  clear: both;
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
}
.full-width:after {
  clear: both;
  content: '';
  display: table;
}
.column {
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
}
.left {
  float: left;
}
.right {
  float: right;
}
.aligncenter {
  text-align: center;
}
.box {
  background: #e2dbc5;
  padding: 22.5px 20px;
}
.box:after {
  clear: both;
  content: '';
  display: table;
}
.box h1:first-child,
.box h2:first-child,
.box h3:first-child,
.box h4:first-child,
.box h5:first-child,
.box h6:first-child {
  margin-top: 0;
}
.box p:last-child {
  margin-bottom: 0;
}
/** shadow elements */
.text-shadow-light {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}
.text-shadow-dark {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.box-shadow {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
/** Transitions */
/* Common style definitions and mixins */
/* test backgrounds */
/* brand colours */
/** colour definitions */
/* clickable elements */
/* fonts */
/* decoration */
/* panels and blocks */
/** grid */
/** Responsive breakpoints
+----------+----------+----------+-----------...
+    XS    |    SM    |    MD    |   LG
+   Phone  |  Tablet  |  Desktop |  Large desktop
+   0-480  | 481-768  |  769-992 |  993+
+----------+----------+----------+-----------...
*/
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  font: normal 15px "Lato", Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #e2dbc5;
  color: #000000;
  line-height: 1;
  overflow-x: hidden;
}
@media (max-width: 480px) {
  html,
  body {
    font-size: 13px;
  }
}
@media (min-width: 481px) and (max-width: 879px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (min-width: 880px) {
  html,
  body {
    font-size: 15px;
  }
}
@media (min-width: 481px) and (max-width: 879px) {
  .body {
    margin: 0 20px;
  }
}
/** --------------------------------------------------------------------------------------- */
.container,
.content-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1250px;
}
.container:after,
.content-container:after {
  clear: both;
  content: '';
  display: table;
}
.row,
.main-content,
.header,
.mtstyleguide .grid-overlay,
.js .grid-overlay,
.prefooter-wrapper .prefooter,
.news-articles,
.product-image-gallery .gallery-thumbs-wrapper,
.products,
.products,
.checkout .checkout-columns-container,
.row-item-wrapper,
.packery-container {
  margin-left: -10px;
  margin-right: -10px;
}
.row:after,
.main-content:after,
.header:after,
.mtstyleguide .grid-overlay:after,
.js .grid-overlay:after,
.prefooter-wrapper .prefooter:after,
.news-articles:after,
.product-image-gallery .gallery-thumbs-wrapper:after,
.products:after,
.products:after,
.checkout .checkout-columns-container:after,
.row-item-wrapper:after,
.packery-container:after {
  clear: both;
  content: '';
  display: table;
}
/** --------------------------------------------------------------------------------------- */
.content-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1250px;
  position: relative;
}
.content-container:after {
  clear: both;
  content: '';
  display: table;
}
/** --------------------------------------------------------------------------------------- */
.main-content {
  margin-left: -10px;
  margin-right: -10px;
  /** one column layout - full width  */
  /** one column layout - indented */
  /** two column layout */
  /** full with layout - for custom columns */
}
.main-content:after {
  clear: both;
  content: '';
  display: table;
}
@media (min-width: 880px) {
  .main-content {
    padding-top: 20px;
  }
}
.main-content .full-width-content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  clear: both;
}
.main-content .content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 880px) {
  .main-content .content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 880px) {
  .main-content .content {
    left: 16.66666667%;
  }
}
.main-content .large-column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 880px) {
  .main-content .large-column {
    float: left;
    width: 75%;
  }
}
.main-content .small-column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 880px) {
  .main-content .small-column {
    float: left;
    width: 25%;
  }
}
/* header layout */
.header-wrapper {
  clear: both;
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  background: #fec415;
}
.header-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.header {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.header:after {
  clear: both;
  content: '';
  display: table;
}
@media (min-width: 880px) {
  .header .site-search-wrapper {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .header .header-nav-wrapper {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    padding-left: 0;
  }
  .header .main-nav-wrapper {
    margin-left: -9999px;
    margin-right: -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
    background: #d23b00;
    clear: both;
  }
  .header .main-nav-wrapper:after {
    clear: both;
    content: '';
    display: table;
  }
  .header .main-nav-wrapper .main-nav {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .main-nav-wrapper .link-basket-wrapper {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .social-media,
  .header .user-nav {
    text-align: right;
    margin-bottom: 10px;
  }
  .header .site-search-title {
    font: 900 15px "Lato", Arial, sans-serif;
    color: #000000;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.4rem;
    margin: 1em 0;
    text-align: center;
  }
}
@media (min-width: 880px) and (min-width: 880px) {
  .header .site-search-wrapper {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 880px) and (min-width: 880px) {
  .header .header-nav-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 880px) and (min-width: 880px) {
  .header .main-nav-wrapper .main-nav {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 880px) and (min-width: 880px) {
  .header .main-nav-wrapper .link-basket-wrapper {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 879px) {
  .header {
    min-height: 109px;
  }
  .header .mobile-links-wrapper {
    clear: both;
    margin-left: -9999px;
    margin-right: -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
    background: #d23b00;
    height: 38px;
  }
  .header .mobile-links-wrapper:after {
    clear: both;
    content: '';
    display: table;
  }
  .header .site-search-wrapper {
    clear: both;
  }
  .header .site-search-wrapper .site-search-title {
    display: none;
  }
  .header .site-search-wrapper .site-search {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header .link-basket-wrapper {
    display: none;
  }
  .header .header-nav-wrapper {
    background: #fec415;
    padding-top: 20px;
    text-align: left;
    margin: -10px;
    -webkit-order: 2;
    order: 2;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .header .header-nav-wrapper .social-media {
    -webkit-order: 2;
    order: 2;
    margin: 10px 0 0 10px;
  }
}
@media (max-width: 879px) and (orientation: landscape) {
  .header .header-nav-wrapper {
    padding-top: 10px;
  }
  .header .header-nav-wrapper .language-select {
    display: none;
  }
  .header .header-nav-wrapper .user-nav {
    margin-bottom: 1em;
  }
}
/* header elements */
@media (min-width: 880px) {
  .site-logo {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 880px) and (min-width: 880px) {
  .site-logo {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 880px) {
  .site-logo .site-logo-img {
    display: block;
    height: auto;
    max-width: 320px;
    width: 100%;
  }
}
@media (max-width: 879px) {
  .site-logo .site-logo-img {
    display: block;
    max-height: 110px;
    margin: 0 auto;
    height: auto;
  }
}
/* footer layout */
.footer-wrapper {
  clear: both;
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  background: #d23b00;
  text-align: center;
}
.footer-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.footer-wrapper .footer {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 22.5px 0 45px;
}
/* footer elements */
.copyright {
  text-align: center;
  margin: 30px 0;
}
.copyright p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.footer-nav {
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
  width: 175px;
}
.footer-nav ul,
.footer-nav ol {
  margin: 0;
  padding: 0;
}
.footer-nav ul li,
.footer-nav ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav .footer-nav-title {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.4rem;
  margin: 1em 0;
}
.footer-nav a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 15px "Lato", Arial, sans-serif;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
.footer-nav a:hover,
.footer-nav a:focus,
.footer-nav a:active {
  color: #000000;
}
.mt-logo {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  background: url('/media/img/logo-mt.png?71186c3cc858') 10px 8px no-repeat;
  background-size: 200px 80px;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  display: block;
  height: 14px;
  margin: 20px auto;
  padding: 15px 10px;
  text-align: left;
  width: 220px;
}
.mt-logo:hover,
.mt-logo:focus {
  background-position: 10px -59px;
  background-color: rgba(0, 0, 0, 0.9);
}
/* responsive menu button */
@media (min-width: 880px) {
  .navigation-menu-button {
    display: none;
  }
}
/* responsive navigation show/hide
	two options to choose from, animate form the top or from the left
*/
html {
  /* choose to animate form the top or the left */
}
@media (max-width: 879px) {
  html {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out 0;
    -moz-transition: all 300ms ease-out 0;
    -ms-transition: all 300ms ease-out 0;
    -o-transition: all 300ms ease-out 0;
    transition: all 300ms ease-out 0;
    left: 0;
    position: relative;
  }
  html.navigation-menu-open,
  html.filter-menu-open {
    overflow: hidden;
    position: fixed;
  }
  html.navigation-menu-open .nav-overlay,
  html.filter-menu-open .nav-overlay {
    display: block;
  }
  html.navigation-menu-open {
    left: 280px;
  }
  html.navigation-menu-open .header-content {
    left: 0;
  }
}
@media (max-width: 879px) {
  html .header-content {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out 0;
    -moz-transition: all 300ms ease-out 0;
    -ms-transition: all 300ms ease-out 0;
    -o-transition: all 300ms ease-out 0;
    transition: all 300ms ease-out 0;
    background: #d23b00;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    left: -280px;
    overflow-y: auto;
    padding: 10px;
    position: fixed;
    top: 0;
    width: 280px;
    z-index: 100;
  }
  html .header-content .main-nav-wrapper {
    -webkit-flex: 1;
    flex: 1;
    overflow: auto;
    margin-bottom: 30px;
  }
}
html .nav-overlay {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  height: 100vh;
  display: none;
}
.header {
  /* choose to animate form the top or the left */
}
@media (max-width: 879px) {
  .header .site-search-wrapper.open {
    -webkit-transition: max-height 250ms, visibility 250ms;
    -moz-transition: max-height 250ms, visibility 250ms;
    -ms-transition: max-height 250ms, visibility 250ms;
    -o-transition: max-height 250ms, visibility 250ms;
    transition: max-height 250ms, visibility 250ms;
    max-height: 500px;
    overflow: hidden;
    visibility: visible;
  }
  .header .site-search-wrapper:not(.open) {
    -webkit-transition: max-height 250ms, visibility 250ms;
    -moz-transition: max-height 250ms, visibility 250ms;
    -ms-transition: max-height 250ms, visibility 250ms;
    -o-transition: max-height 250ms, visibility 250ms;
    transition: max-height 250ms, visibility 250ms;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
  }
}
/* individual link styling */
@media (min-width: 880px) {
  .navigation-menu-button {
    display: none;
  }
}
@media (max-width: 879px) {
  .navigation-menu-button {
    display: inline-block;
    vertical-align: middle;
    font: normal 15px "Lato", Arial, sans-serif;
    background: #d23b00;
    color: #ffffff;
    line-height: 38px;
    height: 38px;
    padding: 0px 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 110px;
    width: 33.33333%;
  }
  .navigation-menu-button .button-label {
    display: none;
  }
  .navigation-menu-button:before {
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 38px;
    line-height: 38px;
    width: 30px;
  }
  .navigation-menu-button.mobile-menu-button {
    left: 0px;
  }
  .navigation-menu-button.mobile-menu-button:before {
    background-image: url('/media/img/icon-menu.png?71186c3cc858');
    background-size: 21px 21px;
  }
  .navigation-menu-button.mobile-search-button {
    left: 33%;
  }
  .navigation-menu-button.mobile-search-button:before {
    background-image: url('/media/img/icon-search-white.png?71186c3cc858');
    background-size: 21px 21px;
  }
  .navigation-menu-button.mobile-basket-button {
    left: 66%;
  }
  .navigation-menu-button.mobile-basket-button:before {
    background-image: url('/media/img/icon-basket.png?44c3a798ad18');
    background-size: 19px 19px;
  }
  .navigation-menu-button.category-filters-button {
    position: relative;
    width: auto;
    float: right;
    left: 0;
    top: 0;
    font-weight: 900;
  }
  .navigation-menu-button.category-filters-button:before {
    display: none;
  }
  .navigation-menu-button:hover,
  .navigation-menu-button:active {
    text-decoration: none;
    background: #000000;
  }
}
/* navigation style bar */
/* navigation style sitemap */
/* main navigation (responsive) */
@media (max-width: 879px) {
  .main-nav {
    clear: both;
  }
  .main-nav ul,
  .main-nav ol {
    margin: 0;
    padding: 0;
  }
  .main-nav ul li,
  .main-nav ol li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-nav > .navigation {
    clear: both;
  }
  .main-nav > .navigation > li > a {
    font: 900 13px "Lato", Arial, sans-serif;
    color: #ffffff;
    display: block;
    font-weight: 700;
    padding: 5px 0 5px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 200ms;
  }
  .main-nav > .navigation > li > a:before {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    content: "\27A4";
    font-size: 8px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 8px;
  }
  .main-nav > .navigation > li.current > a {
    color: #000000;
  }
  .main-nav > .navigation > li.browse-all a:before {
    top: 12px !important;
  }
  .main-nav > .navigation > li > .navigation > li > a {
    color: #ffffff;
    font: 900 13px "Lato", Arial, sans-serif;
    display: block;
    padding: 5px 0 5px 20px;
  }
  .main-nav > .navigation > li > .navigation > li.current > a {
    color: #000000;
  }
}
@media (min-width: 880px) {
  .main-nav ul,
  .main-nav ol {
    margin: 0;
    padding: 0;
  }
  .main-nav ul li,
  .main-nav ol li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: bottom;
  }
  .main-nav > .navigation {
    display: inline-block;
    vertical-align: middle;
  }
  .main-nav > .navigation > li > a {
    display: block;
    background: #d23b00;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
  }
  .main-nav > .navigation > li > a:after {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #6c1e00;
    content: "\27A4";
    font-size: 9px;
    margin-left: 5px;
  }
  .main-nav > .navigation > li > a:hover {
    text-decoration: none;
    background: #000000;
  }
  .main-nav > .navigation > li > a:focus {
    background: #f4f2eb;
    color: #000000;
  }
  .main-nav > .navigation > li.selected > a {
    color: #000000;
    background: #e2dbc5;
  }
  .main-nav > .navigation > li.selected > a:after {
    color: #000000;
  }
  .main-nav > .navigation > li.selected > a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #000000;
  }
  .main-nav > .navigation > li.selected > a:focus {
    background: #f4f2eb;
    color: #000000;
  }
  .main-nav > .navigation > li > .navigation {
    display: none;
  }
}
@media (min-width: 880px) and (min-width: 1201px) {
  .main-nav > .navigation > li > a {
    font: 900 17px "Lato", Arial, sans-serif;
    padding: 0 14px 0 14px;
    line-height: 50px;
  }
}
@media (min-width: 880px) and (min-width: 880px) and (max-width: 1200px) {
  .main-nav > .navigation > li > a {
    font: 900 15px "Lato", Arial, sans-serif;
    padding: 0 4px 0 14px;
    line-height: 50px;
  }
}
.megadropdown .navigation {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 880px) {
  .megadropdown .navigation {
    float: left;
    width: 25%;
  }
}
/* megadropdown (responsive) */
.megadropdown.subnav {
  position: relative;
  /** animations */
  /* animating form the top on desktop */
  /* animating from the side on mobile */
}
@media (min-width: 880px) {
  .megadropdown.subnav {
    background: #f4f2eb;
  }
  .megadropdown.subnav ul,
  .megadropdown.subnav ol {
    margin: 0;
    padding: 0;
  }
  .megadropdown.subnav ul li,
  .megadropdown.subnav ol li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .megadropdown.subnav > .navigation {
    padding-bottom: 58px;
    padding-top: 30px;
    text-align: left;
    vertical-align: top;
  }
  .megadropdown.subnav > .navigation > li {
    display: block;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
  }
  .megadropdown.subnav > .navigation > li > a {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    transition: color 200ms;
    font: 900 13px "Lato", Arial, sans-serif;
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
  }
  .megadropdown.subnav > .navigation > li > a:hover,
  .megadropdown.subnav > .navigation > li > a:focus,
  .megadropdown.subnav > .navigation > li > a:active {
    color: #000000;
  }
  .megadropdown.subnav > .navigation > li > a:before {
    display: inline-block;
    vertical-align: middle;
    color: #d23b00;
    content: "\27A4";
    font-size: 8px;
    left: 0;
    position: absolute;
    top: 3px;
  }
  .megadropdown.subnav > .navigation > li > a:hover {
    color: #d23b00;
  }
  .megadropdown.subnav > .navigation > li.selected a {
    color: #d23b00;
  }
}
@media (max-width: 879px) {
  .megadropdown.subnav {
    clear: both;
    background: #d23b00;
  }
  .megadropdown.subnav ul,
  .megadropdown.subnav ol {
    margin: 0;
    padding: 0;
  }
  .megadropdown.subnav ul li,
  .megadropdown.subnav ol li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .megadropdown.subnav > .navigation {
    clear: both;
  }
  .megadropdown.subnav > .navigation > li > a {
    font: 900 13px "Lato", Arial, sans-serif;
    color: #ffffff;
    display: block;
    font-weight: 700;
    padding: 5px 0 5px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 200ms;
  }
  .megadropdown.subnav > .navigation > li > a:before {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    content: "\27A4";
    font-size: 8px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 8px;
  }
  .megadropdown.subnav > .navigation > li.current > a {
    color: #000000;
  }
  .megadropdown.subnav > .navigation > li.browse-all a:before {
    top: 12px !important;
  }
  .megadropdown.subnav > .navigation > li > .navigation > li > a {
    color: #ffffff;
    font: 900 13px "Lato", Arial, sans-serif;
    display: block;
    padding: 5px 0 5px 20px;
  }
  .megadropdown.subnav > .navigation > li > .navigation > li.current > a {
    color: #000000;
  }
}
.megadropdown.subnav .browse-all a {
  display: block;
  font-size: 20px !important;
  position: relative;
}
.megadropdown.subnav .browse-all a:before {
  top: 8px !important;
}
.megadropdown.subnav .navigation-menu-image {
  display: block;
  position: relative;
  padding-bottom: 0;
}
.megadropdown.subnav .navigation-menu-image .navigation-menu-image-inner {
  display: inline-block;
  position: relative;
  width: 310px;
  max-width: 100%;
  max-height: 100%;
}
.megadropdown.subnav .navigation-menu-image .navigation-menu-image-inner.overlay::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #d03815;
  mix-blend-mode: multiply;
}
.megadropdown.subnav .navigation-menu-image .navigation-menu-image-inner img {
  max-width: 310px;
  max-width: 100%;
  max-height: 100%;
}
.megadropdown.subnav .navigation-menu-image .navigation-menu-image-inner span {
  font: 900 20px "Lato", Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.megadropdown.subnav .navigation-browse-all-placeholder {
  height: 44px;
  clear: both;
}
.megadropdown.subnav .navigation-browse-all {
  position: absolute;
  bottom: 20px;
  padding: 0;
  clear: both;
}
@media (max-width: 879px) {
  .megadropdown.subnav .navigation-browse-all {
    position: relative;
    bottom: 0;
  }
}
@media (min-width: 880px) {
  .megadropdown.subnav {
    clear: both;
    margin-left: -9999px;
    margin-right: -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .megadropdown.subnav:after {
    clear: both;
    content: '';
    display: table;
  }
  .megadropdown.subnav.open {
    -webkit-transition: max-height 250ms, visibility 250ms;
    -moz-transition: max-height 250ms, visibility 250ms;
    -ms-transition: max-height 250ms, visibility 250ms;
    -o-transition: max-height 250ms, visibility 250ms;
    transition: max-height 250ms, visibility 250ms;
    max-height: 500px;
    visibility: visible;
  }
}
@media (max-width: 879px) {
  .megadropdown.subnav {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: -300px;
    overflow-y: auto;
    padding: 10px;
    position: fixed;
    top: 0;
    width: 280px;
    z-index: 100;
  }
  .megadropdown.subnav.open {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out 0;
    -moz-transition: all 300ms ease-out 0;
    -ms-transition: all 300ms ease-out 0;
    -o-transition: all 300ms ease-out 0;
    transition: all 300ms ease-out 0;
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -o-transform: translate(300px, 0);
    transform: translate(300px, 0);
  }
}
/* sub navigation (not responsive) */
.sub-nav {
  clear: both;
  background: #d23b00;
  padding: 10px;
}
.sub-nav ul,
.sub-nav ol {
  margin: 0;
  padding: 0;
}
.sub-nav ul li,
.sub-nav ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-nav > .navigation {
  clear: both;
}
.sub-nav > .navigation > li > a {
  font: 900 13px "Lato", Arial, sans-serif;
  color: #ffffff;
  display: block;
  font-weight: 700;
  padding: 5px 0 5px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 200ms;
}
.sub-nav > .navigation > li > a:before {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  content: "\27A4";
  font-size: 8px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 8px;
}
.sub-nav > .navigation > li.current > a {
  color: #000000;
}
.sub-nav > .navigation > li.browse-all a:before {
  top: 12px !important;
}
.sub-nav > .navigation > li > .navigation > li > a {
  color: #ffffff;
  font: 900 13px "Lato", Arial, sans-serif;
  display: block;
  padding: 5px 0 5px 20px;
}
.sub-nav > .navigation > li > .navigation > li.current > a {
  color: #000000;
}
/* user navigation in the header */
@media (min-width: 880px) {
  .user-nav ul,
  .user-nav ol {
    margin: 0;
    padding: 0;
  }
  .user-nav ul li,
  .user-nav ol li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: bottom;
  }
}
@media (max-width: 879px) {
  .user-nav {
    margin-bottom: 20px;
  }
  .user-nav ul,
  .user-nav ol {
    margin: 0;
    padding: 0;
  }
  .user-nav ul li,
  .user-nav ol li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
.user-nav .user-nav-link {
  font: 900 11px "Lato", Arial, sans-serif;
  color: #000000;
  padding: 0 5px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 879px) {
  .user-nav .user-nav-link {
    display: block;
    margin: 3px 0;
  }
}
@media (min-width: 880px) {
  .user-nav .user-nav-link {
    border-right: 1px solid #000000;
    line-height: 12px;
  }
}
@media (min-width: 1200px) {
  .user-nav .user-nav-link {
    font: 900 13px "Lato", Arial, sans-serif;
    padding: 0 10px;
  }
}
.user-nav .user-nav-link:hover,
.user-nav .user-nav-link:focus,
.user-nav .user-nav-link:active {
  color: #d23b00;
}
.user-nav .last .user-nav-link {
  border: 0;
  padding-right: 0;
}
/* sucategory nav */
.subcategory-nav {
  text-align: center;
  margin-bottom: 20px;
}
.subcategory-nav ul,
.subcategory-nav ol {
  margin: 0;
  padding: 0;
}
.subcategory-nav ul li,
.subcategory-nav ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.subcategory-nav > .navigation > li > a {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px;
}
.subcategory-nav > .navigation > li > a:hover,
.subcategory-nav > .navigation > li > a:focus,
.subcategory-nav > .navigation > li > a:active {
  color: #000000;
}
.subcategory-nav > .navigation > li > a:hover,
.subcategory-nav > .navigation > li > a:focus,
.subcategory-nav > .navigation > li > a:active {
  color: #000000;
}
/* account nav */
.account-nav {
  text-align: center;
  margin-bottom: 20px;
}
.account-nav ul,
.account-nav ol {
  margin: 0;
  padding: 0;
}
.account-nav ul li,
.account-nav ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.account-nav > .navigation > li > a {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px;
}
.account-nav > .navigation > li > a:hover,
.account-nav > .navigation > li > a:focus,
.account-nav > .navigation > li > a:active {
  color: #000000;
}
.account-nav > .navigation > li > a:hover,
.account-nav > .navigation > li > a:focus,
.account-nav > .navigation > li > a:active {
  color: #000000;
}
.account-nav > .navigation > li.selected a {
  color: #000000;
}
/* category filters */
@media (max-width: 879px) {
  .filter-menu-open .category-filters {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    background: #e2dbc5;
    bottom: 0;
    right: -300px;
    padding: 10px 0 10px 10px;
    top: 0;
    width: 280px;
    z-index: 100;
    height: 100vh;
    position: fixed;
    -webkit-transform: translate(-300px, 0);
    -moz-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    -o-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out 0;
    -moz-transition: all 300ms ease-out 0;
    -ms-transition: all 300ms ease-out 0;
    -o-transition: all 300ms ease-out 0;
    transition: all 300ms ease-out 0;
  }
}
@media (min-width: 880px) {
  .category-filters .apply-filters-button {
    display: none;
  }
}
.category-filters .category-filters-collapsed,
.category-filters .scale-filters-collapsed {
  display: none;
}
@media (max-width: 879px) {
  .category-filters {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    background: #e2dbc5;
    bottom: 0;
    right: -280px;
    padding: 10px 0 10px 10px;
    top: 0;
    width: 280px;
    z-index: 100;
    height: 100vh;
    position: fixed;
  }
  .category-filters.navigation-menu-open {
    -webkit-transform: translate(-300px, 0);
    -moz-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    -o-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out 0;
    -moz-transition: all 300ms ease-out 0;
    -ms-transition: all 300ms ease-out 0;
    -o-transition: all 300ms ease-out 0;
    transition: all 300ms ease-out 0;
  }
  .category-filters .filter-wrapper {
    height: 95%;
    margin-bottom: 10px;
    margin-top: 40px;
    overflow-y: scroll;
  }
  .category-filters .apply-filters-button {
    -webkit-appearance: none;
    font: 900 13px "Lato", Arial, sans-serif;
    display: inline-block;
    vertical-align: middle;
    background-color: #d23b00;
    border-radius: 4px;
    border: 0;
    color: #ffffff;
    margin: 0 5px 5px 0;
    padding: 0px 30px;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 200ms;
    display: block;
    border: 1px solid #fff;
    margin: 10px 0;
    position: absolute;
    top: 0px;
    width: 260px;
    left: 10px;
    text-align: center;
  }
  .category-filters .apply-filters-button:hover,
  .category-filters .apply-filters-button:focus {
    background-color: #000000;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
  }
}
/** links */
.styled-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
.styled-link:hover,
.styled-link:focus,
.styled-link:active {
  color: #000000;
}
/** main button style */
.button,
a.button,
input.button,
button.button {
  -webkit-appearance: none;
  font: 900 13px "Lato", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #d23b00;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  margin: 0 5px 5px 0;
  padding: 0px 30px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 200ms;
}
.button:hover,
a.button:hover,
input.button:hover,
button.button:hover,
.button:focus,
a.button:focus,
input.button:focus,
button.button:focus {
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
.basket-button,
a.basket-button,
input.basket-button,
button.basket-button {
  -webkit-appearance: none;
  font: 900 13px "Lato", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #d23b00;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  margin: 0 5px 5px 0;
  padding: 0px 30px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 200ms;
  font-size: 17px;
  height: auto;
  line-height: 100%;
  padding: 20px 55px;
}
.basket-button:hover,
a.basket-button:hover,
input.basket-button:hover,
button.basket-button:hover,
.basket-button:focus,
a.basket-button:focus,
input.basket-button:focus,
button.basket-button:focus {
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
.small-basket-button,
a.small-basket-button,
input.small-basket-button,
button.small-basket-button {
  -webkit-appearance: none;
  font: 900 13px "Lato", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #d23b00;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  margin: 0 5px 5px 0;
  padding: 0px 30px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 200ms;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-image: url('/media/img/icon-add-to-basket.png?71186c3cc858');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px 20px;
  height: 32px;
  width: 60px;
}
.small-basket-button:hover,
a.small-basket-button:hover,
input.small-basket-button:hover,
button.small-basket-button:hover,
.small-basket-button:focus,
a.small-basket-button:focus,
input.small-basket-button:focus,
button.small-basket-button:focus {
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
.small-basket-button.adding,
a.small-basket-button.adding,
input.small-basket-button.adding,
button.small-basket-button.adding {
  background-image: url('/media/img/ajax-loader.gif?71186c3cc858');
  background-size: auto auto;
}
/* breakpoint specific buttons */
@media (max-width: 879px) {
  .close-menu-button {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: color 200ms;
    font: 900 13px "Lato", Arial, sans-serif;
    float: right;
    text-align: right;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .close-menu-button:hover,
  .close-menu-button:focus,
  .close-menu-button:active {
    color: #000000;
  }
}
@media (min-width: 880px) {
  .link-basket {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: color 200ms;
    background: #d23b00 url('/media/img/icon-basket.png?44c3a798ad18') 15px 20px no-repeat;
    background-size: 19px 19px;
    border-left: 2px solid #fec415;
    border-right: 2px solid #fec415;
    display: inline-block;
    padding: 20px 20px 20px 40px;
    position: absolute;
    right: 10px;
    top: -24px;
  }
  .link-basket:hover,
  .link-basket:focus,
  .link-basket:active {
    color: #000000;
  }
  .link-basket .link-basket-label {
    font: 900 17px "Lato", Arial, sans-serif;
    display: block;
    text-transform: uppercase;
  }
  .link-basket .link-basket-items,
  .link-basket .link-basket-items-label {
    text-transfrom: none;
    font-weight: normal;
  }
  .link-basket:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .link-basket.selected {
    background: #e2dbc5 url('/media/img/icon-basket-black.png?71186c3cc858') 15px 20px no-repeat;
    background-size: 19px 19px;
    color: #000000;
  }
}
@media (max-width: 879px) {
  .link-basket .link-bakset-items-label {
    display: none;
  }
}
/* responsive menu close buttons */
.close-button {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  float: right;
  text-align: right;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.close-button:hover,
.close-button:focus,
.close-button:active {
  color: #000000;
}
@media (min-width: 880px) {
  .close-menu-button {
    display: none;
  }
}
/* grid overlay setup */
.mtstyleguide .grid-overlay,
.js .grid-overlay {
  margin-left: -10px;
  margin-right: -10px;
  max-width: 1250px;
  opacity: .25;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.mtstyleguide .grid-overlay:after,
.js .grid-overlay:after {
  clear: both;
  content: '';
  display: table;
}
.mtstyleguide .grid-overlay .grid-column,
.js .grid-overlay .grid-column {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  outline: 1px dashed pink;
}
.mtstyleguide .grid-overlay .grid-column .grid-column-content,
.js .grid-overlay .grid-column .grid-column-content {
  background: #000000;
  height: 100vh;
}
/* javascript dependent elements */
.js #field_delivery-country,
.js .basket-totals .items-delivery {
  display: block;
}
#field_delivery-country,
.basket-totals .items-delivery {
  display: none;
}
/* social media share widget */
.social-media-share {
  margin: 20px 0;
}
.social-media-share ul,
.social-media-share ol {
  margin: 0;
  padding: 0;
}
.social-media-share ul li,
.social-media-share ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.social-media-share h2 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.7rem;
  display: none;
}
.social-media-share a {
  margin-right: 5px;
  text-decoration: none;
}
/* recently-viewed-products*/
.recently-viewed-products-wrapper {
  background: #e2dbc5;
  padding: 22.5px 20px;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 0;
  padding-left: 0;
  clear: both;
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
}
.recently-viewed-products-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.recently-viewed-products-wrapper h1:first-child,
.recently-viewed-products-wrapper h2:first-child,
.recently-viewed-products-wrapper h3:first-child,
.recently-viewed-products-wrapper h4:first-child,
.recently-viewed-products-wrapper h5:first-child,
.recently-viewed-products-wrapper h6:first-child {
  margin-top: 0;
}
.recently-viewed-products-wrapper p:last-child {
  margin-bottom: 0;
}
.recently-viewed-products-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
/** testomonials */
.testimonials-wrapper {
  clear: both;
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  background: #009ed2;
}
.testimonials-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.testimonials-wrapper .testimonials {
  background: #e2dbc5;
  padding: 22.5px 20px;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background: #009ed2;
}
.testimonials-wrapper .testimonials:after {
  clear: both;
  content: '';
  display: table;
}
.testimonials-wrapper .testimonials h1:first-child,
.testimonials-wrapper .testimonials h2:first-child,
.testimonials-wrapper .testimonials h3:first-child,
.testimonials-wrapper .testimonials h4:first-child,
.testimonials-wrapper .testimonials h5:first-child,
.testimonials-wrapper .testimonials h6:first-child {
  margin-top: 0;
}
.testimonials-wrapper .testimonials p:last-child {
  margin-bottom: 0;
}
.testimonials-wrapper .testimonials .testimonial-widget-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 880px) {
  .testimonials-wrapper .testimonials .testimonial-widget-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
.testimonials-wrapper .testimonials h1,
.testimonials-wrapper .testimonials h2,
.testimonials-wrapper .testimonials h3,
.testimonials-wrapper .testimonials h4,
.testimonials-wrapper .testimonials h5,
.testimonials-wrapper .testimonials h6 {
  color: #ffffff !important;
}
.testimonials-wrapper .testimonials p {
  clear: both;
}
.testimonials-wrapper .testimonials .styled-link {
  font-size: 17px;
  color: #ffffff;
}
/* newsletter subscription */
.newsletter-signup-wrapper {
  clear: both;
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  background: #f4f2eb;
  padding-bottom: 22.5px;
  padding-top: 22.5px;
}
.newsletter-signup-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.newsletter-signup-wrapper .newsletter-signup-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
  font: 900 17px "Lato", Arial, sans-serif;
  display: block;
  margin: 0 auto 20px;
  max-width: 300px;
  text-align: center;
}
.newsletter-signup-wrapper .newsletter-signup-link:hover,
.newsletter-signup-wrapper .newsletter-signup-link:focus,
.newsletter-signup-wrapper .newsletter-signup-link:active {
  color: #000000;
}
.newsletter-signup-wrapper .newsletter-signup-link:hover,
.newsletter-signup-wrapper .newsletter-signup-link:focus,
.newsletter-signup-wrapper .newsletter-signup-link:active {
  color: #000000;
}
.newsletter-signup-wrapper .newsletter-signup-link:before {
  background: url('/media/img/back-newsletter-signup.png?44c3a798ad18') center top no-repeat;
  background-size: 94px 200px;
  content: "";
  display: block;
  height: 92px;
  margin: 10px auto;
  width: 94px;
}
.newsletter-signup-wrapper .newsletter-signup-link:hover:before {
  background-position: center bottom;
}
.newsletter-signup-box {
  margin-bottom: 30px;
}
.newsletter-signup-box .newsletter-signup-box-title {
  font: normal 16px Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0;
}
.newsletter-signup-box input#id_email {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 10px;
  font: 400 16px "Lato", Arial, sans-serif;
  width: 70%;
}
.newsletter-signup-box input#id_email:hover {
  border: 1px solid #a6a6a6;
}
.newsletter-signup-box input#id_email:focus {
  background: #fffce9 !important;
  border: 1px solid #a6a6a6 !important;
}
.newsletter-signup-box .newsletter-signup-button {
  -webkit-appearance: none;
  font: 900 13px "Lato", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #d23b00;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  margin: 0 5px 5px 0;
  padding: 0px 30px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 200ms;
  border: 1px solid #ffffff;
  padding: 2px 10px;
}
.newsletter-signup-box .newsletter-signup-button:hover,
.newsletter-signup-box .newsletter-signup-button:focus {
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
/* mailout subscription */
.mailout-subscription-box {
  background: #e2dbc5;
  padding: 22.5px 20px;
  background: #f4f2eb;
}
.mailout-subscription-box:after {
  clear: both;
  content: '';
  display: table;
}
.mailout-subscription-box h1:first-child,
.mailout-subscription-box h2:first-child,
.mailout-subscription-box h3:first-child,
.mailout-subscription-box h4:first-child,
.mailout-subscription-box h5:first-child,
.mailout-subscription-box h6:first-child {
  margin-top: 0;
}
.mailout-subscription-box p:last-child {
  margin-bottom: 0;
}
.mailout-subscription-box:after {
  clear: both;
  content: '';
  display: table;
}
.mailout-subscription-box .field_wrapper {
  margin-bottom: 0 !important;
}
.mailing-lists {
  font-size: 13px;
  margin-bottom: 20px;
}
.mailing-lists input[type=checkbox] {
  margin-right: 10px;
}
/* prefooter wrapper */
.prefooter-wrapper {
  clear: both;
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  background: #d23b00;
  padding-top: 20px;
  padding-bottom: 20px;
}
.prefooter-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.prefooter-wrapper .prefooter {
  margin-left: -10px;
  margin-right: -10px;
}
.prefooter-wrapper .prefooter:after {
  clear: both;
  content: '';
  display: table;
}
.prefooter-wrapper .prefooter .prefooter-title {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.2rem;
  text-align: center;
  margin-top: 0;
}
.prefooter-wrapper .prefooter .box-links {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 481px) {
  .prefooter-wrapper .prefooter .box-links {
    float: left;
    width: 50%;
  }
}
@media (min-width: 880px) {
  .prefooter-wrapper .prefooter .box-links {
    float: left;
    width: 66.66666667%;
  }
}
.prefooter-wrapper .prefooter .prefooter-column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 481px) {
  .prefooter-wrapper .prefooter .prefooter-column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 880px) {
  .prefooter-wrapper .prefooter .prefooter-column {
    float: left;
    width: 33.33333333%;
  }
}
/* sitemap */
.sitemap > .sitemap {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.sitemap > .sitemap > li {
  list-style: none;
  margin-bottom: 2px;
}
.sitemap > .sitemap > li > span > a {
  text-transform: uppercase;
}
.sitemap .sitemap li {
  background: rgba(50, 50, 100, 0.07);
  display: block;
  list-style: none;
  margin-bottom: 1px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.sitemap .sitemap li li {
  padding: 5px;
  text-transform: none;
}
.sitemap .sitemap li li a {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
}
.sitemap .sitemap li li a:hover,
.sitemap .sitemap li li a:focus,
.sitemap .sitemap li li a:active {
  color: #000000;
}
/* brands list */
.brands-title {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.2rem;
  text-align: center;
}
.brands-list-container {
  margin-bottom: 50px;
}
.brands-list-container ul,
.brands-list-container ol {
  margin: 0;
  padding: 0;
}
.brands-list-container ul li,
.brands-list-container ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.brands-list-container > .brands-list {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
}
@media (min-width: 1201px) {
  .brands-list-container > .brands-list {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}
@media (min-width: 880px) and (max-width: 1200px) {
  .brands-list-container > .brands-list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media (min-width: 481px) and (max-width: 879px) {
  .brands-list-container > .brands-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 480px) {
  .brands-list-container > .brands-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.brands-list-container > .brands-list a {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
}
.brands-list-container > .brands-list a:hover,
.brands-list-container > .brands-list a:focus,
.brands-list-container > .brands-list a:active {
  color: #000000;
}
.brands-list-container .listNav {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
.brands-list-container .listNav .ln-letters a {
  display: inline-block;
  vertical-align: middle;
  background: #f4f2eb;
  color: #000000;
  float: none;
  font-size: 14px;
  padding: 10px;
}
.brands-list-container .listNav .ln-letters a:hover,
.brands-list-container .listNav .ln-letters a:focus,
.brands-list-container .listNav .ln-letters a:active {
  background: #000000;
  color: #ffffff;
}
.brands-list-container .listNav .ln-letters a.ln-disabled {
  background: #f4f2eb;
  color: #808080;
}
.brands-list-container .listNav .ln-letters a.ln-selected {
  background: #009ed2;
  color: #ffffff;
}
.brands-list-container .listNav .ln-letter-count {
  display: none;
}
.brand-products-wrapper {
  background: #e2dbc5;
  padding: 22.5px 20px;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 0;
  padding-left: 0;
  clear: both;
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  background: #f4f2eb;
}
.brand-products-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.brand-products-wrapper h1:first-child,
.brand-products-wrapper h2:first-child,
.brand-products-wrapper h3:first-child,
.brand-products-wrapper h4:first-child,
.brand-products-wrapper h5:first-child,
.brand-products-wrapper h6:first-child {
  margin-top: 0;
}
.brand-products-wrapper p:last-child {
  margin-bottom: 0;
}
.brand-products-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
/* javascript disabled message */
.no-js-msg {
  text-align: center;
  background: #a0104b;
  padding: 20px;
}
.no-js-msg .no-js-msg-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
}
.no-js-msg .no-js-msg-link:hover,
.no-js-msg .no-js-msg-link:focus,
.no-js-msg .no-js-msg-link:active {
  color: #000000;
}
/** misc */
#version_info {
  font: normal 11px "Lato", Arial, sans-serif;
  background: #000000;
  color: #ffffff;
  left: 10px;
  padding: 5px 10px;
  position: fixed;
  top: 0;
  z-index: 100;
}
#version_info span {
  text-transform: uppercase;
}
#quicklinks {
  position: relative;
  text-align: right;
}
#quicklinks ul {
  position: absolute;
  right: 0px;
  top: -20px;
  width: 300px;
  z-index: 1000;
}
#quicklinks li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#quicklinks a {
  background: #d23b00;
  color: #ffffff;
  display: inline-block;
  padding: 5px 20px;
  position: absolute;
  right: 0;
  top: -100px;
  white-space: nowrap;
  width: auto;
}
#quicklinks a:hover,
#quicklinks a:focus,
#quicklinks a:active {
  top: 30px;
}
/* availability-box */
.availability-box {
  background: #e2dbc5;
  padding: 22.5px 20px;
  background: #f4f2eb;
}
.availability-box:after {
  clear: both;
  content: '';
  display: table;
}
.availability-box h1:first-child,
.availability-box h2:first-child,
.availability-box h3:first-child,
.availability-box h4:first-child,
.availability-box h5:first-child,
.availability-box h6:first-child {
  margin-top: 0;
}
.availability-box p:last-child {
  margin-bottom: 0;
}
.availability-box .rows_form .field_wrapper .inner_wrapper {
  min-width: auto;
}
.availability-box .availability-box-product {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 481px) {
  .availability-box .availability-box-product {
    float: left;
    width: 50%;
  }
}
@media (min-width: 880px) {
  .availability-box .availability-box-product {
    float: left;
    width: 33.33333333%;
  }
}
.availability-box .availability-box-form {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 481px) {
  .availability-box .availability-box-form {
    float: left;
    width: 50%;
  }
}
@media (min-width: 880px) {
  .availability-box .availability-box-form {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 880px) {
  .availability-box .availability-box-form {
    padding-right: 50px;
  }
}
@media (max-width: 480px) {
  .availability-box .availability-box-form {
    margin-bottom: 40px;
  }
}
/* lonely links */
.recommended-products-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
  font: 900 17px "Lato", Arial, sans-serif;
}
.recommended-products-link:hover,
.recommended-products-link:focus,
.recommended-products-link:active {
  color: #000000;
}
.recommended-products-link:hover,
.recommended-products-link:focus,
.recommended-products-link:active {
  color: #000000;
}
.wishlist-add-form {
  clear: both;
  padding-top: 20px;
}
.wishlist-add-form .wishlist-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
  background: none;
  border: 0;
  cursor: pointer;
}
.wishlist-add-form .wishlist-link:hover,
.wishlist-add-form .wishlist-link:focus,
.wishlist-add-form .wishlist-link:active {
  color: #000000;
}
.wishlist-add-form .wishlist-link:hover,
.wishlist-add-form .wishlist-link:focus,
.wishlist-add-form .wishlist-link:active {
  color: #000000;
}
/* notification box on checkout and order pages */
.checkout-info {
  background-color: #e2dbc5;
  padding: 1em;
  margin-bottom: 1em;
  text-align: right;
  line-height: 1.2em;
}
.checkout-info .gbp-price {
  font-weight: bold;
  margin-bottom: 0;
}
/* Translation widget and toggle switch */
#translate {
  display: none;
}
#translate #google_translate_element {
  float: right;
  margin: 5px 0 4px;
}
.header-content .language-select {
  float: right;
  margin-left: 10px;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 30px;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 481px) and (max-width: 879px) {
  .header-content .language-select {
    float: none;
  }
}
@media (max-width: 481px) {
  .header-content .language-select {
    display: none;
  }
}
@media (min-width: 880px) and (max-width: 1200px) {
  .header-content .language-select {
    font-size: 12px;
    margin-left: 5px;
  }
}
.header-content .language-select:hover {
  color: #d23b00;
}
/* forms and messages */
/** form styling */
/** cancel out webkit default styles */
input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
.standard_form,
.rows_form,
.funky_form {
  /* errors */
  /* help text */
}
.standard_form ul,
.rows_form ul,
.funky_form ul {
  margin: 0;
  padding: 0;
}
.standard_form ul li,
.rows_form ul li,
.funky_form ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.standard_form fieldset,
.rows_form fieldset,
.funky_form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.standard_form .field_wrapper,
.rows_form .field_wrapper,
.funky_form .field_wrapper {
  clear: both;
  margin-bottom: 10px;
}
.standard_form .field_wrapper .field_name,
.rows_form .field_wrapper .field_name,
.funky_form .field_wrapper .field_name {
  font: normal 12px "Lato", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  clear: both;
  color: #000000;
  vertical-align: top;
  text-transform: uppercase;
  text-align: left;
}
.standard_form .field_wrapper .field_name strong,
.rows_form .field_wrapper .field_name strong,
.funky_form .field_wrapper .field_name strong {
  font-weight: 400;
}
.standard_form .field_wrapper .field_name .optional,
.rows_form .field_wrapper .field_name .optional,
.funky_form .field_wrapper .field_name .optional {
  text-transform: none;
}
.standard_form .field_wrapper .inner_wrapper,
.rows_form .field_wrapper .inner_wrapper,
.funky_form .field_wrapper .inner_wrapper {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.standard_form .text_input input,
.rows_form .text_input input,
.funky_form .text_input input,
.standard_form .password_input input,
.rows_form .password_input input,
.funky_form .password_input input,
.standard_form .other_choice_widget input,
.rows_form .other_choice_widget input,
.funky_form .other_choice_widget input,
.standard_form .select select,
.rows_form .select select,
.funky_form .select select,
.standard_form .select_date_widget select,
.rows_form .select_date_widget select,
.funky_form .select_date_widget select,
.standard_form .select_date_widget input,
.rows_form .select_date_widget input,
.funky_form .select_date_widget input,
.standard_form .select_date_time_widget select,
.rows_form .select_date_time_widget select,
.funky_form .select_date_time_widget select,
.standard_form .select_date_time_widget input,
.rows_form .select_date_time_widget input,
.funky_form .select_date_time_widget input,
.standard_form .select_time_widget select,
.rows_form .select_time_widget select,
.funky_form .select_time_widget select,
.standard_form .select_time_widget input,
.rows_form .select_time_widget input,
.funky_form .select_time_widget input,
.standard_form .file_input input[type=text],
.rows_form .file_input input[type=text],
.funky_form .file_input input[type=text] {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 10px;
  font: 400 16px "Lato", Arial, sans-serif;
}
.standard_form .text_input input:hover,
.rows_form .text_input input:hover,
.funky_form .text_input input:hover,
.standard_form .password_input input:hover,
.rows_form .password_input input:hover,
.funky_form .password_input input:hover,
.standard_form .other_choice_widget input:hover,
.rows_form .other_choice_widget input:hover,
.funky_form .other_choice_widget input:hover,
.standard_form .select select:hover,
.rows_form .select select:hover,
.funky_form .select select:hover,
.standard_form .select_date_widget select:hover,
.rows_form .select_date_widget select:hover,
.funky_form .select_date_widget select:hover,
.standard_form .select_date_widget input:hover,
.rows_form .select_date_widget input:hover,
.funky_form .select_date_widget input:hover,
.standard_form .select_date_time_widget select:hover,
.rows_form .select_date_time_widget select:hover,
.funky_form .select_date_time_widget select:hover,
.standard_form .select_date_time_widget input:hover,
.rows_form .select_date_time_widget input:hover,
.funky_form .select_date_time_widget input:hover,
.standard_form .select_time_widget select:hover,
.rows_form .select_time_widget select:hover,
.funky_form .select_time_widget select:hover,
.standard_form .select_time_widget input:hover,
.rows_form .select_time_widget input:hover,
.funky_form .select_time_widget input:hover,
.standard_form .file_input input[type=text]:hover,
.rows_form .file_input input[type=text]:hover,
.funky_form .file_input input[type=text]:hover {
  border: 1px solid #a6a6a6;
}
.standard_form .text_input input:focus,
.rows_form .text_input input:focus,
.funky_form .text_input input:focus,
.standard_form .password_input input:focus,
.rows_form .password_input input:focus,
.funky_form .password_input input:focus,
.standard_form .other_choice_widget input:focus,
.rows_form .other_choice_widget input:focus,
.funky_form .other_choice_widget input:focus,
.standard_form .select select:focus,
.rows_form .select select:focus,
.funky_form .select select:focus,
.standard_form .select_date_widget select:focus,
.rows_form .select_date_widget select:focus,
.funky_form .select_date_widget select:focus,
.standard_form .select_date_widget input:focus,
.rows_form .select_date_widget input:focus,
.funky_form .select_date_widget input:focus,
.standard_form .select_date_time_widget select:focus,
.rows_form .select_date_time_widget select:focus,
.funky_form .select_date_time_widget select:focus,
.standard_form .select_date_time_widget input:focus,
.rows_form .select_date_time_widget input:focus,
.funky_form .select_date_time_widget input:focus,
.standard_form .select_time_widget select:focus,
.rows_form .select_time_widget select:focus,
.funky_form .select_time_widget select:focus,
.standard_form .select_time_widget input:focus,
.rows_form .select_time_widget input:focus,
.funky_form .select_time_widget input:focus,
.standard_form .file_input input[type=text]:focus,
.rows_form .file_input input[type=text]:focus,
.funky_form .file_input input[type=text]:focus {
  background: #fffce9 !important;
  border: 1px solid #a6a6a6 !important;
}
.standard_form .textarea textarea,
.rows_form .textarea textarea,
.funky_form .textarea textarea {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 10px;
  font: 400 16px "Lato", Arial, sans-serif;
  height: 150px;
  line-height: 1.7;
  resize: none;
}
.standard_form .textarea textarea:hover,
.rows_form .textarea textarea:hover,
.funky_form .textarea textarea:hover {
  border: 1px solid #a6a6a6;
}
.standard_form .textarea textarea:focus,
.rows_form .textarea textarea:focus,
.funky_form .textarea textarea:focus {
  background: #fffce9 !important;
  border: 1px solid #a6a6a6 !important;
}
.standard_form .select_date_widget,
.rows_form .select_date_widget,
.funky_form .select_date_widget {
  white-space: nowrap;
}
.standard_form .radio_select ul,
.rows_form .radio_select ul,
.funky_form .radio_select ul,
.standard_form .checkbox_select_multiple ul,
.rows_form .checkbox_select_multiple ul,
.funky_form .checkbox_select_multiple ul,
.standard_form .boolean_select_widget ul,
.rows_form .boolean_select_widget ul,
.funky_form .boolean_select_widget ul {
  width: 100%;
}
.standard_form .radio_select ul:after,
.rows_form .radio_select ul:after,
.funky_form .radio_select ul:after,
.standard_form .checkbox_select_multiple ul:after,
.rows_form .checkbox_select_multiple ul:after,
.funky_form .checkbox_select_multiple ul:after,
.standard_form .boolean_select_widget ul:after,
.rows_form .boolean_select_widget ul:after,
.funky_form .boolean_select_widget ul:after {
  clear: both;
  content: '';
  display: table;
}
.standard_form .radio_select ul li,
.rows_form .radio_select ul li,
.funky_form .radio_select ul li,
.standard_form .checkbox_select_multiple ul li,
.rows_form .checkbox_select_multiple ul li,
.funky_form .checkbox_select_multiple ul li,
.standard_form .boolean_select_widget ul li,
.rows_form .boolean_select_widget ul li,
.funky_form .boolean_select_widget ul li {
  line-height: 140%;
  margin-bottom: 5px;
}
.standard_form .radio_select ul li label,
.rows_form .radio_select ul li label,
.funky_form .radio_select ul li label,
.standard_form .checkbox_select_multiple ul li label,
.rows_form .checkbox_select_multiple ul li label,
.funky_form .checkbox_select_multiple ul li label,
.standard_form .boolean_select_widget ul li label,
.rows_form .boolean_select_widget ul li label,
.funky_form .boolean_select_widget ul li label {
  display: block;
  line-height: 20px;
  margin-left: 30px;
  font-size: 13px;
  position: relative;
}
.standard_form .radio_select ul li label input,
.rows_form .radio_select ul li label input,
.funky_form .radio_select ul li label input,
.standard_form .checkbox_select_multiple ul li label input,
.rows_form .checkbox_select_multiple ul li label input,
.funky_form .checkbox_select_multiple ul li label input,
.standard_form .boolean_select_widget ul li label input,
.rows_form .boolean_select_widget ul li label input,
.funky_form .boolean_select_widget ul li label input {
  left: -30px;
  position: absolute;
  top: 3px;
  width: 20px !important;
}
.standard_form .select select,
.rows_form .select select,
.funky_form .select select {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 10px;
  font: 400 16px "Lato", Arial, sans-serif;
}
.standard_form .select select:hover,
.rows_form .select select:hover,
.funky_form .select select:hover {
  border: 1px solid #a6a6a6;
}
.standard_form .select select:focus,
.rows_form .select select:focus,
.funky_form .select select:focus {
  background: #fffce9 !important;
  border: 1px solid #a6a6a6 !important;
}
.standard_form .boolean_select_widget:after,
.rows_form .boolean_select_widget:after,
.funky_form .boolean_select_widget:after {
  clear: both;
  content: '';
  display: table;
}
.standard_form .boolean_select_widget li,
.rows_form .boolean_select_widget li,
.funky_form .boolean_select_widget li {
  float: left;
  padding-right: 20px;
  width: auto;
}
.standard_form .errorlist,
.rows_form .errorlist,
.funky_form .errorlist {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  position: absolute;
  top: -2px;
  width: 80%;
}
.standard_form .errorlist li,
.rows_form .errorlist li,
.funky_form .errorlist li {
  color: #ffffff;
  position: relative;
  padding: 10px;
  font-size: 12px;
  background: #3f3f3f;
  background: #a0104b;
  text-transform: uppercase;
}
.standard_form .errorlist li:before,
.rows_form .errorlist li:before,
.funky_form .errorlist li:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #a0104b;
  bottom: -5px;
  content: "";
  height: 0;
  left: 15px;
  position: absolute;
  width: 0;
}
.standard_form .field_errors,
.rows_form .field_errors,
.funky_form .field_errors {
  margin-top: 50px;
}
.standard_form .field_errors .text_input input,
.rows_form .field_errors .text_input input,
.funky_form .field_errors .text_input input,
.standard_form .field_errors .password_input input,
.rows_form .field_errors .password_input input,
.funky_form .field_errors .password_input input,
.standard_form .field_errors .textarea textarea,
.rows_form .field_errors .textarea textarea,
.funky_form .field_errors .textarea textarea,
.standard_form .field_errors .select select,
.rows_form .field_errors .select select,
.funky_form .field_errors .select select {
  background: #fef3f8;
  padding-right: 30px;
  border-color: #a0104b;
}
.standard_form .field_errors .field,
.rows_form .field_errors .field,
.funky_form .field_errors .field {
  position: relative;
}
.standard_form .field_errors .text_input:after,
.rows_form .field_errors .text_input:after,
.funky_form .field_errors .text_input:after,
.standard_form .field_errors .password_input:after,
.rows_form .field_errors .password_input:after,
.funky_form .field_errors .password_input:after {
  content: "\2605";
  color: #a0104b;
  margin-left: -20px;
}
.standard_form .field_errors .textarea:after,
.rows_form .field_errors .textarea:after,
.funky_form .field_errors .textarea:after {
  color: #a0104b;
  content: "\2605";
  position: absolute;
  right: 10px;
  top: 10px;
}
.standard_form .field_errors .field_name,
.rows_form .field_errors .field_name,
.funky_form .field_errors .field_name {
  color: #a0104b;
}
.standard_form .help_text,
.rows_form .help_text,
.funky_form .help_text {
  margin: 0;
  padding: 0;
  display: block;
  font-style: italic;
  font-size: 12px;
  margin-top: 2px;
}
/** standard form specific */
@media (max-width: 879px) {
  .standard_form .field_name {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
@media (min-width: 880px) {
  .standard_form .field_name {
    padding-right: 20px;
  }
}
@media (min-width: 880px) {
  .standard_form .inner_wrapper {
    position: relative;
  }
}
.standard_form .help_text {
  text-align: left !important;
}
.standard_form .checkbox_input input {
  width: auto;
}
/* form styling */
/* on mobil edevices both forms take the same styling 
with label above the field for better accessibility */
/** breakpoint specific styling */
@media (max-width: 879px) {
  .standard_form .field_errors {
    position: relative;
  }
  .standard_form .field_wrapper .field_name {
    width: 100%;
    padding: 3px 0;
  }
  .standard_form .field_wrapper .text_input input,
  .standard_form .field_wrapper .password_input input,
  .standard_form .field_wrapper .select select,
  .standard_form .field_wrapper .errorlist {
    width: 100%;
  }
  .standard_form .field_wrapper .textarea textarea {
    width: 100%;
  }
  .standard_form .field_wrapper .field_name,
  .standard_form .field_wrapper .inner_wrapper {
    width: 100%;
  }
}
@media (max-width: 879px) and (min-width: 481px) {
  .standard_form .field_wrapper .text_input input,
  .standard_form .field_wrapper .password_input input,
  .standard_form .field_wrapper .select select,
  .standard_form .field_wrapper .errorlist {
    max-width: 450px;
  }
}
@media (max-width: 879px) and (min-width: 481px) {
  .standard_form .field_wrapper .field_name,
  .standard_form .field_wrapper .inner_wrapper {
    min-width: 450px;
  }
}
@media (min-width: 880px) {
  .standard_form .help_text,
  .standard_form .text_input input,
  .standard_form .password_input input,
  .standard_form .no_label input,
  .standard_form .select select {
    width: 80%;
  }
  .standard_form input[type=text]:read-only {
    background-color: #ebebe4;
  }
  .standard_form .textarea textarea {
    width: 100%;
  }
  .standard_form .inner_wrapper {
    width: 64%;
  }
  .standard_form .field_name {
    width: 35%;
  }
  .standard_form .buttons {
    padding-left: 35%;
  }
}
@media (max-width: 879px) {
  .rows_form .field_errors {
    position: relative;
  }
  .rows_form .field_wrapper .field_name {
    width: 100%;
    padding: 3px 0;
  }
  .rows_form .field_wrapper .text_input input,
  .rows_form .field_wrapper .password_input input,
  .rows_form .field_wrapper .select select,
  .rows_form .field_wrapper .errorlist {
    width: 100%;
  }
  .rows_form .field_wrapper .textarea textarea {
    width: 100%;
  }
  .rows_form .field_wrapper .field_name,
  .rows_form .field_wrapper .inner_wrapper {
    width: 100%;
  }
}
@media (max-width: 879px) and (min-width: 481px) {
  .rows_form .field_wrapper .text_input input,
  .rows_form .field_wrapper .password_input input,
  .rows_form .field_wrapper .select select,
  .rows_form .field_wrapper .errorlist {
    max-width: 450px;
  }
}
@media (max-width: 879px) and (min-width: 481px) {
  .rows_form .field_wrapper .field_name,
  .rows_form .field_wrapper .inner_wrapper {
    min-width: 450px;
  }
}
@media (min-width: 880px) {
  .rows_form .field_errors {
    position: relative;
  }
  .rows_form .field_wrapper .field_name {
    width: 100%;
    padding: 3px 0;
  }
  .rows_form .field_wrapper .text_input input,
  .rows_form .field_wrapper .password_input input,
  .rows_form .field_wrapper .select select,
  .rows_form .field_wrapper .errorlist {
    width: 100%;
  }
  .rows_form .field_wrapper .textarea textarea {
    width: 100%;
  }
  .rows_form .field_wrapper .field_name,
  .rows_form .field_wrapper .inner_wrapper {
    width: 100%;
  }
}
@media (min-width: 880px) and (min-width: 481px) {
  .rows_form .field_wrapper .text_input input,
  .rows_form .field_wrapper .password_input input,
  .rows_form .field_wrapper .select select,
  .rows_form .field_wrapper .errorlist {
    max-width: 450px;
  }
}
@media (min-width: 880px) and (min-width: 481px) {
  .rows_form .field_wrapper .field_name,
  .rows_form .field_wrapper .inner_wrapper {
    min-width: 450px;
  }
}
@media (max-width: 879px) {
  .funky_form .field_errors {
    position: relative;
  }
  .funky_form .field_wrapper .field_name {
    width: 100%;
    padding: 3px 0;
  }
  .funky_form .field_wrapper .text_input input,
  .funky_form .field_wrapper .password_input input,
  .funky_form .field_wrapper .select select,
  .funky_form .field_wrapper .errorlist {
    width: 100%;
  }
  .funky_form .field_wrapper .textarea textarea {
    width: 100%;
  }
  .funky_form .field_wrapper .field_name,
  .funky_form .field_wrapper .inner_wrapper {
    width: 100%;
  }
}
@media (max-width: 879px) and (min-width: 481px) {
  .funky_form .field_wrapper .text_input input,
  .funky_form .field_wrapper .password_input input,
  .funky_form .field_wrapper .select select,
  .funky_form .field_wrapper .errorlist {
    max-width: 450px;
  }
}
@media (max-width: 879px) and (min-width: 481px) {
  .funky_form .field_wrapper .field_name,
  .funky_form .field_wrapper .inner_wrapper {
    min-width: 450px;
  }
}
@media (min-width: 880px) and (min-width: 880px) {
  .funky_form .field_wrapper {
    position: relative;
  }
  .funky_form .field_wrapper .filed_name,
  .funky_form .field_wrapper .inner_wrapper,
  .funky_form .field_wrapper .text_input input,
  .funky_form .field_wrapper .password_input input,
  .funky_form .field_wrapper .textarea textarea,
  .funky_form .field_wrapper .errorlist {
    width: 100%;
  }
  .funky_form .field_wrapper .field_name {
    color: #737373;
    display: block;
    font-size: 10px;
    left: 0px;
    padding: 0 10px;
    pointer-events: none;
    position: absolute;
    text-transform: uppercase;
    top: 5px;
    transition: all 200ms;
    width: 100%;
    z-index: 1;
  }
  .funky_form .field_wrapper input[type=text],
  .funky_form .field_wrapper input[type=password] {
    padding-top: 20px;
  }
  .funky_form .field_wrapper input[type=text]:read-only,
  .funky_form .field_wrapper input[type=password]:read-only {
    background-color: #ebebe4;
  }
  .funky_form .field_wrapper.empty:not(.focus) .field_name {
    color: #b3b3b3;
    font-size: 16px;
    font-style: italic;
    text-transform: none;
    top: 10px;
  }
  .funky_form .field_wrapper.empty:not(.focus) .field_name .optional {
    float: right;
  }
  .funky_form .field_wrapper.empty:not(.focus) .field_name:after {
    content: '...';
  }
  .funky_form .field_wrapper.empty:not(.focus) input[type=text],
  .funky_form .field_wrapper.empty:not(.focus) input[type=password] {
    padding-top: 10px;
  }
}
/** form messages */
.system-messages .message-notification {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  background: #e2dbc5;
  padding: 22.5px 20px;
  font: 900 1.3rem "Lato", Arial, sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #5db6a0;
}
.system-messages .message-notification:after {
  clear: both;
  content: '';
  display: table;
}
.system-messages .message-notification h1:first-child,
.system-messages .message-notification h2:first-child,
.system-messages .message-notification h3:first-child,
.system-messages .message-notification h4:first-child,
.system-messages .message-notification h5:first-child,
.system-messages .message-notification h6:first-child {
  margin-top: 0;
}
.system-messages .message-notification p:last-child {
  margin-bottom: 0;
}
.system-messages .message-warning {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  background: #e2dbc5;
  padding: 22.5px 20px;
  font: 900 1.3rem "Lato", Arial, sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #3eaebc;
}
.system-messages .message-warning:after {
  clear: both;
  content: '';
  display: table;
}
.system-messages .message-warning h1:first-child,
.system-messages .message-warning h2:first-child,
.system-messages .message-warning h3:first-child,
.system-messages .message-warning h4:first-child,
.system-messages .message-warning h5:first-child,
.system-messages .message-warning h6:first-child {
  margin-top: 0;
}
.system-messages .message-warning p:last-child {
  margin-bottom: 0;
}
.system-messages .message-error {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  background: #e2dbc5;
  padding: 22.5px 20px;
  font: 900 1.3rem "Lato", Arial, sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #a0104b;
}
.system-messages .message-error:after {
  clear: both;
  content: '';
  display: table;
}
.system-messages .message-error h1:first-child,
.system-messages .message-error h2:first-child,
.system-messages .message-error h3:first-child,
.system-messages .message-error h4:first-child,
.system-messages .message-error h5:first-child,
.system-messages .message-error h6:first-child {
  margin-top: 0;
}
.system-messages .message-error p:last-child {
  margin-bottom: 0;
}
/* centred forms */
@media (min-width: 880px) {
  .funky_form .field_wrapper {
    position: relative;
  }
  .funky_form .field_wrapper .filed_name,
  .funky_form .field_wrapper .inner_wrapper,
  .funky_form .field_wrapper .text_input input,
  .funky_form .field_wrapper .password_input input,
  .funky_form .field_wrapper .textarea textarea,
  .funky_form .field_wrapper .errorlist {
    width: 100%;
  }
  .funky_form .field_wrapper .field_name {
    color: #737373;
    display: block;
    font-size: 10px;
    left: 0px;
    padding: 0 10px;
    pointer-events: none;
    position: absolute;
    text-transform: uppercase;
    top: 5px;
    transition: all 200ms;
    width: 100%;
    z-index: 1;
  }
  .funky_form .field_wrapper input[type=text],
  .funky_form .field_wrapper input[type=password] {
    padding-top: 20px;
  }
  .funky_form .field_wrapper input[type=text]:read-only,
  .funky_form .field_wrapper input[type=password]:read-only {
    background-color: #ebebe4;
  }
  .funky_form .field_wrapper.empty:not(.focus) .field_name {
    color: #b3b3b3;
    font-size: 16px;
    font-style: italic;
    text-transform: none;
    top: 10px;
  }
  .funky_form .field_wrapper.empty:not(.focus) .field_name .optional {
    float: right;
  }
  .funky_form .field_wrapper.empty:not(.focus) .field_name:after {
    content: '...';
  }
  .funky_form .field_wrapper.empty:not(.focus) input[type=text],
  .funky_form .field_wrapper.empty:not(.focus) input[type=password] {
    padding-top: 10px;
  }
}
/* max width form*/
.small-form {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
/* postcode anywhere */
.pca-form {
  background: #e2dbc5;
  padding: 22.5px 20px;
  background: #eceae2;
  margin-bottom: 20px;
}
.pca-form:after {
  clear: both;
  content: '';
  display: table;
}
.pca-form h1:first-child,
.pca-form h2:first-child,
.pca-form h3:first-child,
.pca-form h4:first-child,
.pca-form h5:first-child,
.pca-form h6:first-child {
  margin-top: 0;
}
.pca-form p:last-child {
  margin-bottom: 0;
}
.pca-form .funky_form {
  display: inline-block;
  vertical-align: middle;
}
.pca-form #field_shippingpca-postcode {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 170px;
}
.pca-form .pca-search_address {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.pca-form #field_shippingpca-choose_address {
  margin-top: 20px;
  margin-bottom: 0;
}
.pca-form .pca_form-help-text {
  margin-top: 10px;
}
/* mailing lists */
#field_mailing_lists-mailing_lists {
  background: #e2dbc5;
  padding: 22.5px 20px;
  background: #eceae2;
}
#field_mailing_lists-mailing_lists:after {
  clear: both;
  content: '';
  display: table;
}
#field_mailing_lists-mailing_lists h1:first-child,
#field_mailing_lists-mailing_lists h2:first-child,
#field_mailing_lists-mailing_lists h3:first-child,
#field_mailing_lists-mailing_lists h4:first-child,
#field_mailing_lists-mailing_lists h5:first-child,
#field_mailing_lists-mailing_lists h6:first-child {
  margin-top: 0;
}
#field_mailing_lists-mailing_lists p:last-child {
  margin-bottom: 0;
}
#field_mailing_lists-mailing_lists .help_text {
  display: none;
}
/* colour swatches */
.mtstyleguide-swatch-brand-primary {
  background-color: #d23b00;
  color: #2dc4ff;
}
.mtstyleguide-swatch-brand-primary:before {
  content: 'brand-primary';
  display: block;
}
.mtstyleguide-swatch-brand-primary:after {
  content: '#d23b00';
}
.mtstyleguide-swatch-brand-secondary {
  background-color: #009ed2;
  color: #ff612d;
}
.mtstyleguide-swatch-brand-secondary:before {
  content: 'brand-secondary';
  display: block;
}
.mtstyleguide-swatch-brand-secondary:after {
  content: '#009ed2';
}
.mtstyleguide-swatch-brand-backCreamDark {
  background-color: #e2dbc5;
  color: #1d243a;
}
.mtstyleguide-swatch-brand-backCreamDark:before {
  content: 'brand-backCreamDark';
  display: block;
}
.mtstyleguide-swatch-brand-backCreamDark:after {
  content: '#e2dbc5';
}
.mtstyleguide-swatch-brand-backCream {
  background-color: #f4f2eb;
  color: #0b0d14;
}
.mtstyleguide-swatch-brand-backCream:before {
  content: 'brand-backCream';
  display: block;
}
.mtstyleguide-swatch-brand-backCream:after {
  content: '#f4f2eb';
}
.mtstyleguide-swatch-brand-backYellow {
  background-color: #fec415;
  color: #013bea;
}
.mtstyleguide-swatch-brand-backYellow:before {
  content: 'brand-backYellow';
  display: block;
}
.mtstyleguide-swatch-brand-backYellow:after {
  content: '#fec415';
}
.mtstyleguide-swatch-brand-backWhite {
  background-color: #ffffff;
  color: #000000;
}
.mtstyleguide-swatch-brand-backWhite:before {
  content: 'brand-backWhite';
  display: block;
}
.mtstyleguide-swatch-brand-backWhite:after {
  content: '#ffffff';
}
.mtstyleguide-swatch-brand-backOrange {
  background-color: #e88e00;
  color: #1771ff;
}
.mtstyleguide-swatch-brand-backOrange:before {
  content: 'brand-backOrange';
  display: block;
}
.mtstyleguide-swatch-brand-backOrange:after {
  content: '#e88e00';
}
.mtstyleguide-swatch-brand-backBlack {
  background-color: #000000;
  color: #ffffff;
}
.mtstyleguide-swatch-brand-backBlack:before {
  content: 'brand-backBlack';
  display: block;
}
.mtstyleguide-swatch-brand-backBlack:after {
  content: '#000000';
}
.mtstyleguide-swatch-brand-text {
  background-color: #000000;
  color: #ffffff;
}
.mtstyleguide-swatch-brand-text:before {
  content: 'brand-text';
  display: block;
}
.mtstyleguide-swatch-brand-text:after {
  content: '#000000';
}
.mtstyleguide-swatch-brand-title {
  background-color: #000000;
  color: #ffffff;
}
.mtstyleguide-swatch-brand-title:before {
  content: 'brand-title';
  display: block;
}
.mtstyleguide-swatch-brand-title:after {
  content: '#000000';
}
/* fonts */
.mtstyleguide-preview-brand-font-normal {
  font: 400 2.5em "Lato", Arial, sans-serif;
  margin-bottom: 5px;
}
.mtstyleguide-preview-brand-font-bold {
  font: 700 2.5em "Lato", Arial, sans-serif;
  margin-bottom: 5px;
}
.mtstyleguide-preview-brand-font-black {
  font: 900 2.5em "Lato", Arial, sans-serif;
  margin-bottom: 15px;
}
.mtstyleguide-preview-title-font {
  font: 900 2.5em "Lato", Arial, sans-serif;
  margin-bottom: 15px;
}
.mtstyleguide-preview-banner-font {
  font: 700 2.5rem "Oswald", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}
.mtstyleguide-preview-brand-font-para {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
}
.mtstyleguide-preview-default-font {
  font: normal 15px Arial, sans-serif;
  line-height: 1.7;
}
.mtstyleguide-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
}
.mtstyleguide-link:hover,
.mtstyleguide-link:focus,
.mtstyleguide-link:active {
  color: #000000;
}
/* preview panes */
.mtstyleguide-preview {
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #eeeeee 25%, transparent 25%, transparent 75%, #eeeeee 75%, #eeeeee), linear-gradient(45deg, #eeeeee 25%, transparent 25%, transparent 75%, #eeeeee 75%, #eeeeee);
  background-position: 0 0px, 5px 5px;
  background-size: 10px 10px;
  position: relative;
}
.mtstyleguide-preview-box {
  background: #e2dbc5;
  padding: 22.5px 20px;
}
.mtstyleguide-preview-box:after {
  clear: both;
  content: '';
  display: table;
}
.mtstyleguide-preview-box h1:first-child,
.mtstyleguide-preview-box h2:first-child,
.mtstyleguide-preview-box h3:first-child,
.mtstyleguide-preview-box h4:first-child,
.mtstyleguide-preview-box h5:first-child,
.mtstyleguide-preview-box h6:first-child {
  margin-top: 0;
}
.mtstyleguide-preview-box p:last-child {
  margin-bottom: 0;
}
.mtstyleguide-cms {
  /* basic elements */
  /* links */
  /* styled elements */
  /* alignment */
}
.mtstyleguide-cms h1 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.2rem;
}
.mtstyleguide-cms h2 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.2rem;
}
.mtstyleguide-cms h3 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.7rem;
}
.mtstyleguide-cms h4 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.4rem;
  margin: 1em 0;
}
.mtstyleguide-cms h5 {
  font: 900 16px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
.mtstyleguide-cms h6 {
  font: 900 15px "Lato", Arial, sans-serif;
}
.mtstyleguide-cms p,
.mtstyleguide-cms li {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
}
.mtstyleguide-cms a {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
}
.mtstyleguide-cms a:hover,
.mtstyleguide-cms a:focus,
.mtstyleguide-cms a:active {
  color: #000000;
}
.mtstyleguide-cms a.styled-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
.mtstyleguide-cms a.styled-link:hover,
.mtstyleguide-cms a.styled-link:focus,
.mtstyleguide-cms a.styled-link:active {
  color: #000000;
}
.mtstyleguide-cms a.styled-link:hover,
.mtstyleguide-cms a.styled-link:focus,
.mtstyleguide-cms a.styled-link:active {
  color: #000000;
}
.mtstyleguide-cms a.button {
  -webkit-appearance: none;
  font: 900 13px "Lato", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #d23b00;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  margin: 0 5px 5px 0;
  padding: 0px 30px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 200ms;
}
.mtstyleguide-cms a.button:hover,
.mtstyleguide-cms a.button:focus {
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
.mtstyleguide-cms img {
  max-width: 100%;
  height: auto;
}
.mtstyleguide-cms img.styled-image {
  padding: 7px 7px 40px 7px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.mtstyleguide-cms blockquote {
  background: #e2dbc5;
  padding: 22.5px 20px;
  background: #009ed2;
  color: #ffffff;
  margin: 1em 0;
}
.mtstyleguide-cms blockquote:after {
  clear: both;
  content: '';
  display: table;
}
.mtstyleguide-cms blockquote h1:first-child,
.mtstyleguide-cms blockquote h2:first-child,
.mtstyleguide-cms blockquote h3:first-child,
.mtstyleguide-cms blockquote h4:first-child,
.mtstyleguide-cms blockquote h5:first-child,
.mtstyleguide-cms blockquote h6:first-child {
  margin-top: 0;
}
.mtstyleguide-cms blockquote p:last-child {
  margin-bottom: 0;
}
.mtstyleguide-cms blockquote p {
  font: normal 1.3rem "Lato", Arial, sans-serif;
  font-style: italic;
  line-height: 1.7;
}
.mtstyleguide-cms table {
  border-collapse: collapse;
  width: 100%;
}
.mtstyleguide-cms table td,
.mtstyleguide-cms table th {
  border: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.mtstyleguide-cms table td h1,
.mtstyleguide-cms table th h1,
.mtstyleguide-cms table td h2,
.mtstyleguide-cms table th h2,
.mtstyleguide-cms table td h3,
.mtstyleguide-cms table th h3,
.mtstyleguide-cms table td h4,
.mtstyleguide-cms table th h4 {
  margin-top: 0;
}
.mtstyleguide-cms table.styled-table {
  margin: .5em 0 3em;
  width: 100%;
}
.mtstyleguide-cms table.styled-table th {
  font: 900 15px "Lato", Arial, sans-serif;
  background: #d23b00;
  color: #ffffff;
  padding: 15px 35px;
  text-transform: uppercase;
}
.mtstyleguide-cms table.styled-table td {
  border-bottom: 1px solid #8e8c86;
  padding: 15px 35px;
  text-align: left;
}
.mtstyleguide-cms table.styled-table caption {
  text-align: left;
}
.mtstyleguide-cms hr {
  background: #d1d0cc;
  border: none;
  clear: both;
  height: 1px;
  margin: 2em 0;
  padding: 0;
}
.mtstyleguide-cms .alignleft {
  text-align: left;
}
.mtstyleguide-cms .alignright {
  text-align: right;
}
.mtstyleguide-cms .aligncenter {
  text-align: center;
}
.mtstyleguide-cms img.alignleft {
  float: left;
  margin-bottom: 45px;
  margin-right: 20px;
}
.mtstyleguide-cms img.alignright {
  clear: right;
  float: right;
  margin-bottom: 45px;
  margin-left: 20px;
}
.mtstyleguide-cms img.aligncenter {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
/* breakpoint display */
@media (max-width: 480px) {
  .mtstyleguide-breakpoint-name:after {
    content: 'Phone \00a0 (up to 480px)';
  }
}
@media (min-width: 481px) and (max-width: 879px) {
  .mtstyleguide-breakpoint-name:after {
    content: 'Tablet \00a0 (481px - 879px)';
  }
}
@media (min-width: 880px) and (max-width: 1200px) {
  .mtstyleguide-breakpoint-name:after {
    content: 'Desktop \00a0 (880px - 1200px)';
  }
}
@media (min-width: 1201px) {
  .mtstyleguide-breakpoint-name:after {
    content: 'Large desktop \00a0 (over 1200px)';
  }
}
@media (max-width: 879px) {
  .sh_sourceCode {
    display: none;
  }
}
/* news article index */
.news-articles {
  margin-left: -10px;
  margin-right: -10px;
}
.news-articles:after {
  clear: both;
  content: '';
  display: table;
}
.news-articles .article-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
  margin-bottom: 20px;
}
@media (min-width: 481px) {
  .news-articles .article-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 880px) {
  .news-articles .article-wrapper {
    float: left;
    width: 25%;
  }
}
.news-articles .article .article-link {
  color: #d23b00;
  font-weight: 700;
  transition: color 200ms;
  text-decoration: none;
}
.news-articles .article .article-link:hover,
.news-articles .article .article-link:focus,
.news-articles .article .article-link:active {
  color: #000000;
}
.news-articles .article .article-link .article-thumbnail-wrapper {
  display: block;
  padding-bottom: 76.666667%;
  position: relative;
  width: 100%;
}
.news-articles .article .article-link .article-thumbnail-wrapper img,
.news-articles .article .article-link .article-thumbnail-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.news-articles .article .article-link .article-headline {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: normal 19px "Lato", Arial, sans-serif;
  display: block;
  height: 66px;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
  text-align: center;
}
.news-articles .article .article-link .article-headline:hover,
.news-articles .article .article-link .article-headline:focus,
.news-articles .article .article-link .article-headline:active {
  color: #000000;
}
.news-articles .article .article-link:hover .article-thumbnail-wrapper,
.news-articles .article .article-link:active .article-thumbnail-wrapper,
.news-articles .article .article-link:focus .article-thumbnail-wrapper {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.news-articles .article .article-link:hover .article-headline,
.news-articles .article .article-link:active .article-headline,
.news-articles .article .article-link:focus .article-headline {
  color: #000000;
}
/* article */
.news-article .article-info {
  margin: 10px 0;
}
.news-article .article-info .article-date,
.news-article .article-info .byline,
.news-article .article-info .source {
  font: 300 12px "Lato", Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: italic;
  margin-right: 10px;
}
/* user comments */
.user-comments {
  margin: 60px 0;
}
.user-comments ul,
.user-comments ol {
  margin: 0;
  padding: 0;
}
.user-comments ul li,
.user-comments ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.user-comments .comment-list {
  margin-bottom: 40px;
}
.user-comments .comment {
  border-bottom: 1px solid #d9d9d9;
  background: #ffffff;
  margin: 10px 0;
  background: #f4f2eb;
}
.user-comments .comment .comment-summary {
  background: #e2dbc5;
  padding: 22.5px 20px;
  background: #f4f2eb;
}
.user-comments .comment .comment-summary:after {
  clear: both;
  content: '';
  display: table;
}
.user-comments .comment .comment-summary h1:first-child,
.user-comments .comment .comment-summary h2:first-child,
.user-comments .comment .comment-summary h3:first-child,
.user-comments .comment .comment-summary h4:first-child,
.user-comments .comment .comment-summary h5:first-child,
.user-comments .comment .comment-summary h6:first-child {
  margin-top: 0;
}
.user-comments .comment .comment-summary p:last-child {
  margin-bottom: 0;
}
@media (min-width: 880px) {
  .user-comments .comment .comment-summary {
    display: table-cell;
    text-align: center;
    width: 200px;
  }
}
.user-comments .comment .comment-summary .user-name {
  font: 900 15px "Lato", Arial, sans-serif;
}
.user-comments .comment .comment-summary .user-name .user-name-label {
  font: normal 15px "Lato", Arial, sans-serif;
}
@media (min-width: 880px) {
  .user-comments .comment .comment-summary .user-name .user-name-label {
    display: block;
  }
}
.user-comments .comment .comment-summary .user-name .comment-date {
  font: 400 12px "Lato", Arial, sans-serif;
  display: block;
}
@media (min-width: 880px) {
  .user-comments .comment .comment-summary .user-name .comment-date {
    margin-top: 20px;
  }
}
@media (max-width: 879px) {
  .user-comments .comment .comment-summary .user-name .comment-date {
    margin-top: 5px;
  }
}
.user-comments .comment-details {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
  font: 400 15px "Lato", Arial, sans-serif;
  display: table-cell;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
}
/* pagination */
.paginator {
  padding-top: 45px;
  margin-bottom: 40px;
  text-align: center;
}
.paginator ul,
.paginator ol {
  margin: 0;
  padding: 0;
}
.paginator ul li,
.paginator ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.paginator div {
  display: none;
}
.paginator strong {
  -webkit-appearance: none;
  font: 900 13px "Lato", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #d23b00;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  margin: 0 5px 5px 0;
  padding: 0px 30px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 200ms;
  background: #009ed2;
  padding-left: 18px;
  padding-right: 18px;
}
.paginator strong:hover,
.paginator strong:focus {
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
.paginator a {
  -webkit-appearance: none;
  font: 900 13px "Lato", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #d23b00;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  margin: 0 5px 5px 0;
  padding: 0px 30px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 200ms;
  padding-left: 18px;
  padding-right: 18px;
}
.paginator a:hover,
.paginator a:focus {
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
.paginator .break {
  margin-right: 5px;
  padding: 6px;
}
/* product image gallery */
.product-image-gallery {
  margin-bottom: 40px;
}
.product-image-gallery:after {
  clear: both;
  content: '';
  display: table;
}
.product-image-gallery .gallery-image-wrapper {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 76.666667%;
  position: relative;
  width: 100%;
}
.product-image-gallery .gallery-image-wrapper .img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.product-image-gallery .gallery-image-wrapper .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}
.product-image-gallery .gallery-image-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.product-image-gallery .gallery-thumbs-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
.product-image-gallery .gallery-thumbs-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.product-image-gallery .gallery-thumbs-wrapper .gallery-thumb-link {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 481px) {
  .product-image-gallery .gallery-thumbs-wrapper .gallery-thumb-link {
    float: left;
    width: 16.66666667%;
  }
}
.product-image-gallery .gallery-thumbs-wrapper .gallery-thumb-link .gallery-thumb {
  display: block;
  width: 100%;
  outline: 2px solid #d9d9d9;
  margin-bottom: 10px;
}
.product-image-gallery .gallery-thumbs-wrapper .gallery-thumb-link.selected .gallery-thumb {
  outline-color: #009ed2;
}
.product-image-gallery .gallery-thumbs-wrapper .gallery-thumb-link:hover .gallery-thumb,
.product-image-gallery .gallery-thumbs-wrapper .gallery-thumb-link:focus .gallery-thumb,
.product-image-gallery .gallery-thumbs-wrapper .gallery-thumb-link:active .gallery-thumb {
  outline-color: #000000;
}
.product-image-gallery .gallery-thumbs-wrapper .gallery-video-thumb-link .gallery-thumb {
  margin-bottom: 0;
}
.product-image-gallery .gallery-thumbs-wrapper .gallery-video-thumb-link::after {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url('/media/img/youtube_button.png?44c3a798ad18') center center no-repeat;
  background-size: 30px 21px;
  content: "";
  height: 21px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 30px;
}
/* product image sizes */
/* product group */
.products {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.products ul,
.products ol {
  margin: 0;
  padding: 0;
}
.products ul li,
.products ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.products:after {
  clear: both;
  content: '';
  display: table;
}
.products .product-list-item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 481px) {
  .products .product-list-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 880px) {
  .products .product-list-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1201px) {
  .products .product-list-item {
    float: left;
    width: 25%;
  }
}
/** category intro */
.category-intro-link {
  text-decoration: none;
}
.category-intro {
  background: #e88e00;
  border: 10px solid #d23b00;
  padding: 20px;
  position: relative;
}
@media (min-width: 1201px) {
  .category-intro {
    height: 162px;
    padding-right: 400px;
  }
}
.category-intro .category-intro-para {
  font: 700 2.8rem "Oswald", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 1201px) {
  .category-intro .category-intro-para {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1201px) {
  .category-intro .category-intro-img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 1200px) {
  .category-intro .category-intro-img {
    display: none;
  }
}
/* category description */
.category-title {
  text-align: center;
}
@media (min-width: 880px) {
  .category-title {
    font: 900 15px "Lato", Arial, sans-serif;
    color: #000000;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.4rem;
    margin: 1em 0;
    margin-top: 0;
  }
}
@media (max-width: 879px) {
  .category-title {
    font: 900 15px "Lato", Arial, sans-serif;
    color: #000000;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.7rem;
  }
}
.category-description-wrapper {
  clear: both;
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  background: #f4f2eb;
}
.category-description-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.category-description-wrapper .category-description {
  /* basic elements */
  /* links */
  /* styled elements */
  /* alignment */
  background: #e2dbc5;
  padding: 22.5px 20px;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 0;
  padding-left: 0;
  background: transparent;
}
.category-description-wrapper .category-description h1 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.2rem;
}
.category-description-wrapper .category-description h2 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.2rem;
}
.category-description-wrapper .category-description h3 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.7rem;
}
.category-description-wrapper .category-description h4 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.4rem;
  margin: 1em 0;
}
.category-description-wrapper .category-description h5 {
  font: 900 16px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
.category-description-wrapper .category-description h6 {
  font: 900 15px "Lato", Arial, sans-serif;
}
.category-description-wrapper .category-description p,
.category-description-wrapper .category-description li {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
}
.category-description-wrapper .category-description a {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
}
.category-description-wrapper .category-description a:hover,
.category-description-wrapper .category-description a:focus,
.category-description-wrapper .category-description a:active {
  color: #000000;
}
.category-description-wrapper .category-description a.styled-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
.category-description-wrapper .category-description a.styled-link:hover,
.category-description-wrapper .category-description a.styled-link:focus,
.category-description-wrapper .category-description a.styled-link:active {
  color: #000000;
}
.category-description-wrapper .category-description a.styled-link:hover,
.category-description-wrapper .category-description a.styled-link:focus,
.category-description-wrapper .category-description a.styled-link:active {
  color: #000000;
}
.category-description-wrapper .category-description a.button {
  -webkit-appearance: none;
  font: 900 13px "Lato", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #d23b00;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  margin: 0 5px 5px 0;
  padding: 0px 30px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 200ms;
}
.category-description-wrapper .category-description a.button:hover,
.category-description-wrapper .category-description a.button:focus {
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
.category-description-wrapper .category-description img {
  max-width: 100%;
  height: auto;
}
.category-description-wrapper .category-description img.styled-image {
  padding: 7px 7px 40px 7px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.category-description-wrapper .category-description blockquote {
  background: #e2dbc5;
  padding: 22.5px 20px;
  background: #009ed2;
  color: #ffffff;
  margin: 1em 0;
}
.category-description-wrapper .category-description blockquote:after {
  clear: both;
  content: '';
  display: table;
}
.category-description-wrapper .category-description blockquote h1:first-child,
.category-description-wrapper .category-description blockquote h2:first-child,
.category-description-wrapper .category-description blockquote h3:first-child,
.category-description-wrapper .category-description blockquote h4:first-child,
.category-description-wrapper .category-description blockquote h5:first-child,
.category-description-wrapper .category-description blockquote h6:first-child {
  margin-top: 0;
}
.category-description-wrapper .category-description blockquote p:last-child {
  margin-bottom: 0;
}
.category-description-wrapper .category-description blockquote p {
  font: normal 1.3rem "Lato", Arial, sans-serif;
  font-style: italic;
  line-height: 1.7;
}
.category-description-wrapper .category-description table {
  border-collapse: collapse;
  width: 100%;
}
.category-description-wrapper .category-description table td,
.category-description-wrapper .category-description table th {
  border: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.category-description-wrapper .category-description table td h1,
.category-description-wrapper .category-description table th h1,
.category-description-wrapper .category-description table td h2,
.category-description-wrapper .category-description table th h2,
.category-description-wrapper .category-description table td h3,
.category-description-wrapper .category-description table th h3,
.category-description-wrapper .category-description table td h4,
.category-description-wrapper .category-description table th h4 {
  margin-top: 0;
}
.category-description-wrapper .category-description table.styled-table {
  margin: .5em 0 3em;
  width: 100%;
}
.category-description-wrapper .category-description table.styled-table th {
  font: 900 15px "Lato", Arial, sans-serif;
  background: #d23b00;
  color: #ffffff;
  padding: 15px 35px;
  text-transform: uppercase;
}
.category-description-wrapper .category-description table.styled-table td {
  border-bottom: 1px solid #8e8c86;
  padding: 15px 35px;
  text-align: left;
}
.category-description-wrapper .category-description table.styled-table caption {
  text-align: left;
}
.category-description-wrapper .category-description hr {
  background: #d1d0cc;
  border: none;
  clear: both;
  height: 1px;
  margin: 2em 0;
  padding: 0;
}
.category-description-wrapper .category-description .alignleft {
  text-align: left;
}
.category-description-wrapper .category-description .alignright {
  text-align: right;
}
.category-description-wrapper .category-description .aligncenter {
  text-align: center;
}
.category-description-wrapper .category-description img.alignleft {
  float: left;
  margin-bottom: 45px;
  margin-right: 20px;
}
.category-description-wrapper .category-description img.alignright {
  clear: right;
  float: right;
  margin-bottom: 45px;
  margin-left: 20px;
}
.category-description-wrapper .category-description img.aligncenter {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.category-description-wrapper .category-description:after {
  clear: both;
  content: '';
  display: table;
}
.category-description-wrapper .category-description h1:first-child,
.category-description-wrapper .category-description h2:first-child,
.category-description-wrapper .category-description h3:first-child,
.category-description-wrapper .category-description h4:first-child,
.category-description-wrapper .category-description h5:first-child,
.category-description-wrapper .category-description h6:first-child {
  margin-top: 0;
}
.category-description-wrapper .category-description p:last-child {
  margin-bottom: 0;
}
/* styled search */
.styled-search {
  position: relative;
}
.styled-search input[type=search] {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 10px;
  font: 400 16px "Lato", Arial, sans-serif;
  height: 50px;
  line-height: 50px;
  margin-right: 3px;
  padding-bottom: 0;
  padding-right: 50px;
  padding-top: 0;
  width: 100%;
}
.styled-search input[type=search]:hover {
  border: 1px solid #a6a6a6;
}
.styled-search input[type=search]:focus {
  background: #fffce9 !important;
  border: 1px solid #a6a6a6 !important;
}
.styled-search .search-button {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  padding-bottom: 0;
  padding-top: 0;
  position: absolute;
  right: 10px;
  top: 0;
}
.search-button {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url('/media/img/icon-search.png?71186c3cc858') center center no-repeat;
  background-size: 27px 27px;
  width: 35px;
}
/* autocomplete */
.ui-autocomplete {
  background: #e2dbc5;
  padding: 22.5px 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  background: #f4f2eb;
}
.ui-autocomplete:after {
  clear: both;
  content: '';
  display: table;
}
.ui-autocomplete h1:first-child,
.ui-autocomplete h2:first-child,
.ui-autocomplete h3:first-child,
.ui-autocomplete h4:first-child,
.ui-autocomplete h5:first-child,
.ui-autocomplete h6:first-child {
  margin-top: 0;
}
.ui-autocomplete p:last-child {
  margin-bottom: 0;
}
.ui-autocomplete .ui-menu-item:hover,
.ui-autocomplete .ui-state-focus {
  background: #e2dbc5;
  color: #d23b00;
  margin: 0 -15px;
  padding-left: 15px;
  padding-right: 15px;
}
/* filters */
.filter-wrapper .filter-search {
  position: relative;
  background: #f4f2eb;
  margin-bottom: 10px;
  padding: 20px;
  text-align: center;
}
.filter-wrapper .filter-search input[type=search] {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 10px;
  font: 400 16px "Lato", Arial, sans-serif;
  height: 32px;
  line-height: 32px;
  margin-right: 3px;
  padding-bottom: 0;
  padding-right: 50px;
  padding-top: 0;
  width: 100%;
}
.filter-wrapper .filter-search input[type=search]:hover {
  border: 1px solid #a6a6a6;
}
.filter-wrapper .filter-search input[type=search]:focus {
  background: #fffce9 !important;
  border: 1px solid #a6a6a6 !important;
}
.filter-wrapper .filter-search .search-button {
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  padding-bottom: 0;
  padding-top: 0;
  position: absolute;
  right: 10px;
  top: 0;
}
.filter-wrapper .filter-search .search-button {
  background-size: 20px 20px;
  right: 5px;
}
.filter-wrapper .filter-search .filter-search-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  display: inline-block;
  vertical-align: middle;
}
.filter-wrapper .filter-search .filter-search-link:hover,
.filter-wrapper .filter-search .filter-search-link:focus,
.filter-wrapper .filter-search .filter-search-link:active {
  color: #000000;
}
.filter-title-box {
  background: #e2dbc5;
  padding: 22.5px 20px;
  background: #f4f2eb;
  text-align: center;
  margin-bottom: 2px;
}
.filter-title-box:after {
  clear: both;
  content: '';
  display: table;
}
.filter-title-box h1:first-child,
.filter-title-box h2:first-child,
.filter-title-box h3:first-child,
.filter-title-box h4:first-child,
.filter-title-box h5:first-child,
.filter-title-box h6:first-child {
  margin-top: 0;
}
.filter-title-box p:last-child {
  margin-bottom: 0;
}
.filter-title-box .filter-title {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 17px;
  opacity: 0.5;
}
.filter-title-box .clear-filters-button {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
}
.filter-title-box .clear-filters-button:hover,
.filter-title-box .clear-filters-button:focus,
.filter-title-box .clear-filters-button:active {
  color: #000000;
}
.filter-title-box .clear-filters-button:hover,
.filter-title-box .clear-filters-button:focus,
.filter-title-box .clear-filters-button:active {
  color: #000000;
}
.filter-options-wrapper ul,
.filter-options-wrapper ol {
  margin: 0;
  padding: 0;
}
.filter-options-wrapper ul li,
.filter-options-wrapper ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter-options-wrapper .filter-options {
  background: #e2dbc5;
  padding: 22.5px 20px;
  background: #f4f2eb;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  /* filter show hide buttons*/
  /* ticks */
  /* checked */
  /* unchecked */
  /* unavailable*/
}
.filter-options-wrapper .filter-options:after {
  clear: both;
  content: '';
  display: table;
}
.filter-options-wrapper .filter-options h1:first-child,
.filter-options-wrapper .filter-options h2:first-child,
.filter-options-wrapper .filter-options h3:first-child,
.filter-options-wrapper .filter-options h4:first-child,
.filter-options-wrapper .filter-options h5:first-child,
.filter-options-wrapper .filter-options h6:first-child {
  margin-top: 0;
}
.filter-options-wrapper .filter-options p:last-child {
  margin-bottom: 0;
}
.filter-options-wrapper .filter-options:last-child {
  border: 0;
}
.filter-options-wrapper .filter-options .filter-heading {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.filter-options-wrapper .filter-options .filter-list {
  margin-top: 20px;
}
.filter-options-wrapper .filter-options .has_children {
  margin-bottom: 3px;
}
.filter-options-wrapper .filter-options .has_children .filter-options-level2 {
  padding: 0 0 0 22px;
}
.filter-options-wrapper .filter-options .has_children .filter-options-level2 .filter-options-level3 {
  padding: 0 0 0 22px;
}
.filter-options-wrapper .filter-options .filter-button-show,
.filter-options-wrapper .filter-options .filter-button-hide {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 40px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 10px;
  width: 100%;
}
.filter-options-wrapper .filter-options .filter-button-show:after,
.filter-options-wrapper .filter-options .filter-button-hide:after {
  font: normal 24px "Lato", Arial, sans-serif;
  color: #d23b00;
  right: 10px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 5px;
  width: 30px;
}
.filter-options-wrapper .filter-options .filter-button-show:after:hover,
.filter-options-wrapper .filter-options .filter-button-hide:after:hover {
  color: #000000;
}
.filter-options-wrapper .filter-options .filter-button-show:hover:after,
.filter-options-wrapper .filter-options .filter-button-hide:hover:after,
.filter-options-wrapper .filter-options .filter-button-show:focus:after,
.filter-options-wrapper .filter-options .filter-button-hide:focus:after {
  color: #000000;
}
.filter-options-wrapper .filter-options .filter-button-show:after {
  content: "\002B";
}
.filter-options-wrapper .filter-options .filter-button-hide:after {
  content: "\002D";
}
.filter-options-wrapper .filter-options .checked,
.filter-options-wrapper .filter-options .unchecked,
.filter-options-wrapper .filter-options .unavailable {
  font: 900 13px "Lato", Arial, sans-serif;
  border-radius: 7px;
  display: block;
  margin-bottom: 3px;
  padding: 7px 7px 7px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.filter-options-wrapper .filter-options .checked .indicator,
.filter-options-wrapper .filter-options .unchecked .indicator,
.filter-options-wrapper .filter-options .unavailable .indicator {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 2px;
  content: "";
  display: block;
  height: 16px;
  left: 7px;
  position: absolute;
  top: 7px;
  width: 16px;
}
.filter-options-wrapper .filter-options .checked .filter-items,
.filter-options-wrapper .filter-options .unchecked .filter-items,
.filter-options-wrapper .filter-options .unavailable .filter-items {
  font-weight: 400;
  margin-left: 5px;
}
.filter-options-wrapper .filter-options .checked:hover,
.filter-options-wrapper .filter-options .unchecked:hover,
.filter-options-wrapper .filter-options .checked:focus,
.filter-options-wrapper .filter-options .unchecked:focus,
.filter-options-wrapper .filter-options .checked:active,
.filter-options-wrapper .filter-options .unchecked:active {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
.filter-options-wrapper .filter-options .checked {
  color: #ffffff;
  background: #009ed2;
}
.filter-options-wrapper .filter-options .checked .indicator {
  background: #ffffff url('/media/img/icon-tick.png?44c3a798ad18') center center no-repeat;
  background-size: 12px;
}
.filter-options-wrapper .filter-options .checked .filter-items {
  color: #9ed7ea;
}
.filter-options-wrapper .filter-options .unchecked {
  color: #000000;
  background: #e2dbc5;
}
.filter-options-wrapper .filter-options .unchecked .filter-items {
  color: #7c7358;
}
.filter-options-wrapper .filter-options .unavailable {
  background: transparent;
  color: #bdb59f;
}
.filter-options-wrapper .filter-options .unavailable .filter-items {
  color: #bdb59f;
}
.filter-options-wrapper .show-more-filters-button {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
  color: #000000;
  display: block;
  margin-top: 10px;
  text-align: center;
  display: none;
}
.filter-options-wrapper .show-more-filters-button:hover,
.filter-options-wrapper .show-more-filters-button:focus,
.filter-options-wrapper .show-more-filters-button:active {
  color: #000000;
}
.filter-options-wrapper .show-more-filters-button:hover,
.filter-options-wrapper .show-more-filters-button:focus,
.filter-options-wrapper .show-more-filters-button:active {
  color: #000000;
}
.filter-options-wrapper .show-more-filters-button:before {
  font: normal 24px "Lato", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  color: #d23b00;
  content: "\002B";
  line-height: 15px;
  margin: -7px 8px 0 0;
}
.filter-options-wrapper .show-more-filters-button:hover,
.filter-options-wrapper .show-more-filters-button:focus {
  color: #d23b00;
}
.filter-options-wrapper .show-more-filters-button.category-filters-collapsed,
.filter-options-wrapper .show-more-filters-button.scale-filters-collapsed {
  display: inherit;
}
html:not(.js) .filter-options-wrapper .show-more-filters-button {
  display: none;
}
html:not(.js) .category-filters-collapsed,
html:not(.js) .scale-filters-collapsed {
  display: inherit;
}
/* Currency Used Notice */
.currency-notice {
  margin: 1em 0;
  text-align: right;
}
/* Currency Selection Form */
.currency-select-form {
  display: block;
  box-sizing: border-box;
}
.currency-select-form .currency-choice {
  display: inline-block;
  vertical-align: middle;
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 17px "Lato", Arial, sans-serif;
  cursor: pointer;
  background: #ffffff;
  height: 30px;
  line-height: 30px;
  margin: 1px;
  text-align: center;
  width: 30px;
}
.currency-select-form .currency-choice:hover,
.currency-select-form .currency-choice:focus,
.currency-select-form .currency-choice:active {
  color: #000000;
}
.currency-select-form .currency-choice:hover,
.currency-select-form .currency-choice.selected {
  background: #000000;
  color: #ffffff;
}
.header-content .currency-select-form .currency-choice {
  background-color: transparent;
  border: 1px solid black;
  color: black;
}
.header-content .currency-select-form .currency-choice:hover,
.header-content .currency-select-form .currency-choice.selected {
  background-color: black;
  color: #fec415;
}
@media (max-width: 879px) {
  .header-content .currency-select-form {
    margin-left: 10px;
  }
}
@media (min-width: 880px) {
  .header-content .currency-select-form {
    float: right;
  }
}
@media (max-width: 1200px) {
  .currency-select-form .currency-choice {
    width: 25px;
    height: 25px;
    line-height: 24px;
  }
}
/* star rating */
.product-star-rating {
  height: 15px;
}
.product-star-rating.no-star {
  visibility: hidden;
}
.product-star-rating.no-star span {
  font-size: 15px;
}
.product-star-rating.no-star span:before {
  position: static;
  content: "\2606";
  color: #000000;
}
.product-star-rating.one-star span:nth-child(1) {
  font-size: 15px;
}
.product-star-rating.one-star span:nth-child(1):before {
  position: static;
  content: "\2605";
  color: #d23b00;
}
.product-star-rating.two-star span:nth-child(1),
.product-star-rating.two-star span:nth-child(2) {
  font-size: 15px;
}
.product-star-rating.two-star span:nth-child(1):before,
.product-star-rating.two-star span:nth-child(2):before {
  position: static;
  content: "\2605";
  color: #d23b00;
}
.product-star-rating.three-star span:nth-child(1),
.product-star-rating.three-star span:nth-child(2),
.product-star-rating.three-star span:nth-child(3) {
  font-size: 15px;
}
.product-star-rating.three-star span:nth-child(1):before,
.product-star-rating.three-star span:nth-child(2):before,
.product-star-rating.three-star span:nth-child(3):before {
  position: static;
  content: "\2605";
  color: #d23b00;
}
.product-star-rating.four-star span:nth-child(1),
.product-star-rating.four-star span:nth-child(2),
.product-star-rating.four-star span:nth-child(3),
.product-star-rating.four-star span:nth-child(4) {
  font-size: 15px;
}
.product-star-rating.four-star span:nth-child(1):before,
.product-star-rating.four-star span:nth-child(2):before,
.product-star-rating.four-star span:nth-child(3):before,
.product-star-rating.four-star span:nth-child(4):before {
  position: static;
  content: "\2605";
  color: #d23b00;
}
.product-star-rating.five-star span:nth-child(1),
.product-star-rating.five-star span:nth-child(2),
.product-star-rating.five-star span:nth-child(3),
.product-star-rating.five-star span:nth-child(4),
.product-star-rating.five-star span:nth-child(5) {
  font-size: 15px;
}
.product-star-rating.five-star span:nth-child(1):before,
.product-star-rating.five-star span:nth-child(2):before,
.product-star-rating.five-star span:nth-child(3):before,
.product-star-rating.five-star span:nth-child(4):before,
.product-star-rating.five-star span:nth-child(5):before {
  position: static;
  content: "\2605";
  color: #d23b00;
}
.product-star-rating .star-rating-info {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 0px;
}
.product-star-rating-input {
  height: 20px;
  cursor: pointer;
  font-size: 20px;
}
.product-star-rating-input.no-star {
  visibility: hidden;
}
.product-star-rating-input.no-star span {
  font-size: 20px;
}
.product-star-rating-input.no-star span:before {
  position: absolute;
  content: "\2606";
  color: #000000;
}
.product-star-rating-input.one-star span:nth-child(1) {
  font-size: 20px;
}
.product-star-rating-input.one-star span:nth-child(1):before {
  position: absolute;
  content: "\2605";
  color: #d23b00;
}
.product-star-rating-input.two-star span:nth-child(1),
.product-star-rating-input.two-star span:nth-child(2) {
  font-size: 20px;
}
.product-star-rating-input.two-star span:nth-child(1):before,
.product-star-rating-input.two-star span:nth-child(2):before {
  position: absolute;
  content: "\2605";
  color: #d23b00;
}
.product-star-rating-input.three-star span:nth-child(1),
.product-star-rating-input.three-star span:nth-child(2),
.product-star-rating-input.three-star span:nth-child(3) {
  font-size: 20px;
}
.product-star-rating-input.three-star span:nth-child(1):before,
.product-star-rating-input.three-star span:nth-child(2):before,
.product-star-rating-input.three-star span:nth-child(3):before {
  position: absolute;
  content: "\2605";
  color: #d23b00;
}
.product-star-rating-input.four-star span:nth-child(1),
.product-star-rating-input.four-star span:nth-child(2),
.product-star-rating-input.four-star span:nth-child(3),
.product-star-rating-input.four-star span:nth-child(4) {
  font-size: 20px;
}
.product-star-rating-input.four-star span:nth-child(1):before,
.product-star-rating-input.four-star span:nth-child(2):before,
.product-star-rating-input.four-star span:nth-child(3):before,
.product-star-rating-input.four-star span:nth-child(4):before {
  position: absolute;
  content: "\2605";
  color: #d23b00;
}
.product-star-rating-input.five-star span:nth-child(1),
.product-star-rating-input.five-star span:nth-child(2),
.product-star-rating-input.five-star span:nth-child(3),
.product-star-rating-input.five-star span:nth-child(4),
.product-star-rating-input.five-star span:nth-child(5) {
  font-size: 20px;
}
.product-star-rating-input.five-star span:nth-child(1):before,
.product-star-rating-input.five-star span:nth-child(2):before,
.product-star-rating-input.five-star span:nth-child(3):before,
.product-star-rating-input.five-star span:nth-child(4):before,
.product-star-rating-input.five-star span:nth-child(5):before {
  position: absolute;
  content: "\2605";
  color: #d23b00;
}
/* results options*/
.results-options {
  display: table;
  margin: 20px 0;
  width: 100%;
}
.results-options .results-display {
  vertical-align: middle;
}
.results-options .results-display ul,
.results-options .results-display ol {
  margin: 0;
  padding: 0;
}
.results-options .results-display ul li,
.results-options .results-display ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
@media (max-width: 879px) {
  .results-options .results-display {
    display: none;
  }
}
.results-options .results-display .results-display-title {
  display: inline-block;
  vertical-align: middle;
  font: 900 16px "Lato", Arial, sans-serif;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
  text-transform: uppercase;
}
.results-options .results-display .results-display-options {
  display: inline-block;
  vertical-align: middle;
}
.results-options .results-display .results-display-options .display-option {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  background-image: url('/media/img/back-product-options-buttons.png?71186c3cc858');
  background-repeat: no-repeat;
  background-size: 200px 200px;
  height: 34px;
  margin: 0 5px;
  width: 63px;
}
.results-options .results-display .results-display-options .display-option.large {
  background-position: 0px 0px;
}
.results-options .results-display .results-display-options .display-option.large.large-selected {
  background-position: 0px -80px;
}
.results-options .results-display .results-display-options .display-option.large:hover,
.results-options .results-display .results-display-options .display-option.large:focus {
  background-position: 0px -166px;
}
.results-options .results-display .results-display-options .display-option.small {
  background-position: -137px 0px;
}
.results-options .results-display .results-display-options .display-option.small.small-selected {
  background-position: -137px -80px;
}
.results-options .results-display .results-display-options .display-option.small:hover,
.results-options .results-display .results-display-options .display-option.small:focus {
  background-position: -137px -166px;
}
.results-options .results-sort {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
@media (max-width: 879px) {
  .results-options .results-sort {
    text-align: left;
  }
}
.results-options .results-sort .field_name,
.results-options .results-sort .inner_wrapper {
  display: inline-block;
  vertical-align: middle;
}
.results-options .results-sort .field_name {
  font: 900 16px "Lato", Arial, sans-serif;
  margin-bottom: 5px;
  margin-top: 5px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .results-options .results-sort .field_name {
    display: none;
  }
}
.results-options .results-sort .select select {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 10px;
  font: 400 16px "Lato", Arial, sans-serif;
  margin-left: 10px;
}
.results-options .results-sort .select select:hover {
  border: 1px solid #a6a6a6;
}
.results-options .results-sort .select select:focus {
  background: #fffce9 !important;
  border: 1px solid #a6a6a6 !important;
}
/* results heading wrapper */
.results-heading-wrapper {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.results-heading-wrapper .results-number {
  font: 400 16px "Lato", Arial, sans-serif;
  text-transform: none;
  white-space: nowrap;
}
@media (max-width: 879px) {
  .results-heading-wrapper {
    margin-bottom: 20px;
  }
}
@media (min-width: 880px) {
  .results-heading-wrapper .mainheading {
    padding-right: 35%;
    position: relative;
  }
}
@media (max-width: 879px) {
  .results-heading-wrapper .mainheading {
    text-align: center;
  }
  .results-heading-wrapper .mainheading .results-number {
    display: block;
  }
}
/* user reviews */
.user-reviews ul,
.user-reviews ol {
  margin: 0;
  padding: 0;
}
.user-reviews ul li,
.user-reviews ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.user-reviews .user-review-info {
  background: #e2dbc5;
  padding: 22.5px 20px;
  margin-bottom: 20px;
}
.user-reviews .user-review-info:after {
  clear: both;
  content: '';
  display: table;
}
.user-reviews .user-review-info h1:first-child,
.user-reviews .user-review-info h2:first-child,
.user-reviews .user-review-info h3:first-child,
.user-reviews .user-review-info h4:first-child,
.user-reviews .user-review-info h5:first-child,
.user-reviews .user-review-info h6:first-child {
  margin-top: 0;
}
.user-reviews .user-review-info p:last-child {
  margin-bottom: 0;
}
.user-reviews .user-review-info .user-review-info-title {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.7rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.user-reviews .user-review-info .product-star-rating {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  margin: 0;
}
.user-reviews .user-review-info .product-star-rating.no-star {
  visibility: hidden;
}
.user-reviews .user-review-info .product-star-rating.no-star span {
  font-size: 40px;
}
.user-reviews .user-review-info .product-star-rating.no-star span:before {
  position: static;
  content: "\2606";
  color: #000000;
}
.user-reviews .user-review-info .product-star-rating.one-star span:nth-child(1) {
  font-size: 40px;
}
.user-reviews .user-review-info .product-star-rating.one-star span:nth-child(1):before {
  position: static;
  content: "\2605";
  color: #d23b00;
}
.user-reviews .user-review-info .product-star-rating.two-star span:nth-child(1),
.user-reviews .user-review-info .product-star-rating.two-star span:nth-child(2) {
  font-size: 40px;
}
.user-reviews .user-review-info .product-star-rating.two-star span:nth-child(1):before,
.user-reviews .user-review-info .product-star-rating.two-star span:nth-child(2):before {
  position: static;
  content: "\2605";
  color: #d23b00;
}
.user-reviews .user-review-info .product-star-rating.three-star span:nth-child(1),
.user-reviews .user-review-info .product-star-rating.three-star span:nth-child(2),
.user-reviews .user-review-info .product-star-rating.three-star span:nth-child(3) {
  font-size: 40px;
}
.user-reviews .user-review-info .product-star-rating.three-star span:nth-child(1):before,
.user-reviews .user-review-info .product-star-rating.three-star span:nth-child(2):before,
.user-reviews .user-review-info .product-star-rating.three-star span:nth-child(3):before {
  position: static;
  content: "\2605";
  color: #d23b00;
}
.user-reviews .user-review-info .product-star-rating.four-star span:nth-child(1),
.user-reviews .user-review-info .product-star-rating.four-star span:nth-child(2),
.user-reviews .user-review-info .product-star-rating.four-star span:nth-child(3),
.user-reviews .user-review-info .product-star-rating.four-star span:nth-child(4) {
  font-size: 40px;
}
.user-reviews .user-review-info .product-star-rating.four-star span:nth-child(1):before,
.user-reviews .user-review-info .product-star-rating.four-star span:nth-child(2):before,
.user-reviews .user-review-info .product-star-rating.four-star span:nth-child(3):before,
.user-reviews .user-review-info .product-star-rating.four-star span:nth-child(4):before {
  position: static;
  content: "\2605";
  color: #d23b00;
}
.user-reviews .user-review-info .product-star-rating.five-star span:nth-child(1),
.user-reviews .user-review-info .product-star-rating.five-star span:nth-child(2),
.user-reviews .user-review-info .product-star-rating.five-star span:nth-child(3),
.user-reviews .user-review-info .product-star-rating.five-star span:nth-child(4),
.user-reviews .user-review-info .product-star-rating.five-star span:nth-child(5) {
  font-size: 40px;
}
.user-reviews .user-review-info .product-star-rating.five-star span:nth-child(1):before,
.user-reviews .user-review-info .product-star-rating.five-star span:nth-child(2):before,
.user-reviews .user-review-info .product-star-rating.five-star span:nth-child(3):before,
.user-reviews .user-review-info .product-star-rating.five-star span:nth-child(4):before,
.user-reviews .user-review-info .product-star-rating.five-star span:nth-child(5):before {
  position: static;
  content: "\2605";
  color: #d23b00;
}
.user-reviews .review {
  border-bottom: 1px solid #d9d9d9;
  background: #ffffff;
  margin: 10px 0;
}
.user-reviews .review .review-summary {
  background: #e2dbc5;
  padding: 22.5px 20px;
  background: #f4f2eb;
}
.user-reviews .review .review-summary:after {
  clear: both;
  content: '';
  display: table;
}
.user-reviews .review .review-summary h1:first-child,
.user-reviews .review .review-summary h2:first-child,
.user-reviews .review .review-summary h3:first-child,
.user-reviews .review .review-summary h4:first-child,
.user-reviews .review .review-summary h5:first-child,
.user-reviews .review .review-summary h6:first-child {
  margin-top: 0;
}
.user-reviews .review .review-summary p:last-child {
  margin-bottom: 0;
}
@media (min-width: 880px) {
  .user-reviews .review .review-summary {
    display: table-cell;
    text-align: center;
    width: 200px;
  }
}
.user-reviews .review .review-summary .user-name {
  font: 900 15px "Lato", Arial, sans-serif;
}
.user-reviews .review .review-summary .user-name .user-name-label {
  font: normal 15px "Lato", Arial, sans-serif;
}
@media (min-width: 880px) {
  .user-reviews .review .review-summary .user-name .user-name-label {
    display: block;
  }
}
.user-reviews .review .review-summary .product-star-rating {
  height: 20px;
  margin-bottom: 10px;
}
.user-reviews .review .review-summary .product-star-rating.no-star {
  visibility: hidden;
}
.user-reviews .review .review-summary .product-star-rating.no-star span {
  font-size: 20px;
}
.user-reviews .review .review-summary .product-star-rating.no-star span:before {
  position: static;
  content: "\2606";
  color: #000000;
}
.user-reviews .review .review-summary .product-star-rating.one-star span:nth-child(1) {
  font-size: 20px;
}
.user-reviews .review .review-summary .product-star-rating.one-star span:nth-child(1):before {
  position: static;
  content: "\2605";
  color: #d23b00;
}
.user-reviews .review .review-summary .product-star-rating.two-star span:nth-child(1),
.user-reviews .review .review-summary .product-star-rating.two-star span:nth-child(2) {
  font-size: 20px;
}
.user-reviews .review .review-summary .product-star-rating.two-star span:nth-child(1):before,
.user-reviews .review .review-summary .product-star-rating.two-star span:nth-child(2):before {
  position: static;
  content: "\2605";
  color: #d23b00;
}
.user-reviews .review .review-summary .product-star-rating.three-star span:nth-child(1),
.user-reviews .review .review-summary .product-star-rating.three-star span:nth-child(2),
.user-reviews .review .review-summary .product-star-rating.three-star span:nth-child(3) {
  font-size: 20px;
}
.user-reviews .review .review-summary .product-star-rating.three-star span:nth-child(1):before,
.user-reviews .review .review-summary .product-star-rating.three-star span:nth-child(2):before,
.user-reviews .review .review-summary .product-star-rating.three-star span:nth-child(3):before {
  position: static;
  content: "\2605";
  color: #d23b00;
}
.user-reviews .review .review-summary .product-star-rating.four-star span:nth-child(1),
.user-reviews .review .review-summary .product-star-rating.four-star span:nth-child(2),
.user-reviews .review .review-summary .product-star-rating.four-star span:nth-child(3),
.user-reviews .review .review-summary .product-star-rating.four-star span:nth-child(4) {
  font-size: 20px;
}
.user-reviews .review .review-summary .product-star-rating.four-star span:nth-child(1):before,
.user-reviews .review .review-summary .product-star-rating.four-star span:nth-child(2):before,
.user-reviews .review .review-summary .product-star-rating.four-star span:nth-child(3):before,
.user-reviews .review .review-summary .product-star-rating.four-star span:nth-child(4):before {
  position: static;
  content: "\2605";
  color: #d23b00;
}
.user-reviews .review .review-summary .product-star-rating.five-star span:nth-child(1),
.user-reviews .review .review-summary .product-star-rating.five-star span:nth-child(2),
.user-reviews .review .review-summary .product-star-rating.five-star span:nth-child(3),
.user-reviews .review .review-summary .product-star-rating.five-star span:nth-child(4),
.user-reviews .review .review-summary .product-star-rating.five-star span:nth-child(5) {
  font-size: 20px;
}
.user-reviews .review .review-summary .product-star-rating.five-star span:nth-child(1):before,
.user-reviews .review .review-summary .product-star-rating.five-star span:nth-child(2):before,
.user-reviews .review .review-summary .product-star-rating.five-star span:nth-child(3):before,
.user-reviews .review .review-summary .product-star-rating.five-star span:nth-child(4):before,
.user-reviews .review .review-summary .product-star-rating.five-star span:nth-child(5):before {
  position: static;
  content: "\2605";
  color: #d23b00;
}
.user-reviews .review-details {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
}
.user-reviews .review-details .review-title {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.4rem;
  margin: 1em 0;
}
/* recommended-products */
.recommended-products-wrapper {
  clear: both;
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  background: #e2dbc5;
}
.recommended-products-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.recommended-products {
  background: #e2dbc5;
  padding: 22.5px 20px;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 0;
  padding-left: 0;
  clear: both;
}
.recommended-products:after {
  clear: both;
  content: '';
  display: table;
}
.recommended-products h1:first-child,
.recommended-products h2:first-child,
.recommended-products h3:first-child,
.recommended-products h4:first-child,
.recommended-products h5:first-child,
.recommended-products h6:first-child {
  margin-top: 0;
}
.recommended-products p:last-child {
  margin-bottom: 0;
}
.recommended-products .recommended-products-title {
  text-align: center;
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.2rem;
}
@media (min-width: 481px) and (max-width: 879px) {
  .recommended-products .product-list .last {
    display: none;
  }
}
/* Styling for region/state select */
.region_field .select {
  display: none;
}
.region_field.usa .select {
  display: block;
}
.region_field.usa .text_input {
  display: none;
}
.region_field.usa .optional {
  display: none;
}
/* product group layout */
.products {
  margin-left: -10px;
  margin-right: -10px;
}
.products ul,
.products ol {
  margin: 0;
  padding: 0;
}
.products ul li,
.products ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.products:after {
  clear: both;
  content: '';
  display: table;
}
/* products view in normal view */
.products {
  /* center aligned products */
}
.products .product-list-item {
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media (min-width: 481px) {
  .products .product-list-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 880px) {
  .products .product-list-item {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1201px) {
  .products .product-list-item {
    float: left;
    width: 25%;
  }
}
.products .product-list-item.paint-item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 481px) {
  .products .product-list-item.paint-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 880px) {
  .products .product-list-item.paint-item {
    float: left;
    width: 33.33333333%;
  }
}
.products.paints .product-list {
  margin-bottom: 40px;
}
.products.paints .product-list:after {
  clear: both;
  content: '';
  display: table;
}
@media (min-width: 880px) {
  .products .product-list {
    display: flex;
    flex-wrap: wrap;
  }
  .products .product-list.central {
    justify-content: center;
  }
}
.products.small-selected .product-list-item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 481px) {
  .products.small-selected .product-list-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 880px) {
  .products.small-selected .product-list-item {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1201px) {
  .products.small-selected .product-list-item {
    float: left;
    width: 25%;
  }
}
.products.small-selected .product-list-item .product .product-info {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 1200px) {
  .products.small-selected .product-list-item .product .product-info {
    padding-bottom: 45px;
  }
}
@media (max-width: 1200px) {
  .products.small-selected .product-list-item .product-button.basket,
  .products.small-selected .product-list-item .product-button.view {
    left: 10px;
  }
}
/* products layout in column view */
.large-column .products .product-list-item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 481px) {
  .large-column .products .product-list-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 880px) {
  .large-column .products .product-list-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1201px) {
  .large-column .products .product-list-item {
    float: left;
    width: 33.33333333%;
  }
}
.large-column .products.small-selected .product-list-item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 481px) {
  .large-column .products.small-selected .product-list-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 880px) {
  .large-column .products.small-selected .product-list-item {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1201px) {
  .large-column .products.small-selected .product-list-item {
    float: left;
    width: 25%;
  }
}
.large-column .products.small-selected .product-list-item .product .product-info {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 1200px) {
  .large-column .products.small-selected .product-list-item .product .product-info {
    padding-bottom: 45px;
  }
}
@media (max-width: 1200px) {
  .large-column .products.small-selected .product-list-item .product-button.basket,
  .large-column .products.small-selected .product-list-item .product-button.view {
    left: 10px;
  }
}
/* responsive placement of product buttons */
.product-list-item .product-wrapper {
  position: relative;
}
.product-list-item .product-wrapper .product-button {
  bottom: 10px;
  position: absolute;
}
@media (min-width: 880px) {
  .product-list-item .product-wrapper .product-button {
    right: 10px;
  }
}
@media (max-width: 879px) {
  .product-list-item .product-wrapper .product-button {
    left: 10px;
  }
}
@media (min-width: 1201px) {
  .product-list-item.paint-item .product-button {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 1200px) {
  .product-list-item.paint-item .product-button {
    top: 60px;
    left: 5px;
    right: auto;
  }
}
/* product styling  */
.product {
  background: #ffffff;
  color: #d23b00;
  display: block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  /* thumbnail */
  /* markers */
  /* content */
}
.product .product-thumbnail-wrapper {
  display: block;
  padding-bottom: 76.666667%;
  position: relative;
  width: 100%;
}
.product .product-thumbnail-wrapper img,
.product .product-thumbnail-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.product .product-marker-best-seller {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  background: url('/media/img/product-marker-best-seller.png?bcbccd7ca3a2') center top no-repeat;
  background-size: cover;
  left: 10px;
  top: 0;
  display: block;
  position: absolute;
  z-index: 1;
}
@media (min-width: 880px) {
  .product .product-marker-best-seller {
    height: 83px;
    width: 46px;
  }
}
@media (max-width: 879px) {
  .product .product-marker-best-seller {
    height: 60px;
    width: 34px;
  }
}
.product .product-marker-sale {
  background: #000000;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  display: block;
  border: 1px solid #5d5d5d;
  position: absolute;
  right: 10px;
  top: -5px;
  z-index: 1;
}
@media (min-width: 880px) {
  .product .product-marker-sale {
    font: 700 14px "Oswald", Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    height: 60px;
    line-height: 14px;
    padding: 15px;
    width: 60px;
  }
}
@media (max-width: 879px) {
  .product .product-marker-sale {
    font: 700 13px "Oswald", Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    height: 45px;
    line-height: 13px;
    padding: 10px;
    width: 45px;
  }
}
.product .product-info {
  padding-bottom: 15px;
  padding-top: 10px;
  width: 100%;
}
.product .product-info:after {
  clear: both;
  content: '';
  display: table;
}
@media (min-width: 1201px) {
  .product .product-info {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1200px) {
  .product .product-info {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 879px) {
  .product .product-info {
    padding-bottom: 45px;
  }
}
.product .product-star-rating {
  margin-bottom: 10px;
}
.product .product-description {
  font: 900 13px "Lato", Arial, sans-serif;
  display: block;
  line-height: 15px;
  height: 45px;
  overflow: hidden;
  margin-bottom: 10px;
}
.product .product-price {
  text-transform: none;
  margin-bottom: 10px;
}
.product .product-price .price-was {
  font: 400 11px "Lato", Arial, sans-serif;
  color: #000000;
  display: block;
  line-height: 12px;
  height: 12px;
}
.product .product-price .price-now {
  color: #000000;
  display: block;
}
@media (max-width: 879px) {
  .product .product-price .price-now {
    font: 700 15px "Lato", Arial, sans-serif;
  }
}
@media (min-width: 880px) {
  .product .product-price .price-now {
    font: 700 18px "Lato", Arial, sans-serif;
  }
}
.product:hover,
.product:focus,
.product:active {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  transition: all 200ms;
}
.product:hover .product-description,
.product:focus .product-description,
.product:active .product-description {
  color: #000000;
}
.product:hover .product-button,
.product:focus .product-button,
.product:active .product-button {
  background-color: #000000;
}
.product-wrapper .product-button.basket {
  -webkit-appearance: none;
  font: 900 13px "Lato", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #d23b00;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  margin: 0 5px 5px 0;
  padding: 0px 30px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 200ms;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-image: url('/media/img/icon-add-to-basket.png?71186c3cc858');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px 20px;
  height: 32px;
  width: 60px;
}
.product-wrapper .product-button.basket:hover,
.product-wrapper .product-button.basket:focus {
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
.product-wrapper .product-button.basket.adding {
  background-image: url('/media/img/ajax-loader.gif?71186c3cc858');
  background-size: auto auto;
}
.product-wrapper .product-button.view {
  -webkit-appearance: none;
  font: 900 13px "Lato", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #d23b00;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  margin: 0 5px 5px 0;
  padding: 0px 30px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 200ms;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}
.product-wrapper .product-button.view:hover,
.product-wrapper .product-button.view:focus {
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
/* paints */
.paint {
  background: #ffffff;
  color: #d23b00;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  /* thumbnail */
  /* markers */
  /* content */
  padding-left: 80px;
  position: relative;
}
.paint .product-thumbnail-wrapper {
  display: block;
  padding-bottom: 76.666667%;
  position: relative;
  width: 100%;
}
.paint .product-thumbnail-wrapper img,
.paint .product-thumbnail-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.paint .product-marker-best-seller {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  background: url('/media/img/product-marker-best-seller.png?bcbccd7ca3a2') center top no-repeat;
  background-size: cover;
  left: 10px;
  top: 0;
  display: block;
  position: absolute;
  z-index: 1;
}
@media (min-width: 880px) {
  .paint .product-marker-best-seller {
    height: 83px;
    width: 46px;
  }
}
@media (max-width: 879px) {
  .paint .product-marker-best-seller {
    height: 60px;
    width: 34px;
  }
}
.paint .product-marker-sale {
  background: #000000;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  display: block;
  border: 1px solid #5d5d5d;
  position: absolute;
  right: 10px;
  top: -5px;
  z-index: 1;
}
@media (min-width: 880px) {
  .paint .product-marker-sale {
    font: 700 14px "Oswald", Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    height: 60px;
    line-height: 14px;
    padding: 15px;
    width: 60px;
  }
}
@media (max-width: 879px) {
  .paint .product-marker-sale {
    font: 700 13px "Oswald", Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    height: 45px;
    line-height: 13px;
    padding: 10px;
    width: 45px;
  }
}
.paint .product-info {
  padding-bottom: 15px;
  padding-top: 10px;
  width: 100%;
}
.paint .product-info:after {
  clear: both;
  content: '';
  display: table;
}
@media (min-width: 1201px) {
  .paint .product-info {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1200px) {
  .paint .product-info {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 879px) {
  .paint .product-info {
    padding-bottom: 45px;
  }
}
.paint .product-star-rating {
  margin-bottom: 10px;
}
.paint .product-description {
  font: 900 13px "Lato", Arial, sans-serif;
  display: block;
  line-height: 15px;
  height: 45px;
  overflow: hidden;
  margin-bottom: 10px;
}
.paint .product-price {
  text-transform: none;
  margin-bottom: 10px;
}
.paint .product-price .price-was {
  font: 400 11px "Lato", Arial, sans-serif;
  color: #000000;
  display: block;
  line-height: 12px;
  height: 12px;
}
.paint .product-price .price-now {
  color: #000000;
  display: block;
}
@media (max-width: 879px) {
  .paint .product-price .price-now {
    font: 700 15px "Lato", Arial, sans-serif;
  }
}
@media (min-width: 880px) {
  .paint .product-price .price-now {
    font: 700 18px "Lato", Arial, sans-serif;
  }
}
.paint:hover,
.paint:focus,
.paint:active {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  transition: all 200ms;
}
.paint:hover .product-description,
.paint:focus .product-description,
.paint:active .product-description {
  color: #000000;
}
.paint:hover .product-button,
.paint:focus .product-button,
.paint:active .product-button {
  background-color: #000000;
}
@media (min-width: 1201px) {
  .paint {
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  .paint {
    padding-right: 10px;
    padding-bottom: 40px;
  }
}
.paint .paint-img-size {
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
}
.paint .product-info {
  padding: 0;
}
.paint .product-info .price-was {
  text-decoration: line-through;
  display: inline-block;
  margin-right: 10px;
}
.paint .product-info .price-now {
  display: inline-block;
}
/*  product basket confirmation */
.product-basket-confirmation {
  background: #009ed2;
  bottom: 0;
  left: 10px;
  padding: 20px 10px;
  position: absolute;
  right: 10px;
  text-align: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 100;
}
.product-basket-confirmation .basket-confirmation-notification {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font: 900 20px "Lato", Arial, sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.product-basket-confirmation .basket-confirmation-notification:before {
  display: inline-block;
  vertical-align: middle;
  background: url('/media/img/tick.png?71186c3cc858') left top no-repeat;
  background-size: cover;
  content: "";
  height: 20px;
  margin-bottom: 3px;
  margin-right: 10px;
  width: 20px;
}
.product-basket-confirmation .basket-confirmation-button {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}
.product-basket-confirmation .basket-confirmation-button:hover,
.product-basket-confirmation .basket-confirmation-button:focus,
.product-basket-confirmation .basket-confirmation-button:active {
  color: #000000;
}
.product-basket-confirmation .basket-confirmation-button:hover,
.product-basket-confirmation .basket-confirmation-button:focus,
.product-basket-confirmation .basket-confirmation-button:active {
  color: #000000;
}
.product-basket-confirmation:before {
  background: #009ed2;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 20px;
}
.account-wrapper-account {
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  clear: both;
  margin-top: 60px;
  background: #f4f2eb;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}
.account-wrapper-account:after {
  clear: both;
  content: '';
  display: table;
}
.account-wrapper-account:before {
  -webkit-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  background-color: #f4f2eb;
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border-radius: 80px;
  content: "";
  display: block;
  height: 80px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 80px;
}
.account-wrapper-account:before {
  background-image: url('/media/img/checkout/icon-account.png?71186c3cc858');
}
/** recent orders */
.account-orders ul,
.account-orders ol {
  margin: 0;
  padding: 0;
}
.account-orders ul li,
.account-orders ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.account-orders .order {
  background: #e2dbc5;
  padding: 22.5px 20px;
  background: #f4f2eb;
  margin-bottom: 20px;
}
.account-orders .order:after {
  clear: both;
  content: '';
  display: table;
}
.account-orders .order h1:first-child,
.account-orders .order h2:first-child,
.account-orders .order h3:first-child,
.account-orders .order h4:first-child,
.account-orders .order h5:first-child,
.account-orders .order h6:first-child {
  margin-top: 0;
}
.account-orders .order p:last-child {
  margin-bottom: 0;
}
.account-orders .order .order-details {
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
  margin-bottom: 20px;
  width: 50%;
}
.account-orders .order .order-ref,
.account-orders .order .order-status,
.account-orders .order .order-date,
.account-orders .order .order-details-link-wrapper {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
.account-orders .order .order-details-link-wrapper {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
  width: 50%;
}
.account-orders .order .order-details-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
}
.account-orders .order .order-details-link:hover,
.account-orders .order .order-details-link:focus,
.account-orders .order .order-details-link:active {
  color: #000000;
}
.account-orders .order .order-details-review-link {
  -webkit-appearance: none;
  font: 900 13px "Lato", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #d23b00;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  margin: 0 5px 5px 0;
  padding: 0px 30px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 200ms;
}
.account-orders .order .order-details-review-link:hover,
.account-orders .order .order-details-review-link:focus {
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
.account-orders .order .order-total {
  text-align: right;
  font: 900 19px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
/* account details list */
dl.details {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
dl.details dt,
dl.details dd {
  display: inline-block;
  vertical-align: middle;
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
@media (min-width: 481px) {
  dl.details dt,
  dl.details dd {
    width: 50%;
  }
}
@media (max-width: 480px) {
  dl.details dt,
  dl.details dd {
    width: 100%;
  }
}
@media (min-width: 481px) {
  dl.details dt {
    text-align: right;
    text-transform: uppercase;
    padding-right: 10px;
  }
  dl.details dd {
    text-align: left;
  }
}
@media (max-width: 480px) {
  dl.details dt {
    text-align: center;
    text-transform: uppercase;
  }
  dl.details dd {
    text-align: center;
    margin-bottom: 10px;
  }
}
/* account addresses */
.account-addresses-wrapper ul,
.account-addresses-wrapper ol {
  margin: 0;
  padding: 0;
}
.account-addresses-wrapper ul li,
.account-addresses-wrapper ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.account-addresses-wrapper .address {
  display: inline-block;
  vertical-align: top;
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
  line-height: 120%;
  width: 50%;
  margin-bottom: 20px;
}
.account-addresses-wrapper .address .address {
  width: 100%;
  padding-right: 30px;
}
.account-addresses-wrapper .address .name {
  font: 900 15px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
.account-addresses-wrapper .address span {
  display: block;
}
.account-addresses-wrapper .address .button {
  margin-top: 20px;
}
.address-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  display: block;
}
.address-link:hover,
.address-link:focus,
.address-link:active {
  color: #000000;
}
/** custom vairables */
/** set variables  and mixins */
.info-text {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 40px;
}
.checkout-selling-points {
  /* basic elements */
  /* links */
  /* styled elements */
  /* alignment */
  clear: both;
  padding-top: 50px;
}
.checkout-selling-points h1 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.2rem;
}
.checkout-selling-points h2 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.2rem;
}
.checkout-selling-points h3 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.7rem;
}
.checkout-selling-points h4 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.4rem;
  margin: 1em 0;
}
.checkout-selling-points h5 {
  font: 900 16px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
.checkout-selling-points h6 {
  font: 900 15px "Lato", Arial, sans-serif;
}
.checkout-selling-points p,
.checkout-selling-points li {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
}
.checkout-selling-points a {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
}
.checkout-selling-points a:hover,
.checkout-selling-points a:focus,
.checkout-selling-points a:active {
  color: #000000;
}
.checkout-selling-points a.styled-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
.checkout-selling-points a.styled-link:hover,
.checkout-selling-points a.styled-link:focus,
.checkout-selling-points a.styled-link:active {
  color: #000000;
}
.checkout-selling-points a.styled-link:hover,
.checkout-selling-points a.styled-link:focus,
.checkout-selling-points a.styled-link:active {
  color: #000000;
}
.checkout-selling-points a.button {
  -webkit-appearance: none;
  font: 900 13px "Lato", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #d23b00;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  margin: 0 5px 5px 0;
  padding: 0px 30px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 200ms;
}
.checkout-selling-points a.button:hover,
.checkout-selling-points a.button:focus {
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
.checkout-selling-points img {
  max-width: 100%;
  height: auto;
}
.checkout-selling-points img.styled-image {
  padding: 7px 7px 40px 7px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.checkout-selling-points blockquote {
  background: #e2dbc5;
  padding: 22.5px 20px;
  background: #009ed2;
  color: #ffffff;
  margin: 1em 0;
}
.checkout-selling-points blockquote:after {
  clear: both;
  content: '';
  display: table;
}
.checkout-selling-points blockquote h1:first-child,
.checkout-selling-points blockquote h2:first-child,
.checkout-selling-points blockquote h3:first-child,
.checkout-selling-points blockquote h4:first-child,
.checkout-selling-points blockquote h5:first-child,
.checkout-selling-points blockquote h6:first-child {
  margin-top: 0;
}
.checkout-selling-points blockquote p:last-child {
  margin-bottom: 0;
}
.checkout-selling-points blockquote p {
  font: normal 1.3rem "Lato", Arial, sans-serif;
  font-style: italic;
  line-height: 1.7;
}
.checkout-selling-points table {
  border-collapse: collapse;
  width: 100%;
}
.checkout-selling-points table td,
.checkout-selling-points table th {
  border: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.checkout-selling-points table td h1,
.checkout-selling-points table th h1,
.checkout-selling-points table td h2,
.checkout-selling-points table th h2,
.checkout-selling-points table td h3,
.checkout-selling-points table th h3,
.checkout-selling-points table td h4,
.checkout-selling-points table th h4 {
  margin-top: 0;
}
.checkout-selling-points table.styled-table {
  margin: .5em 0 3em;
  width: 100%;
}
.checkout-selling-points table.styled-table th {
  font: 900 15px "Lato", Arial, sans-serif;
  background: #d23b00;
  color: #ffffff;
  padding: 15px 35px;
  text-transform: uppercase;
}
.checkout-selling-points table.styled-table td {
  border-bottom: 1px solid #8e8c86;
  padding: 15px 35px;
  text-align: left;
}
.checkout-selling-points table.styled-table caption {
  text-align: left;
}
.checkout-selling-points hr {
  background: #d1d0cc;
  border: none;
  clear: both;
  height: 1px;
  margin: 2em 0;
  padding: 0;
}
.checkout-selling-points .alignleft {
  text-align: left;
}
.checkout-selling-points .alignright {
  text-align: right;
}
.checkout-selling-points .aligncenter {
  text-align: center;
}
.checkout-selling-points img.alignleft {
  float: left;
  margin-bottom: 45px;
  margin-right: 20px;
}
.checkout-selling-points img.alignright {
  clear: right;
  float: right;
  margin-bottom: 45px;
  margin-left: 20px;
}
.checkout-selling-points img.aligncenter {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.checkout-selling-points .selling-point {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 481px) {
  .checkout-selling-points .selling-point {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 880px) {
  .checkout-selling-points .selling-point {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1201px) {
  .checkout-selling-points .selling-point {
    float: left;
    width: 27.75%;
  }
}
@media (min-width: 1201px) {
  .checkout-selling-points .selling-point {
    left: 8.33333333%;
  }
}
.checkout-wrapper-subtitle {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.4rem;
  margin: 1em 0;
  text-align: center;
}
/* individual container icons */
/* checkout styles */
.checkout {
  /* layout items */
  /* containers with icons */
  /* basket column styling */
  /*  basket item */
  /* basket totals */
}
.checkout .checkout-columns-container {
  margin-left: -10px;
  margin-right: -10px;
  /* checkout headings */
}
.checkout .checkout-columns-container:after {
  clear: both;
  content: '';
  display: table;
}
.checkout .checkout-columns-container .checkout-column-large {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 880px) {
  .checkout .checkout-columns-container .checkout-column-large {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1201px) {
  .checkout .checkout-columns-container .checkout-column-large {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1201px) {
  .checkout .checkout-columns-container .checkout-column-large {
    left: 8.33333333%;
  }
}
.checkout .checkout-columns-container .checkout-column-small {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 880px) {
  .checkout .checkout-columns-container .checkout-column-small {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1201px) {
  .checkout .checkout-columns-container .checkout-column-small {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1201px) {
  .checkout .checkout-columns-container .checkout-column-small {
    left: 8.33333333%;
  }
}
.checkout .checkout-columns-container .checkout-column-equal {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 880px) {
  .checkout .checkout-columns-container .checkout-column-equal {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1201px) {
  .checkout .checkout-columns-container .checkout-column-equal {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1201px) {
  .checkout .checkout-columns-container .checkout-column-equal {
    left: 8.33333333%;
  }
}
.checkout .checkout-columns-container .checkout-title-large {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.4rem;
  margin: 1em 0;
}
.checkout .checkout-columns-container .checkout-title-medium {
  font: 900 15px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
.checkout .checkout-columns-container .checkout-title-small {
  font: 400 18px "Lato", Arial, sans-serif;
  display: block;
}
.checkout .checkout-wrapper-account {
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  clear: both;
  margin-top: 60px;
  background: #f4f2eb;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}
.checkout .checkout-wrapper-account:after {
  clear: both;
  content: '';
  display: table;
}
.checkout .checkout-wrapper-account:before {
  -webkit-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  background-color: #f4f2eb;
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border-radius: 80px;
  content: "";
  display: block;
  height: 80px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 80px;
}
.checkout .checkout-wrapper-account:before {
  background-image: url('/media/img/checkout/icon-account.png?71186c3cc858');
}
@media (min-width: 880px) {
  .checkout .checkout-wrapper-account .field_wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 480px;
  }
}
.checkout .checkout-wrapper-basket {
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  clear: both;
  margin-top: 60px;
  background: #f4f2eb;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}
.checkout .checkout-wrapper-basket:after {
  clear: both;
  content: '';
  display: table;
}
.checkout .checkout-wrapper-basket:before {
  -webkit-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  background-color: #f4f2eb;
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border-radius: 80px;
  content: "";
  display: block;
  height: 80px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 80px;
}
.checkout .checkout-wrapper-basket:before {
  background-image: url('/media/img/checkout/icon-basket.png?71186c3cc858');
}
.checkout .checkout-wrapper-addresses {
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  clear: both;
  margin-top: 60px;
  background: #f4f2eb;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}
.checkout .checkout-wrapper-addresses:after {
  clear: both;
  content: '';
  display: table;
}
.checkout .checkout-wrapper-addresses:before {
  -webkit-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  background-color: #f4f2eb;
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border-radius: 80px;
  content: "";
  display: block;
  height: 80px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 80px;
}
.checkout .checkout-wrapper-addresses:before {
  background-image: url('/media/img/checkout/icon-delivery.png?71186c3cc858');
}
.checkout .checkout-wrapper-payment {
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  clear: both;
  margin-top: 60px;
  background: #f4f2eb;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}
.checkout .checkout-wrapper-payment:after {
  clear: both;
  content: '';
  display: table;
}
.checkout .checkout-wrapper-payment:before {
  -webkit-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  background-color: #f4f2eb;
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border-radius: 80px;
  content: "";
  display: block;
  height: 80px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 80px;
}
.checkout .checkout-wrapper-payment:before {
  background-image: url('/media/img/checkout/icon-payment.png?71186c3cc858');
}
.checkout .basket-items ul,
.checkout .basket-items ol {
  margin: 0;
  padding: 0;
}
.checkout .basket-items ul li,
.checkout .basket-items ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkout .basket-totals {
  text-align: right;
}
.checkout .basket-totals .product-currency {
  float: right;
  margin-bottom: 20px;
}
.checkout .basket-item-list {
  background: #eceae2;
  width: 100%;
}
.checkout .basket-item-list .basket-item-warning td {
  background: #3eaebc;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.checkout .basket-item-list .basket-item-warning-highlight {
  border: 2px solid #3eaebc;
}
.checkout .basket-item-list .basket-item .item-wrapper-image,
.checkout .basket-item-list .basket-item .item-wrapper-description,
.checkout .basket-item-list .basket-item .item-wrapper-qty,
.checkout .basket-item-list .basket-item .item-wrapper-price,
.checkout .basket-item-list .basket-item .item-wrapper-remove {
  background: #eceae2;
  border: 0;
  border-bottom: 4px solid #f4f2eb;
  padding: 10px;
  vertical-align: middle;
}
.checkout .basket-item-list .basket-item .item-wrapper-image {
  padding: 0;
  vertical-align: top;
}
@media (min-width: 481px) {
  .checkout .basket-item-list .basket-item .item-wrapper-image {
    min-width: 100px;
  }
}
.checkout .basket-item-list .basket-item .item-wrapper-qty,
.checkout .basket-item-list .basket-item .item-wrapper-price {
  text-align: right;
  white-space: nowrap;
}
.checkout .basket-item-list .basket-item .item-wrapper-remove {
  background: #f4f2eb;
  padding: 0;
}
.checkout .basket-item-list .basket-item .item-wrapper-qty {
  font: normal 13px "Lato", Arial, sans-serif;
  color: #000000;
}
.checkout .basket-item-list .basket-item .item-wrapper-qty input[type=text] {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 10px;
  font: 400 16px "Lato", Arial, sans-serif;
  margin-left: 5px;
  padding: 5px;
  width: 40px;
}
.checkout .basket-item-list .basket-item .item-wrapper-qty input[type=text]:hover {
  border: 1px solid #a6a6a6;
}
.checkout .basket-item-list .basket-item .item-wrapper-qty input[type=text]:focus {
  background: #fffce9 !important;
  border: 1px solid #a6a6a6 !important;
}
.checkout .basket-item-list .basket-item .basket-item-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
}
.checkout .basket-item-list .basket-item .basket-item-link:hover,
.checkout .basket-item-list .basket-item .basket-item-link:focus,
.checkout .basket-item-list .basket-item .basket-item-link:active {
  color: #000000;
}
@media (min-width: 481px) {
  .checkout .basket-item-list .basket-item.basket-item-warning-highlight .item-wrapper-image,
  .checkout .basket-item-list .basket-item.basket-item-warning-highlight .item-wrapper-description,
  .checkout .basket-item-list .basket-item.basket-item-warning-highlight .item-wrapper-qty,
  .checkout .basket-item-list .basket-item.basket-item-warning-highlight .item-wrapper-price,
  .checkout .basket-item-list .basket-item.basket-item-warning-highlight .item-wrapper-remove {
    border-bottom: 2px solid #3eaebc;
  }
}
@media (max-width: 480px) {
  .checkout .basket-item-list .basket-item .item-wrapper-image,
  .checkout .basket-item-list .basket-item .item-wrapper-description,
  .checkout .basket-item-list .basket-item .item-wrapper-qty,
  .checkout .basket-item-list .basket-item .item-wrapper-price {
    border-bottom: 0;
  }
  .checkout .basket-item-list .basket-item .item-wrapper-image,
  .checkout .basket-item-list .basket-item .item-wrapper-description {
    display: inline-block;
    vertical-align: top;
    border-top: 2px solid #f4f2eb;
  }
  .checkout .basket-item-list .basket-item.basket-item-warning-highlight {
    border-left: 0;
    border-right: 0;
  }
  .checkout .basket-item-list .basket-item.basket-item-warning-highlight .item-wrapper-image,
  .checkout .basket-item-list .basket-item.basket-item-warning-highlight .item-wrapper-description {
    border-top: 0;
  }
  .checkout .basket-item-list .basket-item .item-wrapper-qty,
  .checkout .basket-item-list .basket-item .item-wrapper-image {
    width: 29%;
    clear: both;
  }
  .checkout .basket-item-list .basket-item .item-wrapper-description,
  .checkout .basket-item-list .basket-item .item-wrapper-price {
    width: 70%;
  }
  .checkout .basket-item-list .basket-item .item-wrapper-price,
  .checkout .basket-item-list .basket-item .item-wrapper-qty {
    display: inline-block;
    vertical-align: middle;
  }
}
.checkout .basket-item-list .basket-item .basket-item-image {
  display: block;
  height: auto;
  max-width: 100px;
  width: 100%;
}
.checkout .basket-item-list .basket-item .basket-item-name {
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
.checkout .basket-item-list .basket-item .price-before {
  font: 400 12px "Lato", Arial, sans-serif;
  color: #808080;
  display: block;
  text-decoration: line-through;
}
.checkout .basket-item-list .basket-item .price-now {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  display: block;
  line-height: 180%;
}
.checkout .basket-item-list .basket-item .price-vat {
  font: 400 12px "Lato", Arial, sans-serif;
  color: #808080;
  display: block;
}
.checkout .basket-totals .items-total,
.checkout .basket-totals .items-discount,
.checkout .basket-totals .items-vat,
.checkout .basket-totals .items-delivery {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
  margin-bottom: 0;
}
.checkout .basket-totals .order-total {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.7rem;
  margin: 20px 0;
}
.checkout .basket-totals #field_delivery-country {
  margin: 20px 0;
}
.checkout .basket-totals #field_delivery-country label {
  display: none;
}
.checkout .basket-totals #field_delivery-country .select select {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 10px;
  font: 400 16px "Lato", Arial, sans-serif;
}
.checkout .basket-totals #field_delivery-country .select select:hover {
  border: 1px solid #a6a6a6;
}
.checkout .basket-totals #field_delivery-country .select select:focus {
  background: #fffce9 !important;
  border: 1px solid #a6a6a6 !important;
}
@media (max-width: 480px) {
  .checkout .basket-totals #field_delivery-country .select select {
    width: 100%;
  }
}
.checkout .basket-totals .payment-cards-info {
  /* basic elements */
  /* links */
  /* styled elements */
  /* alignment */
  clear: both;
  margin: 20px 0;
}
.checkout .basket-totals .payment-cards-info h1 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.2rem;
}
.checkout .basket-totals .payment-cards-info h2 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.2rem;
}
.checkout .basket-totals .payment-cards-info h3 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.7rem;
}
.checkout .basket-totals .payment-cards-info h4 {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.4rem;
  margin: 1em 0;
}
.checkout .basket-totals .payment-cards-info h5 {
  font: 900 16px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
.checkout .basket-totals .payment-cards-info h6 {
  font: 900 15px "Lato", Arial, sans-serif;
}
.checkout .basket-totals .payment-cards-info p,
.checkout .basket-totals .payment-cards-info li {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
}
.checkout .basket-totals .payment-cards-info a {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
}
.checkout .basket-totals .payment-cards-info a:hover,
.checkout .basket-totals .payment-cards-info a:focus,
.checkout .basket-totals .payment-cards-info a:active {
  color: #000000;
}
.checkout .basket-totals .payment-cards-info a.styled-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
.checkout .basket-totals .payment-cards-info a.styled-link:hover,
.checkout .basket-totals .payment-cards-info a.styled-link:focus,
.checkout .basket-totals .payment-cards-info a.styled-link:active {
  color: #000000;
}
.checkout .basket-totals .payment-cards-info a.styled-link:hover,
.checkout .basket-totals .payment-cards-info a.styled-link:focus,
.checkout .basket-totals .payment-cards-info a.styled-link:active {
  color: #000000;
}
.checkout .basket-totals .payment-cards-info a.button {
  -webkit-appearance: none;
  font: 900 13px "Lato", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #d23b00;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  margin: 0 5px 5px 0;
  padding: 0px 30px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 200ms;
}
.checkout .basket-totals .payment-cards-info a.button:hover,
.checkout .basket-totals .payment-cards-info a.button:focus {
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
.checkout .basket-totals .payment-cards-info img {
  max-width: 100%;
  height: auto;
}
.checkout .basket-totals .payment-cards-info img.styled-image {
  padding: 7px 7px 40px 7px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.checkout .basket-totals .payment-cards-info blockquote {
  background: #e2dbc5;
  padding: 22.5px 20px;
  background: #009ed2;
  color: #ffffff;
  margin: 1em 0;
}
.checkout .basket-totals .payment-cards-info blockquote:after {
  clear: both;
  content: '';
  display: table;
}
.checkout .basket-totals .payment-cards-info blockquote h1:first-child,
.checkout .basket-totals .payment-cards-info blockquote h2:first-child,
.checkout .basket-totals .payment-cards-info blockquote h3:first-child,
.checkout .basket-totals .payment-cards-info blockquote h4:first-child,
.checkout .basket-totals .payment-cards-info blockquote h5:first-child,
.checkout .basket-totals .payment-cards-info blockquote h6:first-child {
  margin-top: 0;
}
.checkout .basket-totals .payment-cards-info blockquote p:last-child {
  margin-bottom: 0;
}
.checkout .basket-totals .payment-cards-info blockquote p {
  font: normal 1.3rem "Lato", Arial, sans-serif;
  font-style: italic;
  line-height: 1.7;
}
.checkout .basket-totals .payment-cards-info table {
  border-collapse: collapse;
  width: 100%;
}
.checkout .basket-totals .payment-cards-info table td,
.checkout .basket-totals .payment-cards-info table th {
  border: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.checkout .basket-totals .payment-cards-info table td h1,
.checkout .basket-totals .payment-cards-info table th h1,
.checkout .basket-totals .payment-cards-info table td h2,
.checkout .basket-totals .payment-cards-info table th h2,
.checkout .basket-totals .payment-cards-info table td h3,
.checkout .basket-totals .payment-cards-info table th h3,
.checkout .basket-totals .payment-cards-info table td h4,
.checkout .basket-totals .payment-cards-info table th h4 {
  margin-top: 0;
}
.checkout .basket-totals .payment-cards-info table.styled-table {
  margin: .5em 0 3em;
  width: 100%;
}
.checkout .basket-totals .payment-cards-info table.styled-table th {
  font: 900 15px "Lato", Arial, sans-serif;
  background: #d23b00;
  color: #ffffff;
  padding: 15px 35px;
  text-transform: uppercase;
}
.checkout .basket-totals .payment-cards-info table.styled-table td {
  border-bottom: 1px solid #8e8c86;
  padding: 15px 35px;
  text-align: left;
}
.checkout .basket-totals .payment-cards-info table.styled-table caption {
  text-align: left;
}
.checkout .basket-totals .payment-cards-info hr {
  background: #d1d0cc;
  border: none;
  clear: both;
  height: 1px;
  margin: 2em 0;
  padding: 0;
}
.checkout .basket-totals .payment-cards-info .alignleft {
  text-align: left;
}
.checkout .basket-totals .payment-cards-info .alignright {
  text-align: right;
}
.checkout .basket-totals .payment-cards-info .aligncenter {
  text-align: center;
}
.checkout .basket-totals .payment-cards-info img.alignleft {
  float: left;
  margin-bottom: 45px;
  margin-right: 20px;
}
.checkout .basket-totals .payment-cards-info img.alignright {
  clear: right;
  float: right;
  margin-bottom: 45px;
  margin-left: 20px;
}
.checkout .basket-totals .payment-cards-info img.aligncenter {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.checkout .heavy-product {
  color: #009ed2;
}
/* login styles */
.checkout .login-layout {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media (min-width: 880px) {
  .checkout .login-layout {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 880px) {
  .checkout .login-layout {
    left: 16.66666667%;
  }
}
@media (max-width: 879px) {
  .checkout .login-layout .field_wrapper .field_name {
    text-align: center;
  }
}
.checkout .login-options {
  margin-bottom: 20px;
  margin: 0 auto;
  text-align: left;
}
.checkout .login-options ul,
.checkout .login-options ol {
  margin: 0;
  padding: 0;
}
.checkout .login-options ul li,
.checkout .login-options ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.checkout .login-options .login-option {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  width: 50%;
}
@media (min-width: 880px) {
  .checkout .login-options .login-option {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .checkout .login-options .login-option {
    width: 100%;
    margin-bottom: 0;
    padding-left: 40px;
  }
}
.checkout .login-options .login-option label {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
  display: block;
  line-height: 100%;
  padding-left: 30px;
  position: relative;
}
.checkout .login-options .login-option label input[type=radio] {
  left: 0px;
  position: absolute;
  top: 5px;
}
.checkout .login-options .login-option .option-title {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.4rem;
  margin: 1em 0;
  display: block;
  margin: 0 0 10px 0;
}
.checkout .login-field #field_password {
  margin-top: 20px;
}
/* delivery */
.checkout .checkout-wrapper-addresses .addresses-fields,
.checkout .checkout-wrapper-addresses .addresses-info {
  text-align: left;
}
.checkout .checkout-wrapper-addresses .addresses-info {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 40px;
  margin-bottom: 0;
}
.checkout .address-options {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.checkout .address-options ul,
.checkout .address-options ol {
  margin: 0;
  padding: 0;
}
.checkout .address-options ul li,
.checkout .address-options ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.checkout .address-options.shipping {
  text-align: center;
}
.checkout .address-options .address-option {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.checkout .address-options .address-option label {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
  display: block;
  line-height: 100%;
}
.checkout .address-options .address-option label input[type=radio] {
  margin-right: 5px;
}
/* delivery options */
.delivery-options {
  background: #e2dbc5;
  padding: 22.5px 20px;
  background: #eceae2;
  font-style: normal;
  margin-bottom: 20px;
  text-align: left;
}
.delivery-options:after {
  clear: both;
  content: '';
  display: table;
}
.delivery-options h1:first-child,
.delivery-options h2:first-child,
.delivery-options h3:first-child,
.delivery-options h4:first-child,
.delivery-options h5:first-child,
.delivery-options h6:first-child {
  margin-top: 0;
}
.delivery-options p:last-child {
  margin-bottom: 0;
}
.delivery-options ul,
.delivery-options ol {
  margin: 0;
  padding: 0;
}
.delivery-options ul li,
.delivery-options ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.delivery-options .delivery-option {
  display: block;
  margin-bottom: 10px;
}
.delivery-options .delivery-option label {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
  display: block;
  line-height: 100%;
  padding-left: 30px;
  position: relative;
}
.delivery-options .delivery-option label input[type=radio],
.delivery-options .delivery-option label input[type=checkbox] {
  left: 0px;
  position: absolute;
  top: 3px;
}
.delivery-options .delivery-option .option-title {
  font: 400 18px "Lato", Arial, sans-serif;
  display: block;
  margin: 0 0 5px 0;
}
.delivery-options .delivery-option.selected {
  margin-bottom: 30px;
}
.checkout.success .delivery-options {
  margin: 0;
  padding: 0;
  background: transparent;
}
/* address options */
.address-options ul,
.address-options ol {
  margin: 0;
  padding: 0;
}
.address-options ul li,
.address-options ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.address-options .address {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
}
.address-options .address .address-title {
  font: 400 18px "Lato", Arial, sans-serif;
  display: block;
}
.address-options .address span {
  display: block;
}
.address-options .address span.is_commercial {
  display: none;
}
/* create account */
.create-account-wrapper {
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  clear: both;
  margin-top: 60px;
  background: #f4f2eb;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  margin-bottom: 40px;
}
.create-account-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.create-account-wrapper:before {
  -webkit-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  background-color: #f4f2eb;
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border-radius: 80px;
  content: "";
  display: block;
  height: 80px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 80px;
}
.create-account-wrapper:before {
  display: none;
}
.create-account-wrapper .checkout-column-equal {
  margin-bottom: 20px;
}
.create-account-wrapper .checkout-column-equal .help-text {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
  font-style: italic;
}
/* payment */
.checkout .checkout-wrapper-payment img {
  padding-top: 10px;
}
.checkout .checkout-wrapper-payment iframe {
  border: 0;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  height: 800px;
}
/* base layout overrides */
.checkout .header-wrapper .header .site-logo {
  float: left;
  width: 66.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 880px) {
  .checkout .header-wrapper .header .site-logo {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 880px) {
  .checkout .header-wrapper .header .site-logo {
    left: 33.33333333%;
  }
}
.checkout .header-wrapper .header .site-logo .site-logo-img {
  margin: 0;
}
.checkout .header-wrapper .header .continue-shopping-link {
  position: absolute;
  right: 10px;
  top: 40px;
  text-align: right;
}
@media (max-width: 480px) {
  .checkout .header-wrapper .header .continue-shopping-link {
    width: 100px;
  }
}
.checkout .footer-wrapper .footer {
  padding-bottom: 20px;
  padding-top: 20px;
}
.checkout .footer-wrapper .footer .copyright {
  margin: 0;
  padding: 0;
}
/* navigation elements */
.checkout-steps {
  text-align: center;
}
.checkout-steps ul,
.checkout-steps ol {
  margin: 0;
  padding: 0;
}
.checkout-steps ul li,
.checkout-steps ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
}
.checkout-steps .checkout-step {
  display: inline-block;
  vertical-align: middle;
  font: 900 17px "Lato", Arial, sans-serif;
  background: #d23b00;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  margin: 5px 0;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.checkout-steps .checkout-step.current {
  background: #db6233;
  color: #000000;
  margin-right: 20px;
  padding-right: 0;
  position: relative;
}
.checkout-steps .checkout-step.current:after {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #db6233;
  border-top: 25px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -25px;
  top: 0;
  width: 0;
}
.checkout-button {
  -webkit-appearance: none;
  font: 900 13px "Lato", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #d23b00;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  margin: 0 5px 5px 0;
  padding: 0px 30px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 200ms;
  font-size: 17px;
  height: auto;
  line-height: 100%;
  padding: 20px 55px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 20px 0 40px;
}
.checkout-button:hover,
.checkout-button:focus {
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
.checkout-button:before {
  content: "";
  background: url('/media/img/checkout/icon-checkout-button.png?71186c3cc858') left top no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 28px;
  margin: -10px 20px -10px 0;
}
.continue-shopping-button {
  -webkit-appearance: none;
  font: 900 13px "Lato", Arial, sans-serif;
  vertical-align: middle;
  background-color: #d23b00;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  margin: 0 5px 5px 0;
  padding: 0px 30px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 200ms;
  font-size: 17px;
  height: auto;
  line-height: 100%;
  padding: 20px 55px;
  display: inline-block;
  margin: 20px auto 40px;
}
.continue-shopping-button:hover,
.continue-shopping-button:focus {
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
.button-remove-item {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  height: 30px;
  position: relative;
  text-align: left;
  width: 30px;
}
.button-remove-item:before {
  color: #d23b00;
  content: "\00D7";
  cursor: pointer;
  display: block;
  font-family: Arial, Verdana, sans-serif;
  font-size: 30px;
  height: 30px;
  left: 0;
  line-height: 20px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 30px;
}
.button-remove-item:hover {
  color: #ffffff;
}
.button-remove-item:hover:before {
  background: #000000;
  color: #ffffff;
}
.button-update-totals {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  float: right;
  margin-right: 35px;
  margin-bottom: 70px;
  cursor: pointer;
}
.button-update-totals:hover,
.button-update-totals:focus,
.button-update-totals:active {
  color: #000000;
}
.button-update-totals:hover,
.button-update-totals:focus,
.button-update-totals:active {
  color: #000000;
}
.voucher-code-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  float: right;
  margin-bottom: 20px;
}
.voucher-code-link:hover,
.voucher-code-link:focus,
.voucher-code-link:active {
  color: #000000;
}
.voucher-code-link:hover,
.voucher-code-link:focus,
.voucher-code-link:active {
  color: #000000;
}
.button-remove-discount {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  background: transparent;
  border: 0;
  margin-right: 5px;
}
.button-remove-discount:hover,
.button-remove-discount:focus,
.button-remove-discount:active {
  color: #000000;
}
.continue-shopping-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
.continue-shopping-link:hover,
.continue-shopping-link:focus,
.continue-shopping-link:active {
  color: #000000;
}
.continue-shopping-link:hover,
.continue-shopping-link:focus,
.continue-shopping-link:active {
  color: #000000;
}
.forgotten-pasword-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.forgotten-pasword-link:hover,
.forgotten-pasword-link:focus,
.forgotten-pasword-link:active {
  color: #000000;
}
.forgotten-pasword-link:hover,
.forgotten-pasword-link:focus,
.forgotten-pasword-link:active {
  color: #000000;
}
.change-delivery-info-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 20px 0 0;
}
.change-delivery-info-link:hover,
.change-delivery-info-link:focus,
.change-delivery-info-link:active {
  color: #000000;
}
.change-delivery-info-link:hover,
.change-delivery-info-link:focus,
.change-delivery-info-link:active {
  color: #000000;
}
.add-note-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 20px 0;
}
.add-note-link:hover,
.add-note-link:focus,
.add-note-link:active {
  color: #000000;
}
.add-note-link:hover,
.add-note-link:focus,
.add-note-link:active {
  color: #000000;
}
.delivery-options-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
}
.delivery-options-link:hover,
.delivery-options-link:focus,
.delivery-options-link:active {
  color: #000000;
}
.delivery-options-link:hover,
.delivery-options-link:focus,
.delivery-options-link:active {
  color: #000000;
}
/* other elements */
/* emtpy basket message*/
.empty-basket-info,
.empty-wishlist-info {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 50px;
}
/* discount form */
#discount_form {
  margin-bottom: 20px;
}
#discount_form .field_wrapper {
  float: right;
  width: 100%;
}
#discount_form .errorlist {
  width: 100%;
}
#discount_form .errorlist li {
  padding: 10px;
}
#discount_form .button {
  float: right;
  clear: both;
}
/* order note */
.order-note,
.user-information {
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
  line-height: 120%;
}
/* checkout terms */
.checkout-terms {
  margin: 40px auto 20px;
  text-align: center;
}
@media (min-width: 481px) {
  .checkout-terms {
    width: 50%;
  }
}
.checkout-terms .standard_form .field_errors {
  margin-top: 80px;
}
.checkout-terms .errorlist {
  width: 100%;
}
.checkout-terms .terms-link {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
}
.checkout-terms .terms-link:hover,
.checkout-terms .terms-link:focus,
.checkout-terms .terms-link:active {
  color: #000000;
}
.checkout-terms .checkout-button {
  display: block;
  margin: 40px auto 80px;
}
/* sage pay logo */
.sagepay-logo {
  width: 200px;
  height: auto;
}
.testimonial-widget {
  background: #e2dbc5;
  padding: 22.5px 20px;
  background: #009ed2;
  margin-bottom: 20px;
}
.testimonial-widget:after {
  clear: both;
  content: '';
  display: table;
}
.testimonial-widget h1:first-child,
.testimonial-widget h2:first-child,
.testimonial-widget h3:first-child,
.testimonial-widget h4:first-child,
.testimonial-widget h5:first-child,
.testimonial-widget h6:first-child {
  margin-top: 0;
}
.testimonial-widget p:last-child {
  margin-bottom: 0;
}
@media (max-width: 879px) {
  .testimonial-widget {
    text-align: center;
  }
}
.testimonial-widget .testimonial-copy {
  font: 900 19px "Lato", Arial, sans-serif;
  color: #ffffff;
  font-style: italic;
}
.testimonial-widget .testimonial-name {
  font: 900 14px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
}
.row-item-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-item-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.row-item-wrapper .item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 481px) {
  .row-item-wrapper .item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 880px) {
  .row-item-wrapper .item {
    float: left;
    width: 33.33333333%;
  }
}
.row-item-wrapper .row-item:hover .row-item-link,
.row-item-wrapper .row-item:focus .row-item-link,
.row-item-wrapper .row-item:active .row-item-link {
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
.row-item-wrapper .row-item .item-title {
  margin-bottom: 10px;
}
@media (min-width: 481px) {
  .row-item-wrapper .row-item .img-wrapper {
    min-height: 225px;
  }
}
.row-item-wrapper .row-item .row-item-link {
  -webkit-appearance: none;
  font: 900 13px "Lato", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #d23b00;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
  margin: 10px 5px 5px 0;
  padding: 0px 20px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 200ms;
}
.wgt-carousel-wrapper {
  margin: 0 -9999px;
  padding: 20px 9999px 0;
  background-color: #e2dbc5;
}
.wgt-carousel {
  height: 335px;
  overflow: hidden;
  position: relative;
}
.wgt-carousel .wgt-carousel-next,
.wgt-carousel .wgt-carousel-prev {
  background-color: transparent;
  background-image: none;
  border: 0;
  cursor: pointer;
  display: block;
  height: 80px;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  z-index: 10;
}
.wgt-carousel .wgt-carousel-next span,
.wgt-carousel .wgt-carousel-prev span {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  width: 0;
}
.wgt-carousel .wgt-carousel-next::before,
.wgt-carousel .wgt-carousel-prev::before {
  content: '';
  background-image: url('/media/img/carousel-caret.png?44c3a798ad18');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 34px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
}
.wgt-carousel .wgt-carousel-next {
  right: 0;
}
.wgt-carousel .wgt-carousel-prev {
  left: 0;
}
.wgt-carousel .wgt-carousel-prev::before {
  content: '';
  transform: translate(-50%, -50%) rotate(-180deg);
}
.wgt-carousel .wgt-carousel-slide {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  padding-top: 185px;
  left: 0;
  position: absolute;
  transform: translateX(0%);
  width: 100%;
  z-index: 3;
}
.wgt-carousel .wgt-carousel-slide.overlay::before {
  background-color: #000000;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
}
.wgt-carousel .wgt-carousel-slide.animate {
  transition: transform 1s;
}
.wgt-carousel .wgt-carousel-slide.out-left {
  transform: translateX(-100%);
  z-index: 1;
}
.wgt-carousel .wgt-carousel-slide.out-right {
  transform: translateX(100%);
  z-index: 1;
}
.wgt-carousel .wgt-carousel-slide .wgt-carousel-slide-title {
  margin-top: 0px;
  font-size: 30px;
  font-family: "Oswald", Arial, sans-serif;
  color: white;
  margin: 0;
  padding: 0 60px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 480px) {
  .wgt-carousel .wgt-carousel-slide .wgt-carousel-slide-button {
    -webkit-appearance: none;
    font: 900 13px "Lato", Arial, sans-serif;
    display: inline-block;
    vertical-align: middle;
    background-color: #d23b00;
    border-radius: 4px;
    border: 0;
    color: #ffffff;
    margin: 0 5px 5px 0;
    padding: 0px 30px;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 200ms;
    margin: 35px 60px 0;
    position: relative;
    z-index: 2;
  }
  .wgt-carousel .wgt-carousel-slide .wgt-carousel-slide-button:hover,
  .wgt-carousel .wgt-carousel-slide .wgt-carousel-slide-button:focus {
    background-color: #000000;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
  }
}
@media (min-width: 480px) {
  .wgt-carousel .wgt-carousel-slide .wgt-carousel-slide-button {
    -webkit-appearance: none;
    font: 900 13px "Lato", Arial, sans-serif;
    display: inline-block;
    vertical-align: middle;
    background-color: #d23b00;
    border-radius: 4px;
    border: 0;
    color: #ffffff;
    margin: 0 5px 5px 0;
    padding: 0px 30px;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 200ms;
    font-size: 17px;
    height: auto;
    line-height: 100%;
    padding: 20px 55px;
    margin: 35px 60px 0;
    position: relative;
    z-index: 2;
  }
  .wgt-carousel .wgt-carousel-slide .wgt-carousel-slide-button:hover,
  .wgt-carousel .wgt-carousel-slide .wgt-carousel-slide-button:focus {
    background-color: #000000;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
  }
}
@media (max-width: 879px) {
  .wgt-carousel {
    height: 335px;
  }
  .wgt-carousel .wgt-carousel-slide {
    justify-content: center;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .wgt-carousel {
    height: 200px;
  }
  .wgt-carousel .wgt-carousel-slide {
    justify-content: center;
    padding-top: 0;
  }
}
body.home {
  background: #f4f2eb;
}
/* homepage tiles */
.home .featured-content {
  clear: both;
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  background: #e2dbc5;
  padding-top: 20px;
}
.home .featured-content:after {
  clear: both;
  content: '';
  display: table;
}
.packery-container {
  margin-left: -10px;
  margin-right: -10px;
}
.packery-container:after {
  clear: both;
  content: '';
  display: table;
}
.packery-container .packery-first-item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  height: 0px;
}
@media (min-width: 880px) {
  .packery-container .packery-first-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1201px) {
  .packery-container .packery-first-item {
    float: left;
    width: 20%;
  }
}
/* image */
.tile-image {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 880px) {
  .tile-image {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1201px) {
  .tile-image {
    float: left;
    width: 40%;
  }
}
@media (min-width: 880px) {
  .tile-image {
    height: 480px;
  }
}
@media (max-width: 879px) {
  .tile-image {
    height: 460px;
  }
}
.tile-image .tile-image-link {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.tile-image .tile-image-link:hover,
.tile-image .tile-image-link:focus,
.tile-image .tile-image-link:active {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  transition: all 200ms;
}
/* cms block */
.tile-cmsblock {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  height: 230px;
}
@media (min-width: 880px) {
  .tile-cmsblock {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1201px) {
  .tile-cmsblock {
    float: left;
    width: 40%;
  }
}
.tile-cmsblock .tile-cmsblock-link {
  font: 700 45px "Oswald", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  background: #d23b00 url('/media/img/home-tiles/back-cms.png?44c3a798ad18') center center no-repeat;
  background-size: contain;
  color: #ffffff;
  display: block;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.tile-cmsblock .tile-cmsblock-link .tile-cmsblock-link-title {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  position: relative;
  top: 50%;
}
.tile-cmsblock .tile-cmsblock-link:hover,
.tile-cmsblock .tile-cmsblock-link:focus,
.tile-cmsblock .tile-cmsblock-link:active {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  transition: all 200ms;
}
/* product */
.tile-product {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 880px) {
  .tile-product {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1201px) {
  .tile-product {
    float: left;
    width: 20%;
  }
}
@media (min-width: 880px) {
  .tile-product {
    height: 230px;
  }
}
.tile-product .product-wrapper {
  height: 100%;
}
.tile-product .product-wrapper .product-button {
  position: absolute;
  bottom: 10px;
}
@media (min-width: 481px) {
  .tile-product .product-wrapper .product-button.basket {
    right: 20px;
  }
}
@media (max-width: 480px) {
  .tile-product .product-wrapper .product-button.basket {
    left: 30px;
  }
}
@media (min-width: 481px) {
  .tile-product .product-wrapper .product-button.view {
    right: 10px;
  }
}
@media (max-width: 480px) {
  .tile-product .product-wrapper .product-button.view {
    left: 20px;
  }
}
.tile-product .product {
  background: #ffffff;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.tile-product .product .product-marker-sale {
  top: 10px;
}
.tile-product .product .product-info {
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 880px) {
  .tile-product .product .product-info {
    bottom: 0;
    left: 0;
    position: absolute;
  }
}
@media (min-width: 481px) {
  .tile-product .product .product-info {
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .tile-product .product .product-info {
    padding-bottom: 45px;
  }
}
.tile-product .product .product-star-rating {
  display: none;
}
/* home layout overrides */
.home .main-content {
  padding-top: 0;
}
.home .cms {
  background: #e2dbc5;
  padding: 22.5px 20px;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 0;
  padding-left: 0;
  background: transparent;
}
.home .cms:after {
  clear: both;
  content: '';
  display: table;
}
.home .cms h1:first-child,
.home .cms h2:first-child,
.home .cms h3:first-child,
.home .cms h4:first-child,
.home .cms h5:first-child,
.home .cms h6:first-child {
  margin-top: 0;
}
.home .cms p:last-child {
  margin-bottom: 0;
}
/* newsleter subscribe button */
.newsletter-subscribe-button {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  background: #d23b00 url('/media/img/button-newsletter-signup.png?71186c3cc858') left top no-repeat;
  background-size: contain;
  display: block;
  padding-bottom: 76.666667%;
  position: relative;
  width: 100%;
  border-radius: 10px;
  transition: all 200ms;
}
.newsletter-subscribe-button .newsletter-subscribe-button-text {
  position: absolute;
}
.newsletter-subscribe-button:hover,
.newsletter-subscribe-button:focus,
.newsletter-subscribe-button:active {
  background-color: #000000;
}
/* homepage news section  */
.homepage-news {
  background: #e2dbc5;
  padding: 22.5px 20px;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 0;
  padding-left: 0;
  background: #f4f2eb;
}
.homepage-news:after {
  clear: both;
  content: '';
  display: table;
}
.homepage-news h1:first-child,
.homepage-news h2:first-child,
.homepage-news h3:first-child,
.homepage-news h4:first-child,
.homepage-news h5:first-child,
.homepage-news h6:first-child {
  margin-top: 0;
}
.homepage-news p:last-child {
  margin-bottom: 0;
}
.homepage-news .article-wrapper {
  margin-bottom: 0;
}
.homepage-news .read-news-link {
  display: inline-block;
  vertical-align: middle;
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 20px;
}
.homepage-news .read-news-link:hover,
.homepage-news .read-news-link:focus,
.homepage-news .read-news-link:active {
  color: #000000;
}
.homepage-news .read-news-link:hover,
.homepage-news .read-news-link:focus,
.homepage-news .read-news-link:active {
  color: #000000;
}
/** product page overrides */
.product-page {
  background: #ffffff;
}
@media (min-width: 880px) {
  .product-page .main-content {
    padding-top: 40px;
  }
}
.product-page .product-title {
  font: 900 15px "Lato", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.2rem;
  margin-top: 0;
}
.product-page .product-images,
.product-page .product-information {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 880px) {
  .product-page .product-images,
  .product-page .product-information {
    float: left;
    width: 50%;
  }
}
.product-page .product-information {
  margin-bottom: 20px;
}
.product-page .product-details {
  margin-bottom: 20px;
}
.product-page .product-details .product-detail {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font: 900 15px "Lato", Arial, sans-serif;
  margin-right: 20px;
  text-transform: uppercase;
}
.product-page .product-details .product-detail .data {
  font-weight: 400;
}
.product-page .product-details .product-detail .data a {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  font: 900 13px "Lato", Arial, sans-serif;
  text-transform: uppercase;
  font: 900 15px "Lato", Arial, sans-serif;
}
.product-page .product-details .product-detail .data a:hover,
.product-page .product-details .product-detail .data a:focus,
.product-page .product-details .product-detail .data a:active {
  color: #000000;
}
.product-page .product-details .product-detail .data a:hover,
.product-page .product-details .product-detail .data a:focus,
.product-page .product-details .product-detail .data a:active {
  color: #000000;
}
.product-page .product-note {
  background: #e2dbc5;
  padding: 22.5px 20px;
  text-align: center;
}
.product-page .product-note:after {
  clear: both;
  content: '';
  display: table;
}
.product-page .product-note h1:first-child,
.product-page .product-note h2:first-child,
.product-page .product-note h3:first-child,
.product-page .product-note h4:first-child,
.product-page .product-note h5:first-child,
.product-page .product-note h6:first-child {
  margin-top: 0;
}
.product-page .product-note p:last-child {
  margin-bottom: 0;
}
.product-page .product-note p {
  margin: 0;
  padding: 0;
  font: normal 1em "Lato", Arial, sans-serif;
  line-height: 1.7;
}
.product-page .product-prices {
  background: #e2dbc5;
  padding: 22.5px 20px;
  background: #f4f2eb;
}
.product-page .product-prices:after {
  clear: both;
  content: '';
  display: table;
}
.product-page .product-prices h1:first-child,
.product-page .product-prices h2:first-child,
.product-page .product-prices h3:first-child,
.product-page .product-prices h4:first-child,
.product-page .product-prices h5:first-child,
.product-page .product-prices h6:first-child {
  margin-top: 0;
}
.product-page .product-prices p:last-child {
  margin-bottom: 0;
}
.product-page .product-prices:after {
  clear: both;
  content: '';
  display: table;
}
.product-page .product-prices .product-price-listings {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  min-width: 250px;
  position: relative;
}
@media (min-width: 1201px) {
  .product-page .product-prices .product-price-listings {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .product-page .product-prices .product-price-listings {
    width: 100%;
  }
}
.product-page .product-prices .product-price-listings .product-price-was,
.product-page .product-prices .product-price-listings .product-price-VAT {
  font: normal 13px "Lato", Arial, sans-serif;
  display: block;
  margin-bottom: 5px;
}
.product-page .product-prices .product-price-listings .product-price-now {
  font: 900 25px "Lato", Arial, sans-serif;
  display: block;
  margin-bottom: 10px;
}
.product-page .product-prices .product-price-listings .product-price-save {
  font: 900 13px "Lato", Arial, sans-serif;
  background: #000000;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px;
}
.product-page .product-prices .product-price-listings .product-marker-sale {
  background: #000000;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  display: block;
  border: 1px solid #5d5d5d;
  font: 700 14px "Oswald", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  height: 60px;
  line-height: 14px;
  padding: 15px;
  width: 60px;
  float: right;
  margin-bottom: 20px;
  margin-right: 20px;
}
.product-page .product-prices .product-price-listings .product-currency {
  float: right;
  clear: right;
}
.product-page .product-prices .product-price-listings .product-currency-message {
  display: block;
  margin-top: 20px;
  font-size: 13px;
}
.product-page .product-prices .product-buy-items {
  float: left;
  min-width: 200px;
  text-align: left;
}
.product-page .product-prices .product-buy-items #field_quantity {
  margin-bottom: 20px;
}
.product-page .product-prices .product-buy-items #field_quantity .field_name {
  display: inline-block;
  vertical-align: middle;
  font: 900 15px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
.product-page .product-prices .product-buy-items #field_quantity .inner_wrapper {
  display: inline-block;
  vertical-align: middle;
}
.product-page .product-prices .product-buy-items #field_quantity .text_input input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 10px;
  font: 400 16px "Lato", Arial, sans-serif;
  margin: 0 10px;
  padding: 5px;
  text-align: center;
  width: 50px;
}
.product-page .product-prices .product-buy-items #field_quantity .text_input input:hover {
  border: 1px solid #a6a6a6;
}
.product-page .product-prices .product-buy-items #field_quantity .text_input input:focus {
  background: #fffce9 !important;
  border: 1px solid #a6a6a6 !important;
}
.product-page .product-prices .product-buy-items .basket-button {
  width: 100%;
}
/* product tabs */
.tabbed-content {
  /* tab content */
}
.tabbed-content .tabbed-nav-wrapper {
  display: none;
}
.tabbed-content .tab-content {
  background: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 40px;
}
.tabbed-content .tab-content:after {
  clear: both;
  content: '';
  display: table;
}
.tabbed-content .tab-content .cms {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 880px) {
  .tabbed-content .tab-content .cms {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 880px) {
  .tabbed-content .tab-content .cms {
    left: 8.33333333%;
  }
}
.js .tabbed-content {
  margin-bottom: 50px;
  width: 100%;
  /* common tab styling */
  /* tabbed content on desktop */
  /* accordion tabs on mobile */
  /* tab content */
}
.js .tabbed-content:after {
  clear: both;
  content: '';
  display: table;
}
.js .tabbed-content .tabbed-nav-wrapper {
  display: block;
}
@media (min-width: 880px) {
  .js .tabbed-content .tabbed-nav-wrapper {
    position: relative;
  }
  .js .tabbed-content .tabbed-nav-wrapper ul,
  .js .tabbed-content .tabbed-nav-wrapper ol {
    margin: 0;
    padding: 0;
  }
  .js .tabbed-content .tabbed-nav-wrapper ul li,
  .js .tabbed-content .tabbed-nav-wrapper ol li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: bottom;
  }
  .js .tabbed-content .tabbed-nav-wrapper .desktop-tabs {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .js .tabbed-content .tabbed-nav-wrapper .desktop-tabs .tab-link {
    font: 900 14px "Lato", Arial, sans-serif;
    background: #f4f2eb;
    color: #000000;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 1px solid #d9d9d9;
    border-top: 3px solid #f4f2eb;
    display: table-cell;
    padding: 15px;
    text-align: center;
    vertical-align: top;
    /* custom icons */
  }
  .js .tabbed-content .tabbed-nav-wrapper .desktop-tabs .tab-link:hover {
    background: #e2dbc5;
    border-top-color: #e2dbc5;
  }
  .js .tabbed-content .tabbed-nav-wrapper .desktop-tabs .tab-link.open {
    background: #ffffff;
    border-top-color: #009ed2;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom-color: #ffffff;
  }
  .js .tabbed-content .tabbed-nav-wrapper .desktop-tabs .tab-link:before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 33px 21px;
    content: "";
    display: block;
    text-align: center;
    height: 21px;
    margin-bottom: 5px;
  }
  .js .tabbed-content .tabbed-nav-wrapper .desktop-tabs .tab-link.description:before {
    background-image: url('/media/img/icon-description.png?44c3a798ad18');
  }
  .js .tabbed-content .tabbed-nav-wrapper .desktop-tabs .tab-link.paints:before {
    background-image: url('/media/img/icon-paints.png?71186c3cc858');
  }
  .js .tabbed-content .tabbed-nav-wrapper .desktop-tabs .tab-link.spares:before {
    background-image: url('/media/img/icon-spares.png?bcbccd7ca3a2');
  }
  .js .tabbed-content .tabbed-nav-wrapper .desktop-tabs .tab-link.reviews:before {
    display: none;
  }
  .js .tabbed-content .tabbed-nav-wrapper .desktop-tabs .tab-link.reviews .product-star-rating {
    margin-bottom: 10px;
  }
  .js .tabbed-content .tabbed-nav-wrapper .desktop-tabs .tab-link.reviews .no-star {
    visibility: inherit;
    opacity: 0.5;
  }
  .js .tabbed-content .tabbed-nav-wrapper .desktop-tabs .tab-link.related:before {
    background-image: url('/media/img/icon-related.png?71186c3cc858');
  }
  .js .tabbed-content .tabbed-nav-wrapper .desktop-tabs .tab-link.delivery:before {
    background-image: url('/media/img/icon-delivery.png?71186c3cc858');
  }
  .js .tabbed-content .tabbed-nav-wrapper .mobile-tab-link {
    display: none;
  }
}
@media (max-width: 879px) {
  .js .tabbed-content .tabbed-nav-wrapper ul,
  .js .tabbed-content .tabbed-nav-wrapper ol {
    margin: 0;
    padding: 0;
  }
  .js .tabbed-content .tabbed-nav-wrapper ul li,
  .js .tabbed-content .tabbed-nav-wrapper ol li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .js .tabbed-content .tabbed-nav-wrapper .desktop-tabs {
    display: none;
  }
  .js .tabbed-content .tabbed-nav-wrapper .mobile-tab-link {
    font: 900 14px "Lato", Arial, sans-serif;
    background: #f4f2eb;
    color: #000000;
    cursor: pointer;
    padding: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #d9d9d9;
    display: block;
    position: relative;
  }
  .js .tabbed-content .tabbed-nav-wrapper .mobile-tab-link:hover {
    background: #e2dbc5;
    border-top-color: #e2dbc5;
  }
  .js .tabbed-content .tabbed-nav-wrapper .mobile-tab-link:after {
    font: normal 10px "Lato", Arial, sans-serif;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-50%) rotate(90deg);
    content: "\27A4";
    position: absolute;
    right: 20px;
    top: 50%;
  }
  .js .tabbed-content .tabbed-nav-wrapper .mobile-tab-link.open {
    background: #000000;
    color: #ffffff;
  }
}
.js .tabbed-content .tab-content {
  display: none;
}
.js .tabbed-content .tab-content.open {
  display: block;
}
/* recommended products */
.product .recommended-products {
  clear: both;
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
}
.product .recommended-products:after {
  clear: both;
  content: '';
  display: table;
}
/** wishlist products adjustment */
.wishlist .products .product-list-item {
  margin-bottom: 70px;
}
/** wishlist share */
.wishlist-share {
  text-align: center;
  margin-bottom: 50px;
}
.wishlist-link-remove {
  color: #d23b00;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms;
  display: block;
  margin: 10px auto 30px;
  text-align: center;
  border: 0;
  background: none;
  cursor: pointer;
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wishlist-link-remove:hover,
.wishlist-link-remove:focus,
.wishlist-link-remove:active {
  color: #000000;
}
.wishlist-link-remove:before {
  vertical-align: middle;
  content: "\00D7";
  display: inline-block;
  font-family: Arial, Verdana, sans-serif;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
/*	.wishlist-add-form {
			float: left;
			min-width: 200px;
			text-align: left;
			clear: both;

			.wishlist-link {
				display: block;
				margin-top: @gap;
				background: none;
				border: 0;
				cursor: pointer;
			}
		}*/
