/* 2021/10/07 vvv */
:root {
	--ex_tax: "";
}

/* 2021/10/07 ^^^ */

body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 13px;
	line-height: 22px;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

/* default font size */
.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	/*color: #5e8524;*/
	color: #444;
}

a:hover,
a:focus {
	/*color: #384a1c;*/
	color: #444;
	text-decoration: none;
}


legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #78a13b;
	background-image: linear-gradient(to bottom, #80ab3f, #6f9437);
	background-repeat: repeat-x;
}

/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}

#top .container {
	padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #78a13b;
	background-image: linear-gradient(to bottom, #80ab3f, #6f9437);
	background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
	color: #444;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover {
	color: #FFF;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links {
	padding-top: 6px;
}

#top-links a+a {
	margin-left: 15px;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
}

/* search */
#search {
	margin-bottom: 10px;
}

#search .input-lg {
	/*2019/02/04 vvv*/
	/*
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
*/
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	background: #ffffe6;
	border-left: 2px #aaa solid;
	border-top: 2px #aaa solid;
	border-bottom: 2px #aaa solid;
	/*2019/02/04 ^^^*/
}

#search .btn-lg {
	/*2019/02/04 vvv*/
	/*
	font-size: 15px;
	line-height: 18px;
	padding: 10px 16px;
	text-shadow: 0 1px 0 #FFF;
*/
	font-size: 15px;
	line-height: 18px;
	padding: 9px 16px;
	text-shadow: 0 1px 0 #FFF;
	border-right: 2px #aaa solid;
	border-top: 2px #aaa solid;
	border-bottom: 2px #aaa solid;
	/*2019/02/04 ^^^*/
}

/* cart */
#cart {
	margin-bottom: 10px;
}

#cart>.btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

#cart.open>.btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#cart.open>.btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}

#cart .dropdown-menu {
	min-width: 100%;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* menu */
#menu {
	/*	background-color: #78a13b;
	background-image: linear-gradient(to bottom, #80ab3f, #6f9437);*/
	background-color: #78a13b;
	background-repeat: repeat-x;
	border-color: #82ad40 #82ad40 #5c7a2b;
	min-height: 40px;
}

#menu .nav>li>a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
	background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
	padding-bottom: 0;
	border-radius: 4px;
}

#menu .dropdown-menu .thumbnail {
	min-width: 350px;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
}


#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 3px 3px 10px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
	letter-spacing: -0.05em;
}

#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #78a13b;
	background-image: linear-gradient(to bottom, #80ab3f, #6f9437);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #78a13b;
	background-image: linear-gradient(to bottom, #80ab3f, #6f9437);
	background-repeat: repeat-x;
	border-color: #6f9437 #6f9437 #496122;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #78a13b;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}

	#menu div.dropdown-inner>ul.list-unstyled {
		display: block;
	}

	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}

	#menu .dropdown-inner {
		display: block;
	}

	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}

	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}

	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

/* content */
#content {
	min-height: 600px;
}

/* footer */
footer {
	margin-top: 48px;
	padding: 48px 0 24px 0;
	background-color: #262626;
	border-top: 1px solid #333;
	color: #a3a3a3;
}

footer hr {
	border: 0;
	border-top: 1px solid #3d3d3d;
	margin-top: 40px;
	margin-bottom: 20px;
}

footer a {
	font-size: 12px;
	color: #a3a3a3;
	text-decoration: none;
	display: inline-block;
	transition: color 0.2s ease, transform 0.2s ease;
}

footer a:hover {
	color: #ffffff;
	text-decoration: none;
	transform: translateX(4px);
}

footer h5 {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
}

footer ul li {
	margin-bottom: 10px;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb>li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #78a13b;
	background-image: linear-gradient(to bottom, #80ab3f, #6f9437);
	background-repeat: repeat-x;
	border-color: #6f9437 #6f9437 #496122;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #6f9437;
	border-color: #2d4012;
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);

}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #304018;
	border-color: #0a0d05;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
	background-color: #304018;
	border-color: #0a0d05;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #78a13b;
	border-color: #6f9437 #6f9437 #496122;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #ab482c;
	border-color: #1a0b07;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
	background-color: #ab482c;
	border-color: #1a0b07;
}

