@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
:root {
    --main-color: #004851;
    --main-color-rgb: 0,72,81;
    --secondary-color: #282828;
    --secondary-color-rgb: 40,40,40;
    --color-text: #004851;
    --color-link: #004851;
    --color-tonal: #2EA092;
    --title-color: #282828;
    --bg-color: #515154;
    --bg-color-light: #f6f1e9;
    --bg-main-color-light: #E6F3F4;
    --bg-color-dark: #004851;
    --color-border: #004851;
    --color-link-dark: #ffffff;
    --bg-color-dark-text: #ffffff;
    --color-heading-subtitle-dark: rgba(255, 255, 255, 0.5);
    --cnvs-header-height: 60px;
    --page-color: #F7F4EF;
    --header-height-lg: 152px;
    
    --color-red: #E7381C;
    --color-red-light: #FDEBE8;
    --color-gray: #a5a5a5;
    --color-gray-dark: #515154;
    --color-gray-light: #d0d0d0;
    --color-gray-lighter: #ededed;
    --color-green: #4CA150;
    --color-yellow: #FA9F4A;
    --color-light-green: #7FF084;
    --color-sns-line: #00B900;
}
#gotoTop {
	z-index: 10;
}
#gotoTop:hover {
	background-color: var(--secondary-color);
}
body, h1, h2, h3, h4, h5, h6, .product-title h3 a, .single-product .product-title h2 a {
	color: var(--title-color);
	font-family: "Poppins", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
}
body {
	font-size: 1.0625rem;
}
h1, #page-title h1 {
	font-size: 2.625rem;
}
h2 {
	font-size: 1.875rem;
}
h3 {
	font-size: 1.25rem;
}
p {
	font-size: 1.0625rem;
}
.font-weight-bold {
    font-weight: 500 !important;
}
.fs-12 {
	font-size: 0.675rem !important;
}
.fs-13 {
	font-size: 0.8125rem !important;
}
.fs-14 {
	font-size: 0.875rem !important;
}
.fs-15 {
	font-size: 0.9375rem !important;
}
.fs-16 {
	font-size: 1rem !important;
}
.fs-17 {
	font-size: 1.0625rem !important;
}
.fs-18 {
	font-size: 1.125rem !important;
}
.fs-20 {
	font-size: 1.25rem !important;
}
.fs-24 {
	font-size: 1.5rem !important;
}
.fs-30 {
	font-size: 1.875rem !important;
}
.fs-32 {
	font-size: 2rem !important;
}
.fs-36 {
	font-size: 2.25rem !important;
}
.fs-40 {
	font-size: 2.5rem !important;
}
.fs-48 {
	font-size: 3rem !important;
}
.fw2 {
    font-weight: 200 !important;
}
.fw3 {
    font-weight: 300 !important;
}
.fw4 {
    font-weight: 400 !important;
}
.fw5 {
    font-weight: 500 !important;
}
.fw6 {
    font-weight: 600 !important;
}
.fw7 {
    font-weight: 700 !important;
}
.fw8 {
    font-weight: 800 !important;
}
.fw9 {
    font-weight: 900 !important;
}
.lh1 {
    line-height: 1 !important;
}
.rounded {
    border-radius: 10px !important;
}
.heading-block h1 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--title-color);
}
.heading-block > span:not(.before-heading) {
    font-weight: 400;
	color: #6c757d;
}
.heading-block h1 + span {
    font-size: 1.0625rem;
}
.d-title h5 {
	font-weight: normal;
}
.d-title .fancy-title h5 {
    font-size: 1.0625rem;
	font-weight: 400;
	color: #6c757d;
}
.d-title h1.color {
    font-size: 40px;
	line-height: 1.4;
	font-weight: 500;
	color: #282828 !important;
}
a {
	transition: all 0.2s ease;
	cursor: pointer;
    color: var(--title-color);
}
a:hover {
    color: var(--main-color);
}
.font-oswald {
  font-family: "Oswald", sans-serif !important;
}
.font-noto-sans {
    font-family: "Noto Sans TC", sans-serif !important;
}
.material-symbols-outlined {
	font-family: 'Material Symbols Outlined';
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	font-weight: 300;
	transition: all 0.2s ease;
    vertical-align: middle;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24
}
.material-symbols-outlined.fill {
  font-variation-settings:
  'FILL' 1,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24
}
.material-symbols-outlined.fs-18 {
    transform: translateY(-2px);
}
.menu-link, .sub-menu-container .menu-item > .menu-link {
	color: var(--secondary-color);
}
.button {
    font-size: 1.0625rem;
	border-radius: 10px;
	background-color: var(--main-color);
    text-shadow: none;
    font-weight: 500;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.button:not(.button-reveal) {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}
.button:hover {
	background-color: var(--bg-main-color-light) !important;
    color: var(--main-color) !important;
    text-shadow: none !important;
}
.button.button-rounded {
    border-radius: 10px;
}
.button.rounded-0 {
    border-radius: 0 !important;
}
.button.button-mini {
    font-size: 0.9375rem;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: normal;
}
.button.button-border {
    padding-top: 7px;
    padding-bottom: 7px;
    border-width: 1px;
    font-weight: 500;
}
.button.button-border-thin {
    padding-top: 7px;
    padding-bottom: 7px;
}
.button.button-border-color {
	border-color: var(--main-color);
	color: var(--main-color);
}
.button.button-yellow {
    background-color: #FA9F4A;
}
.button.button-border-gray {
    border-color: #A5A5A5;
    background-color: #ededed;
    color: #A5A5A5;
}
.button.button-border-gray.bg-white {
    background-color: #ffffff;
}
.button.disabled, .button.button-border-color.disabled, .button.button-dark:disabled, .button.error {
	background-color: #EDEDED;
	border-color: transparent;
	color: #A5A5A5;
	pointer-events: none;
	cursor: default;
	text-shadow: none;
}
.button.disable, .button.error {
    pointer-events: inherit;
    cursor: pointer;
}
.button.button-light:hover {
	color: #fff;
}
[class^="col-"] > .button {
    padding-top: 0.57135rem;
    padding-bottom: 0.57135rem;
}
[class^="col-"] > .button.button-border, [class^="col-"] > .button.button-border-thin {
    padding-top: 0.50885rem;
    padding-bottom: 0.50885rem;
}
.owl-carousel {
  touch-action: pan-y;
  -webkit-user-drag: none; 
}

select.sm-form-control, select.form-control {
    color: #515154;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23004851' d='M12 14.708L6.692 9.4l.708-.708l4.6 4.6l4.6-4.6l.708.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 24px;
    padding-right: 24px;
}
select.sm-form-control {
    padding-top: 0.44635rem;
    padding-bottom: 0.44635rem;
}
select.sm-form-control:has(option[value=""]:checked), select.form-control:has(option[value=""]:checked) {
    color: #a5a5a5;
}
.color {
    color: var(--main-color) !important;
}
.color-tonal {
    color: var(--color-tonal) !important;
}
.color-red {
    color: var(--color-red) !important;
}
.color-yellow {
    color: var(--color-yellow) !important;
}
.color-green {
    color: var(--color-green) !important;
}
.color-gray {
    color: var(--color-gray) !important;
}
.color-gray-dark {
    color: var(--color-gray-dark) !important;
}
.color-gray-light {
    color: var(--color-gray-light) !important;
}
.color-gray-lighter {
    color: var(--color-gray-lighter) !important;
}
.color-light-green {
    color: var(--color-light-green) !important;
}
.color-sns-line {
    color: var(--color-sns-line) !important;
}
.bg-light {
    background-color: var(--bg-main-color-light) !important;
}
.bg-gray-light {
    background-color: var(--color-gray-lighter) !important;
}
.bg-main-color-light  {
    background-color: var(--bg-main-color-light ) !important;
}
.bg-red-light  {
    background-color: var(--color-red-light ) !important;
}
.bg-dark {
    background-color: var(--bg-color-dark) !important;
}
.badge {
    font-size: 0.8125rem;
    padding: 0.1rem 0.25rem;
    border-radius: 0.25rem;
    font-weight: normal;
}
.badge-primary {
    background-color: var(--bg-main-color-light);
    color: var(--main-color);
}
.badge-default {
    background-color: var(--main-color);
    color: #fff;
    padding: 2px 6px;
    display: inline-block;
    font-size: 0.9375rem;
    margin-right: 0.25rem;
    border-radius: 0.25rem;
}
.card-header, .card-footer {
    padding: 0.75rem;
}
.card-body {
    padding: 0.75rem;
}
.card-header h1, .card-header h2, .card-header h3, .card-header h4 {
    font-weight: 500;
}

#content p {
    line-height: 1.4;
}

