body {
    background: #ffffff;
        font-family: 'Inter';
    color: #323232;
}
.auto-reveal-block {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition:
        opacity .55s cubic-bezier(.22, 1, .36, 1),
        transform .55s cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

.auto-reveal-block.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.auto-reveal-left {
    transform: translate3d(-28px, 0, 0);
}

.auto-reveal-right {
    transform: translate3d(28px, 0, 0);
}

.auto-reveal-zoom {
    transform: scale(.965);
}

@media (prefers-reduced-motion: reduce) {
    .auto-reveal-block {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .auto-reveal-left,
    .auto-reveal-right,
    .auto-reveal-zoom {
        transform: none;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter';
}

.header ion-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    min-width: 1em;
    contain: layout paint;
}

.header [data-header-actions] {
    min-width: 132px;
    flex-shrink: 0;
    justify-content: flex-end;
}

.header [data-header-action] {
    width: 36px;
    min-width: 36px;
    height: 36px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    position: relative;
}

.header #carticon[data-header-action] > a,
.header [data-header-action][href="/cart"] {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header [data-last-order-link][aria-hidden="true"] {
    visibility: hidden;
    pointer-events: none;
}

.header #cartCount,
.header #cartCountMobile {
    width: auto;
    min-width: 16px;
    padding-inline: 4px;
    line-height: 1;
}

@media (max-width: 420px) {
    .header [data-header-actions] {
        min-width: 152px;
        gap: 8px !important;
    }

    .header [data-header-action],
    .header #carticon[data-header-action] > a,
    .header [data-header-action][href="/cart"] {
        width: 32px;
        min-width: 32px;
        height: 32px;
        flex-basis: 32px;
    }
}

[data-search-bar] {
    z-index: 120 !important;
}

[data-overlay] {
    z-index: 110 !important;
}

.header [data-search-toggler] {
    margin-right: 6px;
}

.header #carticon {
    margin-right: 8px;
}

.header {
    width: 100%;
    z-index: 80;
    transition: background-color .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.header--pos-relative {
    position: relative;
}

.header--pos-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.header--mode-push {
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(226, 232, 240, .9);
    box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
}

.header--mode-stack {
    background: rgba(255, 255, 255, var(--header-opacity, 1));
    border-bottom: 1px solid rgba(226, 232, 240, calc(var(--header-opacity, 1) * 0.7));
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
}

.header--mode-stack .header__logo-row,
.header--mode-stack .header__nav-row {
    background: transparent;
}

.header--mode-push .header__logo-row,
.header--mode-push .header__nav-row {
    background: transparent;
}

#header-spacer {
    width: 100%;
    flex: 0 0 auto;
}

blockquote {
	margin: inherit !important;
}

.w-footer {
    background: #064e3b;
    color: #94b89c;
}
.w-footer a {
    color: #94b89c;
}

.w-footer h3, .w-footer h4 {
  color: #ffffff;
    margin-bottom: 30px;
    opacity: 1;
    font-weight: 600;
}
#mainNav a {
  color: #798b64;
}
#mainNav a:hover {
  color: #635548;
}
#mainNav a.active {
  color: #635548;
}
.nav-menu ul li a {
    color: #4b4b4b;
}

.nav-menu ul li a:hover {
    color: #635548;
}

.nav-menu > ul > li:last-child a {
    background: #2e2e2e;
}

.nav-menu > ul > li:last-child a:hover {
    color: #ffffff;
}

.exicon i {
    color: #4b4b4b;
}

.swiper-button-next,
.swiper-button-prev {
    color: #4b4b4b;
}
.list-product {
  padding-right: 30px;
}
img {
 max-width: 100%;
}
iframe,
.masonry .overflow-hidden,
.masonry img,
 .blog-card .card-banner,
.section img,
.articles img,
.blog img,
.anchor,
.desktop [class*="rounded-"]:not(.rounded-full),
.blog-card,
.gallery-item,
.footer-logo-item,
.dropdown {
   border-radius: 32px;
    overflow: hidden;
}
.image-background img {
	border-radius: 32px;
}
#autocomplete-results {
  	border-radius: 12px;
}
.list-article img {
	border-radius: 32px;
}
.box-widget .list img {
	border-radius: 32px;
}
.swiper-slide {
  	border-radius: 32px;
}
.swiper-slide img {
	border-radius: 32px;
}
.teaser img {
border-radius: 32px;
}
.htmlcode img:not(.rounded-full) {
  border-radius: 32px;
}

.teaser img {
	margin-bottom: 16px;
}

.blog img {
    border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
}
.w-footer {
  padding: 0px 0;
}

