

@font-face {
  font-family: 'FontAwesome';
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}



.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots li {
  cursor: pointer;
  width: 17px;
  height: 17px;
  margin: 0 5px;
  background-color: #69828d;
  border-radius: 50%;
  border: 3px solid #fff;
}

.slick-dots li.slick-active {
  background-color: #fff;
  border: 3px solid #69828d;
}

.slick-dots button {
  opacity: 0;
  font-size: 0;
}

.slick-arrow {
  z-index: 2;
  position: absolute;
  top: 0;
  background-color: transparent;
  padding: 0;
  width: 37px;
  height: 37px;
  background-repeat: no-repeat;
}

.slick-arrow.slick-prev {
  left: 20px;
  background: transparent url("/wp-content/themes/woocommerce-theme/images/icons/chevron-left-grey.svg") no-repeat center left;
}

.slick-arrow.slick-next {
  right: 20px;
  background: transparent url("/wp-content/themes/woocommerce-theme/images/icons/chevron-right-grey.svg") no-repeat center right;
}

button,
input,
textarea,
select {
  vertical-align: middle;
}

section input[type=email],
section input[type=password],
section input[type=search],
section input[type=tel],
section input[type=text],
section input[type=url],
section textarea,
section textarea.input-text,
section select {
  background: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 1em;
  font-family: "Source Sans Pro", sans-serif;
}

section select {
  height: 50px;
  line-height: 50px;
}

section textarea,
section textarea.input-text {
  height: 150px;
  line-height: 1.5em;
  padding: 10px 1em;
}

.input-text:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  outline: none;
  background: #F6F6F6;
}

input.checkbox,
input.radio {
  width: auto !important;
  background: transparent;
  
  border: none !important;
  
  margin: 0 10px 0 0;
}

button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  border-radius: 0;
  background-color: #192738;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
}

.button.white {
  background: #FFF;
  color: #000;
}

button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #192738;
  color: #FFF;
  text-decoration: underline;
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
}

body .star-rating span:before,
body .quantity .plus,
body .quantity .minus,
body p.stars a:hover:after,
body p.stars a:after,
body .star-rating span:before,
body #payment .payment_methods li input[type=radio]:first-child:checked + label:before {
  color: #215693;
}

body .woocommerce-info,
body .woocommerce-noreviews,
body p.no-comments {
  background-color: #215693;
}

.checkbox {
  display: inline-block;
  position: relative;
  margin: 10px 20px 10px 0;
}

.checkbox input[type="checkbox"] {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  opacity: 0;
  width: 28px;
  height: 28px;
  background: transparent;
  border: none;
}

.checkbox input[type="checkbox"] + label {
  cursor: pointer;
  margin: 0;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
}

.checkbox input[type="checkbox"] + label:before {
  display: inline-block;
  content: "";
  height: 28px;
  width: 28px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #fff;
  border: 4px solid #fff;
  -webkit-transition: 0.4s background-color;
  -o-transition: 0.4s background-color;
  -moz-transition: 0.4s background-color;
  transition: 0.4s background-color;
}

.checkbox input[type="checkbox"]:checked + label:before {
  background-color: #215693;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: .6em 0 .3em;
  line-height: 1.3em;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p {
  margin-top: 0;
}

p + h2 {
  font-weight: 500;
}

p + h4 {
  text-transform: uppercase;
  font-weight: 600;
}

p {
  font-size: 1em;
  margin: 1em 0;
  letter-spacing: -0.008em;
  line-height: 1.7em;
}

a,
a:active,
a:visited {
  color: #215693;
}

a:hover {
  color: #215693;
}

body,
select,
input,
textarea {
  font: 16px/1.4em Helvetica, Helvetica Neue, Arial, sans-serif;
  color: #444;
  letter-spacing: 0.02em;
}

body {
  min-width: 300px;
}

.container {
  max-width: 1440px;
  margin: 0px auto;
  padding: 0 2%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.responsive-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

img {
  border-radius: 0;
}

.notification-bar {
  padding: 12px 0;
  background: #215693;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
}

.notification-bar.mobile-view {
  display: none;
}

.notification-bar .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notification-bar img {
  max-height: 26px;
  margin: 0 1em 0 0;
}

.notification-bar p {
  margin: 0;
  color: #FFF;
  font-size: .9em;
  text-align: left;
}

.notification-bar p a {
  text-decoration: underline;
  color: #FFF;
}

.notification-bar p a:hover {
  text-decoration: none;
}

#category-page,
body.post-type-archive-product #product-page {
  background: transparent;
}

#category-page > .container,
body.post-type-archive-product #product-page > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#category-page > .container > .clear,
body.post-type-archive-product #product-page > .container > .clear {
  display: none;
}

#category-page .woocommerce-info,
body.post-type-archive-product #product-page .woocommerce-info {
  margin-left: 15px;
}

#category-page #sidebar-content-wrap,
body.post-type-archive-product #product-page #sidebar-content-wrap {
  padding: 40px 30px 0 0;
  border-right: 1px solid #e0dcdc;
}

#category-page #sidebar-content-wrap .widget,
body.post-type-archive-product #product-page #sidebar-content-wrap .widget {
  margin-bottom: 20px;
}

#category-page .widget-area,
body.post-type-archive-product #product-page .widget-area {
  min-width: 260px;
  margin: 0;
}

#category-page .widget_layered_nav ul,
body.post-type-archive-product #product-page .widget_layered_nav ul {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 0;
}

#category-page .widget_layered_nav li,
body.post-type-archive-product #product-page .widget_layered_nav li {
  position: relative;
  margin-bottom: 20px;
  padding: 0;
}

#category-page .widget_layered_nav li:before,
body.post-type-archive-product #product-page .widget_layered_nav li:before {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #e0dcdc;
  background: #fff;
  margin: 0 14px 0 0;
  opacity: 1;
  -webkit-transition: 0.4s border-color;
  -o-transition: 0.4s border-color;
  -moz-transition: 0.4s border-color;
  transition: 0.4s border-color;
}

#category-page .widget_layered_nav li:hover:before,
body.post-type-archive-product #product-page .widget_layered_nav li:hover:before {
  border-color: #215693;
}

#category-page .widget_layered_nav li.chosen:before,
body.post-type-archive-product #product-page .widget_layered_nav li.chosen:before {
  content: "\f00c";
  color: #454545;
  line-height: 30px;
  text-align: center;
}

#category-page .widget_layered_nav li a,
body.post-type-archive-product #product-page .widget_layered_nav li a {
  z-index: 2;
  position: relative;
  display: block;
  padding-top: 5px;
  padding-left: 46px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  color: #444;
  text-decoration: none;
}

#category-page .widget_layered_nav li .count,
body.post-type-archive-product #product-page .widget_layered_nav li .count {
  display: none;
}

#category-page .widget-title,
body.post-type-archive-product #product-page .widget-title {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  padding: 10px 20px 10px 45px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: none;
}

#category-page .widget-title i,
body.post-type-archive-product #product-page .widget-title i {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  background-color: #6c828c;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#category-page .widget-title i:before,
#category-page .widget-title i:after,
body.post-type-archive-product #product-page .widget-title i:before,
body.post-type-archive-product #product-page .widget-title i:after {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  background: #fff;
}

#category-page .widget-title.collapsed i:after,
body.post-type-archive-product #product-page .widget-title.collapsed i:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

#category-page ul.products,
body.post-type-archive-product #product-page ul.products {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#category-page ul.products li.product,
body.post-type-archive-product #product-page ul.products li.product {
  width: 33%;
  margin: 0 0 2em;
}

#category-page ul.products li.product a.added_to_cart,
body.post-type-archive-product #product-page ul.products li.product a.added_to_cart {
  margin-top: 1em;
}

#category-page ul.products li.product .prod-img,
body.post-type-archive-product #product-page ul.products li.product .prod-img {
  text-align: center;
  height: 250px;
  margin-bottom: 2em;
}

#category-page ul.products li.product .prod-img img,
body.post-type-archive-product #product-page ul.products li.product .prod-img img {
  margin: 0;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -moz-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}

#category-page ul.products li.product.product-category img,
body.post-type-archive-product #product-page ul.products li.product.product-category img {
  width: 95%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

#category-page ul.products li.product.product-category h2.woocommerce-loop-category__title,
body.post-type-archive-product #product-page ul.products li.product.product-category h2.woocommerce-loop-category__title {
  font-weight: 500;
}

#category-page ul.products .content-container,
body.post-type-archive-product #product-page ul.products .content-container {
  padding: 30px 30px 0 30px;
}

#category-page ul.products .content-container .button.product_type_variable,
body.post-type-archive-product #product-page ul.products .content-container .button.product_type_variable {
  display: none;
}

#category-page #primary,
body.post-type-archive-product #product-page #primary {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 0;
  padding: 3em 0 2em 3em;
}

#category-page #sidebar-content-expand,
body.post-type-archive-product #product-page #sidebar-content-expand {
  display: none;
  padding: 20px 30px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f7f4f4;
  color: #6f6b6b;
}

#category-page #sidebar-content-expand.on .arrow:before,
body.post-type-archive-product #product-page #sidebar-content-expand.on .arrow:before {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

#category-page #sidebar-content-expand .arrow,
body.post-type-archive-product #product-page #sidebar-content-expand .arrow {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  margin-right: 15px;
  vertical-align: middle;
  background-color: #69828d;
}

#category-page #sidebar-content-expand .arrow:before,
body.post-type-archive-product #product-page #sidebar-content-expand .arrow:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/woocommerce-theme/images/icons/down-chevron-white.svg") no-repeat center center;
  background-size: 50%;
  -webkit-transition: 0.8s -webkit-transform;
  transition: 0.8s -webkit-transform;
  -o-transition: 0.8s transform;
  -moz-transition: 0.8s transform, 0.8s -moz-transform;
  transition: 0.8s transform;
  transition: 0.8s transform, 0.8s -webkit-transform, 0.8s -moz-transform;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

#category-page .lmp_load_more_button,
body.post-type-archive-product #product-page .lmp_load_more_button {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 2px solid #f5f2f2;
}

#category-page .lmp_load_more_button.br_lmp_prev_settings,
body.post-type-archive-product #product-page .lmp_load_more_button.br_lmp_prev_settings {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 2px solid #f5f2f2;
}

#category-page .lmp_load_more_button .lazy-load-button,
body.post-type-archive-product #product-page .lmp_load_more_button .lazy-load-button {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  color: #215693;
  text-transform: uppercase;
  background-color: #fff;
  font-weight: 600;
  letter-spacing: 0.04em;
}

#category-page .lmp_load_more_button .lazy-load-button i,
body.post-type-archive-product #product-page .lmp_load_more_button .lazy-load-button i {
  display: inline-block;
  margin-right: 1em;
  width: 30px;
  height: 30px;
  background-color: #6c828c;
  position: relative;
  top: 8px;
}

#category-page .lmp_load_more_button .lazy-load-button i::before,
body.post-type-archive-product #product-page .lmp_load_more_button .lazy-load-button i::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  background-color: #fff;
  margin-left: -6px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#category-page .lmp_load_more_button .lazy-load-button i::after,
body.post-type-archive-product #product-page .lmp_load_more_button .lazy-load-button i::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  background-color: #fff;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.woocommerce-pagination {
  display: none;
}

#product-page {
  background: transparent;
}

#product-page #primary {
  margin: 0;
  padding-top: 60px;
}

#product-page .content-area {
  float: none;
  width: auto;
}

#product-page .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 0;
}

#product-page .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("/wp-content/themes/woocommerce-theme/images/icons/zoom.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #69828d;
}

#product-page .special-feature {
  display: inline-block;
  margin-right: 20px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #6f6b6b;
}

#product-page .special-feature:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: 100%;
}

#product-page .special-feature.wide-fit:before {
  background-image: url("/wp-content/themes/woocommerce-theme/images/icons/product/wide-fit.svg");
}

#product-page .special-feature.light-walker:before {
  background-image: url("/wp-content/themes/woocommerce-theme/images/icons/product/light-walker.svg");
}

#product-page .summary {
  position: relative;
}

#product-page .edit-link {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #215693;
  padding: 10px 20px;
  font-weight: 700;
}

#product-page .edit-link .post-edit-link {
  color: #fff;
}

#product-page .product_title {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

#product-page .product-container .price {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 20px 10px 0;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  color: #6f6b6b;
  font-weight: 500;
}

#product-page .cart .quantity {
  float: none;
  margin: 0;
  border-radius: 0;
}

#product-page .add-to-cart-container.available-for-purchase form.cart {
  margin: 30px 0;
  padding: 60px 60px 60px 50px;
  background-color: #f5f2f2;
}

#product-page .add-to-cart-container.hide-add-to-cart .single_variation_wrap,
#product-page .add-to-cart-container.hide-add-to-cart form.cart {
  display: none !important;
}

#product-page .single_add_to_cart_button {
  padding: 0 40px;
  background-color: #215693;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  border-radius: 0;
}

#product-page .single_add_to_cart_button:hover {
  text-decoration: none;
  background-color: #699bd4;
}

#product-page .expanding-headings {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
}

#product-page .expanding-headings .heading {
  cursor: pointer;
  padding: 12px 0;
  color: #232d33;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

#product-page .expanding-headings .heading:hover .icon {
  border-color: #3d4c53;
}

#product-page .expanding-headings .heading:hover .text {
  border-color: #3d4c53;
}

#product-page .expanding-headings .heading .text {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s border-color;
  -o-transition: 0.5s border-color;
  -moz-transition: 0.5s border-color;
  transition: 0.5s border-color;
}

#product-page .expanding-headings .heading-content {
  display: none;
  padding: 0;
  font-size: 17px;
  letter-spacing: -0.005em;
  line-height: 1.8em;
}

#product-page .icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  background-color: #69828d;
  border: 1px solid #69828d;
  -webkit-transition: 0.5s border-color;
  -o-transition: 0.5s border-color;
  -moz-transition: 0.5s border-color;
  transition: 0.5s border-color;
}

#product-page .icon:after {
  content: "";
  display: block;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  background-position: center center;
  background-repeat: no-repeat;
}

#product-page .icon.plus:after {
  content: "+";
}

#product-page .icon.wishlist:after {
  width: 100%;
  height: 100%;
  background-size: 20px 20px;
  background-image: url("/wp-content/themes/woocommerce-theme/images/icons/wishlist-white.svg");
}

#product-page .icon.compare:after {
  width: 100%;
  height: 100%;
  background-size: 20px 20px;
  background-image: url("/wp-content/themes/woocommerce-theme/images/icons/compare-white.svg");
}

#product-page #wl-wrapper.wl-button-wrap {
  padding-top: 0;
}

#product-page #wl-wrapper .wl-add-link::before {
  content: "";
  display: none;
}

#product-page .icon-link {
  cursor: pointer;
  display: block;
  padding: 12px 0;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  color: #232d33;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

#product-page .icon-link .text {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s border-color;
  -o-transition: 0.5s border-color;
  -moz-transition: 0.5s border-color;
  transition: 0.5s border-color;
}

#product-page .icon-link .icon {
  border: 1px solid #69828d;
  -webkit-transition: 0.5s border-color;
  -o-transition: 0.5s border-color;
  -moz-transition: 0.5s border-color;
  transition: 0.5s border-color;
}

#product-page .icon-link:hover .icon {
  border-color: #3d4c53;
}

#product-page .icon-link:hover .text {
  border-color: #3d4c53;
}

#product-page .woocommerce-products-compare-compare-button {
  padding-bottom: 0;
}

#product-page .woocommerce-products-compare-compare-button.icon-link {
  display: inline-block;
  margin: 0;
}

#product-page .stock {
  font-weight: 500;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-style: normal;
}

#product-page .stock::before {
  content: "";
  margin: 0;
  display: none;
}

#product-page .bundled_product .details h4 {
  margin: 0 0 0.5em;
  font-size: 18px;
}

#product-page .bundled_product .details select {
  height: auto;
  padding: 0.5em;
  margin: 0 0.5em;
}

#product-page .bundle_data {
  width: 100%;
}

#product-page .bundle_data .stock {
  display: none;
}

#product-page .bundle_data .bundle_button {
  display: block;
}

#product-page .quantity {
  display: inline-block;
}

#product-page .single_add_to_cart_button {
  float: right;
}

#product-page .products.related ul.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#product-page .products.related ul.products .content-container {
  padding: 20px;
}

#product-page .products.related ul.products li.product {
  width: 25%;
}

#product-page .add-to-cart-container.available-for-purchase form.cart {
  padding: 25px;
}

.wl-list-pop {
  background-color: #fff;
  border-color: #f5f2f2;
  padding: 20px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-top: 60px;
}