label {
    color: #A5A5A5;
    font-weight: 500;
    font-size: 0.8125rem;
    margin-bottom: 0.25rem;
    letter-spacing: 0;
}
label.radio-style-1-label, label.radio-style-2-label, label.radio-style-3-label, label.checkbox-style-1-label, label.checkbox-style-2-label, label.checkbox-style-3-label {
    color: #282828;
    font-size: 1.0625rem;
    font-weight: 400;
}
.checkbox-style-1-label:before, .radio-style-1-label:before, .checkbox-style-2-label:before, .radio-style-2-label:before, .checkbox-style-3-label:before, .radio-style-3-label:before {
    border: 1px solid #d0d0d0;
    border-radius: 0.25rem;
    font-size: 0.9375rem;
    margin-right: 0.5rem;
	transform: translateY(-2px);
}
.radio-style-1-label:before, .radio-style-2-label:before, .radio-style-3-label:before {
    border-radius: 50%;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-themecolor, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-themecolor, .checkbox-style:checked + .checkbox-style-1-label:before, .checkbox-style:checked + .checkbox-style-2-label:before, .checkbox-style:checked + .checkbox-style-3-label:before, .radio-style:checked + .radio-style-3-label:before {
    background-color: var(--main-color);
}
.checkbox-style-3-label, .radio-style-3-label {
    font-size: 17px;
    font-weight: normal;
}
.checkbox-style:disabled + .checkbox-style-3-label {
    pointer-events: none;
    opacity: 0.5;
}

/*select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23282828' d='M11.625 14.913q-.175-.063-.325-.213l-4.6-4.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.9 3.9l3.9-3.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-4.6 4.6q-.15.15-.325.213t-.375.062t-.375-.062'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 24px;
}*/

.overflow-scroll-y {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
}
overflow-scroll-y::-webkit-scrollbar {
    margin-top: 3px;
    height: 3px;
    display: block;
}
overflow-scroll-y::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

#wrapper, #content {
	background-color: var(--page-color);
}
.top-cart-number {
	background-color: #E7381C;
}
#copyrights .container.border-top {
	border-top-color: rgba(210,210,210,0.1) !important;
}
#widget_nav-tree_bg {
	background-color: var(--bg-color-light);
}
#page-title {
	background-color: #F3EFE9;
}
#page-title h1 {
    color: var(--main-color);
    font-size: 1.875rem;
	font-weight: 500;
}
.breadcrumb a, .breadcrumb-item + .breadcrumb-item::before {
    color: #515151;
    opacity: 0.55;
    transition: all 0.2s ease;
}
.breadcrumb a:hover {
    opacity: 1;
}
.entry-title h2 a, .entry-title h3 a, .entry-title h4 a {
	color: var(--title-color);
}
#widget_nav-tree_bg .widget-title h4 {
	color: var(--title-color) !important;
}
.posts-carousel.posts-md .entry-title.title-sm h3, .product-title h3 {
	font-size: 1.0625rem;
}
.process-steps li.active a, .process-steps li.ui-tabs-active a, .sidenav > .ui-tabs-active > a, .sidenav > .ui-tabs-active > a:hover, .owl-carousel .owl-nav [class*=owl-]:hover, .widget-filter-links li.active-filter span, .add-to-cart-checkout, .button.button-3d:hover {
	background-color: var(--main-color) !important;
}
.page-item .page-link {
	background-color: transparent !important;
	border: none !important;
	color: #A5A5A5;
	font-size: 0.9375rem;
}
.page-item .page-link span.material-symbols-outlined {
	font-size: 1.25rem;
}
.page-item.active .page-link, .page-link:hover, .page-link:focus {
    background-color: transparent !important;
	color: var(--main-color) !important;
}
.page-item.active .page-link {
	border-bottom: solid 2px var(--main-color) !important;
}
.page-item.disabled .page-link {
	color: #A5A5A5;
}
.add-to-cart-checkout:hover {
	background-color: var(--scondary-color);
}
.shopping-process .process-steps li.active::before, .shopping-process .process-steps li.active::after {
    border-color: var(--main-color) !important;
}

@media (min-width: 576px) {
    .modal-sm {
        max-width: calc(327px + 2rem);
    }
}
@media (min-width: 992px) {
	.primary-menu:not(.on-click) .menu-item:not(.mega-menu) .sub-menu-container::after {
		background-color: var(--main-color);
	}
	/*.header-size-sm .header-wrap-clone {
        height: calc(var(--header-height-lg) + 1px) !important;
    }*/
}
@media (max-width: 991.98px) {
    .container {
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
	/*body {
		font-size: 1.25rem;
	}*/
	h1, #page-title h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 1.875rem;
	}
	h3 {
		font-size: 1.25rem;
	}
	/*p {
		font-size: 1.25rem;
	}*/
   .heading-block h1, .d-title h1 {
       font-size: 1.875rem;
    }
    .heading-block h1 {
        font-size: 30px;
        line-height: 1.5;
    }
    .heading-block h1 + span {
        font-size: 20px;
    }
    .d-title h1.color {
		font-size: 30px;
		line-height: 1.5;
	}
    .d-title .fancy-title h5 {
        font-size: 1.25rem;
    }
}

#slider .flex-control-nav {
	top: auto;
	right: 50%;
	bottom: 20px;
	transform: translateX(50%);
}
.slider-arrow-left, .slider-arrow-right, .flex-prev, .flex-next, .slider-arrow-top-sm, .slider-arrow-bottom-sm {
    z-index: 7;
}

.flex-control-nav li {
	width: auto;
}
.flex-control-nav li a {
	border: none;
	background-color: var(--bg-color);
	opacity: 0.5;
	transition: all 0.2s ease;
	width: 0.625rem !important;
  height: 0.625rem !important;
	border-radius: 0.3125rem;
}
.flex-control-nav li:hover a, .flex-control-nav li a.flex-active, .owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--main-color);
	opacity: 1;
}
.flex-control-nav li a.flex-active {
	width: 1.25rem !important;
}
.owl-carousel .owl-dots .owl-dot {
	border-radius: 4px;
}
.owl-carousel .owl-dots .owl-dot.active {
	width: 16px;
}
.owl-carousel .owl-nav [class*=owl-] {
    opacity: 1;
    border: none;
    color: var(--main-color);
    background-color: transparent;
    font-size: 2rem;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
    border: none;
    color: var(--color-tonal) !important;
    background-color: transparent !important;
}
.owl-carousel:hover .owl-nav [class*=owl-] {
    left: -36px;
}
.owl-carousel:hover .owl-nav .owl-next {
    left: auto;
    right: -36px;
}
.owl-carousel .owl-nav .disabled {
    display: block !important;
    color: var(--color-gray-light) !important;
}
@media (max-width: 991.98px) {
    .slider-element .container {
        padding-left: 0;
        padding-right: 0;
    }

    .owl-carousel.w-90-md {
        width: 90%;
    }
    .w-90-md.owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    .w-90-md.owl-carousel .owl-nav {
        display: none;
    }
    .w-90-md.owl-carousel .owl-dots {
        width: calc(100% + 10%);
    }
}

#faq-page-02 .bg-color {
	background: linear-gradient(to right,  rgba(var(--main-color-rgb),0.8) 0%,rgba(var(--main-color-rgb),1) 100%);
}
.border-color .button {
	background-color: var(--main-color);
}
.border-color .button:hover {
	opacity: 0.8;
}
.page-banner:before {
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.4);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.product-image .flex-control-nav.flex-control-thumbs {
	margin: 10px -10px 0 0;
}
.product-image .flex-control-nav.flex-control-thumbs li {
	margin: 0 10px 0 0;
}

#header {
	border-bottom: 0px solid transparent;
}
#header-wrap {
	background-color: #004851;
}
.header-row {
	position: relative;
	z-index: 3;
}
.header-misc a {
	color: #fff;
}
.header-misc a:hover {
	color: rgba(255,255,255,0.7);
}
.svg-trigger path {
	stroke: #fff;
}
#header.style_05 #top-search-box .input-group {
	border: none;
	background-color: rgba(255,255,255,0.2);
}
#top-search-box .form-control {
	background-color: transparent;
	color: #fff;
}
#header.style_05 #top-search-box .btn {
	color: rgba(255,255,255,0.6);
}
#header.style_05 #top-search-box .form-control::placeholder {
	color: #fff !important;
    opacity: 0.6;
}
#header.style_05 #header-wrap:before {
	content: '';
	display: block;
	width: 100%;
	height: 60px;
	background-color: #004851;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
}
.style_05 #top_promote h5 {
	font-weight: normal;
}
.style_05 #top_promote h5 a {
	color: #282828;
}
.sub-menu-container .menu-item > .menu-link {
    font-size: 1rem;
}
.top-cart-action {
    padding: 0;
}
.top-cart-action .button {
    padding-left: 1rem;
    padding-right: 1rem;
}
.top-cart-action .button:hover {
    background-color: var(--bg-main-color-light) !important;
    color: var(--main-color) !important;
    text-shadow: none !important;
}
.top-cart-item-desc, .top-cart-item-price, .top-cart-item-quantity, .top-cart-product-delete {
    font-size: 0.9375rem;
}
.top-cart-item-desc a {
    color: #282828 !important;
    font-size: 1.0625rem;
    font-weight: 500;
    margin-bottom: 0;
}
.top-cart-item-desc a:hover {
    color: var(--main-color) !important;
}
a.top-cart-product-delete {
    color: #a5a5a5 !important;
	font-size: 1.375rem;
}
a.top-cart-product-delete:hover {
    color: #515154 !important;
}
.top-cart-item-price {
    color: #515154;
    min-width: 50%;
}
.top-cart-item-image {
    position: relative;
    aspect-ratio: 1 / 0.666;
    overflow: hidden;
    width: 70px;
    height: auto;
    border-width: 1px;
    border-radius: 10px;
}
.top-cart-item-image a, .top-cart-item-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.top-cart-item-image img {
  object-fit: cover;
  object-position: center center;
}
.top-cart-content .top-cart-items {
	/*max-height: calc(100vh - 195px);
	max-height: calc(100dvh - 192px);*/
	max-height: 450px;
	overflow-y: auto;
}

