/*

Theme Name: TCWD Framework 2024

Description: A minimalistic WordPress theme for custom designed sites.

Version: 1.0

Author: Greg Provians

Author URI: www.tropicalcoastwebdesign.com.au

*/
/******************************* LOAD FONTS *******************************/
@font-face {
  font-family: Poppins-Regular;
  font-weight: 400;
  font-style: normal;
  src: url("fonts/Poppins/Poppins-Regular.ttf");
}
@font-face {
  font-family: Poppins-SemiBold;
  font-weight: 400;
  font-style: normal;
  src: url("fonts/Poppins/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: Montez-Regular;
  font-weight: 400;
  font-style: normal;
  src: url("fonts/Montez/Montez-Regular.ttf");
}

body {
  font-family: Poppins-Regular, Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 20px;
}
html {
  /* Apply border-box across the entire page. */
  box-sizing: border-box;
  font-family: var(--global--font-secondary);
  line-height: var(--global--line-height-body);
}
/**

 * Relax the definition a bit, to allow components to override it manually.

 */
*, *::before, *::after {
  box-sizing: inherit;
}
/******************************* HEADING STYLES *******************************/
h1 {
  font-family: Poppins-SemiBold, Helvetica, Arial, "sans-serif";
  font-size: 3em;
  line-height: 1.2em;
  margin: 0 0 24px 0;
  color: #001040;
}
h1.hide-title {
  font-family: Montserrat-SemiBold, Arial, "sans-serif";
  font-weight: normal;
  font-size: .1em;
  line-height: .1em;
  color: #fff;
  padding: 0px;
  margin-bottom: 0px;
  width: 100%;
}
h2 {
  color: #047A93;
  font-size: 2.1em;
  font-weight: normal;
  font-family: Poppins-SemiBold;
  margin-bottom: 30px;
  line-height: 1.3em;
}
h2 span {
  color: #F4777A;
  font-size: 24px;
  font-weight: normal;
  font-family: Poppins-Regular;
  margin-bottom: -5px;
  display: block;
}
h3 {
  color: #047A93;
  font-size: 1.2em;
  font-weight: normal;
  font-family: Poppins-SemiBold;
  margin: 0 0 30px 0;
  line-height: 1em;
}
h4 {
  color: #666;
  font-weight: normal;
  font-family: Poppins-Regular;
  font-size: .8em;
  text-transform: uppercase;
}

h5 {
  font-family: Poppins-SemiBold, Helvetica, Arial, "sans-serif";
  font-weight: normal;
  font-size: 1em;
  line-height: 1.2em;
  margin: 0 0 24px 0;
  color: #001040;
}
h6 {
  color: #047A93;
  font-size: 2em;
  font-weight: normal;
  font-family: 'Poppins-SemiBold', sans-serif;
  margin-bottom: 40px;
  line-height: 1.2em;
  background-image: url("../../../../ht-template-images/swish.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto; /* keeps original image size */
  display: inline-block;
  padding-right: 0px; /* make room for swish image if needed */
  padding-bottom: 15px; /* push text up so swish has room */
  position: relative;
  z-index: 1;
  margin: 0 0 20px 0;
}

#content .single-product h6 {
	font-size: 1.8em;
  padding-right: 30px; /* make room for swish image if needed */
}

/*---------------- HEADER - FEATURED IMAGE BACKGROUND ----------------*/

.header-wrap {
  text-align: left;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 400px;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-wrap-contents {
  width: 100%;
  max-width: 1400px;
  text-align: center;
  height: 100%;
  line-height: 100%;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0 30px;
}

.header-wrap h1.entry-title {
  text-shadow: 1px 1px 2px black;
  color: #fff;
}

/******************************* GENERAL STYLING *******************************/

ul, ol {
  margin: 0 0 24px;
  line-height: 1.714285714;
  padding: 0;
}
ul {
  list-style: disc outside;
}
ol {
  list-style: decimal outside;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}
#content li {
  margin: 0 0 0 24px;
  font-size: .9em;
  color: #666;
}
#content li li {
  margin: 0 0 0 24px;
  font-size: 1em;
  color: #666
}
table td {}
td, th {
  padding: 5px;
}
#content a:link, #content a:visited {
  color: #047A93;
  text-decoration: none;
}
#content a:hover {
  color: #06B3D7;
  text-decoration: none;
}
/* TEXT ELEMENTS - Alignment -------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
.alignright {
  display: inline;
  float: right;
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 12px auto;
}
/******************************* GUTENBERG *******************************/
.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.alignwide {
  margin-left: calc(-80vw / 2 + 100% / 2);
  margin-right: calc(-80vw / 2 + 100% / 2);
  max-width: 80vw;
}
.aligncenter {
  max-width: 1400px;
  margin: 0 auto;
}
.wp-block-image.alignfull, .wp-block-image.alignwide {
  max-width: none;
}
/******************************* HEADER *******************************/
#header a:link, #header a:visited {
  color: #fff;
  text-decoration: none;
}
#header a:hover {
  color: #ffff00;
}
#header {
  width: 100%;
  height: 175px;
  position: relative;
  background-image: url("../../../../ht-template-images/header-bg.gif");
  background-repeat: repeat-x;
}
#header-main-contents {
  width: 100%;
  height: 175px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
