/*!
Theme Name: EV Fresh Veg & Fruit Boxes
Theme URI: https://evfreshfruitandveg.co.uk
Author: Purple Moon Designs
Author URI: https://www.purplemoondesigns.co.uk
Description: This theme was developed for EV Fresh Veg & Fruit Boxes by Purple Moon Designs. 
Version: 1.0.0

*/

/*******************************
================================
GLOBAL
================================
*******************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea {   
  font-family: "Poppins", sans-serif; 
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}

body {
  margin: 0;
}

img {
  width: auto;
  max-width: 100%;
  border-style: none;
  display: block;
}

.content_wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: #fff;
  box-shadow: 30px 30px 60px rgb(0 0 0 / 30%);
}

.row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.row.inline-table {
  display: inline-table;
}

.relative {
  position: relative;
}

.block {
  display: inline-block;
}

.short {
  width: 90%;
  margin: 0 auto;
}

.cnt_10 {
  width: 10%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.cnt_20 {
  width: 20%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.cnt_25 {
  width: 100%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
  display: inherit;
}

.cnt_30 {
  width: 100%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.inline-table .cnt_30 {
  display: inherit;
}

.cnt_33 {
  width: 100%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.cnt_40 {
  width: 100%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.cnt_50 {
  width: 100%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.cnt_60 {
  width: 100%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.cnt_70 {
  width: 100%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.cnt_80 {
  width: 80%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.cnt_90 {
  width: 90%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.cnt_full {
  width: 100%;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.margin-right {
  margin: 0 0 20px;
}

/*******************************
================================
TYPOGRAPHY
================================
*******************************/

a {
  background-color: transparent;
  color: var(--main);
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  cursor: pointer;
}

p {
  margin: 0;
  line-height: 1.5;
  color: #656565;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  line-height: 1;
}

img {
  width: auto;
  max-width: 100%;
  border-style: none;
}

/*******************************
================================
COLOURS
================================
*******************************/

:root {
  --main: #00b207;
  --accent: #ecf9ed;
}

.overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 80%;
}

.white {
  color: #fff;
}

.shadow {
  -webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.04);
}

