@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: Aldo;
    src: url('fonts/aldo_pc.ttf');
}

@font-face {
    font-family: OpenSans-Regular;
    src: url('fonts/open_sans/OpenSans-Regular.ttf');
}
body {
	width: 100%;
	margin: auto;
}
#outer-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#container {
	width: 1000px;
 	margin-right: auto;
	margin-left: auto;            
}
h1 {
	font-family: Aldo;
	margin-left: 5px;
	font-weight: normal;
}
#hotlineheader {
	height: 50px;
	position: relative;
	float: left;
	width: 100%;
	background-color: #526d3d;
}
#hotlineheader #hotlinenumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	float: left;
	width: auto;
}

#header {
	height: 150px;
	position: relative;
	float: left;
	width: 100%;
}
#header #penawar-ecatalog-logo {
	float: left;
}

#hotlineheader #btnLogin {
	float: right;
	padding: 5px;
        padding-left: 12px;
        padding-right: 12px;
	border: 1px solid #000000;
	margin-top: 8px;
	margin-right: 8px;
	font-family: OpenSans-Regular;
	font-size: 12px;
	color: #FFFFFF;
        font-weight: bold;
	background-color: #3a5c20;
	cursor: pointer; 	
        border-radius: 5px;
}
#hotlineheader .loginLinks {
	float: right;
	margin-top: 8px;
	margin-right: 8px;
	font-family: OpenSans-Regular;
	font-size: 11px;
	padding: 6px;
	border: 1px solid #000000;
	color: #666666;
	cursor: pointer;
	background-color: #FFFFFF;	
        border-radius: 5px;
}
#memberbar {
	float: left;
	width: 100%;
	background-color: #000066;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;

}
#memberbar #membername {
	margin-left: 5px;
	font-family: OpenSans-Regular;
	font-size: 12px;
	font-weight: bold;
	float: left;
}

#org_logo_topleft {
    width: 30%;
    margin: 12px;
    position: relative;
    float: left;
}

#org_logo_topleft img {
    width: 100%;
    float: left;
}

#header #searchbar  {
	position: relative;
        padding: 10px;
	width: 100%;
	float: left;
}

#header  #searchbar label  {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	width: 50px;
	text-align: left;
	font-weight: bold;
	font-family: OpenSans-Regular;
	font-size: 12px;
	color: #000099;
}
#header   #searchbar #txtSearchInput {
	width: 150px;
	float: left;
	margin-right: 5px;
	border: 1px solid #000066;
	height: 25px;
	padding-left: 5px;
}
#container #header #searchbar .fadetext {
	color: #CCCCCC;
}

#header  #searchbar #btnSearch {
	border: 1px solid #666666;
	color: #FFFFFF;
	height: 25px;
	padding: 5px;
}
#centre #bannerbox {
	height: 200px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	border: 1px solid #999999;
	background-color: #999999;
}
#categorybar {
	float: left;
	width: 100%;
	background-color: #4242FD;
	padding-top: 10px;
	padding-bottom: 10px;
}
#categorybar label {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	width: 80px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	font-family: OpenSans-Regular;
	font-size: 12px;
}
#categorybar #categorylist {
	float: left;
	width: 200px;
}

#topcategory {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
	text-align: center;
        width: 100%;
        background-color: #506e38;

        border-radius: 5px;        
}
/*
#topcategory .item {
        display: flex;
        position: relative;
        text-align: center;
        align-content: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
        color: white;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: 10px;        
}
#topcategory  .item:hover {
	color: #FFFFFF;
	background-color: #81a641;
}
*/
#topmenu {
	list-style:none;
	position:relative;
	float:right;
	margin:0;
	padding:0;
	clear: right;
}

#topmenu a
{
	display:block;
	color: white;
	text-decoration:none;
	font-weight:700;
	font-size:1em;
	line-height:40px;
	padding:0 15px;
	font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif
}

#topmenu li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	
}

#topmenu li.current-menu-item
{
/*	background:#ddd */
}


#topmenu li:hover
{
	background-image: linear-gradient(to bottom, rgba(94,1276,39,0.3) 0%, rgba(94,1276,39,1) 90%);
        color: #486518;
        text-shadow: 2px 2px #333333;
}