/* 2022/07/27 vvv */
.btn-blu {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2ea2e0;
	background-image: linear-gradient(to bottom, #229ddf, #1e91cf);
	background-repeat: repeat-x;
	border-color: #1e91cf #1e91cf #1876a9;
}

.btn-blu:hover,
.btn-blu:active,
.btn-blu.active,
.btn-blu.disabled,
.btn-blu[disabled] {
	color: #fff;
	background-image: none;
	background-color: #2ea2e0;
	outline: 1px;
}

.btn-blu:focus,
.btn-blu.focus {
	color: #fff;
	background-color: #1d8b77;
	border-color: #0c3952;
	outline: 1px;
}

.btn-blu:active:hover,
.btn-blu.active:hover,
.open>.dropdown-toggle.btn-blu:hover,
.btn-blu:active:focus,
.btn-blu.active:focus,
.open>.dropdown-toggle.btn-blu:focus,
.btn-blu:active.focus,
.btn-blu.active.focus,
.open>.dropdown-toggle.btn-blu.focus {
	background-color: #1d8bc7;
	border-color: #0c3952;
	outline: 1px;
}

/* 2022/07/27 ^^^ */

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #80ab3f;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #444;
	padding: 8px 12px;
	font-size: 1.2rem;
}

/* .list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
} */

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}

.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.product-thumb h4 {
	font-weight: bold;
	line-height: 2rem;
}

.product-thumb .caption {
	padding: 0 20px;
	line-height: 1em;
	min-height: 160px
		/*210px;*/

}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 220px;
		/*210px;*/
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #bd362f;
}

.product-thumb .price-new {
	font-weight: 600;
	color: #bd362f;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button {
	width: 50%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -0.05em;
}

