/*
Theme Name: Patrick Power Design
URI:  patrickpower.design
Author: Patrick Power
Author URI: https://patrickpower.design
Version: 1
*/
/* Mixins */
/* Usage: @include phone { css here } */
.col-fifth {
  -webkit-box-flex: 0 0 20%;
  -moz-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .col-sm-fifth {
    -webkit-box-flex: 0 0 20%;
    -moz-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 768px) {
  .col-md-fifth {
    -webkit-box-flex: 0 0 20%;
    -moz-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 991px) {
  .col-lg-fifth {
    -webkit-box-flex: 0 0 20%;
    -moz-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; } }

.fade {
  opacity: 0;
  transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 2s; }
  .fade.in {
    opacity: 1; }
  .fade.wait {
    transition-delay: 0.25s; }

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 769px) {
  .hidden-xs-up {
    display: none !important; } }

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

.d-flex,
.d-sm-flex,
.d-md-flex,
.d-lg-flex,
.d-xl-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-wrap,
.flex-sm-wrap,
.flex-md-wrap,
.flex-lg-wrap,
.flex-xl-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center,
.justify-content-sm-center,
.justify-content-md-center,
.justify-content-lg-center,
.justify-content-xl-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.justify-content-between,
.justify-content-sm-between,
.justify-content-md-between,
.justify-content-lg-between,
.justify-content-xl-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.justify-content-start,
.justify-content-sm-start,
.justify-content-md-start,
.justify-content-lg-start,
.justify-content-xl-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }

.justify-content-end,
.justify-content-sm-end,
.justify-content-md-end,
.justify-content-lg-end,
.justify-content-xl-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }

.align-items-center,
.align-items-sm-center,
.align-items-md-center,
.align-items-lg-center,
.align-items-xl-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.align-items-start,
.align-items-sm-start,
.align-items-md-start,
.align-items-lg-start,
.align-items-xl-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }

.align-items-end,
.align-items-sm-end,
.align-items-md-end,
.align-items-lg-end,
.align-items-xl-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end; }

.flex-column,
.flex-sm-column,
.flex-md-column,
.flex-lg-column,
.flex-xl-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-row,
.flex-sm-row,
.flex-md-row,
.flex-lg-row,
.flex-xl-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.col-1 {
  -webkit-box-flex: 0 0 8.333333%;
  -moz-box-flex: 0 0 8.333333%;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%; }

.col-2 {
  -webkit-box-flex: 0 0 16.666667%;
  -moz-box-flex: 0 0 16.666667%;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%; }

.col-3 {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%; }

.col-4 {
  -webkit-box-flex: 0 0 33.333333%;
  -moz-box-flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%; }

.col-5 {
  -webkit-box-flex: 0 0 41.666667%;
  -moz-box-flex: 0 0 41.666667%;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%; }

.col-6 {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.col-7 {
  -webkit-box-flex: 0 0 58.333333%;
  -moz-box-flex: 0 0 58.333333%;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%; }

.col-8 {
  -webkit-box-flex: 0 0 66.666667%;
  -moz-box-flex: 0 0 66.666667%;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%; }

.col-9 {
  -webkit-box-flex: 0 0 75%;
  -moz-box-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%; }

.col-10 {
  -webkit-box-flex: 0 0 83.333333%;
  -moz-box-flex: 0 0 83.333333%;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%; }

.col-11 {
  -webkit-box-flex: 0 0 91.666667%;
  -moz-box-flex: 0 0 91.666667%;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%; }

.col-12 {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0 0 8.333333%;
    -moz-box-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0 0 16.666667%;
    -moz-box-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%; }

  .col-sm-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0 0 33.333333%;
    -moz-box-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%; }

  .col-sm-5 {
    -webkit-box-flex: 0 0 41.666667%;
    -moz-box-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%; }

  .col-sm-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0 0 58.333333%;
    -moz-box-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%; }

  .col-sm-8 {
    -webkit-box-flex: 0 0 66.666667%;
    -moz-box-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%; }

  .col-sm-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0 0 83.333333%;
    -moz-box-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%; }

  .col-sm-11 {
    -webkit-box-flex: 0 0 91.666667%;
    -moz-box-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%; }

  .col-sm-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0 0 8.333333%;
    -moz-box-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0 0 16.666667%;
    -moz-box-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%; }

  .col-md-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }

  .col-md-4 {
    -webkit-box-flex: 0 0 33.333333%;
    -moz-box-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%; }

  .col-md-5 {
    -webkit-box-flex: 0 0 41.666667%;
    -moz-box-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%; }

  .col-md-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

  .col-md-7 {
    -webkit-box-flex: 0 0 58.333333%;
    -moz-box-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%; }

  .col-md-8 {
    -webkit-box-flex: 0 0 66.666667%;
    -moz-box-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%; }

  .col-md-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }

  .col-md-10 {
    -webkit-box-flex: 0 0 83.333333%;
    -moz-box-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%; }

  .col-md-11 {
    -webkit-box-flex: 0 0 91.666667%;
    -moz-box-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%; }

  .col-md-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0 0 8.333333%;
    -moz-box-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0 0 16.666667%;
    -moz-box-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0 0 33.333333%;
    -moz-box-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0 0 41.666667%;
    -moz-box-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0 0 58.333333%;
    -moz-box-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0 0 66.666667%;
    -moz-box-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0 0 83.333333%;
    -moz-box-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0 0 91.666667%;
    -moz-box-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0 0 8.333333%;
    -moz-box-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0 0 16.666667%;
    -moz-box-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%; }

  .col-xl-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0 0 33.333333%;
    -moz-box-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%; }

  .col-xl-5 {
    -webkit-box-flex: 0 0 41.666667%;
    -moz-box-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%; }

  .col-xl-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0 0 58.333333%;
    -moz-box-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%; }

  .col-xl-8 {
    -webkit-box-flex: 0 0 66.666667%;
    -moz-box-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%; }

  .col-xl-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0 0 83.333333%;
    -moz-box-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%; }

  .col-xl-11 {
    -webkit-box-flex: 0 0 91.666667%;
    -moz-box-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%; }

  .col-xl-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
