/*
Theme Name: Leverton Framers
Author: Pink Fish Associates
Version: 1.00
*/
/*
* === Global shared ===
*/
body.page-id-720 div.newsletter {
	display: none;
}
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  font-weight: 400;
  line-height: 1.7;
}
button {
  font-family: "Montserrat", sans-serif;
}
div.container,
main#main {
  max-width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4 {
  font-family: Georgia, serif; 
  font-weight: normal;
  margin: 0 0 0.5em 0;
  padding: 0; 
  color: #2B5837;
  line-height: 1.2;
  text-transform: uppercase;
}
h1 {
  font-size: 44px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 20px;
}
p {
  margin: 0 0 1.5em 0;
  line-height: 1.7;
  color: #4b4b4b;
  font-size: 16px;
}
ul {
  margin-left: 20px;
  margin-bottom: 1.5em;
  padding: 0;
}
ul li {
  line-height: 1.7;
  color: #4b4b4b;
  margin-bottom: 0;
  font-size: 16px;
}
span {
  line-height: 1.7;
  color: #4b4b4b;
}
a {
  text-decoration: none;
  color: #2B5837;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
img {
  max-width: 100%;
}
div.content,
div#primary {
  padding:  3em 0;
  background-color: #fff;
  overflow: hidden;
}

div.intro {
  text-align: center;
}

div.content a,
div#primary a {
  font-weight: bold;
}

div.content img.featured {
  float: right;
  margin: 10px 0 2em 2em;
  max-width: 500px;
  width: 100%;
}

a.button,
a.wp-element-button,
div.nf-field-element input[type="submit"].nf-element {
  background-color: #2B5837;
  text-align: center;
  padding: 10px 50px;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #2B5837; 
  transition: 0.5s;
  color: #fff; 
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

a.button:hover,
a.wp-element-button:hover,
div.nf-field-element input[type="submit"].nf-element:hover {
  text-decoration: none;
  background-color: transparent;
  color: #2B5837;
  transition: 0.5s;
}

div.wp-block-buttons {
  margin-bottom: 1.5em;
}

div.content figcaption {
	background-color: #edf3f4;
	font-size: 16px;
	margin: 0;
	padding: 10px;
}

div.content figure.full-width img {
	width: 100%;
}

div.heading {
  text-align: center;
  margin-bottom: 3em;
  display: block;
}

blockquote {
  border-color: #2B5837!important;
}

div.tint {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

div.center {
  text-align: center;
}

/*
* === Header ===
*/

body.page-template-print header#main {
  border-bottom: none;
  padding-bottom: 0;
}

body.home header#main a.offer,
body.page-template-print header#main div.offer {
  margin-top: 1.2em;
  border-top: 5px solid #273C2B;
  border-bottom: 1px solid #273C2B;
}

header#main {
  background-color: #0A7D44;
  background-image: linear-gradient(#203025 , #2B5837);
  padding: 1.2em 0;
  border-bottom: 5px solid #273C2B;
  position: sticky;
  top: 0;
  z-index: 10000;
}

header#main a.logo {
  display: inline-block;
}

header#main a.logo img {
  display: inline-block;
  vertical-align: top;
  width: 300px;
}

img.hamburger,
img.hamburger-close,
a.icon-basket {
  display: none;
}

header#main nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 45px;
}

header#main nav ul.sub-menu {
  display: none;
  position: absolute;
  top: 45px;
  left: -20px;
  background-color: #2B5837;
  z-index: 9999;
  padding: 15px 20px;
  width: 200px;
}

header#main nav ul.sub-menu>li {
  margin-bottom: 25px;
}

header#main nav ul.sub-menu>li:last-of-type {
  margin-bottom: 0;
}

header#main nav ul li {
  list-style-type: none;
  text-transform: uppercase;
  line-height: 1;
  font-family: Georgia, serif; 
  margin: 0;
}

header#main nav ul li.menu-item-has-children {
  position: relative;
  cursor: pointer;
}

header#main nav ul li.menu-item-has-children > a:after {
    content: '\2193';
    position: relative;
    top: -3px;
    font-size: 14px;
    padding-left: 5px;
    display: inline-block;
}

header#main nav ul li.menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 50px;
}

header#main nav ul li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

header#main nav ul li a {
  color: #f9ebeb;
}

header#main nav ul li.current-menu-item a {
  color: #E5D385;
  transition: 0.5s;
}

header#main nav ul li a:hover {
  color: #E5D385;
  text-decoration: none;
  transition: 0.5s;
}

header#main div.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header#main div.header-right {
  display: flex;
  align-items: center;
  padding-top: 5px;
}

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

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

header#main div.cart-wrapper a.cart-customlocation {
    position: relative;
}

header#main div.cart-wrapper a.cart-customlocation span.cart-total {
    font-size: 14px;
}

header#main div.cart-wrapper span.cart-total span {
    color: #2B5837;
    font-weight: bold;
}

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

header#main div.cart-wrapper div.icon-basket-wrap img {
    height: 20px;
    position: relative;
    top: 4px;
}

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: 1000;
    padding: 15px;
}

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: #2B5837;
}

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 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: #2B5837;
  border: 1px solid #2B5837;
  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: #2B5837;
}


/*
* === Home ===
*/

div.social {
  background-color: #2B5837;
  padding: 0.75em 0;
  font-family: Georgia, serif; 
}

div.social ul li,
div.social ul li a {
  color: #f9ebeb;
}

div.social ul li img {
  display: inline-block;
}

div.social ul li a {
  display: inline-block;
  vertical-align: top;
}