/* 2018/12/11 vvv */
/*.product-thumb .button-group button + button {
	width: 12.5%;
	border-left: 1px solid #ddd;
}*/
.product-thumb .button-group button+button {
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button+button+button {
	width: 25%;
	border-left: 0px solid #ddd;
	border-top: 1px solid #ddd;
}

.product-thumb .button-group button+button+button+button {
	width: 25%;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

/* 2018/12/11 ^^^ */

/* 2021/08/25 vvv */
/* 5th button = DXF */
.product-thumb .button-group button+button+button+button+button {
	width: 25%;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

/* 2021/08/25 ^^^ */

/* 2026/06/11 vvv - Add cart button support */
/* 6th button = IGES */
.product-thumb .button-group button+button+button+button+button+button {
	width: 25%;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}


.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

/* 2018/12/11 vvv */
/*@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 20%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 20%;
	}
}*/
/* 2018/12/11 ^^^ */

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #648532;
}

@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

/* 2022/07/28 vvv */
/* Missing focus and border color to overwrite bootstrap */
.btn-blu:hover,
.btn-blu:active,
.btn-blu.active,
.btn-blu.disabled,
.btn-blu[disabled] {
	background-image: none;
	background-color: #2ea2e0;
}

/* 2022/07/28 ^^^ */

.img-thumbnail,
.thumbnail {
	border: 0px solid #ddd;
}

.price-red {
	color: #bd362f;
}

.stock-status.instock {
	color: #bd362f;
}

h1.pn1 {
	font-size: 21px;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #779e3c;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	background-color: #779e3c;
	border-color: #dddddd;
}

a:hover,
a:focus {
	color: #4b6326;
}

.btn-link:hover,
.btn-link:focus {
	color: #5e8524;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #4b6326;
}

.text-primary {
	color: #779e3c;
}

.bg-primary {
	background-color: #779e3c;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	background-color: #779e3c;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	border-color: #779e3c;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	background-color: #779e3c;
}

.pagination>li>a,
.pagination>li>span {
	color: #779e3c;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #779e3c;
	border-color: #779e3c;
}

.label-primary {
	background-color: #779e3c;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #779e3c;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #779e3c;
}

.progress-bar {
	background-color: #779e3c;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	background-color: #779e3c;
	border-color: #dddddd;
}

.panel-primary {
	border-color: #779e3c;
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #779e3c;
	border-color: #779e3c;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #779e3c;
}

.panel-primary>.panel-heading .badge {
	color: #779e3c;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #779e3c;
}

.form-control:focus {
	border-color: #94b562;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(148, 181, 98, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(148, 181, 98, .6);
}

/*�J�e�S���ꗗ�T���l�C��*/
.cat01 {
	border: 1px solid #ddd;
	padding: 0;
	overflow: hidden;
}

.cat01 img {
	min-width: 150px;
}

.cat01 h4 {
	margin: 0;
	text-align: center;
}

/* 2021/10/07 vvv */
/* zɁiŕʁj\ */
.price-red::after,
.product-thumb .price::after {
	font-size: small;
	content: var(--ex_tax);
	/*ŕ*/
}

/* 2021/10/07 ^^^ */


/* ==========================================================================
   EINS1 CUSTOM PREMIUM STYLING SYSTEM (Eins1.jp Match)
   ========================================================================== */

/* Subcategory Cards Grid */
.subcategory-card {
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
	border: 1px solid #e8e8e8 !important;
	cursor: pointer;
}

.subcategory-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
	border-color: #5cb85c !important;
}

.subcategory-card:hover img {
	transform: scale(1.06);
}

/* Left Column Sidebar Optimization */
/* #column-left .list-group {
	margin-bottom: 25px;
}

#column-left .list-group-item {
	border: 1px solid #e8e8e8;
	margin-bottom: 6px;
	border-radius: 4px !important;
	font-size: 13px;
	font-weight: 500;
	padding: 11px 16px;
	color: #333;
	background-color: #fff;
	transition: all 0.2s ease-in-out;
	display: block;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

#column-left .list-group-item:hover {
	background-color: #f9f9f9;
	border-color: #5cb85c;
	color: #5cb85c;
	padding-left: 20px;
	/* Subtle slide-right effect */
/* text-decoration: none;
} */

/* Specifically style the Top Header buttons & Links to match eins1.jp */
.btn-topbar {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 11px;
	font-weight: 700 !important;
	color: #fff !important;
	padding: 4px 10px;
	border-radius: 4px;
	text-decoration: none !important;
	transition: all 0.2s ease-in-out;
	border: none;
	text-shadow: none !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	height: 24px;
	line-height: 1;
}

.btn-topbar i {
	font-size: 11px;
}

.btn-topbar.btn-register {
	background-color: #d9534f !important;
}

.btn-topbar.btn-register:hover {
	background-color: #c9302c !important;
	transform: translateY(-1px);
}

.btn-topbar.btn-login {
	background-color: #f0ad4e !important;
}

.btn-topbar.btn-login:hover {
	background-color: #ec971f !important;
	transform: translateY(-1px);
}

.btn-topbar.btn-product-list {
	background-color: #5cb85c !important;
}

.btn-topbar.btn-product-list:hover {
	background-color: #449d44 !important;
	transform: translateY(-1px);
}

.btn-topbar.btn-robot-hand {
	background-color: #e05e55 !important;
}

.btn-topbar.btn-robot-hand:hover {
	background-color: #c9302c !important;
	transform: translateY(-1px);
}

/* User Greeting and general top menu items */
.user-greeting {
	font-size: 11px;
	font-weight: 600;
	color: #333;
}

#top-links .dropdown-toggle {
	text-decoration: none !important;
	transition: color 0.2s;
	display: inline-flex;
	align-items: center;
	gap: 3px;
}

#top-links .dropdown-toggle:hover {
	color: #5cb85c !important;
}

#top-links li a {
	text-decoration: none;
}

/* Top bar background and spacing */
#top {
	background-color: #f5f5f5 !important;
	border-bottom: 1px solid #e5e5e5;
	padding: 6px 0;
	min-height: 38px;
}