#header-main-logo {
  float: left;
  position: absolute;
  top: 28px;
  left: 30px;
  width: 428px;
  height: auto;
  z-index: 99999;
}
#header-account-cart-icons {
  float: right;
  position: absolute;
  top: 0px;
  right: 20px;
  width: 50%;
  height: auto;
  text-align: right;
  line-height: 46px;
  vertical-align: middle;
  color: #fff;
  font-size: .7em;
}
#header-account-cart-icons img {
  line-height: 46px;
  vertical-align: middle;
  margin: 0 10px 3px 20px;
}
#header-main-menu {
  float: right;
  position: absolute;
  bottom: 35px;
  right: 15px;
  width: 61%;
  height: 46px;
  color: #000;
}
/******************************* MENU STYLING *******************************/
#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#cssmenu {
  display: block;
  padding: 0;
  margin: 0;
  width: auto;
  border-color: #080808;
}
/*--- MENU - List Styles ---*/
#cssmenu, #cssmenu > ul > li > ul > li a:hover {}
#cssmenu > ul {
  display: flex;
  align-items: stretch; /* Default */
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > li {
  position: relative;
  display: block;
  flex: 0 1 auto; /* Default */
  list-style-type: none;
}
/*--- Individual Button Styles Go Here ---*/
#cssmenu > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  padding: 22px 10px 16px;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  font-size: .75em;
  font-family: inherit;
  color: #FFFFFF;
}
#cssmenu li:first-child a {
  border-left: 0 none;
}
/*--- Individual Button HOVER Styles Go Here ---*/
#cssmenu > ul > li > a:hover {
  color: #FFFF00;
}
#cssmenu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}
/*--- Sub Menu Dropdown Arrow ---*/
#cssmenu > ul > li.has-sub {
  padding-right: 10px; /*--- Extra room for arrow ---*/
}
#cssmenu > ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  top: 27px;
  right: -5px;
  border: 5px solid transparent;
  border-top: 5px solid;
}
/*--- Main Navigation Item with Drop Down Menu Underneath ---*/
#cssmenu ul li.has-sub:hover > a {
  color: #FFFF00;
  top: 0px;
  z-index: 999;
}
#cssmenu ul li.has-sub:hover > ul, #cssmenu ul li.has-sub:hover > div {
  display: block;
}
/*--- Drop Down Sub Menu Position & Width ---*/
#cssmenu ul li > ul, #cssmenu ul li > div {
  display: none;
  position: absolute;
  top: 54px;
  left: 0px;
  padding: 0;
  z-index: 999;
}
#cssmenu ul li > ul {
  min-width: 200px;
}
#cssmenu li ul li a {
  width: auto;
  white-space: nowrap;
}
#cssmenu ul li > ul li {
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative;
}
#cssmenu ul li > ul:before {
  position: absolute;
  top: -7px;
  left: 40%;
  display: inline-block;
  border-right: 0px solid transparent;
  border-bottom: 0px solid #ccc;
  border-left: 0px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
