@charset "UTF-8";
/*!
  Theme Name: SPEEDLINER Pro
  Theme URI: https://speedlinereuro.com/
  Author: Ember Web
  Author URI: https://www.emberweb.co.uk/
  Description: Created for SPEEDLINER Euro by Ember Web.
  Version: 1.0.0
  Tested up to: 5.4
  Requires PHP: 5.6
  Text Domain: speedliner
*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.button.primary {
  background-color: #20396B;
  color: #EBF5FA;
  border-color: #20396B;
}
.button.primary:hover {
  background-color: rgb(23.781294964, 42.3604316547, 79.518705036);
  border-color: rgb(23.781294964, 42.3604316547, 79.518705036);
}

.text-primary {
  color: #20396B !important;
}

.bg-primary {
  background-color: #20396B !important;
}

.button.gray {
  background-color: #828282;
  color: #EBF5FA;
  border-color: #828282;
}
.button.gray:hover {
  background-color: rgb(112.15, 112.15, 112.15);
  border-color: rgb(112.15, 112.15, 112.15);
}

.text-gray {
  color: #828282 !important;
}

.bg-gray {
  background-color: #828282 !important;
}

.button.white {
  background-color: #EBF5FA;
  color: #000000;
  border-color: #EBF5FA;
}
.button.white:hover {
  background-color: rgb(206.44, 230.72, 242.86);
  border-color: rgb(206.44, 230.72, 242.86);
}

.text-white {
  color: #EBF5FA !important;
}

.bg-white {
  background-color: #EBF5FA !important;
}

.button.black {
  background-color: #000000;
  color: #EBF5FA;
  border-color: #000000;
}
.button.black:hover {
  background-color: black;
  border-color: black;
}

.text-black {
  color: #000000 !important;
}

.bg-black {
  background-color: #000000 !important;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*
  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;
}

body, html {
  overflow-x: hidden;
}

body, button, input, select, optgroup, textarea {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: #21759b;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
a:visited {
  color: #21759b;
}
a:hover, a:focus, a:active {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  color: #2B363A;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.button {
  font-family: "Oswald", sans-serif;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
.button:hover {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
.button.square {
  display: block;
  width: fit-content;
  height: auto;
}

/* Contact Form (matches existing typography rhythm) */
.contact-form .block-summary h2 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 62px;
  text-transform: uppercase;
  color: #1B1B1B;
}

.contact-form .block-summary p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 191%;
  color: #464646;
}

.contact-form form {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.contact-form .form-label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.contact-form .form-control {
  border-radius: 3px;
}

.wpcf7-form .wpcf7-spinner {
  display: none !important;
}

#site-footer {
  font-family: "Roboto", sans-serif;
}
#site-footer .footer-social a {
  font-size: 1.5rem;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
#site-footer .footer-social a:hover {
  opacity: 1;
}
#site-footer .footer-main h6 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #20396B;
}
#site-footer .footer-main ul, #site-footer .footer-main address, #site-footer .footer-main p {
  font-size: 0.95rem;
  line-height: 1.6;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #site-footer .footer-main ul, #site-footer .footer-main address, #site-footer .footer-main p {
    font-size: 0.85rem;
  }
}
#site-footer .footer-bottom span {
  color: #CCCCCC;
}

#site-header {
  font-family: "Oswald", sans-serif;
}
#site-header .site-notice {
  background-color: #ED1C25;
  margin: 0;
  padding: 15px 0;
}
@media (max-width: 991.98px) {
  #site-header .site-notice {
    padding: 15px 0;
  }
}
#site-header .site-notice p, #site-header .site-notice a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  #site-header .site-notice p p, #site-header .site-notice p a, #site-header .site-notice a p, #site-header .site-notice a a {
    font-size: 15px;
  }
}
#site-header .top-bar {
  background-color: #1B1B1B;
  margin: 0;
  padding: 30px 0;
}
@media (max-width: 991.98px) {
  #site-header .top-bar {
    padding: 15px 0;
  }
}
#site-header .top-bar p, #site-header .top-bar a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  #site-header .top-bar p p, #site-header .top-bar p a, #site-header .top-bar a p, #site-header .top-bar a a {
    font-size: 15px;
  }
}
#site-header .header {
  background-color: #20396B;
  margin: 0;
  padding: 30px 0;
}
#site-header .header .slogan {
  display: block;
  width: 100%;
  max-width: 350px;
}
#site-header .menu-primary-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid rgba(27, 27, 27, 0.15);
}
#site-header .menu-primary-menu-container ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid rgba(27, 27, 27, 0.28);
}
#site-header .menu-primary-menu-container ul li:last-child {
  border-right: none;
}
#site-header .menu-primary-menu-container ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: #1B1B1B;
}
#site-header .menu-primary-menu-container ul li a:hover, #site-header .menu-primary-menu-container ul li a:focus {
  background-color: #20396B;
  color: #FFFFFF;
}
#site-header .menu-primary-menu-container ul li.current-menu-item a, #site-header .menu-primary-menu-container ul li.current_page_item a {
  background-color: #20396B;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  #site-header .menu-primary-menu-container ul {
    flex-direction: column;
  }
  #site-header .menu-primary-menu-container ul li {
    border-right: none;
    border-bottom: 1px solid rgba(27, 27, 27, 0.15);
  }
  #site-header .menu-primary-menu-container ul li:last-child {
    border-bottom: none;
  }
}

.product-categories .block-summary h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1B1B1B;
}
.product-categories .category-card .category-card-inner {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.product-categories .category-card .category-card-inner:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.product-categories .category-card .category-image-wrap {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-categories .category-card .category-image-wrap img {
  max-height: 120px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.product-categories .category-card:hover .category-image-wrap img {
  transform: scale(1.05);
}
.product-categories .category-card .category-label {
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #1B1B1B;
}
.product-categories .category-promo {
  background-color: #1B3C87;
  border-radius: 3px;
  min-height: 300px;
  padding: 2rem;
  transition: background-color 0.3s ease;
}
.product-categories .category-promo:hover {
  background-color: rgb(21.9, 48.6666666667, 109.5);
}
@media (max-width: 991.98px) {
  .product-categories .category-promo {
    min-height: 180px;
  }
}
.product-categories .category-promo .promo-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.08);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: 0.02em;
  width: 100%;
  text-align: center;
}
.product-categories .category-promo .promo-content h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.best-sellers {
  background-color: #0D0D0D;
}
.best-sellers .best-sellers-header h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4vw, 42px);
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.15);
  text-shadow: none;
}
.best-sellers .best-sellers-carousel-wrap {
  padding: 0 80px;
}
@media (max-width: 767.98px) {
  .best-sellers .best-sellers-carousel-wrap {
    padding: 0 60px;
  }
}
.best-sellers .slick-custom-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  width: 60px;
  height: 60px;
  background-color: #C0392B;
  border: none;
  border-radius: 3px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.best-sellers .slick-custom-arrow:hover {
  background-color: rgb(158.6655319149, 47.1038297872, 35.5344680851);
}
.best-sellers .slick-custom-arrow i {
  font-size: 20px;
}
.best-sellers .slick-custom-arrow.bs-prev {
  left: 1rem;
}
.best-sellers .slick-custom-arrow.bs-next {
  right: 1rem;
}
@media (max-width: 767.98px) {
  .best-sellers .slick-custom-arrow {
    width: 46px;
    height: 46px;
  }
  .best-sellers .slick-custom-arrow i {
    font-size: 16px;
  }
}
.best-sellers .bs-slide {
  outline: none;
}
.best-sellers .bs-card .bs-image-wrap {
  background: #FFFFFF;
  border-radius: 3px;
  overflow: hidden;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.best-sellers .bs-card .bs-image-wrap img {
  max-height: 200px;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.best-sellers .bs-card:hover .bs-image-wrap img {
  transform: scale(1.04);
}
.best-sellers .bs-card .bs-info {
  padding-top: 0.75rem;
}
.best-sellers .bs-card .bs-name {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  line-height: 1.3;
}
.best-sellers .bs-card .bs-price {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #C0392B;
  white-space: nowrap;
  flex-shrink: 0;
  padding-left: 0.5rem;
}
.best-sellers .bs-card .bs-price .woocommerce-Price-amount {
  color: #C0392B;
}
.best-sellers .bs-card .bs-desc {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  margin-top: 0.35rem;
}
.best-sellers .slick-list {
  overflow: visible;
}
.best-sellers .slick-track {
  display: flex;
  align-items: stretch;
}
.best-sellers .slick-slide {
  height: auto;
}
.best-sellers .slick-slide > div {
  height: 100%;
}

.featured-products .block-summary h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #1B1B1B;
}
.featured-products .fp-card {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.featured-products .fp-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.featured-products .fp-card .fp-image-wrap {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.featured-products .fp-card .fp-image-wrap img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
@media (max-width: 575.98px) {
  .featured-products .fp-card .fp-image-wrap {
    width: 100px;
    height: 100px;
  }
  .featured-products .fp-card .fp-image-wrap img {
    max-width: 90px;
    max-height: 90px;
  }
}
.featured-products .fp-card:hover .fp-image-wrap img {
  transform: scale(1.05);
}
.featured-products .fp-card .fp-name {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #1B1B1B;
  line-height: 1.3;
}
.featured-products .fp-card .fp-price {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #C0392B;
  display: block;
}
.featured-products .fp-card .fp-price .woocommerce-Price-amount {
  color: #C0392B;
}
@media (max-width: 575.98px) {
  .featured-products .fp-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .featured-products .fp-card .fp-image-wrap {
    width: 100%;
    height: 160px;
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }
}

.hero-slider .slide {
  min-height: 80vh;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}
@media (max-width: 991.98px) {
  .hero-slider .slide {
    background-position: center center;
    background-size: cover;
  }
}
.hero-slider .slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .hero-slider .slide .overlay {
    display: none;
  }
}
.hero-slider .slide .container {
  position: relative;
  z-index: 2;
}
.hero-slider .slide .container .slide-content {
  font-family: "Oswald", sans-serif;
}
.hero-slider .slide .container .slide-content h2, .hero-slider .slide .container .slide-content p {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) {
  .hero-slider .slide .container .slide-content {
    display: block;
    width: 100%;
    max-width: 500px;
  }
}
.hero-slider .slide .container .slide-content h2 {
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.75rem, 3vw + 1rem, 3.5rem);
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.hero-slider .slide .container .slide-content p {
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1rem, 1.2vw + 0.8rem, 1.625rem);
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .hero-slider .slide .container .slide-content h2 {
    font-size: 56px;
    line-height: 1.45;
  }
  .hero-slider .slide .container .slide-content p {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media (max-width: 1199.98px) {
  .hero-slider .slide .container .slide-content h2 {
    font-size: 48px;
    line-height: 1.4;
  }
  .hero-slider .slide .container .slide-content p {
    font-size: 22px;
    line-height: 1.45;
  }
}
@media (max-width: 991.98px) {
  .hero-slider .slide .container .slide-content h2 {
    font-size: 42px;
    line-height: 1.35;
  }
  .hero-slider .slide .container .slide-content p {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .hero-slider .slide .container .slide-content h2 {
    font-size: 36px;
    line-height: 1.35;
  }
  .hero-slider .slide .container .slide-content p {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 575.98px) {
  .hero-slider .slide .container .slide-content h2 {
    font-size: 30px;
    line-height: 1.3;
  }
  .hero-slider .slide .container .slide-content p {
    font-size: 17px;
    line-height: 1.45;
  }
}
@media (max-width: 400px) {
  .hero-slider .slide .container .slide-content h2 {
    font-size: 26px;
    line-height: 1.3;
  }
  .hero-slider .slide .container .slide-content p {
    font-size: 16px;
    line-height: 1.45;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .hero-slider .slide .container .slide-content h2 {
    font-size: 24px;
    line-height: 1.25;
  }
  .hero-slider .slide .container .slide-content p {
    font-size: 15px;
    line-height: 1.4;
  }
}
.hero-slider .slide::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
@media (min-width: 992px) {
  .hero-slider .slide::before {
    display: none;
  }
}
.hero-slider .slick-prev,
.hero-slider .slick-next {
  z-index: 10;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #FFFFFF;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
}
.hero-slider .slick-prev:hover,
.hero-slider .slick-next:hover {
  background: rgba(0, 0, 0, 0.7);
}
.hero-slider .slick-prev::before, .hero-slider .slick-prev::after,
.hero-slider .slick-next::before,
.hero-slider .slick-next::after {
  display: none;
}
.hero-slider .slick-prev .fa-solid,
.hero-slider .slick-next .fa-solid {
  font-size: 18px;
}
.hero-slider .slick-prev {
  left: 20px;
}
.hero-slider .slick-next {
  right: 20px;
}

.contact-options .block-summary {
  text-align: center;
}
.contact-options .block-summary h2 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 62px;
  text-transform: uppercase;
  color: #1B1B1B;
}
.contact-options .block-summary p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 191%;
  color: #464646;
}
.contact-options .block-summary p:last-child {
  margin-bottom: 0;
}
.contact-options .contact-item .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border: 1px solid #1B3C87;
  border-radius: 50%;
  margin: 0 auto;
}
.contact-options .contact-item .icon-wrap i {
  font-size: 30px;
  color: #1B3C87;
}
.contact-options .contact-item h5 {
  font-family: "Oswald", sans-serif;
  color: #1B1B1B;
  letter-spacing: 0.02em;
}
.contact-options .contact-item p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #555555;
}
@media (min-width: 768px) {
  .contact-options .border-md-end {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767.98px) {
  .contact-options .icon-wrap {
    width: 65px;
    height: 65px;
  }
  .contact-options .icon-wrap i {
    font-size: 26px;
  }
  .contact-options h5 {
    font-size: 18px;
  }
  .contact-options p {
    font-size: 15px;
  }
}

.newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 450px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.newsletter .block-summary {
  text-align: center;
}
.newsletter .block-summary h2 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 62px;
  text-transform: uppercase;
}
.newsletter .block-summary p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 191%;
}
.newsletter .block-summary p:last-child {
  margin-bottom: 0;
}
.newsletter .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 27, 84, 0.8), rgba(0, 27, 84, 0.8));
}
.newsletter .container {
  position: relative;
  z-index: 2;
}
.newsletter .form-control {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  color: #FFFFFF;
  padding: 0.75rem 1rem;
  font-size: 16px;
  text-align: center;
}
.newsletter .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.newsletter .form-control:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: #FFFFFF;
  box-shadow: none;
}
@media (max-width: 575.98px) {
  .newsletter .form-control {
    font-size: 15px;
  }
  .newsletter .btn {
    width: 100%;
  }
}

