/*
Theme Name: Stanley John
Author: Pink Fish Associates
Version: 1.00
*/
/*
* === Variables and Selectors ===
*/
.transition {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*
* === Global shared ===
*/
html {
  -webkit-text-size-adjust: none;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  font-size: 100%;
  font-weight: 400;
}
div.container {
  max-width: 1320px;
  padding: 0 30px;
  margin: 0 auto;
  clear: both;
  position: relative;
}
div.content {
  padding: 3em 0;
  background-color: #FFF;
  clear: both;
  overflow: hidden;
}
body.home div.content {
  overflow: visible;
  background-color: #F3F3F3;
}
div.content ul,
div.content ol {
  margin: 1.5em 0 1.5em 20px;
}
div.content ul li,
div.content ol li {
  margin-bottom: 10px;
}
div.content ul li:last-of-type,
div.content ol li:last-of-type {
  margin-bottom: 0;
}
div.content a {
  color: #38A3A5;
}
div.content div.content-inner {
  display: flex;
}
div.content div.content-inner div.content-inner-left {
  width: 55%;
}
div.content div.content-inner div.content-inner-right {
  width: 40%;
  margin-left: auto;
}
div.category-wrapper {
  display: flex;
}
div.category-wrapper div.category-wrapper-left {
  flex-shrink: 0;
  max-width: 300px;
  margin-right: 3.5%;
}
div.category-wrapper div.category-wrapper-right {
  flex-grow: 1;
}
div.category-list {
  outline: 1px solid #000;
  margin-bottom: 2em;
}
div.category-list img.category-hamburger,
div.category-list img.category-hamburger-close {
  display: none;
}
div.category-list h2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #243543;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  margin-bottom: 0;
  pointer-events: none;
}
div.category-list ul {
  margin: 0;
  padding: 0;
}
div.category-list ul li {
  list-style-type: none;
  border-bottom: 1px solid #202020;
  margin-bottom: 0;
  line-height: 1.4;
}
div.category-list ul li.current-cat a {
  font-weight: 700;
}
div.category-list ul li:last-of-type {
  border-bottom: 0;
}
div.category-list ul li a {
  display: block;
  padding: 10px 15px;
  color: #202020;
}
div.category-list ul li a:hover {
  background-color: #38A3A5;
  text-decoration: none;
  color: #fff;
}
div.brochure {
  text-align: center;
  border: 1px solid #000;
}
div.brochure.mobile {
  display: none;
}
div.brochure div.brochure-inner {
  padding: 30px;
}
div.brochure div.brochure-inner h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
div.brochure div.brochure-inner img {
  margin-bottom: 10px;
}
div.brochure div.brochure-inner p:last-of-type {
  margin-bottom: 0;
}
div.trade-container {
  max-width: 700px;
  margin: 0 auto;
}
div.trade-container ul {
  list-style-position: inside;
  text-align: center;
  padding: 0;
}
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4 {
  margin: 0 0 0.5em 0;
  padding: 0;
  line-height: 1.2;
  color: #202020;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}
h1 {
  font-size: 32px;
  font-weight: 400;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h3.wp-block-heading {
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
}
h4 {
  font-size: 20px;
}
table {
  line-height: 1.7;
  color: #202020;
  font-weight: 400;
  font-size: 14px;
}
table td {
  padding: 3px 15px;
}
table td:first-of-type {
  padding-left: 0;
}
table td:last-of-type {
  padding-right: 0;
}
p {
  margin: 0 0 1.5em 0;
  line-height: 1.7;
  color: #202020;
  font-weight: 400;
  font-size: 14px;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  line-height: 1.7;
  font-size: 14px;
  color: #202020;
  font-weight: 400;
}
div.slideshow-mobile {
  display: none;
}
div.wp-block-buttons {
  margin-bottom: 1.5em;
}
div.wp-block-buttons a.wp-block-button__link {
  font-size: 14px;
  line-height: 1.7;
}
a {
  text-decoration: none;
  color: #243543;
  font-weight: 400;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: underline;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a img {
  border: none;
}
a.button,
a.wp-block-button__link {
  background-color: #243543;
  padding: 5px 30px;
  display: inline-block;
  font-weight: 400!important;
  color: #fff !important;
  position: relative;
  outline: 2px solid #243543;
  border: none!important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a.button:hover,
a.wp-block-button__link:hover {
  text-decoration: none;
  background-color: #fff;
  color: #243543 !important;
  z-index: 10;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a.wp-block-button__link {
  background-color: #243543;
  border: 2px solid #243543;
}
a.wp-block-button__link:hover {
  border: 2px solid #243543;
  background-color: #fff;
  color: #243543;
}
a[href^=tel] {
  color: #243543;
}
.woocommerce-checkout input,
.woocommerce form.woocommerce-form input,
.woocommerce form.woocommerce-ResetPassword input {
  font-family: 'Montserrat', sans-serif !important;
}
.woocommerce-checkout input[type="text"],
.woocommerce form.woocommerce-form input[type="text"],
.woocommerce form.woocommerce-ResetPassword input[type="text"],
.woocommerce-checkout input[type="tel"],
.woocommerce form.woocommerce-form input[type="tel"],
.woocommerce form.woocommerce-ResetPassword input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce form.woocommerce-form input[type="password"],
.woocommerce form.woocommerce-ResetPassword input[type="password"],
.woocommerce-checkout input[type="email"],
.woocommerce form.woocommerce-form input[type="email"],
.woocommerce form.woocommerce-ResetPassword input[type="email"] {
  height: 40px;
  padding-left: 15px;
  color: #787878;
}
.woocommerce-checkout textarea,
.woocommerce form.woocommerce-form textarea,
.woocommerce form.woocommerce-ResetPassword textarea {
  min-height: 120px;
}
.woocommerce-checkout button,
.woocommerce form.woocommerce-form button,
.woocommerce form.woocommerce-ResetPassword button {
  background-color: #243543;
  background: #243543;
  line-height: 1.7;
  padding: 5px 30px;
  display: inline-block;
  font-weight: 400!important;
  color: #fff !important;
  position: relative;
  outline: 2px solid #243543;
  border: none!important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none!important;
  text-align: center;
  text-transform: uppercase;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.woocommerce-checkout button:hover,
.woocommerce form.woocommerce-form button:hover,
.woocommerce form.woocommerce-ResetPassword button:hover {
  text-decoration: none;
  background-color: #fff !important;
  color: #243543 !important;
  z-index: 10;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
div#primary .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    background: #243543!important;
    padding: 5px 30px!important;
    opacity: 1!important;
    color: #fff!important;
    text-decoration: none!important;
}
div#primary .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
  background-color: #fff !important;
  color: #243543 !important;
}
body.woocommerce-checkout #payment fieldset {
  border: none;
}

div.clear {
  clear: both;
}
img {
  max-width: 100%;
  display: block;
}
.video-wrapper {
  position: relative;
  padding-bottom: 52.8%;
  height: 0;
  overflow: hidden;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
* === Header ===
*/

header#main a.cart-customlocation {
  position: relative;
  color: #fff;
}

header#main .mini-cart-dropdown-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 100000;
    padding: 15px;
}

header#main .woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
  padding-left: 0;
  border-left: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}

header#main .woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

header#main dl.variation.tc-epo-metadata .tc-name, dl.variation.tc-epo-metadata .tc-value, .woocommerce .wc-item-meta .tc-name .woocommerce .wc-item-meta .tc-value {
  white-space: normal;
}

header#main .mini-cart-dropdown-wrapper li.mini_cart_item {
  font-size: 14px;
  list-style-type: none;
  margin-bottom: 1.5em;
  position: relative;
}