#cssmenu ul li > ul:after {
  position: absolute;
  top: -7px;
  left: 40px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #047A93;
  border-left: 7px solid transparent;
  content: '';
}
/*--- Drop Down Menu Items Styling ---*/
#cssmenu ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 11px 25px 9px;
  text-transform: uppercase;
  font-size: .8em;
  font-family: inherit;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
  background-color: #047A93;
}
#cssmenu ul li > ul li:first-child a {
  padding-top: 20px;
}
#cssmenu ul li > ul li:last-child a {
  padding-bottom: 20px;
}
/*--- Drop Down Menu Items HOVER effect ---*/
#cssmenu ul ul a:hover {
  color: #ffff00;
}
/*--- Sub-Sub Menu Dropdown Arrow ---*/
#cssmenu > ul > li.has-sub {
  padding-right: 10px; /*--- Extra room for arrow ---*/
}
#cssmenu ul li > ul li.has-sub > a:before {
  content: '';
  position: absolute;
  top: 23px;
  right: 5px;
  border: 5px solid transparent;
  border-left: 5px solid;
}
#cssmenu ul ul ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 20px 25px 18px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: left;
  border-bottom: 1px dashed #266F41 !important;
  background-color: #001555;
}
#cssmenu ul ul ul li:last-child a {
  border-bottom: none !important;
}
#cssmenu ul li > ul li > ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 216px;
  padding: 0;
  z-index: 999;
  border-left: 10px solid rgba(0, 0, 0, 0.00);
  background-color: rgba(0, 0, 0, 0.00);
}
/* MOBILE MENU - Styles ---------------------*/
/* Hide the mobile menu checkbox */
.mobile-menu-toggle {
  display: none;
}
/* Style the mobile menu toggle button */
.toggle-menu {
  display: block;
  cursor: pointer;
  z-index: 999999; /* Ensure toggle button appears above content */
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  padding: 7px 30px;
  font-size: 1.2em;
}
/* Style the mobile menu */
.mobile-menu {
  display: none;
  position: absolute;
  top: 70px; /* Adjust as needed */
  left: 30px; /* Adjust as needed */
  background-color: #025060;
  padding: 0 10px 0;
  z-index: 999999; /* Ensure mobile menu appears above content */
  animation-duration: 0.3s; /* Duration of the animation */
  animation-fill-mode: both; /* Retains the final state of the animation */
  width: 80%;
  max-width: 280px;
  font-size: .8em;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
  border: 2px solid #fff;
}
/* Define the animation for sliding */
@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* Show the menu when the checkbox is checked */
.mobile-menu-toggle:checked + .toggle-menu + .mobile-menu {
  display: block;
  animation-name: slideIn; /* Use slideIn animation when menu is opened */
}
/* Hide the menu when unchecked */
.mobile-menu-toggle:not(:checked) + .toggle-menu + .mobile-menu {
  animation-name: slideOut; /* Use slideOut animation when menu is closed */
}
/* Additional styling for the mobile menu */
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.mobile-menu li {
  margin: 0 0 0 0;
  color: #444;
  font-family: Poppins-Regular, Helvetica, Arial, "sans-serif";
  padding: 10px 10px 8px 20px;
  border-bottom: 1px solid #047A93;
}
.mobile-menu li:last-child {
  margin: 0 0 0 0;
  color: #444;
  font-family: Poppins-Regular, Helvetica, Arial, "sans-serif";
  padding: 10px 10px 8px 20px;
  border-bottom: 0px solid #ccc;
}
.mobile-menu li a {
  text-decoration: none;
  color: #444;
}
.mobile-menu li a:hover {
  color: #016BB5;
  font-weight: bold;
}
.mobile-menu ul.sub-menu {
  text-align: left;
  margin: 0 0;
}
.mobile-menu ul.sub-menu li {
  padding: 10px 0px 0px;
  margin-left: 20px;
  list-style: disc;
  color: #fff;
}
/* Closing button style */
.close-menu {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
}
/* Parent items with sub-menus */
.mobile-menu li.menu-item-has-children > a {
  position: relative; /* Allow the arrow to be positioned absolutely */
  padding-right: 20px; /* Space for the arrow */
}
/* Arrow indicator styling */
.mobile-menu li.menu-item-has-children > a::after {
  content: '\2304'; /* Unicode character for down arrow */
  position: absolute;
  right: 0px; /* Position it to the right */
  top: 7px;
  transform: translateY(-50%); /* Center the arrow vertically */
  font-size: 0.8em;
  color: #fff; /* Arrow color */
}
/* Sub-menu styling */
.mobile-menu ul.sub-menu {
  display: none; /* Hide sub-menu by default */
  position: relative; /* Position relative to the parent */
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 9999;
  width: 100%;
  animation-duration: 1s; /* Duration of the animation */
  animation-fill-mode: both; /* Retains the final state of the animation */
  max-height: 0; /* Initially collapsed */
  overflow: hidden; /* Hide overflow content */
}
/* Define the animation for expanding sub-menu */
@keyframes expandDown {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 500px; /* Set a max-height large enough to fit your content */
    opacity: 1;
  }
}
@keyframes collapseUp {
  from {
    max-height: 500px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}
/* Show sub-menu on hover */
.mobile-menu li:hover > ul.sub-menu {
  display: block;
  animation-name: expandDown; /* Use expandDown animation when sub-menu is opened */
}
/* Hide sub-menu when not hovered */
.mobile-menu li > ul.sub-menu {
  display: none;
  animation-name: collapseUp; /* Use collapseUp animation when sub-menu is closed */
}
/* Parent menu item hover state */
.mobile-menu li:hover > ul.sub-menu {
  display: block;
  animation-name: expandDown; /* Use expandDown animation when sub-menu is opened */
}
/* Show the parent menu item and its sub-menu when the parent menu item is focused (for keyboard navigation) */
.mobile-menu li:focus-within > ul.sub-menu {
  display: block;
  animation-name: expandDown;
}
/* Hide the sub-menu when not hovered or focused */
.mobile-menu li > ul.sub-menu {
  display: none;
}
.mobile-menu li ul li {
  border-bottom: 0px solid #ccc;
  font-size: .9em;
}
/* FOOTER MENU - Styles ---------------------*/
#footer #cssmenu, #footer #cssmenu ul, #footer #cssmenu li, #footer #cssmenu a {
  border: none;
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  list-style: disc;
  text-transform: none;
  text-align: left;
  line-height: 31px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.00);
  display: list-item;
}
#footer-center h5 {
  margin-bottom: 22px;
}
#footer #cssmenu {
  height: auto;
  display: block;
  padding: 0;
  margin: 0;
  width: auto;
  border-color: #080808;
}
/*--- MENU - List Styles ---*/
#cssmenu, #cssmenu > ul > li > ul > li a:hover {}
#footer #cssmenu > ul {
  display: block;
  align-items: baseline;
  justify-content: center;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
}
#footer #cssmenu > ul > li {
  position: relative;
  display: inline-block;
  flex: none; /* Default */
  list-style-type: none;
  width: 100%;
  margin-left: 20px;
}
/******************************* SLIDESHOW *******************************/
#slideshow-image {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  margin-bottom: 100px;
}
/******************************* MAIN BODY *******************************/
/* CONTENT / BODY

-------------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  height: auto;
  margin: 0px auto;
  background-color: #FFF;
  display: block;
  overflow: hidden;
}
#main {
  width: 100%;
  height: auto;
  position: relative;
}
#content {
  box-sizing: border-box;
  padding: 0 30px 100px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#content p {
  font-size: .9em;
  margin: 0 0 24px 0;
  color: #666;
	line-height: 1.6em;
}

#content p strong,
p b {
    color: #238C00;
}


/******************************* FOOTER *******************************/
#footer {
  width: 100%;
  height: auto;
  padding: 100px 30px 80px;
  background-color: #047A93;
}
#footer h5 {
  color: #fff;
	font-size: .9em;
}
#footer p {
  font-size: .75em;
  line-height: 2em;
}
#footer-contents {
  width: 100%;
  max-width: 1340px;
  height: auto;
  color: #fff;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}
#footer-one {
  width: 20%;
  height: auto;
  float: left;
  line-height: 36px;
  vertical-align: middle;
}

#footer-one img {
	width: 100%;
	height: auto;
}