div.social ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}

div.social ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}

div.social-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.home div.content {
  text-align: center;
  background-color: #F9EBEB;
}

body.home div.content p:last-of-type {
  margin-bottom: 0;
}

div.home-intro {
  max-width: 70%;
  margin: 0 auto;
}

div.home-banner {
  background-image: url('assets/images/home.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 15em 0;
  background-attachment: fixed;
  text-align: center;
  position: relative;
}

div.home-banner h2 {
  color: #f9ebeb;
  z-index: 100;
  position: relative;
  text-shadow: 2px 2px #000;
  margin-bottom: 25px;
}

div.home-banner img {
  position: relative;
  z-index: 100;
}

div.home-banner p {
  margin-bottom: 0;
  text-transform: uppercase;
}

/*
* === Team banner ===
*/

div.team-banner {
  background-image: url('assets/images/team-v3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 17em 0;
  background-attachment: fixed;
  text-align: center;
  position: relative;
}

div.team-banner h2 {
  margin-bottom: 5px;
}

div.team-banner h2,
div.team-banner p {
  color: #fff;
  z-index: 100;
  position: relative;
  text-transform: uppercase;
}

div.team-banner p:last-of-type {
  margin-bottom: 0; 
}

div.team-banner a.button:hover {
  background-color: #fff;
  color: #2B5837;
}

/*
* === Service banner ===
*/

div.service-banner {
  background-image: url('assets/images/service.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 17em 0;
  background-attachment: fixed;
  text-align: center;
  position: relative;
}

div.service-banner h2 {
  margin-bottom: 5px;
}

div.service-banner h2,
div.service-banner p {
  color: #fff;
  z-index: 100;
  position: relative;
}

div.service-banner p {
  margin-bottom: 0;
  text-transform: uppercase;
}

/*
* === Services ===
*/

div.services {
  padding: 5em 0;
  background-color: #F9EBEB;
}

/*
* === Tiles ===
*/

div.tiles.our-work div.tile div.tile-inner h3 {
  margin-bottom: 10px;
  text-align: center;
}

div.tiles {
  display: flex;
  flex-wrap: wrap;  
  padding-top: 1.5em;
}

div.tile-overlay {
  position: absolute;
  width: 0%;
  height: 100%;
  background: rgba(43, 88, 55, 0.8);
  transition: 0.5s;
}

div.tiles a.tile,
div.tiles div.tile  {
  width: 30%;
  background-color: #fff;
  margin-bottom: 4.5%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  position: relative;
}

div.tile div.sold {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

div.tile div.sold span {
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  background-color: red;
  padding: 10px;
  display: block;
  text-transform: uppercase;
}

div.tiles a.tile:hover {
  text-decoration: none;
}

div.tiles a.tile:hover div.tile-overlay {
  width: 100%;
}

div.tiles a.tile h3,
div.tiles a.tile p,
div.tiles div.tile h3,
div.tiles div.tile p  {
  position: relative;
  transition: color 0.5s ease;
}

div.tiles a.tile:hover h3,
div.tiles a.tile:hover p {
  color: #fff;
}

div.tiles a.tile:nth-child(3n+2),
div.tiles div.tile:nth-child(3n+2) {
  margin-left: 5%;
}

div.tiles div.tile:nth-child(3n+3),
div.tiles a.tile:nth-child(3n+3) {
  margin-left: auto;
}

div.tiles div.tile .featured-image,
div.tiles a.tile .featured-image {
  background-size: cover;
  height: 0;
  padding-top: 100%;
  margin-bottom: 25px;
}

div.tiles a.tile div.tile-inner,
div.tiles div.tile div.tile-inner {
  padding: 25px;
  text-align: center;
}

div.tiles a.tile div.tile-inner img,
div.tiles div.tile div.tile-inner img {
  width: 100%;
  margin-bottom: 15px;
}

div.tiles a.tile div.tile-inner h3,
div.tiles div.tile div.tile-inner h3 {
  margin-bottom: 0;
}

div.tiles a.tile p:last-of-type,
div.tiles div.tile p:last-of-type {
  margin-bottom: 0;
}

/*
* === Blocks ===
*/

body.page-template-team div.blocks-list-item p:last-of-type {
  margin-bottom: 0;
}

div.blocks-list-item {
  background: #F9EBEB;
  margin-bottom: 3em;
}

div.blocks-list-item:nth-of-type(even) {
  background-color: #2B5837;
}

div.blocks-list-item:nth-of-type(even) h2,
div.blocks-list-item:nth-of-type(even) h3,
div.blocks-list-item:nth-of-type(even) h4,
div.blocks-list-item:nth-of-type(even) p,
div.blocks-list-item:nth-of-type(even) ul li {
  color: #fff;
}

div.blocks-list-item:last-of-type {
  margin-bottom: 0;
}

div.blocks-list-item-inner {
  padding: 25px;
  display: flex;
  justify-content: space-between;
}

div.blocks-list-item.full-width div.blocks-list-item-inner {
  display: block;
}

div.blocks-list-left {
  width: 400px;
  flex-shrink: 0;
}

div.blocks-list-left div.image-wrap {
  border: 20px solid #fff;
}

div.blocks-list-left img {
  display: block;
}

div.blocks-list-right {
  margin-left: 25px;
}

#frames-and-mouldings,
#mountboards,
#glass-acrylic-mirrors,
#canvases-and-framing,
#three-dimensional-framing-memorabilia,
#fine-art-giclee-printing {
  scroll-margin-top: 140px;
}

/*
* === Pricing Tables ===
*/

.scroll-instructions {
  display: none;
  font-weight: bold; 
  margin-bottom: 0.5em;
}

.scroll-instructions span {
  position: relative;
  top: -5px;
}

.scroll-instructions img {
  width: 66px;
}

.scroll-instructions img.scroll-arrow-right {
  transform: scaleX(-1);
}

.table-container {
  margin-bottom: 1.5em;
  display: flex;
}

table.pricing {
  width: 100%;
  border-collapse: collapse;
}

table.pricing th {
  background-color: #CCBB6B;
  color: #fff;
  text-align: left;
  padding: 7px;
}

table.pricing td {
  text-align: left;
  padding: 7px;
  background-color: #fff;
}

table.pricing tr:nth-of-type(even) td {
  background-color: #e0d3d3;
}

/*
* === Print page ===
*/

img.print-image {
  float: right;
  margin: 0 0 2em 2em;
}

/*
* === Events page ===
*/

div.event-share {
  padding: 3em 0;
  background-color: #fff;
}

div.event-share h2 {
  text-align: center;
}

div.event-share p:last-of-type {
  margin-bottom: 0;
}

div.upcoming-events {
  background-color: #2B5837;
  padding: 3em 0 3em 0;
}

div.upcoming-events p.intro {
  color: #fff;
  margin: 0;
  text-align: center;
}

div.upcoming-events h2 {
  color: #fff;
  text-align: center;
}

div.past-events {
  background-color: #6a8a73;
  padding: 3em 0 3em 0;
}

div.past-events p.intro {
  color: #fff;
  margin: 0;
  text-align: center;
}

div.past-events h2 {
  color: #fff;
  text-align: center;
}

div.featured-event {
  display: flex;
  justify-content: space-between;
}

div.featured-event-left {
  width: 60%;
}

div.featured-event-right {
  width: 35%;
}

div.featured-additional {
  padding-top: 15px;
}

div.featured-additional p:last-of-type {
  margin-bottom: 0;
}

div.featured-event-right img {
  height: auto!important;
}

/*
* === Events feed ===
*/

div.events-feed {
  background-color: #F9EBEB;
  padding: 5em 0;
}

div.events-feed div.tiles a.tile {
  margin-bottom: 0;
}

p.view-all-events {
  text-align: center;
  padding-top: 3em;
  margin-bottom: 0;
}

/*
* === Testimonials ===
*/

.testimonials { 
  padding: 3em 0;
  text-align: center;
  background-image: url('assets/images/testimonials-bg.jpg');
  background-repeat: no-repeat;
}
.testimonials .testimonials-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.testimonials .quote {
  font-family: 'Handlee', cursive;
}
.testimonials h2 {
  margin: 0 0 2em 0;
  padding: 0;
  color: #fff;
  font-size: 1.3em;
}
.testimonials p {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  color: #fff;
}
.testimonials img {
  margin-top: 2em;
  margin-bottom: 1.5em;
  width: 80%;
}
.testimonials img.icon {
  width: auto;
  max-width: 100%;
}
.testimonial-name {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  color: #83a783;
  text-transform: uppercase;
}
.testimonial-client {
  margin-bottom: 1em;
}

.strong-view .wpmslider-pager-item {
  margin: 0 5px;
}

/*
* === Offer ===
*/

div.offer {
  background-color: #CCBB6B;
  padding: 0.75em 0;
  text-align: center;
}

a.offer {
  background-color: #254085;
  padding: 0.75em 0;
  text-align: center;
  display: block;
  transition: 0.5s;
}

div.offer p,
a.offer p {
  color: #fff;
  margin: 0;
}

a.offer:hover {
  text-decoration: none;
  background-color: #3a5391;
  transition: 0.5s;
}


/*
* === Contact us ===
*/

div.map iframe {
  display: block;
}

div.contact-us {
  background-color: #F9EBEB;
  padding: 5em 0;
}

div.contact-us h2 {
  margin-bottom: 0.75em;
}

/*
* === WooCommerce Shared ===
*/
.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio {
  display: block;
}
.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio li.tmcp-field-wrap {
  float: left;
  width: auto;
  margin-right: 15px;
}
.tm-extra-product-options .tm-epo-field.tmcp-radio {
  top: -1px!important;
}
ul.products {
  display: flex;
  flex-wrap: wrap;
}
ul.products::before {
  display: none;
}
div#pwgc-purchase-container {
  visibility: hidden!important;
  height: 0!important;
}
button.wc-block-components-button {
  background-color: #2B5837;
 border: 2px solid #2B5837;
  padding-left: 0;
  padding-right: 0;
  color: #fff!important;
  transition: 0.5s!important;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  
}
button.wc-block-components-button span {
  color: #fff;
}
button.wc-block-components-button:hover {
  background-color: #fff;
  text-decoration: none;
  transition: 0.5s;
  color: #2B5837;
}
button.wc-block-components-button:hover span {
  color: #2B5837;
}
body.woocommerce ul.products li.product,
.woocommerce ul.products li.product {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce ul.products li.product img,
.woocommerce ul.products li.product img {
  height: auto!important;
}
body.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h2 {
  color: #333;
  font-size: 25px!important;
}
body.woocommerce ul.products li.product span.price,
.woocommerce ul.products li.product span.price {
  color: #E5D385!important;
  font-weight: bold;
}
body.woocommerce ul.products li.product span.price bdi,
.woocommerce ul.products li.product span.price bdi,
body.woocommerce ul.products li.product span.woocommerce-Price-currencySymbol,
.woocommerce ul.products li.product span.woocommerce-Price-currencySymbol {
color: #E5D385!important;
}
body.woocommerce ul.products li.product a.button.added,
.woocommerce ul.products li.product a.button.added {
  display: none;
}
body.woocommerce ul.products li.product a.button,
body.woocommerce ul.products li.product a.added_to_cart,
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product a.added_to_cart {
  padding: 10px 0;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #2B5837;
  color: #fff;
  border-radius: 0;
  border: 1px solid #2B5837;
  transition: 0.5s;
  text-transform: uppercase;
}
body.woocommerce ul.products li.product a.button:hover,
body.woocommerce ul.products li.product a.added_to_cart:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product a.added_to_cart:hover {
  background-color: #fff;
  color: #2B5837;
  transition: 0.5s;
}
body.woocommerce ul.products p.view-details,
.woocommerce ul.products p.view-details {
  width: 100%;
  font-size: 14px;
}
body.woocommerce ul.products p.view-details a,
.woocommerce ul.products p.view-details a {
  color: #2B5837;
}
body.woocommerce ul.products p.view-details a:hover,
.woocommerce ul.products p.view-details a:hover {
  text-decoration: underline;
}
body.woocommerce ul.products mark,
.woocommerce ul.products mark {
  display: none;
}
/*
* === WooCommerce Archive ===
*/
body.archive .bapf_sfilter.bapf_ckbox input[type=checkbox] {
  position: relative;
  top: -1px;
  margin-left: 0;
}
body.archive .woocommerce-ordering select {
  padding: 5px 5px;
  font-family: "Montserrat", sans-serif;
}
.woocommerce div.product form.cart .variations select {
  border: 1px solid #8F8F9D;
  border-radius: 2px;
}
table.variations tr {
  display: flex;
  flex-wrap: wrap;
}
table.variations tr th, 
table.variations tr td {
  width: 100%;
}
body.archive div.term-description {
  margin-bottom: 1.5em;
  font-size: 14px;
}
body.archive p.woocommerce-result-count {
  font-size: 14px;
  color: #bbb;
}
body.archive a.show-all {
  float: left;
  font-size: 14px;
  clear: both;
  margin-bottom: 1.5em;
}
.woocommerce .woocommerce-ordering {
  margin-bottom: 0;
}
.woocommerce .woocommerce-result-count {
  margin-bottom: 3em;
}
/*
* === WooCommerce Single Product ===
*/
:focus-visible {
  outline: none!important;
}
body.single-product.woocommerce input[type="text"],
body.single-product.woocommerce select  {
  padding: 10px;
}
body.single-product.woocommerce .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  text-align: left;
  color: #909090;
}
body.single-product.woocommerce table.variations select {
  padding: 5px 0;
  font-size: 16px;
  color: #909090;
  font-family: "Montserrat", sans-serif;
}
body.single-product.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 1.5em;
  color: #909090;
}
body.single-product.woocommerce .woocommerce-breadcrumb a {
  color: #2B5837;
}
body.single-product.woocommerce div.product h1.product_title {
  margin-bottom: 10px;
}
body.single-product.woocommerce div.product p.price {
  margin-bottom: 0.5em;
  color: #E5D385;
}
body.single-product.woocommerce div.product p.price span {
  color: #E5D385;
  font-weight: bold;  
}
body.single-product.woocommerce div.product p.stock {
  margin-bottom: 1em;
}
body.single-product.woocommerce div.product div.woocommerce-product-details__short-description p {
  margin-bottom: 0.75em;
}
body.single-product.woocommerce div.product div.product_meta {
  border-top: 1px dotted #909090;
  border-bottom: 1px dotted #909090;
  padding: 5px 0;
  font-size: 14px;
}
body.single-product.woocommerce div.product div.product_meta span.sku_wrapper {
  margin-right: 10px;
}
body.single-product.woocommerce div.product button[type="submit"],
div.woocommerce-notices-wrapper a.button {
 border: 2px solid #2B5837;
  color: #fff;
  transition: 0.5s;  
  color: #fff;
  background-color: #2B5837;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.7;
  text-transform: uppercase;
}
body.single-product.woocommerce div.product button[type="submit"]:hover,
div.woocommerce-notices-wrapper a.button:hover {
  background-color: #fff;
  color: #2B5837;
  transition: 0.5s;
}
body.single-product.woocommerce div.product div.quantity {
  display: flex;
}
body.single-product.woocommerce div.product div.quantity .minus,
body.single-product.woocommerce div.product div.quantity .plus {
  height: 47px;
  background-color: #2B5837;
  color: #fff;
  border: none;
  width: 40px;
  cursor: pointer;
  font-size: 20px;
  transition: 0.5s;
}
.tm-extra-product-options .tc-cell.tm-error {
  margin: 0!important;
}
body.single-product.woocommerce div.product div.quantity .minus:hover,
body.single-product.woocommerce div.product div.quantity .plus:hover {
  background-color: #2B5837;
  transition: 0.5s;
}
body.single-product.woocommerce div.product div.quantity .plus {
  margin-right: 10px;
}
body.single-product.woocommerce div.product div.quantity input[type="number"] {
  padding: 0;
  margin: 0;
  line-height: 0;
 border: 2px solid #2B5837;
  outline: none;
  height: 42px;
}
body.single-product.woocommerce div.woocommerce-tabs ul.tabs {
  margin-left: 0;
  padding-left: 0;
}
body.single-product.woocommerce div.woocommerce-tabs ul.tabs li {
  background-color: #fff;
  border: none;
  transition: 0.5s;
}
body.single-product.woocommerce div.woocommerce-tabs ul.tabs li.active span {
  color: #fff;
}
body.single-product.woocommerce div.woocommerce-tabs ul.tabs li:before,
body.single-product.woocommerce div.woocommerce-tabs ul.tabs li:after {
  display: none;
}
body.single-product.woocommerce div.woocommerce-tabs ul.tabs li.active {
  background-color: #2B5837;
  color: #fff;
}
body.single-product.woocommerce div.woocommerce-tabs ul.tabs li:hover {
  background-color: #2B5837;
  color: #fff;
  transition: 0.5s;
}
body.single-product.woocommerce div.woocommerce-tabs ul.tabs li a {
  color: #909090;
}
body.single-product.woocommerce div.woocommerce-tabs ul.tabs li a:hover {
  color: #fff;
}
/*
* === WooCommerce Checkout ===
*/
body.woocommerce-cart img.wp-image-3553 {
  width: 70px;
}
body.woocommerce-cart img.wp-image-3551 {
  width: 21px!important;
}
body.woocommerce-cart p.gift-card-custom-text {
  border-top: 1px solid hsla(0, 0%, 7%, .11);
  padding: 16px 16px 0 16px;
  margin-bottom: 0;  
}
body.woocommerce-cart div.icon-gift img {
  margin-top: 15px;
}
body.woocommerce-cart div.wp-block-woocommerce-cart-order-summary-coupon-form-block {
  border-top: none;
}
body.woocommerce-cart div.wp-block-woocommerce-cart-order-summary-block a.wc-block-components-totals-coupon-link {
  background-color: #2B5837;
 border: 2px solid #2B5837;
  color: #ffff;
  text-align: center;
  padding: 8px 20px;
  text-decoration: none;
  margin-bottom: 5px;
  display: inline-block;
  transition: 0.5s;
}
body.woocommerce-cart div.wp-block-woocommerce-cart-order-summary-block a.wc-block-components-totals-coupon-link:hover {
  background-color: #fff;
  color: #2B5837;
  text-decoration: none;
  transition: 0.5s;
}
body.woocommerce-cart li.wc-block-components-product-details__from {
  display: none;
}
body.woocommerce-cart div.wc-block-cart-item__quantity div.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  color: #190000;
}
body.woocommerce-cart div.wc-block-cart-item__quantity div.wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button--plus,
body.woocommerce-cart div.wc-block-cart-item__quantity div.wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button--minus {
  height: 38px;
  background-color: #2B5837;
  color: #fff;
  border: none;
  width: 40px;
  cursor: pointer;
  font-size: 20px;
  transition: 0.5s;
  opacity: 1;
}
body.woocommerce-cart div.wc-block-cart-item__quantity div.wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button:hover {
  background-color: #2B5837;
  transition: 0.5s;
}
body.woocommerce-cart div.wp-block-woocommerce-proceed-to-checkout-block a.wc-block-cart__submit-button {
  background-color: #2B5837;
 border: 2px solid #2B5837; 
  transition: 0.5s;
  padding-left: 0;
  padding-right: 0;
  color: #FFF!important;  
  line-height: 1.7;
}
body.woocommerce-cart div.wp-block-woocommerce-proceed-to-checkout-block a.wc-block-cart__submit-button span {
  color: #fff!important;
}
body.woocommerce-cart div.wp-block-woocommerce-proceed-to-checkout-block a.wc-block-cart__submit-button:hover{
  background-color: #fff;
  text-decoration: none;
  color: #2B5837!important; 
}
body.woocommerce-cart div.wp-block-woocommerce-proceed-to-checkout-block a.wc-block-cart__submit-button:hover span {
   color: #2B5837!important; 
}