.footer-row {
  display: grid;
  gap: 32px;
  margin-bottom: 32px;
}
.footer-row.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.footer-row.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.footer-row.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.footer-row.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.footer-row.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.footer-row.columns-1 {
    grid-template-columns: repeat(1, 1fr);
}

.footer-menu-list {
  display: inline-block;
  margin: 16px 0;
}
.footer-menu-list li {
  display: inline-block;
  margin-right: 26px;
}
.email-floating  {
 position: fixed;
	bottom: 65px;
	right: 30px;
 cursor: pointer;
		 z-index:99;
	color: #fff;
 background: rgb(18, 140, 126);
 width: 55px;
 height: 55px;
 text-align: center;
 line-height:65px;
 padding: 0;
 margin: 0;
 border-radius: 100%;
}

.email-floating i {
	font-size: 30px;

}
.email-popup {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 1;
	transition: bottom .2s;
}

.email-popup .floating-wpp-button {
	position: relative;
	border-radius: 50%;
	box-shadow: 1px 1px 4px rgba(60,60,60,.4);
	transition: box-shadow .2s;
	cursor: pointer;
	overflow: hidden;
	background: #eee !important;
}

.email-popup .floating-wpp-button img, .email-popup .floating-wpp-button svg {
	position: absolute;
	width: 55%;
	height: auto;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
}

.email-popup:hover {
	bottom: 55px;
}

.email-popup:hover .floating-wpp-button {
	box-shadow: 1px 2px 8px rgba(60,60,60,.4);
}

.email-popup .floating-wpp-popup {
	border-radius: 6px;
	background-color: #E5DDD5;
	position: absolute;
	overflow: hidden;
	padding: 0;
	box-shadow: 1px 2px 8px rgba(60,60,60,.25);
	width: 0;
	height: 0;
	bottom: 0;
	opacity: 0;
	transition: bottom .1s ease-out,opacity .2s ease-out;
	transform-origin: bottom;
}

.email-popup .floating-wpp-popup.active {
	padding: 0 12px 12px;
	width: 260px;
	height: auto;
	bottom: 82px;
	right: 0;
	opacity: 1;
}

.email-popup .floating-wpp-popup .floating-wpp-message {
	background-color: #fff;
	padding: 8px;
	border-radius: 0 5px 5px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.15);
	opacity: 0;
	transition: opacity .2s;
}

.email-popup .floating-wpp-popup.active .floating-wpp-message {
	opacity: 1;
	transition-delay: .2s;
}

.email-popup .floating-wpp-popup .floating-wpp-head  {
	text-align: right;
	color: #fff;
	margin: 0 -15px 10px;
	padding: 6px 12px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.email-popup .floating-wpp-input-message {
	background-color: #fff;
	margin: 10px -15px -15px;
	padding: 0 15px;
	display: flex;
	align-items: center;
}

.email-popup .floating-wpp-input-message textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: none;
	padding: 8px;
	margin: 10px 0;
	width: 100%;
	max-width: 100%;
	font-family: inherit;
	font-size: inherit;
	resize: none;
}

.email-popup .floating-wpp-btn-send {
	margin-left: 12px;
	font-size: 0;
	cursor: pointer;
}
.products .cartbox .box-widget {
	position: sticky;
	top: 50px;
}
.whatsapp-floating  {
 position: fixed;
	bottom: 65px;
	right: 30px;
 cursor: pointer;
		 z-index:99;
	color: #fff;
 background: rgb(18, 140, 126);
 width: 55px;
 height: 55px;
 text-align: center;
 line-height:65px;
 padding: 0;
 margin: 0;
 border-radius: 100%;
}

.whatsapp-floating i {
	font-size: 30px;

}
.whatsapp-popup {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 99;
	transition: bottom .2s;
}

.whatsapp-popup .floating-wpp-button {
	position: relative;
	border-radius: 50%;
	box-shadow: 1px 1px 4px rgba(60,60,60,.4);
	transition: box-shadow .2s;
	cursor: pointer;
	overflow: hidden;
	background: #25D366 !important;
}

.whatsapp-popup .floating-wpp-button img, .whatsapp-popup .floating-wpp-button svg {
	position: absolute;
	width: 85%;

	height: auto;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
}

.whatsapp-popup:hover {
	bottom: 55px;
}

.whatsapp-popup:hover .floating-wpp-button {
	box-shadow: 1px 2px 8px rgba(60,60,60,.4);
}

.whatsapp-popup .floating-wpp-popup {
	border-radius: 6px;
	background-color: #E5DDD5;
	position: absolute;
	overflow: hidden;
	padding: 0;
	box-shadow: 1px 2px 8px rgba(60,60,60,.25);
	width: 0;
	height: 0;
	bottom: 0;
	opacity: 0;
	transition: bottom .1s ease-out,opacity .2s ease-out;
	transform-origin: bottom;
}