/* Search Bar Match */
#search {
	margin-top: 5px;
}

#search input {
	background-color: #fffde8 !important;
	/* Light yellow background */
	border: 1px solid #cccccc !important;
	border-right: none !important;
	border-radius: 4px 0 0 4px !important;
	height: 38px !important;
	font-size: 13px !important;
	box-shadow: none !important;
}

#search .btn {
	background-color: #e6e6e6 !important;
	border: 1px solid #cccccc !important;
	border-left: none !important;
	border-radius: 0 4px 4px 0 !important;
	color: #333 !important;
	height: 38px !important;
	padding: 0 16px !important;
	transition: background-color 0.2s;
}

#search .btn:hover {
	background-color: #d4d4d4 !important;
}

/* Cart & Quote Header Buttons */
#cart>button {
	background-color: #333333 !important;
	background-image: none !important;
	border: 1px solid #222222 !important;
	color: #ffffff !important;
	font-weight: 700;
	font-size: 12px;
	border-radius: 4px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	box-shadow: none !important;
	text-shadow: none !important;
	width: 100%;
	padding: 0 10px;
	gap: 5px;
	margin-top: 5px;
}

#cart>button:hover {
	background-color: #1a1a1a !important;
	border-color: #000000 !important;
}

#quote>button {
	background-color: #e6e6e6 !important;
	background-image: none !important;
	border: 1px solid #cccccc !important;
	color: #333333 !important;
	font-weight: 700;
	font-size: 12px;
	border-radius: 4px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	box-shadow: none !important;
	text-shadow: none !important;
	width: 100%;
	padding: 0 10px;
	gap: 5px;
	margin-top: 5px;
}

#quote>button:hover {
	background-color: #d8d8d8 !important;
	border-color: #b8b8b8 !important;
}

/* Hide Horizontal Navigation Menu on Homepage to match reference */
.common-home nav#menu {
	display: none !important;
}

/* Left Sidebar buttons and links */
#column-left .btn-danger,
#column-left a.btn-danger {
	background-color: #d9534f !important;
	border-color: #d43f3a !important;
	font-weight: 600;
	font-size: 11.5px !important;
	border-radius: 4px;
	padding: 8px 12px !important;
	width: 100%;
	text-align: center;
	margin-bottom: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #fff !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	transition: all 0.2s;
	text-shadow: none !important;
	border: none;
}

#column-left .btn-danger:hover,
#column-left a.btn-danger:hover {
	background-color: #c9302c !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

#column-left .btn-warning,
#column-left a.btn-warning {
	background-color: #5cb85c !important;
	border-color: #4cae4c !important;
	font-weight: 600;
	font-size: 11.5px !important;
	border-radius: 4px;
	padding: 8px 12px !important;
	width: 100%;
	text-align: center;
	margin-bottom: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #fff !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	transition: all 0.2s;
	text-shadow: none !important;
	border: none;
}

#column-left .btn-warning:hover,
#column-left a.btn-warning:hover {
	background-color: #449d44 !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Sidebar lists styling like white boxed buttons */
/* #column-left .panel-body,
#column-left ul,
#column-left .list-group {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 0 !important;
} */

/* #column-left .panel-body a,
#column-left ul li a,
#column-left .list-group-item {
	border: 1px solid #e8e8e8 !important;
	border-radius: 4px !important;
	font-size: 13px !important;
	font-weight: 600;
	padding: 7px 10px !important;
	color: #444 !important;
	background-color: #fff !important;
	transition: all 0.2s ease-in-out !important;
	display: flex !important;
	align-items: center;
	gap: 6px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02) !important;
	text-decoration: none !important;
	white-space: normal !important;
}

#column-left .panel-body a:hover,
#column-left ul li a:hover,
#column-left .list-group-item:hover {
	background-color: #fafafa !important;
	border-color: #5cb85c !important;
	color: #5cb85c !important;
	transform: translateX(3px);
} */