.woocommerce-cart div.wc-block-components-quantity-selector button {
    display: none !important;
}

.tm-extra-product-options .cpf-type-select ul.tmcp-ul-wrap.fullwidth-ul li.tmcp-field-wrap .tc-field-label-wrap {
  grid-template-columns: auto!important;
}

table.variations label {
  margin-right: 5px;
  font-weight: 500!important;
  line-height: 1.7;
  color: #4b4b4b;
}

table.variations select {
  padding: 10px!important;
  box-sizing: border-box;
  width: 100%;
  font-family: "Raleway", serif!important;
  font-size: 13.3px!important;
  color: #4b4b4b!important;
  background-position: right!important;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}

body.woocommerce-checkout button[type="submit"].alt,
body.woocommerce-checkout button.woocommerce-button,
body.woocommerce-account button.woocommerce-Button,
body.woocommerce-checkout button.button,
body.woocommerce-checkout form.checkout_pw_gift_card input.button {
  background-color: #2B5837;
 border: 2px solid #2B5837;
  transition: 0.5s;
  color: #2B5837!important;
  line-height: 1.7;
}
body.woocommerce-checkout button[type="submit"].alt:hover,
body.woocommerce-checkout button.woocommerce-button :hover,
body.woocommerce-account button.woocommerce-Button:hover,
body.woocommerce-checkout button.button:hover,
body.woocommerce-checkout form.checkout_pw_gift_card input.button:hover {
  background-color: #fff;
  text-decoration: none;
}
body.woocommerce-checkout div.create-account label {
  color: #909090!important;
}
body.woocommerce-checkout .woocommerce form .form-row  {
  padding-left: 0;
}
body.woocommerce-checkout table.shop_table dt.variation-From,
body.woocommerce-checkout table.shop_table dd.variation-From {
  display: none!important;
}
body.woocommerce-checkout div.woocommerce-form-coupon-toggle .woocommerce-info::before {
  content: "\e01e";
}
body.woocommerce-checkout div.woocommerce-form-coupon-toggle.custom .woocommerce-info::before {
  content: "\e600";
}
body.woocommerce-checkout div.create-account input[type="password"] {
  border-color: rgb(118, 118, 118)!important;
  border: 1px solid;
}
select {
  font-family: "Montserrat", sans-serif;
}
body.woocommerce-checkout div.create-account input[type="password"],
body.woocommerce-checkout form.checkout input[type="text"],
body.woocommerce-checkout form.checkout input[type="email"],
body.woocommerce-checkout form.checkout input[type="tel"],
body.woocommerce-checkout form.checkout_coupon input,
body.woocommerce-checkout form.checkout_pw_gift_card input[type="text"] {
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
body.woocommerce-checkout form.checkout input::-webkit-input-placeholder,
body.woocommerce-checkout form.checkout input:-ms-input-placeholder,
body.woocommerce-checkout form.checkout input:-moz-placeholder,
body.woocommerce-checkout form.checkout input::-moz-placeholder,
body.woocommerce-checkout form.checkout select {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
body.woocommerce-checkout form.checkout textarea {
  min-height: 250px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #515151;
  font-family: "Montserrat", sans-serif;
}
form.woocommerce-form-login input,
form.woocommerce-ResetPassword input {
  padding-top: 4px;
  padding-bottom: 4px;
}

body.woocommerce-checkout form.checkout_pw_gift_card {
  border: 1px solid #cfc8d8;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}
/*
* === WooCommerce Cart ===
*/
body.woocommerce-cart p.gift-card-copy {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  font-size: 0.95em;
}

/*
* === Ninja forms ===
*/

span.ninja-forms-req-symbol {
  line-height: 1;
}

div.contact-us .nf-form-content {
  padding: 0;
}

div.content .nf-form-content label {
  font-size: 16px;
  font-weight: bold;
  color: #333;
} 

div#nf-form-2-cont div.nf-field-container {
  margin-bottom: 0;
}

div#nf-form-2-cont div.nf-after-form-content {
  display: none;
}

div#nf-form-2-cont nf-fields-wrap {
  display: flex;
  justify-content: center;
}