#footer-two {
  width: 22%;
  height: auto;
  float: left;
  margin-left: 5%;
  pointer-events: none;
}
#footer-three {
  width: 15%;
  height: auto;
  float: left;
  margin-left: 4%;
}
#footer-four {
  width: 24%;
  height: auto;
  float: right;
  vertical-align: middle;
}
#footer-four img {
  vertical-align: middle;
  margin-right: 10px;
}
#footer-four a:link, #footer-four a:visited {
  color: #fff;
  text-decoration: none;
}
#footer-four a:hover {
  color: #ffff00;
  text-decoration: none;
}
/******************************* COPYRIGHT / LOGIN / T&Cs *******************************/
#notice_footer {
  width: 100%;
  height: auto;
  min-height: 60px;
  background-color: #F4777A;
  display: block;
  overflow: hidden;
}
#notice_footer a:link, #notice_footer a:visited {
  color: #fff;
  text-decoration: none;
}
#notice_footer a:hover {
  color: #ffff00 !important;
  text-decoration: underline;
}
#notice_footer_content {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  font-size: 14px;
  overflow: hidden;
  clear: both;
}
#notice_footer_mobile {
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 26px;
  font-size: 14px;
  display: block;
  overflow: hidden;
  padding: 10px 30px;
}
#notice_footer_left {
  width: 45%;
  max-width: 560px;
  height: auto;
  float: left;
  text-align: left;
  vertical-align: middle;
}
#notice_footer_right {
  width: 45%;
  max-width: 560px;
  height: auto;
  float: right;
  text-align: right;
  vertical-align: middle;
}
/******************************* CONTACT FORM 7 STYLES *******************************/
.wpcf7-form {
  border: none;
  padding: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 21px;
}
.email_terms {
  font-size: 13px !important;
  color: #444 !important;
}
#two-column {
  width: 100%;
  margin-top: 20px;
}
#two-column input::placeholder {
  color: #999;
  font-family: Poppins-Regular;
}
#two-column #left {
  width: 48%;
  float: left;
}
#two-column #left p {
  line-height: 25px !important;
}
#two-column #right {
  width: 48%;
  float: right;
}
#two-column p {
  margin: 0px !important;
}
#two-column input[type="text"] {
  border: none;
  border: 1px solid #DDD;
  font-size: .8em;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 15px;
  width: 100%;
}
#two-column input[type="email"] {
  border: none;
  border: 1px solid #DDD;
  font-size: .8em;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 15px;
  width: 100%;
}
#two-column textarea {
  position: relative;
  padding: 10px 15px;
  border: 1px solid #DDD;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 15px;
  font-size: .8em;
  font-family: Poppins-Regular;
}
#two-column textarea::placeholder {
  color: #999;
}
#two-column select {
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 10px 15px 10px 10px;
  margin-bottom: 15px;
  width: 100%;
  color: #999; /* Initial color for placeholder */
  font-size: .8em;
  font-family: Poppins-Regular;
}
/* Ensure the placeholder option stays gray */
#two-column select option[value=""] {
  color: #999 !important;
}
/* Change the color when a valid option is selected */
#two-column select:valid {
  color: #333;
}
.wpcf7 select[name="select-an-option"] {
  color: #aaa;
  font-size: .9em;
}
.wpcf7 select[name="select-an-option"] option {
  color: #000 !important;
  font-size: .9em;
}
#two-column input[type="submit"] {
  padding: 12px 30px 10px;
  background-color: #047A93;
  border: 1px solid #047A93;
  color: #fff;
  text-transform: uppercase;
  float: right;
  border-radius: 5px;
  margin: 5px 0px 0px 0px;
}
#two-column input[type="text"]:focus, #two-column textarea:focus, #two-column input[type="email"]:focus {
  background: #F1F1F1;
}
#two-column input[type="submit"]:hover {
  background: #06B3D7;
  border-color: #06B3D7;
  color: #fff;
}
#content .wpcf7-not-valid-tip {
  font-size: .8em;
  margin-bottom: 10px;
  margin-top: -15px;
  text-align: right;
}
#content .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ff0000;
}
#content .wpcf7 form .wpcf7-response-output {
  padding: 0.5em 1em;
  border: 2px solid #008C00;
  font-size: .8em;
  margin: 40px 0px 10px;
}
/******************************* SMART PHONES  UNDER 800 PIXELS *******************************/
@media (max-width: 799px) {
  #header {
    height: 160px;
  }
  #header-main-menu {
    display: none;
  }
  .toggle-menu {
    padding: 7px 15px;
  }
  #header-account-cart-icons {
    right: 5px;
  }
  #header-main-contents {
    height: auto;
    clear: both;
    padding: 10px;
  }
  #header-main-logo {
    float: none;
    position: relative;
    top: 30px;
    left: initial;
    width: 100%;
    text-align: center;
  }
  #header-main-logo img {
    width: 100%;
    max-width: 340px;
    height: auto;
  }
  #footer {
    padding: 80px 20px;
  }
  #footer p {
    font-size: .7em;
    line-height: 2em;
  }
  #footer-left, #footer-center, #footer-right {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 50px;
  }
  #footer #cssmenu > ul > li > a {
    font-size: .7em;
    text-align: center;
  }
  #footer #cssmenu > ul > li {
    margin-left: 0px;
  }
  #footer #cssmenu, #footer #cssmenu ul, #footer #cssmenu li, #footer #cssmenu a {
    list-style: none;
  }
  #footer #cssmenu > ul > li {
    width: 100%;
    text-align: center;
  }
  #notice_footer_content {
    display: none;
  }
  #smallgoogle {
    text-align: left;
    padding: 0 0px 10px;
  }
  #notice_footer_left, #notice_footer_right {
    width: 100%;
    max-width: none;
    float: none;
    text-align: center;
  }
  #footer-one {
    width: 100%;
    float: none;
    text-align: center;
  }
  #footer-two {
    width: 100%;
    float: none;
    text-align: center;
    margin-left: 0;
    margin-top: 60px;
  }
  #footer-three {
    width: 100%;
    float: none;
    text-align: center;
    margin-left: 0;
    margin-top: 60px;
  }
  #footer-four {
    width: 100%;
    float: none;
    text-align: center;
    margin-left: 0;
    margin-top: 60px;
  }
  #footer-four a:link, #footer-four a:visited {
    color: #fff;
    text-decoration: none;
  }
  #footer-four a:hover {
    color: #ffff00;
    text-decoration: none;
  }
  h6 {
    font-size: 1.5em;
    padding-bottom: 15px; /* push text up so swish has room */
  }
  #content .woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 0 60px 0 !important;
  }
	
	h1 {
		font-size: 2em;
	}
	
	blockquote {
		margin-inline-start: 0 !important;
		margin-inline-end: 0 !important;
	}
	
	.n2-font-ed17ab92f98a0127598fa42bc9a6fc79-paragraph {
		font-size: 3.5em !important;
	}
	
	.n2-font-2a0ce75435108e87bdd261bd17ace039-paragraph {
    	font-size: 1.3em !important;
		margin-top: 40px !important;
	}
	
	#content .shop-title {
		font-size: 1.5em !important;
	}
	
	.shop-header {
		text-align: left !important;
	}
	
	h6.shop-title {
    padding-right: 20px !important;
		padding-bottom: 20px;
}
	
}
/******************************* TABLETS BETWEEN 800 & 1200 PIXELS *******************************/
@media screen and (min-width: 800px) and (max-width: 1299px) {
  #header-contact-contents-left {
    display: none;
  }
  #header-main-menu {
    display: none;
  }
  #full-width-menu {
    display: none;
  }
  #header-main-contents {
    padding: 27px 30px 0;
    height: auto;
  }
  #header-main-address {
    float: none;
    position: relative;
    right: initial;
    top: initial;
    width: 100%;
    text-align: center;
  }
  #header-main-logo {
    float: none;
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    text-align: center;
  }
  #footer-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer-one, #footer-two, #footer-three, #footer-four {
    width: 45%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  /* Optional alignment tweaks */
  #footer-one {
    text-align: center;
  }
  #footer-two, #footer-three, #footer-four {
    text-align: left;
  }
  #footer-three, #footer-four {
    margin-top: 60px;
  }
  #notice_footer_content {
    display: none;
  }
  #content .woocommerce ul.products li.product {
    width: 44% !important;
    margin: 0 3% 60px 3% !important;
  }
}
/******************************* DESKTOPS AND NOTEBOOKS OVER 1200 PIXELS *******************************/
@media (min-width: 1300px) {
  .toggle-menu, .mobile-menu {
    display: none;
  }
  #notice_footer_mobile {
    display: none;
  }
}