body.woocommerce-cart .shop_table,
body.woocommerce-checkout .shop_table {
  width: 100%;
  border-collapse: collapse;
}
body.woocommerce-cart .shop_table th, body.woocommerce-cart .shop_table td,
body.woocommerce-checkout .shop_table th,
body.woocommerce-checkout .shop_table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgb(194.2, 224.6, 239.8);
  vertical-align: middle;
}
body.woocommerce-cart .shop_table thead th,
body.woocommerce-checkout .shop_table thead th {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #828282;
  border-bottom: 2px solid rgb(186.04, 220.52, 237.76);
}
body.woocommerce-cart .quantity input.qty,
body.woocommerce-checkout .quantity input.qty {
  width: 65px;
  padding: 0.45rem 0.5rem;
  font-size: 0.95rem;
  text-align: center;
  border: 1px solid rgb(173.8, 214.4, 234.7);
  border-radius: 3px;
}
body.woocommerce-cart .quantity input.qty:focus,
body.woocommerce-checkout .quantity input.qty:focus {
  outline: none;
  border-color: #20396B;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.15);
}
body.woocommerce-cart .woocommerce a.button,
body.woocommerce-cart .woocommerce button.button,
body.woocommerce-cart a.button,
body.woocommerce-cart button.button,
body.woocommerce-checkout .woocommerce a.button,
body.woocommerce-checkout .woocommerce button.button,
body.woocommerce-checkout a.button,
body.woocommerce-checkout button.button {
  display: inline-block;
  padding: 0.65rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  color: #20396B;
  border: 1px solid #20396B;
  border-radius: 3px;
  cursor: pointer;
  appearance: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  letter-spacing: 0.02em;
}
body.woocommerce-cart .woocommerce a.button:hover,
body.woocommerce-cart .woocommerce button.button:hover,
body.woocommerce-cart a.button:hover,
body.woocommerce-cart button.button:hover,
body.woocommerce-checkout .woocommerce a.button:hover,
body.woocommerce-checkout .woocommerce button.button:hover,
body.woocommerce-checkout a.button:hover,
body.woocommerce-checkout button.button:hover {
  background-color: #20396B;
  color: #EBF5FA;
}
body.woocommerce-cart .woocommerce a.button:focus,
body.woocommerce-cart .woocommerce button.button:focus,
body.woocommerce-cart a.button:focus,
body.woocommerce-cart button.button:focus,
body.woocommerce-checkout .woocommerce a.button:focus,
body.woocommerce-checkout .woocommerce button.button:focus,
body.woocommerce-checkout a.button:focus,
body.woocommerce-checkout button.button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.25);
}
body.woocommerce-cart .woocommerce a.button:disabled, body.woocommerce-cart .woocommerce a.button[disabled],
body.woocommerce-cart .woocommerce button.button:disabled,
body.woocommerce-cart .woocommerce button.button[disabled],
body.woocommerce-cart a.button:disabled,
body.woocommerce-cart a.button[disabled],
body.woocommerce-cart button.button:disabled,
body.woocommerce-cart button.button[disabled],
body.woocommerce-checkout .woocommerce a.button:disabled,
body.woocommerce-checkout .woocommerce a.button[disabled],
body.woocommerce-checkout .woocommerce button.button:disabled,
body.woocommerce-checkout .woocommerce button.button[disabled],
body.woocommerce-checkout a.button:disabled,
body.woocommerce-checkout a.button[disabled],
body.woocommerce-checkout button.button:disabled,
body.woocommerce-checkout button.button[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}
body.woocommerce-cart .woocommerce a.button:disabled:hover, body.woocommerce-cart .woocommerce a.button[disabled]:hover,
body.woocommerce-cart .woocommerce button.button:disabled:hover,
body.woocommerce-cart .woocommerce button.button[disabled]:hover,
body.woocommerce-cart a.button:disabled:hover,
body.woocommerce-cart a.button[disabled]:hover,
body.woocommerce-cart button.button:disabled:hover,
body.woocommerce-cart button.button[disabled]:hover,
body.woocommerce-checkout .woocommerce a.button:disabled:hover,
body.woocommerce-checkout .woocommerce a.button[disabled]:hover,
body.woocommerce-checkout .woocommerce button.button:disabled:hover,
body.woocommerce-checkout .woocommerce button.button[disabled]:hover,
body.woocommerce-checkout a.button:disabled:hover,
body.woocommerce-checkout a.button[disabled]:hover,
body.woocommerce-checkout button.button:disabled:hover,
body.woocommerce-checkout button.button[disabled]:hover {
  background-color: transparent;
  color: #20396B;
}
body.woocommerce-cart .woocommerce a.button.alt,
body.woocommerce-cart .woocommerce button.button.alt,
body.woocommerce-cart a.button.alt,
body.woocommerce-cart button.button.alt,
body.woocommerce-checkout .woocommerce a.button.alt,
body.woocommerce-checkout .woocommerce button.button.alt,
body.woocommerce-checkout a.button.alt,
body.woocommerce-checkout button.button.alt {
  background-color: #20396B;
  color: #EBF5FA !important;
  border-color: #20396B;
}
body.woocommerce-cart .woocommerce a.button.alt:hover,
body.woocommerce-cart .woocommerce button.button.alt:hover,
body.woocommerce-cart a.button.alt:hover,
body.woocommerce-cart button.button.alt:hover,
body.woocommerce-checkout .woocommerce a.button.alt:hover,
body.woocommerce-checkout .woocommerce button.button.alt:hover,
body.woocommerce-checkout a.button.alt:hover,
body.woocommerce-checkout button.button.alt:hover {
  background-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
  border-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
  color: #EBF5FA !important;
}
body.woocommerce-cart .return-to-shop,
body.woocommerce-checkout .return-to-shop {
  margin-top: 1rem;
}