div#nf-form-2-cont {
  text-align: center;
}

div#nf-form-2-cont .nf-form-content input[type="email"],
div#nf-form-1-cont .nf-form-content input[type="text"],
div#nf-form-1-cont .nf-form-content input[type="email"],
div#nf-form-1-cont .nf-form-content input[type="tel"]  {
  height: 50px;
  border: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  border: 1px solid #1D5C2F;
  text-align: center;
}

div#nf-form-2-cont .nf-form-content input[type="email"] {
  height: 43px;
}

div#nf-form-1-cont .nf-form-content input::placeholder,
div#nf-form-1-cont .nf-form-content textarea::placeholder {
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.5;
  color: #888c81;
  font-size: 16px;
  text-align: center;
}

div#nf-form-1-cont .nf-form-content textarea {
  border: 1px solid #1D5C2F;
  outline: none;
  box-sizing: border-box;
  padding: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

div#nf-form-1-cont .nf-form-content textarea:focus-visible,
div#nf-form-1-cont .nf-form-content input:focus-visible {
  outline: 1px solid #2B5837!important;
}

div#nf-form-1-cont h2 {
  margin-bottom: 0;
}

div#nf-form-1-cont .nf-field-label .nf-label-span, .nf-field-label label {
  font-weight: 400;
  font-size: 16px;
}