@media (max-width: 991.98px) {
    #header {
        z-index: 19;
    }
	#header.style_05 #header-wrap:before {
		height: 50px;
	}
	.primary-menu {
		position: relative;
	}
	.primary-menu:before {
		display: block;
		content: '';
		width: 100vw;
		height: 100%;
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -50vw;
		background-color: #fff;
	}
	#logo {
		height: 50px;
	}
    .sticky-header #header-wrap {
        border-bottom: none;
    }
    .top-cart-content {
        width: 100%;
        height: auto;
        top: -100%;
        left: 0;
        right: 0;
        z-index: -999;
        opacity: 0;
		visibility: hidden; 
    
		-webkit-transition: top .3s ease, opacity .3s ease, visibility .3s ease;
		-o-transition: top .3s ease, opacity .3s ease, visibility .3s ease;
		transition: top .3s ease, opacity .3s ease, visibility .3s ease;
    }
    .top-cart-open .top-cart-content {
        top: 50px;
        z-index: 0;
        opacity: 1;
		visibility: visible;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }
    .top-cart-content .top-cart-items {
        max-heigth: 70vh;
        overflow-y: auto;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
	#top-cart .top-cart-content {
		max-width: 343px !important;
		right: 60px !important;
		left: auto;
	}
}
@media (max-width: 575.98px) {
	.primary-menu-open .primary-menu .menu-container {
		min-height: calc(100vh - 50px);
	}
}
@media (min-width: 992px) {
	#header, #header-wrap, .sticky-header #header-wrap {
		background-color: #F7F4EF;
	}
    .sticky-header.sticky-header-shrink #header-wrap {
		background-color: #fff;
	}
	.sticky-header-shrink .primary-menu > .menu-container > .menu-item > .menu-link {
		color: #fff;
	}
	.style_05 .sub-menu-container {
		border-top: none;
	}
	.top-cart-content {
		border: none;
        top: 45px;
	}
	#header.style_05.sticky-header-shrink #header-wrap:after {
		height: 0;
		transform: translateY(-60px);
	}
	/*#header.style_05 #header-wrap:after {
		display: block;
		content: '';
		width: 100%;
		height: 32px;
		left: 0;
		top: 60px;
		background-color: #fff;
		position: absolute;
		z-index: 1;
		transition: all 0.2s ease;
	}*/
    .top-cart-content {
        width: 343px;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .primary-menu > .menu-container > .menu-item > .menu-link {
        font-size: 1rem;
    }
    .sticky-header-shrink .primary-menu > .menu-container > .menu-item > .menu-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.heading-block::after {
	display: none;
}

.search-badges .badge {
    background-color: var(--bg-main-color-light);
	font-weight: normal;
	transition: all 0.2s ease;
}
.search-badges .badge:hover {
    background-color: var(--main-color);
    color: #fff !important;
}
.title-block {
    padding: 0 0 0 12px;
    border-left: 7px solid var(--main-color);
    border-radius: 5px;
}
.search-badges .badge:hover {
	color: var(--bg-main-color-light);
	background-color: var(--main-color);
}
#footer {
	background-color: var(--main-color);
}
#footer, #footer a, #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #copyrights {
	color: #ffffff;
}
#footer a:hover {
	color: #E6F3F4;
}
#footer .footer-widgets-wrap {
    padding: 40px 0;
}
.nav-tree li a, .nav-tree ul ul a {
    letter-spacing: 0;
}
#footer-nav .nav-tree {
	margin-bottom: 0;
}
#footer-nav .nav-tree ul {
	margin: 0;
}
#footer-nav .nav-tree li a {
	padding-left: 0;
}
#footer-nav .nav-tree li.sub-menu a span {
	display: inline-block;
	width: calc(100% - 24px);
}
#footer-nav .nav-tree li a i.icon-angle-down {
	font-size: 1.125rem;
	line-height: 1;
}
#footer-nav .nav-tree li:hover > a, #footer-nav .nav-tree li.current > a, #footer-nav .nav-tree li.active > a {
    color: #E6F3F4 !important;
}
#footer-nav .nav-tree ul li:hover a {
	color: #E6F3F4;
}
#footer-nav .nav-tree > ul > li > a {
	font-size: 1.0625rem;
	font-weight: 500;
}
#footer-nav .nav-tree ul ul li a {
	font-size: 0.875rem;
	font-weight: 300;
}
#footer-community .social-icon {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
}
#footer-community .social-icon:hover i:first-child {
    margin-top: -30px;
}
#footer-community .social-icon [class^="icon-"]:before {
    content:'';
    display: block;
    width: 30px;
    height: 30px;
}
#footer-community .social-icon .icon-facebook:before {
    background: url('/archive/image/si-facebook.svg') no-repeat center center;
    background-size: 90% 90%;
}
#footer-community .social-icon .icon-instagram:before {
    background: url('/archive/image/si-instagram.svg') no-repeat center center;
    background-size:  90% 90%;
}
#footer-community .social-icon .icon-line:before {
    background: url('/archive/image/si-line.svg') no-repeat center center;
    background-size:  90% 90%;
}
#footer-community .social-icon .icon-youtube:before {
    background: url('/archive/image/si-youtube.svg') no-repeat center center;
    background-size:  90% 90%;
}
#footer-community .social-icon .icon-tiktok:before {
    background: url('/archive/image/si-tiktok.svg') no-repeat center center;
    background-size:  90% 90%;
}
#footer-nav-bar {
    position: fixed;
    z-index: 11;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 -3px 5px rgba(81,81,84,0.1);
}
.footer-nav-item a {
    display: block;
    text-align: center;
    color: var(--main-color);
    font-size: 13px;
    padding: 0.25rem 0.25rem 0.03rem 0.25rem;
}
.footer-nav-item i {
    font-size: 1.625rem;
}
.footer-nav-item i svg {
    transform: translateY(-6px);
}
.footer-nav-item .material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}
.footer-nav-item .active .material-symbols-outlined {
    font-variation-settings:
        'FILL' 1
}
.footernavmodal {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 100px);
	height: calc(100dvh - 100px);
    background: #fff;
    z-index: 8;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
    background-color: #F7F4EF;
}
.footernavmodal.is-active {
    transform: translateY(0);
    bottom: 50px;
}
.footernavmodal .nav-tree > ul {
    margin: 0;
}
.footernavmodal .nav-tree li a {
    font-size: 1.0625rem;
    font-weight: 500;
    padding: 8px 1rem;
    display: flex;
    justify-content: space-between;
}
.footernavmodal .nav-tree > ul > li {
    margin-top: 4px;
}
.footernavmodal .nav-tree > ul > li:first-child {
    margin-top: 0;
}
.footernavmodal .nav-tree > ul > li > a {
    background-color: #fff;
}
.footernavmodal .nav-tree > ul > li.sub-menu ul {
    background-color: #f7f7f7;
}
.footernavmodal .nav-tree > ul > li.sub-menu li {
    position: relative;
}
.footernavmodal .nav-tree > ul > li.sub-menu li:before {
    content:'';
    display: block;
    width: calc(100% - 2rem);
    height: 1px;
    position: absolute;
    left: 1rem;
    top: 0;
    background-color: #d0d0d0;
}
.footernavmodal .nav-tree > ul > li.sub-menu li:first-child:before {
    display: none;
}
.nav-tree li a i.icon-angle-down {
    font-size: 1.0625rem;
}

@media (min-width: 992px) {
	#footer-nav .nav-tree > ul.sub-menu > li:hover > a {
		color: #fff !important;
	}
	#footer-nav .nav-tree li a i.icon-angle-down {
		display: none;
	}
	#footer-text {
		position: relative;
	}
	#footer-text:before {
		display: block;
		content: '';
		width: 1px;
		height: calc(100% + 42px);
		position: absolute;
		left: -40px;
		bottom: -40px;
		background-color: rgba(210, 210, 210, 0.1);
	}
	#footer-copyright {
		font-size: 0.875rem;
	}
    #footer-nav-bar {
        display: none;
    }
}
@media (max-width: 991.98px) {
    #footer {
        padding-bottom: 50px;
    }
	#footer .footer-widgets-wrap {
		padding-bottom: 0;
	}
	#footer-text:before {
		display: block;
		content: '';
		width: 100%;
		height: calc(100% + 41px);
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: #fff;
	}
	#footer-text, #footer-text h1, #footer-text h2, #footer-text h3, #footer-text h4, #footer-text h5, #footer-text p {
		color: var(--main-color);
	}
	#footer-text > * {
		position: relative;
	}
	#footer-nav .nav-tree > ul > li {
		position: relative;
	}
	#footer-nav .nav-tree > ul > li:after {
		display: block;
		content: '';
		width: calc(100% + 30px);
		height: 1px;
		background-color: #4C7F85;
		position: absolute;
		left: -15px;
		bottom: 0;
	}
    #footer-nav .nav-tree > ul > li > a {
        padding: 12px 0 12px 0;
    }
    #footer-nav .nav-tree ul ul a {
        padding: 8px 0 8px 0;
    }
	#footer-copyright {
		font-size: 0.675rem;
	}
    .stretched #gotoTop {
        bottom: 70px;
    }
}

/* Content Area */
#slider .fslider {
	border-radius: 10px;
}
.content-wrap {
	padding: 30px 0;
}
#is-content ul.dropdown-menu {
	padding-left: 0;
}
.post-grid .entry {
    margin-bottom: 0;
}
.post-grid .entry .entry-image {
    margin-bottom: 10px;
}
@media (max-width: 991.98px) {
    .content-wrap {
        padding: 15px 0;
    }
	#slider .fslider {
		border-radius: 0;
	}
    #page-title {
        padding: 10px 0;
        text-align: left;
    }
    #page-title h1 {
        display: none;
    }
    #page-title .breadcrumb {
        margin-top: 0 !important;
        justify-content: flex-start;
    }
    #page-title .breadcrumb {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        justify-content: flex-start;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .full-width-xs {
	  margin-left: -15px !important;
	  margin-right: -15px !important;
    }
    #sidebar_l01, #sidebar_l02, #sidebar_l03, #sidebar_l04, #sidebar_l05 {
        display: none;
    }
    #box_main.article > *:not(.post-grid):first-child {
        margin-top: -15px;
        margin-left: -15px;
        margin-right: -15px;
    }
}
/* Producct List */
#view-type .btn-sm {
	border: solid 1px #D0D0D0;
	transition: all 0.2s ease;
    font-size: 20px;
}
#view-type .active.btn-sm {
	background-color: #fff;
}
#view-type .btn-sm:hover {
	background-color: rgba(255,255,255,0.7);
}
.product .card {
	border-color: #D0D0D0;
}
.product .product-image {
	border-radius: 0;
}
.shop .product .product-image .image-content > div, 
.oc-item .product .product-image .image-content > div {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 0.66;
	overflow: hidden;
}
.shop .product .product-image a,
.shop .product .product-image img, 
.oc-item .product .product-image a,
.oc-item .product .product-image img{
	display: block;
	width: 100%;
	height: 100%;
}
.shop .product .product-image img, 
.oc-item  .product .product-image img {
	object-fit: cover;
	object-position: center center;
}
.shop.list-view .product .product-image img {
	object-fit: contain;
}
.shop.list-view .product .product-footer {
	padding-top: 8px;
	border-top: solid 1px #EDEDED;
}
.product-image .sale-flash {
	min-width: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}