body.woocommerce-cart .woocommerce {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #828282;
  text-decoration: none;
  border-radius: 50%;
  transition: color 0.2s ease, background-color 0.2s ease;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .product-remove a.remove:hover {
  color: #c0392b;
  background-color: rgb(246.6744680851, 220.5361702128, 217.8255319149);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .product-thumbnail img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 3px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .product-name a {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .product-name a:hover {
  color: #20396B;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table td.actions {
  border-bottom: none;
  padding-top: 1.25rem;
  padding-bottom: 0;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table td.actions .coupon {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
  float: left;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table td.actions .coupon label {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table td.actions .coupon input#coupon_code {
  padding: 0.55rem 0.85rem;
  font-size: 0.875rem;
  border: 1px solid rgb(173.8, 214.4, 234.7);
  border-radius: 3px;
  min-width: 180px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table td.actions .coupon input#coupon_code:focus {
  outline: none;
  border-color: #20396B;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.15);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table td.actions .coupon input#coupon_code::placeholder {
  color: #b5b5b5;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table td.actions button[name=update_cart] {
  float: right;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table td.actions::after {
  content: "";
  display: table;
  clear: both;
}
body.woocommerce-cart .cart-collaterals {
  margin-top: 2rem;
}
body.woocommerce-cart .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
}
@media (max-width: 768px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  margin-bottom: 1.25rem;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table th {
  font-weight: 600;
  color: inherit;
  font-size: 0.9rem;
  text-transform: none;
  letter-spacing: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.order-total th,
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.order-total td {
  font-size: 1.05rem;
  font-weight: 700;
  border-top: 2px solid rgb(186.04, 220.52, 237.76);
  border-bottom: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-methods {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-methods li {
  margin-bottom: 0.35rem;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-destination {
  font-size: 0.8rem;
  color: #828282;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: block;
  width: 100%;
  padding: 0.85rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #20396B;
  color: #EBF5FA !important;
  border: 1px solid #20396B;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  letter-spacing: 0.02em;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
  border-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
  color: #EBF5FA !important;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.25);
}

body.woocommerce-checkout .woocommerce {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  margin-bottom: 1.25rem;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  font-size: 0.9rem;
  padding: 0.75rem 1rem;
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
  border-left: 4px solid #20396B;
  border-radius: 3px;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
  color: #21759b;
  font-weight: 600;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon:hover {
  color: #2B363A;
}
body.woocommerce-checkout .woocommerce-form-coupon {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgb(194.2, 224.6, 239.8);
  border-radius: 3px;
}
body.woocommerce-checkout .woocommerce-form-coupon .form-row {
  margin: 0;
  flex: 1 1 auto;
}
body.woocommerce-checkout .woocommerce-form-coupon input#coupon_code {
  width: 100%;
  padding: 0.55rem 0.85rem;
  font-size: 0.875rem;
  border: 1px solid rgb(173.8, 214.4, 234.7);
  border-radius: 3px;
}
body.woocommerce-checkout .woocommerce-form-coupon input#coupon_code:focus {
  outline: none;
  border-color: #20396B;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.15);
}
body.woocommerce-checkout .woocommerce-form-coupon input#coupon_code::placeholder {
  color: #b5b5b5;
}
body.woocommerce-checkout .woocommerce-form-coupon button[name=apply_coupon] {
  flex: 0 0 auto;
  white-space: nowrap;
}
body.woocommerce-checkout .col2-set {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .col2-set {
    flex-direction: column;
  }
}
body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2 {
  flex: 1 1 50%;
}
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgb(194.2, 224.6, 239.8);
}
body.woocommerce-checkout .woocommerce-billing-fields #ship-to-different-address,
body.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address,
body.woocommerce-checkout .woocommerce-additional-fields #ship-to-different-address {
  border-bottom: none;
  padding-bottom: 0;
}
body.woocommerce-checkout .woocommerce-billing-fields #ship-to-different-address label,
body.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address label,
body.woocommerce-checkout .woocommerce-additional-fields #ship-to-different-address label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 1rem;
}
body.woocommerce-checkout .woocommerce-billing-fields #ship-to-different-address label input[type=checkbox],
body.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address label input[type=checkbox],
body.woocommerce-checkout .woocommerce-additional-fields #ship-to-different-address label input[type=checkbox] {
  width: auto;
  margin: 0;
  cursor: pointer;
}
body.woocommerce-checkout .woocommerce-billing-fields .form-row,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row,
body.woocommerce-checkout .woocommerce-additional-fields .form-row {
  margin-bottom: 0.85rem;
}
body.woocommerce-checkout .woocommerce-billing-fields .form-row label,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row label,
body.woocommerce-checkout .woocommerce-additional-fields .form-row label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
body.woocommerce-checkout .woocommerce-billing-fields .form-row label .required,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row label .required,
body.woocommerce-checkout .woocommerce-additional-fields .form-row label .required {
  color: #c0392b;
  font-weight: 700;
}
body.woocommerce-checkout .woocommerce-billing-fields .form-row .input-text,
body.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=text],
body.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=email],
body.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=tel],
body.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=number],
body.woocommerce-checkout .woocommerce-billing-fields .form-row textarea,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row .input-text,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=text],
body.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=email],
body.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=tel],
body.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=number],
body.woocommerce-checkout .woocommerce-shipping-fields .form-row textarea,
body.woocommerce-checkout .woocommerce-additional-fields .form-row .input-text,
body.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=text],
body.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=email],
body.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=tel],
body.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=number],
body.woocommerce-checkout .woocommerce-additional-fields .form-row textarea {
  width: 100%;
  padding: 0.6rem 0.85rem;
  font-size: 0.9rem;
  border: 1px solid rgb(173.8, 214.4, 234.7);
  border-radius: 3px;
  background-color: #EBF5FA;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
body.woocommerce-checkout .woocommerce-billing-fields .form-row .input-text:focus,
body.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=text]:focus,
body.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=email]:focus,
body.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=tel]:focus,
body.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=number]:focus,
body.woocommerce-checkout .woocommerce-billing-fields .form-row textarea:focus,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row .input-text:focus,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=text]:focus,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=email]:focus,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=tel]:focus,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=number]:focus,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row textarea:focus,
body.woocommerce-checkout .woocommerce-additional-fields .form-row .input-text:focus,
body.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=text]:focus,
body.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=email]:focus,
body.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=tel]:focus,
body.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=number]:focus,
body.woocommerce-checkout .woocommerce-additional-fields .form-row textarea:focus {
  outline: none;
  border-color: #20396B;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.15);
}
body.woocommerce-checkout .woocommerce-billing-fields .form-row .input-text::placeholder,
body.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=text]::placeholder,
body.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=email]::placeholder,
body.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=tel]::placeholder,
body.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=number]::placeholder,
body.woocommerce-checkout .woocommerce-billing-fields .form-row textarea::placeholder,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row .input-text::placeholder,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=text]::placeholder,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=email]::placeholder,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=tel]::placeholder,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=number]::placeholder,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row textarea::placeholder,
body.woocommerce-checkout .woocommerce-additional-fields .form-row .input-text::placeholder,
body.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=text]::placeholder,
body.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=email]::placeholder,
body.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=tel]::placeholder,
body.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=number]::placeholder,
body.woocommerce-checkout .woocommerce-additional-fields .form-row textarea::placeholder {
  color: #b5b5b5;
}
body.woocommerce-checkout .woocommerce-billing-fields .form-row textarea,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row textarea,
body.woocommerce-checkout .woocommerce-additional-fields .form-row textarea {
  min-height: 80px;
  resize: vertical;
}
body.woocommerce-checkout .woocommerce-billing-fields .form-row.woocommerce-invalid .input-text,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row.woocommerce-invalid .input-text,
body.woocommerce-checkout .woocommerce-additional-fields .form-row.woocommerce-invalid .input-text {
  border-color: #c0392b;
}
body.woocommerce-checkout .woocommerce-billing-fields .form-row.woocommerce-validated .input-text,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row.woocommerce-validated .input-text,
body.woocommerce-checkout .woocommerce-additional-fields .form-row.woocommerce-validated .input-text {
  border-color: #27ae60;
}
body.woocommerce-checkout #order_review_heading {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgb(194.2, 224.6, 239.8);
}
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  margin-bottom: 1.5rem;
}
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .product-name {
  font-weight: 500;
}
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .product-name .product-quantity {
  color: #828282;
  font-weight: 400;
}
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.order-total th,
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.order-total td {
  font-size: 1.05rem;
  font-weight: 700;
  border-top: 2px solid rgb(186.04, 220.52, 237.76);
  border-bottom: none;
}
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.woocommerce-checkout .woocommerce-checkout-review-order #payment {
  background-color: rgb(222.76, 238.88, 246.94);
  border-radius: 3px;
  padding: 1.25rem;
  border: 1px solid rgb(194.2, 224.6, 239.8);
}
body.woocommerce-checkout .woocommerce-checkout-review-order #payment ul.payment_methods {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  border-bottom: 1px solid rgb(194.2, 224.6, 239.8);
}
body.woocommerce-checkout .woocommerce-checkout-review-order #payment ul.payment_methods li {
  padding: 0.65rem 0;
  border-top: 1px solid rgb(194.2, 224.6, 239.8);
}
body.woocommerce-checkout .woocommerce-checkout-review-order #payment ul.payment_methods li:first-child {
  border-top: none;
}
body.woocommerce-checkout .woocommerce-checkout-review-order #payment ul.payment_methods li label {
  font-weight: 600;
  cursor: pointer;
}
body.woocommerce-checkout .woocommerce-checkout-review-order #payment ul.payment_methods .payment_box {
  padding: 0.85rem 0 0.25rem;
  font-size: 0.875rem;
  color: #828282;
}
body.woocommerce-checkout .woocommerce-checkout-review-order #payment ul.payment_methods .payment_box p {
  margin: 0 0 0.5rem;
}
body.woocommerce-checkout .woocommerce-checkout-review-order #payment .woocommerce-SavedPaymentMethods {
  list-style: none;
  margin: 0.5rem 0;
  padding: 0;
}
body.woocommerce-checkout .woocommerce-checkout-review-order #payment .woocommerce-SavedPaymentMethods li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0;
  font-size: 0.875rem;
}
body.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order {
  margin-top: 1.25rem;
}
body.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order #place_order {
  display: block;
  width: 100%;
  padding: 0.9rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  background-color: #20396B;
  color: #EBF5FA !important;
  border: 1px solid #20396B;
  border-radius: 3px;
  cursor: pointer;
  appearance: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  letter-spacing: 0.02em;
}
body.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order #place_order:hover {
  background-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
  border-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
}
body.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order #place_order:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.25);
}

body.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce {
    flex-direction: column;
  }
}
body.woocommerce-account #customer_login {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  width: 100%;
}
body.woocommerce-account #customer_login .u-column1,
body.woocommerce-account #customer_login .u-column2 {
  flex: 1 1 300px;
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
  border: 1px solid rgb(202.36, 228.68, 241.84);
  border-radius: 4px;
  overflow: hidden;
}
body.woocommerce-account #customer_login h2 {
  font-size: 1rem;
  font-weight: 700;
  color: #EBF5FA;
  background-color: #20396B;
  margin: 0 0 1.5rem;
  padding: 0.85rem 1.25rem;
  letter-spacing: 0.02em;
}
body.woocommerce-account #customer_login .woocommerce-form {
  padding: 0 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
}
body.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-row,
body.woocommerce-account #customer_login .woocommerce-form .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.1rem;
}
body.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-row label,
body.woocommerce-account #customer_login .woocommerce-form .form-row label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.35rem;
}
body.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-row label .required,
body.woocommerce-account #customer_login .woocommerce-form .form-row label .required {
  color: #c0392b;
  margin-left: 0.1rem;
}
body.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-row label .screen-reader-text,
body.woocommerce-account #customer_login .woocommerce-form .form-row label .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
body.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-row .woocommerce-Input,
body.woocommerce-account #customer_login .woocommerce-form .form-row .woocommerce-Input {
  width: 100%;
  padding: 0.55rem 0.75rem;
  font-size: 0.9rem;
  color: #000000;
  background-color: #fff;
  border: 1px solid rgb(186.04, 220.52, 237.76);
  border-radius: 3px;
  box-sizing: border-box;
  appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