html, body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  background-color: #fffffd;
  color: #222;
  font-family: "Lato",sans-serif; }

body {
  overflow-x: hidden; }
  @media (max-width: 991px) {
    body.freeze {
      overflow: hidden;
      height: 100vh; } }

:root {
  --gutter: 15px;
  --headerHeight: 80px; }
  @media screen and (min-width: 576px) {
    :root {
      --gutter: calc((100vw - 540px) / 2) ; } }
  @media (min-width: 769px) {
    :root {
      --gutter: calc((100vw - 720px) / 2); } }
  @media (min-width: 992px) {
    :root {
      --gutter: calc((100vw - 960px) / 2); } }
  @media (min-width: 1200px) {
    :root {
      --gutter: calc((100vw - 1140px) / 2); } }

/* Colours */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
.nocturno {
  font-family: "Nocturno Book", "Lato",sans-serif; }

.btn, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  border-radius: 0px;
  padding: .5rem 1.25rem;
  letter-spacing: 1px; }

.btn-primary, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #192168;
  border-color: #192168;
  color: #e29b0a;
  text-transform: capitalize; }
  .btn-primary:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    color: #e29b0a;
    background-color: #232e91; }
  .btn-primary:not(:disabled):not(.disabled):active, .woocommerce #respond input#submit.alt:not(:disabled):not(.disabled):active, .woocommerce a.button.alt:not(:disabled):not(.disabled):active, .woocommerce button.button.alt:not(:disabled):not(.disabled):active, .woocommerce input.button.alt:not(:disabled):not(.disabled):active {
    color: #e29b0a;
    background-color: #2d3bba; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  font-family: 'Lato',sans-serif;
  width: 100%;
  padding: 15px;
  text-align: center;
  text-transform: uppercase; }

/* Utility classes */
.text-body {
  color: #222222 !important; }

.text-blue {
  color: #192168 !important; }

.bg-blue {
  background-color: #192168 !important; }

.text-beige {
  color: #f9f9f4 !important; }

.bg-beige {
  background-color: #f9f9f4 !important; }

.text-gold {
  color: #e29b0a !important; }

.bg-gold {
  background-color: #e29b0a !important; }

figure.w-100 img {
  width: 100%; }

.heading-font {
  font-family: "Nocturno Book", "Lato", sans-serif; }

.light {
  font-weight: 300; }

.bold, .strong, b, strong {
  font-weight: 500; }

.italic {
  font-style: italic; }

.normal {
  font-style: normal !important; }

.no-underline {
  text-decoration: none; }
  .no-underline a {
    text-decoration: none; }

.no-underline-hover {
  text-decoration: none; }
  .no-underline-hover:hover {
    text-decoration: none; }
  .no-underline-hover a {
    text-decoration: none; }
    .no-underline-hover a:hover {
      text-decoration: none; }

.spaced {
  letter-spacing: 1.5px; }

.fullWidth {
  width: 100%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
  @supports (width: 100vw) {
    .fullWidth {
      width: 100vw;
      -webkit-transform: translateX(-50vw);
      -moz-transform: translateX(-50vw);
      -ms-transform: translateX(-50vw);
      -o-transform: translateX(-50vw);
      transform: translateX(-50vw);
      margin-left: 50%;
      padding-left: 15px;
      padding-left: var(--gutter);
      padding-right: 15px;
      padding-right: var(--gutter); } }

/* Template styles. Custom styles at bottom of document */
/* Reusable template styles */
@media (min-width: 992px) {
  .cart__holder {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); } }

@media (max-width: 991px) {
  .logo_container {
    border-bottom: 1px solid #dee2e6; } }

@media (min-width: 992px) {
  .main-navigation__container.fullWidth {
    height: 54px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .main-navigation__container.fullWidth {
    padding-left: 15px;
    padding-right: 15px; } }

header.navigation {
  z-index: 1;
  -webkit-position: sticky;
  position: sticky;
  top: -120px;
  background: #fffffd;
  width: 100vw; }
  @media (max-width: 991px) {
    header.navigation {
      top: 0;
      position: fixed; }
      @supports not (-webkit-touch-callout: none) {
        header.navigation {
          position: static; } }
      header.navigation + #page-wrap {
        padding-top: 95px; }
        @supports not (-webkit-touch-callout: none) {
          header.navigation + #page-wrap {
            padding-top: 15px; }
            header.navigation + #page-wrap.home {
              padding-top: 0; } }
      header.navigation.menuOpen {
        height: 100%;
        overflow: scroll; }
        header.navigation.menuOpen .main-navigation__container {
          height: 100%;
          overflow: scroll;
          -webkit-overflow-scrolling: touch; }
        header.navigation.menuOpen #header-navigation ul {
          width: 100%;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }

@media (max-width: 991px) {
  nav#header-navigation {
    position: relative; } }
nav#header-navigation a {
  color: #192168; }
@media (min-width: 992px) {
  nav#header-navigation ul.main {
    width: 100%; } }
@media (min-width: 1200px) {
  nav#header-navigation ul.main {
    width: auto; } }
nav#header-navigation ul.main > li {
  font-size: 94%; }
  @media (min-width: 992px) {
    nav#header-navigation ul.main > li {
      position: relative; } }
  @media (min-width: 1200px) {
    nav#header-navigation ul.main > li {
      font-size: 100%; } }
  nav#header-navigation ul.main > li::after {
    content: "";
    width: 0%;
    height: 2px;
    left: 0;
    bottom: 10px;
    background: #e29b0a;
    position: absolute; }
  nav#header-navigation ul.main > li:hover::after {
    width: 100%; }
  @media (max-width: 991px) {
    nav#header-navigation ul.main > li.hasSubmenu > a::after {
      content: " > ";
      margin-top: -2px;
      margin-left: 15px; } }