.wl-list-pop .wl-add-to-single {
  font-size: 13px;
  letter-spacing: 0.05em;
}

.content-product {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #2b2b2b;
}

.content-product .woocommerce-LoopProduct-link:hover .more-info {
  color: #699bd4;
  border-color: #699bd4;
}

.content-product .woocommerce-loop-product__title {
  font-weight: 500 !important;
}

.content-product .amount {
  color: #8a8a8a;
}

.content-product .add_to_cart_button,
.content-product .button.product_type_bundle_input_required {
  display: none;
}

.content-product .more-info {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 40px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #215693;
  border: 2px solid #215693;
  border-radius: 3px;
  -webkit-transition: 0.5s color, 0.5s border-color;
  -o-transition: 0.5s color, 0.5s border-color;
  -moz-transition: 0.5s color, 0.5s border-color;
  transition: 0.5s color, 0.5s border-color;
}

.content-product .find-a-stockist {
  font-weight: 700;
  border: none;
  -webkit-transition: 0.5s color;
  -o-transition: 0.5s color;
  -moz-transition: 0.5s color;
  transition: 0.5s color;
  background: no-repeat url("/wp-content/themes/woocommerce-theme/images/icons/map-pin.svg") left center;
  background-size: 15px 15px;
  padding-left: 20px;
}

.content-product .find-a-stockist:hover {
  color: #699bd4;
}

.content-product .find-a-stockist:hover span {
  border-color: #699bd4;
}

.content-product .find-a-stockist span {
  border-bottom: 1px solid;
  -webkit-transition: 0.5s border-color;
  -o-transition: 0.5s border-color;
  -moz-transition: 0.5s border-color;
  transition: 0.5s border-color;
}

.content-product .product-compare-button {
  padding-bottom: 15px;
}

.woocommerce-products-compare-compare-button {
  position: relative;
  cursor: pointer;
  padding: 12px 0;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  color: #232d33;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.woocommerce-products-compare-compare-button .on {
  display: none;
}

.woocommerce-products-compare-compare-button input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  width: 36px;
  height: 36px;
  opacity: 0;
}

.woocommerce-products-compare-compare-button input[type="checkbox"] + .compare-label {
  cursor: pointer;
  margin: 0;
}

.woocommerce-products-compare-compare-button input[type="checkbox"]:checked + .compare-label .icon.compare:after {
  background-image: url("/wp-content/themes/woocommerce-theme/images/icons/tick-white.svg") !important;
  background-size: 60% !important;
}

.woocommerce-products-compare-compare-button input[type="checkbox"]:checked + .compare-label .icon.compare + .text .on {
  display: inline-block;
}

.product-compare-button {
  display: block;
}

.product-compare-button .woocommerce-products-compare-compare-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.4s border-bottom-color;
  -o-transition: 0.4s border-bottom-color;
  -moz-transition: 0.4s border-bottom-color;
  transition: 0.4s border-bottom-color;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.product-compare-button .woocommerce-products-compare-compare-link:hover {
  border-bottom-color: #215693;
}

.product-compare-button .woocommerce-products-compare-compare-link .dashicons {
  margin-top: -8px;
  vertical-align: middle;
}

.woocommerce-products-compare-content {
  padding: 3em 0;
}

.woocommerce-products-compare-content table {
  min-width: 1200px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
}

.woocommerce-products-compare-content table:not(.has-background) th {
  background-color: #f7f5f2;
}

.woocommerce-products-compare-content table td {
  position: relative;
  border-color: #edeae7 !important;
  padding: 1em 1.2em;
}

.woocommerce-products-compare-content table th {
  border-color: #edeae7 !important;
  padding: 1em 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 13px;
}

.woocommerce-products-compare-content table th h3 {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 13px;
}

.woocommerce-products-compare-content .product .add_to_cart_button {
  display: none;
}

.woocommerce-products-compare-content .product h3 {
  font-weight: 500;
  margin: 1em;
  line-height: 1.5em;
}

.woocommerce-products-compare-content .product .remove-compare-product {
  margin: 1em 0;
}

.woocommerce-products-compare-content .product .product-link .prod-img {
  height: 250px;
  margin-bottom: 2em;
  position: relative;
  padding: 20px;
  text-align: center;
}

.woocommerce-products-compare-content .product .product-link .prod-img img {
  margin: 0;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -moz-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}

.woocommerce-products-compare-content .scroll {
  display: none;
  font-size: 15px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  margin: 0 0 3em;
  text-align: center;
}

.woocommerce-products-compare-content .scroll::before {
  content: "";
  background: url(../images/icons/swipe-left.svg) no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  margin-right: 0.8em;
  display: inline-block;
  position: relative;
  top: 5px;
}

.woocommerce-products-compare-content .button {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 17px 15px;
  background-color: #215693;
  font-size: 40px;
  font-weight: 400;
  border-radius: 0;
  -webkit-transition: 0.5s background-color;
  -o-transition: 0.5s background-color;
  -moz-transition: 0.5s background-color;
  transition: 0.5s background-color;
  color: #fff;
}

.woocommerce-products-compare-content .button:hover {
  text-decoration: none;
  background-color: #699bd4;
}

body.term-footwear.term-638 #category-page #secondary,
body.term-mens.term-16 #category-page #secondary,
body.term-womens.term-17 #category-page #secondary,
body.term-kids.term-18 #category-page #secondary {
  display: none;
}

body.term-footwear.term-638 #category-page #primary,
body.term-mens.term-16 #category-page #primary,
body.term-womens.term-17 #category-page #primary,
body.term-kids.term-18 #category-page #primary {
  padding-left: 0;
}

body.term-footwear.term-638 #category-page #primary ul.products li.product,
body.term-mens.term-16 #category-page #primary ul.products li.product,
body.term-womens.term-17 #category-page #primary ul.products li.product,
body.term-kids.term-18 #category-page #primary ul.products li.product {
  width: 25%;
}

body.basket .breadcrumbs,
body.checkout .breadcrumbs {
  display: none;
}

body.basket .woocommerce-cart-form,
body.basket .cart-collaterals,
body.basket .checkout,
body.checkout .woocommerce-cart-form,
body.checkout .cart-collaterals,
body.checkout .checkout {
  font-family: "Source Sans Pro", sans-serif;
}

body.basket h2,
body.basket h3,
body.basket #ship-to-different-address label,
body.checkout h2,
body.checkout h3,
body.checkout #ship-to-different-address label {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

body.basket h2,
body.checkout h2 {
  margin-bottom: 1em;
}

body.basket .input-text,
body.checkout .input-text {
  border: 1px solid #e0dcdc;
}

body.basket table,
body.checkout table {
  font-family: "Source Sans Pro", sans-serif;
}

body.basket main .container,
body.checkout main .container {
  padding: 3em 0;
}

body.basket #coupon_code,
body.checkout #coupon_code {
  height: 42px;
}

body.basket .wc-proceed-to-checkout .button,
body.checkout .wc-proceed-to-checkout .button {
  float: none;
  padding: 1.2em 0.8em;
  border-radius: 5px;
  margin: 1em 0;
  width: 100%;
}

body.checkout,
body.woocommerce-cart {
  position: absolute;
  height: 100%;
}

body.checkout .main-header,
body.checkout .site-wide-footer,
body.checkout #mailing-list,
body.checkout main,
body.woocommerce-cart .main-header,
body.woocommerce-cart .site-wide-footer,
body.woocommerce-cart #mailing-list,
body.woocommerce-cart main {
  display: none;
}

.checkout_coupon {
  margin-bottom: 2.617924em;
  border: 2px solid #294356;
  padding: .5em 2em;
  border-radius: 3px;
}

.checkout_coupon button.button,
#order_review button,
.wc-proceed-to-checkout .button {
  background-color: #215693;
  border: none;
  color: #fff;
}

.checkout_coupon button.button:hover,
#order_review button:hover {
  background: #215693;
  color: #FFF;
  text-decoration: none;
}

.woocommerce-checkout ul#shipping_method {
  margin: 0;
  padding: 0;
}

.banner-blog .overlay {
  background: rgba(42, 42, 42, 0.5);
  min-height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-blog .overlay .container {
  text-align: center;
}

.banner-blog .overlay .container h1 {
  color: #fff;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  margin: 0 0 1em;
  font-size: 26px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 600;
}

.banner-blog .overlay .container h3 {
  font-family: "playfair-display", helvetica, arial, sans-serif;
  color: #fff;
  font-style: italic;
  letter-spacing: 0.01em;
  font-size: 24px;
}

.banner-blog .overlay .container .category-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.banner-blog .overlay .container .category-links li {
  display: inline-block;
  margin-bottom: 0.5em;
}

.banner-blog .overlay .container .category-links li a {
  display: inline-block;
  padding: 0.8em 1.4em;
  border-radius: 2px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0.3em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-blog .overlay .container .category-links li a:hover {
  border-color: #699bd4;
}

.blog-article .entry-meta {
  position: relative;
  text-align: center;
}

.blog-article .entry-meta .author-image img {
  border-radius: 50%;
  position: relative;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: auto;
  width: 130px;
  border: 5px solid #fff;
}

.blog-article .entry-meta h4 {
  color: #215693;
  font-size: 14px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 2em;
}

.blog-article .entry-meta .author-biography p {
  font-size: 16px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  color: #232d33;
  line-height: 1.6em;
}

.blog-article .entry-meta .author-biography p:first-of-type {
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-style: italic;
  font-size: 15px;
  color: #232d33;
}

.blog-article .entry-content {
  padding: 110px 0 3em 4em;
  position: relative;
}

.blog-article .entry-content .addthis_inline_share_toolbox_x1vc {
  position: absolute;
  right: 0;
  top: 0;
}

.blog-article .entry-content p {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 17px;
  color: #6f6b6b;
  line-height: 1.8em;
  margin: 1.5em 0;
}

.blog-article .entry-content > p:first-of-type,
.blog-article .entry-content .text > p:first-of-type {
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-size: 21px;
  line-height: 1.6em;
  font-weight: 400;
  color: #232d33;
}

.blog-article .entry-content > p:first-of-type strong,
.blog-article .entry-content .text > p:first-of-type strong {
  font-weight: 400;
}

.blog-article .entry-content blockquote {
  border-left: 0;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-style: normal;
}

.blog-article .entry-content .featured-image {
  margin: 2.5em 0;
}

.blog-article .entry-content h3 {
  color: #215693;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-article .entry-content h3 strong {
  font-weight: 600;
}

#author-bio {
  position: relative;
  border-bottom: 5px solid #e0e0e0;
  padding-bottom: 2em;
  margin-bottom: 2em;
  text-align: center;
}

#author-bio .author-image {
  position: relative;
}

#author-bio .author-image img {
  border-radius: 50%;
  width: 130px;
  height: auto;
  border: 5px solid #fff;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
  margin-bottom: -moz-calc(2em - 50px);
  margin-bottom: calc(2em - 50px);
}

#author-bio h4 {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #215693;
  font-size: 18px;
  margin-bottom: 2em;
}

#author-bio p {
  font-size: 16px;
  color: #232d33;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
}

#author-bio p:first-of-type {
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-size: 15px;
}

.news-feeds {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
}

.news-feeds .pagination-link {
  margin: 0 0 3em;
  text-align: center;
}

.news-feeds .pagination-link .page-numbers {
  display: inline-block;
  margin: 0 0.5em;
}

.news-feeds .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.news-feeds .container .blog-articles {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 4em 4em 0 0;
}

.news-feeds .container .blog-articles.full-width {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 2em 0 0;
}

.news-feeds .container .blog-articles.full-width h2.no-posts {
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-size: 32px;
  margin-bottom: 2.5em;
  font-style: italic;
  color: #232d33;
  text-align: center;
}

.news-feeds .container .blog-articles .blog-post-single .img {
  position: relative;
  margin-bottom: 1.5em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.news-feeds .container .blog-articles .blog-post-single .img .category {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background-color: #215693;
  padding: 0.8em 1.5em;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.news-feeds .container .blog-articles .blog-post-single .img:hover .category {
  background-color: #192738;
}

.news-feeds .container .blog-articles .blog-post-single .date {
  color: #215693;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0.4em;
}

.news-feeds .container .blog-articles .blog-post-single h3 {
  margin: 0;
}

.news-feeds .container .blog-articles .blog-post-single h3 a {
  color: #192738;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.news-feeds .container .blog-articles .blog-post-single h3 a:hover {
  border-bottom: 2px solid #192738;
}

.news-feeds .container .blog-meta {
  padding: 4em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  background-color: #f9f6f6;
}

.news-feeds .container .blog-meta h3 {
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-style: italic;
  font-size: 24px;
  color: #192738;
  margin: 0 0 1em;
  text-align: center;
}

.news-feeds .container .blog-meta h3::after {
  content: "";
  display: block;
  margin: 1.5em auto;
  width: 100%;
  max-width: 140px;
  background-color: #fff;
  height: 5px;
}

.news-feeds .container .blog-meta .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2em;
}

.news-feeds .container .blog-meta .author:last-of-type {
  margin-bottom: 4em;
}

.news-feeds .container .blog-meta .author img {
  border-radius: 100%;
  max-width: 125px;
  height: auto;
  margin-right: 25px;
}

.news-feeds .container .blog-meta .author h4 {
  margin: 0 0 0.8em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}

.news-feeds .container .blog-meta .author p {
  margin: 0 0 0.5em;
  font-size: 14px;
}

.news-feeds .container .blog-meta .author p a {
  font-weight: 500;
}

.news-feeds .container .blog-meta .author p a:hover {
  text-decoration: underline;
}

.news-feeds .container .blog-meta .archives {
  margin: 0 auto;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.news-feeds .container .blog-meta .archives li {
  list-style-type: none;
  font-size: 14px;
  margin: 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.news-feeds .container .blog-meta .archives li a {
  font-weight: 500;
}

.news-feeds .container .blog-meta .archives li a:hover {
  text-decoration: underline;
}

.news-feeds.full-width .container .blog-articles {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-right: 0;
}

.my-account .woocommerce-MyAccount-navigation {
  width: 30%;
  padding-right: 30px;
  margin: 40px 0;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
}

.my-account .woocommerce-MyAccount-navigation ul {
  border-top: none;
}

.my-account .woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid #e0dcdc;
}

.my-account .woocommerce-MyAccount-navigation li a {
  color: #215693;
}

.my-account .woocommerce-MyAccount-navigation li.is-active a {
  color: #fff;
  background-color: #215693;
}

.my-account .woocommerce-MyAccount-content {
  width: 70%;
  margin: 40px 0;
  padding: 20px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 19px;
  background-color: #f9f6f6;
}

.my-account .col2-set#customer_login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  margin-bottom: 80px;
}

.my-account .col2-set#customer_login h2 {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
}

.my-account .col2-set#customer_login .col-1,
.my-account .col2-set#customer_login .col-2 {
  float: none;
  width: 50%;
}

.my-account .col2-set#customer_login form {
  height: 100%;
  padding: 20px;
  font-size: 17px;
  background-color: #f9f6f6;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
}

.my-account .col2-set#customer_login form button.woocommerce-Button.button,
.my-account .col2-set#customer_login form button[type="submit"] {
  border-radius: 0;
  margin: 14px 0;
  background-color: #215693;
  -webkit-transition: 0.4s background-color;
  -o-transition: 0.4s background-color;
  -moz-transition: 0.4s background-color;
  transition: 0.4s background-color;
  color: #fff;
}

.my-account .col2-set#customer_login form button.woocommerce-Button.button:hover,
.my-account .col2-set#customer_login form button[type="submit"]:hover {
  background-color: #699bd4;
  text-decoration: none;
}

.my-account .col2-set#customer_login form .input-text:focus {
  background-color: #fff;
}

.all-videos {
  background-color: #f9f6f6;
}