header#main .mini-cart-dropdown-wrapper li.mini_cart_item span.quantity,
header#main .mini-cart-dropdown-wrapper li.mini_cart_item span.quantity div {
  display: inline-block;
}

header#main .woocommerce-mini-cart .remove {
    background-color: red;
    color: white!important;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    text-decoration: none;
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 100;
}

header#main ul.woocommerce-mini-cart.cart_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

header#main ul.woocommerce-mini-cart.cart_list li {
  list-style-type: none;
}

header#main p.woocommerce-mini-cart__buttons {
  margin-bottom: 0;
}

header#main .mini-cart-dropdown-wrapper img {
  margin-right: 0;
  top: 0;
  float: left;
  margin-right: 5%;
  width: 25%!important;
  height: auto!important;
}

header#main .mini-cart-dropdown-wrapper a.button {
  display: block;
  width: 100%;
  background-color: #243644;
  border: 1px solid #243644;
  color: #fff;
  transition: 0.5s;
  box-sizing: border-box;
}

header#main .mini-cart-dropdown-wrapper a.button:first-of-type {
  margin-bottom: 15px;
}

header#main .mini-cart-dropdown-wrapper a.button:hover {
    transition: 0.5s;
    background-color: #fff;
    color: #243644;
}

header#main div.cart-wrapper {
  position: relative;
  display: inline-block;
  background-color: #243644;
  border-radius: 25px;
  padding: 5px 20px 5px 35px;
  margin-left: 25px;
}

header#main div.cart-wrapper:hover .mini-cart-dropdown-wrapper {
  display: block;
}

div.wc-block-checkout-empty .wp-block-button {
  display: inline-block;
}

header#main div.cart-wrapper span.cart-total span {
  color: #fff!important;
}

header#main div.cart-wrapper div.icon-basket-wrap {
  background-color: #fff;
  border-radius: 50%;
  padding: 3px 5px;
  border: 2px solid #243644;
  position: absolute;
  top: -5px;
  left: -45px;
}

p.woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
}

div.header-basket {
  display: flex;
  align-items: center;
}

a.cart-customlocation span.cart-total {
  font-size: 14px;
}

header#main img.icon-account {
  display: inline-block;
  height: 30px;
  margin-left: 20px;
}

header#main img.icon-search {
  display: inline-block;
  height: 30px;
  display: none;
}

header#main div.header-basket img {
  height: 20px;  
  position: relative; 
  top: 0;
}

header#main div.header-basket img.icon-account {
  height: 30px;
  top: 3px;
}

header#main span.cart-counter {
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  border: 1px solid #1a1c19;
  background-color: #0E5358;
  position: absolute;
  top: -19px;
  right: 50%;
  padding: 1px 8px;
}

header#main div.header-top {
  background-color: #DDDDDD;
  padding: 0.5em 0;
}
header#main div.header-top p,
header#main div.header-top a {
  font-size: 14px;
  color: #000;
}
header#main div.header-top p {
  margin-bottom: 0;
}
header#main div.header-top div.header-top-inner {
  display: flex;
}
header#main div.header-top div.header-top-inner div.header-top-left span.divider {
  margin: 0 3px;
}
header#main div.header-top div.header-top-inner div.header-top-left p {
  display: flex;
  align-items: center;
}
header#main div.header-top div.header-top-inner div.header-top-left img {
  height: 25px;
  margin-right: 5px;
}
header#main div.header-top div.header-top-inner div.header-top-left a.social-icon.last img {
  margin-right: 15px;
}
header#main div.header-top div.header-top-inner div.header-top-right {
  margin-left: auto;
  text-align: right;  
}
header#main div.header-top div.header-top-inner div.header-top-right ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}
header#main div.header-top div.header-top-inner div.header-top-right ul li {
  list-style-type: none;
  text-transform: uppercase;
}
header#main div.header-main {
  padding: 1.4em 0;
}
header#main div.header-main div.header-main-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header#main div.header-main div.header-main-inner div.logo div.logo-inner {
  display: flex;
  align-items: center;
}
header#main div.header-main div.header-main-inner div.logo div.logo-inner div.logo-image {
  margin-right: 15px;
}
header#main div.header-main div.header-main-inner div.logo div.logo-inner div.logo-image img {
  width: 72px;
  height: 70px;
}
header#main div.header-main div.header-main-inner div.logo div.logo-inner div.logo-strapline h1,
header#main div.header-main div.header-main-inner div.logo div.logo-inner div.logo-strapline h2 {
  color: #202020;
}
header#main div.header-main div.header-main-inner div.logo div.logo-inner div.logo-strapline h1 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 24px;
}
header#main div.header-main div.header-main-inner div.logo div.logo-inner div.logo-strapline h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}
header#main div.header-main div.header-main-inner div.logo div.logo-inner div.logo-strapline a {
  color: #202020;
}
header#main div.header-main div.header-main-inner div.logo div.logo-inner div.logo-strapline a:hover {
  text-decoration: none;
}
header#main div.header-main div.header-main-inner div.search-desktop {
  margin-left: auto;
}
header#main div.header-main div.header-main-inner div.search-desktop .dgwt-wcas-search-wrapp {
  min-width: 350px;
}
div.search-mobile {
  display: none;
  padding-top: 0.75em;
  width: 100%;
}
div.search-mobile .dgwt-wcas-search-wrapp {
  max-width: 100%;
  min-width: 100%;
}
img.search-icon {
  display: none;
}
/*
* === Navigation ===
*/