.gradient {
  background: rgba(0, 178, 7, 1);
  background: -moz-radial-gradient(
    circle,
    rgba(182, 213, 144, 1) 20%,
    rgba(0, 178, 7, 1) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(182, 213, 144, 1) 20%,
    rgba(0, 178, 7, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(182, 213, 144, 1) 20%,
    rgba(0, 178, 7, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b6d590",endColorstr="#00b207",GradientType=1);
}

/*******************************
================================
404
================================
*******************************/

main#primary {
  min-height: 80vh;
}

section.error-404.not-found {
  text-align: center;
  padding: 100px 0;
}

.page-header h1 {
  font-size: 40px;
  margin-bottom: 40px;
}

.page-not-found {
  text-align: center;
}

.page-not-found img {
  margin: 0 0 30px;
  max-width: 650px;
}

.page-not-found h1 {
  font-size: 40px;
  margin: 0 0 30px;
}

.cta-btn a {
  background: red;
  color: #fff;
  padding: 8px 30px;
  border-radius: 8px;
}

.cta-btn {
  margin-top: 50px;
}

.cta-btn a:hover {
  background: #a60202;
  cursor: pointer;
}

/*******************************
================================
SINGLE BLOG
================================
*******************************/

section.blog-content {
  padding: 100px 0;
}

.blog-cnt {
  box-shadow: 0 0 32px 0 rgb(26 47 106 / 8%);
  border-radius: 6px;
}

.meta-content {
  position: relative;
}

.post-thumbnail img {
  height: auto;
  border-radius: 6px 6px 0 0;
}

.date-posted {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
  background: var(--blue);
  padding: 12px 0;
}

.date-posted span {
  color: #fff;
}

.full-content {
  padding: 0 30px 30px;
}

.info {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--blue);
}

.cat-box {
  display: flex;
}

.cat-box i {
  padding-right: 10px;
}

ul.single-cat-list li:first-child {
  display: block;
}

.info h2 {
  margin: 10px 0 0;
}

blockquote {
  padding: 20px 0 20px 40px;
  position: relative;
  border-left: solid 4px var(--blue);
  margin: 15px 0;
}

/* sidebar */

form.searchform.group {
  width: calc(100% - 10px);
  border: solid 1px #dadada;
  padding: 5px;
  position: relative;
}

input[type="search"] {
  width: 90%;
  border: none;
  line-height: 30px;
  font-size: 16px;
}

input[type="image"] {
  position: absolute;
  top: 5px;
  right: 5px;
}

.siderbar-box {
  margin: 30px 0;
}

.siderbar-box h3 {
  font-size: 25px;
  font-weight: 500;
  color: var(--blue);
}

ul.cat-list {
  margin-top: 10px;
}

ul.cat-list li {
  padding: 15px 0;
  border-bottom: solid #f2f2f2;
  font-size: 20px;
}

ul.cat-list a {
  color: #333333;
  font-weight: 400;
}

.rp-details a:hover,
ul.cat-list a:hover {
  color: var(--blue);
}

.recent-posts {
  margin: 10px 0;
  display: table;
}

.rp-img,
.rp-details {
  display: table-cell;
  vertical-align: middle;
}

.rp-img {
  width: 25%;
}

.rp-details {
  padding-left: 15px;
}

.recent-posts img {
  width: auto;
  height: 80px;
  object-fit: cover;
  border-radius: 3px;
  filter: grayscale(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.recent-posts img:hover {
  cursor: pointer;
  filter: grayscale(1);
}

.rp-details a {
  color: #333;
}

span.date {
  opacity: 70%;
  font-size: 13px;
  text-align: left;
}

/* archive */

.blog-sng {
  background-color: #f2f2f2;
  margin: 0 0 30px;
  padding: 15px 15px 30px;
  border-radius: 6px;
}

.blog-sng img {
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  filter: grayscale(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blog-sng img:hover {
  filter: grayscale(1);
}

span.date {
  opacity: 70%;
  font-size: 13px;
}

.blog-sng a h2 {
  color: #333;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blog-sng a h2:hover {
  color: var(--blue);
}

h1.white.relative span {
  color: var(--yellow);
}

/*******************************
================================
REGULAR PAGE
================================
*******************************/

.the_content {
  padding: 50px 0;
}

.breadcrumbs {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0;
  text-align: center;
}

.breadcrumbs:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 60%;
}

.breadcrumbs h1 {
  color: #fff;
  position: relative;
  font-size: 40px;
  margin: 0;
}

/*******************************
================================
HEADER
================================
*******************************/

.top-bar {
  background: #424242;
  text-align: center;
  padding: 5px 0;
}

.top-bar p {
  color: #b3b3b3;
}

.top-bar a {
  text-decoration: underline;
  color: #b3b3b3;
}

.top-bar a:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.header-bar-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 10px 0;
}

.site-branding {
  width: 50%;
}

.cart-elements {
  width: 50%;
}

.site-branding img {
  width: 100%;
  height: auto;
  max-width: 100px;
}

ul#primary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

ul#primary-menu li {
  padding: 0 10px;
}

ul#primary-menu a {
  color: #434343;
  font-size: 18px;
  font-weight: 500;
}

ul#primary-menu .current-menu-item a,
ul#primary-menu a:hover {
  color: var(--main);
}

header#masthead {
  -webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.04);
}

.ce-inner {
  display: flex;
  justify-content: end;
  align-items: center;
}

.ce-divider {
  background: #b3b3b3;
  width: 1px;
  height: 30px;
  margin: 0 5px;
}

.ce-user a {
  color: #434343;
  font-size: 20px;
}

.ce-cart {
  display: flex;
  align-items: center;
}

.ce-cart-link {
  position: relative;
}

.ce-cart-link a {
  color: #434343;
  font-size: 20px;
}

.ce-cart-link span {
  position: absolute;
  top: -10px;
  right: -10px;
  background: var(--main);
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.04);
}

.ce-cart-notes {
  margin-left: 20px;
}

.ce-cart-notes span {
  color: #b3b3b3;
  font-size: 12px;
}

.ce-user a:hover,
.ce-cart-link a:hover {
  color: var(--main);
}

/*******************************
================================
HOME HERO
================================
*******************************/

section.hero {
  padding: 100px 0;
}

.hero-box {
  position: relative;
  z-index: 9;
}

.hero-box h1 {
  font-size: 40px;
}

.hero-box {
  max-width: 880px;
}

.hero-box p {
  font-size: 20px;
}

.main-btn.light a {
  background: #fff;
  color: var(--main);
}

.main-btn.light a:hover {
  background: #fff;
}