#menu__btn {
  color: #192168;
  font-size: 210%;
  position: fixed;
  cursor: pointer;
  line-height: 0;
  right: 15px;
  top: 25px;
  right: var(--gutter); }
  @media (min-width: 992px) {
    #menu__btn {
      display: none; } }

.nav__cart-qty {
  border-radius: 50%;
  background-color: #e29b0a;
  color: #192168;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 15px;
  height: 15px;
  line-height: 0;
  position: absolute;
  bottom: -3px;
  right: -8px; }
  .nav__cart-qty small {
    font-size: 70%; }

@media (max-width: 991px) {
  .nav__holder {
    display: none; }
    .nav__holder.menuOpen {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1; } }

.nav__logo {
  max-width: 250px; }

.nav_newsletter_text {
  font-size: 80%;
  line-height: 1.3; }
  @media (min-width: 992px) {
    .nav_newsletter_text {
      margin-right: 30px;
      width: 100px; } }
  .nav_newsletter_text a span {
    padding-left: 5px; }
  .nav_newsletter_text a:hover {
    color: #e29b0a; }

.nav__search {
  border: 1px solid #dee2e6;
  border-radius: 0px;
  padding-right: 60px;
  outline-color: #192168; }
  .nav__search::placeholder {
    color: #ccc; }

.nav__search__submit {
  width: 45px;
  -webkit-appearance: none;
  background-color: white;
  color: #ccc;
  color: #192168;
  border: 0;
  margin-left: -45px;
  position: absolute;
  right: 2px;
  height: 84%;
  top: 8%; }

.preheader p, .preheader address {
  font-size: 72%; }

@media (min-width: 992px) {
  .search_cart_holder {
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-basis: 30%;
    flex-basis: 30%; } }

div.submenu {
  text-transform: none;
  background: #fffffd;
  position: fixed;
  left: 0;
  top: 54px;
  width: 100vw;
  padding: 15px;
  padding: 15px var(--gutter) 30px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05); }
  div.submenu ul li a {
    color: #222222; }
    @media (min-width: 992px) {
      div.submenu ul li a:hover {
        color: #192168;
        text-decoration: underline; } }
  @media (min-width: 992px) {
    div.submenu.all_books ul {
      column-count: 3;
      width: 75%; } }
  @media (min-width: 992px) {
    div.submenu.all_books nav {
      width: 25%; } }

@media (max-width: 991px) {
  div.submenu {
    background-color: #fffffd;
    z-index: 1;
    height: auto;
    position: static;
    width: 100%;
    border: 0 !important;
    box-shadow: none; }
    div.submenu ul li a {
      font-family: "Lato",sans-serif;
      text-transform: none;
      letter-spacing: normal; }
    div.submenu ul + nav {
      padding-top: 15px; }
      div.submenu ul + nav a {
        padding-bottom: 20px; }
    div.submenu h3 {
      display: none; } }
.submenu__close {
  color: #aaa;
  font-size: 230%;
  line-height: 0;
  position: absolute;
  top: 3.6rem;
  right: 15px;
  right: var(--gutter);
  display: none; }
  @media (max-width: 991px) {
    .submenu__close {
      display: block; } }

.nav__cart-qty small {
  font-family: "Nocturno Book","Lato",sans-serif; }

.preheader {
  font-family: "Nocturno Book","Lato",sans-serif; }

nav#header-navigation {
  font-family: "Nocturno Book","Lato",sans-serif; }
  nav#header-navigation ul.main {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 92%; 
width:100%;padding-right:3rem;}
    @media (max-width: 991px) {
      nav#header-navigation ul.main {
        font-size: 130%; } }

.bu__submenu {
  position: absolute;
  top: 54px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  left: -15px;
  padding-left: 15px;
  background-color: #fffffd;
  padding: 15px;
  min-width: 200px;
  box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 0.07); }
  @media (max-width: 991px) {
    .bu__submenu {
      background-color: #fffffd;
      z-index: 1;
      height: auto;
      position: static;
      width: 100%;
      border: 0 !important;
      box-shadow: none; }
      .bu__submenu li a {
        font-family: "Lato",sans-serif;
        text-transform: none;
        letter-spacing: normal; }
      .bu__submenu + nav {
        padding-top: 15px; }
        .bu__submenu + nav a {
          padding-bottom: 20px; }
      .bu__submenu h3 {
        display: none; } }