/* Unify spacing between layout blocks in sidebar */
#column-left>div {
	margin-bottom: 20px !important;
}

#column-left>div:last-child {
	margin-bottom: 0 !important;
}

/* Hide all raw line breaks inside the sidebar modules to ensure clean flex spacing */
#column-left br {
	display: none !important;
}

/* Responsive grid fixes for subcategories */
@media (max-width: 767px) {
	.subcategory-grid {
		margin-left: -5px;
		margin-right: -5px;
	}

	.subcategory-item {
		padding-left: 5px;
		padding-right: 5px;
	}

	.subcategory-card {
		padding: 10px !important;
	}

	.subcategory-card .image {
		height: 100px !important;
	}

	.subcategory-card .name {
		font-size: 11px !important;
	}
}

aside#column-left {
	padding-top: 10px;
}

/* Megamenu Custom Hover Optimization */
.megamenu-item:hover {
	background-color: #f0fdf4 !important;
	border-color: #5cb85c !important;
	box-shadow: 0 2px 8px rgba(92, 184, 92, 0.1) !important;
}

.megamenu-item:hover span {
	color: #5cb85c !important;
}

.megamenu-item img {
	transition: transform 0.2s ease;
}

.megamenu-item:hover img {
	transform: scale(1.05);
}

.dropdown-menu.megamenu-dropdown {
	animation: fadeInMegamenu 0.2s ease;
}

@keyframes fadeInMegamenu {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#column-left .dropdown-menu {
	display: none;
	flex-direction: column !important;
	gap: 0 !important;
	padding: 5px 0 !important;
	margin: 2px 0 0 !important;
	background-color: #fff !important;
	border: 1px solid #e8e8e8 !important;
	border-radius: 4px !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
	list-style: none !important;
	width: 100% !important;
	min-width: 100% !important;
	z-index: 1050 !important;
}

#column-left .open>.dropdown-menu {
	display: flex !important;
}

#column-left .dropdown.open {
	z-index: 1100 !important;
}

/* Align caret to the right in sidebar dropdown */
#column-left .dropdown.list-group-item>a {
	display: inline-flex !important;
	align-items: center;
	width: 100% !important;
	text-decoration: none !important;
}

#column-left .dropdown.list-group-item .caret {
	margin-left: auto !important;
	margin-top: 0 !important;
}

#column-left .dropdown-menu li {
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
}

#column-left .dropdown-menu li a,
#column-left ul li ul.dropdown-menu li a {
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	padding: 8px 16px !important;
	color: #555 !important;
	font-weight: 500 !important;
	display: block !important;
	transform: none !important;
	transition: all 0.15s ease-in-out !important;
	font-size: 13px !important;
	text-align: left !important;
	align-items: center !important;
	gap: 0 !important;
	white-space: normal !important;
}

#column-left .dropdown-menu li a:hover,
#column-left ul li ul.dropdown-menu li a:hover {
	background-color: #f5f5f5 !important;
	color: #5cb85c !important;
	border: none !important;
	transform: none !important;
}

/* Homepage layout & block spacing adjustments */
#content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 10px;
	/* Even spacing between homepage blocks */
}

/* Prettify News block */
.home-news-table {
	border: 1px solid #e2e8f0 !important;
	border-radius: 4px !important;
	border-collapse: separate !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;
	width: 100% !important;
	background-color: #fff !important;
	margin-top: 10px !important;
	margin-bottom: 15px !important;
	display: block !important;
	max-height: 250px !important;
	overflow-y: auto !important;
}

/* Custom premium scrollbar for news block */
.home-news-table::-webkit-scrollbar {
	width: 6px;
}
.home-news-table::-webkit-scrollbar-track {
	background: #f8fafc;
	border-radius: 4px;
}
.home-news-table::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 4px;
}
.home-news-table::-webkit-scrollbar-thumb:hover {
	background: #94a3b8;
}

.home-news-table tbody,
.home-news-table tr,
.home-news-table td {
	display: block !important;
	width: 100% !important;
}