.main-btn a {
  background: var(--main);
  color: #fff;
  padding: 8px 25px;
  border-radius: 10px;
}

.hero-decor img {
  display: none;
}

.space {
  margin: 15px;
}

.row.spaced {
  margin-left: -15px;
  width: calc(100% + 30px);
}

section.product-intro {
  padding: 150px 0 0;
  background: #fff;
  border-radius: 50px;
  position: relative;
  z-index: 0;
  top: -50px;
}

.product-image-card {
  position: relative;
}
.main-btn i {
  transition: 0.5s;
}
.product-image-card img {
  transition: 0.5s;
}

.pic-onhover img {
  position: absolute;
  top: 0;
  opacity: 0;
}

.product-card {
  border: solid 1px #b3b3b3;
  border-radius: 20px;
  padding: 30px;
}

.main {
  color: var(--main);
}

.pc-inner h2 {
  text-align: center;
  margin: 0 0 40px;
}

h2 {
  font-size: 35px;
}

ul.size-select {
  margin: 5px 0 0;
  list-style: none;
  padding: 0;
  display: flex;
}

.main-btn {
  display: flex;
  margin-top: 20px;
}

ul.size-select a {
  background: #d9d9d9;
  color: #000;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

ul.size-select li {
  padding-right: 10px;
}

.details .main-btn {
  justify-content: center;
}

.main-btn a:hover i {
  margin-left: 8px;
}

.main-btn a:hover {
  background: transparent;
  color: var(--main);
}

.main-btn a {
  border: solid 1px var(--main);
}

.details {
  margin-top: 15px;
}

ul.size-select a:hover {
  background: var(--main);
  color: #fff;
}

span.seleciton-size {
  color: #434343;
}

.details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-image-card:hover .pic-main img {
  opacity: 0;
}

.product-image-card:hover .pic-onhover img {
  opacity: 1;
}

/*******************************
================================
HOME ABOUT
================================
*******************************/

section.taste {
  padding: 100px 0;
  background-image: url(/wp-content/uploads/2025/04/vegetable-box.jpg);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.text-box h2 {
  font-size: 45px;
  font-weight: 500;
  margin: 0 0 30px;
  line-height: 1.2;
}

section.benefits {
  background-image: url(/wp-content/uploads/2025/04/row-of-fresh-growing-vegetables.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0;
}

.large-image {
  display: none;
}

.benefits-box {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(100px);
  margin: 0 0 20px;
  padding: 20px;
}

.bb-inner {
  display: flex;
}

.icon i {
  margin-right: 10px;
  color: var(--main);
  font-size: 20px;
}

h3 {
  font-weight: 400;
  font-size: 22px;
}

.text-area p {
  font-size: 15px;
}

.benefits-box:last-child {
  margin: 0;
}

/*******************************
================================
FOOTER
================================
*******************************/

.deal-box.veg-box {
  background-image: url(/wp-content/uploads/2025/04/vegetable-spring-deal.jpg);
}

.deal-box {
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 20px;
  height: 350px;
  display: flex;
  align-items: center;
}

section.season-deal {
  padding: 50px 0;
}

.deal-box .text-box h2 {
  margin: 0 0 10px;
}

.deal-box .text-box {
  max-width: 500px;
}

.deal-box.fruit-box {
  background-image: url(/wp-content/uploads/2025/04/fruit-spring-deal.jpg);
}

.large_wrap {
  width: 95%;
  max-width: 1800px;
  margin: 0 auto;
}

footer {
  background: #f2f2f2;
  padding: 50px 0 0;
}

.footer-details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 0 30px;
}

footer h3 {
  font-size: 40px;
  text-align: center;
}

ul.footer-socials {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

ul.footer-socials li {
  padding: 10px;
}

ul.footer-socials a {
  color: #fff;
  font-size: 55px;
  background: var(--main);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

ul.footer-socials a:hover {
  background: var(--accent);
  color: var(--main);
}

ul.useful-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

ul.useful-links a {
  color: #002212;
  font-size: 20px;
}

ul.useful-links li {
  padding: 10px;
}

.copyright {
  text-align: center;
}

.copyright .content_wrap {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  margin-top: 50px;
}

.copyright p a {
  color: var(--main);
  text-decoration: underline;
}

.copyright p a:hover {
  color: var(--accent);
  text-decoration: underline;
}

ul.useful-links a:hover {
  color: var(--main);
}

/*******************************
================================
ABOUT US PAGE
================================
*******************************/

section.breadcrumbs {
  background-image: url(/wp-content/uploads/2025/04/ev-fresh-fruit-background.jpg);
  background-size: cover;
  background-position: center right;
  padding: 70px 0;
}

.breadcrumbs-nav {
  position: relative;
  z-index: 1;
  text-align: left;
}

.breadcrumbs-inner a,
.breadcrumbs-inner span.separator {
  color: #808080;
}

.breadcrumbs-inner span.current {
  color: var(--main);
}

.breadcrumbs-inner a:hover {
  color: var(--main);
}

span.separator {
  margin: 1px 10px 0;
}

section.regular {
  padding: 100px 0;
}

.row.align-centre {
  align-items: center;
}

.rounded-image img {
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

.text-box h1 {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 20px;
}

.features {
  margin-top: 30px;
}

.feature-single {
  position: relative;
  padding-left: 30px;
  margin: 0 0 20px;
}

.feature-single i {
  color: var(--main);
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
}

.feature-single h3 {
  font-size: 20px;
  margin: 0;
}

section.mission {
  background-image: url(/wp-content/uploads/2025/04/wheat-field-background.jpg);
  background-size: cover;
  background-position: right;
  position: relative;
}

.mission-text {
  padding: 100px 0;
  position: relative;
}

.mission-text p {
  font-size: 22px;
}

.mission-image img {
  position: relative;
  z-index: 1;
}

section.mission:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 34, 18);
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 34, 18, 1) 0%,
    rgba(213, 213, 213, 0.4976584383753502) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 34, 18, 1) 0%,
    rgba(213, 213, 213, 0.4976584383753502) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 34, 18, 1) 0%,
    rgba(213, 213, 213, 0.4976584383753502) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002212",endColorstr="#d5d5d5",GradientType=1);
}