button[name="add-to-cart"] {
  font-family: "Lato",sans-serif; }

.basket__product_image {
  display: block;
  margin: 2px auto;
  width: 70px;
  box-shadow: 0 5px 9px -6px rgba(0, 0, 0, 0.5); }

.bg-childrens {
  background-image: url(images/kids__pattern.jpg); }

#billing_company_field {
  display: none; }

li.product:hover p,
.book_row_container:hover p {
  opacity: 0.85; }

.woocommerce ul.products::before, .woocommerce ul.products::after {
  display: none !important; }
.woocommerce ul.products li.product.product_cat-bags .book_row_jacket_container, .woocommerce ul.products li.product.product_cat-gift-certificates .book_row_jacket_container {
  background-image: none; }
  .woocommerce ul.products li.product.product_cat-bags .book_row_jacket_container img, .woocommerce ul.products li.product.product_cat-gift-certificates .book_row_jacket_container img {
    width: 100% !important; }
    @supports (object-fit: cover) {
      .woocommerce ul.products li.product.product_cat-bags .book_row_jacket_container img, .woocommerce ul.products li.product.product_cat-gift-certificates .book_row_jacket_container img {
        object-fit: cover;
        height: 100%;
        object-position: center; } }

@media (max-width: 1199px) {
  .book_row_details_container p {
    font-size: 100%; }
    .book_row_details_container p.h5 {
      font-size: 100%; } }

.book_row_jacket_container img {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); }

@media (max-width: 991px) {
  .categories__filter {
    max-height: 60px;
    overflow: hidden;
    background-color: #f9f9f4;
    border: 1px solid #ccc;
    padding: 15px; }
    .categories__filter.open {
      max-height: 2999px; }
    .categories__filter p.filter__heading {
      margin-bottom: 25px;
      position: relative;
      cursor: pointer; }
      .categories__filter p.filter__heading::after {
        content: "";
        width: 0;
        position: absolute;
        right: 5px;
        top: 10px;
        border: 10px solid transparent;
        border-top: 10px solid #192168; } }

.checkout_click_collect_notice {
  display: none;
  text-align: center;
  margin-bottom: 1.5rem; }
  @media (min-width: 992px) {
    .checkout_click_collect_notice {
      max-width: 800px;
      margin: 0 auto; } }

@media (min-width: 992px) {
  .column-count-lg-2 {
    column-count: 2; } }

.dropdown__trigger {
  color: #192168;
  cursor: pointer; }

footer .mc4wp-form-fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  footer .mc4wp-form-fields input {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    width: auto; }
    footer .mc4wp-form-fields input[type="text"] {
      height: 40px; }
  footer .mc4wp-form-fields button {
    height: 40px; }
    @media (min-width: 992px) {
      footer .mc4wp-form-fields button {
        width: 102px; } }

footer .overlay .mc4wp-form-fields label {
  margin-top: 10px; }
  footer .overlay .mc4wp-form-fields label a.text-white {
    color: #192168 !important; }

@media (max-width: 991px) {
  .fullWidth.fw_book_row {
    padding-left: 30px;
    padding-right: 30px; } }
@media (max-width: 768px) {
  .fullWidth.fw_book_row {
    padding-left: 0;
    padding-right: 0px; } }

.gift_card_text {
  font-family: "Lato",sans-serif;
  color: #192168;
  font-size: 120%;
  margin: 1rem 0 2rem;
  background-color: #f5f5f5;
  padding: 1rem;
  border-left: 5px solid var(--success); }

@media (min-width: 992px) {
  .half_half_picture {
    margin-top: 200px; }
    .half_half_picture figure img {
      margin-top: -150px; } }

p.has-drop-cap::first-letter {
  line-height: 1 !important;
  font-size: 350% !important;
  color: #192168;
  font-family: "Nocturno"; }

.jumbo_title {
  width: 100%; }
  .jumbo_title::before {
    width: 100%;
    height: 120px;
    background: #ffffff;
    background-image: var(--bgURL);
    background-size: cover;
    background-position: center center;
    content: "";
    position: relative;
    display: block;
    margin-bottom: 7.5px; }

@media (max-width: 991px) {
  .landing__page__logo {
    max-width: 400px; } }
@media (max-width: 768px) {
  .landing__page__logo {
    max-width: 200px; } }

.mc4wp-checkbox-woocommerce {
  padding: 15px;
  background-color: #e29b0a;
  border-radius: 10px;
  margin-top: 10px; }
  .mc4wp-checkbox-woocommerce label {
    margin-bottom: 0 !important; }

@media (min-width: 992px) {
  .max-width-600 {
    max-width: 600px; } }

span.onsale {
  display: none; }

#order_comments_field {
  display: none; }

.our-story-carousel {
  margin-top: 30px; }
  .our-story-carousel .slick-slider {
    width: 100%; }
  .our-story-carousel .slick-slide {
    width: auto !important;
    margin: 0 5px !important;
    flex-grow: 0 !important; }
    .our-story-carousel .slick-slide img {
      flex: 0 !important;
      height: auto !important;
      width: auto !important;
      object-fit: unset !important;
      max-height: 250px; }

.panel:hover p {
  opacity: 0.85; }

#page-wrap {
  min-height: calc(100vh - var(--headerHeight));
  padding-bottom: calc(var(--footerHeight) + 30px);
  position: relative; }
  #page-wrap:not(.home) {
    padding: 45px var(--gutter) calc(var(--footerHeight) + 30px); }