#topmenu ul
{
	list-style:none;
	visibility: hidden;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
	border: 1px solid #CCCCCC;
        transition: visibility 0s, opacity 0.5s linear;
        opacity: 0;
}

#topmenu ul li
{
	float:none;
	width:150px;
	border: 1px #CCCCCC solid;
}

#topmenu ul a
{
	font-size: 0.8em;
	line-height:120%;
	padding:10px 15px
}

#topmenu ul ul
{
	top:0;
	left:100%
}


#topmenu li:hover > ul
{
	visibility: visible;
        opacity: 1;
}

#centre {
	float: left;
	width: 100%;
}
#featureditem  {
	padding: 5px;
	float: left;
	width: 100%;
}
#pageparameter   {
	font-family: OpenSans-Regular;
	font-size: 12px;
	padding: 5px;
	float: left;
	width: 90%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #00FFFF;
	border-bottom-color: #00FFFF;
}
#pageparameter #listinginfo {
	padding: 2px;
	float: left;
}

#pageparameter   #pagelistbox   #pagelist  {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
}
#pageparameter   #pagelistbox   #pagelist   li  {
	float: left;
	margin-right: 2px;
}
#pageparameter #pagelistbox #pagelist .noselect {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#pageparameter #pagelistbox #pagelist a {
	float: left;
	border: 1px solid #0066FF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#pageparameter #itemperpagebox {
	padding: 2px;
	float: right;
}


.product {
	float: left;
	width: 160px;
	border: 1px solid #ccc;
	margin: 5px;
	height: 230px;
	cursor: pointer;
}
.product .prod_img {
	width: 100%;
	height: 50%;
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9B0000;
	background-color: #9B0000;
}
.product .prod_img img {
	width: 100%;
}

.product .prod_name {
	font-family: OpenSans-Regular;
	font-size: 12px;
	float: left;
	width: 95%;
	height: 40px;
	font-weight: bold;
	padding: 5px;
}
.product .prod_price {
	font-family: OpenSans-Regular;
	float: left;
	width: 95%;
	color: #FF0000;
	text-align: right;
	padding: 0px;
}
.product .prod_price .currency {
	font-size: 12px;
	margin-bottom: 20px;
	float: right;
	margin-right: 5px;
}
.product .prod_price .value {
	text-align: right;
	float: right;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.product  .prod_price  .cent {
	font-size: 14px;
	float: right;
	margin-top: 11px;
	font-weight: bold;
}
.product .prod_packing {
	font-family: OpenSans-Regular;
	float: right;
	color: #333333;
	text-align: right;
	font-size: 12px;
	padding: 0px;
	margin-right: 5px;
}
.product .gst {
	font-family: OpenSans-Regular;
	float: left;
	color: #666666;
	text-align: right;
	font-size: 10px;
	padding: 0px;
	font-weight: bold;
	margin-left: 5px;
}

.notfound {
	font-family: OpenSans-Regular;
	font-size: 12px;
	padding: 10px;
	float: left;
	width: 95%;
}



#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF0000;
	height: 100px;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 20px;
	color: #FFFFFF;
	background-color: #3a4e17;
}


@media screen and (max-width: 500px) {

    #container {
            width: 100%;
    }
    #org_logo_topleft {
        width: 90%;
    }
    #topmenu a {
        font-size: 0.8em;
        padding:0 10px;
        color: white;
    }
}

@media screen and (min-width: 500px) and (max-width: 800px) {

    #container {
        width: 100%;
    }
    #org_logo_topleft {
        width: 50%;
    }
    #topmenu a {
        font-size: 0.8em;
        padding:0 10px;
        color: white;
    }
}

/* Modern storefront refresh */
* {
	box-sizing: border-box;
}

html {
	background: #f6f7f3;
}

body {
	min-height: 100%;
	background:
		linear-gradient(180deg, #f8faf5 0%, #ffffff 42%, #f6f7f3 100%);
	color: #17210f;
	font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

button,
input,
select {
	font: inherit;
}

#outer-container {
	min-height: 100vh;
}

#container {
	width: min(1180px, calc(100% - 32px));
}