body.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-row .woocommerce-Input:focus,
body.woocommerce-account #customer_login .woocommerce-form .form-row .woocommerce-Input:focus {
  outline: none;
  border-color: #20396B;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.12);
}
body.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-row .woocommerce-Input.woocommerce-invalid-input,
body.woocommerce-account #customer_login .woocommerce-form .form-row .woocommerce-Input.woocommerce-invalid-input {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1);
}
body.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-row .woocommerce-Input.woocommerce-validated,
body.woocommerce-account #customer_login .woocommerce-form .form-row .woocommerce-Input.woocommerce-validated {
  border-color: #27ae60;
  box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.1);
}
body.woocommerce-account #customer_login .woocommerce-form .form-row:last-of-type {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0;
}
body.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
}
body.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-login__rememberme .woocommerce-form__input-checkbox {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  accent-color: #20396B;
  cursor: pointer;
}
body.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-login__submit,
body.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-register__submit {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  background-color: #20396B;
  color: #EBF5FA;
  border: 1px solid #20396B;
  border-radius: 3px;
  cursor: pointer;
  appearance: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
body.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-login__submit:hover,
body.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-register__submit:hover {
  background-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
  border-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
}
body.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-login__submit:focus,
body.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-register__submit:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.25);
}
body.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-login__submit:disabled,
body.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-register__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
body.woocommerce-account #customer_login .woocommerce-form.woocommerce-form-register .form-row:last-of-type {
  justify-content: flex-end;
}
body.woocommerce-account #customer_login .woocommerce-LostPassword a {
  font-size: 0.82rem;
  color: #21759b;
  text-decoration: underline;
}
body.woocommerce-account #customer_login .woocommerce-LostPassword a:hover {
  color: #2B363A;
}
body.woocommerce-account #customer_login .woocommerce-privacy-policy-text {
  font-size: 0.8rem;
  color: #828282;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  padding: 0;
}
body.woocommerce-account #customer_login .woocommerce-privacy-policy-text a {
  color: #21759b;
  text-decoration: underline;
}
body.woocommerce-account #customer_login .woocommerce-privacy-policy-text a:hover {
  color: #2B363A;
}
body.woocommerce-account #customer_login .woocommerce-privacy-policy-text:empty {
  display: none;
}
@media (max-width: 768px) {
  body.woocommerce-account #customer_login {
    flex-direction: column;
  }
  body.woocommerce-account #customer_login .u-column1,
  body.woocommerce-account #customer_login .u-column2 {
    flex: 0 0 100%;
  }
  body.woocommerce-account #customer_login .woocommerce-form .form-row:last-of-type {
    flex-direction: column;
    align-items: flex-start;
  }
  body.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-login__submit,
  body.woocommerce-account #customer_login .woocommerce-form .woocommerce-form-register__submit {
    width: 100%;
    text-align: center;
  }
  body.woocommerce-account #customer_login .woocommerce-form.woocommerce-form-register .form-row:last-of-type {
    align-items: stretch;
  }
}
body.woocommerce-account .woocommerce-ResetPassword {
  max-width: 480px;
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
  border: 1px solid rgb(202.36, 228.68, 241.84);
  border-radius: 4px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
body.woocommerce-account .woocommerce-ResetPassword > p:first-of-type {
  font-size: 0.9rem;
  color: #828282;
  line-height: 1.7;
  background-color: #20396B;
  color: rgba(235, 245, 250, 0.85);
  padding: 1rem 1.25rem;
  margin: 0 0 1.5rem;
}
body.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row,
body.woocommerce-account .woocommerce-ResetPassword .form-row {
  display: flex;
  flex-direction: column;
  margin: 0 1.25rem 1.1rem;
}
body.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row label,
body.woocommerce-account .woocommerce-ResetPassword .form-row label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.35rem;
}
body.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row label .required,
body.woocommerce-account .woocommerce-ResetPassword .form-row label .required {
  color: #c0392b;
  margin-left: 0.1rem;
}
body.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row label .screen-reader-text,
body.woocommerce-account .woocommerce-ResetPassword .form-row label .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
body.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Input,
body.woocommerce-account .woocommerce-ResetPassword .form-row .woocommerce-Input {
  width: 100%;
  padding: 0.55rem 0.75rem;
  font-size: 0.9rem;
  color: #000000;
  background-color: #fff;
  border: 1px solid rgb(186.04, 220.52, 237.76);
  border-radius: 3px;
  box-sizing: border-box;
  appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
body.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Input:focus,
body.woocommerce-account .woocommerce-ResetPassword .form-row .woocommerce-Input:focus {
  outline: none;
  border-color: #20396B;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.12);
}
body.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Input.woocommerce-invalid-input,
body.woocommerce-account .woocommerce-ResetPassword .form-row .woocommerce-Input.woocommerce-invalid-input {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1);
}
body.woocommerce-account .woocommerce-ResetPassword .clear {
  display: none;
}
body.woocommerce-account .woocommerce-ResetPassword .form-row:last-of-type {
  margin-bottom: 1.25rem;
}
body.woocommerce-account .woocommerce-ResetPassword .form-row:last-of-type .woocommerce-Button {
  display: inline-block;
  padding: 0.65rem 1.75rem;
  font-size: 0.9rem;
  font-weight: 700;
  background-color: #20396B;
  color: #EBF5FA;
  border: 1px solid #20396B;
  border-radius: 3px;
  cursor: pointer;
  appearance: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
body.woocommerce-account .woocommerce-ResetPassword .form-row:last-of-type .woocommerce-Button:hover {
  background-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
  border-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
}
body.woocommerce-account .woocommerce-ResetPassword .form-row:last-of-type .woocommerce-Button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.25);
}
body.woocommerce-account .woocommerce-ResetPassword .form-row:last-of-type .woocommerce-Button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media (max-width: 600px) {
  body.woocommerce-account .woocommerce-ResetPassword {
    max-width: 100%;
  }
  body.woocommerce-account .woocommerce-ResetPassword .form-row:last-of-type .woocommerce-Button {
    width: 100%;
    text-align: center;
  }
}

.woocommerce-MyAccount-navigation {
  flex: 0 0 220px;
  background-color: #20396B;
  border-radius: 4px;
  overflow: hidden;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation li {
  margin: 0;
  border-bottom: 1px solid rgba(235, 245, 250, 0.1);
}
.woocommerce-MyAccount-navigation li:last-child {
  border-bottom: none;
}
.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 0.85rem 1.25rem;
  color: rgba(235, 245, 250, 0.85);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.woocommerce-MyAccount-navigation li a:hover {
  background-color: rgb(23.781294964, 42.3604316547, 79.518705036);
  color: #EBF5FA;
}
.woocommerce-MyAccount-navigation li.is-active a, .woocommerce-MyAccount-navigation li[class*=is-active] a {
  background-color: rgb(17.9107913669, 31.9035971223, 59.8892086331);
  color: #EBF5FA;
  border-left: 4px solid #EBF5FA;
  padding-left: calc(1.25rem - 4px);
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: rgba(235, 245, 250, 0.55);
  font-size: 0.85rem;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  color: #EBF5FA;
  background-color: rgb(23.781294964, 42.3604316547, 79.518705036);
}
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    flex: 0 0 100%;
    width: 100%;
  }
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-MyAccount-navigation li {
    flex: 1 1 auto;
    border-bottom: none;
    border-right: 1px solid rgba(235, 245, 250, 0.1);
    text-align: center;
  }
  .woocommerce-MyAccount-navigation li:last-child {
    border-right: none;
  }
  .woocommerce-MyAccount-navigation li.is-active a {
    border-left: none;
    border-bottom: 4px solid #EBF5FA;
    padding-left: 1.25rem;
    padding-bottom: calc(0.85rem - 4px);
  }
}

.woocommerce-MyAccount-content {
  flex: 1 1 0;
  min-width: 0;
}
.woocommerce-MyAccount-content p {
  color: #000000;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.woocommerce-MyAccount-content p a {
  color: #21759b;
  text-decoration: underline;
}
.woocommerce-MyAccount-content p a:hover {
  color: #2B363A;
}
.woocommerce-MyAccount-content p strong {
  color: #20396B;
}
.woocommerce-MyAccount-content h3 {
  color: #20396B;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.woocommerce-MyAccount-content ol {
  padding-left: 1.25rem;
  color: #000000;
  line-height: 1.8;
}
.woocommerce-MyAccount-content ol li {
  margin-bottom: 0.5rem;
}
.woocommerce-MyAccount-content ol li a {
  color: #21759b;
  text-decoration: underline;
}
.woocommerce-MyAccount-content ol li a:hover {
  color: #2B363A;
}
.woocommerce-MyAccount-content ol li strong {
  color: #20396B;
}
@media (max-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-MyAccount-content {
    width: 100%;
  }
}

body.woocommerce-orders .woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
body.woocommerce-orders .woocommerce-orders-table thead tr {
  background-color: #20396B;
}
body.woocommerce-orders .woocommerce-orders-table thead th {
  padding: 0.85rem 1rem;
  text-align: left;
  color: #EBF5FA;
  font-weight: 600;
  letter-spacing: 0.03em;
  border: none;
}
body.woocommerce-orders .woocommerce-orders-table thead th .nobr {
  white-space: nowrap;
}
body.woocommerce-orders .woocommerce-orders-table thead th.woocommerce-orders-table__header-order-actions {
  text-align: center;
}
body.woocommerce-orders .woocommerce-orders-table tbody tr {
  border-bottom: 1px solid rgb(202.36, 228.68, 241.84);
  transition: background-color 0.15s ease;
}
body.woocommerce-orders .woocommerce-orders-table tbody tr:last-child {
  border-bottom: none;
}
body.woocommerce-orders .woocommerce-orders-table tbody tr:hover {
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
}
body.woocommerce-orders .woocommerce-orders-table tbody tr th,
body.woocommerce-orders .woocommerce-orders-table tbody tr td {
  padding: 0.85rem 1rem;
  vertical-align: middle;
  color: #000000;
}
body.woocommerce-orders .woocommerce-orders-table tbody tr th::before,
body.woocommerce-orders .woocommerce-orders-table tbody tr td::before {
  display: none;
}
body.woocommerce-orders .woocommerce-orders-table tbody tr th a,
body.woocommerce-orders .woocommerce-orders-table tbody tr td a {
  color: #21759b;
  text-decoration: none;
  font-weight: 600;
}
body.woocommerce-orders .woocommerce-orders-table tbody tr th a:hover,
body.woocommerce-orders .woocommerce-orders-table tbody tr td a:hover {
  color: #2B363A;
  text-decoration: underline;
}
body.woocommerce-orders .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-number {
  font-weight: 700;
  color: #20396B;
}
body.woocommerce-orders .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-number a {
  color: #20396B;
}
body.woocommerce-orders .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-number a:hover {
  color: rgb(20.2589928058, 36.0863309353, 67.7410071942);
}
body.woocommerce-orders .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-date {
  color: #828282;
  white-space: nowrap;
}
body.woocommerce-orders .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-status {
  font-weight: 600;
}
body.woocommerce-orders .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-total {
  white-space: nowrap;
}
body.woocommerce-orders .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
  font-weight: 700;
  color: #20396B;
}
body.woocommerce-orders .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-actions {
  text-align: center;
}
body.woocommerce-orders .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-actions .woocommerce-button {
  display: inline-block;
  padding: 0.4rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
body.woocommerce-orders .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-actions .woocommerce-button.view {
  background-color: #20396B;
  color: #EBF5FA;
  border-color: #20396B;
}
body.woocommerce-orders .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-actions .woocommerce-button.view:hover {
  background-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
  border-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
  text-decoration: none;
  color: #EBF5FA;
}
body.woocommerce-orders .woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status {
  color: #21759b;
}
body.woocommerce-orders .woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
  color: #27ae60;
}
body.woocommerce-orders .woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status {
  color: #c0392b;
}
body.woocommerce-orders .woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status {
  color: #f39c12;
}
body.woocommerce-orders .woocommerce-orders-table__row--status-refunded .woocommerce-orders-table__cell-order-status {
  color: #828282;
}
body.woocommerce-orders .woocommerce-orders-table__row--status-failed .woocommerce-orders-table__cell-order-status {
  color: #c0392b;
}
body.woocommerce-orders .woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-status {
  color: #f39c12;
}
@media (max-width: 768px) {
  body.woocommerce-orders .woocommerce-orders-table thead {
    display: none;
  }
  body.woocommerce-orders .woocommerce-orders-table tbody tr {
    display: block;
    border: 1px solid rgb(202.36, 228.68, 241.84);
    border-radius: 4px;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
  }
  body.woocommerce-orders .woocommerce-orders-table tbody tr:hover {
    background-color: transparent;
  }
  body.woocommerce-orders .woocommerce-orders-table tbody tr th,
  body.woocommerce-orders .woocommerce-orders-table tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid rgb(214.6, 234.8, 244.9);
    text-align: right;
  }
  body.woocommerce-orders .woocommerce-orders-table tbody tr th:last-child,
  body.woocommerce-orders .woocommerce-orders-table tbody tr td:last-child {
    border-bottom: none;
  }
  body.woocommerce-orders .woocommerce-orders-table tbody tr th::before,
  body.woocommerce-orders .woocommerce-orders-table tbody tr td::before {
    display: block;
    content: attr(data-title);
    font-weight: 600;
    color: #20396B;
    text-align: left;
    flex-shrink: 0;
    margin-right: 1rem;
  }
  body.woocommerce-orders .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-actions {
    text-align: right;
    justify-content: space-between;
  }
}