#product-addons-total,
div.product-addon-totals {
  display: none !important; }

.woocommerce input.qty[name="quantity"] {
  display: none; }

.woocommerce div.product.product_cat-book-bundles div.images.woocommerce-product-gallery:not(.custom__),
.woocommerce div.product.product_cat-childrens-book-bundles div.images.woocommerce-product-gallery:not(.custom__),
.woocommerce div.product.product_cat-gift-cards div.images.woocommerce-product-gallery:not(.custom__),
.woocommerce div.product.product_cat-bags div.images.woocommerce-product-gallery:not(.custom__) {
  background-image: none;
  padding: 0; }
  .woocommerce div.product.product_cat-book-bundles div.images.woocommerce-product-gallery:not(.custom__) figure.woocommerce-product-gallery__wrapper,
  .woocommerce div.product.product_cat-childrens-book-bundles div.images.woocommerce-product-gallery:not(.custom__) figure.woocommerce-product-gallery__wrapper,
  .woocommerce div.product.product_cat-gift-cards div.images.woocommerce-product-gallery:not(.custom__) figure.woocommerce-product-gallery__wrapper,
  .woocommerce div.product.product_cat-bags div.images.woocommerce-product-gallery:not(.custom__) figure.woocommerce-product-gallery__wrapper {
    box-shadow: none; }
    @media (min-width: 992px) {
      .woocommerce div.product.product_cat-book-bundles div.images.woocommerce-product-gallery:not(.custom__) figure.woocommerce-product-gallery__wrapper,
      .woocommerce div.product.product_cat-childrens-book-bundles div.images.woocommerce-product-gallery:not(.custom__) figure.woocommerce-product-gallery__wrapper,
      .woocommerce div.product.product_cat-gift-cards div.images.woocommerce-product-gallery:not(.custom__) figure.woocommerce-product-gallery__wrapper,
      .woocommerce div.product.product_cat-bags div.images.woocommerce-product-gallery:not(.custom__) figure.woocommerce-product-gallery__wrapper {
        width: 90%; } }

.related.products {
  clear: both; }

.slick-prev, .slick-next {
  top: 40%; }
  @media (max-width: 700px) {
    .slick-prev, .slick-next {
      top: 100%;
      left: 1rem; } }
  @media (min-width: 992px) and (max-width: 1078px) {
    .slick-prev, .slick-next {
      top: 100%;
      left: 1rem; } }
  @media (min-width: 1200px) and (max-width: 1270px) {
    .slick-prev, .slick-next {
      left: -5px; } }
  .slick-prev:before, .slick-next:before {
    color: rgba(0, 0, 0, 0.25);
    font-size: 1.6rem; }

.slick-slide > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.slick-slide img {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); }

@media (max-width: 700px) {
  .slick-next {
    left: auto;
    right: 1rem; } }
@media (min-width: 992px) and (max-width: 1078px) {
  .slick-next {
    left: auto;
    right: 1rem; } }
@media (min-width: 1200px) and (max-width: 1270px) {
  .slick-next {
    left: auto;
    right: 0; } }

.slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.single__product__meta {
  width: 100%;
  margin-top: 3rem;
  align-self: flex-start; }
  @media (min-width: 992px) {
    .single__product__meta {
      padding-left: 25%; } }
  @media (max-width: 768px) {
    .single__product__meta {
      border-bottom: 1px solid #ccc;
      margin-bottom: 3rem;
      padding-bottom: 3rem; } }
  @media (max-width: 768px) {
    .single__product__meta .meta {
      column-count: 2; } }
  @media (max-width: 500px) {
    .single__product__meta .meta {
      column-count: auto; } }

@media (min-width: 992px) {
  .single__product__title__author__container {
    padding-top: 1rem; } }

.wc-pao-addon-container {
  margin-top: 0;
  margin-bottom: 3rem; }

@media (min-width: 992px) {
  .woocommerce div.product div.summary {
    width: 50%; } }
@media (max-width: 768px) {
  .woocommerce div.product div.summary .btn.btn-primary, .woocommerce div.product div.summary #respond input#submit.alt, .woocommerce #respond div.product div.summary input#submit.alt, .woocommerce div.product div.summary a.button.alt, .woocommerce div.product div.summary button.button.alt, .woocommerce div.product div.summary input.button.alt {
    width: 100%; } }