.nav-wrapper {
    position: relative;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;  
    padding: 30px 0;
    display: none;
    z-index: 100000;
    border-top: 13px solid rgb(36, 53, 67);
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.5);
}

.nav-panel-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}

.nav-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 15px 30px; 
}

.nav-panel ul li {
   white-space: nowrap;
}

.nav-panel ul li::before {
  content: "- ";
}

div.header-top-right img.hamburger,
div.header-top-right img.hamburger-close {
  display: none;
  height: 20px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
}
div#navigation-main {
  background-color: #243543;
  padding: 0.75em 0;
  position: relative;
}
div#navigation-main nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div#navigation-main nav ul li { 
  list-style-type: none;
  flex: 1;
  text-align: center;
  line-height: 1.4;
}
div#navigation-main nav ul li.fixed-width {
  flex: none;
  width: 190px;
}
div#navigation-main nav ul li.current_page_item a {
  font-weight: 700;
}
div#navigation-main nav ul li a {
  color: #fff;
  text-transform: uppercase;
}
div.navigation-main-mobile {
  display: none;
}
/*
* === Forms ===
*/
select {
  appearance: none;
}
.nf-form-content label {
  font-size: 14px!important;
  color: #202020 !important;
}
div.nf-form-wrap {
  padding-top: 1em;
  font-family: 'Montserrat', sans-serif;
}
div.nf-form-wrap div.nf-before-form-content,
div.nf-form-wrap div.nf-after-form-content {
  display: none;
}
div.nf-form-wrap .nf-form-content {
  padding: 0!important;
  max-width: 100%!important;
}
div.nf-form-wrap div#nf-field-30-container p {
  margin-bottom: 0;
}
div.nf-form-wrap div.nf-after-field {
  text-align: left;
  font-size: 14px;
}
div.nf-form-wrap .nf-error.field-wrap .nf-field-element:after {
  height: 38px;
  width: 38px;
  line-height: 40px;
}
div.nf-form-wrap div.nf-form-content input:not([type=button]),
div.nf-form-wrap div.nf-form-content textarea {
  border: 1px solid #A19F9F;
  background-color: #fff;
  height: 40px;
  font-size: 14px;
  padding-left: 15px;
  font-family: 'Montserrat', sans-serif !important;
}
div.nf-form-wrap div.nf-form-content textarea {
  height: 225px;
  float: left;
}
div.nf-form-wrap div.nf-form-content button,
div.nf-form-wrap div.nf-form-content input[type=button],
div.nf-form-wrap div.nf-form-content input[type=submit] {
  background-color: #243543;
  padding: 5px 30px;
  cursor: pointer;
  font-size: 14px;
  height: auto;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400!important;
  appearance: none;
  line-height: 1.7;
  border: 2px solid #243543;
  text-transform: uppercase;
  -webkit-appearance: none;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
div.nf-form-content button:hover,
div.nf-form-content input[type=button]:hover,
div.nf-form-content input[type=submit]:hover {
  background-color: #fff !important;
  color: #243543 !important;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
div.nf-form-wrap ::placeholder {
  color: #202020;
  opacity: 1;
}
div.nf-form-wrap :-ms-input-placeholder {
  color: #202020;
}
div.nf-form-wrap ::-ms-input-placeholder {
  color: #202020;
}
/*
* === Testimonials ===
*/
div.testimonial {
  background-color: #38A3A5;
  padding: 3em 0;
}
div.testimonial p {
  color: #fff;
}
div.testimonial p:last-of-type {
  margin-bottom: 0;
}
div.testimonial p.quote {
  font-family: 'Kalam', cursive;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 1em;
}
div.testimonial p.author {
  font-weight: 700;
  margin-bottom: 0;
}
/*
* === Contact ===
*/
.list-checkbox-wrap .nf-field-element li input,
.list-checkbox-wrap .nf-field-element ul input,
.list-image-wrap .nf-field-element li input,
.list-image-wrap .nf-field-element ul input,
.list-radio-wrap .nf-field-element li input,
.list-radio-wrap .nf-field-element ul input {
  margin-right: 0!important;
}
div#nf-form-2-cont .nf-field-label .nf-label-span,
.nf-field-label label {
  font-weight: normal;
}
div#nf-form-2-cont h2 {
  margin-bottom: 0;
}
div.contact {
  display: flex;
}
div.contact div.contact-left {
  width: 48%;
}
div.contact div.contact-right {
  width: 48%;
  margin-left: auto;
  text-align: right;
  padding-top: 10px;
}
div.contact div.contact-right iframe {
  display: block;
  height: 400px;
  margin-bottom: 1.5em;
}
/*
* === About ===
*/
body.page-template-about div.content-inner div.content-inner-right iframe {
  margin-top: 10px;
}
/*
* === Woocommerce account ===
*/
body.woocommerce-account input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Montserrat', sans-serif !important;
}
body.woocommerce-account button[type="submit"] {
  margin-top: 1em;
}
body.woocommerce-account fieldset {
  margin: 1em 0;
}
/*
* === Woocommerce global ===
*/
div.woocommerce-info {
  font-size: 14px;
}
mark {
  background-color: transparent;
}
.woocommerce div.woocommerce-message {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce div.woocommerce-message::before {
  top: 1.75em;
}
.woocommerce div.woocommerce-message a.button {
  order: 2;
  margin-left: 15px;
  flex-shrink: 0;
}
.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 1.5em;
}
.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
  color: gold;
}
.woocommerce a.button,
.woocommerce .button,
.woocommerce button.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #243543;
  padding: 5px 30px;
  font-weight: 400!important;
  color: #fff !important;
  position: relative;
  display: inline-block;
  border: 2px solid #243543;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.7;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.woocommerce a.button:hover,
.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  text-decoration: none;
  background-color: #fff;
  color: #243543 !important;
  z-index: 10;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*