/******************************* CUSTOM PAGE CSS *******************************/

.contact-page-icons p {
  line-height: 30px;
  vertical-align: middle;
}

.contact-page-icons p img {
  line-height: 30px;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 3px;
}

/* Make each button take the full row inside the Buttons block */
.four-boxes .wp-block-buttons > .wp-block-button {
  flex: 1 1 100%;
  width: 100%;        /* belt */
  margin: 0;          /* optional: remove gaps */
}

/* If the block has a custom width set in the editor, override it */
.four-boxes .wp-block-button.has-custom-width {
  width: 100% !important;
}

/* Make the anchor fill its parent */
.four-boxes .wp-block-button__link {
  display: block;
  width: 80% !important;  /* suspenders */
  color: #666;
  background-color: #fff;
  border: 1px solid #047A93;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  padding: 10px 20px;
  font-size: .9em;
  margin: 30px auto 0;
}

#content .four-boxes a:hover {
  color: #333;
  text-decoration: none;
	border-color: #333;
}

/* Optional: if your theme sets the whole group to flex with gaps you can also force block layout */
.four-boxes .wp-block-buttons {
  display: block; /* uncomment if the flex layout still fights you */
  /* gap: 0; */   /* optionally remove spacing */
}

.form-boxes .wp-block-file *+.wp-block-file__button {
    margin-left: 0;
}

.form-boxes img {
	margin-bottom: 25px;
}

.form-boxes {
	text-align: center;
}

.form-boxes .wp-block-file__button {
    background: #fff;
	border: 1px solid #666;
	border-radius: 10px;
	width: 100%;
	text-align: center;
}

#content .form-boxes a:link, #content .form-boxes a:visited{
    color: #666;
	border-color: #666;
	text-align: center;
	margin: 10px 0 0 0;
}

#content .form-boxes a:hover{
    color: #047A93;
	border-color: #047A93;
}


