:root {
  --color-lightgray: #f2f2f2;
  --color-mediumgray: #a8a8a8;
  --color-darkgray: #6d6d6d;
  --color-text: #353535;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-green: #056839;
  --color-orange: #f7941d;

  --global-radius: 5px;

  --header-weight-bold: 700;
  --global-weight-bold: 600;
  --global-weight-normal: 400;

  --font-header: 'Amita', cursive;
  --font-body: 'Barlow', sans-serif;
}


body {
  overflow-x: hidden;
}


html {
  min-height: 100%;
  max-height: 100%;
}


a {
	transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a, a:focus, button:focus, input:focus, textarea:focus, a:active, button:active {
  outline: none;
}


p:last-child,
p:last-of-type {
  margin-bottom: 0;
}


p:last-child + ul,
p:last-of-type + ul {
  margin-top: 1rem;
}


input::placeholder,
textarea::placeholder {
	color: var(--color-text);
	opacity: 1;
}


#go-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 99;
}
#go-to-top span i.fa-circle {
	color: var(--color-black);
	opacity: 0.3;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#go-to-top:hover span i.fa-circle {
	color: var(--color-black);
	opacity: 1;
}


.wave {
  position: absolute;
  left: 0;
  width: 100%;
}
.wave-bottom {
  bottom: -1px;
}
.wave-top {
  top: -1px;
  transform: rotate(180deg);
}
.wave-white path {
  fill: #fff;
}


h1.lines {
  position: relative;
  display: inline-block;
}
h1.lines::before,
h1.lines::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: var(--color-orange);
}
h1.lines::before {
  left: -60px;
}
h1.lines::after {
  right: -60px;
}


.header {
  padding: 30px 0;
  background: var(--color-white);
}


.header-nav {
  background: var(--color-white);
  border-top: 1px solid #e9e9e9;
  min-height: 60px;
}
.header-nav .top-bar {
  padding: 0;
}
.header-nav .top-bar,
.header-nav .top-bar ul {
  background: none;
}
.header-nav .top-bar .top-bar-right {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav .dropdown.menu > li > a {
  margin: 0 1.875rem;
  padding: 1.125rem 0 1.25rem 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-text);
  line-height: 1;
}
.header-nav .dropdown.menu > li > a:hover {
  color: var(--color-orange);
}


.header-icons {
  display: flex;
  align-items: center;
}
.header-icons ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.header-icons ul li a {
  font-size: 1.5rem;
  color: var(--color-orange);
}
.header-icons ul li a:hover {
  color: var(--color-green);
}
.header-icons ul li:not(:last-child) a {
  margin: 0 25px 0 0;
}


.header-nav.is-stuck {
	background: var(--color-white);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
	z-index: 999;
}


.banner {
  position: relative;
  height: 60vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.5);
  color: var(--color-white);
  text-align: center;
}
.banner.page-title-banner {
  height: 40vh;
}
.banner .grid-container,
.banner .grid-x {
  height: 100%;
}
.banner-heading {
  font-family: var(--font-header);
  font-size: 4.5rem;
  font-weight: var(--header-weight-bold);
  line-height: 1;
}
.banner-text {
  max-width: 70%;
  margin: 0 auto;
  padding: 40px 0 0 0;
  font-size: 1.5rem;
  line-height: 1.2;
}
.banner-btn {
  padding: 50px 0 0 0;
}



.section {
  padding: 110px 0;
}
.section-center {
  text-align: center;
}
.section-wave {
  padding-bottom: 150px;
}
.section h1 {
  margin-bottom: 2rem;
}