.home-news-table td {
	padding: 15px 20px !important;
	border: none !important;
}

.table td {
	min-width: 40px;
}

.home-news-table p {
	margin: 0 0 10px 0 !important;
	line-height: 1.6 !important;
	font-size: 13px !important;
	color: #555 !important;
	border-bottom: 1px dashed #f1f5f9;
	padding-bottom: 8px;
}

.home-news-table p:last-child {
	margin-bottom: 0 !important;
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

.home-news-table a {
	color: #5e8524;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.15s ease-in-out;
}

.home-news-table a:hover {
	color: #5cb85c;
	text-decoration: underline;
}

/* Force header banner under search to be full-width */
.header-banner-under-search img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	display: block !important;
}

/* Fix focus border overlapping text on links */
a:focus {
	outline: none !important;
}

a:focus-visible {
	outline: 2px solid #779e3c !important;
	outline-offset: 3px !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
	background-color: #6f9437 !important;
}

.swal2-popup.swal2-modal.swal2-icon-warning.swal2-show {
	width: 415px !important;
	padding: 30px 15px;
}

div#swal2-html-container {
	font-size: 1.5rem;
}

h2#swal2-title {
	font-size: 2rem;
}

button.swal2-styled {
	font-size: 1.5rem !important;
}

/* ==========================================================================
   MOBILE LAYOUT RESPONSIVE OPTIMIZATIONS
   ========================================================================== */

.header-flex-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header-search-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.language-name-text {
	display: none;
}

.active-language-label {
	display: inline-flex;
	align-items: center;
}