.all-videos .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.all-videos .container .filters {
  min-width: 260px;
  margin: 0;
  width: 20%;
  border-right: 1px solid #dfdada;
  padding: 3em 3em 2em 0;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.all-videos .container .filters h6 {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 10px 0 0 0;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: none;
}

.all-videos .container .filters h6 .filter-counter {
  background: #16477f;
  color: #FFF;
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  border-radius: 450%;
  font-size: .9em;
  margin: 0 0 0 5px;
}

.all-videos .container .filters ul {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 0;
  margin: 0;
}

.all-videos .container .filters ul li {
  cursor: pointer;
  position: relative;
  padding: 5px 0;
}

.all-videos .container .filters ul li label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.all-videos .container .filters ul li label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.all-videos .container .filters ul li label .sudo-checkbox {
  height: 25px;
  width: 25px;
  margin: 0 1em 0 0;
  background-color: #FFF;
  border-radius: 3px;
  border: 1px solid #e0dcdc;
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
}

.all-videos .container .filters ul li label:hover .sudo-checkbox {
  border-color: #215693;
}

.all-videos .container .filters ul li label input:checked ~ .sudo-checkbox {
  border-color: #6c828c;
  background-image: url(/wp-content/themes/woocommerce-theme/images/icons/checked-grey.svg);
}

.all-videos .container .filters a.clear-filters {
  display: block;
  float: none;
  padding: 0 25px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  background: transparent;
  border-radius: 3px;
  width: 100%;
  line-height: 40px;
  height: 40px;
  border: none;
  color: #6c828c;
  text-align: center;
  text-transform: uppercase;
}

.all-videos .container .filters a.clear-filters:hover {
  text-decoration: underline;
}

.all-videos .container .filters button {
  float: none;
  padding: 0 25px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  background: #6c828c;
  border-radius: 3px;
  width: 100%;
  line-height: 40px;
  height: 40px;
  border: none;
}

.all-videos .container .video-wrapper {
  display: grid;
  grid-gap: 2em 1em;
  grid-template-columns: repeat(3, 1fr);
  width: 80%;
  padding: 3em 0 2em 3em;
}

.all-videos .container .video-wrapper a.video-block {
  position: relative;
  background: #fbfbfb;
  border: 1px solid #999;
  border-radius: 3px;
  color: #666;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.all-videos .container .video-wrapper a.video-block img {
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px 3px 0 0;
}

.all-videos .container .video-wrapper a.video-block .video-content {
  padding: 20px 15px;
}

.all-videos .container .video-wrapper a.video-block .video-content h5 {
  margin: 0 0 5px;
  color: #000;
  font-weight: 600;
}

.all-videos .container .video-wrapper a.video-block .video-content p {
  margin: 0;
  line-height: 1.3;
}

.all-videos .container .video-wrapper a.video-block:hover {
  z-index: 10;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.all-videos .container .video-wrapper .pagination {
  grid-column-start: 1;
  grid-column-end: 4;
}

.all-videos.no-filters .container .filters {
  display: none;
}

.all-videos.no-filters .container .video-wrapper {
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

.flexibleColumns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.flexibleColumns > .column {
  width: 100%;
}

.flexibleColumns > .column img {
  vertical-align: top;
  max-width: 100%;
}

.title-with-watermark {
  margin: 2em 0;
  padding: 2em 20px;
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-size: 28px;
  font-style: italic;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  color: #6f6b6b;
}



.banner {
  position: relative;
}

.banner .owl-carousel.include-nav {
  padding: 0;
}

.banner .owl-stage-outer {
  width: 100%;
}

.banner.homepage .owl-stage-outer,
.banner.homepage .item,
.banner.inline-slider-banner .owl-stage-outer,
.banner.inline-slider-banner .item {
  width: 100%;
  min-height: 620px;
  height: -moz-calc(100vh - 143.41px);
  height: calc(100vh - 143.41px);
}

.banner .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center center;
  background-size: cover;
  padding: 0 80px;
}

.banner .item.left .text-container {
  text-align: left;
}

.banner .item.center .text-container {
  text-align: center;
}

.banner .item.right .text-container {
  text-align: right;
}

.banner .item .text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em;
  padding: 0 50px;
  text-shadow: 0 0 50px black;
}

.banner .item .logo img {
  width: auto;
  display: inline-block;
  padding-bottom: 1.5em;
  border-bottom: 2px solid #FFF;
}

.banner .item h3 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 3em;
  line-height: 1.4em;
  color: #fff;
  font-weight: 600;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  text-transform: uppercase;
}

.banner .item h4 {
  color: #fff;
  font-size: 4.5em;
  line-height: 1.3em;
  max-width: 100%;
  margin: 0;
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-style: italic;
}

.banner .links {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1em 50px 0 50px;
  gap: 15px;
}

.banner .links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 25px;
  color: #215693;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  outline: 0px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.banner .links a:hover {
  border-color: #FFF;
  background-color: #FFF;
  outline: 4px solid rgba(255, 255, 255, 0.25);
}

.banner .banner-dots {
  z-index: 2;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: transparent;
}

.banner .banner-dots .dot {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  -webkit-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  -moz-transition: background-color 0.6s;
  transition: background-color 0.6s;
}

.banner .banner-dots .dot.active {
  background-color: #215693;
}

.banner .banner-link {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner.category,
.banner.text {
  padding: 40px 0;
  border-bottom: 1px solid #e0dcdc;
}

.banner.category h1,
.banner.text h1 {
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-size: 36px;
  font-style: italic;
  text-align: center;
}

.banner.category .category-description,
.banner.text .category-description {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  color: #6f6b6b;
  font-size: 16px;
  text-align: center;
}

.banner.category .category-description a,
.banner.text .category-description a {
  color: #215693;
  border-bottom: 1px solid;
  -webkit-transition: 0.5s color;
  -o-transition: 0.5s color;
  -moz-transition: 0.5s color;
  transition: 0.5s color;
}

.banner.category .category-description a:hover,
.banner.text .category-description a:hover {
  color: #699bd4;
}

.banner.text {
  border-bottom: 1px solid #e0dcdc;
}

.banner .owl-carousel.include-nav .owl-nav .owl-prev,
.banner .owl-carousel.include-nav .owl-nav .owl-next {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #FFF;
  background: transparent;
  color: transparent;
}

.banner .owl-carousel.include-nav .owl-nav .owl-prev::before,
.banner .owl-carousel.include-nav .owl-nav .owl-prev::after,
.banner .owl-carousel.include-nav .owl-nav .owl-next::before,
.banner .owl-carousel.include-nav .owl-nav .owl-next::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 14px;
  height: 3px;
  background-color: #FFF;
}

.banner .owl-carousel.include-nav .owl-nav .owl-prev {
  left: 30px;
}

.banner .owl-carousel.include-nav .owl-nav .owl-prev::before {
  -webkit-transform: translateY(calc(-50% + 4px)) translateX(-1px) rotate(-315deg);
  -moz-transform: translateY(-moz-calc(-50% + 4px)) translateX(-1px) rotate(-315deg);
  -ms-transform: translateY(calc(-50% + 4px)) translateX(-1px) rotate(-315deg);
  transform: translateY(calc(-50% + 4px)) translateX(-1px) rotate(-315deg);
}

.banner .owl-carousel.include-nav .owl-nav .owl-prev::after {
  -webkit-transform: translateY(calc(-50% - 4px)) translateX(-1px) rotate(315deg);
  -moz-transform: translateY(-moz-calc(-50% - 4px)) translateX(-1px) rotate(315deg);
  -ms-transform: translateY(calc(-50% - 4px)) translateX(-1px) rotate(315deg);
  transform: translateY(calc(-50% - 4px)) translateX(-1px) rotate(315deg);
}

.banner .owl-carousel.include-nav .owl-nav .owl-next {
  right: 30px;
}

.banner .owl-carousel.include-nav .owl-nav .owl-next::before {
  -webkit-transform: translateY(calc(-50% + 4px)) translateX(1px) rotate(-45deg);
  -moz-transform: translateY(-moz-calc(-50% + 4px)) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(calc(-50% + 4px)) translateX(1px) rotate(-45deg);
  transform: translateY(calc(-50% + 4px)) translateX(1px) rotate(-45deg);
}

.banner .owl-carousel.include-nav .owl-nav .owl-next::after {
  -webkit-transform: translateY(calc(-50% - 4px)) translateX(1px) rotate(45deg);
  -moz-transform: translateY(-moz-calc(-50% - 4px)) translateX(1px) rotate(45deg);
  -ms-transform: translateY(calc(-50% - 4px)) translateX(1px) rotate(45deg);
  transform: translateY(calc(-50% - 4px)) translateX(1px) rotate(45deg);
}

.breadcrumbs {
  margin: 0;
  padding: 35px 0;
  font-size: 1em;
  color: #444;
  line-height: 1em;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}

.breadcrumbs a {
  -webkit-transition: 0.5s color;
  -o-transition: 0.5s color;
  -moz-transition: 0.5s color;
  transition: 0.5s color;
  color: #215693;
  border-bottom: 1px solid;
}

.breadcrumbs p {
  margin: 0;
  width: auto;
  line-height: 22px;
  float: left;
}

.breadcrumbs .breadcrumb_last {
  color: #215693;
}

.widget_layered_nav_filters {
  display: none;
}

.widget_layered_nav_filters .widget-title {
  margin-bottom: 0;
  padding: 10px 20px 10px 0;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #232d33;
  text-transform: uppercase;
  border-bottom: none;
}

#secondary .widget_price_filter .ui-slider .ui-slider-range,
#secondary .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #6c828c;
}

#secondary .widget_price_filter .ui-slider .ui-slider-handle {
  border-color: #6c828c;
}

#secondary .widget_price_filter .price_slider_amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 60px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#secondary .widget_price_filter .price_slider_amount .button {
  float: none;
  width: auto;
  padding: 0 25px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  background: #6c828c;
  border-radius: 3px;
}

#secondary .widget_price_filter .price_slider_amount .button:hover {
  text-decoration: none;
}

#secondary .widget_price_filter .price_slider_amount .clear {
  display: none;
}

#secondary .widget_price_filter .price_label {
  position: static;
  width: auto;
  margin-top: 5px;
  font-size: 0;
}

#secondary .widget_price_filter .price_label .from,
#secondary .widget_price_filter .price_label .to {
  position: static;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 15px;
  color: #6f6b6b;
}

#secondary .widget_price_filter .price_label .from:after {
  content: "-";
}

.featured-products {
  padding: 55px 0;
  background-color: #f5f2f2;
}

.featured-products > .container {
  position: relative;
}

.featured-products h3 {
  margin: 0 0 2.5em;
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  color: #6F6B6B;
}

.featured-products ul.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
  padding: 0;
}

.featured-products ul.products li.product {
  width: 25%;
  text-align: left;
  margin: 0;
  padding: 0 10px 20px 10px;
}

.featured-products ul.products li.product .content-container {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.featured-products ul.products li.product .prod-img {
  display: block;
  text-align: center;
  position: relative;
  padding: 0;
  height: 345px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.featured-products ul.products li.product .prod-img img {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 345px;
  max-width: 345px;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -moz-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}

.featured-products ul.products li.product img {
  margin: 0;
}

.featured-products ul.products li.product .title-price {
  padding: 10px 20px 10px 20px;
}

.featured-products ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-weight: 500;
}

.featured-products ul.products li.product .price {
  margin-top: 15px;
  font-weight: 500;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
}

.featured-products ul.products li.product a.button {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0 15px;
  background-color: #215693;
  font-size: 40px;
  font-weight: 400;
  border-radius: 0;
  -webkit-transition: 0.5s background-color;
  -o-transition: 0.5s background-color;
  -moz-transition: 0.5s background-color;
  transition: 0.5s background-color;
  color: #fff;
}

.featured-products ul.products li.product a.button:hover {
  text-decoration: none;
  background-color: #699bd4;
}

.featured-products ul.products li.product a.button.add_to_cart_button,
.featured-products ul.products li.product a.button.product_type_variable {
  display: block;
  padding: 17px 15px;
}

.featured-products ul.products .slick-arrow.slick-prev,
.featured-products ul.products .slick-arrow.slick-next {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  text-indent: -999em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #215693;
  background: transparent;
}

.featured-products ul.products .slick-arrow.slick-prev::before,
.featured-products ul.products .slick-arrow.slick-prev::after,
.featured-products ul.products .slick-arrow.slick-next::before,
.featured-products ul.products .slick-arrow.slick-next::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 14px;
  height: 3px;
  background-color: #215693;
}

.featured-products ul.products .slick-arrow.slick-prev {
  left: -50px;
}

.featured-products ul.products .slick-arrow.slick-prev::before {
  -webkit-transform: translateY(calc(-50% + 4px)) translateX(-1px) rotate(-315deg);
  -moz-transform: translateY(-moz-calc(-50% + 4px)) translateX(-1px) rotate(-315deg);
  -ms-transform: translateY(calc(-50% + 4px)) translateX(-1px) rotate(-315deg);
  transform: translateY(calc(-50% + 4px)) translateX(-1px) rotate(-315deg);
}

.featured-products ul.products .slick-arrow.slick-prev::after {
  -webkit-transform: translateY(calc(-50% - 4px)) translateX(-1px) rotate(315deg);
  -moz-transform: translateY(-moz-calc(-50% - 4px)) translateX(-1px) rotate(315deg);
  -ms-transform: translateY(calc(-50% - 4px)) translateX(-1px) rotate(315deg);
  transform: translateY(calc(-50% - 4px)) translateX(-1px) rotate(315deg);
}

.featured-products ul.products .slick-arrow.slick-next {
  right: -50px;
}

.featured-products ul.products .slick-arrow.slick-next::before {
  -webkit-transform: translateY(calc(-50% + 4px)) translateX(1px) rotate(-45deg);
  -moz-transform: translateY(-moz-calc(-50% + 4px)) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(calc(-50% + 4px)) translateX(1px) rotate(-45deg);
  transform: translateY(calc(-50% + 4px)) translateX(1px) rotate(-45deg);
}

.featured-products ul.products .slick-arrow.slick-next::after {
  -webkit-transform: translateY(calc(-50% - 4px)) translateX(1px) rotate(45deg);
  -moz-transform: translateY(-moz-calc(-50% - 4px)) translateX(1px) rotate(45deg);
  -ms-transform: translateY(calc(-50% - 4px)) translateX(1px) rotate(45deg);
  transform: translateY(calc(-50% - 4px)) translateX(1px) rotate(45deg);
}

.featured-products ul.products .slick-dots li {
  border-color: #69828d;
  background-color: transparent;
}

.featured-products ul.products .slick-dots li.slick-active {
  border-color: transparent;
  background-color: #69828d;
}

.featured-products .more-info,
.featured-products .find-a-stockist {
  display: none;
}

.featured-article-grid {
  padding: 55px 0;
  background-color: #f5f2f2;
}

.featured-article-grid > .container {
  position: relative;
}

.featured-article-grid h3 {
  margin: 0 0 2.5em;
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  color: #6F6B6B;
}

.featured-article-grid ul.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
  padding: 0;
}

.featured-article-grid ul.products .slick-slide li {
  width: 450px;
  text-align: left;
  margin: 0;
  padding: 0 15px;
}

.featured-article-grid ul.products .slick-slide li .content-container {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.featured-article-grid ul.products .slick-slide li img {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}

.featured-article-grid ul.products .slick-slide li h2 {
  color: #232D33;
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: 600;
  margin: 0 0 1rem;
}

.featured-article-grid ul.products .slick-slide li p {
  font-size: .8em;
  letter-spacing: 0;
  line-height: 1.3em;
  color: #6F6B6B;
}

.featured-article-grid ul.products .slick-slide li span {
  font-weight: bold;
  font-size: 14px;
  color: #215693;
  border-bottom: 1px solid;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.featured-article-grid ul.products .slick-slide li span:hover {
  border: 0;
}

.featured-article-grid ul.products .slick-arrow.slick-prev,
.featured-article-grid ul.products .slick-arrow.slick-next {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #FFF;
  background: transparent;
}

.featured-article-grid ul.products .slick-arrow.slick-prev::before,
.featured-article-grid ul.products .slick-arrow.slick-prev::after,
.featured-article-grid ul.products .slick-arrow.slick-next::before,
.featured-article-grid ul.products .slick-arrow.slick-next::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 14px;
  height: 3px;
  background-color: #FFF;
}

.featured-article-grid ul.products .slick-arrow.slick-prev {
  left: 50px;
}

.featured-article-grid ul.products .slick-arrow.slick-prev::before {
  -webkit-transform: translateY(calc(-50% + 4px)) translateX(-1px) rotate(-315deg);
  -moz-transform: translateY(-moz-calc(-50% + 4px)) translateX(-1px) rotate(-315deg);
  -ms-transform: translateY(calc(-50% + 4px)) translateX(-1px) rotate(-315deg);
  transform: translateY(calc(-50% + 4px)) translateX(-1px) rotate(-315deg);
}

.featured-article-grid ul.products .slick-arrow.slick-prev::after {
  -webkit-transform: translateY(calc(-50% - 4px)) translateX(-1px) rotate(315deg);
  -moz-transform: translateY(-moz-calc(-50% - 4px)) translateX(-1px) rotate(315deg);
  -ms-transform: translateY(calc(-50% - 4px)) translateX(-1px) rotate(315deg);
  transform: translateY(calc(-50% - 4px)) translateX(-1px) rotate(315deg);
}

.featured-article-grid ul.products .slick-arrow.slick-next {
  right: 50px;
}

.featured-article-grid ul.products .slick-arrow.slick-next::before {
  -webkit-transform: translateY(calc(-50% + 4px)) translateX(1px) rotate(-45deg);
  -moz-transform: translateY(-moz-calc(-50% + 4px)) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(calc(-50% + 4px)) translateX(1px) rotate(-45deg);
  transform: translateY(calc(-50% + 4px)) translateX(1px) rotate(-45deg);
}

.featured-article-grid ul.products .slick-arrow.slick-next::after {
  -webkit-transform: translateY(calc(-50% - 4px)) translateX(1px) rotate(45deg);
  -moz-transform: translateY(-moz-calc(-50% - 4px)) translateX(1px) rotate(45deg);
  -ms-transform: translateY(calc(-50% - 4px)) translateX(1px) rotate(45deg);
  transform: translateY(calc(-50% - 4px)) translateX(1px) rotate(45deg);
}

.featured-article-grid ul.products .slick-dots li {
  border-color: #69828d;
  background-color: transparent;
}

.featured-article-grid ul.products .slick-dots li.slick-active {
  border-color: transparent;
  background-color: #69828d;
}

.content-carousel {
  padding: 55px 0;
  background-color: #f5f2f2;
}

.content-carousel > .container {
  position: relative;
  padding: 0 -moz-calc(2% + 50px);
  padding: 0 calc(2% + 50px);
}

.content-carousel h3 {
  margin: 0 0 2em;
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  color: #6F6B6B;
}

.content-carousel ul.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
  padding: 0;
}