.mid-title {
  text-align: center;
  padding: 100px 0;
  max-width: 950px;
  margin: 0 auto;
}

.mid-title h2 {
  margin: 0 0 20px;
  font-size: 55px;
  font-weight: 400;
}

.rounded-image.mid-image {
  margin-top: 50px;
}

/*******************************
================================
WOOCOMMERCE
================================
*******************************/

.woocommerce-order h2 {
  font-size: 25px;
  font-weight: 400;
}

header.woocommerce-products-header {
  display: none;
}

.woocommerce-notices-wrapper {
  display: none;
}

p.woocommerce-result-count {
  display: none;
}

form.woocommerce-ordering {
  display: none;
}

section.product-info {
  padding: 100px 0;
}

tr.attribute-size {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

td.value {
  display: flex;
  flex-wrap: wrap;
}

td.value > div {
    margin: 5px 0;
}

td.value input {
    background: #d9d9d9;
    color: #000;
    font-size: 20px;
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    position: relative;
}


td.value label {
    position: absolute;
    top: 51%;
    left: 51%;
    transform: translate(-50%, -50%);
    background: #d9d9d9;
    color: #000;
    width: 120px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: 0.5s;
    font-size: 15px;
}

td.value > div {
  position: relative;
}

.woocommerce div.product form.cart .variations th.label label {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0;
  margin-right: 10px;
}

h1.product_title.entry-title {
  font-size: 40px;
  font-weight: 400;
}

.woocommerce-product-details__short-description {
  border-top: solid 1px #808080;
  margin-top: 20px;
  padding-top: 20px;
}

div#tab-description h2 {
  font-weight: 400;
  font-size: 30px;
}

div#tab-description ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

div#tab-description ul li {
  margin: 0;
  line-height: 1.5;
  color: #656565;
  font-size: 18px;
  padding-left: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
}

div#tab-description ul li:before {
  font-weight: 900;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  color: var(--main);
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 6px;
}

li#tab-title-additional_information,
li#tab-title-description {
  display: none !important;
}

.woocommerce div.product form.cart .button {
  padding: 0 30px;
  height: 40px;
}