* === Selling Points ===
*/
div.selling-points-wrapper {
  position: relative;
}
div.selling-points {
  background-color: rgba(221, 221, 221, 0.8);  
}
body.home div.selling-points {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
   width: 100%;
} 
div.selling-points div.selling-points-inner {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
div.selling-points div.selling-points-inner div.selling-points-item {
  display: flex;
  align-items: center;
}
div.selling-points div.selling-points-inner div.selling-points-item a {
  color: #000;
}
div.selling-points div.selling-points-inner div.selling-points-item:nth-of-type(2) {
  margin-left: 1%;
  margin-right: 1%;
}
div.selling-points div.selling-points-inner div.selling-points-item div.selling-points-item-left {
  margin-right: 10px;
}
div.selling-points div.selling-points-inner div.selling-points-item div.selling-points-item-left img {
  height: 30px;
  max-width: initial;
}
div.selling-points div.selling-points-inner div.selling-points-item div.selling-points-item-right h3 {
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
  font-weight: 700;
  text-transform: none;
}
div.selling-points div.selling-points-inner div.selling-points-item div.selling-points-item-right p {
  color: #000;
  margin-bottom: 0;
  line-height: 1;
  font-size: 13px;
}
/*
* === Homepage ===
*/
div.home-intro {
  position: relative; 
  margin-bottom: 2.75em;
}
div.home-intro-copy {
  max-width: 75%;
}
div.home-intro div.opening-times {  
  position: absolute;
  right: 0;
  top: -120px;
  border: 1px solid #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center; 
  background-color: #fff;
}
div.home-intro div.opening-times img {
  display: none;
}
div.home-intro div.opening-times h2 span {
  display: none;
}
div.home-intro div.opening-times div.opening-times-inner {
  padding: 30px 34px;
}
div.home-intro div.opening-times div.opening-times-inner p:last-of-type {
  margin-bottom: 0;
}
body.home img.main {
  margin-bottom: 1.5em;
}
body.home div.latest-news {
  padding-top: 1.5em;
}
body.home div.latest-news h2 {
  margin-bottom: 1.5em;
}
body.home div.latest-news div.latest-news-items {
  display: flex;
  justify-content: space-between;
}
body.home div.latest-news div.latest-news-items div.latest-news-item {
  width: 31.3%;
  position: relative;
}
body.home div.latest-news div.latest-news-items div.latest-news-item a.button {
  position: absolute;
  bottom: 0;
  left: 0;
}
body.home div.latest-news div.latest-news-items div.latest-news-item h2 {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
  font-size: 1.1em;
  text-transform: none;
}
body.home div.latest-news div.latest-news-items div.latest-news-item h2 a {
  color: #38A3A5;
}
body.home div.latest-news div.latest-news-items div.latest-news-item p {
  margin-bottom: 10px;
}
body.home div.latest-news div.latest-news-items div.latest-news-item p:last-of-type {
  margin-bottom: 0;
}
body.home div.latest-news div.latest-news-items div.latest-news-item div.featured-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-top: 50%;
  margin-bottom: 20px;
}
div.product-cats {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.5em;
  margin-bottom: 1.5em;
}
div.product-cats-item {
  width: 23%;
  margin-bottom: 1.5em;
}
div.product-cats-item img {
  margin-bottom: 15px;
}
div.product-cats-item span.chevron {
  font-size: 26px;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
div.product-cats-item span.plus,
div.product-cats-item span.minus {
  display: none;
}
div.product-cats-item p {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  text-transform: uppercase;
}
div.content div.product-cats-item ul {
  margin-bottom: 15px;
  margin-top: 15px;
}
div.content div.product-cats-item ul li {
  margin-bottom: 0;
}
div.product-cats p a {
  color: #000;
  font-weight: bold;
}
body.page-id-39 h1 {
	text-align: center;
}
div.trade {
  background-color: #CFE3E2;
  padding: 3em 0;
}
div.trade p:last-of-type {
  margin-bottom: 0;
}
div.trade img.trade-image-desktop {
  position: absolute;
  left: 0;
  top: -80px;
  max-width: 380px;
  width: 100%;
}
div.trade-copy {
  display: flex;
  justify-content: right;
}
div.trade-copy-inner {
  flex-grow: 1;
  margin-left: 400px;
}
div.trade-mobile-image-wrap {
  display: none;
}
div.product-of-month {
  background-color: #F3F3F3;
  padding: 3em 0;
}
div.product-of-month p:last-of-type {
  margin-bottom: 0;
}
div.product-of-month-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.product-of-month-left {
  width: 60%;
}
div.product-of-month-right {
  width: 250px;
  flex-shrink: 0;
}
div.reviews {
  background-color: #F9F9F9;
  padding: 3em 0;
}
div.reviews h2 {
  text-align: center;
}
/*
* === Blog ===
*/
body.blog div.blog-posts {
  padding-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
}
body.blog div.blog-posts article {
  width: 31.3%;
  position: relative;
  margin-bottom: 2em;
}
body.blog div.blog-posts article:nth-of-type(3n+2) {
  margin-left: 3%;
}
body.blog div.blog-posts article:nth-of-type(3n+3) {
  margin-left: auto;
}
body.blog div.blog-posts article div.featured-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-top: 50%;
  margin-bottom: 20px;
}
body.blog div.blog-posts article h2 {
  font-size: 1.1em;
}
body.blog div.blog-posts article a.button {
  position: absolute;
  bottom: 0;
  left: 0;
}
body.blog div.blog-posts article p:last-of-type {
  margin-bottom: 0;
}
nav.pagination {
  clear: both;
  width: 100%;
  padding-top: 1.5em;
}

nav.pagination span.current,
nav.pagination a.page-numbers {
  margin-right: 10px;
}

nav.pagination span.current {
  font-weight: 700;
  color: #202020;
}

nav.pagination svg.svg-icon {
  position: relative;
  top: 7px;
}