.content-carousel ul.products li .carousel-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  background-color: #215693;
}

.content-carousel ul.products li .carousel-content-wrapper > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.content-carousel ul.products li .carousel-content-wrapper.image-left .image {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.content-carousel ul.products li .carousel-content-wrapper.image-right .image {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.content-carousel ul.products li .carousel-content-wrapper .content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4em;
  color: #FFF;
}

.content-carousel ul.products li .carousel-content-wrapper .content h6 {
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-size: 2.25em;
  line-height: 1.3em;
  font-weight: 300;
  font-style: italic;
  background-repeat: no-repeat;
  background-position: center center;
  color: #FFF;
  margin: 0;
}

.content-carousel ul.products li .carousel-content-wrapper .content p {
  color: #FFF;
  font-weight: 100;
  line-height: 1.4;
}

.content-carousel ul.products li .carousel-content-wrapper .content a.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 25px;
  margin-top: 1em;
  color: #215693;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  outline: 0px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.content-carousel ul.products li .carousel-content-wrapper .content a.button:hover {
  text-decoration: none;
  border-color: #FFF;
  background-color: #FFF;
  outline: 4px solid rgba(255, 255, 255, 0.25);
}

.content-carousel ul.products li .carousel-content-wrapper .image {
  min-height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-carousel ul.products .slick-arrow.slick-prev,
.content-carousel ul.products .slick-arrow.slick-next {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  text-indent: -999em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #215693;
  background: transparent;
}

.content-carousel ul.products .slick-arrow.slick-prev::before,
.content-carousel ul.products .slick-arrow.slick-prev::after,
.content-carousel ul.products .slick-arrow.slick-next::before,
.content-carousel ul.products .slick-arrow.slick-next::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 14px;
  height: 3px;
  background-color: #215693;
}

.content-carousel ul.products .slick-arrow.slick-prev {
  left: -50px;
}

.content-carousel ul.products .slick-arrow.slick-prev::before {
  -webkit-transform: translateY(calc(-50% + 4px)) translateX(-1px) rotate(-315deg);
  -moz-transform: translateY(-moz-calc(-50% + 4px)) translateX(-1px) rotate(-315deg);
  -ms-transform: translateY(calc(-50% + 4px)) translateX(-1px) rotate(-315deg);
  transform: translateY(calc(-50% + 4px)) translateX(-1px) rotate(-315deg);
}

.content-carousel ul.products .slick-arrow.slick-prev::after {
  -webkit-transform: translateY(calc(-50% - 4px)) translateX(-1px) rotate(315deg);
  -moz-transform: translateY(-moz-calc(-50% - 4px)) translateX(-1px) rotate(315deg);
  -ms-transform: translateY(calc(-50% - 4px)) translateX(-1px) rotate(315deg);
  transform: translateY(calc(-50% - 4px)) translateX(-1px) rotate(315deg);
}

.content-carousel ul.products .slick-arrow.slick-next {
  right: -50px;
}

.content-carousel ul.products .slick-arrow.slick-next::before {
  -webkit-transform: translateY(calc(-50% + 4px)) translateX(1px) rotate(-45deg);
  -moz-transform: translateY(-moz-calc(-50% + 4px)) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(calc(-50% + 4px)) translateX(1px) rotate(-45deg);
  transform: translateY(calc(-50% + 4px)) translateX(1px) rotate(-45deg);
}

.content-carousel ul.products .slick-arrow.slick-next::after {
  -webkit-transform: translateY(calc(-50% - 4px)) translateX(1px) rotate(45deg);
  -moz-transform: translateY(-moz-calc(-50% - 4px)) translateX(1px) rotate(45deg);
  -ms-transform: translateY(calc(-50% - 4px)) translateX(1px) rotate(45deg);
  transform: translateY(calc(-50% - 4px)) translateX(1px) rotate(45deg);
}

.large-call-to-action-blocks .container {
  padding: 0;
}

.large-call-to-action-blocks .inline-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5em 0;
}

.large-call-to-action-blocks .inline-carousel.slick-initialized {
  display: block;
}

.large-call-to-action-blocks .inline-carousel.slick-initialized .cta-block {
  max-width: none;
}

.large-call-to-action-blocks .inline-carousel.slick-initialized h3 {
  text-align: center;
}

.large-call-to-action-blocks .cta-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 25px 0 25px;
}

.large-call-to-action-blocks .cta-block:hover,
.large-call-to-action-blocks .cta-block:hover h3 {
  text-decoration: none;
}

.large-call-to-action-blocks h3 {
  margin: 0 0 .8em 0;
  font-weight: bold;
  font-size: 1.25em;
  letter-spacing: -0.01em;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  color: #232d33;
  text-transform: uppercase;
}

.large-call-to-action-blocks img {
  width: 100%;
}

.large-call-to-action-blocks .content-text {
  font-family: "Source Sans Pro", sans-serif;
  color: #6f6b6b;
  font-size: 14px;
  line-height: 30px;
}

.large-call-to-action-blocks .link-text {
  font-weight: bold;
  font-size: 14px;
  color: #215693;
  border-bottom: 1px solid;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.large-call-to-action-blocks .link-text:hover {
  border: 0;
}

.mobile-burger-nav {
  display: none;
  padding: 0px 22px 5px 22px;
  background: transparent !important;
}

.mobile-burger-nav.active .lines {
  background: transparent;
  -webkit-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  transition: background 0.2s ease 0s;
}

.mobile-burger-nav.active .lines:before,
.mobile-burger-nav.active .lines:after {
  top: 0;
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s 0.3s ease;
  transition: top 0.2s ease, -webkit-transform 0.2s 0.3s ease;
  -o-transition: top 0.2s ease, transform 0.2s 0.3s ease;
  -moz-transition: top 0.2s ease, transform 0.2s 0.3s ease, -moz-transform 0.2s 0.3s ease;
  transition: top 0.2s ease, transform 0.2s 0.3s ease;
  transition: top 0.2s ease, transform 0.2s 0.3s ease, -webkit-transform 0.2s 0.3s ease, -moz-transform 0.2s 0.3s ease;
  width: 30px;
}

.mobile-burger-nav.active .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-burger-nav.active .lines:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-burger-nav .lines {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 3px;
  background: #215693;
  -webkit-transition: background 0.2s ease 0.3s;
  -o-transition: background 0.2s ease 0.3s;
  -moz-transition: background 0.2s ease 0.3s;
  transition: background 0.2s ease 0.3s;
}

.mobile-burger-nav .lines:before,
.mobile-burger-nav .lines:after {
  content: '';
  width: 30px;
  height: 3px;
  background: #215693;
  position: absolute;
  left: 0;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.2s 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition: top 0.2s 0.3s ease, -webkit-transform 0.2s ease;
  transition: top 0.2s 0.3s ease, -webkit-transform 0.2s ease;
  -o-transition: top 0.2s 0.3s ease, transform 0.2s ease;
  -moz-transition: top 0.2s 0.3s ease, transform 0.2s ease, -moz-transform 0.2s ease;
  transition: top 0.2s 0.3s ease, transform 0.2s ease;
  transition: top 0.2s 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease;
}

.mobile-burger-nav .lines:before {
  top: 10px;
}

.mobile-burger-nav .lines:after {
  top: -10px;
}

.main-header {
  z-index: 3;
  position: relative;
  background: #FFF;
  border-bottom: 1px solid #e0dcdc;
}

body.home .main-header {
  border-bottom: none;
}

.main-header > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-header .top-header-links {
  padding: 10px 0;
  border-bottom: 1px solid #e0dcdc;
}

.main-header .top-header-links > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-header .top-header-links .left-column,
.main-header .top-header-links .right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #6f6b6b;
  font-family: "Source Sans Pro", sans-serif;
}

.main-header .top-header-links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-header .top-header-links li {
  margin-right: 18px;
  font-size: 13px;
  font-weight: 500;
}

.main-header .top-header-links li a {
  -webkit-transition: 0.5s color;
  -o-transition: 0.5s color;
  -moz-transition: 0.5s color;
  transition: 0.5s color;
}

.main-header .top-header-links li a:hover {
  color: #215693;
}

.main-header .top-header-links li a:hover > span {
  border-bottom: 1px solid #215693;
}

.main-header .top-header-links li a > span {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s color, 0.5s border-color;
  -o-transition: 0.5s color, 0.5s border-color;
  -moz-transition: 0.5s color, 0.5s border-color;
  transition: 0.5s color, 0.5s border-color;
}

.main-header .top-header-links p {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.main-header .top-header-links .with-icon a {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-size: 20px 15px;
  background-position: left center;
}

.main-header .top-header-links .account a {
  background-image: url("/wp-content/themes/woocommerce-theme/images/icons//avatar.svg");
}

.main-header .top-header-links .wishlist a {
  background-image: url("/wp-content/themes/woocommerce-theme/images/icons//wishlist.svg");
}

.main-header .top-header-links .compare a {
  background-image: url("/wp-content/themes/woocommerce-theme/images/icons//compare.svg");
}

.main-header #logo {
  width: 270px;
}

.main-header #logo a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-indent: -999em;
  background: url("/wp-content/themes/woocommerce-theme/images/logo.svg") no-repeat center;
  background-size: contain;
}

.main-header .mobile-promo-caption {
  display: none;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin: 0;
  padding: 6px 20px;
  text-align: center;
  font-size: 12px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-weight: 700;
  background-color: #f7f4f4;
  color: #6f6b6b;
}

.main-header .delivery-icon:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 23px;
  height: 17px;
  margin-right: 5px;
  background: url("/wp-content/themes/woocommerce-theme/images/icons/delivery-icon.svg") no-repeat center;
  background-size: contain;
}

.main-header .right-header-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.main-header .site-search {
  z-index: 7;
  position: relative;
  display: block;
  width: 120px;
  margin: 0;
  padding-right: 50px;
  border-right: 1px solid #dfdada;
}

.main-header .site-search form {
  height: 100%;
  margin: 0;
  text-align: right;
}

.main-header .site-search form:before {
  display: none;
}

.main-header .site-search .widget_product_search {
  height: 100%;
  margin: 0;
}

.main-header .site-search .widget_product_search input[type=search] {
  position: absolute;
  width: 0px;
  right: 0;
  margin: 0;
  padding: 0 0 0 20px;
  height: 100%;
  line-height: 50px;
  border-left: 1px solid #fff;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 21px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-weight: 500;
  color: #6f6b6b;
  background: #fff;
  -webkit-transition: width 0.6s, padding 0.6s, border-color 0.6s;
  -o-transition: width 0.6s, padding 0.6s, border-color 0.6s;
  -moz-transition: width 0.6s, padding 0.6s, border-color 0.6s;
  transition: width 0.6s, padding 0.6s, border-color 0.6s;
}

.main-header .site-search .widget_product_search input[type=search]::-webkit-input-placeholder {
  color: #CCC !important;
  -webkit-transition: 0.4s 4s all;
  -o-transition: 0.4s 4s all;
  -moz-transition: 0.4s 4s all;
  transition: 0.4s 4s all;
  font-style: italic;
}

.main-header .site-search .widget_product_search input[type=search]::-moz-placeholder {
  color: #CCC !important;
  -webkit-transition: 0.4s 4s all;
  -o-transition: 0.4s 4s all;
  -moz-transition: 0.4s 4s all;
  transition: 0.4s 4s all;
  font-style: italic;
}

.main-header .site-search .widget_product_search input[type=search]::-ms-input-placeholder {
  color: #CCC !important;
  -webkit-transition: 0.4s 4s all;
  -o-transition: 0.4s 4s all;
  -moz-transition: 0.4s 4s all;
  transition: 0.4s 4s all;
  font-style: italic;
}

.main-header .site-search .widget_product_search input[type=search]::placeholder {
  color: #CCC !important;
  -webkit-transition: 0.4s 4s all;
  -o-transition: 0.4s 4s all;
  -moz-transition: 0.4s 4s all;
  transition: 0.4s 4s all;
  font-style: italic;
}

.main-header .site-search .widget_product_search input[type=search]:focus::-webkit-input-placeholder {
  color: #CCC !important;
}

.main-header .site-search .widget_product_search input[type=search]:focus::-moz-placeholder {
  color: #CCC !important;
}

.main-header .site-search .widget_product_search input[type=search]:focus::-ms-input-placeholder {
  color: #CCC !important;
}

.main-header .site-search .widget_product_search input[type=search]:focus::placeholder {
  color: #CCC !important;
}

.main-header .site-search .widget_product_search input[type=search].active {
  width: 100%;
  padding: 0 25px;
  border-color: #ccc;
}

.main-header .site-search .widget_product_search button[type=submit] {
  width: 30px;
  height: 48px;
  top: 1.572em;
  left: inherit;
  right: 0;
  padding-right: 50px;
  margin: 0;
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  background: none;
  background: url("/wp-content/themes/woocommerce-theme/images/icons/search.svg") no-repeat center;
  text-indent: -999em;
}

.main-header .site-search.on input[type=search] {
  width: 240px;
  border-left-color: #e0dcdc;
}

.main-header .checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 50px;
}

.main-header .checkout .basket-icon {
  z-index: 1;
  position: relative;
  width: 33px;
  height: 100px;
  background: url("/wp-content/themes/woocommerce-theme/images/icons/basket.svg") no-repeat center;
  background-size: 30px;
  vertical-align: middle;
}

.main-header .checkout .basket-label {
  padding-left: 15px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  color: #6f6b6b;
  font-weight: 700;
  text-transform: uppercase;
}

.main-header .checkout .count {
  position: absolute;
  display: block;
  background: #215693;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  top: 26px;
  left: -8px;
  z-index: 2;
  color: #FFF;
  font-size: 12px;
}

div.snize-ac-results {
  margin-top: -14px !important;
}

#site-navigation {
  z-index: 5;
  width: 100%;
}

#site-navigation .navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100px;
}

.site-header-menu-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-header-menu-items .root {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
}

.site-header-menu-items .root > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #6f6b6b;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.5s border-bottom, 0.5s padding;
  -o-transition: 0.5s border-bottom, 0.5s padding;
  -moz-transition: 0.5s border-bottom, 0.5s padding;
  transition: 0.5s border-bottom, 0.5s padding;
  text-align: center;
}

.site-header-menu-items .root:hover .children-container,
.site-header-menu-items .root.on .children-container {
  display: block;
  opacity: 1;
  max-height: 700px;
}

.site-header-menu-items .root:hover > a,
.site-header-menu-items .root.on > a {
  padding-top: 3px;
  color: #215693;
  border-bottom: 3px solid #215693;
}

.site-header-menu-items .root .children-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  background-color: #f7f4f4;
  border-top: 1px solid #e0dcdc;
  opacity: 0;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-transition: 0.5s opacity, 0.5s max-height;
  -o-transition: 0.5s opacity, 0.5s max-height;
  -moz-transition: 0.5s opacity, 0.5s max-height;
  transition: 0.5s opacity, 0.5s max-height;
}

.site-header-menu-items .root .children-container .children-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0 55px 0;
}

.site-header-menu-items .root .children-container .children-content .children-root {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 0;
  width: 100%;
  list-style: none;
  margin: 0;
}

.site-header-menu-items .root .children-container .children-content .children-root .child-column {
  padding: 1em 2em;
  list-style: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  border-right: 1px solid #CCC;
}