body.woocommerce-view-order .woocommerce-MyAccount-content > p {
  font-size: 0.95rem;
  color: #000000;
  margin-bottom: 1.75rem;
  padding: 0.85rem 1rem;
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
  border-left: 4px solid #20396B;
  border-radius: 0 3px 3px 0;
}
body.woocommerce-view-order .woocommerce-MyAccount-content > p mark {
  background: none;
  font-weight: 700;
}
body.woocommerce-view-order .woocommerce-MyAccount-content > p mark.order-number {
  color: #20396B;
}
body.woocommerce-view-order .woocommerce-MyAccount-content > p mark.order-date {
  color: #000000;
}
body.woocommerce-view-order .woocommerce-MyAccount-content > p mark.order-status {
  color: #21759b;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details {
  margin-bottom: 2rem;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #20396B;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #20396B;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details thead tr {
  background-color: #20396B;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details thead th {
  padding: 0.75rem 1rem;
  color: #EBF5FA;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: left;
  border: none;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details thead th.product-total {
  text-align: right;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tbody tr {
  border-bottom: 1px solid rgb(202.36, 228.68, 241.84);
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tbody tr:last-child {
  border-bottom: none;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tbody tr:hover {
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tbody td {
  padding: 0.85rem 1rem;
  vertical-align: middle;
  color: #000000;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tbody td.product-name a {
  color: #21759b;
  text-decoration: none;
  font-weight: 500;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tbody td.product-name a:hover {
  color: #2B363A;
  text-decoration: underline;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tbody td.product-name .product-quantity {
  color: #828282;
  font-weight: 400;
  margin-left: 0.25rem;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tbody td.product-total {
  text-align: right;
  font-weight: 600;
  color: #20396B;
  white-space: nowrap;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tfoot tr {
  border-top: 1px solid rgb(202.36, 228.68, 241.84);
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child {
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child th,
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td {
  font-weight: 700;
  color: #20396B;
  font-size: 1rem;
  border-top: 2px solid #20396B;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tfoot tr th {
  padding: 0.65rem 1rem;
  text-align: left;
  font-weight: 600;
  color: #828282;
  width: 1%;
  white-space: nowrap;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tfoot tr td {
  padding: 0.65rem 1rem;
  text-align: right;
  color: #000000;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tfoot tr td .woocommerce-Price-amount {
  font-weight: 600;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tfoot tr td .shipped_via {
  color: #828282;
  font-size: 0.8rem;
  margin-left: 0.25rem;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details {
  margin-bottom: 2rem;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
  flex: 1 1 240px;
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
  border: 1px solid rgb(202.36, 228.68, 241.84);
  border-radius: 4px;
  padding: 1.25rem;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column .woocommerce-column__title {
  font-size: 1rem;
  font-weight: 700;
  color: #20396B;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #20396B;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column address {
  font-style: normal;
  font-size: 0.9rem;
  color: #000000;
  line-height: 1.8;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column address p {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  color: #828282;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column address p.woocommerce-customer-details--phone::before {
  content: "📞 ";
  font-style: normal;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column address p.woocommerce-customer-details--email::before {
  content: "✉ ";
  font-style: normal;
}
@media (max-width: 768px) {
  body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details thead {
    display: none;
  }
  body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tbody tr,
  body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tfoot tr {
    display: block;
    border: 1px solid rgb(202.36, 228.68, 241.84);
    border-radius: 4px;
    margin-bottom: 0.75rem;
    padding: 0.25rem 0;
  }
  body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tbody tr th,
  body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tbody tr td,
  body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tfoot tr th,
  body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tfoot tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid rgb(214.6, 234.8, 244.9);
    text-align: right;
  }
  body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tbody tr th:last-child,
  body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tbody tr td:last-child,
  body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tfoot tr th:last-child,
  body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tfoot tr td:last-child {
    border-bottom: none;
  }
  body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tbody tr td.product-total,
  body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tfoot tr td.product-total {
    text-align: right;
  }
  body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child th,
  body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td {
    border-top: none;
  }
  body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses {
    flex-direction: column;
  }
  body.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
    flex: 0 0 100%;
  }
}

body.woocommerce-edit-address .woocommerce-MyAccount-content > p {
  font-size: 0.9rem;
  color: #828282;
  margin-bottom: 1.5rem;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  flex: 1 1 240px;
  border: 1px solid rgb(202.36, 228.68, 241.84);
  border-radius: 4px;
  overflow: hidden;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #20396B;
  padding: 0.75rem 1.25rem;
  margin: 0;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2 {
  font-size: 1rem;
  font-weight: 700;
  color: #EBF5FA;
  margin: 0;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a.edit {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(235, 245, 250, 0.75);
  text-decoration: none;
  border: 1px solid rgba(235, 245, 250, 0.4);
  padding: 0.2rem 0.65rem;
  border-radius: 3px;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a.edit:hover {
  color: #EBF5FA;
  background-color: rgba(235, 245, 250, 0.15);
  border-color: rgba(235, 245, 250, 0.75);
}
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  display: block;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #000000;
  padding: 1.25rem;
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
  min-height: 120px;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address > p {
  font-size: 0.875rem;
  color: #828282;
  font-style: italic;
  padding: 1.25rem;
  margin: 0;
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
  min-height: 120px;
}
@media (max-width: 768px) {
  body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses {
    flex-direction: column;
  }
  body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    flex: 0 0 100%;
  }
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #20396B;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #20396B;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5rem;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row.form-row-first, body.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row.form-row-last {
  flex: 1 1 calc(50% - 0.75rem);
  min-width: 180px;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row.form-row-wide {
  flex: 0 0 100%;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.35rem;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row label .required {
  color: #c0392b;
  margin-left: 0.1rem;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row label .optional {
  color: #828282;
  font-weight: 400;
  font-size: 0.8rem;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row label.screen-reader-text {
  position: static;
  clip: unset;
  width: auto;
  height: auto;
  overflow: visible;
  font-size: 0.85rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.35rem;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row .woocommerce-input-wrapper strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #000000;
  padding: 0.55rem 0.75rem;
  background-color: rgb(218.68, 236.84, 245.92);
  border: 1px solid rgb(186.04, 220.52, 237.76);
  border-radius: 3px;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row .input-text {
  width: 100%;
  padding: 0.55rem 0.75rem;
  font-size: 0.9rem;
  color: #000000;
  background-color: #fff;
  border: 1px solid rgb(186.04, 220.52, 237.76);
  border-radius: 3px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row .input-text::placeholder {
  color: #b5b5b5;
  font-size: 0.85rem;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row .input-text:focus {
  outline: none;
  border-color: #20396B;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.12);
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row .input-text.woocommerce-invalid-input {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1);
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row .input-text.woocommerce-validated {
  border-color: #27ae60;
  box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.1);
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row .woocommerce-input-wrapper .woocommerce-error,
body.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row .woocommerce-input-wrapper .woocommerce-inline-notice {
  font-size: 0.8rem;
  margin-top: 0.3rem;
  color: #c0392b;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form > .woocommerce-address-fields > p:last-of-type,
body.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields > p {
  margin-top: 0.5rem;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form > .woocommerce-address-fields > p:last-of-type .button[name=save_address],
body.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields > p .button[name=save_address] {
  display: inline-block;
  padding: 0.65rem 1.75rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  background-color: #20396B;
  color: #EBF5FA;
  border: 1px solid #20396B;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  appearance: none;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form > .woocommerce-address-fields > p:last-of-type .button[name=save_address]:hover,
body.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields > p .button[name=save_address]:hover {
  background-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
  border-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
}
body.woocommerce-edit-address .woocommerce-MyAccount-content form > .woocommerce-address-fields > p:last-of-type .button[name=save_address]:focus,
body.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields > p .button[name=save_address]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.25);
}
@media (max-width: 600px) {
  body.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper {
    gap: 0;
  }
  body.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row.form-row-first, body.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row.form-row-last {
    flex: 0 0 100%;
  }
}

body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods thead tr {
  background-color: #20396B;
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods thead th {
  padding: 0.85rem 1rem;
  color: #EBF5FA;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: left;
  border: none;
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods thead th .nobr {
  white-space: nowrap;
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods thead th.payment-method-actions {
  width: 1%;
  white-space: nowrap;
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tbody tr, body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tr {
  border-bottom: 1px solid rgb(202.36, 228.68, 241.84);
  transition: background-color 0.15s ease;
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tbody tr:last-child, body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tr:last-child {
  border-bottom: none;
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tbody tr:hover, body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tr:hover {
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tbody tr.default-payment-method td.payment-method-method, body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tr.default-payment-method td.payment-method-method {
  font-weight: 700;
  color: #20396B;
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tbody tr.default-payment-method td.payment-method-method::after, body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tr.default-payment-method td.payment-method-method::after {
  content: "Default";
  display: inline-block;
  margin-left: 0.6rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #EBF5FA;
  background-color: #20396B;
  padding: 0.1rem 0.45rem;
  border-radius: 3px;
  vertical-align: middle;
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tbody td, body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods td {
  padding: 0.85rem 1rem;
  vertical-align: middle;
  color: #000000;
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tbody td.payment-method-expires, body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods td.payment-method-expires {
  color: #828282;
  white-space: nowrap;
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tbody td.payment-method-actions, body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods td.payment-method-actions {
  text-align: right;
  white-space: nowrap;
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tbody td.payment-method-actions .button, body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods td.payment-method-actions .button {
  display: inline-block;
  padding: 0.4rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tbody td.payment-method-actions .button.delete, body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods td.payment-method-actions .button.delete {
  background-color: transparent;
  color: #c0392b;
  border-color: #c0392b;
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tbody td.payment-method-actions .button.delete:hover, body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods td.payment-method-actions .button.delete:hover {
  background-color: #c0392b;
  color: #fff;
  border-color: #c0392b;
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tbody td.payment-method-actions .button.set-default, body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods td.payment-method-actions .button.set-default {
  background-color: transparent;
  color: #20396B;
  border-color: #20396B;
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tbody td.payment-method-actions .button.set-default:hover, body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods td.payment-method-actions .button.set-default:hover {
  background-color: #20396B;
  color: #EBF5FA;
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content a.button[href*=add-payment-method] {
  display: inline-block;
  padding: 0.65rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  background-color: #20396B;
  color: #EBF5FA;
  border: 1px solid #20396B;
  border-radius: 3px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content a.button[href*=add-payment-method]:hover {
  background-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
  border-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
  color: #EBF5FA;
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content a.button[href*=add-payment-method]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.25);
}
@media (max-width: 768px) {
  body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods thead {
    display: none;
  }
  body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tr {
    display: block;
    border: 1px solid rgb(202.36, 228.68, 241.84);
    border-radius: 4px;
    margin-bottom: 1rem;
    padding: 0.25rem 0;
    border-bottom: 1px solid rgb(202.36, 228.68, 241.84) !important;
  }
  body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tr.default-payment-method td.payment-method-method::after {
    display: block;
    margin-left: 0;
    margin-top: 0.35rem;
    width: fit-content;
  }
  body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem !important;
    border-bottom: 1px solid rgb(214.6, 234.8, 244.9);
    text-align: right;
  }
  body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods td:last-child {
    border-bottom: none;
  }
  body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods td::before {
    content: attr(data-title);
    font-weight: 600;
    color: #20396B;
    text-align: left;
    flex-shrink: 0;
    margin-right: 1rem;
  }
  body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods td.payment-method-actions::before {
    display: none;
  }
  body.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods td.payment-method-actions {
    justify-content: flex-end;
  }
}

body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod {
  border: 1px solid rgb(202.36, 228.68, 241.84);
  border-radius: 4px;
  margin-bottom: 0.75rem;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod:last-child {
  margin-bottom: 0;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod > input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod > input[type=radio]:checked + label {
  color: #20396B;
  font-weight: 700;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod > input[type=radio]:checked + label::before {
  background-color: #20396B;
  border-color: #20396B;
  box-shadow: inset 0 0 0 3px #EBF5FA;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod > input[type=radio]:checked ~ .woocommerce-PaymentBox {
  display: block !important;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod > label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.9rem 1.1rem;
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
  font-size: 0.9rem;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod > label::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 2px solid rgb(153.4, 204.2, 229.6);
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod > label:hover {
  background-color: rgb(173.5568345324, 192.5856115108, 230.6431654676);
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod .woocommerce-PaymentBox {
  padding: 1.25rem;
  border-top: 1px solid rgb(202.36, 228.68, 241.84);
  background-color: #fff;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod .woocommerce-PaymentBox .wc-stripe-payment-method-instruction {
  font-size: 0.82rem;
  color: #828282;
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
  border-left: 3px solid #21759b;
  padding: 0.6rem 0.85rem;
  border-radius: 0 3px 3px 0;
  margin-bottom: 1rem;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod .woocommerce-PaymentBox .wc-stripe-payment-method-instruction strong {
  color: #21759b;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod .woocommerce-PaymentBox .wc-stripe-payment-method-instruction a {
  color: #21759b;
  text-decoration: underline;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod .woocommerce-PaymentBox .wc-stripe-payment-method-instruction a:hover {
  color: #2B363A;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod .woocommerce-PaymentBox #wc-stripe-upe-form {
  border: none;
  padding: 0;
  margin: 0;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod .woocommerce-PaymentBox #wc-stripe-upe-form .wc-stripe-upe-element {
  min-height: 48px;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod .woocommerce-PaymentBox #wc-stripe-upe-form #wc-stripe-upe-errors {
  font-size: 0.85rem;
  color: #c0392b;
  margin-top: 0.5rem;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod .woocommerce-PaymentBox #wc-stripe-upe-form #wc-stripe-upe-errors:empty {
  display: none;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod .woocommerce-PaymentBox .woocommerce-SavedPaymentMethods-saveNew {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #000000;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod .woocommerce-PaymentBox .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  accent-color: #20396B;
  cursor: pointer;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentMethod .woocommerce-PaymentBox .woocommerce-SavedPaymentMethods-saveNew label {
  cursor: pointer;
  line-height: 1.4;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .form-row {
  margin-top: 1.5rem;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .form-row #place_order {
  display: inline-block;
  padding: 0.7rem 1.75rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  background-color: #20396B;
  color: #EBF5FA;
  border: 1px solid #20396B;
  border-radius: 3px;
  cursor: pointer;
  appearance: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .form-row #place_order:hover {
  background-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
  border-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .form-row #place_order:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.25);
}
body.woocommerce-add-payment-method .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .form-row #place_order:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5rem;
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row--first,
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row--last {
  flex: 1 1 calc(50% - 0.75rem);
  min-width: 180px;
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row--wide {
  flex: 0 0 100%;
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .clear {
  display: none;
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.1rem;
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.35rem;
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row label .required {
  color: #c0392b;
  margin-left: 0.1rem;
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input {
  width: 100%;
  padding: 0.55rem 0.75rem;
  font-size: 0.9rem;
  color: #000000;
  background-color: #fff;
  border: 1px solid rgb(186.04, 220.52, 237.76);
  border-radius: 3px;
  box-sizing: border-box;
  appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input:focus {
  outline: none;
  border-color: #20396B;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.12);
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input.woocommerce-invalid-input {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1);
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input.woocommerce-validated {
  border-color: #27ae60;
  box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.1);
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row span[id$=_description] {
  margin-top: 0.35rem;
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row span[id$=_description] em {
  font-size: 0.8rem;
  font-style: italic;
  color: #828282;
  line-height: 1.5;
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  flex: 0 0 100%;
  border: 1px solid rgb(202.36, 228.68, 241.84);
  border-radius: 4px;
  padding: 1.25rem;
  margin: 0.5rem 0 1.25rem;
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  font-size: 0.95rem;
  font-weight: 700;
  color: #20396B;
  padding: 0 0.5rem;
  margin-left: -0.5rem;
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .woocommerce-form-row {
  flex: 0 0 100%;
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .woocommerce-form-row label {
  font-weight: 500;
  color: #828282;
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm > p:last-of-type {
  flex: 0 0 100%;
  margin-top: 0.25rem;
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm > p:last-of-type .woocommerce-Button[name=save_account_details] {
  display: inline-block;
  padding: 0.65rem 1.75rem;
  font-size: 0.9rem;
  font-weight: 700;
  background-color: #20396B;
  color: #EBF5FA;
  border: 1px solid #20396B;
  border-radius: 3px;
  cursor: pointer;
  appearance: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm > p:last-of-type .woocommerce-Button[name=save_account_details]:hover {
  background-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
  border-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm > p:last-of-type .woocommerce-Button[name=save_account_details]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.25);
}
body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm > p:last-of-type .woocommerce-Button[name=save_account_details]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media (max-width: 600px) {
  body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row--first,
  body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row--last {
    flex: 0 0 100%;
  }
}

body.woocommerce-order-received .woocommerce {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-notice--success {
  font-size: 1rem;
  font-weight: 600;
  color: #27ae60;
  background-color: #edfaf1;
  border-left: 4px solid #27ae60;
  padding: 0.85rem 1.1rem;
  border-radius: 0 3px 3px 0;
  margin-bottom: 1.75rem;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-notice--success::before {
  content: "✓ ";
  margin-right: 5px;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  border: 1px solid rgb(202.36, 228.68, 241.84);
  border-radius: 4px;
  overflow: hidden;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview li {
  flex: 1 1 160px;
  padding: 1rem 1.25rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: #828282;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
  border-right: 1px solid rgb(202.36, 228.68, 241.84);
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview li:last-child {
  border-right: none;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview li strong {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #20396B;
  text-transform: none;
  letter-spacing: 0;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview li strong .woocommerce-Price-amount {
  color: #20396B;
}
body.woocommerce-order-received .woocommerce .woocommerce-order > p {
  font-size: 0.9rem;
  color: #828282;
  font-style: italic;
  margin-bottom: 1.75rem;
  padding: 0.75rem 1rem;
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
  border-left: 4px solid rgb(194.2, 224.6, 239.8);
  border-radius: 0 3px 3px 0;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details {
  margin-bottom: 2rem;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #20396B;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #20396B;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details thead tr {
  background-color: #20396B;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details thead th {
  padding: 0.75rem 1rem;
  color: #EBF5FA;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: left;
  border: none;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details thead th.product-total {
  text-align: right;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody tr {
  border-bottom: 1px solid rgb(202.36, 228.68, 241.84);
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody tr:last-child {
  border-bottom: none;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody tr:hover {
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody td {
  padding: 0.85rem 1rem;
  vertical-align: middle;
  color: #000000;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody td.product-name a {
  color: #21759b;
  text-decoration: none;
  font-weight: 500;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody td.product-name a:hover {
  color: #2B363A;
  text-decoration: underline;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody td.product-name .product-quantity {
  color: #828282;
  font-weight: 400;
  margin-left: 0.25rem;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody td.product-total {
  text-align: right;
  font-weight: 600;
  color: #20396B;
  white-space: nowrap;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr {
  border-top: 1px solid rgb(202.36, 228.68, 241.84);
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child {
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child th,
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td {
  font-weight: 700;
  color: #20396B;
  font-size: 1rem;
  border-top: 2px solid #20396B;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr th {
  padding: 0.65rem 1rem;
  text-align: left;
  font-weight: 600;
  color: #828282;
  width: 1%;
  white-space: nowrap;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr td {
  padding: 0.65rem 1rem;
  text-align: right;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1.6;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr td strong {
  color: #20396B;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr td .woocommerce-Price-amount {
  font-weight: 600;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details {
  margin-bottom: 2rem;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  font-size: 1rem;
  font-weight: 700;
  color: #20396B;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #20396B;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details address {
  display: block;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #000000;
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
  border: 1px solid rgb(202.36, 228.68, 241.84);
  border-radius: 4px;
  padding: 1.25rem;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details address p {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  color: #828282;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details address p.woocommerce-customer-details--email::before {
  content: "✉ ";
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details address p.woocommerce-customer-details--phone::before {
  content: "📞 ";
}
@media (max-width: 768px) {
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview li {
    flex: 1 1 calc(50% - 1px);
    border-bottom: 1px solid rgb(202.36, 228.68, 241.84);
  }
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview li:nth-child(even) {
    border-right: none;
  }
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details thead {
    display: none;
  }
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody tr,
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr {
    display: block;
    border: 1px solid rgb(202.36, 228.68, 241.84);
    border-radius: 4px;
    margin-bottom: 0.75rem;
    padding: 0.25rem 0;
  }
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody tr th,
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody tr td,
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr th,
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid rgb(214.6, 234.8, 244.9);
    text-align: right;
  }
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody tr th:last-child,
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody tr td:last-child,
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr th:last-child,
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr td:last-child {
    border-bottom: none;
  }
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody tr th.product-total,
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody tr td.product-total,
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr th.product-total,
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr td.product-total {
    text-align: right;
  }
}
@media (max-width: 480px) {
  body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview li {
    flex: 0 0 100%;
    border-right: none;
  }
}
body.woocommerce-order-received .woocommerce .woocommerce-column--billing-address.col-1, body.woocommerce-order-received .woocommerce .woocommerce-column--shipping-address.col-2 {
  flex: unset;
  width: 100%;
}

body.woocommerce-shop .woocommerce-result-count, body.is-product-cat .woocommerce-result-count, body.is-woocommerce-tax .woocommerce-result-count {
  font-size: 0.85rem;
  color: #828282;
  margin-top: 2rem;
  margin-bottom: 2rem;
  float: left;
}
body.woocommerce-shop .woocommerce-ordering, body.is-product-cat .woocommerce-ordering, body.is-woocommerce-tax .woocommerce-ordering {
  float: right;
  margin-bottom: 1rem;
}
body.woocommerce-shop .woocommerce-ordering .orderby, body.is-product-cat .woocommerce-ordering .orderby, body.is-woocommerce-tax .woocommerce-ordering .orderby {
  padding: 0.45rem 2rem 0.45rem 0.75rem;
  font-size: 0.85rem;
  color: #000000;
  background-color: #fff;
  border: 1px solid rgb(186.04, 220.52, 237.76);
  border-radius: 3px;
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%2320396B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
  transition: border-color 0.2s ease;
}
body.woocommerce-shop .woocommerce-ordering .orderby:focus, body.is-product-cat .woocommerce-ordering .orderby:focus, body.is-woocommerce-tax .woocommerce-ordering .orderby:focus {
  outline: none;
  border-color: #20396B;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.12);
}
body.woocommerce-shop .woocommerce-result-count + *,
body.woocommerce-shop .woocommerce-ordering + *, body.is-product-cat .woocommerce-result-count + *,
body.is-product-cat .woocommerce-ordering + *, body.is-woocommerce-tax .woocommerce-result-count + *,
body.is-woocommerce-tax .woocommerce-ordering + * {
  clear: both;
}
body.woocommerce-shop ul.products, body.is-product-cat ul.products, body.is-woocommerce-tax ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  clear: both;
}
body.woocommerce-shop ul.products li.product, body.is-product-cat ul.products li.product, body.is-woocommerce-tax ul.products li.product {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgb(202.36, 228.68, 241.84);
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
body.woocommerce-shop ul.products li.product:hover, body.is-product-cat ul.products li.product:hover, body.is-woocommerce-tax ul.products li.product:hover {
  box-shadow: 0 4px 16px rgba(32, 57, 107, 0.12);
  transform: translateY(-2px);
}
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__link, body.is-product-cat ul.products li.product .woocommerce-loop-product__link, body.is-woocommerce-tax ul.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  color: inherit;
}
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__link img, body.is-product-cat ul.products li.product .woocommerce-loop-product__link img, body.is-woocommerce-tax ul.products li.product .woocommerce-loop-product__link img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: contain;
  padding: 1rem;
  box-sizing: border-box;
  background-color: rgb(204.964028777, 216.654676259, 240.035971223);
  transition: opacity 0.2s ease;
}
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__link:hover img, body.is-product-cat ul.products li.product .woocommerce-loop-product__link:hover img, body.is-woocommerce-tax ul.products li.product .woocommerce-loop-product__link:hover img {
  opacity: 0.9;
}
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title, body.is-product-cat ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title, body.is-woocommerce-tax ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.4;
  padding: 0.85rem 1rem 0.35rem;
  margin: 0;
  flex: 1;
}
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__link .price, body.is-product-cat ul.products li.product .woocommerce-loop-product__link .price, body.is-woocommerce-tax ul.products li.product .woocommerce-loop-product__link .price {
  display: block;
  padding: 0.25rem 1rem 0.85rem;
  font-size: 1rem;
  font-weight: 700;
  color: #20396B;
}
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__link .price .woocommerce-Price-amount, body.is-product-cat ul.products li.product .woocommerce-loop-product__link .price .woocommerce-Price-amount, body.is-woocommerce-tax ul.products li.product .woocommerce-loop-product__link .price .woocommerce-Price-amount {
  color: #20396B;
}
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__link .price del, body.is-product-cat ul.products li.product .woocommerce-loop-product__link .price del, body.is-woocommerce-tax ul.products li.product .woocommerce-loop-product__link .price del {
  color: #828282;
  font-weight: 400;
  font-size: 0.85rem;
  margin-right: 0.35rem;
}
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__link .price ins, body.is-product-cat ul.products li.product .woocommerce-loop-product__link .price ins, body.is-woocommerce-tax ul.products li.product .woocommerce-loop-product__link .price ins {
  text-decoration: none;
}
body.woocommerce-shop ul.products li.product .add_to_cart_button, body.is-product-cat ul.products li.product .add_to_cart_button, body.is-woocommerce-tax ul.products li.product .add_to_cart_button {
  display: block;
  width: 100%;
  padding: 0.65rem 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #20396B;
  color: #EBF5FA;
  border: none;
  border-top: 1px solid rgb(26.1294964029, 46.5431654676, 87.3705035971);
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
  letter-spacing: 0.02em;
}
body.woocommerce-shop ul.products li.product .add_to_cart_button:hover, body.is-product-cat ul.products li.product .add_to_cart_button:hover, body.is-woocommerce-tax ul.products li.product .add_to_cart_button:hover {
  background-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
  color: #EBF5FA;
}
body.woocommerce-shop ul.products li.product .add_to_cart_button.loading, body.is-product-cat ul.products li.product .add_to_cart_button.loading, body.is-woocommerce-tax ul.products li.product .add_to_cart_button.loading {
  opacity: 0.7;
  cursor: wait;
}
body.woocommerce-shop ul.products li.product .add_to_cart_button.loading::after, body.is-product-cat ul.products li.product .add_to_cart_button.loading::after, body.is-woocommerce-tax ul.products li.product .add_to_cart_button.loading::after {
  content: " …";
}
body.woocommerce-shop ul.products li.product .add_to_cart_button.added, body.is-product-cat ul.products li.product .add_to_cart_button.added, body.is-woocommerce-tax ul.products li.product .add_to_cart_button.added {
  background-color: #27ae60;
  border-color: rgb(34.3309859155, 153.1690140845, 84.5070422535);
}
body.woocommerce-shop ul.products li.product .add_to_cart_button.added::before, body.is-product-cat ul.products li.product .add_to_cart_button.added::before, body.is-woocommerce-tax ul.products li.product .add_to_cart_button.added::before {
  content: "✓ ";
}
body.woocommerce-shop ul.products li.product a.added_to_cart.wc-forward, body.is-product-cat ul.products li.product a.added_to_cart.wc-forward, body.is-woocommerce-tax ul.products li.product a.added_to_cart.wc-forward {
  display: none;
}
body.woocommerce-shop ul.products li.product .screen-reader-text, body.is-product-cat ul.products li.product .screen-reader-text, body.is-woocommerce-tax ul.products li.product .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
body.woocommerce-shop .woocommerce-pagination, body.is-product-cat .woocommerce-pagination, body.is-woocommerce-tax .woocommerce-pagination {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
body.woocommerce-shop .woocommerce-pagination ul.page-numbers, body.is-product-cat .woocommerce-pagination ul.page-numbers, body.is-woocommerce-tax .woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.woocommerce-shop .woocommerce-pagination ul.page-numbers li .page-numbers, body.is-product-cat .woocommerce-pagination ul.page-numbers li .page-numbers, body.is-woocommerce-tax .woocommerce-pagination ul.page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgb(194.2, 224.6, 239.8);
  border-radius: 3px;
  color: #20396B;
  background-color: #fff;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
body.woocommerce-shop .woocommerce-pagination ul.page-numbers li .page-numbers:hover, body.is-product-cat .woocommerce-pagination ul.page-numbers li .page-numbers:hover, body.is-woocommerce-tax .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  background-color: #20396B;
  color: #EBF5FA;
  border-color: #20396B;
}
body.woocommerce-shop .woocommerce-pagination ul.page-numbers li .page-numbers.current, body.is-product-cat .woocommerce-pagination ul.page-numbers li .page-numbers.current, body.is-woocommerce-tax .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background-color: #20396B;
  color: #EBF5FA;
  border-color: #20396B;
  cursor: default;
}
body.woocommerce-shop .woocommerce-pagination ul.page-numbers li .page-numbers.prev, body.woocommerce-shop .woocommerce-pagination ul.page-numbers li .page-numbers.next, body.is-product-cat .woocommerce-pagination ul.page-numbers li .page-numbers.prev, body.is-product-cat .woocommerce-pagination ul.page-numbers li .page-numbers.next, body.is-woocommerce-tax .woocommerce-pagination ul.page-numbers li .page-numbers.prev, body.is-woocommerce-tax .woocommerce-pagination ul.page-numbers li .page-numbers.next {
  font-size: 1rem;
}
@media (max-width: 1024px) {
  body.woocommerce-shop ul.products, body.is-product-cat ul.products, body.is-woocommerce-tax ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  body.woocommerce-shop .woocommerce-result-count,
  body.woocommerce-shop .woocommerce-ordering, body.is-product-cat .woocommerce-result-count,
  body.is-product-cat .woocommerce-ordering, body.is-woocommerce-tax .woocommerce-result-count,
  body.is-woocommerce-tax .woocommerce-ordering {
    float: none;
    display: block;
    width: 100%;
  }
  body.woocommerce-shop .woocommerce-ordering .orderby, body.is-product-cat .woocommerce-ordering .orderby, body.is-woocommerce-tax .woocommerce-ordering .orderby {
    width: 100%;
  }
  body.woocommerce-shop ul.products, body.is-product-cat ul.products, body.is-woocommerce-tax ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  body.woocommerce-shop ul.products, body.is-product-cat ul.products, body.is-woocommerce-tax ul.products {
    grid-template-columns: 1fr;
  }
}

body.single-product .woocommerce {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body.single-product .woocommerce a.woocommerce-product-gallery__trigger {
  display: none !important;
}
body.single-product .woocommerce .product {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  align-items: flex-start;
  margin-bottom: 3rem;
}
body.single-product .woocommerce .product .summary.entry-summary form.cart {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
body.single-product .woocommerce .product .summary.entry-summary form.cart .quantity {
  display: flex;
  align-items: center;
}
body.single-product .woocommerce .product .summary.entry-summary form.cart .quantity label.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
body.single-product .woocommerce .product .summary.entry-summary form.cart .quantity input.qty {
  width: 70px;
  padding: 0.6rem 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  color: #000000;
  background-color: #fff;
  border: 1px solid rgb(186.04, 220.52, 237.76);
  border-radius: 3px;
  appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
body.single-product .woocommerce .product .summary.entry-summary form.cart .quantity input.qty:focus {
  outline: none;
  border-color: #20396B;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.12);
}
body.single-product .woocommerce .product .summary.entry-summary form.cart .single_add_to_cart_button {
  flex: 1;
  padding: 0.7rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
  background-color: #20396B;
  color: #EBF5FA;
  border: 1px solid #20396B;
  border-radius: 3px;
  cursor: pointer;
  appearance: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
body.single-product .woocommerce .product .summary.entry-summary form.cart .single_add_to_cart_button:hover {
  background-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
  border-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
}
body.single-product .woocommerce .product .summary.entry-summary form.cart .single_add_to_cart_button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.25);
}
body.single-product .woocommerce .product .summary.entry-summary form.cart .single_add_to_cart_button:disabled, body.single-product .woocommerce .product .summary.entry-summary form.cart .single_add_to_cart_button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
body.single-product .woocommerce .product .summary.entry-summary form.cart .single_add_to_cart_button.loading {
  opacity: 0.7;
  cursor: wait;
}
body.single-product .woocommerce .product .woocommerce-product-gallery {
  flex: 0 0 45%;
  min-width: 280px;
  opacity: 1 !important;
}
body.single-product .woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  border: 1px solid rgb(202.36, 228.68, 241.84);
  border-radius: 4px;
  overflow: hidden;
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
}
body.single-product .woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image--placeholder img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease;
}
body.single-product .woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image--placeholder img:hover {
  opacity: 0.92;
}
body.single-product .woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: block;
}
body.single-product .woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease;
}
body.single-product .woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img:hover {
  opacity: 0.92;
}
body.single-product .woocommerce .product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
  list-style: none;
  padding: 0;
}
body.single-product .woocommerce .product .woocommerce-product-gallery .flex-control-thumbs li {
  flex: 0 0 calc(25% - 0.375rem);
}
body.single-product .woocommerce .product .woocommerce-product-gallery .flex-control-thumbs li img {
  display: block;
  width: 100%;
  border: 2px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
body.single-product .woocommerce .product .woocommerce-product-gallery .flex-control-thumbs li img:hover, body.single-product .woocommerce .product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border-color: #20396B;
}
body.single-product .woocommerce .product .summary.entry-summary {
  flex: 1 1 320px;
  min-width: 0;
}
body.single-product .woocommerce .product .summary.entry-summary .product_title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #20396B;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
body.single-product .woocommerce .product .summary.entry-summary .price {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: #20396B;
  margin-bottom: 1.25rem;
}
body.single-product .woocommerce .product .summary.entry-summary .price del {
  font-size: 1.1rem;
  font-weight: 400;
  color: #828282;
  margin-right: 0.5rem;
}
body.single-product .woocommerce .product .summary.entry-summary .price ins {
  text-decoration: none;
}
body.single-product .woocommerce .product .summary.entry-summary .price .woocommerce-Price-amount {
  color: #20396B;
}
body.single-product .woocommerce .product .summary.entry-summary .woocommerce-product-details__short-description {
  font-size: 0.9rem;
  line-height: 1.75;
  color: #000000;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgb(202.36, 228.68, 241.84);
}
body.single-product .woocommerce .product .summary.entry-summary .woocommerce-product-details__short-description p {
  margin-bottom: 0.75rem;
}
body.single-product .woocommerce .product .summary.entry-summary .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
body.single-product .woocommerce .product .summary.entry-summary .woocommerce-product-details__short-description p[style*="color: red"], body.single-product .woocommerce .product .summary.entry-summary .woocommerce-product-details__short-description p[style*="color:red"] {
  background-color: #fdf2f2;
  border-left: 3px solid #c0392b;
  padding: 0.65rem 0.85rem;
  border-radius: 0 3px 3px 0;
  font-size: 0.85rem;
  color: #c0392b !important;
}
body.single-product .woocommerce .product .summary.entry-summary .woocommerce-product-details__short-description strong {
  color: #20396B;
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form table.variations {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form table.variations tbody tr {
  display: flex;
  align-items: center;
  gap: 1rem;
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form table.variations tbody tr:not(:last-child) {
  margin-bottom: 0.75rem;
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form table.variations th.label {
  flex: 0 0 auto;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #20396B;
  white-space: nowrap;
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form table.variations th.label label {
  margin: 0;
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form table.variations td.value {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form table.variations td.value select {
  flex: 1;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  font-size: 0.9rem;
  color: #000000;
  background-color: #fff;
  border: 1px solid rgb(186.04, 220.52, 237.76);
  border-radius: 3px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%2320396B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form table.variations td.value select:focus {
  outline: none;
  border-color: #20396B;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.12);
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form table.variations td.value a.reset_variations {
  font-size: 0.8rem;
  color: #828282;
  text-decoration: underline;
  white-space: nowrap;
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form table.variations td.value a.reset_variations:hover {
  color: #2B363A;
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form table.variations td.value a.reset_variations[style*="display: none"], body.single-product .woocommerce .product .summary.entry-summary .variations_form table.variations td.value a.reset_variations[style*="visibility: hidden"] {
  display: none !important;
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form .woocommerce-variation.single_variation {
  display: none !important;
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form .woocommerce-variation-add-to-cart .quantity {
  display: flex;
  align-items: center;
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form .woocommerce-variation-add-to-cart .quantity label.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form .woocommerce-variation-add-to-cart .quantity input.qty {
  width: 70px;
  padding: 0.6rem 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  color: #000000;
  background-color: #fff;
  border: 1px solid rgb(186.04, 220.52, 237.76);
  border-radius: 3px;
  appearance: none;
  transition: border-color 0.2s ease;
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form .woocommerce-variation-add-to-cart .quantity input.qty:focus {
  outline: none;
  border-color: #20396B;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.12);
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form .woocommerce-variation-add-to-cart .quantity input.qty::-webkit-inner-spin-button, body.single-product .woocommerce .product .summary.entry-summary .variations_form .woocommerce-variation-add-to-cart .quantity input.qty::-webkit-outer-spin-button {
  opacity: 1;
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  flex: 1;
  padding: 0.7rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
  background-color: #20396B;
  color: #EBF5FA;
  border: 1px solid #20396B;
  border-radius: 3px;
  cursor: pointer;
  appearance: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
  background-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
  border-color: rgb(22.6071942446, 40.2690647482, 75.5928057554);
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(32, 57, 107, 0.25);
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button:disabled, body.single-product .woocommerce .product .summary.entry-summary .variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
body.single-product .woocommerce .product .summary.entry-summary .variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button.loading {
  opacity: 0.7;
  cursor: wait;
}
body.single-product .woocommerce .product .woocommerce-tabs {
  flex: 0 0 100%;
  margin-top: 1rem;
}
body.single-product .woocommerce .product .woocommerce-tabs ul.wc-tabs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #20396B;
  flex-wrap: wrap;
}
body.single-product .woocommerce .product .woocommerce-tabs ul.wc-tabs li {
  margin: 0;
}
body.single-product .woocommerce .product .woocommerce-tabs ul.wc-tabs li a {
  display: block;
  padding: 0.65rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #828282;
  text-decoration: none;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  transition: color 0.2s ease, background-color 0.2s ease;
}
body.single-product .woocommerce .product .woocommerce-tabs ul.wc-tabs li a:hover {
  color: #20396B;
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
}
body.single-product .woocommerce .product .woocommerce-tabs ul.wc-tabs li.active a {
  color: #EBF5FA;
  background-color: #20396B;
  border-color: #20396B;
}
body.single-product .woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 1.5rem;
  border: 1px solid rgb(202.36, 228.68, 241.84);
  border-top: none;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
}
body.single-product .woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #20396B;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #20396B;
}
body.single-product .woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel p,
body.single-product .woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel li {
  font-size: 0.9rem;
  line-height: 1.75;
  color: #000000;
}
body.single-product .woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
body.single-product .woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel ul li {
  margin-bottom: 0.25rem;
}
body.single-product .woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel b,
body.single-product .woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel strong {
  color: #20396B;
}
body.single-product .woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
body.single-product .woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes tr {
  border-bottom: 1px solid rgb(202.36, 228.68, 241.84);
}
body.single-product .woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes tr:first-child {
  border-top: 1px solid rgb(202.36, 228.68, 241.84);
}
body.single-product .woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes tr:hover {
  background-color: rgb(197.1122302158, 210.6374100719, 237.6877697842);
}
body.single-product .woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th {
  padding: 0.65rem 1rem;
  font-weight: 700;
  color: #20396B;
  text-align: left;
  width: 30%;
  white-space: nowrap;
}
body.single-product .woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes td {
  padding: 0.65rem 1rem;
  color: #000000;
}
body.single-product .woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes td p {
  margin: 0;
}
body.single-product .woocommerce .product .product_meta {
  display: none !important;
}
@media (max-width: 900px) {
  body.single-product .woocommerce .product .woocommerce-product-gallery {
    flex: 0 0 100%;
  }
  body.single-product .woocommerce .product .summary.entry-summary {
    flex: 0 0 100%;
  }
  body.single-product .woocommerce .product .related.products ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  body.single-product .woocommerce .product .summary.entry-summary .variations_form table.variations tbody tr {
    flex-direction: column;
    align-items: flex-start;
  }
  body.single-product .woocommerce .product .summary.entry-summary .variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    flex: 0 0 100%;
    width: 100%;
  }
  body.single-product .woocommerce .product .related.products ul.products {
    grid-template-columns: 1fr;
  }
}

.woocommerce-notices-wrapper ul {
  list-style: none;
}

button.show-password-input {
  display: none;
}

.woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info {
  padding: 0.75rem 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.woocommerce-notices-wrapper .woocommerce-message {
  background-color: rgb(185.3345323741, 201.6115107914, 234.1654676259);
  border-left: 4px solid #20396B;
  color: #20396B;
}
.woocommerce-notices-wrapper .woocommerce-error {
  background-color: #fdf2f2;
  border-left: 4px solid #c0392b;
  color: #c0392b;
}
.woocommerce-notices-wrapper .woocommerce-info {
  background-color: rgb(191.3510638298, 225.8446808511, 241.4489361702);
  border-left: 4px solid #21759b;
  color: #21759b;
}

/* ---------------------------------------------------------------------------
   Guides & Useful Information — guide cards
   --------------------------------------------------------------------------- */
.guides-section .block-summary p {
  font-size: 1.05rem;
}

.guide-card {
  height: 100%;
}

.guide-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transform: translateY(0);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.guide-card__link:hover,
.guide-card__link:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.10);
  border-color: rgba(0, 0, 0, 0.14);
  outline: none;
}

.guide-card__badge-bar {
  padding: 18px 18px 0;
}

.guide-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(32, 57, 107, 0.92);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.guide-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 18px 0;
  flex: 1;
}

.guide-card__title {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  margin: 0;
  color: #000;
}

.guide-card__footer {
  padding: 14px 18px 18px;
}

.guide-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #20396B;
  transition: gap 180ms ease;
}

.guide-card__link:hover .guide-card__cta,
.guide-card__link:focus-visible .guide-card__cta {
  gap: 10px;
}

/*# sourceMappingURL=style.css.map */