div#nf-form-1-cont .nf-form-content div.submit-container {
  margin-bottom: 0;
}

div#nf-form-1-cont {
  margin: 0 auto;
}

div.nf-before-form-content {
  display: none;
}

/*
* === Appointments ===
*/

div.content div.bpa-frontend-main-container {
  max-width: 100%!important;
}

/*
* === Opening hours ===
*/

div.opening-hours {
  padding: 5em 0;
  background-color: #000;
}

div.opening-hours p:last-of-type {
  margin-bottom: 0;
}

div.opening-hours h2,
div.opening-hours p {
  color: #fff;
}

div.newsletter {
  background-color: #F9EBEB;
  padding: 5em 0;
}

body.home div.newsletter {
  background-color: #fff;
}

/*
* === FAQs ===
*/

div.faqs div.faq-item {
  margin-bottom: 1.5em;
}
div.faqs div.faq-item:last-of-type {
  margin-bottom: 0;
}
div.faqs div.faq-item h3 {
  margin: 0 0 0.5em 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
}
div.faqs div.faq-item h3 span.collapse {
  display: none;
}
div.faqs div.faq-item div.faq-answer {
  display: none;
}
div.faqs div.faq-item div.faq-answer p:last-of-type {
  margin-bottom: 0;
}	
button.expand-faqs,
button.collapse-faqs {
  background-color: #2B5837;
  text-align: center;
  padding: 10px 50px;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #2B5837;
  transition: 0.5s;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 1.5em;
}
button.collapse-faqs {
  display: none;
}