.site-header-menu-items .root .children-container .children-content .children-root .child-column:nth-child(4n+4) {
  border-right: none;
}

.site-header-menu-items .root .children-container .children-content .children-root .child-column .child-title {
  display: block;
  padding-bottom: 18px;
  color: #232D33;
  font-size: 15px;
  -webkit-transition: 0.5s color;
  -o-transition: 0.5s color;
  -moz-transition: 0.5s color;
  transition: 0.5s color;
}

.site-header-menu-items .root .children-container .children-content .children-root .child-column .child-title[href]:hover {
  color: #215693;
}

.site-header-menu-items .root .children-container .children-content .children-root .child-column .child-links-container {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header-menu-items .root .children-container .children-content .children-root .child-column .child-links-container .child-link {
  padding: 7px 0;
  font-size: 15px;
}

.site-header-menu-items .root .children-container .children-content .children-root .child-column .child-links-container .child-link.title {
  color: #232D33;
  font-weight: 500;
  text-transform: capitalize;
}

.site-header-menu-items .root .children-container .children-content .children-root .child-column .child-links-container .child-link + .title {
  margin-top: 10px;
}

.site-header-menu-items .root .children-container .children-content .children-root .child-column .child-links-container .child-link a {
  display: block;
  font-weight: 400;
  color: #232D33;
  text-transform: none;
  -webkit-transition: 0.5s color;
  -o-transition: 0.5s color;
  -moz-transition: 0.5s color;
  transition: 0.5s color;
}

.site-header-menu-items .root .children-container .children-content .children-root .child-column .child-links-container .child-link a:hover {
  color: #215693;
  text-decoration: underline;
}

.site-header-menu-items .root .children-container .children-content .children-root .child-column .child-links-container .child-link.tailing_link a {
  color: #215693;
  font-weight: 500;
}

.site-header-menu-items .root .children-container .children-content .children-root .child-column .child-links-container .child-link.tailing_link a:hover {
  text-decoration: underline;
}

.site-header-menu-items .child-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: -2px;
}

.site-header-menu-items .child-logo-wrap .comfort-fit-logo {
  display: block;
  width: 79px;
  height: 27px;
  background: url("/wp-content/themes/woocommerce-theme/images/icons/comfort-fit.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  top: 3px;
}

.site-header-menu-items .child-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  max-width: 300px;
}

.site-header-menu-items .image-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 200px;
  padding: 0 30px;
  margin-left: 20px;
  text-align: center;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.site-header-menu-items .image-link .link-title {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 30px;
  text-transform: none;
  text-shadow: 0 0 20px black;
}

.site-header-menu-items .image-link .link-caption {
  line-height: 16px;
  text-shadow: 0 0 20px black;
}

.find-a-store-panel .panels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.find-a-store-panel .panel {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 660px;
}

.find-a-store-panel .panel .content {
  width: 100%;
  max-width: 720px;
}

.find-a-store-panel h3 {
  padding-bottom: 70px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.find-a-store-panel h3 .alt-text {
  padding-left: 15px;
  font-family: "playfair-display", helvetica, arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  font-size: 54px;
  line-height: 60px;
}

.find-a-store-panel .left-panel {
  padding: 0 20px;
  background-color: #215693;
}

.find-a-store-panel .left-panel .content {
  float: right;
  padding: 80px 15% 80px 0;
}

.find-a-store-panel .right-panel {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.find-a-store-panel .find-a-store-form {
  width: 100%;
}

.find-a-store-panel .location-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.find-a-store-panel .location {
  width: 70%;
  height: auto;
  min-height: 60px;
  padding: 5px 20px;
  font-size: 14px;
}

.find-a-store-panel .search-button {
  width: 30%;
  height: auto;
  min-width: 130px;
  padding: 19px 20px;
}

.find-a-store-panel .filters-container {
  padding-top: 20px;
}

.find-a-store-panel .filters-container .filter-title {
  cursor: pointer;
  margin: 0 0 20px 0;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.find-a-store-panel .filters-container .filter-title .arrow {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  margin-right: 15px;
  vertical-align: middle;
  background-color: #192738;
}

.find-a-store-panel .filters-container .filter-title .arrow:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/woocommerce-theme/images/icons/down-chevron-white.svg") no-repeat center center;
  background-size: 50%;
  -webkit-transition: 0.8s -webkit-transform;
  transition: 0.8s -webkit-transform;
  -o-transition: 0.8s transform;
  -moz-transition: 0.8s transform, 0.8s -moz-transform;
  transition: 0.8s transform;
  transition: 0.8s transform, 0.8s -webkit-transform, 0.8s -moz-transform;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.find-a-store-panel .filters-container .filter-title.on .arrow:before {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.find-a-store-panel .filters-container .filters {
  display: none;
}

.find-a-store-panel .filters-container .filters .checkbox {
  width: 100%;
}

.find-a-store-panel .filters-container .filters .checkbox label {
  color: #e0dcdc;
}

.find-a-store-panel .checkbox-holder {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.find-a-store-map .panels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.find-a-store-map .panel {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 660px;
}

.find-a-store-map .panel .content {
  width: 100%;
  max-width: 720px;
}

.find-a-store-map h3 {
  margin-bottom: 2em;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.find-a-store-map h3 .alt-text {
  padding-left: 15px;
  font-family: "playfair-display", helvetica, arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  font-size: 54px;
  line-height: 60px;
}

.find-a-store-map .disclaimer {
  font-size: 14px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  line-height: 1.6em;
  color: #94aac4;
  text-align: center;
  margin-bottom: 0;
}

.find-a-store-map .search-panel {
  padding: 3em 20px;
  background-color: #215693;
}

.find-a-store-map .search-panel .content {
  width: 100%;
  max-width: 600px;
  margin: 3em auto;
}

.find-a-store-map .right-panel {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.find-a-store-map .find-a-store-form {
  width: 100%;
}

.find-a-store-map .location-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.find-a-store-map .use-your-current-location {
  cursor: pointer;
  display: none;
  padding: 0 0 20px 0;
  text-align: center;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-weight: 500;
  color: #fff;
}

.find-a-store-map .use-your-current-location:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 20px;
  margin: 20px 0 0 -58px;
  background-image: url("/wp-content/themes/woocommerce-theme/images/icons/sat-nav-icon-grey.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.find-a-store-map .use-your-current-location .text {
  display: none;
  vertical-align: middle;
}

.find-a-store-map .location {
  width: 70%;
  height: auto;
  min-height: 60px;
  padding: 5px 20px;
  font-size: 14px;
}

.find-a-store-map .search-button {
  width: 30%;
  height: auto;
  min-width: 130px;
  padding: 19px 20px;
}

.find-a-store-map .filters-container {
  padding-top: 20px;
}

.find-a-store-map .filters-container .filter-title {
  cursor: pointer;
  margin: 0 0 20px 0;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.find-a-store-map .filters-container .filter-title .arrow {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  margin-right: 15px;
  vertical-align: middle;
  background-color: #192738;
}

.find-a-store-map .filters-container .filter-title .arrow:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/woocommerce-theme/images/icons/down-chevron-white.svg") no-repeat center center;
  background-size: 50%;
  -webkit-transition: 0.8s -webkit-transform;
  transition: 0.8s -webkit-transform;
  -o-transition: 0.8s transform;
  -moz-transition: 0.8s transform, 0.8s -moz-transform;
  transition: 0.8s transform;
  transition: 0.8s transform, 0.8s -webkit-transform, 0.8s -moz-transform;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.find-a-store-map .filters-container .filter-title.on .arrow:before {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.find-a-store-map .filters-container .filters {
  display: none;
}

.find-a-store-map .filters-container .filters .checkbox {
  width: 100%;
}

.find-a-store-map .filters-container .filters .checkbox label {
  color: #e0dcdc;
}

.find-a-store-map .checkbox-holder {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.find-a-store-map .toggle-tabs {
  display: none;
  width: 100%;
  border-bottom: 1px solid #dfdada;
}

.find-a-store-map .toggle-tabs .tab {
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 16px 20px;
  background-color: #f7f4f4;
  color: #6f6b6b;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.4s background-color;
  -o-transition: 0.4s background-color;
  -moz-transition: 0.4s background-color;
  transition: 0.4s background-color;
}

.find-a-store-map .toggle-tabs .tab.on {
  background-color: #fff;
}

.find-a-store-map .toggle-tabs .tab + .tab {
  border-left: 1px solid #dfdada;
}

.find-a-store-map .toggle-tabs .tab .text {
  display: inline-block;
  vertical-align: middle;
}

.find-a-store-map .toggle-tabs .tab.list-view:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url("/wp-content/themes/woocommerce-theme/images/icons/list-view.svg");
  width: 22px;
  height: 15px;
}

.find-a-store-map .toggle-tabs .tab.map-view:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url("/wp-content/themes/woocommerce-theme/images/icons/map-view.svg");
  width: 14px;
  height: 20px;
}

.find-a-store-map .store-locator-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 1000px;
  max-height: 100vh;
}

.find-a-store-map .store-locator-container .stockists-list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  min-width: 500px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.find-a-store-map .store-locator-container .stockists-list {
  height: 100%;
  width: 500px;
  margin: 0;
  padding: 0 30px;
  overflow: auto;
  list-style-type: none;
}

.find-a-store-map .store-locator-container .google-map-container {
  width: 63%;
}

.find-a-store-map .store-locator-container .cluster > div {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif !important;
  font-size: 13px !important;
  width: 44px !important;
  line-height: 45px !important;
  color: #215693 !important;
  font-weight: 700 !important;
}

.find-a-store-map .stockist {
  padding: 30px 0 0 0;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  color: #2f383d;
  border-bottom: 5px solid #f5f2f2;
}

.find-a-store-map .stockist .heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.find-a-store-map .stockist .heading h5 {
  margin: 0 0 12px 0;
  font-size: 21px;
  font-weight: 700;
}

.find-a-store-map .stockist .heading .premier-retailer span {
  padding: 8px 15px;
  font-size: 10px;
  font-weight: 700;
  background-color: #69828d;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
  letter-spacing: 1px;
}

.find-a-store-map .stockist .address-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0dcdc;
}

.find-a-store-map .stockist .address-container .distance.visible {
  margin-right: 0.8em;
}

.find-a-store-map .stockist .address-container .distance.visible::before {
  content: "";
  display: inline-block;
  background: url("/wp-content/themes/woocommerce-theme/images/icons/map-pin.svg") no-repeat;
  width: 15px;
  height: 15px;
  margin-right: 0.2em;
  position: relative;
  top: 1px;
  background-size: contain;
}

.find-a-store-map .stockist .additional-info {
  padding: 20px 0;
  border-bottom: 1px solid #e0dcdc;
}

.find-a-store-map .stockist .stockist-of .speciality {
  display: inline-block;
  margin-right: 4px;
}

.find-a-store-map .stockist .stockist-flags {
  margin: 1em 0;
}

.find-a-store-map .stockist .stockist-flags img {
  width: 40px;
  height: auto;
  display: inline-block;
  margin: 0.5em 0.2em;
}

.find-a-store-map .stockist .stockist-flags img:first-of-type {
  margin-left: 0;
}

.find-a-store-map .stockist .stockist-flags img:last-of-type {
  margin-right: 0;
}

.find-a-store-map .stockist .special-features {
  margin-top: 10px;
}

.find-a-store-map .stockist .special-features .special-feature {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

.find-a-store-map .stockist .contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
}

.find-a-store-map .stockist .contact-info .telephone::before {
  display: inline-block;
  content: "";
  background: url("/wp-content/themes/woocommerce-theme/images/icons/phone-dark.svg") no-repeat;
  width: 10px;
  height: 13px;
  background-size: contain;
  margin-right: 0.2em;
}

.find-a-store-map .stockist .contact-info a {
  border-bottom: 1px solid #fff;
}

.find-a-store-map .stockist .contact-info a:hover {
  border-color: #215693;
}

.find-a-store-map .stockist .address .toggle-address {
  display: block;
  cursor: pointer;
  margin-bottom: 6px;
  color: #215693;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}

.find-a-store-map .stockist .address .toggle-address span {
  border-bottom: 1px solid;
}

.find-a-store-map .stockist .address .address-expand {
  display: none;
  text-align: left;
  margin-top: 1em;
}

.find-a-store-map .stockist .address .address-expand p {
  margin: 0;
}

.find-a-store-map .google-map-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.find-a-store-map #google-map {
  width: 100%;
  height: 100%;
}

.find-a-store-map #directions-panel {
  width: 40%;
  height: 100%;
  overflow: auto;
}

.find-a-stockist-panel {
  margin: 30px 0;
  padding: 60px 60px 35px 60px;
  background-color: #f5f2f2;
}

.find-a-stockist-panel form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.find-a-stockist-panel input[type="text"] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.find-a-stockist-panel input[type="text"]:focus {
  background-color: #fff;
}

.find-a-stockist-panel button {
  min-width: 160px;
  background-color: #215693;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.find-a-stockist-panel button:hover {
  background-color: #192738;
  text-decoration: none;
}

.find-a-stockist-panel .small-text {
  font-size: 12px;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  color: #6f6b6b;
}

.related.products {
  padding: 0;
  float: left;
  width: 100%;
}

.related.products > h2:first-child {
  margin: 0 0 2em;
  text-align: center;
  font-size: 18px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.related.products .content-product .woocommerce-loop-product__title {
  font-weight: 500;
}

.related.products .content-product .woocommerce-loop-product__title,
.related.products .content-product .price {
  font-weight: 500;
}

#mailing-list {
  padding: 100px 0 70px 0;
  background-color: #215693;
  background-image: url("/wp-content/themes/woocommerce-theme//images/hills-background.png");
  background-position: 20% bottom;
  background-repeat: repeat-x;
}

#mailing-list .mailing-list-form {
  text-align: center;
}

#mailing-list .mailing-list-form form {
  position: relative;
  max-width: 350px;
  margin: 25px auto;
}

#mailing-list .mailing-list-form h3 {
  padding-bottom: 8px;
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  text-transform: lowercase;
}

#mailing-list .mailing-list-form .email-input {
  width: 100%;
  height: auto;
  min-height: 60px;
  padding: 3px 60px 3px 25px;
  font-size: 14px;
}

#mailing-list .mailing-list-form .submit-email-button {
  position: absolute;
  right: 0;
  height: 100%;
  padding: 0 28px;
  background-color: transparent;
  background-image: url("/wp-content/themes/woocommerce-theme/images/icons/right-chevron.svg");
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
}

#mailing-list .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#mailing-list .mailing-list-form,
#mailing-list .sm-icons {
  float: left;
}

#mailing-list .sm-icons {
  margin: 0 0 0 2em;
  padding: 0;
  list-style: none;
}

.note {
  max-width: 380px;
  margin: 0 auto;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  color: #e0dcdc;
  font-weight: 400;
}

.note a {
  color: #699bd4;
  border-bottom: 1px solid #699bd4;
  -webkit-transition: 0.5s border-color, 0.5s color;
  -o-transition: 0.5s border-color, 0.5s color;
  -moz-transition: 0.5s border-color, 0.5s color;
  transition: 0.5s border-color, 0.5s color;
}

.note a:hover {
  color: #fff;
  border-color: #fff;
}

#mailing-list li {
  float: left;
  margin-right: 50px;
}

#mailing-list li:last-child {
  margin-right: 0;
}

#mailing-list li a {
  display: block;
  width: 35px;
  height: 35px;
  text-indent: -999em;
}

#mailing-list li.fb a {
  background: url("/wp-content/themes/woocommerce-theme//images/icons/white-fb.svg") no-repeat center;
  background-size: contain;
}

#mailing-list li.inst a {
  background: url("/wp-content/themes/woocommerce-theme//images/icons/white-insta.svg") no-repeat center;
  background-size: contain;
}

#mailing-list li.yt a {
  background: url("/wp-content/themes/woocommerce-theme//images/icons/white-yt.svg") no-repeat center;
  background-size: contain;
}

#mailing-list li.pin a {
  background: url("/wp-content/themes/woocommerce-theme//images/icons/white-pin.svg") no-repeat center;
  background-size: contain;
}

#mailing-list li.twit a {
  background: url("/wp-content/themes/woocommerce-theme//images/icons/white-tw.svg") no-repeat center;
  background-size: contain;
}

#mailing-list li.link a {
  background: url("/wp-content/themes/woocommerce-theme//images/icons/white-link.svg") no-repeat center;
  background-size: contain;
}

#mailing-list li a:hover {
  opacity: .7;
}

#benefits {
  padding: 1.875em 0;
  background: #FFF;
}

#benefits .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#benefits .benefit {
  width: auto;
  padding: 5px 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#benefits .benefit:hover {
  border-color: #215693;
}