.product-image .badge {
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 4px;
}
.product-image .badge.badge-new {
	border: solid 1px #E7381C;
	color: #E7381C;
	text-transform: uppercase;
	background-color: rgba(255,255,255,0.7);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.product-image .badge.inventory_empty {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    background-color: rgba(40, 40, 40, 0.35);
	font-size: 0.9375rem;
	font-weight: 500;
    color: #fff;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.shop .product-desc, .oc-item .product-desc {
	padding: 0.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.shop .product-price-box, .shop .price-box, .oc-item .product-price-box, .oc-item .price-box {
	line-height: 1.3;
}
.shop .product-price-box, .oc-item .product-price-box {
    margin-top: auto;
    min-height: 58px;
	padding-bottom: 12px;
}
.shop .product-price-box .product-price, .oc-item .product-price-box .product-price {
	margin-bottom: 0;
	font-size: 1.25rem;
}
.shop:not(.list-view) .product-desc h3, .oc-item .product-desc h3 {
	font-size: 1.25rem
}
.shop .product-desc h3 a, .oc-item .product-desc h3 a {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
     -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	min-height: 3.75rem;
}
.product-tag {
	min-width: 72px;
}
.product-tag .tag {
	display: inline-block;
	border-radius: 0.25rem;
	background-color: #f5f5f5;
	padding: 0.25rem;
	line-height: 1;
}
.single-product .product-inner {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.single-product .product-tag .tag {
    margin-top: 0.5rem;
}
.tag.tag-vegi {
	background-color: #DBFDD1;
	color: #4CA150;
}
.product-badge .badge {
	background-color: #E6F3F4;
	color: #004851;
	display: inline-block;
	padding: 0.25rem;
	line-height: 1;
	font-size: 1rem;
	font-weight: normal;
	margin: 0 0.25rem 0.25rem 0;
}
.single-product .product-badge .badge {
    font-size: 1.0625rem;
}
.product-price-box {
	display: flex;
	width: 100%;
	justify-content: space-between;
	border-top: solid 1px #EDEDED;
	margin-top: 0.5rem;
	padding-top: 0.5rem;
}
.product-price-box .product-price .product-price-sell {
	font-size: 1.25rem;
}
.product-price-box .product-price .product_price_list, .product-price-box .product-price .product_price_list del, .price-box .product_price_list del {
	font-size: 0.9375rem;
}
.product-price-box .product_price_sell {
	color: var(--main-color);
}
.product-item-action a, .product-actions a {
	color: #515154;
    font-size: 30px;
    line-height: 1;
    display: inline-block;
}
.product-item-action a:hover, .product-actions a:hover {
	color: var(--main-color);
}
.add-to-fav.active .material-symbols-outlined {
	font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
	color: var(--main-color) !important;
}
.add-to-fav .icon-heart {
    color: var(--main-color) !important;
}
.product-sale {
	font-size: 1.0625rem;
}
.product .input-group-prepend .btn, .product .input-group-append .btn {
    border: solid 1px #d0d0d0;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 1.5rem;
}
.product .input-group-prepend .btn {
    border-radius: 10px 0 0 10px !important;
}
.product .input-group-append .btn {
    border-radius: 0 10px 10px 0 !important;
}
.product .input-group-sm > .form-control:read-only {
    background-color: #fff;
    border: solid 1px #d0d0d0;
    border-left: none;
    border-right: none;
    border-radius: 0 !important;
    height: 35px;
    line-height: 33px;
}

.single-product .product-sale {
    font-size: 1.0625rem;
}
.product_media img {
    width: 100%;
}
.single-product .flex-prev, .single-product .flex-next, .single-product .flex-prev:hover, .single-product .flex-next:hover {
    background-color: transparent !important;
}
.single-product .product-title h1 {
    font-size: 2.5rem;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.25;
}
.single-product .product-title h2 {
    font-size: 1.875rem;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.25;
}
.single-product .product_price_list del.ml-3 {
    margin-left: 0 !important;
}
.product_detail_block .toggle-content .toggle-content-inner {
    padding: 12px 16px;
    background-color: #F7F7F7;
    border-radius: 10px;
}
.single-product .product-image .slide {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.single-product .product-image .slide a,
.single-product .product-image .slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.single-product .product-image .slide img {
  object-fit: contain;
  object-position: center center;
}
.product-faq-list .toggle {
    border-bottom: solid 1px #dee2e6;
    padding: 16px 0;
    margin-bottom: 0;
}
.product-faq-list .toggle:last-child {
    border-bottom: none;
}
.product-faq-list .toggle .toggle-title {
    font-weight: 400;
    color: var(--title-color);
}
.product-faq-list .material-symbols-outlined {
    font-size: 20px;
}
.product-faq-list .toggle-header .icon {
    padding: 0 0 0 5px;
}
@media (max-width: 1199.98px) {
    .single-product .product-title h1 {
        font-size: 1.5rem;
    }
}
@media (max-width: 767.98px) {
	.product-tag {
    	min-width: 54px;
	}
    .product-h-xs .product-tag {
		transform: translateY(0);
	}
	.product-image .badge {
		font-size: 0.8125rem;
	}
    .product-image .badge.inventory_empty {
		font-size: 1.0625rem;
	}
    /*.product-sale, .product-badge .badge {
        font-size: 0.9375rem;
    }*/
    
    .product-h-xs .grid-inner.card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .product-h-xs .product-image {
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
    }
    .product-h-xs .product-desc {
        -ms-flex: 0 0 58%;
        flex: 0 0 58%;
        max-width: 58%;
        margin-top: 0;
    }
    .product-h-xs .product-image .image-content, .product-h-xs .product-image .image-content div, .product-h-xs .product-image .image-content a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .shop .product.product-h-xs .product-image img {
        object-fit: contain;
    }
    .product-image .flex-control-nav.flex-control-thumbs {
        display: none;
    }
}

/* Product Detail Sticky Tabs */
.product-detail-content img {
    margin: 0px -20px;
    max-width: calc(100% + 40px);
}
.product-detail-content .row img {
    margin: inherit;
    max-width: 100%;
}
.product-detail-content > *:first-child > img {
    margin-top: -20px;
}
.product_detail_block .tab-pane:not(last-child) .product-detail-content {
    padding: 20px;
}
.product_detail_block .nav-tabs.sticky {
    position: fixed;
    z-index: 10;
    top: 50px;
    width: 100%;
    background-color: #fff;
}
.product_detail_block .sticky + .tab-content {
    padding-top: 45px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .menu-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 992px) {
    .product_detail_block .nav-tabs.sticky {
        top: 60px;
        width: 526px;
    }
}
@media (min-width: 1200px) {
    .product_detail_block .nav-tabs.sticky {
        width: 631px;
    }
}
@media (min-width: 1440px) {
    .product_detail_block .nav-tabs.sticky {
        width: 735px;
    }
}
@media (max-width: 767.98px) {
    .product-detail-content .section {
        overflow: inherit;
    }
    .product-detail-content .row img {
        margin: 0px -20px;
        max-width: calc(100% + 40px);
    }
}

/* List Line */
.shop.list-line .product .card {
	flex-direction: row;
}
.shop.list-line .product .product-image {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
}
.shop.list-line .product .product-image .image-content {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
}
.shop.list-line .product .product-desc {
    position: relative;
    width: 100%;
    padding: 15px 15px 5px 15px;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
}
@media (min-width: 768px) {
    .shop.list-line .product.col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
	.shop.list-line .product-desc {
        display: flex;
        flex-direction: column;
    }
}

/* Product Detail */
.copy-toast {
    position: fixed;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    display: none;
    z-index: 9999;
}
.single-product span.product_price_list, .single-product span.product_price_sell {
    display: block;
}
.single-product span.product_price_list {
    font-size: 1.0625rem;
}
.product_event_list {
    list-style: none;
}
.product_event_list li {
    display: flex;
    width: 100%;
    margin-top: 0.5rem;
    color: #282828;
}
.product_event_list li span {
    margin-right: 0.3rem;
    white-space: nowrap;
    width: 88px;
    min-width: 88px;
}
.product_event_list li span i {
    display: block;
    font-style: normal;
    padding: 0 4px;
    background-color: var(--color-red-light);
    color: var(--color-red);
    border-radius: 0.25rem;
    text-align: center;
}
.product_event_list li.na span i {
    color:#515154;
    background-color: #EDEDED;
}
.read-more-wrap .read-more-trigger {
    width: 100%;
    padding: 12px 0;
    text-align: center;
    background-color: #fff;
    bottom: 0;
    left: 0;
    color: var(--main-color);
    font-size: 0.9375rem;
}

.readmore-block {
    position: relative;
    transition: max-height 0.4s ease-in-out;
    padding-bottom: 0; 
    overflow: hidden;
}
.readmore-block .read-more-trigger {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 47.5px;
    line-height: 47.5px;
    background: #fff;
    text-align: center;
    z-index: 5;
    color: var(--main-color);
    font-size: 0.9375rem;
}
.readmore-block:not(.is-expanded)::after {
    content: "";
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(transparent, white);
    pointer-events: none;
}
.no-readmore.readmore-block:not(.is-expanded)::after {
    bottom: 0;
    height: 5px;
}

.play-icon {
    position: relative;
    display: block;
    font-size: 18px;
    margin: 20px 0 0 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: rgba(81, 81, 84, 0.7);
    color: #FFF !important;
    text-align: center;
    transition: all .3s ease;
}
.product_media a:hover .play-icon {
    background-color: rgba(81, 81, 84, 0.9);
}
.product_brief {
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    background-color: #F3EFE9;
    padding: 15px;
    border-radius: 10px;
}
.product_brief ul, .product_brief ol {
    margin-left: 1.5rem;
}
.product_detail_block {
    background-color: #fff;
    border-radius: 10px;
}
.product_detail_block .tab-content ul, .product_detail_block .tab-content ol {
    margin: inherit;
    padding: inherit;
}
.product_detail_block #tab_0 h3 {
    color: var(--main-color);
    font-size: 2.5rem;
}
.product_detail_block #tab_0 h4 {
    color: #282828;
    font-size: 1.875rem;
}
.product_detail_block #tab_0 p {
    line-height: 1.5;
}
.product_media {
    border-radius: 10px;
    overflow: hidden;
}
.nav-tabs .nav-link {
    border-radius: 0;
}
.nav-tabs .nav-link:first-child {
    border-top-left-radius: 10px;
}
.nav-tabs .nav-link:last-child {
    border-top-right-radius: 10px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-color: transparent transparent transparent;
}
.nav.nav-tabs .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    font-weight: 500;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-color: transparent;
    border-bottom: 3px solid var(--main-color);
    top: -2px;
    color: var(--main-color);
}
.toggle-title, .accordion-title {
    font-size: 1.0625rem;
    font-weight: 500;
}
.quantity-title {
    background-color: transparent;
}
.quantity .plus, .quantity .minus {
    font-weight: normal;
    font-size: 1.5rem;
}
.product .quantity .input-group-prepend .btn, .product .quantity .input-group-append .btn {
    border: 0px transparent;
}
.product .quantity .input-group-sm .form-control {
    border-top: 0px transparent;
    border-bottom: 0px transparent;
    border-left: solid 1px #D0D0D0;
    border-right: solid 1px #D0D0D0;
}
.add-to-cart-checkout {
    background-color: #fff !important;
    border: solid 1px var(--main-color);
    color: var(--main-color);
    text-shadow: none;
    padding-top: 7px;
    padding-bottom: 7px;
}
.product-spec, .product-shipping, .product-share, .product-fav {
    color: #a5a5a5;
}
.product-share a, .product-fav a {
    color: #515154;
    transition: all 0.2s ease;
}
.product-share a:hover, .product-fav a:hover {
    color: var(--main-color);
}
.product-share i, .product-fav i {
    font-size: 24px;
}
.product-spec span, .product-shipping span {
    color: #282828;
    margin-left: 0.25rem;
}
.product-image .flex-control-nav.flex-control-thumbs {
    flex-wrap: wrap;
}
.product-image .flex-control-nav.flex-control-thumbs li {
    margin-bottom: 12px;
    border: solid 1px #D0D0D0;
}
#cart_modal.modalbottom .modal-content .modal-body {
    max-height: none;
    overflow-x: inherit;
    overflow-y: inherit;
}
#cart_modal .cart-product-name {
    font-size: 1.25rem;
	font-weight: 500;
}
#cart_modal .product-price ins {
    font-size: 1.25rem;
}
#cart_modal .product-price del {
    font-size: 0.9375rem;
}
#cart_modal .quantity {
    border: none;
}
#cart_modal .add-to-fav {
    padding: 8px 6px;
    text-align: center;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 12px;
    line-height: 1;
    color: var(--color-gray-dark);
}
#cart_modal .quantity .plus, #cart_modal .quantity .minus, #cart_modal .quantity .qty {
    height: 50px;
    background-color: #fff;
    border: none;
}
#cart_modal .quantity .qty {
    width: 100%;
}
#cart_modal .add-to-fav i {
    font-size: 24px;
}
#cart_modal .button {
    padding: 13px 16px;
    border-radius: 0;
}
.modal-header .close {
	padding: 18px 12px;
}
@media (min-width: 576px) {
    #cart_modal .modal-dialog {
        max-width: 450px;
    }
}
@media (max-width: 991.98px) {
    .product_brief {
        background-color: #fff;
        box-shadow: none;
        margin-left: 0;
        margin-right: 0;
    }
    .product-desc.sticky-sidebar {
        padding-top: 15px;
        margin-top: 0;
    }
    .product-sticky-cart {
        position: fixed;
        z-index: 99;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
    }
    .product_detail_block {
        margin-right: -15px;
        margin-left: -15px;
    }
    .product-sticky-cart .button {
        line-height: 50px;
    }
    .product-sticky-cart .quantity .plus, 
    .product-sticky-cart .quantity .minus, 
    .product-sticky-cart .quantity .qty {
        height: 50px;
        background-color: #fff;
    }
    #form_cart .product-sticky-cart .quantity .qty {
        border: none;
    }
    .product-sticky-cart .button {
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 0;
        padding-left: 16px;
        padding-right: 16px;
    }
    .product-sticky-cart .add-to-fav {
        padding: 8px 6px;
        text-align: center;
        width: 50px;
        height: 50px;
        display: block;
        font-size: 12px;
        line-height: 1;
        color: var(--color-gray-dark);
    }
    .product-sticky-cart .add-to-fav i {
        font-size: 24px;
    }
    .product-desc {
        background-color: #fff;
    }
    .product-share {
        width: 100%;
        margin-top: 20px;
    }
    .product-share a {
        display: inline-block;
        padding: 4px 8px 2px 8px;
        border-radius: 6px;
        color: #fff;
        background-color: var(--main-color);
        font-size: 0.9375rem;
    }
    .product-share i, .product-fav i {
        font-size: 20px;
    }
    .product-share i {
        transform: translateY(-2px);
    }
}
@media (max-width: 767.98px) {
    .product-inner {
        margin: -15px -15px 0 -15px;
    }
    .product-image, .product-desc {
        background-color: #fff;
    }
    .product-desc {
        padding: 15px;
        padding-top: 16px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }
	.single-product .product .sticky-sidebar-wrap {
		padding-bottom: 0 !important;
	}
	.product-desc.sticky-sidebar {
		padding: 0;
		box-shadow: none;
	}
    .product_event_block {
        background-color: #fff;
        padding: 15px;
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 10px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }
    .read-more-wrap {
        height: 19rem !important;
        transition: all 0.2s ease;
    }
    .read-more-wrap.read-more-wrap-open {
        height: auto !important;
        padding-bottom: 42px;
    }
    .nav.nav-tabs .nav-item {
        font-size: 0.9375rem;
    }
    .product_detail_block #tab_0 p {
        font-size: 1.25rem;
    }
    #cart_modal .cart-product-name {
        font-size: 1.0625rem;
    }
}
@media (min-width: 768px) {
    .product-inner {
        background-color: #fff;
        border-radius: 10px;
        padding: 50px 50px;
    }
}
@media (min-width: 992px) {
    .product-inner {
        padding: 50px 100px;
    }
    .quantity {
        border: solid 1px #D0D0D0;
        border-radius: 10px;
        overflow: hidden;
    }
    .quantity .plus, .quantity .minus, .quantity .qty {
        background-color: #fff;
    }
    .quantity .qty, .single-product .quantity .qty {
        border-left: solid 1px #D0D0D0;
        border-right: solid 1px #D0D0D0;
    }
	.cart-product-quantity .quantity {
		border: none;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .product-share a span, .product-fav a span {
        display: none;
    }
}
@media (min-width: 1200px) {
    .col-lg-left {
        -ms-flex: 0 0 642px;
        flex: 0 0 642px;
        max-width: 642px;
    }
}
@media (min-width: 1440px) {
    .col-lg-left {
        -ms-flex: 0 0 818px;
        flex: 0 0 818px;
        max-width: 818px;
    }
	.product_media, .product_detail_block {
		width: 735px;
	}
}

/* User */
#div_username_check_result, #div_password_check_result.input-group-append, #div_password_2_check_result {
    position: relative;
}
.input-wrap {
	border: 2px solid #DDD;
	background-color: #fff;
	padding: 0 14px;
}
.sm-form-control, .form-control {
    padding: 8px 12px;
	font-size: 1.0625rem;
	font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
	border-radius: 10px !important;
    border: 1px solid #DDD;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    color: #282828;
}
.sm-form-control:focus, .form-control:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 2px 2px #E6F3F4;
}
input::placeholder {
    color: var(--color-gray) !important;
}
.sm-form-control[disabled], 
.sm-form-control[readonly], 
fieldset[disabled] .sm-form-control,
.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control {
    border-color: #d0d0d0;
    color: #A5A5A5;
    background-color: #eee;
}
.input-group > .form-control:first-child, .input-group > .sm-form-control:first-child {
    border-radius: 10px 0 0 10px !important;
}
.input-group > .input-group-text, .input-group > .btn {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    border-radius: 0 10px 10px 0;
}
.input-group > .btn:hover {
	background-color: var(--bg-main-color-light) !important;
    color: var(--main-color) !important;
    border-color: rgba(0,0,0,0.1);
}
.input-daterange.input-group .input-group-prepend .input-group-text {
    border: none !important;
    background-color: transparent !important;
}
.input-daterange.input-group >  input:first-child, .input-daterange.input-group >  input:last-child {
    border-radius: 10px !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s;
}
.input-error-txt, .input-hint-txt, .input-error-txt span.color, .input-error-txt span.text-danger {
	display: none;
}
.error + .input-error-txt, 
.button.disabled + .input-error-txt, 
.button.disabled + .input-hint-txt, 
.button.disabled + .input-error-txt span.color,
.button.error + .input-error-txt span.text-danger {
	display: block;
}
.passcode-success {
	position: absolute;
	right: 20px;
	top: 12px;
	color: #4CA150;
	font-size: 0.9375rem;
	display: none;
}
.success ~ .passcode-success {
	display: block;
}
.input-check {
	color: #A5A5A5;
}
.input-check .checked {
	color: #4CA150;
}
.content-terms {
	height: 50vh;
	overflow-y: auto;
}
.input-group-append .input-group-text i, .input-check i {
    font-style: normal;
    font-size: 0.875rem;
}
#div_username_check_result .input-group-text, #div_password_check_result.input-group-append .input-group-text, #div_password_2_check_result .input-group-text {
    padding: 0.15rem 0;
}
.mask-display {
    width: 42px;
    height: 42px;
    background: url('/user/image/icon-visibilityoff.svg') no-repeat center center;
    position: absolute;
    right: 5px;
    top: 0;
}
.mask-display.show {
    background: url('/user/image/icon-visibility.svg') no-repeat center center;
}