#hotlineheader {
	position: sticky;
	top: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	height: auto;
	min-height: 50px;
	padding: 8px max(16px, calc((100vw - 1180px) / 2));
	float: none;
	background: rgba(42, 73, 35, 0.96);
	box-shadow: 0 8px 24px rgba(20, 38, 14, 0.14);
	backdrop-filter: blur(10px);
}

#hotlineheader #searchbar {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 280px;
	max-width: 560px;
	margin-right: auto;
	float: none;
	padding: 0;
}

#hotlineheader #searchbar label {
	color: rgba(255, 255, 255, 0.82);
	font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

#hotlineheader #btnLogin,
#hotlineheader .loginLinks {
	float: none;
	margin: 0;
	border: 0;
	border-radius: 999px;
	font-size: 13px;
	line-height: 1;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

#hotlineheader #btnLogin {
	padding: 11px 18px;
	background: #ffffff;
	color: #294820;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

#hotlineheader .loginLinks {
	padding: 10px 14px;
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}

#hotlineheader #btnLogin:hover,
#hotlineheader .loginLinks:hover {
	transform: translateY(-1px);
}

#hotlineheader #btnLogin:hover {
	background: #eef5e8;
	color: #203b18;
}

#hotlineheader .loginLinks:hover {
	background: rgba(255, 255, 255, 0.22);
	color: #ffffff;
}

#header {
	display: grid;
	grid-template-columns: minmax(190px, 320px) minmax(280px, 1fr);
	align-items: center;
	gap: 28px;
	height: auto;
	min-height: 132px;
	padding: 26px 0 20px;
	float: none;
}

#org_logo_topleft {
	width: auto;
	max-width: 320px;
	margin: 0;
	float: none;
}

#org_logo_topleft img {
	display: block;
	width: 100%;
	float: none;
}

#hotlineheader #searchbar #txtSearchInput {
	width: min(100%, 320px);
	height: 32px;
	margin: 0;
	font-size: 12px;
	padding: 0 10px;
	float: none;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 8px;
	background: #ffffff;
	color: #1b2514;
	outline: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

#hotlineheader #searchbar #txtSearchInput:focus {
	border-color: #dcebd2;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
}

#hotlineheader #searchbar .fadetext {
	color: #8b9483;
}

#hotlineheader #searchbar #btnSearch {
	height: 38px;
	min-width: 82px;
	padding: 0 14px;
	border: 0;
	border-radius: 8px;
	background: #b8322b;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	transition: transform 0.18s ease, background 0.18s ease;
}

#hotlineheader #searchbar #btnSearch:hover {
	background: #9d2722;
	transform: translateY(-1px);
}

/* Legacy searchbar selectors retained for older cached markup. */
#header #searchbar {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	width: 100%;
	padding: 0;
	float: none;
}

#header #searchbar #txtSearchInput {
	width: min(100%, 430px);
	height: 48px;
	margin: 0;
	padding: 0 12px;
	float: none;
	border: 1px solid #d6decf;
	border-radius: 8px;
	background: #ffffff;
	color: #1b2514;
	box-shadow: 0 10px 28px rgba(45, 68, 30, 0.08);
	outline: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

#header #searchbar #txtSearchInput:focus {
	border-color: #648545;
	box-shadow: 0 0 0 4px rgba(100, 133, 69, 0.16);
}

#container #header #searchbar .fadetext {
	color: #8b9483;
}

#header #searchbar #btnSearch {
	height: 48px;
	min-width: 104px;
	padding: 0 20px;
	border: 0;
	border-radius: 8px;
	background: #b8322b;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 10px 20px rgba(184, 50, 43, 0.2);
	transition: transform 0.18s ease, background 0.18s ease;
}

#header #searchbar #btnSearch:hover {
	background: #9d2722;
	transform: translateY(-1px);
}

#memberbar {
	border-radius: 8px;
	margin-bottom: 10px;
}

#memberbar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	padding: 12px;
	float: none;
	background: #263958;
}

#memberbar #membername {
	float: none;
	margin: 0;
}

#memberpanel {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

#memberMenuToggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 8px;
	background: #ffffff;
	cursor: pointer;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
	transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

#memberMenuToggle:hover,
#memberpanel.open #memberMenuToggle {
	background: #eef5e8;
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