.woocommerce div.product form.cart div.quantity input {
  height: 34px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt:disabled[disabled]:hover {
  background-color: var(--main);
}

td.value input[type="radio"]:checked + label {
  background-color: var(--main);
  color: #fff;
}

td.value label:hover {
  background-color: var(--main);
  cursor: pointer;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt {
  background-color: var(--main) !important;
}

.product_meta {
  display: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  color: #000;
  font-size: 25px;
}

button.reset_variations {
  background: transparent;
  border: none;
  padding: 8px 10px;
  border-radius: 8px;
  transition: 0.5s;
}

button.reset_variations:hover {
  background-color: rgba(217, 217, 217, 0.5);
  cursor: pointer;
}

.woocommerce-variation-price span.woocommerce-Price-amount.amount {
  font-size: 18px;
  color: var(--main);
  margin: 0 0 10px;
  display: block;
}

span.price {
  font-size: 15px;
}

tr.attribute-select-size {
    display: flex;
    margin-top: 20px;
    align-items: flex-start;
    flex-direction: column;
}

.woocommerce div.product form.cart .variations {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #808080;
}

.ce-cart-notes p span {
  margin: 0;
  line-height: 1.5;
  color: #656565;
  font-size: 18px;
}

.is-large.wc-block-cart .wc-block-cart-items {
  border: 1px solid hsla(0, 0%, 7%, 0.11);
  border-radius: 10px;
  padding: 10px;
}

.is-large.wc-block-cart .wc-block-cart-items th span {
  font-size: 16px;
  color: #808080;
  font-weight: 300;
}

td.wc-block-cart-item__product a {
  color: var(--main);
  text-decoration: underline;
}

td.wc-block-cart-item__product a:hover {
  text-decoration: none;
  color: var(--accent);
}

.wp-block-woocommerce-cart-order-summary-block {
  border: 1px solid hsla(0, 0%, 7%, 0.11);
  border-radius: 10px;
  padding: 10px;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 16px;
  color: #808080;
  font-weight: 300;
}

.wc-block-cart__submit-container a {
  background: #038d09;
  color: #fff;
  padding: 8px 25px;
  border-radius: 10px;
  transition: 0.5s;
}

.wc-block-cart__submit-container {
  margin-top: 10px;
}

.wc-block-cart__submit-container a:hover {
  background: #038d09;
  cursor: pointer;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
  border: 1px solid hsla(0, 0%, 7%, 0.11);
  padding: 10px;
  border-radius: 10px;
}

button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  background: var(--main);
  border: solid 1px #000;
  border-radius: 7px;
  color: #fff;
  text-transform: uppercase;
}

button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover {
  background: #038d09;
  cursor: pointer;
}

input#wc-block-components-totals-coupon__input-coupon {
  border-radius: 7px;
}

form.wc-block-components-form.wc-block-checkout__form {
  border: 1px solid hsla(0, 0%, 7%, 0.11);
  border-radius: 5px;
  padding: 10px;
}

p.wc-block-components-checkout-order-summary__title-text {
  font-size: 16px;
  color: #808080;
  font-weight: 300;
  font-weight: 400 !important;
}

body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link) {
  background: var(--main);
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  padding: 0;
}

body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):hover {
  background: #038d09;
}

/*******************************
================================
REGULAR PAGES
================================
*******************************/

hr.wp-block-separator.has-alpha-channel-opacity {
  margin: 20px 0;
  border-top: solid 1px #808080;
}

ul.wp-block-list {
  margin: 15px 0;
  line-height: 1.5;
  color: #656565;
  font-size: 18px;
  padding-left: 20px;
}

/*******************************
================================
CONTACT US
================================
*******************************/

section.contact-details {
  padding: 100px 0;
}

.contact-info i {
  font-size: 55px;
  color: var(--main);
  margin-bottom: 25px;
}

.contact-info {
  margin: 0 0 50px;
}

.contact-info h2 {
  font-size: 35px;
  color: #192a2e;
  font-weight: 600;
  margin: 0;
}

.contact-form h2 {
  font-size: 50px;
  font-weight: 500;
  color: #192a2e;
  margin: 0 0 30px;
}

.contact-form input {
  border: 1px solid #eaeaea;
  padding: 15px;
  box-shadow: none;
  outline: none;
  width: calc(100% - 30px);
  background-color: #ecf9ed;
  border-color: #ecf9ed;
  border-radius: 8px;
  color: #192a2e;
}

.contact-form textarea {
  border: 1px solid #eaeaea;
  padding: 15px;
  box-shadow: none;
  outline: none;
  width: calc(100% - 30px);
  margin-bottom: 30px;
  background-color: #ecf9ed;
  border-color: #ecf9ed;
  border-radius: 8px;
  color: #192a2e;
}

