/*!
Theme Name: Blumen Theme
Theme URI: http://underscores.me/
Author: elixirnotions.com
Author URI: https://elixirnotions.com
Description: custom theme for blumen flower shop
Version: 1.1.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blumen-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Blumen Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: normal;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
  color:#13346F;
  text-decoration: none;
  cursor: pointer;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
} */

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
  cursor: pointer;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
  color: #003158;
}
h1,
h2,
h3{
  margin: 30px 0 45px 0;
}

h4,
h5,
h6 {
  margin: 15px 0 25px 0;
}

p {
	/*margin-bottom: 1.5em;*/
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
  margin-left: 50px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .bluthe_site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .bluthe_site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* Container
--------------------------------------------- */
.bluthe_page_container,
.container {
  width: 100%;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  max-width: 1320px;
}
@media (max-width: 1200px) {
.bluthe_page_container,
  .container {
    padding: 15px 5%;
  }
}

/* Small devices (≥576px) */
/* @media (min-width: 576px) {
  .bluthe_page_container,
  .container {
    max-width: 540px;
  }
} */

/* Medium devices (≥768px) */
/* @media (min-width: 768px) {
.bluthe_page_container,
  .container {
    max-width: 720px;
  }
} */

/* Large devices (≥992px) */
/* @media (min-width: 992px) {
.bluthe_page_container,
  .container {
    max-width: 960px;
  }
} */

/* Extra large devices (≥1200px) */
/* @media (min-width: 1200px) {
.bluthe_page_container,
  .container {
    max-width: 1140px;
  }
} */

/* Extra extra large devices (≥1400px) */
/* @media (min-width: 1400px) {
.bluthe_page_container,
  .container {
    max-width: 1320px;
  }
} */

/* Widget Generic Class Margin
--------------------------------------------- */
.widget__margin {
    margin: 20px 0px;
}
/* ul,
h2,
h3,
p{
     margin: 0;
     padding: 0;
} */
 ul {
    margin: 0;
    padding: 0;
 }
/* Basic Post, Page and Widget Styles
--------------------------------------------- */
.bluthe_page_container .entry-content,
.bluthe_page_container .entry-header .entry-title{
     font-family: 'Poppins', sans-serif;
     font-size: 14px;
     color: #13346F;
     font-weight: 400;
}
.bluthe_page_container .entry-header .entry-title{
    font-size: 18px;
    font-weight: 600;
}
.post-thumbnail img {
  border-radius: 15px;
  max-height: 25rem;
  object-fit: cover;
}
 /* Login Page Styles
                --------------------------------------------- */
.woocommerce-account main {
  background-color: #FAFAFA;;
}
#customer_login {
  text-align: center;
}
.wp-custom-logo.woocommerce-account #customer_login{
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.woocommerce-form .bluthe-login-header {
  margin-bottom: 40px;
}
.woocommerce-form .woocommerce-form-login__rememberme {
  margin-top: 15px;
}
/* .woocommerce-account .entry-content .woocommerce, */
 /* .bluthe_page_container  .woocommerce-page-register.woocommerce, */
 .woocommerce-form-login,
 .woocommerce-form-register
 {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}