/* WOOCOMMERCE CSS  -------------------------------------------------------------------------------*/
/* --------------- PRODUCT PAGE CSS  --------------------------------------------------------------*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center;
}
.woocommerce ul.products li.product a img {
  border: 1px solid #eee;
  border-radius: 10px;
}
h2.woocommerce-loop-product__title {
  width: 100%;
  text-align: center;
  font-size: 1.1em !important;
  font-family: Montserrat-SemiBold, OpenSans-Regular, Helvetica, Arial, "sans-serif";
  color: #047A93;
  border-bottom: 0px solid #000;
  text-decoration: none;
  padding: 10px 0 0 !important;
	line-height: 1.5em;
}
#content ul.products a:hover {
  color: #000;
  text-decoration: none;
}
.woocommerce ul.products li.product .price {
  width: 100%;
  font-family: Montserrat-SemiBold, OpenSans-Regular, Helvetica, Arial, "sans-serif";
  text-align: center;
  color: #333 !important;
  font-size: 1.0em !important;
}
.woocommerce #respond input#submit, .woocommerce a.button {
  font-size: .8em !important;
  text-transform: uppercase;
  font-family: Arial, "sans-serif";
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 14px 20px 11px !important;
  font-weight: normal !important;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #f5f5f5 !important;
  width: 100%;
}
.woocommerce .woocommerce-message a.button {
  font-size: .8em !important;
  text-transform: uppercase;
  font-family: Arial, "sans-serif";
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 14px 20px 11px !important;
  font-weight: normal !important;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ccc !important;
  width: 100%;
}
.woocommerce a:hover.button {
  background-color: #eee !important;
}
@media (min-width: 768px) {
  ul.products {
    display: flex;
    flex-wrap: wrap;
  }
  ul.products li.product {
    display: flex;
    flex-direction: column;
  }
  ul.products li.product .button {
    margin-top: auto !important;
  }
}
/* --------------- INDIVIDUAL PRODUCT PAGE CSS  --------------------------------------------------------------*/
.woocommerce .summary h1 {
  color: #000;
  font-size: 1.5em;
  padding-top: 30px !important;
  margin-bottom: 20px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #ff0000 !important;
  font-size: 1.25em !important;
  font-family: Lato-Bold, OpenSans-Regular, Helvetica, Arial, "sans-serif";
  padding-bottom: 24px;
  border-bottom: 3px solid #eee;
}
.woocommerce .woocommerce-product-details__short-description {
  font-size: .9em !important;
  margin-bottom: 24px;
  border-bottom: 3px solid #eee;
}
.woocommerce .summary ul {
  font-size: .9em !important;
}
.woocommerce div.qty {
  width: 20%;
  padding: 10px 10px 10px 0;
  font-size: .9em;
  float: left;
}
.woocommerce div.quantity {
  width: 70%;
  padding: 10px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #047A93 !important;
  color: #fff !important;
  margin-top: 20px;
  font-weight: normal !important;
  text-transform: uppercase;
  font-size: .8em;
  padding: 12px 30px 10px !important;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #036074 !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 30px;
	margin-bottom: 60px;
}

.woocommerce div.product_meta span.posted_in {
  font-size: .8em;
}
.woocommerce div.product_meta span.posted_in a:link {
  text-decoration: none !important;
}
section.related.products {
  clear: both;
  padding: 60px 0 10px;
  border-top: 3px solid #047A93;
	display: block;
}

section.related.products h2 {
  color: #047A93;
  font-size: 1.5em;
	margin-bottom: 20px !important;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin-top: 60px;
}

.woocommerce section.related.products ul.products li.product .price {
  display: none;
}
.woocommerce-message {
  border-top-color: #819810 !important;
  line-height: 40px;
  vertical-align: middle;
}
.woocommerce-message::before {
  content: "\e015";
  color: #819810 !important;
}
#content .woocommerce-message a:link, #content .woocommerce-message a:visited {
  background-color: #D80000;
  text-decoration: none;
  font-weight: normal;
  font-family: Lato-Regular, OpenSans-Regular, Helvetica, Arial, "sans-serif";
  color: #fff;
}
#content .woocommerce-message a:hover {
  background-color: #000;
  color: #fff !important;
}
/* --------------- CART PAGE CSS  --------------------------------------------------------------*/
#content .woocommerce tr.woocommerce-cart-form__cart-item {
  height: auto;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 128px !important;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
  text-align: center;
}

div.cart_totals h2 {
  color: #000;
  font-size: 1.5em;
  margin-bottom: 20px;
  margin-top: 10px;
}
#content div.cart_totals a:link, #content div.cart_totals a:visited {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 1em;
  padding: 17px 30px 15px !important;
  border-radius: 10px !important;
}
#content div.cart_totals a:hover {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #687B0D !important;
}

/* --------------- CHECKOUT PAGE CSS  --------------------------------------------------------------*/

.woocommerce-info::before {
  color: #697D0D !important;
}