/*
* === Blog Single ===
*/
body.single-post li#menu-item-57 a {
  font-weight: bold;
}
body.single-post img.featured {
  float: right;
  margin-left: 2em;
  margin-bottom: 2em;
  max-width: 450px;
}
/*
* === WooCommerce Checkout ===
*/
body.woocommerce-checkout div#customer_details {
  margin-bottom: 1.5em;
}
body.woocommerce-checkout div#payment ul.wc_payment_methods li {
  display: flex!important;;
  flex-wrap: wrap!important;;
}
body.woocommerce-checkout div#payment ul.wc_payment_methods li label {
  display: flex!important;
}
body.woocommerce-checkout div#payment p.woocommerce-SavedPaymentMethods-saveNew {
  display: flex!important;
}
/*
* === WooCommerce Global ===
*/
div.woocommerce-notices-wrapper ul {
  margin-left: 0!important;
}
body.woocommerce-cart div.content ul,
body.woocommerce-checkout div.content ul {
  margin-left: 0;
}
body.woocommerce-cart button.button:disabled,
body.woocommerce-checkout button.button:disabled,
body.woocommerce-cart button.button:disabled[disabled],
body.woocommerce-checkout button.button:disabled[disabled] {
  padding: 5px 30px;
}
body.woocommerce-cart .quantity .qty,
body.woocommerce-checkout .quantity .qty {
  height: 35px;
}
body.woocommerce li#menu-item-53 a {
  font-weight: bold;
}
body.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce ul.products li.product {
  padding-bottom: 45px;
}
body.woocommerce ul.products li.product h2 {
  text-transform: none;
  font-weight: 700;
  padding-top: 0!important;
}
body.woocommerce ul.products li.product span.price {
  border-top: 2px solid #DDDDDD;
  border-bottom: 2px solid #DDDDDD;
  padding: 5px 0;
  font-size: 14px;
}
body.woocommerce ul.products li.product span.price bdi {
  font-weight: 700;
  color: #38A3A5;
}
body.woocommerce ul.products li.product img {
  height: auto!important;
}
body.woocommerce ul.products li.product a.add_to_cart_button,
body.woocommerce ul.products li.product a.button {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
body.woocommerce ul.products li.product a.add_to_cart_button.added,
body.woocommerce ul.products li.product a.button.added {
  display: none;
}
body.woocommerce ul.products li.product a.add_to_cart_button::after,
body.woocommerce ul.products li.product a.button::after {
  top: 5px;
}
body.woocommerce ul.products li.product a.added_to_cart {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #38A3A5;
  color: #fff;
  text-align: center;
  outline: 2px solid #38A3A5;
  text-transform: uppercase;
  padding: 5px 0;
  width: 100%;
}
body.woocommerce ul.products li.product p {
  margin-bottom: 0;
}
body.tax-product_cat ul.products {
  display: flex;
  flex-wrap: wrap;
}
body.tax-product_cat ul.product-category-subcategory-view li {
  width: 49%!important;
  margin-bottom: 15px!important;
  padding-bottom: 0!important;
  margin-right: 0!important;
  margin-left: 0!important;
  background-color: #38A3A5;
  border: 2px solid #38A3A5;
  transition: 0.5s;
}
body.tax-product_cat ul.product-category-subcategory-view li:hover {
  background-color: #fff;
  color: #38A3A5!important;
  transition: 0.5s;
}
body.tax-product_cat ul.product-category-subcategory-view li:hover a,
body.tax-product_cat ul.product-category-subcategory-view li:hover a h2,
body.tax-product_cat ul.product-category-subcategory-view li:hover a h2 mark {
  color: #38A3A5!important;
}
body.tax-product_cat ul.product-category-subcategory-view li:nth-of-type(even) {
  margin-left: auto!important;
}
body.tax-product_cat ul.product-category-subcategory-view li a {
  padding: 15px;
  display: block;
}
body.tax-product_cat ul.product-category-subcategory-view li a h2 {
  color: #fff!important;
  margin-bottom: 0!important;
  padding: 0!important;
}
body.tax-product_cat ul.product-category-subcategory-view li a h2 mark {
  color: #fff!important;
}
/*
* === Shop - Archive ===
*/
body.archive.woocommerce .woocommerce-ordering select {
  padding: 5px;
  color: #202020;
  border-color: #202020;
}
/*
* === Shop - Single ===
*/
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #191919;
  color: #fff !important;
  border-color: #191919;
}
body.single-product section.related {
  clear: both;
}
body.single-product.woocommerce .quantity .qty {
  height: 35px;
}
body.single-product.woocommerce table.variations {
  text-align: left;
  margin-bottom: 1.5em !important;
}
body.single-product.woocommerce .variations select {
  padding: 5px;
}
body.single-product.woocommerce div.entry-summary h1.product_title {
  margin-bottom: 0;
}
body.single-product.woocommerce div.entry-summary p.price {
  margin-bottom: 1em;
}
body.single-product.woocommerce div.entry-summary div.woocommerce-product-rating {
  margin-bottom: 1em;
}
body.single-product.woocommerce div.woocommerce-variation-add-to-cart {
  padding-top: 1em;
}
body.single-product.woocommerce p.stock {
  color: #aaa;
  margin-bottom: 0;
}
/*
* === Shop - Reviews ===
*/
body.woocommerce div#reviews span#reply-title {
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 1em;
}
body.woocommerce div#reviews p.stars a {
  color: gold;
}
body.woocommerce div#reviews div.comment-form-rating label {
  display: block;
  margin-bottom: 0.5em;
}
body.woocommerce div#reviews form label {
  font-size: 16px;
  display: block;
}
body.woocommerce div#reviews form p.comment-form-cookies-consent label {
  display: inline-block;
}
body.woocommerce div#reviews textarea {
  font-size: 14px;
  padding: 10px;
}
body.woocommerce div#reviews form input[type="text"],
body.woocommerce div#reviews form input[type="email"] {
  font-size: 14px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