/* Carousel Slider */
.carousel-slider {
  display: flex;
}
.carousel-slider-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
/* Arrows Navigation */
.carousel-slider-controls {
  margin: 20px 0 0 0;
  text-align: center;
}
.carousel-slider-controls span {
  margin: 0 15px;
  font-size: 1.5rem;
  color: var(--color-green);
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.carousel-slider-controls span:hover {
  color: var(--color-orange);
}
/* Arrows Navigation Inside Carousel Contariner */
.carousel-slider-container.carousel-slider-controls-inside {
  max-width: calc(100% - 200px);
}
.carousel-slider-container.carousel-slider-controls-inside .carousel-slider-controls span {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-slider-container.carousel-slider-controls-inside .carousel-slider-controls span.carousel-slider-controls-prev {
  left: -100px;
}
.carousel-slider-container.carousel-slider-controls-inside .carousel-slider-controls span.carousel-slider-controls-next {
  right: -100px;
}


.welcome-text {
  font-size: 1.125rem;
  max-width: 70%;
  margin: 0 auto;
}
.welcome-icon-loop {
  padding: 70px 0 0 0;
}
.welcome-icon-title {
  padding: 30px 0 0 0;
  font-family: var(--font-header);
  font-size: 1.5rem;
  font-weight: var(--header-weight-bold);
  line-height: 1.25;
}


.products {
  position: relative;
  background-image: url(../img/bg-3.png);
  background-repeat: repeat;
  background-color: var(--color-lightgray);
}
.product-loop {
  max-width: 83%;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.product-container {
  padding: 0 20px;
}
.product-img img {
  border-radius: var(--global-radius);
}
.product-title {
  padding: 20px 0 0 0;
  font-size: 1.125rem;
  line-height: 1.2;
}
.product-price {
  padding: 10px 0 0 0;
  font-size: 1.125rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-green);
  line-height: 1;
}
.product-btn {
  padding: 20px 0 0 0;
}


.services {
  position: relative;
  overflow: hidden;
}
.services::before {
  position: absolute;
  bottom: 60px;
  left: -40px;
  content: url(../img/bg-2.png);
  z-index: -1;
}
.services::after {
  position: absolute;
  top: 75px;
  right: -125px;
  content: url(../img/bg-1.png);
  z-index: -1;
}
.service-loop {
  max-width: 83%;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.service-container {
  padding: 0 20px;
}
.service-img img {
  border-radius: var(--global-radius);
}
.service-title {
  padding: 20px 0 0 0;
  font-family: var(--font-header);
  font-size: 1.5rem;
  font-weight: var(--header-weight-bold);
  line-height: 1.25;
}
.service-desc {
  padding: 10px 0 0 0;
}
.service-btn {
  padding: 20px 0 0 0;
}
.service-btn a {
  color: var(--color-green);
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.service-btn a:hover {
  color: var(--color-orange);
}


.stockists {
  position: relative;
  background-image: url(../img/bg-3.png);
  background-repeat: repeat;
  background-color: var(--color-lightgray);
}
.stockists-text {
  padding: 0 0 20px 0;
  font-size: 1.375rem;
  line-height: 1.25;
}
.stockists-container {
  font-size: 1.125rem;
}
.stockists-title {
  font-weight: var(--global-weight-bold);
  text-transform: uppercase;
}
.stockists-address span {
  display: block;
}
.stockists-btn {
  padding: 40px 0 0 0;
}


.blog-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.blog-left {
  width: 45%;
  margin: 0 30px 0 0;
}
.blog-right {
  width: 55%;
}
.blog-loop {
  max-width: 90%;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.blog-post-container {
  text-align: left;
}
.blog-post-container.blog-post-small {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 0 30px 0;
}
.blog-post-container.blog-post-small .blog-post-container-inner {
  flex: 1 1 auto;
  padding: 0 0 0 25px;
}
.blog-post-container.blog-post-small .blog-post-img {
  flex: 0 0 auto;
  width: 210px;
}
.blog-post-img  {
  padding: 0 0 15px 0;
}
.blog-post-img img {
  border-radius: var(--global-radius);
}
.blog-post-title {
  font-size: 1.25rem;
  font-weight: var(--global-weight-bold);
  line-height: 1.4;
}
.blog-post-desc {
  padding: 5px 0 0 0;
  line-height: 1.5;
}
.blog-post-btn {
  padding: 10px 0 0 0;
}
.blog-post-btn a {
  color: var(--color-green);
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.blog-post-btn a:hover {
  color: var(--color-orange);
}


.footer {
  position: relative;
  padding: 100px 0 40px 0;
  background: var(--color-green);
  color: var(--color-white);
}
.footer a {
  color: var(--color-white);
}
.footer a:hover {
  color: var(--color-white);
  text-decoration: underline;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-col-title {
  padding: 0 0 15px 0;
  font-size: 1.125rem;
  font-weight: var(--global-weight-bold);
}


.copyright {
  padding: 25px 0;
  background: var(--color-green);
  color: var(--color-white);
}
.copyright a {
  color: var(--color-white);
}
.copyright a:hover {
  color: var(--color-white);
  text-decoration: underline;
}
.copyright-links ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.copyright-links ul li:not(:last-child)::after {
  content: '|';
  display: inline-block;
  margin: 0 5px;
}


.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0 0 0;
  margin: 0;
  list-style-type: none;
}
.breadcrumbs li {
  font-size: 0.8125rem;
  color: var(--color-white);
  text-transform: uppercase;
}
.breadcrumbs li a {
  color: var(--color-white);
  text-decoration: none;
}
.breadcrumbs li a:hover {
  color: var(--color-white);
}
.breadcrumbs li:not(:last-child)::after {
  content: '/';
  display: inline-block;
  margin: 0 5px;
}


.social-icons {
  display: flex;
}
.social-icons a:not(:last-child) {
  margin: 0 10px 0 0;
}
.social-icons a {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  background: var(--color-orange);
  border-radius: 50%;
  color: var(--color-white);
}
.social-icons a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.social-icons a:hover {
  background: var(--color-green);
  color: var(--color-white);
}


.news-loop .cell:nth-child(n+3) {
  padding: 30px 0 0 0;
}
.news-container {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.news-container .news-img {
  overflow: hidden;
  border-top-left-radius: var(--global-radius);
  border-top-right-radius: var(--global-radius);
}
.news-container .news-img img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.news-container:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
}
.news-container:hover .news-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.news-container-inner {
  background: var(--color-lightgray);
  padding: 0 20px 30px 20px;
  border-bottom-left-radius: var(--global-radius);
  border-bottom-right-radius: var(--global-radius);
}
.news-date {
  padding: 15px 0 0 0;
}
.news-date ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.news-date ul li {
  display: inline-block;
  padding-right: 20px;
  font-size: 0.875rem;
}
.news-date ul li i {
  color: var(--color-orange);
  padding-right: 5px;
}
.news-date ul li a {
  color: var(--color-text);
}
.news-date ul li a:hover {
  color: var(--color-orange);
}
.news-title {
  padding: 15px 0 0 0;
  font-size: 1.25rem;
  font-weight: var(--global-weight-bold);
  line-height: 1.4;
}
.news-desc {
  padding: 15px 0 0 0;
}
.news-btn {
  padding: 25px 0 0 0;
}
.news-container.single-news:hover {
  box-shadow: none;
}
.news-container.single-news .news-img img {
  width: 100%;
  height: auto;
}
.news-container.single-news:hover .news-img img {
  -webkit-transform: none;
  transform: none;
}
/* .news-container.single-news .news-date {
  margin-bottom: 0;
}
.news-container.single-news .news-title {
  margin-bottom: 25px;
  margin-top: 20px;
}
.news-container.single-news .news-desc {
  margin-bottom: 35px;
} */
.news-container.single-news .news-tags {
  padding: 15px 0 0 0;
}
.news-container.single-news .news-tags a {
  display: inline-block;
  background: none;
  color: var(--color-text);
  padding: 0;
  margin: 0;
	border-radius: var(--global-radius);
}
.news-container.single-news .news-tags a:hover {
  color: var(--color-orange);
}
.news-container.single-news .news-tags ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.news-container.single-news .news-tags ul li {
  display: inline-block;
  padding: 0 5px 0 0;
}
.news-container.single-news .news-tags ul li:after {
  content: ",";
}
.news-container.single-news .news-tags ul li:first-child:after, .news-container.single-news .news-tags ul li:last-child:after {
  content: "";
}
.news-container.single-news .news-tags strong {
  color: var(--color-text);
}
.news-container.single-news .news-container-inner {
  border-radius: var(--global-radius);
}
.news-container.single-news .social-icons {
  padding: 30px 0 0 0;
}
ul.news-categories {
  padding: 0;
  margin: 0 0 40px 24px;
}
ul.news-categories li {
  padding-bottom: 10px;
}
ul.news-categories li a {
  color: var(--color-text);
}
ul.news-categories li a:hover {
  color: var(--color-orange);
}
ul.news-categories li i {
  color: var(--color-orange);
}
ul.latest-news-list {
  padding: 0;
  margin: 0 0 40px 0;
  list-style: none;
}
ul.latest-news-list li {
  padding-bottom: 20px;
}
ul.latest-news-list div.news-date {
  padding: 0;
}
ul.latest-news-list div.news-date ul li {
	padding: 0 0 3px 0;
}
ul.latest-news-list div.news-title {
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: var(--global-weight-bold);
}
ul.latest-news-list div.news-title a {
  color: var(--color-text);
}
ul.latest-news-list div.news-title a:hover {
  color: var(--color-orange);
}
.news-tags a {
  display: inline-block;
  background: var(--color-lightgray);
  color: var(--color-text);
  font-weight: var(--global-weight-normal);
  padding: 7px 9px;
  margin: 0 3px 5px 0;
  border-radius: var(--global-radius);
}
.news-tags a:hover {
  background: var(--color-orange);
  color: var(--color-white);
}
.news-search {
  padding-bottom: 25px;
  position: relative;
}
.news-search input[type="search"] {
  position: relative;
  height: 3.125rem;
  padding: 1.25rem 5rem 1.25rem 1rem;
  margin: 0;
  background: var(--color-white);
  box-shadow: none;
  border: 1px solid var(--color-green);
  border-radius: var(--global-radius);
  font-size: 1rem;
  color: var(--color-text);
}
.news-search input[type="search"]:focus {
  border: 1px solid var(--color-orange);
}
.news-search input[type="submit"] {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  background: var(--color-green);
  border: none;
  border-top-right-radius: var(--global-radius);
  border-bottom-right-radius: var(--global-radius);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: var(--color-white);
  text-align: center;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 1.250rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.news-search input[type="search"]:focus + input[type="submit"] {
  background: var(--color-orange);
  color: var(--color-white);
}


.content {
  padding: 120px 0;
}
.page-title-shop {
  background: var(--color-lightgray);
  padding: 15px 0;
}
.page-title-shop h1 {
  margin-bottom: 0rem;
}
.page-title-shop .breadcrumbs {
  justify-content: flex-start;
  padding: 0;
}
.page-title-shop .breadcrumbs li {
  color: var(--color-text);
}
.page-title-shop .breadcrumbs li a {
  color: var(--color-text);
}
.page-title-shop .breadcrumbs li a:hover {
  color: var(--color-orange);
}


/************** Woocommerce Start **************/

/* breadcrumbs */
.woocommerce-breadcrumb {
  color: var(--color-text);
	font-size: 0.8125rem;
	text-transform: uppercase;
}
.woocommerce-breadcrumb a {
  color: var(--color-text);
  text-decoration: none;
}
.woocommerce-breadcrumb a:hover {
  color: var(--color-orange);
}

/* Single product --> gallery */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(.795,-.035,0,1) .5s;
  transition: all cubic-bezier(.795,-.035,0,1) .5s;
  transition-duration: 0.5s;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce img, .woocommerce-page img {
  height: auto;
  max-width: 100%;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
  margin-right: 40px;
}
ol.flex-control-nav {
  padding: 15px 0 0 0;
  margin: 0;
  list-style-type: none;
}
ol.flex-control-nav li {
  margin: 0 8px 8px 0;
  display: inline-block;
}
.flex-viewport {
  border-radius: 0;
}

/* Single product --> tabs & accordion */
.shop-tabs {
  padding-top: 30px;
}
.shop-tabs .accordion-title {
  font-weight: var(--global-weight-normal);
  font-size: 1rem;
  color: var(--color-text);
}

/* Single product --> price */
div.summary p.price {
  padding: 0 0 20px 0;
}
div.summary p.price .woocommerce-Price-amount {
  font-weight: var(--global-weight-normal);
  font-size: 1.675rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-green);
}
div.summary p.price .woocommerce-Price-amount:before {
  display: none;
}
div.summary p.price del {
  text-decoration: none;
}
div.summary p.price del .woocommerce-Price-amount {
  text-decoration: line-through;
  font-weight: var(--global-weight-normal);
  color: var(--color-darkgray);
}
div.summary p.price ins {
  text-decoration: none;
}

/* Single product --> quantity */
div.quantity label {
  display: none;
}

/* Single product --> quantity & add to cart in one line */
div.summary form.cart,
div.summary div.woocommerce-variation-add-to-cart {
	display: flex;
}
div.summary form.variations_form.cart {
	display: block;
}
div.summary div.quantity input {
	width: 100px;
	margin: 0 8px 0 0;
	text-align: center;
}

/* Single product --> variations */
table.variations {
  background: var(--color-lightgray);
  border-radius: 5px;
  position: relative;
  margin-bottom: 50px;
}
table.variations tbody, table.variations thead, table.variations tfoot {
  background-color: transparent;
  border: none;
}
table.variations tbody tr:nth-child(even) {
  background-color: transparent;
}
table.variations select {
  margin-bottom: 0;
}
table.variations tbody td,
table.variations tbody th {
  padding: 0.6rem 1rem;
  text-align: left;
}
table.variations tbody th label {
  font-weight: var(--global-weight-normal);
}
table.variations a.reset_variations {
  position: absolute;
  bottom: -30px;
  left: 0;
  font-weight: var(--global-weight-normal);
}
span.price .woocommerce-Price-amount {
  font-weight: var(--global-weight-bold);
  font-size: 1.675rem;
  color: var(--color-green);
  display: inline-block;
  padding-bottom: 20px;
}
span.price ins .woocommerce-Price-amount {
  text-decoration: line-through;
  color: var(--color-darkgray);
}
span.price .woocommerce-Price-amount:before {
  content: 'Product Price:';
  font-size: 1.375rem;
  padding-right: 10px;
}
span.price ins .woocommerce-Price-amount:before {
  display: none;
}

/* Single product --> meta */
.product_meta {
  padding-top: 40px;
}
.product_meta a {
	color: var(--color-green);
  /* text-decoration: underline; */
}
.product_meta a:hover {
	color: var(--color-orange);
  /* text-decoration: underline; */
}
.product_meta span.sku_wrapper, .product_meta span.posted_in {
  display: block;
}
.woocommerce-product-details__short-description {
	padding: 0 0 30px 0;
}

/* Single product --> add to quote */
.yith-ywraq-add-to-quote::before {
  content: 'For shipping  large timber poles please request a quote.';
  padding-bottom: 10px;
  display: block;
}
.yith-ywraq-add-to-quote {
  margin-top: 30px;
  background: #f4f4f4;
  padding: 20px;
  border-radius: 0;
}
.yith_ywraq_add_item_response_message {
  display: inline-block;
  font-size: 1.25rem;
  padding-right: 10px;
}
.yith_ywraq_add_item_browse_message {
  display: inline-block;
  font-size: 1.25rem;
}

/* Single product --> quick view */
div#yith-quick-view-content {
	padding: 10px;
}

/* Notices */
.woocommerce-error {
  background: var(--color-lightgray);
  margin: 0 0 30px 0;
  padding: 15px;
  list-style-type: none;
  border: 0px solid #dc143c;
  border-radius: 5px;
}
.woocommerce-message, .woocommerce-message {
  background: var(--color-lightgray);
  margin: 0 0 30px 0;
  padding: 25px 15px;
  list-style-type: none;
  border: 0px solid var(--color-darkgray);
  border-radius: 5px;
  position: relative;
}
.woocommerce-message a, .woocommerce-message a {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
/* .woocommerce-message a.button, .woocommerce-message a.button {
	background-color: #f5f5f5;
}
.woocommerce-message a.button:hover, .woocommerce-message a.button:hover {
	background-color: #54c445;
} */

/* Related Products */
.related.products {
  background: none;
  padding-top: 50px;
	text-align: center;
}
/*.related.products h2 {
  margin-bottom: 30px;
}*/

/* shop categories left sidebar & my account navigation */

nav.shop-categories, .woocommerce-MyAccount-navigation {
  background: var(--color-lightgray);
  padding: 20px;
	border-radius: 5px;
}
nav.shop-categories h3 {
  border-bottom: 0px solid var(--color-green);
  padding: 0 0 7px 0;
  margin: 0 0 10px 0;
	position: relative;
}
nav.shop-categories h3:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid var(--color-green);
  border-top: 1px solid var(--color-green);
  bottom: -3px;
  width: 100%;
	left: 0;
}

nav.shop-categories ul, .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
nav.shop-categories ul li, .woocommerce-MyAccount-navigation ul li {
  text-transform: none;
  font-weight: var(--global-weight-normal);
  padding: 8px 0 !important;
  margin: 0;
  border-bottom: 1px solid var(--color-lightgray) !important;
}
nav.shop-categories ul li a, .woocommerce-MyAccount-navigation ul li a {
  color: var(--color-text);
}
nav.shop-categories ul li a:hover, .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--color-text);
}
nav.shop-categories ul li a.highlight_cat, .woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: var(--global-weight-bold);
  color: var(--color-green);
}
nav.shop-categories ul li i {
  margin-top: 7px !important;
}
nav.shop-categories ul li ul.children li::before {
  display: none;
}
nav.shop-categories ul li ul.children li {
  padding: 8px 0 8px 16px !important;
}
nav.shop-categories ul li ul.children li:last-child {
  border-bottom: none !important;
}

/* Categories & products listing */
.product-cat-container {
  /* margin-bottom: 50px; */
  text-align: center;
}
.product-cat-img a {
  position: relative;
  overflow: hidden;
  display: block;
	margin: 0 0 20px 0;
  border-radius: var(--global-radius);
}
.product-cat-img a::after {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color-text);
  content: "";
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.product-cat-img a:hover::after {
  opacity: 0.5;
}
.product-cat-icon {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.product-cat-icon img {
	width: 48px !important;
	height: auto;
	margin: 0 auto;
}
.product-cat-img:hover .product-cat-icon {
  opacity: 1;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
.product-cat-inner-cat-title {
	padding: 0 0 8px;
	font-size: 0.875rem;
	color: var(--color-darkgray);
	line-height: 0.938rem;
	text-transform: uppercase;
  display: none;
}
.product-cat-inner-title h2 {
	padding: 0 0 10px;
	margin: 0;
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: var(--global-weight-normal);
	color: var(--color-text);
	line-height: 1rem;
	text-transform: none;
}
.product-cat-inner-title mark {
  display: none;
}
.product-cat-inner-title span.price .woocommerce-Price-amount {
  font-weight: var(--global-weight-bold);
  font-size: 1.125rem;
  color: var(--color-green);
}
.product-cat-inner-title span.price .woocommerce-Price-amount:before {
  display: none;
}
.product-cat-inner-title span.price del .woocommerce-Price-amount {
  text-decoration: line-through;
  font-weight: var(--global-weight-bold);
  color: var(--color-darkgray);
}

/* tabs */
.content .tabs {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
}
.content .tabs-title > a {
  font-size: 1rem;
  color: var(--color-text);
}
.content .tabs-content {
  color: var(--color-darkgray);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.woocommerce-Tabs-panel--additional_information h2 {
	display: none;
}
.woocommerce-product-attributes-item__label {
  text-align: left;
}


/* Checkout --> dropdown field */
.woocommerce .select2-container--default .select2-selection--single {
  height: 3.125rem;
  padding: 0 1rem;
  border-radius: var(--global-radius);
  border: 1px solid var(--color-mediumgray);
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: var(--global-weight-normal);
  color: var(--color-text);
  line-height: 3.125rem;
  padding: 0;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.75rem;
  right: 10px;
}
.woocommerce .form-row {
	display: block;
}

/* Cart --> cart table */
.shop_table thead th {
  font-weight: var(--global-weight-bold);
}
.shop_table td.product-thumbnail img {
  width: 100px;
  height: auto;
}
.shop_table td.product-quantity label {
  display: none;
}
.shop_table td.product-quantity input {
  margin: 0 auto;
  width: 80px;
  text-align: center;
}
.shop_table th.product-quantity {
  text-align: center;
}
.shop_table td.product-quantity {
  font-weight: var(--global-weight-normal);
  text-align: center;
}
.shop_table td.product-name {
  font-weight: var(--global-weight-normal);
  font-size: 1.125rem;
}
.shop_table th.product-price {
  text-align: center;
  padding: 0.5rem 0.625rem 0.625rem;
  color: var(--color-text);
  font-size: 1rem;
}
.shop_table td.product-price {
  font-weight: var(--global-weight-normal);
  text-align: center;
  padding: 0;
  font-size: 1rem;
}
.shop_table th.product-subtotal {
  text-align: center;
}
.shop_table td.product-subtotal {
  font-weight: var(--global-weight-normal);
  text-align: center;
}

/* Cart --> variations below product name in cart table */
.shop_table dl {
  margin-bottom: 0;
  line-height: 1rem;
}
.shop_table dl dt, .shop_table dl dd  {
  font-size: 0.75rem;
  margin-bottom: 0;
  display: inline-block;
}
.shop_table dl dt p, .shop_table dl dd p {
  font-size: 0.75rem;
  margin-bottom: 0rem;
  display: inline-block;
}
.shop_table dl dd:after {
  content: '/ ';
}
.shop_table dl dd:last-child:after {
  display: none;
}




/* Cart --> coupon */
.shop_table td.actions {
  padding-top: 15px;
  padding-bottom: 15px;
  background: var(--color-lightgray);
}
.shop_table td.actions div.coupon label {
  display: none;
}
.shop_table td.actions div.coupon input {
  float: left;
  margin: 0 15px 0 0;
  width: 180px;
}
.shop_table td.actions div.coupon button {
  float: left;
  margin: 0 0 0 0;
  -o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.shop_table td.actions button {
  float: right;
  margin: 0 0 0 0;
  -o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.shop_table tbody tr {
  background-color: var(--color-white);
  border-top: 1px solid var(--color-lightgray);
  text-align: left;
}

/* Cart --> cart totals table */
.woocommerce .cart_totals {
  width: 40%;
  float: right;
  padding-top: 30px;
}
.woocommerce .cart_totals .shop_table {
	margin-bottom: 20px;
}

/* Cart --> remove product button */
.shop_table td.product-remove a {
  display: block;
  width: 20px;
  height: 20px;
  background: var(--color-green);
  border-radius: 50%;
  text-align: center;
  line-height: 17px;
  font-weight: var(--global-weight-bold);
  color: var(--color-white);
  font-size: 1rem;
  text-decoration: none;
}
.shop_table td.product-remove a:hover {
  background: #dc143c;
  color: var(--color-white);
}

.woocommerce-form-coupon-toggle {
  padding-bottom: 30px;
}
.woocommerce-form-coupon {
  padding-bottom: 30px;
}

#customer_login button {
  display: block;
  margin-top: 10px;
}

/************** Woocommerce End **************/

/************** Contact Page **************/
.contact-info-item {
  display: flex;
  align-items: center;
  justify-content:center;
}
.contact-info-icon {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: var(--color-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  color: var(--color-white);
}
.contact-info-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 15px;
}
.contact-info-title {
  font-weight: var(--global-weight-bold);
  font-size: 1.375rem;
}

/* contact form */
.section.contact-form {
  padding-top: 0;
}
.contact-form-intro {
  padding: 0 0 40px 0;
}
.contact-form .label-contact {
  display: block;
  margin: 0.5rem 0;  
  text-align: left;
  font-weight: var(--global-weight-bold);
}
.contact-form textarea {
  height: 20vh;
  padding: 0.5rem;
}
.contact-form input[type="checkbox"] {
  margin: 0 5px 0 0;
}
.contact-form .consent {
  font-size: 0.875rem;
  padding-bottom: 20px;
}
/************** Contact Page End **************/

/************** About Page **************/
.sections .section:not(:first-child) { 
  padding-top: 0;
}
.about-section h3 span {
  display: block;
  padding-bottom: 1rem;
  font-family: var(--font-body);
  font-weight: var(--global-weight-bold);
  font-size: 1rem;
  color: var(--color-orange);
  text-transform: uppercase;   
}
.about-item-img img {
  border-radius: var(--global-radius);
}
/************** About Page End **************/

/************** Stockists Page **************/
.stockists-search-header {
  padding: 0 20px 20px 0;
}
/* search bar */
.stockists-searchbar2-container {  
  padding: 20px 20px 20px 60px; 
  background-color: var(--color-lightgray); 
  margin: 2.1rem; 
}
.stockists-search2-item:not(:last-child) {
  text-align: right;
}
.select-container { 
  height: 3.125rem; 
}
.input-name input {  
  margin: 0;
}
.label-search {
  font-family: var(--font-body);
  font-weight: var(--global-weight-normal);
  font-size: 1.1rem;
  color: var(--color-text); 
}
/* list */
.section-stockists-list {
  padding-top: 0;
}
.stockists-list-container h4 {
  padding-bottom: 1rem;
}
.county-section:not(:first-child) {
  padding: 20px 0;
}
.stock-item {
  padding-bottom: 20px;
}
.stock-item-name { 
  padding-bottom: 0.2rem; 
  font-weight: var(--global-weight-bold);
  font-size: 1.2rem;
  text-transform: uppercase; 
}
.stock-item-address,
.stock-item-btn {
  padding-bottom: 0.2rem;   
}
.stock-item-address span {
  display: block;
}
.stock-item-btn {
  font-weight: var(--global-weight-bold);
}
/* paginate */
.paginate-stockists-items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginate-stockists-items ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  list-style-type: none;
}
.paginate-stockists-items ul li a,
.paginate-stockists-items a,
.paginate-stockists-items span {
  font-size: 1.25rem;
  color: var(--color-text);
}
.paginate-stockists-items span.current {
  font-weight: var(--global-weight-bold);
}
.paginate-stockists-items ul li a:hover,
.paginate-stockists-items a:hover {
  color: var(--color-orange);
}
.paginate-stockists-items ul li:not(:last-child) a,
.paginate-stockists-items *:not(:last-child) {
  padding: 0 20px 0 0;
}
/************** Stockists Page End **************/

/************** Bee Services Page **************/
.beeservices-container {
  padding-top: 20px;
}
.beeservices-container .cell:nth-child(n+4) {
  padding: 50px 0 0 0;
}
.beeservice-item-container {
  padding: 0 20px;
}
.beeservice-img img {
  border-radius: var(--global-radius);
}
.beeservice-title {
  padding: 20px 0 0 0;
  font-family: var(--font-header);
  font-size: 1.5rem;
  font-weight: var(--header-weight-bold);
  line-height: 1.25;
}
.beeservice-title:hover {
  color: var(--color-orange);
  transition: all 0.3s ease-in-out;
}
/************** Bee Services Page End **************/

/************** Bee Services Single Page **************/
.beeservice-p-bold {
  font-weight: var(--global-weight-bold);
}
/*social icons */
.beeservice-socialicons {
  display: flex;
  align-items: center;
}
.beeservice-socialicons ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 0 0 0;
  margin: 0;
  list-style-type: none;  
}
.beeservice-socialicons ul li a {
  font-size: 1.5rem;
  color: var(--color-orange)
}
.beeservice-socialicons ul li:not(:first-child) a {
  margin-left: 2rem;
}
.beeservice-socialicons ul li a:hover {
  color: var(--color-green)
}
.beeservice-single-img-container img {
  border-radius: var(--global-radius);
}
/************** Bee Services Single Page End **************/

.recipes-sidebar {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.recipes-sidebar li {
  display: flex;
}
.recipes-sidebar li:not(:last-child) {
  padding: 0 0 30px 0;
}
.recipes-sidebar li .service-img {
  padding: 0 20px 0 0;
}
.recipes-sidebar li .service-title {
  margin: -5px 0 0 0;
  padding: 0;
  font-family: var(--font-body);
  font-size: 1.25rem;
}
.recipes-sidebar li .service-desc {
  padding: 5px 0 0 0;
}
.recipes-sidebar li .service-btn {
  padding: 5px 0 0 0;
}


.search-modal-container {
  padding: 100px 50px;
  text-align: center;
}
.search-modal-container form {
  display: flex;
  padding: 30px 0 0 0;
  width: 70%;
  margin: 0 auto;
}
.search-modal-container form input {
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-width: 1px 0 1px 1px;
}
.search-modal-container form button {
  background: var(--color-green);
  color: var(--color-white);
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 1rem 2rem;
  border: 1px solid transparent;
  border-radius: var(--global-radius);
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  cursor: pointer;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}