.whatsapp-popup .floating-wpp-popup.active {
	padding: 0 12px 12px;
	width: 260px;
	height: auto;
	bottom: 82px;
	right: 0;
	opacity: 1;
}

.whatsapp-popup .floating-wpp-popup .floating-wpp-message {
	background-color: #fff;
	padding: 8px;
	border-radius: 0 5px 5px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.15);
	opacity: 0;
	transition: opacity .2s;
}

.whatsapp-popup .floating-wpp-popup.active .floating-wpp-message {
	opacity: 1;
	transition-delay: .2s;
}

.whatsapp-popup .floating-wpp-popup .floating-wpp-head  {
	text-align: right;
	color: #fff;
	margin: 0 -15px 10px;
	padding: 6px 12px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.whatsapp-popup .floating-wpp-input-message {
	background-color: #fff;
	margin: 10px -15px -15px;
	padding: 0 15px;
	display: flex;
	align-items: center;
}

.whatsapp-popup .floating-wpp-input-message textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: none;
	padding: 8px;
	margin: 10px 0;
	width: 100%;
	max-width: 100%;
	font-family: inherit;
	font-size: inherit;
	resize: none;
}

.whatsapp-popup .floating-wpp-btn-send {
	margin-left: 12px;
	font-size: 0;
	cursor: pointer;
}
.btn-wrap a + a {
   margin: 10px 30px;
}
/* =====================================================
  BUTTON WRAPPER
  ===================================================== */

.btnedit {
   width: 100%;
}

.btn-wrap {
   gap: 12px;
   flex-wrap: wrap;
}

.btn-wrap.text-left {
   justify-content: flex-start;
}

.btn-wrap.text-center {
   justify-content: center;
}

.btn-wrap.text-right {
   justify-content: flex-end;
}


/* icon inside button */
.btn-wrap .btn i {
   font-size: 1em;
   line-height: 1;
}

.btn-sm {
   padding: 6px 12px;
}

.btn-md {
   padding: 10px 20px;
}

.btn-lg {
   padding: 14px 28px;
}


@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled,.btn:disabled {
    opacity: .65
}