#benefits .icon {
  width: 40px;
  height: 45px;
  margin-right: 15px;
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: center;
}

#benefits .text {
  width: auto;
  height: 45px;
  display: block;
  font-size: 1.25em;
  text-transform: uppercase;
}

#benefits h5 {
  line-height: 45px;
  margin: 0;
  color: #215693;
  font-weight: 400;
  font-size: .85em;
}

@-webkit-keyframes fadeInGrid {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeInGrid {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInGrid {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.grid-tiles {
  margin: 85px -30px 85px -15px;
  -webkit-transition: 0.5s opacity;
  -o-transition: 0.5s opacity;
  -moz-transition: 0.5s opacity;
  transition: 0.5s opacity;
  opacity: 0;
}

.grid-tiles.masonry-active {
  opacity: 1;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}

.grid-tiles.no-js-fallback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto !important;
  opacity: 0;
  -webkit-animation: 0.6s 2s fadeInGrid;
  -moz-animation: 0.6s 2s fadeInGrid;
  animation: 0.6s 2s fadeInGrid;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.grid-tiles.no-js-fallback .grid-item {
  width: 50% !important;
  height: 400px !important;
}

.grid-tiles.no-js-fallback .grid-sizer {
  display: none;
}

.grid-tiles .grid-item {
  padding: 15px;
}

.grid-tiles .grid-content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 110px 30px 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

.grid-tiles .grid-content:hover {
  background-position: 48% 48%;
}

.grid-tiles .grid-content:hover .title {
  background-color: #215693;
}

.grid-tiles .grid-content .title {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 15px 24px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  text-align: right;
  background-color: #272b31;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.grid-tiles .grid-content .caption {
  z-index: 1;
  position: relative;
  padding-bottom: 40px;
  color: #fff;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.grid-tiles .grid-content .citation {
  z-index: 1;
  position: relative;
  color: #fff;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.grid-tiles .grid-content .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  background: -webkit-gradient(linear, left top, left bottom, from(#235895), to(rgba(35, 88, 149, 0)));
  background: -moz- oldlinear-gradient(top, #235895 0%, rgba(35, 88, 149, 0) 100%);
  background: -o-linear-gradient(top, #235895 0%, rgba(35, 88, 149, 0) 100%);
  background: linear-gradient(180deg, #235895 0%, rgba(35, 88, 149, 0) 100%);
}



.zoo-cw-attr-row > div.label {
  display: none;
}

.zoo-cw-variations {
  margin: 0 !important;
  padding: 0;
}

.zoo-cw-option-display-size-1 {
  width: 23px;
  height: 23px;
}

.zoo-cw-attribute-option {
  margin-right: 10px;
  padding: 8px 15px;
  background-color: #fff;
  border: 1px solid #e0dcdc;
  border-radius: 2px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 13px;
  color: #6f6b6b;
  font-weight: 500;
  -webkit-transition: 0.5s border-color;
  -o-transition: 0.5s border-color;
  -moz-transition: 0.5s border-color;
  transition: 0.5s border-color;
}

.zoo-cw-attribute-option.zoo-cw-active {
  background-color: #f5f2f2;
}

.zoo-cw-attribute-option:hover {
  border-color: #c9b8b8;
}

.zoo-cw-attribute-option:after {
  content: attr(data-attribute-name);
  display: inline-block;
  padding-left: 7px;
}

.zoo-cw-attribute-option .zoo-cw-attr-item {
  border: none;
}

.product-page-banner {
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  background-color: #f9f6f6;
}

.product-page-banner .left-content,
.product-page-banner .right-content {
  width: 50%;
}

.product-page-banner .text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product-page-banner .text {
  width: 720px;
  max-width: 93%;
  padding: 60px 100px 60px 0;
  color: #6f6b6b;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.01em;
}

.product-page-banner .text h4 {
  margin: 0 0 20px 0;
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-size: 36px;
  color: #232d33;
  font-style: italic;
}

.product-page-banner .text a {
  color: #215693;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #215693;
  -webkit-transition: 0.4s color, 0.4s border-color;
  -o-transition: 0.4s color, 0.4s border-color;
  -moz-transition: 0.4s color, 0.4s border-color;
  transition: 0.4s color, 0.4s border-color;
}

.product-page-banner .text a:hover {
  color: #16477f;
  border-color: transparent;
}

.product-page-banner .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.product-page-banner.right .text {
  padding: 60px 0 60px 60px;
}

.product-page-banner.right .text-holder {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-page-banner.right .left-content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.product-page-banner.right .right-content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.inline-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.inline-banner > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 90%;
}

.inline-banner .text-container {
  z-index: 1;
  position: relative;
  width: 780px;
  max-width: 100%;
  padding: 80px 40px;
  text-align: center;
}

.inline-banner .title {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.inline-banner .subtitle {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 18px;
  color: #fff;
}

.inline-banner .button {
  margin-top: 40px;
  background-color: #215693;
  border: 2px solid #fff;
  border-radius: 2px;
}

.inline-banner .button:hover {
  text-decoration: none;
}

.text-area {
  padding: 70px 0;
  background: #fff;
}

.text-area > .container {
  max-width: 1000px;
}

.text-area .title {
  margin-bottom: 40px;
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-size: 36px;
  font-style: italic;
  text-align: center;
}

.text-area .text-container {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #6f6b6b;
}

.text-area .buttons {
  margin-top: 60px;
  text-align: center;
}

.text-area .button {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #215693;
  color: #215693;
  border-radius: 3px;
  font-size: 14px;
}

.text-area .button:hover {
  text-decoration: none;
}

.half-width-text {
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  background-color: #f9f6f6;
}

.half-width-text.right .text {
  padding: 6em 0 6em 5em;
}

.half-width-text.right .text-holder {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.half-width-text.right .left-content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.half-width-text.right .right-content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.half-width-text .left-content,
.half-width-text .right-content {
  width: 50%;
}

.half-width-text .text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.half-width-text .text {
  width: 720px;
  max-width: 93%;
  padding: 6em 5em 6em 0;
  color: #6f6b6b;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.01em;
}

.half-width-text .text h4 {
  margin: 0 0 20px 0;
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-size: 36px;
  color: #232d33;
  font-style: italic;
}

.half-width-text .text p {
  margin: 1.5em 0;
}

.half-width-text .text p a {
  color: #215693;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #215693;
  -webkit-transition: 0.4s color, 0.4s border-color;
  -o-transition: 0.4s color, 0.4s border-color;
  -moz-transition: 0.4s color, 0.4s border-color;
  transition: 0.4s color, 0.4s border-color;
}

.half-width-text .text p a:hover {
  color: #16477f;
  border-color: transparent;
}

.half-width-text .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.half-width-text .button {
  margin: 20px 0;
  padding: 6px 30px;
  font-size: 14px;
  background-color: transparent;
  border: 2px solid #215693;
  border-bottom: 2px solid #215693;
  border-radius: 3px;
  color: #215693;
}

.half-width-text .button:hover,
.half-width-text .button:active {
  background-color: #215693;
  text-decoration: none;
  color: #fff;
}

.bullet-list {
  padding: 90px 0 40px 0;
  background: #fff;
}

.bullet-list.grey-background {
  background-color: #f9f6f6;
}

.bullet-list > .container {
  max-width: 900px;
}

.bullet-list .title {
  margin-bottom: 40px;
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-size: 36px;
  font-style: italic;
  text-align: center;
}

.bullet-list .bullets-container {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #6f6b6b;
}

.bullet-list .bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  font-size: 18px;
  color: #6f6b6b;
}

.bullet-list .bullet .text {
  padding-left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.bullet-list .bullet .text .bullet-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  margin-right: 2em;
}

.bullet-list .bullet .text .bullet-image img {
  max-width: 100%;
}

.bullet-list .bullet .button {
  margin-top: 10px;
  font-size: 15px;
}

.bullet-list .bullets {
  list-style: none;
  padding: 0;
}

.bullet-list .bullets.numbered .bullet:before {
  content: attr(data-number);
  display: block;
  min-width: 45px;
  height: 45px;
  margin-top: -5px;
  padding: 5px 0 0 1px;
  text-align: center;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
}

.bullet-list .bullets.plain .bullet:before {
  content: "";
  display: block;
  min-width: 15px;
  height: 15px;
  margin: 7px 30px 0 0;
  background-color: #215693;
  border-radius: 50%;
}

.bullet-list .bullets.checkmark .bullet:before {
  content: "";
  display: block;
  min-width: 30px;
  height: 24px;
  margin: 3px 10px 0 5px;
  background: url("/wp-content/themes/woocommerce-theme/images/icons/tick.svg") no-repeat;
  background-size: 30px 23px;
}

.bullet-list .bullet-title {
  font-size: 21px;
  font-weight: 700;
  color: #232d33;
}

.bullet-list .buttons {
  margin-top: 60px;
  text-align: center;
}

.bullet-list .button {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #215693;
  color: #215693;
  border-radius: 3px;
}

.bullet-list .button:hover {
  text-decoration: none;
}

.cta-tiles {
  padding: 90px 0;
}

.cta-tiles .tiles-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
}

.cta-tiles .tile {
  margin: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.cta-tiles .image {
  height: 220px;
  background-size: cover;
  background-position: center center;
}

.cta-tiles .text {
  padding: 45px 45px 50px 45px;
}

.cta-tiles .title {
  margin-bottom: 25px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #2f383d;
}

.cta-tiles .info {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 35px;
  color: #6f6b6b;
}

.cta-tiles .buttons {
  display: block;
  margin: 40px 0 0 0;
}

.cta-tiles .button {
  padding: 10px 20px;
  font-size: 13px;
  background-color: transparent;
  border: 2px solid #215693;
  color: #215693;
  border-radius: 2px;
}

.cta-tiles .button:hover,
.cta-tiles .button:active {
  background-color: #215693;
  text-decoration: none;
}

.inline-gallery {
  padding: 90px 0 100px 0;
}

.inline-gallery .text-container {
  padding: 0 0 60px 0;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 18px;
  text-align: center;
  color: #6f6b6b;
}

.inline-gallery .title {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2f383d;
}

.inline-gallery .gallery-image {
  margin: 10px;
}

.inline-gallery .gallery-image img {
  border-radius: 0;
}

.inline-gallery .psgal {
  margin: 0 auto;
}

.inline-gallery .photoswipe-gallery-caption {
  display: none;
}

.linked-products {
  padding: 100px 0;
  background-color: #fff;
  border-top: 1px solid #e0dcdc;
}

.product-page-banner + .linked-products {
  border-top: none;
}

.linked-products > .container {
  position: relative;
}

.linked-products .title {
  margin: 0 0 60px 0;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #232d33;
  text-transform: uppercase;
  text-align: center;
}

.linked-products ul.products {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
  padding: 0;
}

.linked-products ul.products li.product {
  width: 25%;
  text-align: center;
  margin: 0;
  padding: 0 10px 20px 10px;
}

.linked-products ul.products li.product .content-container {
  position: relative;
  background-color: #fff;
}

.linked-products ul.products li.product .prod-img {
  height: 250px;
  margin-bottom: 2em;
  position: relative;
  padding: 20px;
  text-align: center;
}

.linked-products ul.products li.product .prod-img img {
  margin: 0;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -moz-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}

.linked-products ul.products li.product img {
  margin: 0;
}

.linked-products ul.products li.product .title-price {
  padding: 0 20px 10px 20px;
}

.linked-products ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-weight: 500;
}

.linked-products ul.products li.product .price {
  margin-top: 15px;
  font-weight: 500;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
}

.linked-products ul.products li.product a.button {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0 15px;
  background-color: #215693;
  font-size: 40px;
  font-weight: 400;
  border-radius: 0;
  -webkit-transition: 0.5s background-color;
  -o-transition: 0.5s background-color;
  -moz-transition: 0.5s background-color;
  transition: 0.5s background-color;
}

.linked-products ul.products li.product a.button:hover {
  text-decoration: none;
  background-color: #699bd4;
}

.linked-products ul.products li.product a.button.add_to_cart_button {
  display: none;
  padding: 17px 15px;
}

.map-info-window {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-300px, -54%);
  -moz-transform: translate(-300px, -54%);
  -ms-transform: translate(-300px, -54%);
  transform: translate(-300px, -54%);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #fff;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 15px;
  width: 300px;
}

.map-info-window .content {
  padding: 20px;
}

.map-info-window .telephone {
  margin: 20px 0 0 0;
  font-weight: bold;
}

.map-info-window h3 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #2b2b2b;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.map-info-window .address > span {
  display: inline-block;
}

.map-info-window .imageHolder {
  width: 100%;
  max-height: 250px;
  overflow: hidden;
}

.map-info-window .imageHolder img {
  width: 100%;
}

.map-info-window .btn {
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  font-size: 25px;
  text-transform: uppercase;
  text-align: left;
}

.map-info-window .btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 32px;
  margin-right: 15px;
  background: url("/wp-content/themes/pods/img/emblem-white.svg") no-repeat;
}

.gm-style-iw-d {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 15px;
  width: 300px;
}

.gm-style-iw-d .content {
  padding: 20px;
}

.gm-style-iw-d .telephone {
  margin: 20px 0 0 0;
  font-weight: bold;
}

.gm-style-iw-d h3 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #2b2b2b;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.gm-style-iw-d .address > span {
  display: inline-block;
}

.gm-style-iw-d .imageHolder {
  width: 100%;
  max-height: 250px;
  overflow: hidden;
}

.gm-style-iw-d .imageHolder img {
  width: 100%;
}

.gm-style-iw-d .btn {
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  font-size: 25px;
  text-transform: uppercase;
  text-align: left;
}

.gm-style-iw-d .btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 32px;
  margin-right: 15px;
  background: url("/wp-content/themes/pods/img/emblem-white.svg") no-repeat;
}



.popup-tip-anchor {
  height: 0;
  position: absolute;
  
  width: 300px;
  margin-left: -50px;
}

.popup-tip-anchor:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 5px;
  width: 10px;
  height: 20px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="19.555"><path d="M0 19.555l10-9.777L0 0z" fill="%23fff"/></svg>') no-repeat;
  
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#remote-cart-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  -webkit-transition: 0.6s opacity;
  -o-transition: 0.6s opacity;
  -moz-transition: 0.6s opacity;
  transition: 0.6s opacity;
}

#remote-cart-iframe.show {
  opacity: 1;
}

.redirection-message {
  z-index: 2;
  position: fixed;
  width: 314px;
  top: 50%;
  left: 50%;
  margin-left: -157px;
  padding: 30px;
  font-size: 15px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

.site-wide-footer {
  background-color: #16477f;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
}

.site-wide-footer .links a {
  display: inline-block;
  margin: 8px 0;
  font-weight: 400;
}

.site-wide-footer .links a:hover {
  color: #215693;
  text-decoration: underline;
}

.site-wide-footer p {
  line-height: 1.5em;
}

.site-wide-footer h6 {
  color: #215693;
  margin: 0;
}

.site-wide-footer ul {
  padding: 0;
  list-style: none;
}

.site-wide-footer .small-text {
  font-size: 13px;
  color: #e0e0e0;
  text-align: center;
  max-width: 170px;
}

.site-wide-footer .site-logo,
.site-wide-footer .company-logo {
  max-width: 170px;
}

.site-wide-footer .site-logo {
  margin-bottom: 25px;
}

.site-wide-footer .company-logo {
  margin-bottom: 15px;
}

.site-wide-footer .footer-menu h6 {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  color: #699bd4;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.site-wide-footer .footer-menu ul {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
}

.site-wide-footer .footer-menu ul li {
  -webkit-transition: 0.4s opacity;
  -o-transition: 0.4s opacity;
  -moz-transition: 0.4s opacity;
  transition: 0.4s opacity;
  opacity: 1;
}

.site-wide-footer .footer-menu ul:hover li {
  opacity: 0.5;
}

.site-wide-footer .footer-menu ul:hover li:hover {
  opacity: 1;
}

.site-wide-footer .footer-menu ul a {
  color: #e0e0e0;
  -webkit-transition: 0.5s color, 0.5s border-color;
  -o-transition: 0.5s color, 0.5s border-color;
  -moz-transition: 0.5s color, 0.5s border-color;
  transition: 0.5s color, 0.5s border-color;
}

.site-wide-footer .footer-menu ul a:hover {
  color: #fafafa;
  text-decoration: none;
}

.site-wide-footer .info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  border-top: 1px solid #1a5395;
  border-bottom: 1px solid #1a5395;
}

.site-wide-footer .left-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.site-wide-footer .right-info {
  text-align: right;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
}

.site-wide-footer .right-info .contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.site-wide-footer .right-info .telephone {
  font-size: 26px;
  font-weight: 700;
}