.woocommerce div.product div.images.woocommerce-product-gallery:not(.custom__) {
  background-image: none;
  pointer-events: none;
  background-size: 100%;
  background-repeat: no-repeat; }
  @media (min-width: 992px) {
    .woocommerce div.product div.images.woocommerce-product-gallery:not(.custom__) {
      width: 43%;
      padding: 2rem 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .woocommerce div.product div.images.woocommerce-product-gallery:not(.custom__) figure.woocommerce-product-gallery__wrapper {
        width: 50%; } }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  padding: 0 0 2rem;
  color: #192168;
  font-weight: 500;
  font-size: 1.6rem; }
  .woocommerce div.product p.price:empty, .woocommerce div.product span.price:empty {
    display: none; }
    .woocommerce div.product p.price:empty + .btn, .woocommerce div.product #respond p.price:empty + input#submit.alt, .woocommerce #respond div.product p.price:empty + input#submit.alt, .woocommerce div.product p.price:empty + a.button.alt, .woocommerce div.product p.price:empty + button.button.alt, .woocommerce div.product p.price:empty + input.button.alt, .woocommerce div.product span.price:empty + .btn, .woocommerce div.product #respond span.price:empty + input#submit.alt, .woocommerce #respond div.product span.price:empty + input#submit.alt, .woocommerce div.product span.price:empty + a.button.alt, .woocommerce div.product span.price:empty + button.button.alt, .woocommerce div.product span.price:empty + input.button.alt {
      margin-top: 3rem; }

.woocommerce ul.products {
  width: 100%; }
  .woocommerce ul.products li.product {
    margin: 0;
    -webkit-flex-basis: 49.9%;
    -moz-flex-basis: 49.9%;
    -ms-flex-basis: 49.9%;
    flex-basis: 49.9%;
    padding-left: 5px;
    padding-right: 8px;
    margin-bottom: 1.5rem; }
    @media (min-width: 769px) {
      .woocommerce ul.products li.product {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 992px) {
      .woocommerce ul.products li.product {
        -webkit-flex-basis: 24.9%;
        -moz-flex-basis: 24.9%;
        -ms-flex-basis: 24.9%;
        flex-basis: 24.9%; }
        .woocommerce ul.products li.product.product_cat-book-bundles, .woocommerce ul.products li.product.product_cat-childrens-book-bundles, .woocommerce ul.products li.product.product_cat-gift-cards, .woocommerce ul.products li.product.product_cat-bags {
          -webkit-flex-basis: 49.9%;
          -moz-flex-basis: 49.9%;
          -ms-flex-basis: 49.9%;
          flex-basis: 49.9%; }
          .woocommerce ul.products li.product.product_cat-book-bundles a .book_row_jacket_container, .woocommerce ul.products li.product.product_cat-childrens-book-bundles a .book_row_jacket_container, .woocommerce ul.products li.product.product_cat-gift-cards a .book_row_jacket_container, .woocommerce ul.products li.product.product_cat-bags a .book_row_jacket_container {
            margin-bottom: 0 !important; }
        .woocommerce ul.products li.product:hover {
          opacity: 0.9; } }
    .woocommerce ul.products li.product p.title {
      font-size: 120%;
      line-height: 1.15; }
    .woocommerce ul.products li.product a .book_row_jacket_container {
      margin-bottom: 1.5rem; }
      .woocommerce ul.products li.product a .book_row_jacket_container img {
        margin-bottom: 0;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); }

.woocommerce-product-gallery__image:not(:first-of-type) {
  display: none !important; }

.woocommerce div.product div.images .flex-control-thumbs {
  display: none !important; }

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  box-shadow: 0px 14px 24px -8px rgba(0, 0, 0, 0.35); }
  @media (max-width: 991px) {
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
      max-width: 250px;
      margin: 0 auto; } }
  @media (max-width: 768px) {
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
      max-width: 300px;
      margin-bottom: 4rem; } }
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper.no_shadow {
    box-shadow: none; }
  @media (max-width: 768px) {
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper.square_image {
      max-width: none;
      width: 100vw;
      margin-left: 50%;
      -webkit-transform: translateX(-50vw);
      -moz-transform: translateX(-50vw);
      -ms-transform: translateX(-50vw);
      -o-transform: translateX(-50vw);
      transform: translateX(-50vw);
      margin-top: -3rem; } }

.woocommerce .bundles_description {
  font-size: 118%;
  line-height: 2; }

.woocommerce div.product .woocommerce-tabs .panel {
  font-size: 118%;
  line-height: 2; }
  .woocommerce div.product .woocommerce-tabs .panel h2:first-of-type {
    display: none; }

.woocommerce-product-gallery__trigger {
  display: none; }

.woocommerce .product.outofstock a[disabled] {
  background-color: transparent;
  color: #888;
  border-color: #888;
  cursor: auto; }

ul.tabs.wc-tabs {
  display: none; }

.woocommerce table.shop_table {
  border: 0; }

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  width: 100%;
  padding: 1rem;
  box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px; }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%; }
  @media (min-width: 992px) {
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
      width: calc(33% - 3rem);
      float: right;
      margin-left: 3rem; }
      .woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
        font-size: 1.4rem;
        position: relative; }
        .woocommerce .cart-collaterals .cart_totals h2::after, .woocommerce-page .cart-collaterals .cart_totals h2::after {
          position: absolute;
          left: -15px;
          bottom: -5px;
          height: 1px;
          background-color: #eee;
          content: "";
          width: calc(100% + 30px); } }

#order_review_heading {
  padding-left: 0;
  margin: 3rem 0 2rem;
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 3rem; }

.woocommerce-checkout-review-order-table {
  width: 100%;
  padding: 1rem;
  box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  margin-bottom: 3rem; }

.woocommerce-cart-form {
  box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }
  @media (min-width: 992px) {
    .woocommerce-cart-form {
      width: 67%;
      float: left; } }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  vertical-align: top; }