a.btn.disabled,fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #064e3b;
    border-color: #064e3b
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #064e3b;
    border-color: #064e3b
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-success.disabled,.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-info.disabled,.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-light.disabled,.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-dark.disabled,.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-outline-primary {
    color: #064e3b;
    border-color: #064e3b
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #064e3b;
    border-color: #064e3b
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #064e3b;
    border-color: #064e3b
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-link {
    font-weight: 400;
    color: #064e3b;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled,.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-block {
    display: block;
    width: 100%
}

/* PRIMARY THEME MAPPER */
.desktop [class*="bg-blue-"] { background-color: #064e3b !important;  }
.text-blue-600 { color: #064e3b !important;  }
.text-primary { color: #064e3b !important; }
.from-blue-600 { background-color: #064e3b !important;  }
.bg-primary { background-color: #064e3b !important; }
.border-primary { border-color: #064e3b !important; }
.text-blue-600:hover { color: #064e3b !important; }
/* HOVER STATES */
.hover\:text-primary:hover { color: #064e3b !important; opacity: 0.8; }
.hover\:bg-primary:hover { background-color: #064e3b !important; filter: brightness(90%); }
.group:hover .group-hover\:text-primary { color: #064e3b !important; }
.group:hover .group-hover\:bg-primary { background-color: #064e3b !important; }
.shadow-primary { --tw-shadow-color: #064e3b; --tw-shadow: var(--tw-shadow-colored); }

/* ACCOUNT DROPDOWN FIX */
#accountMenu .account-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 0.5rem;
  width: 14rem;
  background-color: white;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  overflow: hidden;
  padding: 0.5rem 0;
}

.account-popup {
   z-index: 9999 !important;
}

#accountMenu.is-active .account-popup {
   opacity: 1 !important;
   visibility: visible !important;
}

#accountMenu .is-hidden {
  display: none !important;
}
/* Badge Utama untuk Alamat */
.labels .badge.utama {
    background-color: #fef2f2; /* red-50 */
    color: #ef4444; /* red-500 */
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 2px 10px;
    border-radius: 9999px;
    border: 1px solid #fee2e2; /* red-100 */
    display: inline-block;
    line-height: normal;
    margin-bottom: 10px;
}

.voucher-message {
  font-size: 13px;
  color: #777;
  margin-top: 6px;
}

.voucher-list {
  max-height: 320px;
  overflow-y: auto;
  padding: 10px 18px;
}

.voucher-item {
  border-radius: 0px;
  display: flex;
  gap: 10px;
  position: relative;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 10px #eee;
    border: 1px solid #fff;
  transition: all 0.15s ease;
}

.voucher-item:hover {
  background: #fff6f6;
  border-color: #f1a5a5;
  border: 1px solid #f1a5a5;
}
.voucher-item p {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;

}
.voucher-item .noter {
  text-align: left;
}
.voucher-item .noter .expiry {
  font-size: 12px !important;
  color: #888;
  margin-bottom: 0px;
}
.voucher-item .noter .min {
  font-size: 12px !important;
  color: red;
  margin-bottom: 0px;
}
.voucher-item .noter .mt-1 {
  font-size: 14px;
}

.voucher-item .code {
  font-weight: 600;
   max-width: 120px;
  min-width: 120px;
  box-sizing: border-box;
  overflow: hidden;
    text-align: center;
  padding: 40px 10px 30px;
  border-left: 4px dashed #fff;
background-color: #064e3b;
}
.voucher-item .font-semibold {
  font-size: 20px;
  color: #fff;
}
.voucher-item.active {
  border-color: #d33;
  background: #fff0f0;
  position: relative;
}

.voucher-item.active::after {
  content: "âœ“";
  position: absolute;
  right: 10px;
  top: 8px;
  color: #d33;
  font-weight: bold;
}

.voucher-item .title {
  font-weight: 600;
  font-size: 14px;
  color: #222;
}

.voucher-item .desc {
  font-size: 13px;
  color: #555;
  margin-top: 4px;
}

.voucher-item .meta {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}

.voucher-footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 18px;
  border-top: 1px solid #eee;
  background: #fafafa;
}

.voucher-btn {
  border: none;
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 16px;
  cursor: pointer;
  font-weight: 500;
}

.voucher-btn.primary {
  background: #d33;
  color: #fff;
}

.voucher-btn.primary:hover {
  background: #b92a2a;
}

.voucher-btn.light {
  background: #f2f2f2;
  color: #444;
}

.voucher-btn.gray {
  background: #f5f5f5;
  color: #666;
}

.voucher-loading {
  text-align: center;
  color: #999;
  padding: 12px 0;
}
#cancelVoucher {
  margin-top: 8px;
  font-size: 12px;
  color: red;
  text-decoration: underline;
  margin-left: 20px;
}
.voucher-item .code .text-xs {
  position: absolute;
  left: 40px;
  top: 8px;
  font-weight: normal;
  background: #d94030;
  color: #fff;
  padding: 2px 10px;
  font-size: 10px;
}
.saving-info {
  text-align: right;
  color: #d33;
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}
.voucher-status {
  display: flex;
  align-items: center;
  gap: 6px;
}

.voucher-active {
  color: #16a34a;
  font-size: 13px;
  font-weight: 500;
}

.payment-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid #eee;
}

.payment-list {
  max-height: 65vh;
  overflow-y: auto;
  padding: 15px 20px;
}

.payment-item {
  border: 1px solid #ddd;
  padding: 12px 15px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  transition: 0.15s all ease-in-out;
}
.payment-item:hover {
  border-color: #ff6f3c;
  background: #fff8f4;
}

.payment-item.active {
  border-color: #ffd1c0;
  background: #fff0e9;
  position: relative;
}


.payment-item.active::after {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    color: #ff6f3c;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.payment-item .label {
  font-weight: 600;
  color: #333;
}

.payment-item .desc {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}

.payment-item .fee {
  font-size: 12px;
  color: #999;
  margin-right: 30px;
  margin-top: 2px;
}

.payment-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 30px 20px 0;
  border-top: 1px dashed #ddd;
}



.courier-item {
 border: 1px solid #eee;
 border-radius: 0px;
 padding: 15px;
 display: flex;
 font-size: 12px;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 10px;
 cursor: pointer;
 transition: all 0.2s ease;
 background: #f5f5f5;
}
.courier-item .info p {
 align-items: center;
 display: flex;
 margin-bottom: 0;
}
.courier-item  .price {
 margin-right: 0px;
}
.courier-item:hover {
 border-color: #ff6f3c;
 background: #fff8f4;
}

.courier-item.active {
 border-color: #ffd1c0;
 background: #fff0e9;
 position: relative;
}

.courier-item.active::after {
  content: "\f058";
 font-family: "Font Awesome 5 Free";
 font-size: 16px;
 color: #ff6f3c;
 position: absolute;
 right: 5px;
 top: 4%;
 transform: translateY(-4%);
}

#confirmCourier:disabled {
 opacity: 0.5;
 cursor: not-allowed;
}

#confirmCourier:hover:not(:disabled) {
 background: #b01111 !important;
}