.site-wide-footer .right-info .telephone .icon {
  display: inline-block;
  width: 14px;
  height: 18px;
  margin-right: 6px;
  background-image: url("/wp-content/themes/woocommerce-theme/images/icons/phone-dark.svg");
  background-size: contain;
}

.site-wide-footer .right-info .email {
  font-size: 18px;
  font-weight: 700;
}

.site-wide-footer .right-info a {
  color: #fff;
}

.site-wide-footer .right-info a:hover {
  color: #fff;
}

.site-wide-footer .social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 60px;
}

.site-wide-footer .social-media a {
  width: 30px;
  height: 30px;
  margin-left: 15px;
  background-position: center center;
  background-repeat: no-repeat;
}

.site-wide-footer .social-media a span {
  display: none;
}

.site-wide-footer .social-media .facebook {
  background-image: url("/wp-content/themes/woocommerce-theme/images/icons/facebook-white.svg");
}

.site-wide-footer .social-media .instagram {
  background-image: url("/wp-content/themes/woocommerce-theme/images/icons/instagram-white.svg");
}

.site-wide-footer .social-media .twitter {
  background-image: url("/wp-content/themes/woocommerce-theme/images/icons/twitter-white.svg");
}

.site-wide-footer .social-media .pinterest {
  background-image: url("/wp-content/themes/woocommerce-theme/images/icons/pinterest-white.svg");
}

.site-wide-footer .social-media .linkedin {
  background-image: url("/wp-content/themes/woocommerce-theme/images/icons/linkedin-white.svg");
}

.site-wide-footer .social-media .youtube {
  background-image: url("/wp-content/themes/woocommerce-theme/images/icons/youtube-white.svg");
}

.site-wide-footer .credit {
  padding: 15px 0;
  font-size: 0.875em;
}

.site-wide-footer .credit .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.site-wide-footer .credit a {
  color: #e0e0e0;
}

.site-wide-footer .credit a:hover {
  color: #fafafa;
}

.site-wide-footer .copyright-and-hosting {
  text-align: right;
}

.site-wide-footer .copyright {
  height: 50px;
  line-height: 65px;
  color: #FFF;
  margin: 0;
}

.site-wide-footer .designed-by {
  margin: 0 0 2em;
}

.site-wide-footer .designed-by,
.site-wide-footer .designed-by a {
  color: #4588d5;
}

.site-wide-footer .designed-by a:hover {
  text-decoration: none;
}

.site-wide-footer .terms-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

.site-wide-footer .terms-menu li {
  margin-right: 20px;
}



#cookie-message {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  margin: 0 auto;
  max-width: 98%;
  left: 0;
  right: 0;
  bottom: 15px;
  border-radius: 20px;
}

#cookie-message h2 {
  text-transform: uppercase;
  color: #16477f;
  margin: 0 0 0.2em;
  font-size: 24px;
  font-weight: 600;
}

#cookie-message p {
  font-size: 18px;
}

#cookie-message p a {
  position: relative;
}

#cookie-message p a:hover {
  border-bottom: 1px solid #215693;
}

#cookie-message .button {
  font-size: 16px;
  padding: 1em 1.5em;
  border-radius: 3px;
  letter-spacing: 0.07em;
}

.faqs #faq-search {
  background-color: #f5f2f2;
  padding: 2.5em 3em;
  border-radius: 2px;
  margin: 2em 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.faqs #faq-search form {
  margin-bottom: 0;
}

.faqs #faq-search form input[type="search"] {
  width: 75%;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  font-size: 1.1em;
  float: left;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
}

.faqs #faq-search form .button {
  text-align: center;
  width: 23%;
  margin-left: 2%;
  float: left;
  font-size: 1em;
  letter-spacing: 0.05em;
  background-color: #215693;
  color: #fff;
}

.faqs #faq-search form .button:hover {
  text-decoration: none;
  background-color: #16477f;
}

.faqs .tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
  top: 1px;
}

.faqs .tabs li {
  background: none;
  display: inline-block;
  padding: 0.9em 1.5em;
  cursor: pointer;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #033968;
  font-size: 0.9em;
}

.faqs .tabs li.current {
  border: 1px solid #e5eaef;
  border-bottom: 0;
  background-color: #fff;
}

.faqs .tab-content {
  display: none;
  border: 1px solid #e5eaef;
  padding: 2.5em 3em;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 1.1em;
  margin-bottom: 3em;
}

.faqs .tab-content.current {
  display: inherit;
}

.faqs .tab-content a {
  text-decoration: underline;
}

.faqs .faq-single h2 {
  font-size: 1em;
  font-size: 0.9em;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #f5f2f2;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #215693;
  font-weight: 600;
  cursor: pointer;
  display: block;
}

.faqs .faq-single h2 .expand {
  display: inline-block;
  float: right;
  color: #91bfea;
}

.faqs .faq-single h2 .expand::before {
  content: "+";
}

.faqs .faq-single h2 .expand.close::before {
  content: "-";
}

.faqs .faq-single:last-of-type {
  margin-bottom: 0;
}

.faqs .faq-single:last-of-type .faq-answer {
  margin-bottom: 0;
}

.faqs .faq-answer {
  margin-bottom: 3em;
  display: none;
}

.faqs .faq-answer p {
  margin-bottom: 0.8em;
  font-size: 1.1em;
  line-height: 1.8em;
}

.faqs .faq-answer p:last-of-type {
  margin-bottom: 0;
}

.faqs .faq-answer li {
  font-size: 0.9em;
  margin-bottom: 0.5em;
  line-height: 1.8em;
}

.faqs-results {
  border-top: 1px solid #f5f2f2;
  padding: 3em 0;
}

.faqs-results .tab-content {
  display: block;
}

.faqs-results .search-results-header {
  margin-bottom: 4em;
}

.faqs-results .search-results-header h3 {
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-style: oblique;
  font-size: 2em;
  letter-spacing: -0.01em;
  margin-bottom: 1em;
}

.faqs-results .search-results-header p {
  font-size: 1.2em;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
}

.contact-form {
  padding: 4em 0;
}

.contact-form .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-form .container > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-form .container > div + div {
  margin-left: 6%;
}

.contact-form .container a:hover {
  text-decoration: underline;
}

.contact-form .container h2 {
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-style: italic;
  font-size: 1.8em;
  margin: 0 0 1em;
}

.contact-form .container p {
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 1.1em;
}

.contact-form .container p a {
  font-weight: 500;
}

.contact-form .container .form-container label {
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.contact-form .container .form-container input:not([type="submit"]),
.contact-form .container .form-container textarea {
  width: 100%;
  border: 2px solid #e0dcdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 1.3em;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
}

.contact-form .container .form-container input:not([type="submit"]):focus,
.contact-form .container .form-container textarea:focus {
  border-color: #215693;
}

.contact-form .container .form-container input[type="submit"] {
  font-size: 0.8em;
  padding: 1.3em 1.8em;
}

.contact-form .container .contact-meta h3 {
  color: #215693;
  font-size: 2.4em;
  margin: 0 0 1em;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.contact-form .container .contact-meta h4 {
  text-transform: none;
  font-weight: 600;
  margin: 0 0 1em;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  font-size: 1.4em;
}

.contact-form .container .contact-meta h4 a {
  color: #215693;
}

.contact-form .container .contact-meta p {
  margin-bottom: 1.5em;
}

.contact-form .container .contact-meta p + h3,
.contact-form .container .contact-meta p + h4 {
  margin-top: -0.3em;
}

.contact-form .wpcf7-response-output {
  margin: 3em 0 1em;
  clear: both;
  font-family: "brandon-grotesque", helvetica, arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  padding: 1em 1.3em;
  border: 0;
  border-radius: 2px;
}

.contact-form .wpcf7-mail-sent-ok {
  background-color: #b1d6b0;
}

.contact-form .wpcf7-validation-errors {
  background-color: #fabebe;
}



.testimonials {
  padding: 100px 0;
}

.testimonials .owl-carousel.include-nav .owl-next {
  background-image: url(/wp-content/themes/woocommerce-theme/images/icons/next-blue.svg);
}

.testimonials .owl-carousel.include-nav .owl-prev {
  background-image: url(/wp-content/themes/woocommerce-theme/images/icons/prev-blue.svg);
}

.testimonials .introduction {
  width: 100%;
  text-align: center;
  margin: 0 0 1.5em;
}

.testimonials .introduction h2 {
  margin: 0;
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-size: 28px;
  font-style: italic;
  text-align: center;
  line-height: 1.3;
  color: #232d33;
}

.testimonials .introduction .intro p {
  margin: 0;
}

.testimonials .introduction .italic-text {
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-style: italic;
  font-size: 17px;
  margin-bottom: 0.2em;
}

.testimonials .testimonial-grid {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  margin: 0 auto;
  cursor: url(/images/icons/cursor.png), move;
}

.testimonials .testimonial-grid:active {
  cursor: url(/images/icons/cursor.png), move;
}

.testimonials .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials .testimonial-grid .single-article-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.testimonials .testimonial-grid .content-wrap {
  padding: 0 46px;
}

.testimonials .testimonial-grid p.comment {
  position: relative;
  z-index: 10;
  font-style: italic;
}

.testimonials .testimonial-grid .content-wrap .comment::before,
.testimonials .testimonial-grid .content-wrap .comment::after {
  font-size: 78px;
  font-family: "playfair-display", helvetica, arial, sans-serif;
  color: rgba(33, 86, 147, 0.5);
  position: absolute;
  z-index: 5;
  font-style: initial;
}

.testimonials .testimonial-grid .content-wrap .comment::before {
  content: '\201c';
  top: 20px;
  left: -46px;
}

.testimonials .testimonial-grid .content-wrap .comment::after {
  content: '\201d';
  bottom: -20px;
  right: -46px;
}

.testimonials .testimonial-grid p.name {
  display: inline-block;
  margin: 0.5em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #215693;
  font-family: "playfair-display", helvetica, arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.25em;
}

.testimonials .testimonial-grid p.role {
  margin: 0;
  line-height: 1.2em;
}

.testimonials .testimonial-grid.owl-carousel.include-nav .owl-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 1em;
}

.testimonials .testimonial-grid.owl-carousel.include-nav .owl-prev,
.testimonials .testimonial-grid.owl-carousel.include-nav .owl-next {
  position: relative;
  width: 28px;
  height: 30px;
  background-size: 28px auto;
}



@media (max-width: 1220px) {
  #category-page ul.products li.product,
  body.post-type-archive-product #product-page ul.products li.product {
    width: 50%;
  }

  #product-page .products.related ul.products li.product {
    width: 50%;
  }

  .content-product .more-info {
    padding: 10px 30px;
  }

  body.term-footwear.term-638 #category-page #primary ul.products li.product,
  body.term-mens.term-16 #category-page #primary ul.products li.product,
  body.term-womens.term-17 #category-page #primary ul.products li.product,
  body.term-kids.term-18 #category-page #primary ul.products li.product {
    width: 33.3%;
  }

  .news-feeds.full-width .container .blog-articles {
    padding-right: 0;
  }

  .news-feeds .container .blog-articles {
    padding-right: 3em;
  }

  .news-feeds .container .blog-meta {
    padding: 4em 3em;
  }

  .news-feeds .container .blog-meta .author {
    display: block;
  }

  .news-feeds .container .blog-meta .author .author-image {
    margin: 0 auto 1em;
  }

  .news-feeds .container .blog-meta .author .author-details {
    text-align: center;
    margin-bottom: 1em;
  }

  .featured-products h3 {
    padding: 0 60px;
    text-align: center;
  }

  .featured-products ul.products {
    position: static;
  }

  .featured-products ul.products li.product {
    width: 25%;
  }

  .featured-article-grid h3 {
    padding: 0 60px;
    text-align: center;
  }

  .featured-article-grid ul.products {
    position: static;
  }

  .featured-article-grid ul.products li.product {
    width: 25%;
  }

  .main-header .checkout {
    width: 56px;
    padding: 0 0 0 22px;
  }

  .main-header .checkout .basket-label {
    display: none;
  }

  .main-header .site-search {
    width: 80px;
    padding-right: 20px;
  }

  .site-header-menu-items .root .children-container .children-content .children-root .child-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .site-header-menu-items .root .children-container .children-content .children-root .child-column:nth-child(4n+4) {
    border-right: 1px solid #CCC;
  }

  .site-header-menu-items .root .children-container .children-content .children-root .child-column:nth-child(even) {
    border-right: none;
  }

  .site-header-menu-items .image-link {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 20px;
  }

  .cta-tiles .tiles-container {
    margin: 0 -10px;
  }

  .cta-tiles .tile {
    margin: 10px;
  }

  .cta-tiles .text {
    padding: 30px 30px 35px 30px;
  }

  .linked-products .title {
    padding: 0 60px;
  }

  .linked-products ul.products li.product {
    width: 25%;
  }
}

@media (max-width: 1200px) {
  .woocommerce-products-compare-content .scroll {
    display: block;
  }
}