.woocommerce-account .woocommerce h2,
.woocommerce-form .bluthe-login-header h2 {
    font-family: 'Lora', sans-serif;
    color: #13346F;
    font-family: Lora;
    font-size: 30px;
    font-weight: 500;
    line-height: 38px; /* 126.667% */
}
/* .woocommerce-account form input, */
/* .bluthe_page_container .woocommerce-page-register.woocommerce input, */
.woocommerce-form-login input[type="text"],
.woocommerce-form-register input[type="text"],
.woocommerce-form-login input[type="number"],
.woocommerce-form-register input[type="text"],
.woocommerce-form-login input[type="password"],
.woocommerce-form-register input[type="password"],
.woocommerce-form-login input[type="email"],
.woocommerce-form-register input[type="email"]
{
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    padding: 10px 14px;
    width:100%;
    background-color: white;
}
/* .woocommerce-account form p, */
.woocommerce-form-login p,
.woocommerce-form-register p {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    font-family: Lora;
}
.woocommerce-form-register .woocommerce-privacy-policy-text  p {
    color: #a4a4a4;
}
/* .woocommerce-account .woocommerce, */
.woocommerce-form-register,
.woocommerce-form-login 
{
    border-radius: 8px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    max-width: 450px;
    width: 100%;
    margin: 50px auto;
    padding: 40px 35px;
    /* min-width: 400px; */
    font-family: Lora;
}
.woocommerce-account .u-columns.col2-set .woocommerce-form-register,
.woocommerce-account .u-columns.col2-set .woocommerce-form-login  {
  height: 100%;
  margin: 0px;
  width: 400px;
}
/* .woocommerce-account .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
display: none;
} */
  /* .woocommerce-account form .woocommerce-button.button.woocommerce-form-login__submit,
  .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row button,
  .woocommerce-account.logged-in .woocommerce-EditAccountForm button,
  .woocommerce-account.logged-in .woocommerce-address-fields button.button,
  .bluthe_page_container .woocommerce-page-register.woocommerce form .woocommerce-FormRow button
  {
      border-radius: 100px;
      background: #003158;
      display: flex;
      padding: 4px 21px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      color: #FFF;
      font-size: 18px;
      font-weight: 500;
  } */
  /* .woocommerce-account form p a, */
  .woocommerce-form-login form p a 
  .woocommerce-form-register form p a{
      text-decoration:none;
      font-size: 14px;
      font-weight: 400;
      line-height: 150%;
      color: #003158;
  }
  .woocommerce-account .woocommerce-message{
        font-size: 14px;
        color: #003158;
        width: 100%;
        padding: 20px;
  }

  .password-input button.show-password-input{
    background:url('assets/img/eye.svg') no-repeat center center;
    background-size: 16px 16px; 
    border: none;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 8px; 
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.7;
    background-color: transparent;
    }  
   .password-input{
    position:relative;
    }
    .password-input button.show-password-input.display-password{
    background:url('assets/img/eye-off.svg') no-repeat center center;
    }
   /*
    .woocommerce-account form p:first-child{
     margin-top: 30px !important;
    }
     .woocommerce-account form p.form-row,
     .bluthe_page_container .woocommerce-page-register.woocommerce form p{
     margin-top: 16px !important;
     } */
@media screen and (max-width: 767px) {
.woocommerce-account .woocommerce {
    max-width: inherit !important;
}
.woocommerce-account form input{
   width: 100%;
}
.woocommerce-account .woocommerce-form ,
.woocommerce-account .woocommerce-ResetPassword{
width: 100% !important;
}
.woocommerce-account form .woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row button
{
 width: inherit;
}
}
 /* Account Pages Styles
                --------------------------------------------- */