button.wpcf7-form-control.wpcf7-submit.btn.btn-primary.custom-btn-style {
  padding: 24px 32px 24px 32px;
  font-weight: 600;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  letter-spacing: 0.5px;
  display: inline-flex;
  border: 1px solid var(--main);
  align-items: center;
  transition: 0.3s;
  width: 100%;
  justify-content: center;
  background-color: var(--main);
  border-color: var(--main);
  border-radius: 8px;
}

button.wpcf7-form-control.wpcf7-submit.btn.btn-primary.custom-btn-style i {
  font-size: 21px;
  margin-left: 12px;
  margin-top: 0.6px;
}

.contact-form .space {
  margin: 0 15px 15px 15px;
}

button.wpcf7-form-control.wpcf7-submit.btn.btn-primary.custom-btn-style:hover {
  background: #038d09;
  cursor: pointer;
}
h4 {
  font-size: 25px;
  font-weight: 400;
}
hr {
  margin: 30px 0;
}
input#email {
  border: 1px solid #eaeaea;
  box-shadow: none;
  outline: none;
  width: 100%;
  background-color: #ecf9ed;
  border-color: #ecf9ed;
  border-radius: 8px;
  color: #192a2e;
}

select#billing-country {
  border: 1px solid #eaeaea;
  box-shadow: none;
  outline: none;
  width: 100%;
  background-color: #ecf9ed;
  border-color: #ecf9ed;
  border-radius: 8px;
  color: #192a2e;
}

input#billing-first_name {
  border: 1px solid #eaeaea;
  box-shadow: none;
  outline: none;
  width: 100%;
  background-color: #ecf9ed;
  border-color: #ecf9ed;
  border-radius: 8px;
  color: #192a2e;
}

input#billing-last_name {
  border: 1px solid #eaeaea;
  box-shadow: none;
  outline: none;
  width: 100%;
  background-color: #ecf9ed;
  border-color: #ecf9ed;
  border-radius: 8px;
  color: #192a2e;
}

input#billing-address_1 {
  border: 1px solid #eaeaea;
  box-shadow: none;
  outline: none;
  width: 100%;
  background-color: #ecf9ed;
  border-color: #ecf9ed;
  border-radius: 8px;
  color: #192a2e;
}

input#billing-city {
  border: 1px solid #eaeaea;
  box-shadow: none;
  outline: none;
  width: 100%;
  background-color: #ecf9ed;
  border-color: #ecf9ed;
  border-radius: 8px;
  color: #192a2e;
}

input#billing-state {
  border: 1px solid #eaeaea;
  box-shadow: none;
  outline: none;
  width: 100%;
  background-color: #ecf9ed;
  border-color: #ecf9ed;
  border-radius: 8px;
  color: #192a2e;
}

input#billing-phone {
  border: 1px solid #eaeaea;
  box-shadow: none;
  outline: none;
  width: 100%;
  background-color: #ecf9ed;
  border-color: #ecf9ed;
  border-radius: 8px;
  color: #192a2e;
}

input#billing-postcode {
  border: 1px solid #eaeaea;
  box-shadow: none;
  outline: none;
  width: 100%;
  background-color: #ecf9ed;
  border-color: #ecf9ed;
  border-radius: 8px;
  color: #192a2e;
}

input#billing-address_2 {
  border: 1px solid #eaeaea;
  box-shadow: none;
  outline: none;
  width: 100%;
  background-color: #ecf9ed;
  border-color: #ecf9ed;
  border-radius: 8px;
  color: #192a2e;
}

textarea.wc-block-components-textarea {
  border: 1px solid #eaeaea;
  box-shadow: none;
  outline: none;
  width: 100%;
  background-color: #ecf9ed;
  border-color: #ecf9ed;
  border-radius: 8px;
  color: #192a2e;
}

/*******************************
================================
MY ACCOUNT
================================
*******************************/

h2.nav-title {
  font-weight: 300;
  font-size: 20px;
  padding: 20px 10px;
  margin: 0;
}

nav.woocommerce-MyAccount-navigation {
  border: 1px solid hsla(0, 0%, 7%, 0.11);
  border-radius: 8px;
}

nav.woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
  padding: 20px 10px;
  position: relative;
  background: transparent;
  transition: 0.5s;
}

nav.woocommerce-MyAccount-navigation ul li.is-active {
  background: #edf2ee;
}

nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  width: 2px;
  height: 100%;
  max-height: 100px;
  position: absolute;
  background: var(--main);
  left: 0;
  top: 0;
}