@media (max-width: 1000px) {
  .news-feeds .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-feeds .container .blog-articles {
    padding: 3em 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .news-feeds .container .blog-meta {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .news-feeds .container .blog-meta h3 {
    margin-bottom: 2em;
  }

  .news-feeds .container .blog-meta .author {
    width: 33.3%;
    float: left;
  }

  .news-feeds .blog-article .entry-meta {
    width: 100%;
    padding: 0;
  }

  .news-feeds .blog-article .entry-meta .author-image {
    margin-bottom: -25px;
  }

  .news-feeds .blog-article .entry-content {
    width: 100%;
    padding: 2em 0;
    border-top: 3px solid #f7f5f5;
    margin-top: 2em;
  }

  .news-feeds .blog-article .entry-content .addthis_inline_share_toolbox_x1vc {
    position: static;
    text-align: center;
    margin-bottom: 2em;
  }

  .all-videos .container .video-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .banner .item h3 {
    font-size: 50px;
    line-height: 56px;
  }

  .banner .item h4 {
    font-size: 76px;
    line-height: 70px;
  }

  .banner .links {
    margin: 30px 30px 0 30px;
  }

  .banner .links a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 8px;
    padding: 10px 20px;
  }

  .featured-products ul.products li.product {
    width: 33%;
  }

  .featured-article-grid ul.products li.product {
    width: 33%;
  }

  .content-carousel ul.products li .carousel-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-carousel ul.products li .carousel-content-wrapper.image-right .image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .content-carousel ul.products li .carousel-content-wrapper .image {
    min-height: 300px;
  }

  .large-call-to-action-blocks .cta-block {
    text-align: center;
  }

  .large-call-to-action-blocks .cta-block .content-text {
    text-align: left;
  }

  .large-call-to-action-blocks .cta-block .link-text {
    display: inline-block;
  }

  .main-header .top-header-links p {
    display: none;
  }

  .site-header-menu-items .root {
    padding: 0 10px;
  }

  .find-a-store-panel .left-panel .content {
    padding: 80px 0;
  }

  .find-a-store-map .store-locator-container .stockists-list-container {
    width: 30%;
    min-width: 380px;
  }

  .find-a-stockist-panel {
    padding: 30px;
  }

  .grid-tiles {
    margin: 85px 0;
  }

  .grid-tiles .container {
    padding: 0;
  }

  .grid-tiles .grid-item {
    padding: 10px;
  }

  .linked-products ul.products li.product {
    width: 33%;
  }

  .site-wide-footer .info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-wide-footer .social-media {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .site-wide-footer .left-info,
  .site-wide-footer .right-info {
    width: 100%;
    margin: 0;
  }

  .site-wide-footer .right-info {
    text-align: left;
  }
}

@media only screen and (max-width: 959px) {
  .testimonials .container {
    display: block;
  }

  .testimonials .introduction {
    width: 100%;
    margin-bottom: 2em;
  }

  .testimonials .testimonial-grid {
    width: 100%;
  }
}

@media (max-width: 920px) {
  .contact-form .container > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .contact-form .container > div + div {
    margin-left: 0;
    margin-top: 3em;
  }
}

@media (max-width: 850px) {
  body.term-footwear.term-638 #category-page #primary ul.products li.product,
  body.term-mens.term-16 #category-page #primary ul.products li.product,
  body.term-womens.term-17 #category-page #primary ul.products li.product,
  body.term-kids.term-18 #category-page #primary ul.products li.product {
    width: 50%;
  }
}

@media (max-width: 769px) {
  .all-videos .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .all-videos .container .filters {
    width: 100%;
    padding: 3em 0;
    border: none;
  }

  .all-videos .container .video-wrapper {
    width: 100%;
    padding: 0 0 3em 0;
  }
}

@media (max-width: 767px) {
  body.menu-is-floating {
    overflow-y: hidden;
    max-height: 100vh;
  }

  .container {
    padding: 0 20px;
    min-width: 300px;
  }

  .notification-bar.desktop-view {
    display: none;
  }

  .notification-bar.mobile-view {
    display: block;
  }

  .notification-bar p {
    font-size: 14px;
    line-height: 18px;
  }

  .notification-bar img {
    max-height: 18px;
  }

  #category-page #primary,
  body.post-type-archive-product #product-page #primary {
    padding: 0;
  }

  #category-page > .container,
  body.post-type-archive-product #product-page > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  #category-page #sidebar-content-expand,
  body.post-type-archive-product #product-page #sidebar-content-expand {
    display: block;
  }

  #category-page #sidebar-content-wrap,
  body.post-type-archive-product #product-page #sidebar-content-wrap {
    display: none;
    padding: 30px 30px 0 30px;
    border-right: none;
    border-bottom: 1px solid #e0dcdc;
  }

  #category-page .woocommerce-info,
  body.post-type-archive-product #product-page .woocommerce-info {
    margin-left: 0;
  }

  body.archive.tax-product_cat > .container,
  body.post-type-archive-product > .container {
    padding: 0;
  }

  .my-account .col2-set#customer_login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .my-account .col2-set#customer_login .col-1,
  .my-account .col2-set#customer_login .col-2 {
    width: 100%;
  }

  .my-account .woocommerce-MyAccount-navigation {
    width: 100%;
    padding-right: 0;
  }

  .my-account .woocommerce-MyAccount-content {
    width: 100%;
  }

  .breadcrumbs {
    padding: 0;
    border-bottom: 0;
  }

  .breadcrumbs #breadcrumbs {
    display: none;
  }

  .breadcrumbs form.woocommerce-ordering {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    background-color: #f7f4f4;
    border-bottom: 1px solid #e0dcdc;
  }

  .breadcrumbs form.woocommerce-ordering:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 17px;
    left: 30px;
    width: 29px;
    height: 29px;
    background: url("/wp-content/themes/woocommerce-theme/images/icons/down-chevron-white.svg") no-repeat center center;
    background-size: 50%;
    background-color: #69828d;
    -webkit-transition: 0.8s -webkit-transform;
    transition: 0.8s -webkit-transform;
    -o-transition: 0.8s transform;
    -moz-transition: 0.8s transform, 0.8s -moz-transform;
    transition: 0.8s transform;
    transition: 0.8s transform, 0.8s -webkit-transform, 0.8s -moz-transform;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  .breadcrumbs .orderby {
    z-index: 2;
    position: relative;
    height: 63px;
    padding: 0 20px 0 73px;
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    text-align: center;
    font-family: "brandon-grotesque", helvetica, arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #6f6b6b;
  }

  .breadcrumbs .orderby option {
    padding: 0 20px 0 0;
    text-align: center;
  }

  .large-call-to-action-blocks .cta-block {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0 10px;
  }

  .large-call-to-action-blocks .cta-block img {
    width: 100%;
  }

  .mobile-burger-nav {
    display: block;
  }

  .main-header {
    z-index: 5;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 132px;
    -webkit-transition: 0.6s max-height;
    -o-transition: 0.6s max-height;
    -moz-transition: 0.6s max-height;
    transition: 0.6s max-height;
    overflow: hidden;
  }

  .main-header + * {
    padding-top: 132px;
  }

  .main-header.active {
    overflow: auto;
    max-height: 100vh;
  }

  .main-header.active .site-search {
    max-height: 50px;
    border-top: 1px solid #dfdada;
  }

  .main-header .top-header-links {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    border-bottom: 0;
  }

  .main-header .top-header-links > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .main-header .top-header-links .left-column {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 20px;
    background-color: #f7f4f4;
  }

  .main-header .top-header-links .right-column {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px;
  }

  .main-header .top-header-links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-header .top-header-links li {
    padding: 7px 0px;
  }

  .main-header > .container {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-header .checkout {
    width: 80px;
  }

  .main-header #logo {
    width: 150px;
    margin-left: 0;
  }

  .main-header .mobile-promo-caption {
    display: block;
  }

  .main-header .site-search {
    z-index: 2;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    top: 100%;
    width: 100%;
    max-height: 0px;
    height: 50px;
    padding-right: 0;
    background-color: #fff;
    border-right: none;
    overflow: hidden;
    -webkit-transition: 0.6s max-height;
    -o-transition: 0.6s max-height;
    -moz-transition: 0.6s max-height;
    transition: 0.6s max-height;
  }

  .main-header .site-search .widget_product_search input[type=search] {
    width: 100%;
    margin: 0;
    padding: 0 70px 0 20px;
    border: 0;
    font-size: 18px;
  }

  .main-header .site-search .widget_product_search button[type=submit] {
    top: 0;
    padding-right: 73px;
    background-size: 33%;
  }

  #wpadminbar {
    position: fixed;
  }

  #site-navigation {
    z-index: 1;
    position: relative;
    padding-top: 0px;
    -webkit-transition: 0.6s max-height, 0.6s padding;
    -o-transition: 0.6s max-height, 0.6s padding;
    -moz-transition: 0.6s max-height, 0.6s padding;
    transition: 0.6s max-height, 0.6s padding;
    background-color: #fff;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    overflow: hidden;
    background-color: #f7f4f4;
  }

  #site-navigation.active {
    border-top: 1px solid #e0dcdc;
    overflow: auto;
  }

  #site-navigation .navigation-container {
    height: auto;
  }

  .site-header-menu-items .root .children-container {
    position: relative;
    top: auto;
    background-color: #fff;
  }

  .site-header-menu-items {
    padding: 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: none;
  }

  .site-header-menu-items .root {
    position: relative;
    padding: 0;
    text-align: left;
  }

  .site-header-menu-items .root > a {
    padding: 10px 20px;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .site-header-menu-items .root:hover .children-container,
  .site-header-menu-items .root.on .children-container {
    max-height: 1400px;
  }

  .site-header-menu-items .root:hover > a,
  .site-header-menu-items .root.on > a {
    padding: 10px 20px;
    border-bottom: none;
  }

  .site-header-menu-items .root:hover .arrow:before,
  .site-header-menu-items .root.on .arrow:before {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  .site-header-menu-items .root .arrow {
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    margin-right: 15px;
    vertical-align: middle;
    background-color: #69828d;
  }

  .site-header-menu-items .root .arrow:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url("/wp-content/themes/woocommerce-theme/images/icons/down-chevron-white.svg") no-repeat center center;
    background-size: 50%;
    -webkit-transition: 0.8s -webkit-transform;
    transition: 0.8s -webkit-transform;
    -o-transition: 0.8s transform;
    -moz-transition: 0.8s transform, 0.8s -moz-transform;
    transition: 0.8s transform;
    transition: 0.8s transform, 0.8s -webkit-transform, 0.8s -moz-transform;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  .site-header-menu-items .root.find-a-stockist .arrow:before {
    background: url("/wp-content/themes/woocommerce-theme/images/icons/map-pin-small-white.svg") no-repeat center center;
    background-size: 38%;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  .site-header-menu-items .image-link {
    max-width: 85%;
  }

  .site-header-menu-items .child-column {
    padding: 0 7% 20px 0;
  }

  .site-header-menu-items .children-container {
    position: relative;
    top: auto;
    background-color: #fff;
  }

  .site-header-menu-items .children-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 0;
  }

  .site-header-menu-items .children-root {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-header-menu-items .child-images {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-page-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-page-banner .left-content,
  .product-page-banner .right-content {
    width: 100%;
    min-height: 300px;
  }

  .product-page-banner .text {
    padding: 60px 60px 60px 0;
  }

  .product-page-banner .text h4 {
    font-size: 30px;
  }

  .product-page-banner.right .text {
    padding: 60px 60px 60px 0;
  }

  .product-page-banner.right .text-holder {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .product-page-banner.right .left-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .product-page-banner.right .right-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .half-width-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .half-width-text .left-content,
  .half-width-text .right-content {
    width: 100%;
    min-height: 300px;
  }

  .half-width-text .text {
    padding: 60px 60px 60px 0;
  }

  .half-width-text .text h4 {
    font-size: 30px;
  }

  .half-width-text.right .text {
    padding: 60px 60px 60px 0;
  }

  .half-width-text.right .text-holder {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .half-width-text.right .left-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .half-width-text.right .right-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .cta-tiles .tiles-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #cookie-message {
    text-align: center;
  }

  #cookie-message .accept {
    margin-top: 2em;
    text-align: center;
  }

  .faqs .tabs li {
    width: 100%;
    display: block;
  }

  .faqs .tabs li.current {
    border: 0;
    color: #fff;
    background-color: #699bd4;
  }

  .faqs .tab-content {
    padding: 1.5em 2em;
  }

  .faqs #faq-search {
    padding: 2em;
  }

  .faqs #faq-search form input[type="search"] {
    width: 100%;
    margin-bottom: 1em;
  }

  .faqs #faq-search form .button {
    width: 100%;
    margin-left: 0;
    float: none;
    padding: 1em;
  }
}

@media (max-width: 766px) {
  .featured-products ul.products li.product {
    width: 50%;
  }

  .featured-article-grid ul.products li.product {
    width: 50%;
  }

  .find-a-store-panel .panel {
    min-height: auto;
  }

  .find-a-store-panel .filters-container {
    padding-top: 10px;
  }

  .find-a-store-panel .checkbox-holder {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .find-a-store-panel .left-panel .content {
    padding: 80px 0 40px 0;
  }

  .find-a-store-panel .right-panel {
    display: none;
  }

  .find-a-store-panel h3 {
    padding-bottom: 45px;
    text-align: center;
  }

  .find-a-store-panel h3 .alt-text {
    padding-top: 10px;
    display: block;
  }

  .find-a-store-panel .location-search {
    display: block;
    margin-bottom: 20px;
  }

  .find-a-store-panel .location {
    margin-bottom: 20px;
  }

  .find-a-store-panel .location,
  .find-a-store-panel .search-button {
    display: block;
    width: 100%;
  }

  .find-a-store-map .toggle-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .find-a-store-map .store-locator-container {
    max-height: -moz-calc(100vh - 54px);
    max-height: calc(100vh - 54px);
  }

  .find-a-store-map .store-locator-container .stockists-list-container {
    min-width: auto;
  }

  .find-a-store-map .store-locator-container .stockists-list-container,
  .find-a-store-map .store-locator-container .google-map-container {
    display: none;
    width: 100%;
  }

  .find-a-store-map .store-locator-container .stockists-list-container.on,
  .find-a-store-map .store-locator-container .google-map-container.on {
    display: block;
  }

  .find-a-store-map .store-locator-container .stockists-list {
    width: auto;
  }

  .find-a-store-map .right-panel {
    display: none;
  }

  .grid-tiles {
    height: auto !important;
  }

  .grid-tiles .grid-item {
    position: static !important;
    width: 100% !important;
    height: 360px !important;
  }

  .grid-tiles .grid-content .caption {
    max-height: 165px;
    overflow: hidden;
    font-size: 31px;
    line-height: 35px;
  }

  .linked-products ul.products li.product {
    width: 50%;
  }

  .site-wide-footer .logo-column {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .site-wide-footer .site-logo {
    margin: 0 auto 25px auto;
  }

  .site-wide-footer .company-logo {
    margin: 0 auto 15px auto;
  }

  .site-wide-footer .small-text {
    margin: 10px auto 30px auto;
  }

  .site-wide-footer .left-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-wide-footer .info-container {
    text-align: center;
  }

  .site-wide-footer .right-info {
    text-align: center;
  }

  .site-wide-footer .social-media {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .site-wide-footer .credit .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-wide-footer .terms-menu ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .site-wide-footer .copyright-and-hosting {
    text-align: center;
  }
}

@media (max-width: 650px) {
  .banner.homepage .owl-stage-outer,
  .banner.homepage .item,
  .banner.inline-slider-banner .owl-stage-outer,
  .banner.inline-slider-banner .item {
    min-height: 600px;
    height: -moz-calc(80vh - 132px);
    height: calc(80vh - 132px);
  }

  .content-carousel > .container {
    padding: 0 20px;
  }

  .content-carousel ul.products li .carousel-content-wrapper .content {
    padding: 2em;
  }

  .content-carousel ul.products .slick-arrow.slick-prev,
  .content-carousel ul.products .slick-arrow.slick-next {
    display: none !important;
  }
}

@media (max-width: 568px) {
  #category-page ul.products .content-container,
  body.post-type-archive-product #product-page ul.products .content-container {
    padding: 10px;
  }

  #product-page .products.related ul.products li.product {
    width: 100%;
  }

  body.single-product .breadcrumbs {
    display: none;
  }

  .news-feeds .container .blog-meta {
    padding: 3em 2em;
  }

  .news-feeds .container .blog-meta .author {
    width: 50%;
  }

  .news-feeds .container .blog-meta .author .author-image {
    max-width: 80%;
  }

  .title-with-watermark {
    font-size: 20px;
    line-height: 34px;
  }

  .banner.category,
  .banner.text {
    padding: 15px 0;
  }

  .banner.category h1,
  .banner.text h1 {
    font-size: 28px;
    text-align: left;
  }

  .banner.category .category-description,
  .banner.text .category-description {
    display: none;
  }

  .banner .item h3 {
    margin: 10px 0;
    font-size: 30px;
    line-height: 43px;
  }

  .banner .item h4 {
    font-size: 36px;
    line-height: 41px;
  }

  .banner .item .text-container {
    padding: 0;
  }

  .banner .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner .links a {
    min-width: 200px;
    padding: 12px 20px;
    margin-bottom: 20px;
  }

  .featured-products ul.products li.product {
    width: 100%;
  }

  .featured-article-grid ul.products li.product {
    width: 100%;
  }

  .site-header-menu-items .root .children-container .children-content .children-root .child-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-right: none;
  }

  .site-header-menu-items .root .children-container .children-content .children-root .child-column:nth-child(4n+4),
  .site-header-menu-items .root .children-container .children-content .children-root .child-column:nth-child(even) {
    border-right: none;
  }

  .find-a-store-map .location-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .find-a-store-map .use-your-current-location {
    position: relative;
  }

  .find-a-store-map .use-your-current-location:before {
    width: 16px;
    height: 16px;
    padding: 5px 0 0 10px;
    margin: 0 5px 0 0;
    background-image: url("/wp-content/themes/woocommerce-theme/images/icons/sat-nav-icon-white.svg");
  }

  .find-a-store-map .use-your-current-location .text {
    display: inline-block;
  }

  .find-a-store-map .search-panel .content {
    margin: 0;
  }

  .find-a-store-map .disclaimer br {
    display: none;
  }

  .find-a-store-map .location {
    margin-bottom: 20px;
  }

  .find-a-store-map .location,
  .find-a-store-map .search-button {
    width: 100%;
  }

  .find-a-store-map .checkbox-holder {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .find-a-stockist-panel form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bullet-list .bullet .text {
    padding-left: 15px;
  }

  .linked-products ul.products li.product {
    width: 100%;
  }

  .site-wide-footer .terms-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-wide-footer .terms-menu li {
    margin: 0 0 15px 0;
    text-align: center;
  }

  #cookie-message {
    padding: 3em;
  }

  #cookie-message .button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  body.term-footwear.term-638 #category-page #primary ul.products li.product,
  body.term-mens.term-16 #category-page #primary ul.products li.product,
  body.term-womens.term-17 #category-page #primary ul.products li.product,
  body.term-kids.term-18 #category-page #primary ul.products li.product {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .all-videos .container .video-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .news-feeds .container .blog-articles .blog-post-single {
    width: 100%;
    float: none;
    margin-bottom: 2.5em;
  }

  .news-feeds .container .blog-articles .blog-post-single:nth-child(even) {
    margin-left: 0;
  }
}

@media (max-width: 450px) {
  .banner .item {
    padding: 0 60px;
  }

  .banner .owl-carousel.include-nav .owl-nav .owl-prev {
    left: 10px;
  }

  .banner .owl-carousel.include-nav .owl-nav .owl-next {
    right: 10px;
  }

  .featured-article-grid ul.products .slick-arrow.slick-prev,
  .featured-article-grid ul.products .slick-arrow.slick-next {
    display: none !important;
  }
}

@media (max-width: 400px) {
  #category-page ul.products li.product,
  body.post-type-archive-product #product-page ul.products li.product {
    width: 100%;
  }
}

@media (max-width: 340px) {
  .find-a-store-panel .filters-container {
    padding-top: 10px;
  }

  .find-a-store-panel .checkbox-holder {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
  }

  .find-a-store-map .checkbox-holder {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
  }
}