@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: 100%;
        overflow: hidden;
}
h1 {
	font-family: OpenSans-Regular;
        font-size: 1.5em;
	margin-left: 8px;
	font-weight: bold;
        width: 100%;
}
h2 {
	font-family: OpenSans-Regular;
        font-size: 1.2em;
	margin-left: 5px;
	font-weight: normal;
        width: 100%;
}
.barcontainer {     
	position: relative;
	
        display:flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;            
        box-sizing: border-box;
}
.barcontainer .baritem {
    	flex-grow: 1;
        flex-shrink: 0;
        padding: 2px;
        /*border: 1px solid blue;*/
}
.barcontainer .baritem-left {

        padding: 2px;
        /*border: 1px solid blue;*/
}
.barcontainer .baritem-right {

        padding: 2px;
        /*border: 1px solid blue;*/
        margin-left: auto;
}
.membericon  {
    position:relative;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    max-width: 50px;
    cursor:pointer;		
    background-color: white;
    text-align: center;
}

.membericonimage {
    width: 50px;
}
.membericonimage:hover {
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
    top: 3px;
}

#shoppingcarticon #totalitem {
    z-index: 2;
    position:absolute;
    transform: translate(30%, -30%); /* Fine-tune for overlap: positive x for right, negative y for up */
    white-space: nowrap; /* Prevents wrapping of the number */    
    width: 10px;
    top: 0px;
    right: 0px;
    padding: 3px;
    border: 2px white solid;
    background-color: #428bbd;
    font-family: Verdana;
    font-size: 0.6em;
    color: white;
    font-weight: bold;
    border-radius: 5px;            
}


#header {     
	position: relative;
	width: 100%;
        
       /*border: 1px solid blue;*/
      
}

#header #header_logo {
    position: relative;
    
}


#topmenu {
	list-style:none;
	position:relative;
}

#topmenu a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:1em;
	line-height:32px;
	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:#f6f6f6
}

#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;
}

.slicknav_menu {
	display:none;
}
.logosmall {
	float: left;
	width: 150px;
	margin-bottom: 10px;
}
.logosmall img {
	width: 100%;
}

#hotlineheader {
	position: relative;
	width: 100%;
	background-color: #428bbd; 
        padding-top: 5px;
        padding-bottom: 5px;
}

#searchbar  {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
        margin-left: 10px;
}
#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;
}
#searchbar #txtSearchInput {
	width: 150px;
	float: left;
	margin-right: 5px;
	border: 1px solid #000066;
	height: 25px;
	padding-left: 5px;
}
#searchbar .fadetext {
	color: #CCCCCC;
}

#searchbar #btnSearch {
	background-color: #000099;
	border: 1px solid #999999;
	color: #FFFFFF;
	padding: 5px;
	font-family: OpenSans-Regular;
	font-size: 14px;  
        cursor: pointer; 
}

button {
    border-radius: 6px;
    padding: 2px 10px;
}

.loginLinks {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	font-family: OpenSans-Regular;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	color: #666666;
	cursor: pointer;
	background-color: #FFFFFF;
}


#memberbar {
	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;
}

#memberbar #membermenu {
	margin-right: 10px;
}

#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;
}



#centre {
	width: 100%;
        overflow: hidden;
       /*border: 1px solid #999999;*/
}

#pageparameter   {
	font-family: OpenSans-Regular;
	font-size: 12px;
	padding: 5px;
	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;
}

#pageparameter   #pagelistbox   #pagelist  {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#pageparameter   #pagelistbox   #pagelist   li  {
	margin-right: 2px;
}
#pageparameter #pagelistbox #pagelist .noselect {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#pageparameter #pagelistbox #pagelist a {

	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;
}

.maincontainer {
   	padding: 5px;
	width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;  
}
.featureditem  {
	padding: 5px;
	width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;   
}
.product {
    	flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 160px;
        max-width: 160px;
        border-radius: 5px;
	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;
}

/* Shadow definitions as above */
.shadow-1 {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.shadow-2 {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.shadow-3 {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.shadow-4 {
  box-shadow:
    0px 4px 6px rgba(0, 0, 0, 0.1),
    0px 10px 20px rgba(0, 0, 0, 0.15);
}

.notfound {
	font-family: OpenSans-Regular;
	font-size: 12px;
	padding: 10px;
	float: left;
	width: 95%;
}
.loginnow {
	font-family: OpenSans-Regular;
	font-size: 1em;
        border-radius: 5px;
	padding: 10px;
	width: 90%;
        float:left;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 20px;
	color: #FFFFFF;
	background-color: #428bbd;
}

.message {
	font-family: OpenSans-Regular;
	font-size: 0.9em;
	padding: 10px;
	width: 85%;
	color: #FFFFFF;
        background-color: #0033cc;
	margin: 16px;
        border-radius: 5px;
        animation: wiggle 0.5s linear 1 forwards;
}

/* Keyframes */
@keyframes wiggle {
 0% { transform: translateX(0); transform: scale(1.2,1.2) }
 25% { transform: translateX(5px);  transform: scale(1,1) ;transform:skewX(15deg) }
 50% { transform: translateX(-5px); transform:skewX(-15deg) }
 75% { transform: translateX(5px); transform: skewX(0deg) }
 100% { transform: translateX(0); transform:skewX(0deg) }
}

@keyframes smallwiggle {
 0% { transform: translateX(0);  }
 25% { transform: translateX(2px); ;transform:skewX(2deg) }
 50% { transform: translateX(-2px); transform:skewX(-2deg) }
 75% { transform: translateX(2px); transform: skewX(2deg) }
 100% { transform: translateX(0); transform:skewX(0deg) }
}


@media screen and (min-width: 300px) {

    #header {
            /*background-color: rgba(255, 255, 255, .95);*/
            /*background-color:#FFFFFF;*/
            text-align:	left;
            border-bottom: none;	
    }
    #header #header_logo {
            width: 80%;
            margin-top: 10px;

    }

    #logo_small_box {
            width: 150px;
            margin-top: 10px;
    }

    #logo_small_box #logo_small_img {
            width: 100%;
    }

    /* #menu is the original menu */

    #header_logo {
                    display:none;
    }		
    #topmenu {
        display:none;
    }	
    .slicknav_menu  {
                    display:block;	
                    /*box-shadow: 0px 10px 10px -10px black;*/

                    /*border-bottom: 1px solid #AAAAAA;*/
                    font-family: "Product Sans";
                    font-size: 1.5em;
                    line-height: 1.5em;
    }



}

@media screen and (min-width: 800px) {
    #header_logo_small {
            width: 200px;
            margin-top: 10px;
    }

    #header #header_logo {
            width: 20%;
            margin-top: 10px;
    }
    #header {
    /*	background-color: rgba(0, 255, 255, 0);*/
            /*background-color:#FFFFFF;	*/
            text-align:	left;
            
    }

    #logo_small_box {
            width: 150px;
            margin-top: 10px;
    }

    #logo_small_box #logo_small_img {
            width: 100%;
    }

    /* #menu is the original menu */

    #header_logo {
            display:block;
    }			
    #topmenu {
            display:block;
    }

    .slicknav_menu {
            display:none;

    }
}
