.elementor-16 .elementor-element.elementor-element-97321c9 .swiper-slide-contents {
	background-color:#7dd994;
	padding:30px;
}
.single-post.elementor-kit-10 a {
  	color: #00008B;
    text-decoration: underline;
}
.swiper-slide-inner {
	text-decoration:none !important;
}
#main > .product {
	padding: 5% 0;
	color:#000;
}
.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: 1.25em;
	font-weight:600;
}
.woocommerce div.product .woocommerce-tabs{
	padding-top:30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	display:none;
}

.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: #00008B!important;
    border-color: #00008B;
	 border-radius:0px !important;
	 border-width:1px !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:  #00008B;
    color: #fff;
}
.woocommerce-notices-wrapper {
	margin-top:20px;
}
.woocommerce-page .page-header {
		text-align: center;
    text-transform: uppercase;
    padding: 30px 0;
}
.woocommerce-page .page-header h1 {
	text-transform:uppercase;
}
.woocommerce-page .page-header
.page-content {
	color:#000;
}
.woocommerce-page {
		color:#000;
}
.woocommerce-page .alignwide {
	margin:0;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background: #00008B;
    color: #fff !important;
    text-decoration: none;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: #000;
}
.wc-block-components-checkout-return-to-cart-button {
	 color: #000 !important;
	text-decoration:none;
}



/* General layout */
.woocommerce-account {
  background-color: #ffffff;
  color: #000000;
  font-family: 'Inter', sans-serif;
  padding: 40px 20px;
}
.woocommerce-account a {
	color:#000;
}
/* Navigation menu (sidebar tabs) */
.woocommerce-MyAccount-navigation {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px;
}

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

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 12px;
}

.woocommerce-MyAccount-navigation ul li a {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #00008B;
  color: #ffffff;
}

/* Account content area */
.woocommerce-MyAccount-content {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 30px;
  color: #000000;
}

/* Headings */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  color: #000000;
  border-bottom: 2px solid #00008B;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

/* Buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background-color: #00008B;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background-color: #00006a; /* slightly darker hover */
  color: #ffffff;
}

/* Form fields */
.woocommerce form input.input-text,
.woocommerce form select,
.woocommerce form textarea {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  color: #000000;
  background: #ffffff;
  width: 100%;
}

/* Error & message boxes */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  border-top-color: #00008B;
  background: #f8f8ff;
  color: #000000;
}
.woocommerce-shop .woocommerce-products-header__title.page-title {
	padding: 30px 0;
	text-transform:uppercase;
	text-align:center;
}
.woocommerce-shop .woocommerce-result-count, .woocommerce-shop .woocommerce-ordering {
	display:none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 18px;
  line-height: 28px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color:#000;
	font-weight:600;
}
.woocommerce ul.products li.product .button {
    margin-top: 0;
    border-radius: 0;
    padding: 13px 20px;
}
.woocommerce .quantity .qty {
	    padding: 6px;
    border-radius: 0;
}
.woocommerce-breadcrumb, .product_meta .posted_in, #reviews {
	display:none;
}