/* Highlight the parent menu item if a submenu item is active */
.current-menu-parent > a,
.current-menu-ancestor > a {
  background-color: #b2d8c2;
  color: rgb(97, 158, 133) !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.current-menu-parent > a:after {
  color: rgb(97, 158, 133) !important;
}
.current-menu-parent > a:after,
.current-menu-ancestor > a:after {
  color: rgb(97, 158, 133);
}
/* Optional: make sure text stays white on hover */
.current-menu-parent > a:hover,
.current-menu-ancestor > a:hover {
  background-color: #b2d8c2 !important;
  color: rgb(97, 158, 133) !important;
}
/* Style for active child menu item when parent is also active */
.current-menu-parent .current-menu-item > a,
.current-menu-ancestor .current-menu-item > a,
.current-menu-parent .current_page_item > a,
.current-menu-ancestor .current_page_item > a {
  color: rgb(97, 158, 133) !important;
}
/* Preserve color on hover */
.current-menu-parent .current-menu-item > a:hover,
.current-menu-ancestor .current-menu-item > a:hover,
.current-menu-parent .current_page_item > a:hover,
.current-menu-ancestor .current_page_item > a:hover {
  color: rgb(97, 158, 133) !important;
}
/* Target ONLY the last item in the MAIN MENU ("Contact") */
#navbar .desktop-menu > li:last-child > a {
  color: rgb(255, 255, 255) !important;
  background: rgb(97, 158, 133) !important;
  border-radius: 6px;
  padding: 10px 20px; /* Adjust padding as needed */
}
/* Sticky state (optional) */
.navigation-full.sticky #navbar .desktop-menu > li:last-child > a {
  background: rgb(129, 178, 158) !important;
}
.navigation-full.sticky,
.navigation-full {
  z-index: 999;
}
.current-menu-item a {
  color: rgb(194, 217, 208) !important;
}
.bottom-links ul li a {
  font-family: "Public Sans";
  font-size: 16px;
}
input:valid,
input:not(:placeholder-shown) {
  background-color: #000000;
}
.bx-wrapper .bx-controls-direction a,
.contact-form form .form-group label,
.contact-form form .form-group .fa {
  z-index: 99;
}
.bottom-links .current-menu-item a {
  color: inherit !important;
}
#scrollToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: #5c9f8a;
  color: white;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  cursor: pointer;
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 999;
  transition: background-color 0.3s ease;
}
#scrollToTopBtn:hover {
  background-color: #4a8873;
}
.bottom-newsletter .fa {
  position: absolute;
  right: 0px;
  top: -48px;
}
@media (min-width: 768px) {
  .sub-menu {
    display: none;
  }
  li:hover .sub-menu {
    display: block;
    position: absolute;
    width: 330px;
    background: #81b29e;
    overflow: auto;
    max-height: calc(-13rem + 100vh);
    border: 0px;
    border-radius: 6px;
    padding: 10px 0px;
    margin: 0px;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  }
  .sub-menu li a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
    text-transform: uppercase !important;
  }
  .sub-menu li a:hover {
    color: rgb(97, 158, 133);
  }
  li:hover .sub-menu li {
    margin-left: inherit !important;
  }
  #navbar {
    padding: inherit !important;
  }
  .menu-item-has-children > a:after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    line-height: 16px;
    font-style: normal;
    border: 0px;
  }
}
@media (max-width: 767px) {
  .question-tab .bx-wrapper .bx-next {
    right: -20px;
  }
  .current-menu-parent > a {
    background-color: inherit;
    color: inherit !important;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .current-menu-parent > a:hover {
    background-color: inherit !important;
    color: inherit !important;
  }
  /* Target ONLY the last item in the MAIN MENU ("Contact") */
  #navbar .desktop-menu > li:last-child > a {
    color: inherit !important;
    background: inherit !important;
    border-radius: inherit !important;
    padding: inherit !important;
  }
  /* Sticky state (optional) */
  .navigation-full.sticky #navbar .desktop-menu > li:last-child > a {
    background: inherit !important;
  }
  li:hover .sub-menu {
    background: #81b29e;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  }
  .sub-menu {
    display: block;
    padding: 12px 10px 0px;
  }
  .sub-menu.expanded {
    display: block;
  }
  .menu-item-has-children:hover > .sub-menu {
    display: inline-block;
    padding: 12px 10px 0px;
    border-radius: 5px;
    max-height: calc(-13rem + 100vh);
  }
  .sub-menu-toggle {
    cursor: pointer;
  }
  div#navbar .menu-item-has-children > a:after,
  .bottom-nav .menu-item-has-children > a:after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: normal;
    color: rgba(50, 71, 92, 0.6);
    line-height: 16px;
    font-style: normal;
    border: 0px;
    transition: transform 0.3s;
    transform: rotate(0deg);
  }
  div#navbar .menu-item-has-children > a.expanded:after,
  .bottom-nav .menu-item-has-children > a.expanded:after {
    transform: rotate(180deg);
  }
  .navbar-expand-sm .navbar-collapse {
    display: block !important;
    position: fixed;
  }

  .navbar-nav li ul li {
    margin-left: inherit !important;
  }
  /* .navbar-nav li ul li a {
    color: rgba(50, 71, 92, 0.6) !important;
  } */
  .bottom-nav .navbar-nav {
    display: inline-block;
    padding: 0px 0px;
    text-align: center;
  }
  .bottom-nav .sub-menu.expanded {
    z-index: 9999;
    display: block;
    position: absolute;
    width: 244px;
    background: #181818;
    padding: 10px 5px 10px 15px;
    margin: 0px;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border: 0px;
  }
  .navbar-nav li {
    margin-left: 0px !important;
  }
  .bottom-nav .sub-menu {
    position: fixed;
  }
  .bottom-nav .menu-item-has-children > a:after {
    color: #fff;
  }
  #navbar .menu-item-has-children > a:after {
    transform: rotate(180deg);
  }
}
@media ((max-width: 1200px)) {
  .portfolio-list ul li {
    flex: 1 1 calc(40% - 20px) !important;
  }
}
@media (max-width: 991px) {
  .portfolio-list ul li {
    flex: 1 1 calc(100% - 20px) !important;
    display: inline-block !important;
    min-height: auto !important;
  }
}
.navbar-nav {
  align-items: center;
}
#navbar {
  padding: 0px !important;
}
.navbar {
  padding: 0px 0px !important;
}
.navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wpcf7-spinner {
  display: none !important;
}
.bottom-links li {
  display: block !important;
}
.bottom-links li a {
  display: inline !important;
  padding: 0px;
}
.question-touch-left.home .question-tab-body {
  display: none;
}
.question-touch-left.home .question-tab-body.active {
  display: block;
}
.faqlink i {
  transition: transform 0.3s ease;
}