.ml-initial {
	margin-left: inherit !important;
}
.progress-container {
    height: 3px;
    background: #D0D0D0;
    border-radius: 4px;
    overflow: hidden;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.progress-bar {
    height: 100%;
    background: var(--main-color);
    width: 0%;
    transition: width 0.2s ease;
}
.page-info {
    font-size: 12px;
    color: #666;
    white-space: nowrap;
}
#content .modal-body p {
	font-size: 1.0625rem;
	line-height: 1.4;
}
#agree_check_card .form-check-label {
    font-size: 0.9375rem;
    color: #282828;
}
#agree_check_card .checkbox-style-3-label:before {
    width: 16px;
    height: 16px;
    padding: 0;
    font-size: 0.6875rem;
    line-height: 16px;
    transform: translateY(-2px);
}
#agree_check_card.error {
    border: solid 1px #E42C3E !important;
}
#agree_check_card.error  .checkbox-style-3-label:before {
     border-color: #E42C3E;   
}
#agree_check_card.card-agreement-error {
     border-color: #E42C3E !important;   
}
#div_mobile_check_result .input-group-text {
    padding-left: 0;
    padding-right: 0;
    border: none;
    background-color: transparent;
}

/* User Styles */
.user-features .feature-box {
    line-height: 28px;
}
.user-block-top:before {
    content:'';
    display: block;
    width: calc(100% + 30px);
    height: 198px;
    background-color: var(--main-color);
    position: absolute;
    left: -15px;
    top: -30px;
}
.user-avatar {
  position: relative;
  width: 50px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: #EDEDED;
    border: solid 2px #d0d0d0;
}
.user-avatar span,
.user-avatar img {
  display: block;
  width: 100%;
  height: 100%;
}
.user-avatar span {
    text-align: center;
    line-height: 46px;
}
.user-avatar i {
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;
}
.user-avatar img {
  object-fit: contain;
  object-position: center center;
}
/*.user-card .material-symbols-outlined, .card-title .material-symbols-outlined {
    transform: translateY(0.1rem);
}
.card-footer .button .material-symbols-outlined {
    transform: translateY(-1px);
}*/
.user-level-tag {
    display: inline-block;
    padding: 0.3rem 1rem;
    border-radius: 5px;
    background-color:#EDEDED;
    font-size:0.9375rem;
    color: var(--color-gray-dark);
}
.process-bar {
    background-color: rgba(0,0,0,0.2);
    height: 8px;
    border-radius: 0.5rem;
    margin: 4px 0;
    overflow: hidden;
}
.process-bar .process {
    height: 100%;
    background: linear-gradient(to right,  #2ea092 0%,#004851 100%);
    display: block !important;
    border-radius: 0.5rem;
}
.material-symbols-outlined {
    font-size: inherit;
}
.button .material-symbols-outlined, .btn .material-symbols-outlined {
    font-size: 24px;
}
.modal-body .input-group-append .btn .material-symbols-outlined {
    transform: translateY(0);
}
.user-bonus {
    list-style: none;
    margin-bottom: 0;
    display: flex;
}
.user-bonus li {
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
}
.user-bonus li:first-child {
    padding-left: 0;
}
.user-bonus li:last-child {
    padding-right: 0;
}
.user-bonus li:before {
    content:'';
    display: block;
    width: 1px;
    height: 80%;
    left: 0;
    top: 10%;
    position: absolute;
    background-color: rgba(0,0,0,0.1);
}
.user-bonus li:first-child:before {
    display: none;
}
.card {
    border-radius: 10px;
    overflow: hidden;
}
.card.card-shadow {
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.card.card-gray {
    background-color: #F7F7F7;
}
.card-header, .card-footer {
    background-color: #fff;
}
.card-title {
    display: flex;
    justify-content: space-between;
}
.card-title a {
    display: flex;
    gap: 4px;
    align-items: center;
}
.card-title a i {
    transform: translateY(-1px);
}
.user-features .fbox-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 0.25rem;
    font-size: 28px;
    padding: 0;
    color: var(--color-tonal);
    transition: all 0.2s ease;
}
.user-order-status-list a:hover .fbox-content p {
    color: #000;
}
.user-features .active a {
    background-color: var(--bg-main-color-light);
    border-radius: 10px;
}
.user-features a.feature-box:hover .fbox-icon, 
.user-features a.feature-box:hover .fbox-content p,
.user-features .active a.feature-box .fbox-icon, 
.user-features .active a.feature-box .fbox-content p{
    color: var(--main-color);
}
.fbox-content p {
    color: #282828;
}
.user-events-list li {
    position: relative;
}
.user-events-list li:before {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    left: 15px;
    top: -15px;
}
.user-events-list li:first-child:before {
    display: none;
}
.input-group .sm-form-control.component-datepicker {
    width: calc(100% - 42px);
    border-right: none;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.input-group > .input-group-append > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.radio-style:checked + .radio-style-2-label:before {
    background-color: var(--main-color);
    border-color: var(--main-color);
}
@media (min-width: 768px) {
    .user-events-list li:before {
        width: 1px;
        height: calc(100% - 30px);
        left: 0;
        top: 0;
    }
    .user-events-list li:nth-child(4n):before {
        display: none;
    }
}
@media (min-width: 992px) {
    .user-block-top:before {
        display: none;
    }
    .user-features .feature-box {
        margin-left: 0;
        margin-right: 0;
    }
    .user-features .feature-box .fbox-content p, .user-features .feature-box .fbox-icon {
        color: #A5A5A5;
    }
}
@media (min-width: 1200px) {
    .user-block .container {
        max-width: 920px;
    }
    .user-events-list li:nth-child(4n):before {
        display: block;
    }
    .user-events-list li:nth-child(5n):before {
        display: none;
    }
}

.tabs-justify .tab-nav {
    padding: 0;
    border-bottom: none;
}
.tabs-alt.tabs-bb {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.tabs-alt.tabs-bb .tab-nav li a {
    background-color: #F7F7F7;
    font-weight: 500;
}
.tabs-alt.tabs-bb .tab-nav li.ui-tabs-active a {
    background-color: #fff;
    border-color: transparent;
    border-bottom: 3px solid var(--main-color);
    top: -3px;
    height: 43px;
    line-height: 43px;
    color: var(--main-color);
}
.tabs.tabs-active-color .tab-nav li a {
    background-color: #f7f7f7;
}
.tabs.tabs-active-color .tab-nav li.ui-tabs-active a {
    background-color: #fff;
}
@media (max-width: 767.98px) {
    .tabs-alt.tabs-bb .tab-nav li a {
        font-size: 1.0625rem;
    }
}

.bonus-list {
    list-style: none;
    margin-bottom: 0;
}
.bonus-list li {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-top: solid 1px #EDEDED;
}
.bonus-list li:first-child {
    border-top: none;
}
.bonus-list .minus {
    color: var(--red);
}
.bonus-list .plus {
    color: var(--color-tonal);
}

.notice-list {
    list-style: none;
    margin-bottom: 0;
}
.notice-list li {
    margin-top: 10px;
}
.notice-list li:first-child {
    margin-top: 0;
}
.notice-list li {
    display: block;
    color: #515154;
    padding: 1rem;
    border-radius: 10px;
    background-color: #fff;
    border: solid 1px #E6F3F4;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.notice-list li.unread {
    color: #282828;
    background-color: var(--bg-main-color-light);
    border-color: transparent;
}
.notice-list li a h4 {
    color: #515154;
}
.notice-list li a .notice-date {
    color: #D0D0D0;
}
.notice-list li.unread a h4 {
    color: #282828;
}
.notice-list li.unread a h4 i {
    color: var(--main-color);
}
.notice-list li a h4 span.badge {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 1rem;
    background-color: var(--main-color);
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    margin-left: 0.5rem;
}

a.copy {
    color: #A5A5A5;
}
a.copy:hover {
    color: #666666;
}
.text-no + a.copy {
    font-size: 1.25rem;
    line-height: 0.55;
}
.input-group .text-no + a.copy {
    font-size: 1.0625rem;
    line-height: 1.5;
}

.order-list {
    list-style: none;
}
.order-list > li {
    margin-top: 1rem;
}
.order-list .order-list-price span {
    transform: scale(1.5);
    margin-left: 4px;
    margin-right: -4px;
}
.order-status {
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
}
.order-status li {
    position: relative;
    padding-right: 1rem;
    margin-right: 1rem;
}
.order-status li:before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background-color:#EDEDED;
    position: absolute;
    right: 0;
    top: 0;
}
.order-status li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.order-status li:last-child:before {
    display: none;
}
.order-detail-mode ul {
    margin-bottom: 0;
}
.order-detail-mode li {
    display: flex;
    justify-content: space-between;
}
.order-detail-mode li span {
    color: #A5A5A5;
}
.order-detail-mode li div span {
    color: #282828;
}
.order-summary-list {
    padding: 12px;
}
.order-summary-list ul {
    margin-bottom: 0;
}
.order-summary-list li, .order-summary-list li .specification {
    display: flex;
    gap: 10px;
}
.order-summary-list li.cart_item {
    margin-top: 0.75rem;
}
.order-summary-list li .cart-product-thumbnail {
    -ms-flex: 64px;
    flex: 64px;
    max-width: 64px;
}
.order-summary-list li .cart-product-desc {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.order-summary-list li .cart-product-name a {
    font-size: 1.0625rem;
}
.sticky-sidebar .cart-product-name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.order-summary-list li .specification {
    font-size: 0.9375rem;
    color: var(--color-gray-dark);
}
.order-summary-list .cart-product-price {
    line-height: inherit;
}
.cart-tag {
    font-size: 13px;
}
.cart-tag .tag {
    padding: 0 0.25rem;
    border-radius: 0.25rem;
    background-color: #EDEDED;
    font-size: 15px;
    display: inline-block;
    margin-right: 0.25rem;
	margin-bottom: 0.25rem;
}
.cart-tag .tag.flash-add {
    color: var(--main-color);
    background-color: var(--bg-main-color-light);
}
.cart-tag .tag.flash-gift {
    color: var(--color-red);
    background-color: var(--color-red-light);
}
.cart-tag .tag.flash-gwp {
    color: var(--color-red);
    background-color: var(--color-red-light);
}
.specification .cart-product-price, .specification .cart-product-qty {
    -ms-flex: 5rem;
    flex: 5rem;
    max-width: 5rem;
    text-align: left !important;
}
.specification .cart-product-subtotal {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: right !important;
}
.card .cart_total {
    display: flex;
    justify-content: space-between;
	align-items: center;
    border-top: solid 1px #EDEDED;
    padding: 12px;
}
.card .cart_total .cart-product-subtotal .amount, #cart-final-total-value.amount {
    color: var(--color-red);
    font-weight: bold;
} 
.summary-footer {
    font-size: 1.0625rem;
	padding: 10px 10px 0 12px;
}
.summary-footer + div {
	padding: 0 10px 10px 12px;
}
.fold-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fold-header .toggle-title {
    padding: 0 5px 0 0;
}
.toggle-fold .icon-line-chevron-down {
    transform: rotate(0);
    transition: all 0.2s ease;
}
.toggle-active .icon-line-chevron-down {
    transform: rotate(180deg);
}
.toggle-fold.toggle-active .fold-content {
    display: block;
}
.fold-header, .order-detail-mode, .fold-content {
    padding: 12px;
}
.toggle-fold .card-footer {
    padding: 15px;
    font-size: 0.9375rem;
}
.toggle-fold .card-footer .toggle-icon {
    color: var(--main-color);
    cursor: pointer;
}
.order-detail-mode .button-mini {
    padding: 4px 12px;
}
.order-detail-mode .text-right .material-symbols-outlined {
    font-size: 1.25rem;
    line-height: 0.55;
}

#widget_tabs_top {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#widget_tabs_line ul, #widget_tabs_top ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
}
#widget_tabs_line ul li:first-child {
    margin-left: auto;
}
#widget_tabs_line ul li:last-child, #widget_tabs_top ul li:last-child {
    margin-right: auto;
}
#widget_tabs_line ul li, #widget_tabs_top ul li {
    flex: 0 0 auto;
    position: relative;
}
#widget_tabs_line ul li a, #widget_tabs_top ul li a {
    display: block;
    padding: 10px 19px;
    white-space: nowrap;
}
#widget_tabs_top ul li.active a, #widget_tabs_top ul li:hover a {
    background-color: #E6F3F4;
    color: var(--main-color);
}
#widget_tabs_top ul li.active a:before {
    display: block;
    content:'';
    width: 100%;
    height: 3px;
    background-color: var(--main-color);
    position: absolute;
    left: 0;
    bottom: 0;
}
#widget_tabs_line ul::-webkit-scrollbar, #widget_tabs_top ul::-webkit-scrollbar {
    height: 3px;
    display: block;
}
#widget_tabs_line ul::-webkit-scrollbar-thumb, #widget_tabs_top ul::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
#widget_tabs_top ul li a.search_tab {
    font-size: 1.5rem;
    line-height: 0.813;
}
@media (max-width: 991.98px) {
    #widget_tabs_top {
        margin: -15px;
        margin-bottom: 0;
    }
}