body.woocommerce div#reviews input#submit {
  background-color: #243543;
  padding: 5px 30px;
  font-weight: 400!important;
  color: #fff !important;
  position: relative;
  display: inline-block;
  border: 2px solid #243543;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.7;
  transition: 0.5s;
}
body.woocommerce div#reviews input#submit:hover {
  background-color: #fff;
  color: #243543 !important;
}
/*
* === Shop - Basket ===
*/
body.woocommerce-cart td.product-thumbnail img {
  height: auto!important;
  max-width: 100px!important;
}
body.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 37px;
  width: 150px;
}
body.woocommerce-cart div.wc-proceed-to-checkout a.button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/* Featuered image */
div.content img.featured {
  float: right;
  margin: 10px 0 2em 2em;
  max-width: 500px;
  width: 100%;
}
/*
* === Product Filters ===
*/
#ProductSearchBox {
  width: 100%; 
  padding: 20px;
  background: #F2F2F2;
  box-sizing: border-box;
  margin: 0 0 30px 0;
  font-size: 90%;
  position: relative;
}
#ProductSearchBox .berocket_single_filter_widget {
  padding: 0 1% 0 1% !important;
  width: 100% !important; 
  position: relative;
  z-index: 100;
}
#ProductSearchBox ul.berocket_aapf_widget {
  margin-bottom: 5px;
}
#ProductSearchBox .berocket_single_filter_widget ul[data-type="select"] select {
  cursor: pointer;
}
#ProductSearchBox ul.berocket_aapf_widget li > span {
  position: relative;
}
#ProductSearchBox .slide .ui-state-default {
  background: #DE6C26;
  border: 1px solid #C45E23;
}
#ProductSearchBox .berocket_aapf_widget-wrapper {
  overflow: hidden;
}
#ProductSearchBox .berocket_aapf_widget-wrapper > div,
#ProductSearchBox .berocket_aapf_widget-wrapper > ul {
  display: block;
  float: left;
  clear: none;
}
#ProductSearchBox .berocket_aapf_widget-wrapper > div {
  width: 25%;
  padding-right: 5%;
  display: table;
  height: 30px;
}
#ProductSearchBox .berocket_aapf_widget-wrapper > ul {
  width: 67%;
  padding-bottom: 0;
}
#ProductSearchBox .berocket_single_filter_widget_828744 .berocket_aapf_widget-wrapper > div,
#ProductSearchBox .berocket_single_filter_widget_828745 .berocket_aapf_widget-wrapper > div {
  width: 90%;
  float: none;
  clear: both;
  padding: 0 10% 0 0;
}
#ProductSearchBox .berocket_single_filter_widget_828744 .berocket_aapf_widget-wrapper > ul,
#ProductSearchBox .berocket_single_filter_widget_828745 .berocket_aapf_widget-wrapper > ul {
  width: 93%;
  float: none;
  clear: both;
  padding: 0 calc(7% - 7.8px) 0 7.8px;
}
#ProductSearchBox .berocket_slider_end_val {
  text-align: right;
}
#ProductSearchBox .slider {
  margin-bottom: 15px;
}
#ProductSearchBox span.left input,
#ProductSearchBox span.right input {
  font-style: normal;
}
#ProductSearchBox .berocket_aapf_widget-title {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 0;
}
#ProductSearchBox .berocket_single_filter_widget_825494 .berocket_aapf_widget-title,
#ProductSearchBox .berocket_single_filter_widget_825496 .berocket_aapf_widget-title {
  line-height: initial;
}
#ProductSearchBox h3 {
  text-transform: none;
  margin-bottom: 5px;
  font-size: 16px;
}
#ProductSearchBox select {
  background-color: #fff;
}
#ProductSearchBox div.bapf_sfilter {
  margin-bottom: 10px!important;
}
#ProductSearchBox div.bapf_slidr {
  margin-bottom: 20px!important;
}
#ProductSearchBox div.bapf_slct div.bapf_head {
  min-width: 240px;
}
#ProductSearchBox div.bapf_slct div.bapf_body {
  flex-grow: 1;
}
#ProductSearchBox .berocket_single_filter_widget select {
  appearance: none;
  border: 1px solid #ccc;
  background: url('assets/images/icons/down-arrow.png') no-repeat 94% center;
  padding-right: 25px;
  padding: 10px 10px;
  border-radius: 0;
  background-color: #fff;
}
/*
* === Footer ===
*/
footer#main div.footer-content {
  background-color: #38A3A5;
  padding: 2em 0;
}
footer#main div.footer-content p {
  margin-bottom: 0;
  color: #fff;
}
footer#main div.footer-content a {
  color: #fff;
}
footer#main div.footer-content div.footer-content-inner {
  display: flex;
}
footer#main div.footer-content div.footer-content-inner div.footer-content-inner-left nav ul li {
  list-style-type: none;
}
footer#main div.footer-content div.footer-content-inner div.footer-content-inner-right {
  margin-left: auto;
  text-align: right;
}
footer#main div.footer-social {
  display: none;
}
footer#main div.footer-credit {
  background-color: #243543;
  padding: 1em 0;
}
footer#main div.footer-credit div.footer-credit-inner {
  display: flex;
}
footer#main div.footer-credit div.footer-credit-inner div.footer-credit-right {
  text-align: right;
  margin-left: auto;
}
footer#main div.footer-credit br {
  display: none;
}
footer#main div.footer-credit p,
footer#main div.footer-credit a {
  color: #fff;
}
footer#main div.footer-credit p {
  margin-bottom: 0;
  font-size: 14px;
}
/*
* === Media Queries ===
*/
@media screen and (max-width: 1365px) { 

  div#navigation-main nav ul li a {
    font-size: 13px;
  }

  div#navigation-main nav ul li.fixed-width {
    width: 160px;
  }
  
}
@media screen and (max-width: 1279px) {
  div.home-intro-copy {
    max-width: 68%;
  } 
  div.content img.featured {   
    max-width: 450px;  
  } 
  div.category-wrapper {
    flex-wrap: wrap;
  }
  div.brochure.mobile {
    display: block;
    margin-top: 1.5em;
    border-left: none;
    border-right: none;
    padding: 1.5em 0;
    text-align: left;
    border-bottom: none;
  }
  div.brochure.mobile img {
    max-width: 200px;
  }
  div.brochure.mobile div.brochure-inner {
    padding: 0;
  }
  div.category-wrapper div.category-wrapper-left {
    width: 100%;
    max-width: 100%;
  }
  div.category-wrapper div.category-wrapper-left div.brochure {
    display: none;
  }
  div.category-wrapper div.category-wrapper-right {
    width: 100%;
  }
  /* Home */ 
  body.home img.main {
    width: 100%;
  }  
  div.category-list {
    margin-bottom: 1.5em;
    position: relative;
    cursor: pointer;
  }
  div.category-list h2 {
    pointer-events: initial;
  }
  div.category-list img.category-hamburger,
  div.category-list img.category-hamburger-close {
    position: absolute;
    height: 20px;
    top: 9px;
    z-index: 10;
    right: 15px;
    cursor: pointer;
  }
  div.category-list img.category-hamburger {
    display: block;
  }
  div.category-list div.cat-list-wrapper {
    display: none;
  }
  div.category-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  div.category-list ul li {
    width: 50%;
    overflow: hidden;
  }
  div.category-list ul li:nth-of-type(odd) a {
    border-right: 1px solid #243543;
    height: 100%;
  } 
}
@media screen and (max-width: 1199px) { 
  div.header-top-right img.hamburger {
    display: block;
  }
  header#main div.header-top {
    min-height: 40px;
    padding: 0;
  }

  header#main div.header-top div.header-top-inner div.header-top-right ul {
    gap: 10px;
    margin-top: 45px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  header#main div.header-top div.header-top-inner {
    position: relative;
  }

  header#main div.header-top div.header-top-inner div.header-top-left {
    position: absolute;
    left: 0px;
    top: 8px;
  }

  header#main div.header-top div.header-top-inner div.header-top-right ul li {
    width: 100%;
  }

  div.header-top-right nav {
    display: none;
  }  
   div.selling-points-wrapper {
    display: none;
  }
  .mega-menu {
    display: none!important;
  }
  div.navigation-main-mobile {
    display: block;
  }
  div.navigation-main-mobile img {
    height: 10px;
    display: inline-block;
    margin-left: 5px;
  }
  div.navigation-main-mobile img.flipped {
    transform: rotate(180deg);
  }
   div#navigation-main {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
   }
   
 div#navigation-main nav {
    display: none;
  }
  div#navigation-main nav ul {
    padding-top: 25px; 
    padding-bottom: 15px;
    flex-wrap: wrap;   
    gap: 10px;
  }
  div#navigation-main nav ul li {  
    width: 100%;   
    flex: auto;
    text-align: center;
  }
  div#navigation-main nav ul li.fixed-width {
    width: 100%;
  }
  div#navigation-main nav ul li br {
    display: none;
  } 
}
@media screen and (max-width: 1023px) {  
  
  /* Global */
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  div.product-cats-item {
    width: 48%;
  }
   div.home-intro {
    flex-wrap: wrap;
    margin-bottom: 0;
   }
  div.home-intro div.opening-times {  
    position: relative;
    top: 0;
    box-shadow: none;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom: 1.5em;    
    cursor: pointer;
    background-color: #fff;
  }
  div.home-intro div.opening-times img {
    height: 10px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: -2px;
  }
  div.home-intro div.opening-times img.flipped {
    transform: rotate(180deg);
  }
  div.home-intro div.opening-times div.opening-times-inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
   div.home-intro div.opening-times-copy {
    display: none;
    padding-top: 15px;
   }
     div.home-intro div.opening-times h2 {
      margin-bottom: 0;
      line-height: 1;
     }
  body.home div.content {
    padding-top: 0;
  }
  div.home-intro-copy {
    max-width: 100%;
    order: 2;
  }

  header#main div.header-basket img.search-icon {
    display: inline-block;
    height: 30px;    
    cursor: pointer;   
  }

  
 
  div.content img.featured {   
    max-width: 300px;  
  }
  /* Blog */
  body.single-post img.featured {
    max-width: 300px;
  }
  body.blog div.blog-posts article {
    width: 48%;
    margin-left: 0!important;
  }
  body.blog div.blog-posts article:nth-of-type(even) {
    margin-left: auto!important;
  }
  /* Header */  

  header#main div.header-main div.header-main-inner div.search-desktop {
    display: none;
  }
  
  header#main div.header-main {
    padding: 1em 0;
  }
  header#main div.header-main div.header-main-inner div.logo div.logo-inner div.logo-image img {
    width: 60px;
    height: auto;
  }
  header#main div.header-main div.header-main-inner div.logo div.logo-inner div.logo-strapline h1 {
    font-size: 20px;
  }
  header#main div.header-main div.header-main-inner div.logo div.logo-inner div.logo-strapline h2 {
    font-size: 12px;
  }
  /* Content */
  div.content div.content-inner {
    flex-wrap: wrap;
  }
  div.content div.content-inner div.content-inner-left {
    width: 100%;
  }
  div.content div.content-inner div.content-inner-right {
    width: 100%;
  }
  /* Nav */
  header#main {
    border-bottom: 2px solid #243543;
  }
 
  
  
}
@media screen and (max-width: 800px) {
  div#nf-form-2-cont div.nf-form-wrap {
    padding-top: 0;
  }
  div#nf-form-2-cont #ninja_forms_required_items,
  .nf-field-container {
    margin-bottom: 10px!important;
  }
  div#nf-form-2-cont h2 {
    margin-top: 15px;
  }
  div#nf-form-2-cont div#nf-field-19-container h2 {
    margin-top: 0;
  }
  div#nf-form-2-cont div#nf-field-33-container {
    padding-top: 20px;
    margin-bottom: 0!important;
  }
  div#nf-field-43-container h2 {
    margin-top: 0px;
  }
  div#nf-field-34-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  body.woocommerce ul.products li.product:nth-of-type(even) {
    margin-left: auto;
  }
  body.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  header#main div.header-main {
    padding: 0.75em 0;
  }
  div.logo-strapline {
    display: none;
  }
  header#main div.header-main div.header-main-inner div.logo div.logo-inner div.logo-image {
    margin-right: 0;
  }
  div.product-of-month-inner {
    flex-wrap: wrap;
  }
  div.product-of-month-left {
    margin-bottom: 1.5em;
  }
  div.product-of-month-left,
  div.product-of-month-right {
    width: 100%;
  }
  div.trade img.trade-image-desktop  {
    display: none;
  }
  div.trade-copy-inner {
    margin-left: 0;
  }
  div.trade-mobile {
    display: flex;
    align-items: center;
  }
  div.trade-mobile-image-wrap {
    width: 150px;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 1.5em;
  }
  div.content img.featured {   
    max-width: 250px;  
  }
  /* Blog */
  body.single-post img.featured {
    max-width: 250px;
  }
  /* Home */
  body.home div.latest-news div.latest-news-items {
    flex-wrap: wrap;
  }
  body.home div.latest-news div.latest-news-items div.latest-news-item {
    width: 100%;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #000;
    padding-bottom: 1.5em;
  }
  body.home div.latest-news div.latest-news-items div.latest-news-item:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  body.home div.latest-news div.latest-news-items div.latest-news-item a.button {
    position: relative;
  }
  /* Contact */
  div.contact {
    flex-wrap: wrap;
  }
  div.contact div.contact-left {
    width: 100%;
    margin-bottom: 1em;
  }
  div.contact div.contact-right {
    width: 100%;
    padding-top: 0;
    text-align: left;
  }
  div.contact div.contact-right iframe {
    height: 250px;
  }
  /* Header */ 

  header#main div.header-top div.header-top-inner {
    flex-wrap: wrap;
  }
  header#main div.header-top div.header-top-inner div.header-top-left {
    width: 100%;
  }
  header#main div.header-top div.header-top-inner div.header-top-right {
    width: 100%;    
  }
  /* Footer */
  footer#main div.footer-credit div.footer-credit-inner {
    flex-wrap: wrap;
    text-align: center;
  }
  footer#main div.footer-credit div.footer-credit-inner div {
    width: 100%;
  }
  footer#main div.footer-credit div.footer-credit-inner div.footer-credit-right {
    text-align: center;
    padding-top: 1em;
  }
}
@media screen and (max-width: 639px) {

  body.tax-product_cat ul.product-category-subcategory-view li {
    width: 100%!important;    
  }

  footer#main div.footer-social {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5em;
    gap: 10px;
  }

  footer#main div.footer-social img {
    height: 30px;
  }  

  div.product-cats-item span.plus {
    display: inline-block;
  }

  div.product-cats-item span.plus,
  div.product-cats-item span.minus {   
    color: #000;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #000;
    font-size: 30px;
    cursor: pointer;
  }

  div.product-cats-item span.chevron {
    position: absolute;
    top: 5px;
    right: 0;
  }

  div.product-cats {
    margin-bottom: 1.5em;
  }

  div.content div.product-cats-item div.product-subcategories-wrapper {
    display: none;   
  }

  div.product-cats-item:first-of-type p {
    border-top: 1px solid #000;
  }

  div.product-cats-item p {   
    margin-bottom: 0;
    position: relative;
    line-height: 1;
    padding: 5px 0;
    display: flex;
    align-items: center;
  }

  div.product-cats-item {
    width: 100%;
    margin-bottom: 0;
  }

  div.product-cats-item img {
    display: none;
  }
  
  header#main div.header-top div.header-top-inner div.header-top-left a.social-icon {
    display: none;
  }
  div.content img.featured {   
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 1.5em; 
  }
  /* Woocommerce Checkout */
  form.checkout_coupon p.form-row {
    width: 100%;
    padding: 0;
  }
  form.checkout_coupon button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    display: block;
  }
  form.checkout_coupon p.form-row-last {
    padding-top: 5px;
  }
  /* Blog */
  body.single-post img.featured {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  body.blog div.blog-posts article {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 2em;
  }
  body.blog div.blog-posts article:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  body.blog div.blog-posts article a.button {
    position: relative;
  }   
  header#main div.header-main div.header-main-inner div.logo div.logo-inner div.logo-image img {
    width: 40px;
  } 
  /* Footer */
  footer#main div.footer-content div.footer-content-inner {
    flex-wrap: wrap;
    text-align: center;
  }
  footer#main div.footer-content div.footer-content-inner div {
    width: 100%;
  }
  footer#main div.footer-content div.footer-content-inner div.footer-content-inner-left {
    border-bottom: 1px solid #fff;
    padding-bottom: 1em;
  }
  footer#main div.footer-content div.footer-content-inner div.footer-content-inner-left nav ul li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  footer#main div.footer-content div.footer-content-inner div.footer-content-inner-right {
    text-align: center;
    padding-top: 1em;
  }
}
@media screen and (max-width: 479px) {
  span.checkout-copy {
    display: none;
  }
  /* Filters */
  #ProductSearchBox div.bapf_slct {
    flex-wrap: wrap;
  }
  #ProductSearchBox div.bapf_slct div.bapf_head {
    width: 100%;
    min-width: 100%;
  }
  #ProductSearchBox div.bapf_slct div.bapf_body {
    width: 100%;
  }
  /* Global */
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  /* Woocommerce global */
  ul.tabs {
    padding-left: 0!important;
  }
  ul.tabs li {
    width: 100%;
  }
  .woocommerce div.woocommerce-message::before {
    top: 1.3em;
  }
  .woocommerce div.woocommerce-message {
    flex-wrap: wrap;
  }
  .woocommerce div.woocommerce-message a.button {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /*Woocommerce Checkout */
  body.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100%;
    margin-bottom: 10px;
  }
  body.woocommerce-cart table.cart td.actions .coupon button.button {
    width: 100%;
  }
  /* Woocommerce single product */
  body.single-product.woocommerce table.variations tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5em;
  }
  body.single-product.woocommerce table.variations tr th,
  body.single-product.woocommerce table.variations tr td {
    width: 100%;
  }
  /* Header */
  header#main div.header-top p,
  header#main div.header-top a {
    font-size: 12px;
  }  
  header#main div.header-main div.header-main-inner div.logo div.logo-inner div.logo-image {
    margin-right: 10px;
  }
  header#main div.header-main div.header-main-inner div.logo div.logo-inner div.logo-image img {
    width: 30px;
  }
  header#main div.header-main div.header-main-inner div.logo div.logo-inner div.logo-strapline h2 {
    font-size: 9px;
  }
  header#main div.header-main div.header-main-inner div.logo div.logo-inner div.logo-strapline h1 {
    font-size: 19px;
  }
  /* Global */
  a.button,
  div.wp-block-button,
  a.wp-block-button__link {
    padding-left: 0!important;
    padding-right: 0!important;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  /* Cat List */
  div.category-list ul li {
    width: 100%;
  }
  div.category-list ul li a {
    border: none!important;
    height: auto!important;
  }
  /* Footer */
  footer#main div.footer-credit span {
    display: none;
  }
  footer#main div.footer-credit br {
    display: block;
  }
  /* Brochure */
  div.brochure div.brochure-inner img {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 376px) {
  div.slideshow-desktop {
    display: none;
  }
  div.slideshow-mobile {
    display: block;
  }
}
/*
* === Nav toggle fix  ===
*/
@media screen and (min-width: 1200px) {
  div#navigation-main nav {
    display: block!important;
  }   
  div.header-top-right img.hamburger-close {
    display: none!important;
  }
  div.header-top-right nav {
    display: block!important;
  }
}

@media screen and (min-width: 1024px) {
  
  div.home-intro div.opening-times-copy {
    display: block!important;
  }
  header#main div.search-mobile {
    display: none!important;
  }
 
}
@media screen and (min-width: 640px) {
 div.product-subcategories-wrapper {
    display: block!important;
  }
}
@media screen and (min-width: 1280px) {
  div.category-list div.cat-list-wrapper {
    display: block!important;
  }
  div.category-list img.category-hamburger-close {
    display: none!important;
  }
}