.bottom-links li a {
  text-transform: capitalize;
}
.portfolio-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-list ul li {
  background: #fff;
  border: 1px solid #ddd;
  flex: 1 1 calc(33.333% - 20px); /* 3 items per row with gap */
  display: flex;
  flex-direction: column;
  min-height: 600px; /* Set a minimum height */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/* .portfolio-list ul li  .img {
	background-size: cover;
	background-position: center;
	height: 200px;
	width: 100%;
	flex-shrink: 0;
} */
/* .portfolio-list ul li .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
} */
@media (max-width: 768px) {
  .portfolio-list ul li {
    flex: 1 1 100%;
  }
  .blog-body li {
    flex: 1 1 100%;
  }
}
.blog-body ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.blog-body li {
  list-style: none;
  width: 48%; /* Adjust to avoid wrapping issues */
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: rgba(50, 71, 92, 0.1) 0px 2px 10px 0px;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-sizing: border-box;
  min-height: 100%;
}
/* .blog-body .img {
  width: 100%;
  height: 200px; 
  background-size: cover;
  background-position: center center;
  border-radius: 6px;
  margin-bottom: 15px;
} */
.blog-pagination ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 0;
}
.blog-pagination li a,
.blog-pagination li span {
  color: rgb(51, 51, 51);
  display: block;
  padding: 5px 0px;
  border-radius: 6px;
}
.blog-pagination li span.current {
  color: #fff;
  background: #619e85;
}
.blog-body::after {
  content: "";
  display: table;
  clear: both;
}
.post-comment h2#reply-title,
h2.comment-reply-title {
  font-size: 20px;
}
h2.comment-reply-title {
  color: rgb(97, 158, 133);
}
.comment-meta {
  line-height: 1.1;
  margin-bottom: 0.5rem;
  min-height: 5rem;
  padding-left: 5rem;
  position: relative;
}
.comment-content.entry-content
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
    .is-style-wide
  ) {
  width: 100%;
}
.comment-meta .avatar {
  height: 4rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 4rem;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #f4f6f8;
  margin-bottom: 20px;
}
.comment-meta a {
  color: inherit;
}
.comment-footer-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  font-weight: 600;
  justify-content: flex-start;
  letter-spacing: 0.030833333em;
  line-height: 1;
  text-transform: uppercase;
}
.post-comment .comment-author.vcard img.avatar,
.post-comment .author-avatar.vcard img.avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #f4f6f8;
  margin-bottom: 20px;
}
.post-comment h2.author-title {
  font-size: 19px;
  font-weight: 400;
  color: #222;
  line-height: 25px;
  margin-bottom: 5px;
}
footer.comment-footer-meta span.comment-reply a {
  width: 100%;
  padding: 5px 10px;
  background: #619e85;
  height: auto;
  border: 0;
  border-radius: 6px;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
}
div#respond input#submit {
  padding: 5px 10px;
  background: #619e85;
  height: auto;
  border: 0;
  border-radius: 6px;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
}
/* Wrap comment box with subtle shadow and border */
/*	12. Comments
/* -------------------------------------------------------------------------- */
/* COMMENT HEADER */
.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
  padding-top: 3.5rem;
}
div.comment:first-of-type {
  margin-top: 2.5rem;
  padding-top: 0;
}
.comments .comments-header + div {
  margin-top: 0;
  padding-top: 0;
}
.comment-body {
  position: relative;
}
.comment .comment {
  padding-left: 5%;
}
.comment-meta {
  line-height: 1.1;
  margin-bottom: 1.5rem;
  min-height: 5rem;
  padding-left: 7rem;
  position: relative;
}
.hide-avatars .comment-meta {
  min-height: 0;
  padding-left: 0;
}
.comment-meta a {
  color: inherit;
}
.comment-author {
  font-size: 19px;
  font-weight: 700;
}
.comment-author a:hover,
.comment-author a:focus {
  text-decoration: underline;
}
.comment-meta .avatar {
  height: 4rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 4rem;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #f4f6f8;
  margin-bottom: 20px;
}
/* .comment-author .url {
	text-decoration: underline;
} */
.comment-metadata {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: normal;
  margin-top: 0.6rem;
}
.comment-metadata a {
  text-decoration: none;
}
.comment-metadata a:focus,
.comment-metadata a:hover {
  text-decoration: underline;
}
/* COMMENT CONTENT */
.comment-content.entry-content
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
    .is-style-wide
  ) {
  width: 100%;
}
.comment-content.entry-content .alignleft {
  /*rtl:ignore*/
  margin-left: 0;
}
.comment-content.entry-content .alignright {
  /*rtl:ignore*/
  margin-right: 0;
}
/* COMMENT FOOTER */
.comment-footer-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  font-weight: 600;
  justify-content: flex-start;
  letter-spacing: 0.030833333em;
  line-height: 1;
  margin: 1.5rem 0 -1rem -1.5rem;
  text-transform: uppercase;
}
.comment-footer-meta > * {
  margin: 0 0 1rem 1.5rem;
}
.comment-reply-link {
  font-size: 12px;
  background-color: #b70038;
  color: #fff;
  display: block;
  padding: 0.5rem;
}
.bypostauthor .comment-footer-meta .by-post-author {
  display: block;
}
.comment-footer-meta a {
  text-decoration: none;
  font-weight: 400;
}
.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
  text-decoration: underline;
  color: #ffffff;
}
/* Pingbacks & Trackbacks ------------------------- */
.pingback .comment-meta,
.trackback .comment-meta {
  padding-left: 0;
}
/* Comments Pagination ---------------------------- */
.comments-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6rem;
  text-align: center;
}
.comments-pagination.only-next {
  justify-content: flex-end;
}
.comments-pagination .page-numbers {
  display: none;
  text-decoration: none;
}
.comments-pagination .page-numbers:focus,
.comments-pagination .page-numbers:hover {
  text-decoration: underline;
}
.comments-pagination .prev,
.comments-pagination .next {
  display: block;
}
.comments-pagination .prev {
  left: 0;
}
.comments-pagination .next {
  right: 0;
  text-align: right;
}
/* Comment Respond ---------------------------- */
.comment-respond::after {
  clear: both;
  content: "";
  display: block;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
  margin: 0rem 0 2rem 0;
  text-align: center;
}
.comment-respond .logged-in-as a {
  color: #b70038;
}
.comment-respond .required-field-message {
  display: inline-block;
}
.comment-respond p {
  line-height: 1.1;
  margin-bottom: 2rem;
}
.comment-respond p:not(.comment-notes) {
  max-width: 38rem;
}
.comment-form-cookies-consent {
  align-items: baseline;
  display: flex;
}
.comment-respond > p:last-of-type {
  margin-bottom: 0;
}
.comment-respond label {
  display: block;
}
.comment-respond input[type="checkbox"] + label {
  font-size: 14px;
  line-height: 1.25;
  margin-left: 10px;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"] {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
  width: 100%;
  border: 1px solid #cacaca;
  background: #fff;
  height: 45px;
  border-radius: 5px;
  padding: 15px 15px 15px 50px;
  box-shadow: 0px 0px;
}
.comment-respond textarea {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 21px;
  width: 100%;
  border: 1px solid #cacaca;
  background: #fff;
  border-radius: 8px;
  padding: 15px 15px 15px 50px;
  height: 150px;
  resize: none;
}
.comment-respond #submit {
  display: block;
  width: 40%;
  padding: 10px 5px;
  background: #619e85;
  border: 1px solid #619e85;
  border-radius: 0px;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin: 0px 0px;
  margin-top: 10px;
}
.comment-respond .comments-closed {
  text-align: center;
}
/* Reply Respond ---------------------------- */
.comments .comment-respond {
  padding: 3rem 0 0;
}
.comments .comment-respond .comment-reply-title,
.comments .comment-respond .comment-notes,
.comments .comment-respond .logged-in-as {
  text-align: left;
}
.comment-reply-title small {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.0277em;
  margin: 0.5rem 0 0 0;
  white-space: nowrap;
}
.comment-reply-title small a {
  text-decoration: none;
}
.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
  text-decoration: underline;
}
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright) {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.wp-block-latest-comments {
  list-style: none;
  margin-left: 0;
}
.wp-block-latest-comments ul {
  list-style: none;
}
ol.wp-block-latest-comments {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-latest-comments a {
  font-weight: 700;
  text-decoration: none;
}
.wp-block-latest-comments a:hover,
.wp-block-latest-comments a:focus {
  text-decoration: underline;
}
.wp-block-latest-comments__comment-meta {
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
}
.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
  color: #6d6d6d;
  font-size: 0.7em;
  font-weight: 600;
  letter-spacing: normal;
  margin-top: 0.15em;
}
/* Block: Widget Latest Comments ------------- */
.entry-content .wp-block-latest-comments li {
  margin: 2rem 0;
}
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt,
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta {
  margin-left: 5.5rem;
}
.entry-content .wp-block-latest-comments a {
  text-decoration: none;
}
.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
  text-decoration: underline;
}
.wp-block-latest-comments__comment {
  font-size: inherit;
}
.wp-block-latest-comments__comment-date {
  margin-top: 0.4em;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.7em;
  margin: 0.9rem 0 2rem 0;
}
.widget_recent_comments ul {
  list-style: none;
  margin: 0;
}
/* Widget: Recent Comments ------------------- */
.widget_recent_comments li {
  font-weight: 700;
}
.widget_recent_comments a {
  text-decoration: none;
}
.widget_recent_comments a:focus,
.widget_recent_comments a:hover {
  text-decoration: underline;
}
p.comment-form-cookies-consent {
  margin-bottom: 0px;
}
.post-comment h2.author-title a {
  color: rgb(97, 158, 133);
}
ul#menu-useful-links {
  align-items: flex-start;
}
.bottom-logo img {
  max-width: 180px !important;
}
.woocommerce-ordering {
  display: none;
}
.wc-block-grid.has-4-columns .wc-block-grid__product {
  flex: 1 0 100% !important;
  max-width: 100% !important;
}
.post-8 header {
  padding: 0px 0px;
}
.post-8 h2 {
  font-size: 24px;
}
.post-8 .wp-block-separator {
  display: none;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  height: 3em !important;
  mask-size: 3em !important;
  width: 3em !important;
  margin: 0 auto 1em !important;
}
.description h2.wc-block-cart__empty-cart__title {
  margin-bottom: 0px;
  font-size: 24px;
}
.store-top-section {
  width: 100%;
  float: left;
  position: relative;
  background: #f1f1f1;
}
.product_meta a {
  color: #000 !important;
}
.menu-top-menu-container {
  position: relative;
  display: inline-block;
}
.woocommerce form .form-row label {
  width: 100%;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
  width: 100%;
}
.description .post-inner {
  clear: both;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  color: #fff;
}
.woocommerce-Address-title,
.woocommerce-Address-title h2 {
  text-align: left;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgb(97, 158, 133) !important;
}
.woocommerce-MyAccount-content a:hover {
  color: rgb(97, 158, 133) !important;
}
.wc-block-components-checkbox__label a:hover {
  color: rgb(97, 158, 133) !important;
}
.description .entry-content p {
  color: #000;
}
.pluging-body .btn-primary {
  width: auto;
  padding: 5px 15px;
}
.top-contact a {
  margin-left: 5px;
}
/*
 h1.entry-title {
	color:#fff;
}
*/
.top-brands .bx-viewport {
  height: auto !important;
}
.woocommerce-breadcrumb,
.quantity {
  display: none;
}
.wp-block-list li {
  list-style-position: inside;
}
.woocommerce-product-details__short-description ul li {
  list-style-position: inside;
  padding-top: 5px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  .woocommerce-breadcrumb,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  .woocommerce-breadcrumb
  a {
  color: #fff;
}

.woocommerce div.product .product_title {
  margin-bottom: 20px;
}
/*
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    color: #fff !important;
}
.woocommerce-product-details__short-description{
	color: #fff;
}
.product_meta, .product_meta a {
    color: #fff;
}
.woocommerce .woocommerce-result-count {
    color: #fff;
}
*/
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
  color: #fff;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  color: #fff;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  ul.products
  li.product
  .price {
  color: #619e85;
}
.wc-block-cart,
.wc-block-checkout {
  padding-top: 16px;
  clear: both;
}
.wc-block-cart-item__product a {
  color: #619e85;
  font-size: 20px;
}
.privacy-policy a:hover {
  color: #0056b3;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:hover {
  background: #619e85;
}
.index-header-full2.woocom {
  background-color: #ffffff;
}
.index-header-full2.woocom header {
  padding: 0px !important;
}
.index-header-full2.woocom h1.entry-title {
  color: rgb(97, 158, 133);
}
.post-meta-wrapper.post-meta-edit-link-wrapper {
  display: none !important;
}
.woocommerce-MyAccount-navigation ul li a,
.woocommerce-MyAccount-navigation ul li a {
  color: #000000 !important;
}
.body-full2.shop {
  background-color: #ffffff;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  color: rgb(97, 158, 133) !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  ul.products
  li.product
  .price {
  color: #000000;
}
.woocommerce div.product .product_title {
  color: rgb(97, 158, 133) !important;
}
.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: rgb(97, 158, 133) !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt:hover {
  background-color: rgb(97, 158, 133) !important;
}
.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: rgb(97, 158, 133) !important;
}
span.woocommerce-Price-amount.amount {
  color: rgb(97, 158, 133) !important;
}
.woocommerce ul.products li.product .button {
  background: rgb(97, 158, 133) !important;
  color: #ffffff;
}

.contact-form form .form-group label,
.contact-form form .form-group .fa {
  z-index: 99;
}
.header-footer-group {
  padding-bottom: 20px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  p.price {
  color: #000;
  font-size: 2.25em;
}
.woocommerce-product-details__short-description h3 {
  font-size: 1.4rem;
}
.woocommerce .quantity .qty {
  height: 34px;
  border: none;
  border-radius: 2px;
}
.product_meta a {
  color: #333;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt {
  background-color: #043137;
}
.wc-block-components-button:not(.is-link) {
  background-color: #2e5947;
  color: #fff;
  border: none;
  border-radius: 5px;
}

.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.bg-accent,
.bg-accent-hover:hover,
.bg-accent-hover:focus,
:root .has-accent-background-color,
.comment-reply-link {
  background-color: #2e5947;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 10px;
  width: 200px;
}

.p-AccordionItem.p-AccordionItem--selected .p-AccordionButton,
.p-AccordionItem.p-AccordionItem--selected .p-AccordionButton:hover {
  color: #333 !important;
}
.search-form [type="search"] {
  padding: 8px;
  border: none;
  border-radius: 5px;
}
.woocommerce .col-1,
.woocommerce .col-2 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
button.buy-now-btn.btn-shop,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  background-color: #2e5947;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 10px;
  width: 200px;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  width: 100%;
}
button.buy-now-btn.btn-shop a {
  color: #fff;
}

.wp-singular.product-template-default.single.single-product
  .ppc-button-wrapper {
  display: none;
}
.index-header-full2.woocom .description p {
  font-size: inherit;
}
.header-full header {
  padding: 80px 0px 80px;
}
.blog-details-right li {
  list-style: circle;
}
.blog-details-right li a {
  color: rgb(97, 158, 133);
}

.tag-cloud-custom a {
  display: inline-block;
  background-color: rgb(97, 158, 133);
  color: #ffff;
  padding: 6px 14px;
  margin: 6px 6px 0 0;
  font-size: 14px !important;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* .tag-cloud-custom a:hover {
  background-color: #333;
  color: #fff;
} */
.index-header-full2.woocom nav.woocommerce-MyAccount-navigation {
  margin-left: 20px;
}
.index-header-full2.woocom .description p a {
  color: rgb(97, 158, 133) !important;
}
.portfolio-list ul li {
  border-radius: 8px;
}
.footer-full footer p a:hover,
.bottom-contact li a:hover {
  color: #fff;
}
.bottom-links li {
  padding-left: 7px;
}
@media (max-width: 767px) {
  .body-full2.shop li.product.type-product {
    width: 100% !important;
  }
  .index-header-full2.woocom .description {
    padding: 40px 0px;
  }
  .bottom-links ul {
    display: block;
  }
  div#respond input#submit {
    width: auto;
  }
  .blog-details img {
    max-height: 100%;
    min-width: 100%;
  }
}