.woocommerce-info {
  border-top: 3px solid #697D0D !important;
}
.woocommerce-billing-fields__field-wrapper input[type="email"] {}
.woocommerce-checkout form input[type="text"] {
  border: 1px solid #DDD;
  font-size: .8em;
  border-radius: 0px;
  padding: 10px 15px;
  margin-bottom: 15px;
  width: 100%;
}
.woocommerce-checkout form input[type="email"] {
  border: 1px solid #DDD;
  font-size: .8em;
  border-radius: 0px;
  padding: 10px 15px;
  margin-bottom: 15px;
  width: 100%;
}
.woocommerce-billing-fields__field-wrapper input[type="tel"] {
  border: 1px solid #DDD;
  font-size: .8em;
  border-radius: 0px;
  padding: 10px 15px;
  margin-bottom: 15px;
  width: 100%;
}
.woocommerce .select2-container--default .select2-selection--single {
  border: 1px solid #DDD;
  font-size: .8em;
  border-radius: 0px;
  padding: 5px 10px;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 4px !important;
}
.woocommerce form .form-row textarea {
  border: 1px solid #DDD;
  font-size: .8em;
  border-radius: 0px;
  padding: 10px 15px;
  margin-bottom: 15px;
  width: 100%;
  min-height: 150px;
}
.woocommerce-billing-fields__field-wrapper {
  margin-bottom: 40px;
}
.woocommerce h3 {
  color: #000;
  font-family: Lato-Bold, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.5em;
  margin-bottom: 20px;
}
.woocommerce table.shop_table {
  margin: 0 -1px 60px 0 !important;
}
/*---     PRODUCT IMAGE SAME HEIGHT IN SHOP PAGE     ---*/
ul.products li.product img {
  width: 100%;
  height: 10em; /* fell free to use your own value */
  object-fit: contain; /* this one line will do the magic */
  background: #fff;
}
.woocommerce ul.products li.product a img {
  overflow: hidden;
  object-fit: cover;
}
/*---     Quantity Buttons – Used in conjunction with “SMNTCS Quantity Increment Buttons for WooCommerce” plugin      ---*/
.woocommerce input.minus[type=button] {
  padding: 8px 15px;
}
.woocommerce input.plus[type=button] {
  padding: 10px 13px 6px;
}
.woocommerce .quantity .qty {
  padding: 9px 5px 7px !important;
}
#store-page-header {
  width: 100%;
  height: 300px;
  background: url("https://dibellaproduce.com.au/cms/wp-content/uploads/2022/07/onlinestore-1.jpg") no-repeat center;
  margin-bottom: 80px;
}
#store-page-header-contents {
  width: 100%;
  max-width: 1400px;
  height: 300px;
  margin: 0 auto;
  padding: 0 30px;
}
#store-page-header-contents h1 {
  height: 300px;
  line-height: 300px;
  color: #fff;
}
.variations .reset_variations {
  width: 100% !important;
  display: block;
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 50% !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 0.618em 1em .4em !important;
  border-radius: 5px;
}
.woocommerce dl.variation {
  margin-top: 20px;
}
td.product-name a:link {
  font-weight: bold;
  padding-top: 20px;
  display: block;
}
.woocommerce .woocommerce-checkout .col2-set .col-1, .woocommerce .woocommerce-checkout .col2-set .col-2 {
  width: 100% !important;
}
.woocommerce .woocommerce-checkout .col2-set .col-2 {
  margin-bottom: 40px;
}
.woocommerce .woocommerce-checkout .col2-set .col-1 {
  margin-bottom: 40px;
}
/*---     PRODUCT IMAGE SAME HEIGHT IN SHOP PAGE     ---*/
ul.products li.product img {
  width: 100%;
  height: 10em; /* fell free to use your own value */
  object-fit: contain; /* this one line will do the magic */
  background: #fff;
}
.woocommerce ul.products li.product a img {
  overflow: hidden;
  object-fit: cover;
}
/*---     Quantity Buttons – Used in conjunction with “SMNTCS Quantity Increment Buttons for WooCommerce” plugin      ---*/
.woocommerce input.minus[type=button] {
  padding: 8px 15px;
}
.woocommerce input.plus[type=button] {
  padding: 10px 13px 6px;
}
.woocommerce .quantity .qty {
  padding: 9px 5px 7px !important;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0 30px 0 0 !important;
}
#store-page-header {
  width: 100%;
  height: 300px;
  background: url("../../../../template-images/shop-header.jpg") no-repeat center;
  margin-bottom: 80px;
}
#store-page-header-contents {
  width: 100%;
  max-width: 1400px;
  height: 300px;
  margin: 0 auto;
  padding: 0 30px;
}
#store-page-header-contents h1 {
  height: 300px;
  line-height: 300px;
  color: #fff;
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 180px !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 0.618em 1em .4em !important;
  margin: 0 10px 0 0 !important;
  border-radius: 5px;
}
div.qty {
  float: left;
  padding: 10px;
}
#content .woocommerce ul.products li.product {
  width: 22%;
  margin: 0 1.5% 60px 1.5%;
}

#content .woocommerce div.product form.cart .variations {
    table-layout: auto;  /* allow natural content sizing */
    width: auto;         /* don’t stretch table full width */
    border-collapse: separate; /* so padding behaves cleanly */
    border-spacing: 0;   /* remove extra gaps */
}

#content .woocommerce div.product form.cart .variations th {
    font-family: Poppins-Regular;
    font-weight: normal;
    text-align: left;
    padding: 0 30px 0 0;    /* 20px left/right, 10px top/bottom */
    width: auto;           /* shrink-wrap horizontally */
    height: auto;		/* shrink-wrap vertically */
    line-height: 1.4;      /* text spacing */
    white-space: nowrap;   /* stop wrapping — keeps column tight */
    vertical-align: middle; /* center against taller cells */
}

#content .woocommerce div.product form.cart .variations label {
    font-weight: normal;
	font-size: .9em;
}

#content .woocommerce div.product form.cart .variations td {
    border: 0;
    line-height: 1em;
    vertical-align: middle;
}

#content .woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 7px 40px 4px 15px; /* top/right/bottom/left */
    font-size: 0.9em;
    line-height: 1.6em; /* makes option rows taller */
    background-size: 16px;
    background-position: calc(100% - 12px) 50%;
	font-family: Poppins-Regular;
}

#content .woocommerce div.product form.cart .variations select option {
    font-size: 0.9em;   /* make options comfortably big */
    line-height: 1.4em; /* simulate vertical padding */
}

#content .woocommerce div.product form.cart .variations .reset_variations {
    display: none !important;  /* hides it and removes space */
}

#content .woocommerce div.product form.cart td {
	padding: 0px;
}

#content span.sku_wrapper {
	font-size: .8em;
	margin-right: 20px;
}

/*------------------     CLIENT LOGIN PAGE     --------------------*/

#content p.login-username, #content p.login-password, #content p.login-submit {
	margin: 15px 0 0 0;
}

.login-username, .login-password {
	display: flex;
	align-items: center;
}

.login-username label, .login-password label {
	width: 33%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 45px; /* Match input height */
}

.login-username input, .login-password input {
	width: 67%;
	box-sizing: border-box;
	border: 1px solid #DDD;
	font-size: 0.8em;
	border-radius: 5px;
	padding: 10px 40px;
	height: 45px; /* Ensures vertical alignment with label */
}

.client-login h3 {
	margin-bottom: 20px;
}

.client-login .login-remember {
	text-align: right;
}