#memberMenuToggle span {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: #294820;
}

#memberdrawer {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	z-index: 30;
	display: none;
	min-width: 210px;
	padding: 6px;
	border: 1px solid #dfe8d8;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 36px rgba(20, 38, 14, 0.18);
}

#memberpanel.open #memberdrawer {
	display: block;
}

#memberdrawer .membermenuitem {
	display: block;
	width: 100%;
	border: 0;
	border-radius: 6px;
	padding: 10px 12px;
	background: transparent;
	color: #17210f;
	font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
}

#memberdrawer .membermenuitem:hover {
	background: #eef5e8;
	color: #294820;
}

#shoppingcartbar {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: #ffffff;
	color: #294820;
	cursor: pointer;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
	transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

#shoppingcartbar:hover {
	background: #eef5e8;
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

#shoppingcartbar .carticon {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

#shoppingcartbar #contents {
	position: absolute;
	top: -7px;
	right: -7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border: 2px solid #263958;
	border-radius: 999px;
	background: #b8322b;
	color: #ffffff;
	font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
}

#memberbar #membername {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	min-width: 0;
	padding: 6px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.09);
	color: #ffffff;
	font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
}

#memberbar #membername .memberlabel {
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}

#memberbar #membername .memberfullname {
	max-width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	font-weight: bold;
}

#memberbar #membername .memberstatus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	min-height: 28px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
}

#memberbar #membername .memberstatus.validated {
	background: #e8f3dc;
	color: #28411f;
}

#memberbar #membername .memberstatus.pending {
	background: #fff3cf;
	color: #6c5314;
}

#topcategory {
	position: sticky;
	top: 50px;
	z-index: 15;
	display: block;
	overflow-x: auto;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	background: #345c2a;
	box-shadow: 0 10px 28px rgba(39, 67, 28, 0.16);
	-webkit-overflow-scrolling: touch;
}

#topmenu {
	display: flex;
	gap: 6px;
	width: max-content;
	min-width: 100%;
	float: none;
	clear: none;
}

#topmenu li {
	float: none;
}

#topmenu a {
	border-radius: 7px;
	padding: 0 14px;
	white-space: nowrap;
	line-height: 40px;
	font-size: 14px;
	font-weight: 700;
}

#topmenu li:hover {
	background: rgba(255, 255, 255, 0.14);
	background-image: none;
	text-shadow: none;
}

#centre {
	float: none;
	width: 100%;
}

#container_center {
	overflow: hidden;
	margin-top: 18px;
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(27, 43, 16, 0.14);
}

.carousel-cell img {
	display: block;
	aspect-ratio: 1230 / 570;
	object-fit: cover;
	cursor: pointer;
}

#featureditem {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
	gap: 18px;
	width: 100%;
	padding: 28px 0 6px;
	float: none;
}

#featureditem > h1,
#featureditem > #pageparameter,
#featureditem > .notfound {
	grid-column: 1 / -1;
}

h1 {
	margin: 0 0 4px;
	color: #1f3519;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.1;
	letter-spacing: 0;
}

#pageparameter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	width: 100%;
	padding: 12px;
	float: none;
	border: 1px solid #dfe8d8;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 10px 28px rgba(40, 59, 31, 0.07);
}

#pageparameter #listinginfo,
#pageparameter #itemperpagebox,
#pageparameter #pagelistbox #pagelist,
#pageparameter #pagelistbox #pagelist li,
#pageparameter #pagelistbox #pagelist a {
	float: none;
}

#pageparameter #pagelistbox #pagelist {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0;
}

#pageparameter #pagelistbox #pagelist a,
#pageparameter #pagelistbox #pagelist .noselect {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	min-height: 32px;
	border-radius: 6px;
}

#pageparameter #pagelistbox #pagelist a {
	border: 1px solid #cfdcc5;
	color: #2d4f25;
	background: #f8faf5;
}

#pageparameter #pagelistbox #pagelist .noselect {
	color: #ffffff;
	background: #345c2a;
}

#pageparameter #itemperpage {
	min-height: 34px;
	border: 1px solid #cfdcc5;
	border-radius: 6px;
	background: #ffffff;
}