.woocommerce form .form-row label {
  line-height: 2;
  display: block;
  clear: both;
  width: 100%; }
  .woocommerce form .form-row label[for="wc-stripe-new-payment-method"] {
    width: auto; }

.woocommerce-input-wrapper {
  width: 100%; }

.woocommerce-shipping-fields {
  margin: 3rem 0; }

.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
  max-width: 100%; }
  @media (min-width: 992px) {
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
      max-width: 800px;
      margin: 0 auto;
      float: none; } }
@media (min-width: 992px) {
  .woocommerce .col2-set#customer_login .col-1, .woocommerce .col2-set#customer_login .col-2, .woocommerce-page .col2-set#customer_login .col-1, .woocommerce-page .col2-set#customer_login .col-2 {
    float: left;
    width: 50%;
    max-width: none; }
    .woocommerce .col2-set#customer_login .col-1 h2, .woocommerce .col2-set#customer_login .col-2 h2, .woocommerce-page .col2-set#customer_login .col-1 h2, .woocommerce-page .col2-set#customer_login .col-2 h2 {
      text-align: center;
      color: #192168; } }

form.checkout h3 {
  text-align: center;
  padding-bottom: 1.5rem; }

.wc-proceed-to-checkout .add_gift_card_form {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
  padding-left: .75rem;
  margin-bottom: 1rem; }
.add_gift_card_form h4 {
  font-family: "Lato";
  font-size: 1rem;
  font-weight: 600; }
.add_gift_card_form #wc_gc_cart_redeem_form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 768px) {
    .add_gift_card_form #wc_gc_cart_redeem_form {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .add_gift_card_form #wc_gc_cart_redeem_form button {
        width: 100%; } }
  @media (min-width: 992px) {
    .add_gift_card_form #wc_gc_cart_redeem_form {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .add_gift_card_form #wc_gc_cart_redeem_form button {
        width: 100%; } }
  @media (min-width: 1200px) {
    .add_gift_card_form #wc_gc_cart_redeem_form {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .add_gift_card_form #wc_gc_cart_redeem_form button {
        width: auto; } }
  .add_gift_card_form #wc_gc_cart_redeem_form input {
    height: calc(2.25rem + 2px);
    padding: .375rem .35rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    padding-right: 0;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%; }
  .add_gift_card_form #wc_gc_cart_redeem_form button {
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 1px;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: #f9f9f4;
  width: 100%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-top: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  margin-bottom: -1.5rem; }
  @supports (width: 100vw) {
    #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
      width: 100vw;
      -webkit-transform: translateX(-50vw);
      -moz-transform: translateX(-50vw);
      -ms-transform: translateX(-50vw);
      -o-transform: translateX(-50vw);
      transform: translateX(-50vw);
      margin-left: 50%;
      padding-left: 15px;
      padding-left: var(--gutter);
      padding-right: 15px;
      padding-right: var(--gutter); } }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  max-width: 400px;
  margin: 15px auto;
  background: var(--success);
  color: white;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center; }

.wp-block-image img {
  height: auto; }

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image {
  padding: 2rem 0;
  background-size: cover;
  height: auto;
  display: block;
  margin: 0 auto;
  width: 100%; }

/*.shop_table div.coupon,
.woocommerce-form-coupon-toggle {
  display: none !important; }*/

#rememberme.form-control {
  width: auto; }

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

@media (min-width: 992px) {
  .woocommerce div.product form.cart .button {
    width: 50%; } }

.woocommerce-Addresses.u-columns .woocommerce-Address {
  width: 100%;
  margin-bottom: 45px; }

@media (min-width: 992px) {
  .woocommerce-MyAccount-content {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 3rem; }
    .woocommerce-MyAccount-content p:first-of-type:not(.form-row) {
      font-family: "Nocturno Book", "Lato", sans-serif;
      color: #192168;
      font-size: 133%; } }

.wc_gc_giftcard_product .woocommerce-product-attributes {
  display: none; }

.woocommerce-product-attributes-item__value {
  display: none; }

.woocommerce-variation-price {
  margin-bottom: 1.5rem; }