@media (max-width: 767px) {

	/* Hide cluttered top bar on mobile */
	#top {
		display: none !important;
	}

	/* Mobile Menu Toggle Button (Hamburger) */
	.mobile-menu-toggle {
		position: absolute !important;
		top: 15px !important;
		right: 15px !important;
		background: none !important;
		border: none !important;
		font-size: 24px !important;
		color: #78a13b !important;
		padding: 5px !important;
		cursor: pointer !important;
		z-index: 99 !important;
		outline: none !important;
	}

	/* Drawer Overlay Background */
	.drawer-overlay {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		width: 100vw !important;
		height: 100vh !important;
		background: rgba(0, 0, 0, 0.5) !important;
		z-index: 9998 !important;
		opacity: 0 !important;
		visibility: hidden !important;
		transition: opacity 0.3s ease, visibility 0.3s ease !important;
	}

	.drawer-overlay.active {
		opacity: 1 !important;
		visibility: visible !important;
	}

	/* Sliding Menu Drawer Container */
	.mobile-drawer {
		position: fixed !important;
		top: 0 !important;
		right: -280px !important;
		width: 280px !important;
		height: 100vh !important;
		background: #fff !important;
		box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15) !important;
		z-index: 9999 !important;
		transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
		display: flex !important;
		flex-direction: column !important;
		overflow: hidden !important;
	}

	.mobile-drawer.active {
		right: 0 !important;
	}

	.drawer-header {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		padding: 15px !important;
		border-bottom: 1px solid #eee !important;
		background: #f8f9fa !important;
	}

	.drawer-title {
		font-size: 16px !important;
		font-weight: 700 !important;
		color: #333 !important;
	}

	.drawer-close {
		background: none !important;
		border: none !important;
		font-size: 28px !important;
		color: #888 !important;
		cursor: pointer !important;
		line-height: 1 !important;
		padding: 0 !important;
		outline: none !important;
	}

	.drawer-body {
		flex: 1 !important;
		overflow-y: auto !important;
		padding: 20px 15px !important;
	}

	/* Authentication Area (Login/Register buttons) */
	.drawer-auth {
		display: flex !important;
		flex-direction: column !important;
		gap: 10px !important;
		margin-bottom: 20px !important;
		border-bottom: 1px solid #eee !important;
		padding-bottom: 20px !important;
	}

	.drawer-user-info {
		font-size: 13px !important;
		font-weight: 600 !important;
		color: #333 !important;
		margin-bottom: 5px !important;
	}

	.drawer-btn {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 8px !important;
		height: 38px !important;
		border-radius: 4px !important;
		font-size: 13px !important;
		font-weight: 700 !important;
		text-decoration: none !important;
		color: #fff !important;
		border: none !important;
	}

	.drawer-btn.btn-register {
		background-color: #d9534f !important;
	}

	.drawer-btn.btn-login {
		background-color: #f0ad4e !important;
	}

	/* Drawer Section Layout */
	.drawer-section {
		margin-bottom: 25px !important;
	}

	.drawer-section-title {
		font-size: 14px !important;
		font-weight: 700 !important;
		color: #78a13b !important;
		margin-bottom: 12px !important;
		text-transform: uppercase !important;
		border-bottom: 2px solid #78a13b !important;
		padding-bottom: 5px !important;
	}

	/* Navigation Link Lists */
	.drawer-nav {
		list-style: none !important;
		padding: 0 !important;
		margin: 0 0 25px 0 !important;
		border-bottom: 1px solid #eee !important;
		padding-bottom: 20px !important;
	}

	.drawer-nav li {
		margin-bottom: 8px !important;
	}

	.drawer-nav a {
		display: flex !important;
		align-items: center !important;
		gap: 10px !important;
		font-size: 14px !important;
		color: #444 !important;
		text-decoration: none !important;
		padding: 8px 10px !important;
		border-radius: 4px !important;
		transition: background 0.2s !important;
	}

	.drawer-nav a:hover {
		background: #f5f5f5 !important;
		color: #78a13b !important;
	}

	/* Categories and Related Links */
	.drawer-categories,
	.drawer-related-links {
		list-style: none !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.drawer-categories li,
	.drawer-related-links li {
		border-bottom: 1px solid #f5f5f5 !important;
	}

	.drawer-categories a,
	.drawer-related-links a {
		display: flex !important;
		align-items: center !important;
		font-size: 13px !important;
		color: #555 !important;
		text-decoration: none !important;
		padding: 10px 5px !important;
		transition: all 0.2s !important;
	}

	.drawer-categories a:hover,
	.drawer-related-links a:hover {
		color: #78a13b !important;
		padding-left: 10px !important;
	}

	/* Language Form inside Drawer */
	.drawer-languages #form-language {
		float: none !important;
		display: block !important;
		width: 100% !important;
	}

	.drawer-languages .btn-group {
		width: 100% !important;
	}

	.drawer-languages .dropdown-toggle {
		width: 100% !important;
		text-align: left !important;
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		border: 1px solid #ddd !important;
		border-radius: 4px !important;
		padding: 8px 12px !important;
		background: #fff !important;
		color: #333 !important;
		box-shadow: none !important;
	}

	.drawer-languages .dropdown-menu {
		width: 100% !important;
		position: relative !important;
		z-index: 1001 !important;
		float: none !important;
		box-shadow: none !important;
		border: 1px solid #eee !important;
		background: #fdfdfd !important;
	}

	.drawer-languages .dropdown-menu button {
		text-align: left !important;
		padding: 8px 12px !important;
		width: 100% !important;
	}

	.drawer-languages .language-name-text {
		display: inline-block !important;
		margin-left: 8px !important;
		font-size: 13px !important;
		color: #333 !important;
		vertical-align: middle !important;
		font-weight: 500 !important;
	}

	/* Logo & Header Adjustments */
	.header-flex-row {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		/* width: 100% !important; */
	}

	header .col-sm-3,
	header .col-sm-9 {
		width: 100% !important;
		padding: 0 10px !important;
	}

	#logo {
		margin: 10px 0 15px 0 !important;
		display: flex !important;
		justify-content: center !important;
		width: 100% !important;
	}

	#logo a {
		display: inline-block !important;
	}

	#logo img {
		max-height: 55px !important;
		width: auto !important;
		margin: 0 auto !important;
		display: block !important;
	}

	/* Search & Action Row Adjustments */
	.header-search-row {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.header-search-row>div {
		box-sizing: border-box !important;
	}

	.header-search-row>div:first-child {
		width: 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		margin-bottom: 8px !important;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.header-search-row>div:nth-child(2),
	.header-search-row>div:nth-child(3) {
		width: 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	#search {
		margin-bottom: 0 !important;
	}

	/* Buttons Cart & Quote Adaptations */
	#cart,
	#quote {
		width: 100% !important;
	}

	#cart>button,
	#quote>button {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		font-size: 11px !important;
		padding: 0 4px !important;
		gap: 3px !important;
		margin-top: 0 !important;
		width: 100% !important;
		height: 38px !important;
		border-radius: 4px !important;
	}

	/* Layout Column Reordering on Mobile */
	.container>.row {
		display: flex !important;
		flex-direction: column !important;
	}

	#content {
		order: 1 !important;
	}

	aside#column-left {
		order: 2 !important;
		margin-top: 20px !important;
	}

	aside#column-right {
		order: 3 !important;
		margin-top: 20px !important;
	}

	/* Style product thumbs for 2-column layout (col-xs-6) */
	.product-layout.col-xs-6 {
		padding-left: 5px !important;
		padding-right: 5px !important;
		margin-bottom: 10px !important;
	}

	.product-thumb {
		margin-bottom: 10px !important;
	}

	.product-thumb .caption {
		min-height: 155px !important;
		padding: 0 8px !important;
	}

	.product-thumb h4 {
		font-size: 11.5px !important;
		line-height: 1.3 !important;
		margin-top: 5px !important;
		height: 32px;
		overflow: hidden;
	}

	.product-thumb p {
		font-size: 10.5px !important;
		margin-bottom: 4px !important;
		line-height: 1.4 !important;
	}

	.product-thumb .price {
		font-size: 11px !important;
	}

	.product-thumb .button-group button {
		font-size: 9.5px !important;
		line-height: 30px !important;
	}

	/* Scrollable News Table */
	.home-news-table {
		display: block !important;
		max-height: 250px !important;
		overflow-y: auto !important;
		border: 1px solid #e2e8f0 !important;
		margin-top: 10px !important;
		width: 100% !important;
	}

	.home-news-table td {
		padding: 10px 15px !important;
	}

	/* Subcategory (List Thể loại) 2 Columns Grid */
	.subcategory-grid {
		display: flex !important;
		flex-wrap: wrap !important;
		flex-direction: row !important;
		margin-left: -8px !important;
		margin-right: -8px !important;
	}

	.subcategory-item {
		width: 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
		padding-left: 8px !important;
		padding-right: 8px !important;
		margin-bottom: 16px !important;
		display: flex !important;
		float: none !important;
		box-sizing: border-box !important;
	}

	.subcategory-card {
		width: 100% !important;
		padding: 10px !important;
		border: 1px solid #e8e8e8 !important;
		border-radius: 8px !important;
		background: #fff !important;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
	}

	.subcategory-card a {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: space-between !important;
		width: 100% !important;
		height: 100% !important;
		text-decoration: none !important;
	}

	.subcategory-card .image {
		height: 90px !important;
		width: 100% !important;
		margin-bottom: 8px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		background: #fdfdfd !important;
		border-radius: 6px !important;
		overflow: hidden !important;
	}

	.subcategory-card .image img {
		max-height: 80px !important;
		object-fit: contain !important;
		width: auto !important;
		border-radius: 4px !important;
	}

	.subcategory-card .name {
		font-size: 11.5px !important;
		font-weight: 600 !important;
		color: #333 !important;
		text-align: center !important;
		line-height: 1.3 !important;
		word-break: break-word !important;
	}
}

@media (max-width: 480px) {

	/* Tighten spacing even further on small devices */
	#top-links ul {
		gap: 4px !important;
	}

	.btn-topbar {
		padding: 2px 4px !important;
		font-size: 9.5px !important;
	}

	#cart>button,
	#quote>button {
		font-size: 10px !important;
		padding: 0 2px !important;
	}
}