/*
* === Footer ===
*/

div.instagram-feed {
  text-align: center;
}

footer#main {
  background-color: #134C3B;
  background-image: url('assets/images/footer.jpg');
  background-size: cover; 
  padding: 3em 0;
  position: relative;
}

div.green-tint {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(43, 88, 55, 0.9);
}

footer#main li,
footer#main p,
footer#main a {
  color: #f9ebeb;
  position: relative;
  z-index: 100;
}

footer#main p:last-of-type {
  margin-bottom: 0;
}

div.footer-inner {
  display: flex;
  justify-content: space-between;
}

div.footer-inner-right {
  text-align: right;
}

div.footer-social {
  display: flex;
  gap: 15px;
  justify-content: left;
  padding-top: 1.5em;
}

div.footer-legal {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5em;
}

/*
* === Media queries ===
*/

@media screen and (max-width: 1279px) { 

  header#main nav ul li.menu-item-has-children {
    cursor: default;
  }

  header#main nav ul li.menu-item-has-children > a {   
    display: none;
  }

  header#main nav#main {
    display: none;
    width: 100%;
  }

  header#main nav#main ul.sub-menu {
      background-color: transparent !important;
      position: relative;
      top: unset;
      left: unset;
      right: unset;
      float: right;
      width: 100%;
      clear: both;
      margin: 0;
      padding: 0;
      display: block;
  }    

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

  header#main div.header-right {
    width: 100%;
    padding-top: 0;
  }  

  header#main img.hamburger {
    display: block;    
  }

  img.hamburger,
  img.hamburger-close {
    width: 30px;
    cursor: pointer;
    margin-left: 30px;
    position: absolute;
    right: 0;
    top: 10px;
  }

  header#main nav ul li.menu-item-has-children::after {
    display: none;
  }

  header#main div.cart-wrapper {
    position: absolute;
    top: 10px;
    right: 60px;
  }

  header#main nav ul {
    flex-wrap: wrap;
    text-align: right;
    gap: 25px;
    padding-top: 25px;
    padding-bottom: 15px;
  }

  header#main nav ul li {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }

  header#main nav ul li a {
    border-bottom: 2px solid transparent;
  }

  header#main nav ul li a:hover {
    border-bottom: 2px solid #fff;
  }

  header#main nav ul li:hover {
    border-bottom: none;
  }

  header#main nav ul li.current-menu-item {
    border-bottom: none;
  }

  header#main nav ul li.current-menu-item a {
    border-bottom: 2px solid #fff;
  }

  nav#mail {
    display: none;
    width: 100%;
  }

  div.home-intro {
    max-width: 100%;
  }

  .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
    width: 23%;
    margin-left: 0;
    margin-right: 0;
  }

  .woocommerce ul.products.columns-5 li.product:nth-of-type(4n+4) {  
    margin-left: auto;
  }

  .woocommerce ul.products.columns-5 li.product:nth-of-type(4n+2) {  
    margin-left: 2.75%;
    margin-right: 2.75%;
  }   

  /* Global */

  div.content img.featured {   
    max-width: 450px;  
  }   
  
}
@media screen and (max-width: 1023px) { 
  
  div.table-container {
    width: 100%;
  }


  div.footer-social {
    justify-content: center;
  }

  div.blocks-list-left {
    width: 225px;
  }

  div.home-banner,
  div.team-banner,
  div.service-banner {
    background-attachment: initial;
  }

  div.social {
    position: relative;
    z-index: 1000;
  }

  div.social a.hide-mobile {
    display: none;
  }

  div.social-inner {
    justify-content: center;
  }

  div.social ul {
    gap: 16px;
  }

  div.social-left {
   margin-right: 8px;
  }

   div.social-right {
    margin-left: 8px;
  }

  div.social a.hide-mobile {
    display: none;
  }

  div.home-banner {
    padding: 6em 0;
  }

  div.services h2 br {
    display: none;
  }

  div.service-banner,
  div.team-banner {
    padding: 10em 0;
  }

  .nf-form-cont .one-third {
    width: 100%!important;
    margin-left: 0!important;
  }

  div#nf-form-1-cont .nf-form-content input[type="text"], div#nf-form-1-cont .nf-form-content input[type="email"], div#nf-form-1-cont .nf-form-content input[type="tel"], div#nf-form-1-cont .nf-form-content input::placeholder, div#nf-form-1-cont .nf-form-content textarea::placeholder {
    text-align: left;
  }

  div.contact-us,
  div.services,
  div.events-feed,
  div.testimonials {
    padding: 3em 0;
  }

  footer#main {
    text-align: center;
    background-position: center;
  }

  div.footer-inner-left {
    margin-bottom: 1.5em;
  }

  div.footer-inner-right {
    text-align: center;
    border-top: 1px solid #f9ebeb;
    border-bottom: 1px solid #f9ebeb;
    padding: 1.5em 0;
    z-index: 1000;
  }

  div.footer-inner,
  div.footer-legal {
    flex-wrap: wrap;
  }  

  div.footer-inner-left,
  div.footer-inner-right,
  div.footer-legal-left,
  div.footer-legal-right {
    width: 100%;
  }

  .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
    width: 31.3%;
    margin-left: 0!important;
    margin-right: 0!important;
  }

  .woocommerce ul.products.columns-5 li.product:nth-of-type(3n+2) {  
    margin-left: 3%!important;
  }

  .woocommerce ul.products.columns-5 li.product:nth-of-type(3n+3) {  
    margin-left: auto!important;
  }  

  div#nf-form-1-cont {
    max-width: 100%;
  }   

  /* Global */

  div.content img.featured {   
    max-width: 300px;  
  }    
  
  .woocommerce .products ul,
  .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
  }  

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce .products ul li:nth-of-type(even), .woocommerce ul.products li:nth-of-type(even) {
    margin-left: auto!important;
  }
  ul.products a.woocommerce-LoopProduct-link {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {

  div.featured-event {
    flex-wrap: wrap;
  }

  div.featured-event-left {
    width: 100%;
    order: 2;
  }

  div.featured-event-right {
    width: 100%;
    margin-bottom: 1.5em;
    order: 1;
  }

  div.blocks-list-item-inner {
    flex-wrap: wrap;
  }

  div.blocks-list-right {
    margin-left: 0;    
  }

  div.blocks-list-left {
    width: 100%;
    margin-bottom: 1.5em;    
  }

  div.home-banner img {
    width: 250px;
  }

  div.events-feed div.tiles a.tile {
    margin-bottom: 4%;
  }

  div.events-feed div.tiles a.tile:last-of-type {
    margin-bottom: 0;
  }

  div.tiles a.tile,
  div.tiles div.tile  {
    width: 48%;  
    margin-left: 0!important;
  }    

  div.upcoming-events {
    padding-bottom: 3em;
  }

  div.tiles a.tile:nth-of-type(even),
  div.tiles div.tile:nth-of-type(even) {
    margin-left: auto!important;
  }
  
  body.single-product ul.wc-tabs {
    display: flex;
    flex-wrap: wrap;
  }

  body.single-product ul.wc-tabs li {
    width: 100%;
  }   
  
  /* Global */
  
  div.content img.featured {   
    max-width: 250px;  
  }  

  section.related ul.products.columns-5 li.product {
    width: 48%;   
    margin: 0 0 2.992em;
  }

  div.contact-inner {
    flex-wrap: wrap;
  }

  div.contact-inner div.contact-left,
  div.contact-inner div.contact-right {
    width: 100%;
  } 
  
}
@media screen and (max-width: 639px) {  

  .scroll-instructions {
    display: flex;
    justify-content: center;
  }  

  div.team-banner {
    padding: 6em 0;
  }

  div.table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;  
  }

  div.table-container table {
    width: 100%;
    border-collapse: collapse;   
    min-width: 600px;
  }

  img.print-image {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 1.5em;
  }

  header#main a.logo img {
    width: 250px;
  }

  img.hamburger, img.hamburger-close {
    top: 5px;
  }

  header#main div.cart-wrapper {
    display: none;
  }

  a.icon-basket {
    display: block;
    position: absolute;
    top: 10px;
    right: 50px;  
  }

  h1 {
    font-size: 36px;
  }

  body.woocommerce ul.products li.product h2, .woocommerce ul.products li.product h2 {
    font-size: 22px!important;
  }

  /* Global */

  div.content img.featured {   
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 1.5em; 
  }  

  .woocommerce ul.products.columns-5 li.product,
  .woocommerce-page ul.products.columns-5 li.product,
  .woocommerce ul.products.columns-5 li.product {
    width: 48%;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .woocommerce ul.products.columns-5 li.product:nth-of-type(even),
  .woocommerce-page ul.products.columns-5 li.product:nth-of-type(even),
  .woocommerce ul.products.columns-5 li.product:nth-of-type(even) {
    margin-left: auto!important;
  }  

}
@media screen and (max-width: 479px) {    

  div.team-banner {
    padding: 4em 0;
  }

  div#nf-form-2-cont div.nf-field-element input[type="submit"].nf-element {
    padding-left: 10px;
    padding-right: 10px;
  }

  div.instagram-feed {
    padding-top: 3em;
  }

  header#main a.logo img {
    width: 200px;
  }

  img.hamburger, img.hamburger-close {
    top: 0px;
  }

  a.icon-basket {
    top: 5px;
  }

  div.events-feed div.tiles a.tile {
    margin-bottom: 3em;
  }

  div.tiles a.tile,
  div.tiles div.tile {
    width: 100%;
    margin-bottom: 3em;
  }

  div.tiles a.tile:last-of-type,
  div.tiles div.tile:last-of-type {
    margin-bottom: 0;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 24px;
  }

  a.button,
  a.wp-element-button,
  div.nf-field-element input[type="submit"].nf-element {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    box-sizing: border-box;
    text-align: center;
  }   
  
  body.single-product.woocommerce div.woocommerce-tabs ul.tabs li span {
    display: none;
  }

  body.single-product div.woocommerce-message {
    display: flex;
    flex-wrap: wrap;
  }

  body.single-product div.woocommerce-message a.button,
  body.single-product ul.woocommerce-error li a.button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    text-align: center;
    order: 2;
  }

  body.single-product ul.woocommerce-error li {
    display: flex;
    flex-wrap: wrap;
  }

  body.woocommerce-checkout form.checkout_coupon p.form-row,
  body.woocommerce-checkout form.checkout_pw_gift_card p.form-row {
    width: 100%;
  }

  body.woocommerce-checkout form.checkout_coupon p.form-row button,
  body.woocommerce-checkout form.checkout_pw_gift_card p.form-row button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  body.woocommerce-checkout form.checkout_coupon .form-row,
  body.woocommerce-checkout form.checkout_pw_gift_card .form-row {
    padding: 0;
  }

  body.woocommerce-checkout form.checkout_pw_gift_card input.button {
    width: 100%;
  }

  body.archive ul.products li.product a.button,
  body.archive ul.products li.product a.added_to_cart,
  .woocommerce ul.products li.product a.button,
  .woocommerce ul.products li.product a.added_to_cart {
    font-size: 14px;
  }
}
@media screen and (max-width: 374px) { 

}
/*
* === Nav toggle fix  ===
*/
@media screen and (min-width: 1280px) {
  header#main nav#main {
    display: block!important;
  }
  img.hamburger-close {
    display: none!important;
  } 
}