@media (min-width: 992px) {
  .woocommerce-MyAccount-navigation {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
    .woocommerce-MyAccount-navigation ul {
      list-style-type: none;
      padding: 0 15px 0 0;
      font-family: "Nocturno Book", "Lato", sans-serif; }
      .woocommerce-MyAccount-navigation ul li {
        margin: 15px 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc; }
        .woocommerce-MyAccount-navigation ul li a {
          color: #192168; } }

.woocommerce form .form-row .input-checkbox[name="createaccount"] {
  width: auto; }
  .woocommerce form .form-row .input-checkbox[name="createaccount"] + span {
    font-family: "Nocturno Book", "Lato", sans-serif;
    color: #192168; }

.stripe-card-group, .wc-stripe-elements-field, .wc-stripe-iban-element-field {
  width: 100%; }

.woocommerce-product-details__short-description {
  display: none; }

/* */
.woocommerce-thankyou-order-received::before {
  content: "\01F389";
  margin-right: 1em; }

.woocommerce ul.order_details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  margin-top: 2rem; }
  @media (max-width: 991px) {
    .woocommerce ul.order_details {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .woocommerce ul.order_details li {
    font-family: "Nocturno Book", "Lato", sans-serif;
    text-transform: none; }
    .woocommerce ul.order_details li strong {
      font-family: "Lato", sans-serif;
      font-size: 1.2rem;
      line-height: 1.1;
      margin-top: 15px;
      display: inline-block; }
    @media (max-width: 991px) {
      .woocommerce ul.order_details li {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%;
        margin: 0;
        padding: 1rem; }
        .woocommerce ul.order_details li:nth-child(2) {
          border-right: 0px; }
        .woocommerce ul.order_details li:nth-child(3) {
          -webkit-flex-basis: 100%;
          -moz-flex-basis: 100%;
          -ms-flex-basis: 100%;
          flex-basis: 100%;
          border-right: 0px;
          border-top: 1px dashed #d3ced2;
          border-bottom: 1px dashed #d3ced2; }
        .woocommerce ul.order_details li strong {
          font-size: 1rem; } }

.woocommerce-order-details {
  padding: 3rem;
  width: 100%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background-color: #f9f9f4; }
  @supports (width: 100vw) {
    .woocommerce-order-details {
      width: 100vw;
      -webkit-transform: translateX(-50vw);
      -moz-transform: translateX(-50vw);
      -ms-transform: translateX(-50vw);
      -o-transform: translateX(-50vw);
      transform: translateX(-50vw);
      margin-left: 50%;
      padding-left: 15px;
      padding-left: var(--gutter);
      padding-right: 15px;
      padding-right: var(--gutter); } }

.woocommerce-order .woocommerce-columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (min-width: 992px) {
    .woocommerce-order .woocommerce-columns .woocommerce-column.col-1, .woocommerce-order .woocommerce-columns .woocommerce-column.col-2 {
      padding-left: 0;
      padding-right: 30px;
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-basis: 50%;
      flex-basis: 50%;
      max-width: none; }
      .woocommerce-order .woocommerce-columns .woocommerce-column.col-1 address, .woocommerce-order .woocommerce-columns .woocommerce-column.col-2 address {
        font-size: 1.2rem;
        border-radius: 0; }
        .woocommerce-order .woocommerce-columns .woocommerce-column.col-1 address p:first-of-type, .woocommerce-order .woocommerce-columns .woocommerce-column.col-2 address p:first-of-type {
          margin-top: 5px;
          font-size: 1.2rem; } }

.woocommerce-MyAccount-navigation-link--downloads {
  display: none; }

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  position: fixed;
  z-index: 9999; }

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #fffffd;
  box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.1); }
  #add_payment_method #payment div.payment_box input[type="text"], #add_payment_method #payment div.payment_box input[type="tel"], .woocommerce-cart #payment div.payment_box input[type="text"], .woocommerce-cart #payment div.payment_box input[type="tel"], .woocommerce-checkout #payment div.payment_box input[type="text"], .woocommerce-checkout #payment div.payment_box input[type="tel"] {
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: .25rem; }
    #add_payment_method #payment div.payment_box input[type="text"]:focus, #add_payment_method #payment div.payment_box input[type="tel"]:focus, .woocommerce-cart #payment div.payment_box input[type="text"]:focus, .woocommerce-cart #payment div.payment_box input[type="tel"]:focus, .woocommerce-checkout #payment div.payment_box input[type="text"]:focus, .woocommerce-checkout #payment div.payment_box input[type="tel"]:focus {
      color: #495057;
      background-color: #fff;
      border-color: #80bdff;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  #add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #fffffd; }

.woocommerce-MyAccount-content h2 {
  font-size: 1.5rem; }

.woocommerce-Giftcards + form {
  margin: 3rem 0; }

.woocommerce-store-notice.demo_store {
  display: none !important;
  position: static;
  background-color: #e29b0a;
  color: #192168; }
  .woocommerce-store-notice.demo_store a {
    color: #192168; }

.woocommerce-MyAccount-Giftcards-balance-amount {
  font-size: 1.5rem; }

/*     Minimal Modal     */
body.modal-open .modal {
  display: flex !important;
  height: 100%; }

body.modal-open .modal .modal-dialog {
  margin: auto;
  min-width: 320px; }

.is-hidden {
  display: none; }

.button-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAowAAAKMB8MeazgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAB5SURBVDiNrZPRCcAwCEQfnUiySAZuF8kSWeH6Yz8KrQZMQAicJ+epAB0YwAmYJKIADLic0/GPPCbQAnLznCd/4NWUFfkgy1VjH8CryA95ApYltAiTRCZxpuoW+gz9WXE6NPeg+ra1UDIxGlWEObe4SGxY5fIxlc75Bkt9V4JS7KWJAAAAAElFTkSuQmCC59ef34356faa7edebc7ed5432ddb673d"); }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999; }

.modal-content {
  padding: 20px 30px;
  width: 600px;
  position: relative;
  min-height: 150px;
  margin: 5% auto 0;
  background: #fff; }

@media (min-width: 992px) {
  #wc_checkout_add_ons {
    margin: 0 auto;
    width: 48%;
    max-width: 800px; } }
#wc_checkout_add_ons p.form-row {
  margin-bottom: 30px; }
  #wc_checkout_add_ons p.form-row > label {
    font-size: 120%;
    color: #192168;
    font-family: "Nocturno Book", "Lato", sans-serif; }