#inbox-block {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#widget_tabs ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
}
#widget_tabs li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    height: 41px;
    text-align: center;
}
#widget_tabs li a {
    position: relative;
    display: block;
    padding: 0 15px;
    color: #444;
    height: 40px;
    line-height: 40px;
    background-color: #F2F2F2;
    font-weight: 500;
}
#widget_tabs.widget-justify li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#widget_tabs.widget-bb li a {
    display: block;
    padding: 0 15px;
    color: #444;
    height: 40px;
    line-height: 40px;
    background-color: #f7f7f7;
    font-weight: 500;
    transition: all 0.2s ease;
}
#widget_tabs.widget-bb li:hover a {
    background-color: #F2F2F2;
    border-bottom: 3px solid #ededed;
    top: -3px;
    height: 43px;
    line-height: 43px;
}
#widget_tabs.widget-bb li.active a {
    background-color: #fff;
    border-color: transparent;
    border-bottom: 3px solid var(--main-color);
    top: -3px;
    height: 43px;
    line-height: 43px;
    color: var(--main-color);
    background-color: var(--bg-main-color-light);
    color: var(--main-color);
}

/* Alert Modal Style */
.alert-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px 40px;
    border-radius: 8px;
    z-index: 9999;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.alert-modal-content i {
    display: block;
    font-size: 32px;
    margin-bottom: 10px;
    color: var(--color-tonal);
}
#add_to_cart_modal.alert-modal {
	padding: 16px 24px !important;
}