.product {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	min-height: 320px;
	margin: 0;
	float: none;
	overflow: hidden;
	border: 1px solid #dfe5d9;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(28, 44, 18, 0.08);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.product:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(28, 44, 18, 0.14);
}

.product .prod_img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 0.76;
	border: 0;
	background: #f2f5ee;
}

.product .prod_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 12px;
}

.product .prod_name {
	width: 100%;
	height: auto;
	min-height: 62px;
	padding: 14px 14px 4px;
	float: none;
	color: #1b2514;
	font-size: 14px;
	line-height: 1.35;
}

.product .prod_price {
	display: flex;
	flex-direction: row-reverse;
	align-items: baseline;
	justify-content: flex-start;
	gap: 2px;
	width: 100%;
	margin-top: auto;
	padding: 4px 14px 0;
	float: none;
	color: #b8322b;
}

.product .prod_price .currency,
.product .prod_price .value,
.product .prod_price .cent {
	float: none;
	margin: 0;
}

.product .prod_price .currency {
	font-size: 12px;
}

.product .prod_price .value {
	font-size: 30px;
	line-height: 1;
}

.product .prod_price .cent {
	font-size: 15px;
}

.product .prod_packing,
.product .gst {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0 14px 14px;
	color: #66705f;
	text-align: right;
}

.product .gst {
	padding-top: 0;
	font-size: 11px;
	text-align: left;
}

.notfound {
	width: 100%;
	padding: 18px;
	float: none;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 10px 28px rgba(40, 59, 31, 0.07);
}

#footer {
	width: 100%;
	height: auto;
	min-height: 120px;
	margin-top: 34px;
	padding: 28px 18px;
	float: none;
	border-top: 4px solid #b8322b;
	background: #22371c;
	color: #eaf0e5;
	font-size: 12px;
}

@media screen and (max-width: 760px) {
	#container {
		width: min(100% - 24px, 1180px);
	}

	#hotlineheader {
		justify-content: center;
		flex-wrap: wrap;
		padding: 8px 12px;
	}

	#hotlineheader #searchbar {
		order: -1;
		width: 100%;
		min-width: 0;
		max-width: none;
		margin-right: 0;
	}

	#hotlineheader #btnLogin,
	#hotlineheader .loginLinks {
		font-size: 12px;
	}

	#header {
		grid-template-columns: 1fr;
		gap: 16px;
		min-height: 0;
		padding: 22px 0 16px;
	}

	#org_logo_topleft {
		width: min(82vw, 300px);
		margin: 0 auto;
	}

	#header #searchbar {
		justify-content: stretch;
	}

	#header #searchbar #txtSearchInput {
		width: 100%;
		min-width: 0;
	}

	#header #searchbar #btnSearch {
		min-width: 88px;
		padding: 0 8px;
	}

	#topcategory {
		top: 50px;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		border-radius: 0;
	}

	#featureditem {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		padding-top: 22px;
	}

	.product {
		min-height: 286px;
	}

	.product .prod_name {
		font-size: 13px;
		min-height: 70px;
		padding-inline: 12px;
	}

	.product .prod_price {
		padding-inline: 12px;
	}

	.product .prod_price .value {
		font-size: 25px;
	}

	#pageparameter {
		align-items: stretch;
		flex-direction: column;
		font-size: 12px;
	}

	#pageparameter #itemperpagebox {
		text-align: left;
	}

	#memberbar {
		align-items: stretch;
		justify-content: stretch;
	}

	#memberpanel {
		width: 100%;
	}

	#memberbar #membername {
		align-items: center;
		flex-direction: row;
		flex: 1;
		gap: 8px;
		min-width: 0;
	}

	#memberbar #membername .memberfullname {
		max-width: none;
		min-width: 0;
		white-space: nowrap;
	}

	#memberbar #membername .memberstatus {
		flex: 0 0 auto;
		justify-content: center;
	}

	#memberdrawer {
		left: 0;
		right: 0;
		min-width: 0;
	}
}

@media screen and (max-width: 420px) {
	#header #searchbar {
		flex-direction: column;
	}

	#header #searchbar #btnSearch {
		width: 100%;
	}

	#featureditem {
		grid-template-columns: 1fr;
	}

	.product {
		min-height: 0;
	}
}