nav.woocommerce-MyAccount-navigation ul li:before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
}

nav.woocommerce-MyAccount-navigation ul li a {
  color: #101010;
}

nav.woocommerce-MyAccount-navigation ul li.is-active:before {
  color: var(--main);
}

nav.woocommerce-MyAccount-navigation ul li:hover {
  background: #edf2ee;
  cursor: pointer;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard:before {
  font-family: "Font Awesome 6 Free";
  content: "\f015";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders:before {
  content: "\f290";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address:before {
  content: "\f124";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account:before {
  content: "\f007";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:before {
  content: "\f2f5";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}

form h2 {
  font-weight: 400;
  font-size: 25px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button {
  margin-top: 10px;
  background: var(--main);
  color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button:hover {
  background: #038d09;
  color: #fff;
  cursor: pointer;
}

/* pop-up */

.export-product-card {
  border: solid 1px #b3b3b3;
  padding: 10px;
  border-radius: 10px;
}

.epc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.image-details {
  display: flex;
  align-items: center;
}

.epc-image img {
  width: 50px;
  height: auto;
  border-radius: 7px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.epc-details h2 {
  font-size: 15px;
  margin: 0 0 3px;
}

.epc-details p.price {
  font-size: 15px;
}

.epc-details {
  text-align: left;
  margin-left: 10px;
}

.epc-cart .main-btn {
  margin: 0;
}

.epc-cart button.button.alt {
  font-size: 15px;
  margin: 0px;
  border-radius: 20px;
  padding: 8px 25px;
  color: white;
  background: var(--main);
  border: none;
  line-height: 1;
  cursor: pointer;
  position: relative;
}

h2#swal2-title {
  text-align: left;
  font-size: 18px;
  margin: 0 0 5px 15px;
  font-weight: 400;
}

div#swal2-html-container {
  padding-top: 0;
}

.evf-swal-popup .swal-cart-notice {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.swal-success-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.icon-wrap {
  width: 40px;
  height: 40px;
  background-color: #e6f4ea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkmark {
  font-size: 20px;
  color: #0f9d58;
  font-weight: bold;
}

.text-wrap strong {
  font-size: 16px;
  display: block;
  color: #202124;
}

.text-wrap p {
  margin: 0;
  font-size: 14px;
  color: #5f6368;
}

.swal-cart-product {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 10px;
  gap: 12px;
}

.swal-cart-product .product-image img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 4px;
}

.swal-cart-product .product-info {
  display: flex;
  flex-direction: column;
}

.swal-cart-product .product-title {
  font-weight: 600;
  font-size: 15px;
}

.swal-cart-product .product-meta,
.swal-cart-product .product-price {
  font-size: 13px;
  color: #5f6368;
}

.swal-cart-notice {
  padding-top: 20px;
}

.text-wrap {
  text-align: left;
}

.product-meta {
  text-align: left;
}

.swal-cart-product {
  background: #ecf9ed;
}

.swal-extra-prompt h3 {
  text-align: left;
  font-size: 15px;
}

.export-product-card {
  margin: 0 0 10px;
}

.export-product-card:last-child {
  margin: 0;
}

.single_variation_wrap button.single_add_to_cart_button {
  margin: 0;
}

.single_variation_wrap button.single_add_to_cart_button:hover {
  background-color: #038d09 !important;
}

.product-price {
  text-align: left;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.button-row a.button.view-cart {
  color: #313946;
  background: #f1f2f4;
  font-size: 14px;
  line-height: 1;
  padding: 0 30px;
  height: 30px;
  display: flex;
  align-items: center;
  width: 40%;
  justify-content: center;
}

a.button.checkout {
  color: #fff;
  background: var(--main);
  font-size: 14px;
  line-height: 1;
  padding: 0;
  height: 30px;
  display: flex;
  align-items: center;
  width: 40%;
  justify-content: center;
}

a#swal-close-popup {
  background: transparent;
  color: #000;
  font-size: 12px;
  text-decoration: underline;
  width: 100%;
}

a.button.checkout:hover,
a.button.view-cart:hover {
  background: #038d09;
}

.product-image-card img {
  height: auto;
}

/*******************************
================================
Delivery Notice
================================
*******************************/
.delivery-notice-container {
  background-color: #ecfdf5;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #aaf3d1;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.delivery-notice-container p {
  font-size: 14px;
}

.delivery-time.white {
  background-color: #059669;
  display: flex;
  width: max-content;
  padding: 5px 20px;
  border-radius: 40px;
  color: white;
}

.delivery-time.white p {
  color: white;
  font-weight: 600;
}

.delivery-notice-container .cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.delivery-weekend {
  display: flex;
  align-items: center;
}

.delivery-notice-container .features {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 0px;
}

.delivery-notice-container .features p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: black;
}

.delivery-weekend p {
  font-weight: 600;
}

.delivery-notice-container .context-icon i {
  font-size: 36px;
  color: #059669;
}

.delivery-notice-container .text-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.delivery-weekend p {
  color: #059669;
}

ul.size-select a {
    width: auto;
    border-radius: 6px;
    font-size: 14px;
    padding: 5px 10px;
    height: auto;
    margin: 5px 0;
}

ul.size-select {
    display: flex;
    flex-wrap: wrap;
}

p.wc-block-components-totals-shipping-address-summary {
    color: red;
}

p.wc-block-components-totals-shipping-address-summary strong {
    color: #656565;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding: 0;
}


.postcode-checker h2 {
  color: var(--main);
  margin-bottom: 5px;
}

.postcode-checker input {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
}

.postcode-table-wrap {
  background: var(--accent);
  border-radius: 10px;    
  max-height: 410px;
  overflow: scroll;
}

.postcode-table-header,
.postcode-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #e5e5e5;
}

.postcode-table-header {
  background: var(--accent);
  font-weight: bold;
}

.postcode-row:nth-child(even) {
  background: #fff;
}

.badge {
  background-color: var(--main);
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 500;
}
section.deliverable {
    padding: 100px 0;
}

.postcode-checker {
    margin: 0 0 50px;
}

/*******************************
================================
MEDIA
================================
*******************************/

.ce-cart-notes {
  display: none;
}

.mobile-nav a {
  color: var(--main);
  font-size: 25px;
  margin-left: 25px;
}

div#menu-nav {
  display: none;
}

.deal-box {
  position: relative;
}

.deal-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  border-radius: 20px;
  opacity: 50%;
}

.deal-box .text-box {
  position: relative;
}

.breadcrumbs-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  /* global */

  .cnt_10 {
    width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_20 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_25 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_30 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_33 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  /*******************************
================================
Delivery Notice
================================
*******************************/
  .delivery-notice-container {
    flex-wrap: nowrap;
  }
  .delivery-notice-container p {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }

  .mission-image img {
    position: absolute;
    bottom: 0;
    width: 50%;
    max-height: 600px;
    object-fit: contain;
  }

  .text-box h1 {
    font-size: 40px;
  }

  .breadcrumbs-inner {
    justify-content: flex-start;
  }
  .ce-cart-notes {
    display: block;
  }

  .hero-box h1 {
    font-size: 60px;
  }

  ul.useful-links {
    flex-direction: row;
  }

  .large-image {
    display: block;
    position: absolute;
    bottom: 0;
  }

  section.hero {
    padding: 0;
    height: 600px;
    display: flex;
    align-items: center;
  }

  .hero-decor img {
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    height: 600px;
    z-index: 2;
  }
  .ce-cart-link span {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .ce-divider {
    height: 40px;
    margin: 0 15px;
  }

  .ce-user a {
    font-size: 30px;
  }

  .ce-cart-link a {
    font-size: 30px;
  }

  div#menu-nav {
    display: block;
  }

  .site-branding {
    width: 20%;
  }

  .cart-elements {
    width: 20%;
  }

  .site-branding img {
    width: 100%;
    height: auto;
    max-width: 150px;
  }
  /* global */

  .margin-right {
    margin: 0 20px 0 0;
  }

  .margin-left {
    margin: 0 0 0 20px;
  }

  .row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .table {
    display: table;
  }

  .cell {
    display: table-cell;
    vertical-align: middle;
  }

  .relative {
    position: relative;
  }

  .block {
    display: inline-block;
  }

  .short {
    width: 90%;
    margin: 0 auto;
  }

  .cnt_10 {
    width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_20 {
    width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_25 {
    width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_30 {
    width: 30%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_33 {
    width: 33.33333%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_40 {
    width: 40%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_50 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_60 {
    width: 60%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_70 {
    width: 70%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_80 {
    width: 80%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_90 {
    width: 90%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .cnt_full {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