/* Coupon List */
#couponModal .coupon-list {
	max-height: 50vh;
	overflow-y: auto;
}
.coupon-list {
    list-style: none;
}
.coupon-list li {
    margin-top: 10px;
    transition: all 0.2s ease;
}
.coupon-list li:first-child {
    margin-top: 0;
}
.coupon-list li:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.coupon-list li.disabled {
    box-shadow: none;
}
.coupon-list li.disabled a {
    cursor: default;
    pointer-events: none;
}
.coupon-list .coupon-left {
    width: 90px;
    background-color: var(--bg-main-color-light);
}
.coupon-left .grid-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.coupon-badges .badge {
    background-color: var(--color-gray-lighter);
    font-size: 15px;
    color: var(--color-gray-dark);
    display: inline-block;
    padding: 5px;
    margin-right: 0.5rem;
    font-weight: normal;
}

/* Shopping Cart Style */
.step-bar {
    /*margin-top: -30px;
    margin-bottom: 30px;*/
    padding: 15px 0 5px 0;
    border-top: solid 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	position: fixed;
	top: 121px;
	z-index: 2;
	width: 100%;
	background-color: var(--page-color);
	transition: all 0.5s ease;
}
.step-bar.sticky {
	top: 60px;
}
.process-steps.shopping-cart-steps li {
    position: relative;
    line-height: 20px;
    color: var(--color-gray-light);
}
.process-steps.shopping-cart-steps li::before,
.process-steps.shopping-cart-steps li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    margin-left: 0;
    border-top: solid 1px var(--color-gray-light);
    width: 10px;
}
.process-steps.shopping-cart-steps li::after {
    left: auto;
    right: 0;
    margin-right: 0;
}
.process-steps.shopping-cart-steps li:first-child::before, .process-steps.shopping-cart-steps li:last-child::after {
    display: none;
}
.process-steps.shopping-cart-steps li a {
    color: var(--color-gray-light);
	font-weight: 500;
}
.process-steps.shopping-cart-steps li a.disabled {
    pointer-events: none;
}
.process-steps.shopping-cart-steps li.active a {
    background-color: transparent !important;
    color: var(--main-color) !important;
    text-shadow: none;
}
.step-no {
    display: block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: var(--color-gray-light);
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    margin-right: 0.25rem;
}
.active .step-no {
    background-color: var(--main-color);
}
.cart-list {
    list-style: none;
}
.cart-item {
    padding: 20px 0;
    border-top: solid 1px #EDEDED;
}
.cart-item:first-child {
    border-top: none;
}
.cart-product-thumbnail a {
    position: relative;
    width: 100px;
    aspect-ratio: 1 / 0.666;
    overflow: hidden;
    border: solid 1px #D0D0D0;
    border-radius: 10px;
}
.order-summary-list .cart-product-thumbnail a {
    width: 64px;
}
.cart-product-thumbnail a span,
.cart-product-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
}
.cart-product-thumbnail img {
    object-fit: cover;
    object-position: center center;
    border: none;
}
.cart-product-name a {
    font-size: 1.0625rem !important;
    font-weight: 500;
    display: inline-block;
}
.cart-product-price {
    width: 120px;
    line-height: 38px;
    text-align: left !important;
	white-space: nowrap;
}
.cart-item .item-right-block {
    width: 183px;
}
.quantity-border.quantity .plus, .quantity-border.quantity .minus {
    border: solid 1px #d0d0d0;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 33px;
    background-color: #fff;
    font-weight: normal;
	color: #282828;
}
.quantity-border.quantity .plus:hover, .quantity-border.quantity .minus:hover {
    background-color: var(--color-gray-lighter);
}
.quantity-border.quantity .minus {
    border-radius: 10px 0 0 10px;
}
.quantity-border.quantity .plus {
    border-radius: 0 10px 10px 0;
}
.quantity-border.quantity .qty {
    width: 54px;
    height: 35px;
    line-height: 33px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #d0d0d0;
    border-left: none;
    border-right: none;
    background-color: #fff;
}
.disable .quantity-border.quantity .plus, .disable .quantity-border.quantity .minus, .disable .quantity-border.quantity .qty {
    color: #D0D0D0;
    background-color: #F7F7F7;
    pointer-events: none;
}
.cart-product-delete a {
	color: #a5a5a5;
	padding: 0.375rem;
}
.item-event-list {
    list-style: none;
    margin-top: 10px;
}
.item-event-list li {
    color: #515154;
    font-size: 0.9375rem;
}
.item-event-list li i {
    color: #D0D0D0;
    display: inline-block;
    margin-right: 0.25rem;
}
.item-event-list li span {
    color: #282828;
    display: inline-block;
    margin-right: 0.25rem;
}
.item-event-list li.event-c span, .item-event-list li.event-c i {
    color: #4CA150;
}
.order-event-list tr:first-child td {
    border-top: none;
}
.order-event-list td:first-child {
    width: 20%;
    white-space: nowrap;
}
.order-event-list span i, .order-event-list span .material-symbols-outlined {
    margin-right: 0.25rem;
    color: #FA9F4A;
}
.order-event-list .event-c span, .order-event-list .event-c span i, .order-event-list .event-c span .material-symbols-outlined {
    color: #4CA150;
}
.payment-list {
    list-style: none;
    margin: 0;
}
.payment-list li {
    margin-top: 10px;
    position: relative;
}
.payment-list li:first-child {
    margin-top: 0;
}
.sumbit-m-fixed {
    position: fixed;
    z-index: 12;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}