.woocommerce-account.logged-in .woocommerce{
      flex-direction: row;
      margin: 50px 0;
      display: flex;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
    max-width: 360px;
    width: 100%;
    padding-bottom: 26px;
    border-radius: 12px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
    margin-right: 30px;
    height: 100%;
    }
  .woocommerce-account.logged-in  .woocommerce-MyAccount-content{
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
  /* max-width: 780px; */
  width: 100%;
  padding: 16px 32px 32px 32px;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation li a{
  color: #003158;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  }
  table.woocommerce-orders-table.woocommerce-MyAccount-orders {
    width: 100%;
  }
   .woocommerce-account.logged-in .woocommerce-MyAccount-navigation li{
    list-style: none;
    padding: 8px 0 8px 20px;
   }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.is-active{
  background: #FFF0F1;
  }
   .woocommerce-account.logged-in .woocommerce-MyAccount-navigation  li.woocommerce-MyAccount-navigation-link--dashboard,
   .woocommerce-account.logged-in .woocommerce-MyAccount-navigation  li.woocommerce-MyAccount-navigation-link--downloads{
   display:none;
   }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation li{
       display: flex;
       flex-direction: row;
       align-items: center;
       position: relative;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation li a{
    margin-left: 32px;
  }
   .woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account::before{
      content: url('assets/img/user-account.svg');
    }
    .woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders::before{
    content: url('assets/img/truck-account.svg');
    }
    .woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout::before{
        content: url('assets/img/out.svg');
    }
    .woocommerce-account.logged-in .woocommerce-MyAccount-navigation li::before {
     /* position: absolute; */
     /* top: 10px; */
     margin-right: 10px;
    }
    .woocommerce-account.logged-in .woocommerce-EditAccountForm{
     font-size: 16px;
     color: #003158;
    }
    /* .woocommerce-account.logged-in .woocommerce-address-fields .select2-selection__rendered, */
    .woocommerce-account .woocommerce-EditAccountForm input,
    .woocommerce-account .woocommerce-address-fields input{
        border-radius: 8px;
        border: 1px solid #E1E2E4;
        background: #FFF;
    }
    .woocommerce-account.logged-in  .woocommerce-EditAccountForm label{
     margin-bottom: 10px;
    }
 .woocommerce-account.logged-in .woocommerce-EditAccountForm {
    display: flex;
    flex-wrap: wrap;
}

 .woocommerce-account.logged-in .woocommerce-EditAccountForm .form-row {
    flex: 1 1 34%;
    margin-right: 20px;
}

 .woocommerce-account.logged-in .woocommerce-EditAccountForm .form-row input {
    width: 100%;
}
 .woocommerce-account.logged-in .woocommerce-EditAccountForm .clear,
 .woocommerce-account.logged-in #account_display_name_description{
    display: none;
}
 .woocommerce-account.logged-in .woocommerce-EditAccountForm fieldset{
        width:100%;
         margin-top:30px;
         border: 1px solid #E9E9E9;
         background: #FFF;
         box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
 }
.woocommerce-account.logged-in .woocommerce-MyAccount-content div.woocommerce-Address{
    border-radius: 16px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
    padding: 20px 32px;
    margin-bottom: 20px;
    font-size: 16px;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content div.addresses{
margin: 20px 0;
}
.woocommerce-MyAccount-content a{
 color: #023EAE;
}
.woocommerce-MyAccount-content .woocommerce-Addresses a{
 text-decoration: underline;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content a.button{
  color: white;
}
 @media (min-width: 767px) and (max-width: 1130px) {
 .woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
     max-width: 200px;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation li a {
    font-size: 14px;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation li {
  padding: 8px 0 8px 8px;
  }
  .woocommerce-account.logged-in .woocommerce-EditAccountForm{
  font-size: 14px;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders th, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders td {
  padding:8px !important;
  }
 }
@media screen and (max-width: 767px) {
.woocommerce-account.logged-in .woocommerce {
 flex-direction: column;
 }
 .woocommerce-account.logged-in .woocommerce-MyAccount-navigation li a{
 font-size: 16px;
 }
.woocommerce-account.logged-in .woocommerce-EditAccountForm{
    display:unset;
    flex-wrap:unset;
}
.woocommerce-account.logged-in .woocommerce-EditAccountForm .form-row {
margin-right: unset;
}
.woocommerce-account.logged-in .woocommerce-Address-title h2{
font-size: 24px;
}
.woocommerce-account.logged-in .woocommerce-order-details h2,
.woocommerce-account.logged-in .woocommerce-customer-details h2{
font-size: 24px;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders th, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders td{
padding: 8px;
}
.woocommerce-account.logged-in table.woocommerce-orders-table.woocommerce-MyAccount-orders{
 margin-left: -20px;
}
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders th,
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders td{
text-align: center;
padding: 8px 20px;
}
.woocommerce-account.logged-in .woocommerce-order-details .woocommerce-table--order-details th,
.woocommerce-account.logged-in .woocommerce-order-details .woocommerce-table--order-details td{
text-align: left;
}
.woocommerce-account.logged-in .woocommerce-order-details,
.woocommerce-account.logged-in .woocommerce-customer-details{
 margin: 20px 0 0 0;
}
 .woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address::before{
        content: url('assets/img/address.png');
    }
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--wishlist::before{
  content: url('assets/img/heart-rounded.svg');
}
    .woocommerce-account.logged-in .woocommerce-address-fields input,
    .woocommerce-account.logged-in .woocommerce-address-fields .select2-selection__rendered {
     width:100%;
    }
.woocommerce-account.logged-in .woocommerce-address-fields button.button{
width:unset;
}
.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-error{
    background-color: #fff;
    text-align: center;
}
.woocommerce-account .woocommerce .woocommerce-notices-wrapper ul.woocommerce-error li{
    color: #e2401c;
    list-style: none;
}
.woocommerce-account .woocommerce .woocommerce-notices-wrapper {
width:100%;
}
.woocommerce-account .woocommerce-form.woocommerce-form-login p.woocommerce-signup-link{
    margin-top: 15px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #475467;
}
.woocommerce-account .woocommerce-form.woocommerce-form-login p.woocommerce-signup-link a{
    margin-left: 3px;
    color: #3059A2;
}

.bluthe_page_container .woocommerce-page-register.woocommerce form p{
    display:flex;
    flex-direction: column;
}
.bluthe_page_container .woocommerce-page-register.woocommerce form .woocommerce-privacy-policy-text{
display: none;
}

.button,
.wc-block-components-button
 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    /* height: 44px; */
    padding: 10px 21px;
    gap: 10px;
    border-radius: 100px;
    background: #003158;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    border:0px;
    margin: 5px 5px;
    text-decoration: none;
    border: 1px solid #003158;
 }
 .button.white{
  background: #FFF;
  color: #003158;
  border-color: #FFF;
 }
  body .woo-slg-social-container .woo-slg-social-btn, .woo-slg-social-container .woo-slg-social-btn:hover, .woo-slg-social-container .woo-slg-social-btn:active, .woo-slg-social-container .woo-slg-social-btn:visited {
    background: #FFF;
    color: #003158 !important;
    font-size: 15px;
    font-weight: 500;
    border:1px solid #003158 !important;
    text-decoration: none;
    border-radius: 100px;
    padding: 10px 21px;
    line-height: 1.15;
    max-width: 100%;
    width: 100%;
    direction: ltr;
  }
  body .woo-slg-icon {
  width: 40px;
  height: 15px;
  border: 0px;
  position: static;
  margin-bottom: -2px;
 }
 body .woo-slg-login-wrapper {
  width: 100%;
  margin: 0px;
 }
 body .woo-slg-social-container, body .woo-slg-email-login-container{
  width: 100%;
  
 }
  .button.white.border {
  border: 1px solid #003158;
 }
.button.gray{
  color: #003158;
  background: #F4F4F4;
  border-color: #F4F4F4;
 }

.bluthe_close_button,
 .remove_from_cart_button,
 .bluthe_myaccount_wishlist .remove_from_wishlist {
  font-size: 20px;
  cursor: pointer;
  border-radius: 19.5px;
  background: #F2F2F2;
  height: 30px;
  width: 30px;
  color: #003158;
  border: 0px;
  font-weight: bold;
  line-height: 30px;
}
.wc-block-components-totals-item__description {
  line-height: 1.75em;
  margin: 10px 0px;
}

.bluthe_close_button.large{
  height: 40px;
  width: 40px;
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
select {
  padding: 10px 20px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 50px;
  background: rgba(249, 240, 240, 0.67);
  border: 0px;
  width: 100%;
  color: #003158;
}
.single-product .product_meta{
  display: flex;
  flex-direction: column;
  color: #c6c6c6;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  margin: 10px 10px;
  line-height: 16px;
}
.single-product .product_meta{ 
  display: none;
}

.bluthe_layout {
  display: flex;
  gap: 30px;
}

.bluthe_layout__content {
  flex: 1 1 auto;
}

.bluthe_layout__sidebar {
  flex: 0 0 300px;
}
  .form-row {
    margin: 10px 0px;
  }
  .form-row > label {
    margin: 10px 0px 5px 0px;
    display: block;
  }
@media (max-width: 991px) {
  .bluthe_layout {
    flex-direction: column;
  }

  .bluthe_layout__sidebar {
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 767px){
  .button {
    font-size: 11px;
  }
  .woocommerce-orders-table__cell-order-actions .button {
    clear: both;
  }
  .woocommerce-orders-table__cell{
    border-top: 1px solid #e9e9e9;
  }

  .woocommerce-account form .woocommerce-button.button.woocommerce-form-login__submit,
   .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row button,
    .woocommerce-account.logged-in .woocommerce-EditAccountForm button,
     .woocommerce-account.logged-in .woocommerce-address-fields button.button,
      .bluthe_page_container .woocommerce-page-register.woocommerce form .woocommerce-FormRow button {
    font-size: 14px;
  }
}

/* 404 Page */
.bluthe_404-page {
  padding: 80px 0 120px;
}

.bluthe_404-card {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #f6f8fc;
  border-radius: 20px;
  padding: 48px;
  box-shadow: 0 25px 60px rgba(19, 52, 111, 0.08);
}

.bluthe_404-card::before,
.bluthe_404-card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(0.5px);
  z-index: 0;
}

.bluthe_404-card::before {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle at 30% 30%, rgba(19, 52, 111, 0.08), transparent 65%);
  top: -80px;
  left: -60px;
}

.bluthe_404-card::after {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle at 70% 70%, rgba(48, 89, 162, 0.08), transparent 70%);
  bottom: -70px;
  right: -50px;
}

.bluthe_404-card > * {
  position: relative;
  z-index: 1;
}

.bluthe_404-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-size: 12px;
  color: #13346f;
  background: #e5ecfa;
}

.bluthe_404-title {
  font-size: 38px;
  margin: 16px 0 12px;
  color: #0f2a4f;
}

.bluthe_404-copy {
  max-width: 620px;
  margin: 0 auto 28px;
  color: #486186;
  font-size: 16px;
}

.bluthe_404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 18px;
}

.bluthe_404-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  min-width: 0;
}

.bluthe_404-button.primary {
  background: #13346f;
  border-color: #13346f;
  color: #fff;
}

.bluthe_404-button.primary:hover {
  background: #0f2a4f;
  border-color: #0f2a4f;
}

.bluthe_404-button.ghost {
  background: #fff;
  border-color: #cbd7ec;
  color: #13346f;
}

.bluthe_404-button.ghost:hover {
  border-color: #13346f;
  box-shadow: 0 10px 20px rgba(19, 52, 111, 0.08);
}

.bluthe_404-quick-links {
  margin-top: 14px;
}

.bluthe_404-quick-title {
  margin-bottom: 12px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6e80a3;
}

.bluthe_404-quick-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.bluthe_404-quick-links a {
  display: block;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid #e0e7f3;
  background: #fff;
  color: #13346f;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.bluthe_404-quick-links a:hover {
  border-color: #13346f;
  color: #0f2a4f;
}

@media (max-width: 991px) {
  .bluthe_404-page {
    padding: 60px 0 80px;
  }

  .bluthe_404-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .bluthe_404-card {
    padding: 32px 24px;
  }

  .bluthe_404-title {
    font-size: 28px;
  }

  .bluthe_404-copy {
    font-size: 15px;
  }
}
:root :where(.wp-block-separator.is-style-dots)::before {
	display: none;
}