.login-submit {
	text-align: right; /* or center, depending on your layout */
}

.login-submit input[type="submit"] {
	background-color: #0073aa; /* WordPress primary blue */
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 12px 45px;
	font-size: 1em;
	cursor: pointer;
	transition: background-color 0.3s ease, box-shadow 0.2s ease;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	margin: 0 0 0 0;
	text-transform: uppercase;
	font-weight: normal;
}

.login-submit input[type="submit"]:hover {
	background-color: #006799;
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.wp-block-file object {
    width: 100% !important;
    height: 450px !important; /* adjust as needed */
	background-color: #047A93;
}

/* Active & autofill input padding */
#content .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
#content .wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
#content .wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
#content .wc-block-components-form .wc-block-components-text-input.is-active input[type=password],
#content .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
#content .wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
#content .wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
#content .wc-block-components-text-input input:-webkit-autofill,
#content .wc-block-components-text-input.is-active input[type=email],
#content .wc-block-components-text-input.is-active input[type=number],
#content .wc-block-components-text-input.is-active input[type=password],
#content .wc-block-components-text-input.is-active input[type=tel],
#content .wc-block-components-text-input.is-active input[type=text],
#content .wc-block-components-text-input.is-active input[type=url] {
    padding: 1.7em .6em .5em;
}

/* Label (default – when empty) */
#content .wc-block-components-form .wc-block-components-text-input label,
#content .wc-block-components-text-input label {
    color: #ff0000;
    cursor: text;
    font-family: inherit;
    font-size: 0.9em;
    font-weight: inherit;
    left: .5625em;
    line-height: 1.5;
    margin: 0;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: calc(1.8em);
    transform: translateY(-50%);
    transform-origin: top left;
    transition: all .2s ease;
}

/* Active or autofilled label (when field has text) */
#content .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,
#content .wc-block-components-form .wc-block-components-text-input.is-active label,
#content .wc-block-components-text-input input:-webkit-autofill+label,
#content .wc-block-components-text-input.is-active label {
    top: .6em; /* lifted higher */
    transform: translateY(-2px) scale(.75); /* smaller and slightly higher */
}

/* Input field styling */
#content .wc-block-components-form .wc-block-components-text-input input[type=email],
#content .wc-block-components-form .wc-block-components-text-input input[type=number],
#content .wc-block-components-form .wc-block-components-text-input input[type=password],
#content .wc-block-components-form .wc-block-components-text-input input[type=tel],
#content .wc-block-components-form .wc-block-components-text-input input[type=text],
#content .wc-block-components-form .wc-block-components-text-input input[type=url],
#content .wc-block-components-text-input input[type=email],
#content .wc-block-components-text-input input[type=number],
#content .wc-block-components-text-input input[type=password],
#content .wc-block-components-text-input input[type=tel],
#content .wc-block-components-text-input input[type=text],
#content .wc-block-components-text-input input[type=url] {
    background-color: #fff;
    border: 1px solid hsla(0,0%,7%,.8);
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 0.8em;
    height: calc(3em + 16px);
    line-height: 1.2em;
    margin: 0;
    min-height: 0;
    padding: 1.05em .6em;
    width: 100%;
}


#content .wc-blocks-components-select .wc-blocks-components-select__select {
	font-size: .8em;

    padding: 1.1em .5em 0;
}

#content .wc-blocks-components-select .wc-blocks-components-select__label {
    color: #ff0000;
    top: 7px;
    font-size: .9em;
	left: .5625em;
}

#content .wc-block-components-address-form__address_2-toggle {
    font-size: .8em;
}

#content .wc-block-components-radio-control__option, #content .wc-block-components-radio-control-accordion-content {
    font-size: .9em;
	padding-left: 16px;
}

#content .wc-block-components-checkbox__label {
	font-size: .9em;
}

#content .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    padding-left: 16px;
} 

#content .wc-block-components-button:not(.is-link) {
	background-color: #047A93;
	text-transform: uppercase;
	font-size: .9em;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em 1.5em .8em;
	text-align: center;
	color: #ffffff;
}

#content .woocommerce ul.order_details li strong {
    display: block;
    font-size: 1em;
    text-transform: none;
    line-height: 1.5;
}

#content .woocommerce ul.order_details li {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#content .woocommerce-order h2 {
    color: #047A93;
    font-size: 1.5em;
    font-weight: normal;
    font-family: Poppins-SemiBold;
    margin-bottom: 30px;
    line-height: 1em;
}

.woocommerce h3 {
    color: #000;
    font-family: Poppins-Regular, Helvetica, Arial, "sans-serif";
    font-size: 1.2em;
    margin-bottom: 20px;
}

#content .woocommerce .woocommerce-customer-details address {

    padding: 20px 15px;
}

#content a.wp-block-file__button:link {
    background: #047A93;
    color: #fff;
	display: block;
	text-align: center;
}

/* Style the login-to-view button specifically */
#content .woocommerce a.login-to-view-button.button,
#content .woocommerce-page a.login-to-view-button.button,
.woocommerce a.login-to-view-button.button,
.woocommerce-page a.login-to-view-button.button {
  background-color: #ff0000 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 1em 1.2em !important;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
	border-radius: 10px;
	margin-bottom: 40px;
}

/* Hide the banner on single product pages and add spacing below the site header */
.single-product .header-wrap {
    display: none;
}

#content .single-product {
    margin-top: 120px;
}

.shop-header {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
}

.shop-title {
    font-size: 2.1em;
    font-weight: 600;
    margin: 0;
	padding-right: 40px;
}


h6.shop-title {
	padding-right: 30px;
}

.n2-ss-slider .n2-ss-section-main-content {
  justify-content: flex-end !important;
}