.sumbit-m-fixed .button {
    line-height: 42px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0 !important;
}
@media (max-width: 991.98px) {
    .step-bar {
        background-color: #fff;
		top: 50px;
    }
    .step-bar .container {
        padding-left: 0;
        padding-right: 0;
    }
    .cart-item .item-right-block {
        width: 202px;
    }
    .fixed-bottom-bar-m {
        position: fixed;
        z-index: 9;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 16px;
        background-color: #fff;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    }
}
@media (max-width: 767.98px) {
    .cart-item .item-right-block {
        width: 100%;
    }
    .cart-product-price {
        line-height: 1.2;
    }
    #form_cart .cart-product-name {
        width: inherit;
    }
    #form_cart .cart-product-delete {
        position: relative;
    }
    #form_cart .cart-product-delete a {
        margin-top: -1rem;
    }
    #form_cart .cart-product-quantity {
        width: auto;
    }
    #form_cart .order-event-list tr {
        display: table-row;
    }
    #form_cart .order-event-list td {
        display: table-cell;
    }
    #form_cart .quantity .qty {
        border-top: solid 1px #d0d0d0;;
        border-bottom: solid 1px #d0d0d0;;
        border-left: none;
        border-right: none;
    }
	#form_cart .cart-product-price {
		justify-content: flex-start;
	}
}

.shop-scroll {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.shop-scroll .product {
    flex: 0 0 150px;
    position: relative;
    margin-right: 10px;
}
.shop.shop-scroll .product .product-image .image-content > div {
    aspect-ratio: 1 / 0.666;
}
.shop-scroll::-webkit-scrollbar {
    height: 3px;
    display: block;
}
.shop-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.product-combo .shop-scroll .product {
    flex: 0 0 90px;
}
#combo_item_list_wrap {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}
@media (min-width: 992px) {
    .shop-scroll::-webkit-scrollbar {
        height: 5px;
    }
}

.radio-style-discount-label, .radio-style-shipping-label {
    font-size: 1.0625rem;
    color: #282828;
    display: block;
    padding: 12px;
    border: solid 1px #dadada;
    border-radius: 10px;
    margin-top: 12px;
    position: relative;
}
.radio-style-discount-label:first-child, .radio-style-shipping-label:first-child {
    margin-top: 0;
}
.radio-style-discount-label:before, .radio-style-shipping-label:before {
    content: '';
    background: #FFF;
    border: 1px solid #d0d0d0;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    padding: 4px;
    margin-right: 0.5rem;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
	transform: translateY(-2px);
}
.radio-style-discount-label .label-inner, .radio-style-shipping-label .label-inner {
    display: none;
}
.radio-style:checked + .radio-style-discount-label:before, .radio-style:checked + .radio-style-shipping-label:before {
    background: var(--main-color);
    border-color: var(--main-color);
    box-shadow: inset 0px 0px 0px 4px #fff;
}
.radio-style:checked + .radio-style-discount-label  .label-inner, .radio-style:checked + .radio-style-shipping-label  .label-inner {
    display: block;
}
.radio-style-discount-label.row {
    display: flex;
    padding: 0;
    margin-top: 0;
    border: none;
}
.radio-style-discount-label.radio-right-top:before, .radio-style-shipping-label.radio-right-top:before {
    position: absolute;
    right: 0.5rem;
    top: 1rem;
}
.radio-style-shipping-label {
    padding: 0;
    border: none;
    border-radius: 0;
}
#coupon_container.label-inner , #cart_point_wrap .label-inner {
	padding-top: 12px;
	margin-top: 12px;
	position: relative;
}
#coupon_container.label-inner:before , #cart_point_wrap .label-inner:before {
	display: block;
	content: '';
	width: calc(100% + 24px);
	height: 1px;
	background-color:#EDEDED;
	position: absolute;
	left: -12px;
	top: 0;
}

.modal {
    bottom: 0;
    height: 100dvh;
    padding-bottom: env(safe-area-inset-bottom);
}
body.modal-open {
    overflow: hidden;
    height: 100dvh;
}
.modal-content {
    border-radius: 0.625rem;
}
.modal-body .close {
    position: absolute;
    float: none;
    right: 10px;
    top: 10px;
}
.modal-open, .modal-open .modal {
    padding-right: 0 !important;
}
.modalcenter.modal .modal-dialog {
    height: 100vh;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.modalbottom.modal .modal-dialog {
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
}
.modalbottom.modal > .modal-dialog > .modal-body {
    padding: 0;
}
.modalbottom.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
}
.modalbottom.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}
.modalbottom.modal .modal-content {
    border-radius: 10px 10px 0 0;
}
.modalbottom .modal-content .modal-body {
    max-height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
}
@media (min-width: 992px) {
	.modalcenter-lg.modal .modal-dialog {
		align-items: center !important;
	}
	.modalcenter-lg .modal-content {
    	border-radius: 10px !important;
		overflow: hidden;
	}
}

@media (max-width: 991.98px) {
    #bill_detail {
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 12;
        padding: 0;
    }
    #bill_detail .button-checkout.button {
        line-height: 42px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 0 !important;
    }
    #bill_detail .card, #bill_detail .card-footer:last-child {
        border-radius: 0;
    }
    #bill_detail .card.card-shadow.toggle-active {
        box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    }
    .modalbottom-md.modal .modal-dialog {
        height: 100vh;
        height: 100dvh;
        overflow: hidden;
        margin: 0 auto;
        display: flex;
        align-items: flex-end !important;
    }
    .modalbottom-md.modal > .modal-dialog > .modal-body {
        padding: 0;
    }
    .modalbottom-md.modal.fade .modal-dialog {
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
    }
    .modalbottom-md.modal.show .modal-dialog {
        -webkit-transform: none;
        transform: none;
    }
    .modalbottom-md.modal .modal-content {
        border-radius: 10px 10px 0 0;
    }
}

.addr-info .card-footer a, .shop-info .card-footer a {
    color: #004851;
}
.addr-info .card-footer a.disable, .shop-info .card-footer a.disable {
    color: #d0d0d0;
}
.addr-info .card.default, .shop-info .card.default {
    border-color: var(--main-color);
}

@media (min-width: 576px) {
    .modal-md {
        max-width: 359px;
    }
}

.order-event-list.table tr > td:first-child {
	padding-left: 0;
}
.checkout_add .product-price .text-decoration-line-through {
	color:#a5a5a5;
}
.checkout_add.shop-scroll {
	align-items: stretch;
}
.checkout_add.shop-scroll .product {
	display: flex;
	flex-direction: column;
	align-self: stretch;
}
.checkout_add.shop-scroll .product .grid-inner {
	flex: 1;
	width: 100%;
	min-height: 100%;
}
.checkout_add .product-title {
	flex-shrink: 0;
	height: 3.9em;
	overflow: hidden;
}
.checkout_add .product-title h3 {
	font-size: 14px;
	line-height: 1.3;
	height: 3.9em;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
}
.checkout_add .product-title h3 a {
	display: block;
}
.checkout_add .product-price-box {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	padding-bottom: 0;
}
.checkout_add .product-price {
	flex-shrink: 0;
	height: calc(3.9em + 8px);
	margin-bottom: 0;
}
.checkout_add .add-price-rows {
	height: 3.9em;
	overflow: hidden;
}
.checkout_add .add-price-spec,
.checkout_add .add-price-list,
.checkout_add .add-price-sell {
	height: 1.3em;
	line-height: 1.3;
	overflow: hidden;
}
.checkout_add .add-price-rows-select {
	display: flex;
	align-items: flex-end;
	height: 3.9em;
}
.checkout_add .add-price-rows-select .sm-form-control {
	width: 100%;
}
.checkout_add .add-qty-row {
	flex-shrink: 0;
	height: 31px;
	margin-bottom: 8px;
}
.checkout_add .add-qty-row .input-group {
	height: 31px;
}
.checkout_add .add-cart-btn-row {
	flex-shrink: 0;
}
.checkout_add .add-cart-btn-row .add-to-cart {
	min-height: 36px;
}
.checkout_add .add-threshold-hint {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 4px;
	margin-top: auto;
	min-height: 2.6em;
	height: 2.6em;
	padding-top: 8px;
	line-height: 1.3;
	text-align: center;
	flex-shrink: 0;
	box-sizing: content-box;
}
.checkout_add .add-threshold-hint-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--color-yellow);
	color: #fff;
	font-size: 10px;
	flex-shrink: 0;
}
.checkout_add .add-threshold-hint-text {
	font-size: 11px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
	text-align: left;
	flex: 1;
	min-width: 0;
}
#sws-images .oc-item h4 {
	font-size: 25px;
	line-height: 1.3;
	font-weight: 500;
	color: #282828;
	text-align: justify;
}
#sws-images .oc-item p {
	font-size: 17px;
	font-weight: 400;
	color: #282828;
	text-align: justify;
}
#sws-images .oc-item img {
	border-radius: 10px;
}
#sws-images .oc-item > div {
	padding: 0 17px;
}

@media (max-width: 767.98px) {
	#sws-images .oc-item p {
		font-size: 20px;
	}
}

.products-carousel.owl-carousel .owl-stage {
	display: flex;
	flex-direction: row;
}
.products-carousel.owl-carousel .owl-item {
	float: none;
	display: flex;
	height: auto;
}
.products-carousel.owl-carousel .owl-item .oc-item, 
.products-carousel.owl-carousel .owl-item .oc-item .product, 
.products-carousel.owl-carousel .owl-item .oc-item .product .card {
	height: 100%;
}
.products-carousel.owl-carousel .owl-item .oc-item .product {
	padding-left: 1px;
}

.jconfirm.jconfirm-material .jconfirm-box {
	border-radius: 10px;
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
    font-size: 0 !important;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon::before {
    content: "close";
	font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle; 
}
#m_birthday.sm-form-control[readonly] {
	background-color: #fff;
}

.title-section {
	margin-top: 60px;
	margin-bottom: -30px;
}
@media (max-width: 767.98px) {
	.title-section {
		margin-top: 24px;
	}
}