.message @charset "utf-8";
/* AUS only css */
/********************************************/
/*******************Costco Branding***********/
/********************************************/
html {
	font-size: 62.5%;
} /*62.5% of 16 = 10*/
/*body {
	font-size: 16px;
	line-height: 1.6;
}*/
h1, .h1 {
	font-size: 30px;
}
h2, .h2 {
	font-size: 26px;
}
h3, .h3 {
	font-size: 22px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.3;
}
h1, .h1, h3, .h3 {
	padding: 20px 0;
}
h4, .h4, h5, .h5, h6, .h6 {
	padding: 10px 0;
}
p {
	font-size: 16px;
	padding: 5px 0;
	line-height: 1.6;
}

/*Hide Reject All button in the Cookie Consent banner */
#gdprMessage
.gdpr-reject { 
display: none; 
}

.clearboth {
	clear: both !important;
}
.clearleft {
	clear: left !important;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.text-align-center {
	text-align: center;
}
.text-align-left {
	text-align: left;
}
.text-align-right {
	text-align: right;
}
.in-page-list-style {
	padding-left: 15px !important;
}
.in-page-list-style li {
	list-style: disc !important;
	display: list-item !important;
	font-size: 16px;
	line-height: 1.6;
}
.in-page-greybox {
	background-color: #f1f1f1;
	text-align: center;
	padding: 12px 0px 12px 0px;
	border: 1px solid #ccc;
	font-size: 18px;
}

.in-page-banner-style {
	margin: 20px 0 !important;
}
.in-page-image-style {
	padding: 20px !important;
}
.general-notification {
	font-size: 14px;
	line-height: 18px;
	font-color: #333333;
	padding: 15px;
	background-color: #eff7fb;
	margin: 20px 0 20px 0;
}
.img-valign-mid {
	vertical-align: middle;
}
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	position: relative;
	min-height: 1px;
}

#AllBrandsCategoryLink-sub > li:nth-child(2) > ul:nth-child(2) > li:last-child {
  font-weight: bold;
}

/** Brands Navigation reduce spacing right **/
.cms-nav-component-wrapper .nbc-container .sub-navigation {
    display: none;
    min-width: 300px;
    font-size: 16px;
}

@media (min-width: 1025px) {
	.col-xl-1 {
		width: 8.33333%
	}
	.col-xl-2 {
		width: 16.66667%
	}
	.col-xl-3 {
		width: 25%
	}
	.col-xl-4 {
		width: 33.33333%
	}
	.col-xl-5 {
		width: 41.66667%
	}
	.col-xl-6 {
		width: 50%
	}
	.col-xl-7 {
		width: 58.33333%
	}
	.col-xl-8 {
		width: 66.66667%
	}
	.col-xl-9 {
		width: 75%
	}
	.col-xl-10 {
		width: 83.33333%
	}
	.col-xl-11 {
		width: 91.66667%
	}
	.col-xl-12 {
		width: 100%
	}
	.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
		float: left;
	}
}
/********************************************/
/*******************AU ONLY******************/
/********************************************/
/*hide menu on desktop */

/* do not override */
/*@media screen and (min-width: 1024px) {
	header.main-header .menu-trigger {
		display: none;
	}
}*/
/* do not override */

 /*------ Hide price-per-unit------ 

.price-per-unit{display: none;}*/


/*Hide BIN installments */
#installmentSection {
  display: none;
}

/*hide interests */
.my-account-interests{display: none;}


/*hide return items btn */
/*.list-item__return {
	display: none !important;
}*/
/* Navigation */
li.sub-nav-item.has-children {
	min-width: 200px !important;
}
/* Disable warehouse feature */
.store-features-container {
	display: none !important;
}
/* warehouse- location- no break lines  */
.store-finder-navigation-list-entry-address {
	max-width: 100% !important;
}
/* warehouse- post code- no break lines   */
.store-finder-details-info-address span {
	display: inline-block !important;



}
/* store-direction break  */
.store-direction-link js-store-direction-link {
	display: block;
}
@media (min-width: 1400px) {
	header.main-header .sm-navigation {
		height: 50px;
	}
}
/*hide the bottom divider */
.homepage-banners {
	border-bottom: hidden !important;
}


/*Fix for misalignment issue for holiday hours section*/
.hols {
	text-align: left;
	display: table;
	width: 100%;
	padding: 15px;
	background-color: #eff7fb;
	color: #333333;
	margin-bottom: 20px;
	border-style: solid;
	border-color: #2a6293;
	border-width: 1px;
}
.hols ul {
	display: table-row;
	font-size: 14px;
}
.hols li {
	display: table-cell;
	width: 15%;
}
/*clear all before footer start*/
footer.main-footer {
	clear: both;
	background-color: #efefef;
}
/********/
#homePointOfServiceName, #marketingReferral {
	height: 42px;
}
#smsDetails #showModalLink {
	display: none;
}
/*.product-wishlist-wrapper {
	display: none;
}*/
/*Navigation Font size*/
.cms-nav-component-wrapper .nbc-container > li {margin-right: 2.5em;}
.cms-nav-component-wrapper .nbc-container > li > a {
	font-size: 1.17em !important;
	display: inline-block !important;
}
/*Remove label outline when focused*/
* {
	outline: none;
}


/* AU background & font colours */
.au-bg-green {background-color: #3fca7e;}
.au-bg-android-green {background-color: #4edf82;}
.au-bg-burgundy {background-color: #d05b52;}
.au-bg-hot-buys {background-color: #e5002c;}
.au-bg-last-chancd {background-color: #464646;}
.au-bg-membership {background-color: #0d6dff;}
.au-bg-new {background-color: #01aef0;}
.au-bg-windows-blue {background-color: #69c3f1;}
.au-bg-baby-blue {background-color: #8ccdf3;}
.au-bg-yellow {background-color: #efd608;}
.au-bg-yellow-light {background-color: yellow;}
.au-bg-yellow-darkcyan {background-color: darkcyan;}
.au-bg-fresh-food {background-color: #6ac66a;}
.au-bg-food {background-color: #ebb23f;}
.au-bg-tyre {background-color: #e9745a;}
.au-bg-hearing-aid {background-color: #45b59d;}
.au-bg-optical {background-color: #8396db;}
.au-bg-fuel {background-color: #78abb7;}
.au-bg-kiosk {background-color: #caa289;}
.au-bg-food-court {background-color: #6bc56b;}
.au-bg-jewellery {background-color: #9b9281;}
.au-bg-dark-grey {background-color: #333333;}
.au-bg-light-grey {background-color: #f5f5f5;}
.au-bg-black {background-color: #000;}
.au-bg-white {background-color: #fff;}
.au-bg-light-beige {background-color: #f6f3ec;}

/* Font */
.au-sub-16px {font-size: 16px;line-height: 1.6;padding: 0;}
.au-font-333,.text-color-333 {color: #333;}
.au-font-fff,.text-color-fff {color: #fff;}
.au-font-000,.text-color-000 {color: #000;}
.text-bold {font-weight: bold;}
.au-service-title {font-color: #333;font-size: 3.5rem;font-weight: 700;line-height: 1.2;}
@media (min-width: 1400px) {.au-service-title {font-size: 3.5rem;}}
@media (max-width: 1399px) and (min-width: 769px) {.au-service-title {font-size: 3rem;}}
@media (max-width: 768px) {.au-service-title {font-size: 3rem;}}
.au-title-line-4rem {font-color: #333;font-size: 4rem;font-weight: 700;line-height: 1;}
.au-title-line-3rem {font-color: #333;font-size: 3rem;font-weight: 700;line-height: 1;}
.au-title-line-2rem {font-size: 2rem;font-weight: 700;line-height: 1;}
.au-title-line-23rem {font-color: #333;font-size: 2.3rem;font-weight: 700;line-height: 1;}
.au-title-line-26rem {font-color: #333;font-size: 2.6rem;font-weight: 700;line-height: 1;}
.au-title-line-15rem {font-color: #333;font-size: 1.5rem;font-weight: 700;line-height: 1;}
.au-title-line-1rem {font-color: #333;font-size: 1rem;font-weight: 700;line-height: 1;}
.au-title-sub-15rem {font-size: 1.5rem;font-weight: 400;line-height: 1;}


/* Service General Page */
.bg-white {background-color: #fff;}
.au-img-center {display: block;margin-left: auto;margin-right: auto;}

/* TITLES BOXED */
.title-line-outer {text-align: center;position: relative;z-index: 0;}
.title-line-outer:before {border-top: 2px solid #333;content: "";position: absolute;top: 50%;left: 0;right: 0;bottom: 0;width: 100%;z-index: -1;}
.title-line-outer .title-line-inner {z-index: 1;display: inline-block;padding: 0 30px;background: #fff;}

/*  */
.margin-05 {margin: 0.5rem;}
.au-margin-b3 {margin: 0 0 3em 0;}
.au-margin-b2 {margin: 0 0 2em 0;}
.au-margin-b1 {margin: 0 0 1em 0;}
.au-margin-b05 {margin: 0 0 .5em 0;}
.au-space-2 {padding: 2em;}
.au-space-left-col-d {padding: 3em 2.2em 0em 1.6em;}
.au-space-left-col-t {padding: 3em 2.2em 0em 1.6em;}
.au-space-left-col-m {padding: 3em 2.2em 1em 1.6em;}
.au-space-right-col-d {padding: 3em 2.2em 0em 2em;}
.au-space-right-col-t {padding: 3em 2.2em 0em 2em;}
.au-space-right-col-m {padding: 2em 2.2em 2em 2em;}
.img-center {display: block;margin-left: auto;margin-right: auto;}
.left-align {clear: left;}
.right-align {clear: right;}
.divider-top-w-1 {border-top: solid 1em #fff;}
.divider-bottom-w-1 {border-bottom: solid 1em #fff;clear: both}
.divider-left-w-1 {border-left: solid 1em #fff;}
.divider-right-w-1 {border-right: solid 1em #fff;}
.divider-top-1 {border-top: solid 1px #ccc;}
.divider-bottom-1 {border-bottom: solid 1px #ccc;}
.au-space-0 {padding: 0;}
.au-space-left-10px {padding-left: 10px;}
.au-space-right-10px {padding-right: 10px;}
.au-margin-left-10px {margin-left: 10px;}
.au-margin-right-10px {margin-right: 10px;}
.au-margin-top-2 {margin-top: 2em;}
.au-margin-bottom-1 {margin-bottom: 1em;}
.text-padding-none {padding: 0;}
.text-padding-1rem {padding: 1rem;}
.text-padding-3rem-2rem-1rem-2rem {padding: 3rem 2rem 1rem 2rem;}
.text-padding-2rem {padding: 2rem;}
.membership-indent {text-indent: -1rem;padding-left: 2rem;}
.service-nav {text-align: center;}
.service-nav ul {padding: 2rem;}
.service-nav ul li {display: inline-block !important;border-right: 1px #ccc solid;padding: 1.5rem;}
.service-nav ul li a {text-decoration: none;color: #000;font-size: 16px;}
.service-nav ul li:last-child {border-right: none;}
.service-item {padding: 10px;border-bottom: 1px solid #ccc;}
.service-item a {text-decoration: none;}
.service-item:last-child {border-bottom: none;}
.service-divider-hor {border-top: 1px #ccc solid;padding: 3rem 0rem;}

.space-top-bottom-10px {padding: 10px 0px;}
.space-top-left-right-15px {padding: 15px 15px 0px 15px;}
.space-5px {padding: 5px;}
.space-left-right-10px {padding: 0px 10px;}
.hidden-au {display: none;}
.space-10px {padding: 10px;}
.space-15px {padding: 15px;}
.space-20px {padding: 20px;}
.space-25px {padding: 25px;}
.space-30px {padding: 30px;}
.space-right-1px {padding-right: 1px;}
.space-right-2px {padding-right: 2px;}
.space-right-3px {padding-right: 3px;}
.space-right-4px {padding-right: 4px;}
.space-right-5px {padding-right: 5px;}
.space-left-1px {padding-left: 1px;}
.space-left-2px {padding-left: 2px;}
.space-left-3px {padding-left: 3px;}
.space-left-4px {padding-left: 4px;}
.space-left-5px {padding-left: 5px;}
.space-top-1px {padding-top: 1px;}
.space-top-2px {padding-top: 2px;}
.space-top-3px {padding-top: 3px;}
.space-top-4px {padding-top: 4px;}
.space-top-5px {padding-top: 5px;}
.space-bottom-1px {padding-bottom: 1px;}
.space-bottom-2px {padding-bottom: 2px;}
.space-bottom-3px {padding-bottom: 3px;}
.space-bottom-4px {padding-bottom: 4px;}
.space-bottom-5px {padding-bottom: 5px;}
.space-bottom-1 {padding-bottom: 1rem;}
.space-bottom-2 {padding-bottom: 2rem;}
.space-bottom-3 {padding-bottom: 3rem;}
.space-bottom-4 {padding-bottom: 4rem;}
.space-bottom-5 {padding-bottom: 5rem;}
.space-top-1 {padding-top: 1rem;}
.space-top-2 {padding-top: 2rem;}
.space-top-3 {padding-top: 3rem;}
.space-top-4 {padding-top: 4rem;}
.space-top-5 {padding-top: 5rem;}
.space-right-1 {padding-right: 1rem;}
.space-right-2 {padding-right: 2rem;}
.space-right-3 {padding-right: 3rem;}
.space-right-4 {padding-right: 4rem;}
.space-right-5 {padding-right: 5rem;}
.space-left-1 {padding-left: 1rem;}
.space-left-2 {padding-left: 2rem;}
.space-left-3 {padding-left: 3rem;}
.space-left-4 {padding-left: 4rem;}
.space-left-5 {padding-left: 5rem;}


.padding-1{padding: 1rem;}
.padding-2{padding: 2rem;}
.padding-3{padding: 3rem;}
.padding-4{padding: 4rem;}
.padding-5{padding: 5rem;}
.padding-6{padding: 6rem;}
.padding-7{padding: 7rem;}
.padding-8{padding: 8rem;}
.padding-9{padding: 9rem;}
.padding-10{padding: 10rem;}
.padding-left-right-1{padding: 0rem 1rem ;}
.padding-left-right-2{padding: 0rem 2rem ;}
.padding-left-right-3{padding: 0rem 3rem ;}
.padding-left-right-4{padding: 0rem 4rem ;}
.padding-left-right-5{padding: 0rem 5rem ;}
.padding-left-right-6{padding: 0rem 6rem ;}
.padding-left-right-7{padding: 0rem 7rem ;}
.padding-left-right-8{padding: 0rem 8rem ;}
.padding-left-right-9{padding: 0rem 9rem ;}
.padding-left-right-10{padding: 0rem 10rem ;}
.padding-top-bottom-1{padding: 1rem 0rem ;}
.padding-top-bottom-2{padding: 2rem 0rem ;}
.padding-top-bottom-3{padding: 3rem 0rem ;}
.padding-top-bottom-4{padding: 4rem 0rem ;}
.padding-top-bottom-5{padding: 5rem 0rem ;}
.padding-top-bottom-6{padding: 6rem 0rem ;}
.padding-top-bottom-6{padding: 6rem 0rem ;}
.padding-top-bottom-7{padding: 7rem 0rem ;}
.padding-top-bottom-8{padding: 8rem 0rem ;}
.padding-top-bottom-9{padding: 9rem 0rem ;}
.padding-top-bottom-10{padding: 10rem 0rem ;}
.padding-left-1 {padding-left: 1rem;}
.padding-left-2 {padding-left: 2rem;}
.padding-left-3 {padding-left: 3rem;}
.padding-left-4 {padding-left: 4rem;}

.padding-left-5 {padding-left: 5rem;}
.padding-left-6 {padding-left: 6rem;}
.padding-left-7 {padding-left: 7rem;}
.padding-left-8 {padding-left: 8rem;}
.padding-left-9 {padding-left: 9rem;}
.padding-left-10 {padding-left: 10rem;}
.padding-right-1 {padding-right: 1rem;}
.padding-right-2 {padding-right: 2rem;}
.padding-right-3 {padding-right: 3rem;}
.padding-right-4 {padding-right: 4rem;}
.padding-right-5 {padding-right: 5rem;}
.padding-right-6 {padding-right: 6rem;}
.padding-right-7 {padding-right: 7rem;}
.padding-right-8 {padding-right: 8rem;}
.padding-right-9 {padding-right: 9rem;}
.padding-right-10 {padding-right: 10rem;}
.padding-top-1 {padding-top: 1rem;}
.padding-top-2 {padding-top: 2rem;}
.padding-top-3 {padding-top: 3rem;}
.padding-top-4 {padding-top: 4rem;}
.padding-top-5 {padding-top: 5rem;}
.padding-top-6 {padding-top: 6rem;}
.padding-top-7 {padding-top: 7rem;}
.padding-top-8 {padding-top: 8rem;}
.padding-top-9 {padding-top: 9rem;}
.padding-top-10 {padding-top: 10rem;}
.padding-bottom-1 {padding-bottom: 1rem;}
.padding-bottom-2 {padding-bottom: 2rem;}
.padding-bottom-3 {padding-bottom: 3rem;}
.padding-bottom-4 {padding-bottom: 4rem;}
.padding-bottom-5 {padding-bottom: 5rem;}
.padding-bottom-6 {padding-bottom: 6rem;}
.padding-bottom-7 {padding-bottom: 7rem;}
.padding-bottom-8 {padding-bottom: 8rem;}
.padding-bottom-9 {padding-bottom: 9rem;}
.padding-bottom-10 {padding-bottom: 10rem;}
.margin-1 {	margin: 1rem;}
.margin-2 {	margin: 2rem;}
.margin-3 {	margin: 3rem;}
.margin-4 {	margin: 4rem;}
.margin-5 {	margin: 5rem;}
.margin-6 {	margin: 6rem;}
.margin-7 {	margin: 7rem;}
.margin-8 {	margin: 8rem;}
.margin-9 {	margin: 9rem;}
.margin-10 {margin: 10rem;}
.margin-left-right-1{margin: 0rem 1rem ;}
.margin-left-right-2{margin: 0rem 2rem ;}
.margin-left-right-3{margin: 0rem 3rem ;}
.margin-left-right-4{margin: 0rem 4rem ;}
.margin-left-right-5{margin: 0rem 5rem ;}
.margin-left-right-6{margin: 0rem 6rem ;}
.margin-left-right-7{margin: 0rem 7rem ;}
.margin-left-right-8{margin: 0rem 8rem ;}
.margin-left-right-9{margin: 0rem 9rem ;}
.margin-left-right-10{margin: 0rem 10rem ;}
.margin-top-bottom-1{margin: 1rem 0rem ;}
.margin-top-bottom-2{margin: 2rem 0rem ;}
.margin-top-bottom-3{margin: 3rem 0rem ;}
.margin-top-bottom-4{margin: 4rem 0rem ;}
.margin-top-bottom-5{margin: 5rem 0rem ;}
.margin-top-bottom-6{margin: 6rem 0rem ;}
.margin-top-bottom-7{margin: 7rem 0rem ;}
.margin-top-bottom-8{margin: 8rem 0rem ;}
.margin-top-bottom-9{margin: 9rem 0rem ;}
.margin-top-bottom-10{margin: 10rem 0rem ;}
.margin-right-1 {margin-right: 1rem;}
.margin-right-2 {margin-right: 2rem;}
.margin-right-3 {margin-right: 3rem;}
.margin-right-4 {margin-right: 4rem;}
.margin-right-5 {margin-right: 5rem;}
.margin-right-6 {margin-right: 6rem;}
.margin-right-7 {margin-right: 7rem;}
.margin-right-8 {margin-right: 8rem;}
.margin-right-9 {margin-right: 9rem;}
.margin-right-10 {margin-right: 10rem;}
.margin-left-1 {margin-left: 1rem;}
.margin-left-2 {margin-left: 2rem;}
.margin-left-3 {margin-left: 3rem;}
.margin-left-4 {margin-left: 4rem;}
.margin-left-5 {margin-left: 5rem;}
.margin-left-6 {margin-left: 6rem;}
.margin-left-7 {margin-left: 7rem;}
.margin-left-8 {margin-left: 8rem;}
.margin-left-9 {margin-left: 9rem;}
.margin-left-10 {margin-left: 10rem;}
.margin-top-1 {margin-top: 1rem;}
.margin-top-2 {margin-top: 2rem;}
.margin-top-3 {margin-top: 3rem;}
.margin-top-4 {margin-top: 4rem;}
.margin-top-5 {margin-top: 5rem;}
.margin-top-6 {margin-top: 6rem;}
.margin-top-7 {margin-top: 7rem;}
.margin-top-8 {margin-top: 8rem;}
.margin-top-9 {margin-top: 9rem;}
.margin-top-10 {margin-top: 10rem;}
.margin-bottom-1 {margin-bottom: 1rem;}
.margin-bottom-2 {margin-bottom: 2rem;}
.margin-bottom-3 {margin-bottom: 3rem;}
.margin-bottom-4 {margin-bottom: 4rem;}
.margin-bottom-5 {margin-bottom: 5rem;}
.margin-bottom-6 {margin-bottom: 6rem;}
.margin-bottom-7 {margin-bottom: 7rem;}
.margin-bottom-8 {margin-bottom: 8rem;}
.margin-bottom-9 {margin-bottom: 9rem;}
.margin-bottom-10 {margin-bottom: 10rem;}



.border-right-1-grey {border-right: 1rem #f5f5f5 solid;}
.border-left-1-grey {
	border-left: 1rem #f5f5f5 solid;
}
.border-right-1-w {
	border-right: 1rem #ffffff solid;
}
.border-right-2-w {
	border-right: 2rem #ffffff solid;
}
.border-right-3-w {
	border-right: 3rem #ffffff solid;
}
.border-left-1-w {
	border-left: 1rem #ffffff solid;
}
.border-left-2-w {
	border-left: 2rem #ffffff solid;
}
.border-left-3-w {
	border-left: 3rem #ffffff solid;
}
.au-align-left {
	float: left;
}
.au-align-rigt {
	float: right;
}
.text-padding-desc-box {
	padding: 1rem 1rem 1rem 3rem;
}
.text-padding-desc-box-tyre {
	padding: 0rem 2rem 2rem 3rem;
	text-align: left;
}
.product-tag {
		width: 24.2%;
		border: 1px #d7d7d7 solid;
		padding: 1.5rem;
		margin: 0.5rem;
		height: 12rem;
		display: inline-block;
		float: left;
	}
	.delivery-dsc-wrapper {
		background-color: #f5f5f5;
		padding: 2rem 4rem 4rem 4rem;
		font-size: 18px;
		border-bottom: 2rem #fff solid;
		width: 100%;
	}
.compontent-style-3-L {
		background-image: url('/mediapermalink/COS01-optical-contact-lenses-hero-t');
		background-size: cover;
		background-repeat: no-repeat;
		min-height: 510px;
	}
@media (min-width: 1400px) {
	.compontent-style-1 {
		background-color: #f5f5f5;
		padding: 10rem 6rem;
	}
	/*membership*/
	.compontent-style-1-g {
		background-color: #f5f5f5;
		padding: 0rem;
	}
	.compontent-style-2 {
		background-color: #ffffff;
		padding: 10rem 6rem;
	}
	.compontent-style-3 {
		background-color: #d2dcff;
		padding: 0;
	}
	.compontent-style-4 {
		background-color: #f5f5f5;
		padding: 10rem 6rem;
	}
	.compontent-style-5 {
		background-color: #ffffff;
		padding: 10rem 6rem;
	}
	/*hearing aid*/
	.compontent-style-5-1 {
		background-color: #ffffff;
		padding: 10rem 0rem 0rem 0rem;
	}
	/*hearing aid*/
	.compontent-style-5-2 {
		background-color: #ffffff;
		padding: 10rem 0rem;
	}
	/*membership*/
	.compontent-style-5-3 {
		background-color: #ffffff;
		padding: 7rem 15rem;
	}
	/*optical*/
	.compontent-style-5-4 {
		background-color: #ffffff;
		padding: 7rem 0rem;
	}
	.compontent-style-6 {
		background-color: #d2dcff;
		padding: 10rem 6rem;
		background-image: url('/mediapermalink/COS01-optical-blue-anti-reflective');
	}
	.compontent-style-7 {
		background-color: #ffffff;
		padding: 10rem 6rem;
	}
	.compontent-style-8 {
		background-color: #f5f5f5;
		padding: 10rem 6rem;
	}
	.compontent-style-9 {
		background-color: #ffffff;
		padding: 6rem 5rem 4rem 5rem;
	}
	/*road-shows*/
	.compontent-style-10, .compontent-style-10-1 {
		background-color: #f5f5f5;
		padding: 6rem;
		font-size: 18px;
	}
	/*optical*//*hearing aid*/
	.compontent-style-11 {
		background-color: #f5f5f5;
		padding: 0;
		font-size: 18px;
	}
	/*hearing aid*/
	.btn-primary-hearing-batteries {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: #45b59d;
	color: #ffffff;
	width: 70%;
	margin: 10px auto 0px auto;
	padding: 12px 0px 0px 0px;
	height: 50px;
}
	.img-batteries {
		width: 100%;
		max-width: 500px;
		margin: 2rem 0;
	}
	.hearing-grid-5 {
		width:20%;
		text-align: center;
		padding:0 2rem;
		float: left;
	}
@media (max-width: 1280px) {
		.img-batteries {
		width: 70%;
		}
	}

@media (max-width: 1024px) {
	.btn-primary-hearing-batteries {
		width: 87%;
	}
	.hearing-grid-5 {
		width:33.333333333%;
	}
}
@media (max-width: 767px) {
	.btn-primary-hearing-batteries {
		font-size: 14px;
	}
	.img-batteries {
		width: 100%;
		}
	.hearing-grid-5 {
		width:50%;
	}
}
	
	.compontent-style-12 {
		background-color: #f5f5f5;
		padding: 2.5rem 3rem;
		font-size: 18px;
		line-height: 1.4;
		margin-top: 2rem;
		border-right: 2rem #ffffff solid;
		height: 27rem;
	}
	/*hearing aid*/
	.compontent-style-12-mid {
		background-color: #f5f5f5;
		padding: 2.5rem 3rem;
		font-size: 18px;
		line-height: 1.4;
		margin-top: 2rem;
		border-right: 2rem #ffffff solid;
		height: 27rem;
	}
	/*hearing aid*/
	.compontent-style-12-g {
		background-color: #f5f5f5;
		padding: 2.5rem 3rem;
		font-size: 18px;
		line-height: 1.4;
		margin-top: 2rem;
		height: 27rem;
	}
	/*coupon*/
	.compontent-style-12-1 {
		background-color: #f5f5f5;
		border-right: 2rem #ffffff solid;
		padding: 3rem 3rem 0rem 3rem;
		font-size: 18px;
		line-height: 1.4;
		margin-top: 4rem;
	}
	.white-container-top {
		padding: 0rem 3rem;
		background-color: #f5f5f5;
		border-right: 2rem solid #fff;
		max-width: 100%;
	}
	.white-container-top-1 {
		padding: 0rem 3rem;
		background-color: #fff;
		border-right: 2rem solid #fff;
		max-width: 100%;
	}
	.white-container-sub {
		padding: 0rem 1rem;
		margin: 0rem 2rem;
		background-color: #fff;
		text-align: center;
	}
	/*membership*/
	.compontent-style-13-w {
		background-color: #f5f5f5;
		padding: 8rem 6rem;
		border-left: 2rem #ffffff solid;
	}
	/*membership*/
	.compontent-style-13-g {
		background-color: #f5f5f5;
		padding: 8rem 6rem;
	}
	.h2-space-left {
		padding-left: 4rem;
	}
	.comp-text-style-1 {
		text-align: center;
		color: #fff;
	}
	
	.optical-nav {
		background-color: #fff;
		width: 24.2%;
		border: 1px #d7d7d7 solid;
		padding: 1.5rem;
		margin: 0rem 1rem 1rem 0rem;
		height: 8rem;
		display: inline-block;
		float: left;
	}
	/*product detail*/
	.product-tag-keyword {
		font-size: 22px;
		font-weight: 700;
		text-align: center;
	}
	.product-detail-title-wrapper {
		width: 25%;
		display: inline-block;
		margin-right: 2rem;
		position: absolute;
	}
	.spec-title {
		font-size: 18px;
		font-weight: 700;
		text-align: left;
		width: 25%;
		display: inline-block;
		margin-right: 2rem;
		position: absolute;
	}
	.product-detail-dsc,.product-detail-dsc-food, .spec-dsc,.full-width-dsc {
		width: 70%;
		font-size: 16px;
		text-align: left;
		float: right;
	}
	.product-detail-dsc-food,.full-width-dsc{width: 100%;float: left;}
	.product-detail-dsc-1{
		width: 100%;
		font-size: 14px;
		text-align: left;
		float: left;
	}
	.product-detail-dsc-wrapper {
		background-color: #f5f5f5;
		padding: 3rem;
		margin: 2rem 0;
		font-size: 18px;
	}
	.product-detail-dsc-wrapper-1 {
		background-color: #fff;
		padding: 3rem;
		margin: 2rem 2rem 2rem 0;
	}
	.spec-dsc-wrapper {
		border-bottom: 1px #d7d7d7 solid;
		background-color: #fff;
		padding: 2rem 0rem;
		margin-right: 7.5rem;
		font-size: 18px;
	}

	.delivery-dsc-wrapper-r {
		background-color: #f5f5f5;
		padding: 2rem 4rem 4rem 4rem;
		font-size: 18px;
		border-left: #fff 2rem solid;
	}
	
}



@media (max-width: 1399px) and (min-width: 769px) {

	.product-detail-title-wrapper {
		width: 25%;
		display: inline-block;
		position: absolute;
	}
	.spec-title {
		font-size: 18px;
		font-weight: 700;
		text-align: left;
		width: 25%;
		display: inline-block;
		position: absolute;
	}
	.product-detail-dsc,.product-detail-dsc-food,.full-width-dsc, .spec-dsc {
		width: 70%;
		font-size: 16px;
		text-align: left;
		float: right;
	}
	.product-detail-dsc-food,.full-width-dsc{width: 100%;float: left;}
	.product-detail-dsc-1{
		width: 100%;
		font-size: 14px;
		text-align: left;
		float: left;
	}
	.product-detail-dsc-wrapper {
		background-color: #f5f5f5;
		padding: 3rem;
		margin: 2rem 0;
		font-size: 18px;
	}
	.product-detail-dsc-wrapper-1 {
		background-color: #fff;
		padding: 3rem;
		margin: 2rem 2rem 2rem 0;
	}
	.spec-dsc-wrapper {
		border-bottom: 1px #d7d7d7 solid;
		background-color: #fff;
		padding: 2rem 0rem;
		margin-right: 4rem;
		font-size: 18px;
	}

	.delivery-dsc-wrapper-r {
		background-color: #f5f5f5;
		padding: 2rem 4rem 4rem 4rem;
		font-size: 18px;
		border-left: #fff 2rem solid;
	}
}



@media (max-width: 768px) {
	.optical-form {
		text-align: -webkit-center;
	}
	.tyre-form {
		text-align: -webkit-center;
	}
	.compontent-style-1 {
		background-color: #ffffff;
		padding: 0;
	}
	/*membership*/
	.compontent-style-1-g {
		background-color: #f5f5f5;
		padding: 0;
	}
	.compontent-style-2 {
		background-color: #f5f5f5;
		padding: 5rem 0;
	}
	.compontent-style-3 {
		background-color: #d2dcff;
		padding: 0;
	}
	.compontent-style-3-desc-box {
		width: 50%;
		margin: 0 auto;
	}
	.compontent-style-4 {
		background-color: #f5f5f5;
		padding: 0 0 3rem 0;
	}
	.compontent-style-5 {
		background-color: #ffffff;
		padding: 5rem 0;
	}
	/*hearing aid*/
	.compontent-style-5-1 {
		background-color: #ffffff;
		padding: 5rem 0rem 0rem 0rem;
	}
	/*hearing aid*/
	.compontent-style-5-2 {
		background-color: #ffffff;
		padding: 5rem 0rem;
	}
	/*membership*/
	.compontent-style-5-3 {
		background-color: #ffffff;
		padding: 4rem 0rem;
	}
	/*optical*/
	.compontent-style-5-4 {
		background-color: #ffffff;
		padding: 0rem 3rem 0rem 0rem;
	}
	.compontent-style-6 {
		background-color: #d2dcff;
		padding: 0;
		background-image: none !important;
	}
	.compontent-style-7 {
		background-color: #ffffff;
		padding: 5rem 0;
	}
	.compontent-style-8 {
		background-color: #f5f5f5;
		padding: 3rem 0 0 0;
	}
	.compontent-style-9 {
		background-color: #ffffff;
		padding: 2rem 5rem 5rem 5rem;
	}
	/*road-shows*//*optical*//*hearing aid*/
	.compontent-style-10, .compontent-style-11 {
		background-color: #f5f5f5;
		padding: 0rem;
		font-size: 16px;
	}
	.compontent-style-10-1 {
		background-color: #f5f5f5;
		padding: 1.5rem;
	}
	/*hearing aid*/
	.compontent-style-12, .compontent-style-12-mid, .compontent-style-12-g {
		background-color: #f5f5f5;
		padding: 1.5rem;
		font-size: 16px;
		line-height: 1.4;
		margin-top: 2rem;
	}
	/*coupon*/
	.compontent-style-12-1 {
		background-color: #f5f5f5;
		padding: 2rem 2rem 0rem 2rem;
		font-size: 16px;
		line-height: 1.4;
		margin-top: 4rem;
	}
	/*product detail*/
	.product-tag-keyword {
		font-size: 22px;
		font-weight: 700;
		text-align: center;
	}
	.product-detail-title-wrapper {
		width: 100%;
		display: inline-block;
		margin-bottom: 2rem;
	}
	.spec-title {
		font-size: 18px;
		font-weight: 700;
		text-align: left;
		width: 100%;
		display: inline-block;
		margin-bottom: 2rem;
	}
	.product-detail-dsc,.product-detail-dsc-food,.full-width-dsc, .spec-dsc {
		width: 100%;
		font-size: 16px;
		text-align: left;
	}
	.product-detail-dsc-1{
		width: 100%;
		font-size: 14px;
		text-align: left;
		float: left;
	}
	.product-detail-dsc-wrapper {
		background-color: #f5f5f5;
		padding: 3rem;
		margin: 2rem 0;
		font-size: 18px;
	}
	.product-detail-dsc-wrapper-1 {
		background-color: #fff;
		padding: 3rem;
		margin: 2rem 2rem 2rem 0;
	}
	.spec-dsc-wrapper {
		border-bottom: 1px #d7d7d7 solid;
		background-color: #fff;
		padding: 2rem 0rem;

		margin-right: 3rem;
		font-size: 18px;
	}
	 .delivery-dsc-wrapper-r {
		background-color: #f5f5f5;
		padding: 4rem;
		font-size: 18px;
		width: auto;
		border-bottom: 2rem #fff solid;
	}
	/*  */
	.h2-space-left {
		padding-left: 3rem;
	}
	.comp-text-style-1 {
		padding: 2rem;
		text-align: center;
		color: #000;
	}
	/* Coupon */
	.white-container-top {
		padding: 0rem 3rem;
		background-color: #f5f5f5;
		max-width: 100%;
	}
	.white-container-top-1 {
		padding: 0rem 3rem;
		background-color: #fff;
		max-width: 100%;
	}
	.white-container-sub {
		padding: 0rem 1rem;
		margin: 0rem 2rem;
		background-color: #fff;
		text-align: center;
	}
	.product-tag {
		width: 45.66%;
		height: 14rem;
	}
	.optical-nav {
		width: 45%;
		border: 1px #d7d7d7 solid;
		padding: 1.5rem;
		margin: 0rem 1rem 1rem 0rem;
		height: 8rem;
		display: inline-block;
		float: left;
	}
	
}
@media (max-width: 480px) {
	.compontent-style-3-desc-box {
		width: 100%;
		margin: 0 auto;
	}
	.product-tag {
		width: 46.65%;
		height: 14rem;
	}
	.optical-nav {
		width: 42%;
		border: 1px #d7d7d7 solid;
		padding: 1.5rem;
		margin: 0rem 2rem 2rem 0rem;
		height: 8rem;
		display: inline-block;
		float: left;
	}
	.general-notification {
		margin: 0 0 20px 0;
		background-color: #f5f5f5;
		text-align: left;
	}
}
@media (max-width: 1399px) and (min-width: 1024px) {
	.comp-text-style-1 {
		text-align: center;
		color: #000;
	}
	.compontent-style-6 {
		background-color: #d2dcff;
		padding: 0;
		background-image: url('/mediapermalink/COS01-optical-blue-anti-reflective');
	}
	/*optical*/
	.compontent-style-5-4 {
		background-color: #ffffff;
		padding: 7rem 0rem;
	}
	.product-tag {
		width: 23.97%;
	}
	.optical-nav {
		width: 30%;
		border: 1px #d7d7d7 solid;
		padding: 1.5rem;
		margin: 0rem 2rem 2rem 0rem;
		height: 8rem;
		display: inline-block;
		float: left;
	}
	
}
@media (max-width: 1399px) and (min-width: 768px) {
	/* fix main header overlapping   */
	header.main-header .sm-navigation {
		height: 70px;
	}
	.compontent-style-1 {
		background-color: #f5f5f5;
		padding: 5rem 3rem;
	}
	/*membership*/
	.compontent-style-1-g {
		background-color: #f5f5f5;
		padding: 0;
	}
	.compontent-style-2 {
		background-color: #ffffff;
		padding: 5rem 3rem;
	}
	.compontent-style-3 {
		background-color: #d2dcff;
		padding: 0;
	}
	
	.compontent-style-4 {
		background-color: #f5f5f5;
		padding: 5em 3em;
	}
	.compontent-style-5 {
		background-color: #ffffff;
		padding: 5rem 3rem;
	}
	/*hearing aid*/
	.compontent-style-5-1 {
		background-color: #ffffff;
		padding: 5rem 0rem 0rem 0rem;
	}
	/*hearing aid*/
	.compontent-style-5-2 {
		background-color: #ffffff;
		padding: 5rem 0rem;
	}
	/*membership*/
	.compontent-style-5-3 {
		background-color: #ffffff;
		padding: 5rem 10rem;
	}
	
	.compontent-style-6 {
		background-image: none;
	}
	.compontent-style-6-L {
		background-image: url(/mediapermalink/COS01-optical-blue-anti-reflective-t);
		background-size: cover;
		background-repeat: no-repeat;
		min-height: 340px;
	}
	.compontent-style-7 {
		background-color: #ffffff;
		padding: 5rem 3rem;
	}
	.compontent-style-8 {
		background-color: #f5f5f5;
		padding: 5rem 3rem;
	}
	.compontent-style-9 {
		background-color: #ffffff;
		padding: 6rem 5rem 4rem 5rem;
	}
	/*road-shows*/
	.compontent-style-10, .compontent-style-10-1 {
		background-color: #f5f5f5;
		padding: 3rem 3rem;
		font-size: 16px;
	}
	/*optical*//*hearing aid*/
	.compontent-style-11 {
		background-color: #f5f5f5;
		padding: 0;
		font-size: 16px;
	}
	.compontent-style-12, .compontent-style-12-mid {
		background-color: #f5f5f5;
		padding: 1.5rem 2rem;
		font-size: 16px;
		line-height: 1.4;
		margin-top: 2rem;
		border-right: 2rem #ffffff solid;
		height: 29rem;
	}
	.compontent-style-12-g {
		background-color: #f5f5f5;
		padding: 1.5rem 2rem;
		font-size: 16px;
		line-height: 1.4;
		margin-top: 2rem;
		height: 29rem;
	}
	/*coupon*/
	.compontent-style-12-1 {
		background-color: #f5f5f5;
		border-right: 2rem #ffffff solid;
		padding: 2rem 2rem 0rem 2rem;
		font-size: 16px;
		line-height: 1.4;
		margin-top: 4rem;
	}
	.white-container-top {
		padding: 0rem 3rem;
		background-color: #f5f5f5;
		border-right: 2rem solid #fff;
		max-width: 100%;
	}
	.white-container-top-1 {
		padding: 0rem 3rem;
		background-color: #fff;
		border-right: 2rem solid #fff;
		max-width: 100%;
	}
	.white-container-sub {
		padding: 0rem 1rem;
		margin: 0rem 2rem;
		background-color: #fff;
		text-align: center;
	}
	/*membership*/
	.compontent-style-13-w {
		background-color: #f5f5f5;
		padding: 4rem;
		border-left: 2rem #ffffff solid;
	}
	/*membership*/
	.compontent-style-13-g {
		background-color: #f5f5f5;
		padding: 4rem;
	}
	/*product detail*/
	.product-tag-keyword {
		font-size: 22px;
		font-weight: 700;
		text-align: center;
	}
	/*  */
	.h2-space-left {
		padding-left: 3rem;
	}
}
@media (max-width: 1024px)and (min-width: 768px) {
	.product-tag {
		width: 31.93%;
		height: 14rem;
	}
	.optical-nav {
		width: 30%;
		border: 1px #d7d7d7 solid;
		padding: 1.5rem;
		margin: 0rem 2rem 2rem 0rem;
		height: 8rem;
		display: inline-block;
		float: left;
	}
	
}

@media (max-width: 1023px) and (min-width: 768px) {
	.compontent-style-6 {
		background-color: #d2dcff;
		padding: 0;
		background-image: none !important;
		color: #fff;
	}
	.comp-text-style-1 {
		text-align: center;
		color: #000;
	}
	/*optical*/
	.compontent-style-5-4 {
		background-color: #ffffff;
		padding: 2rem 0rem;
	}
	.compontent-style-6 {
		background-color: #d2dcff;
		padding: 0;
		background-image: url('/mediapermalink/COS01-optical-blue-anti-reflective-t');
		background-position: 0px -50px;
		background-repeat: no-repeat;
	}
	.optical-form {
		text-align: -webkit-center;
	}
	.tyre-form {
		text-align: -webkit-center;
	}
	.compontent-style-12, .compontent-style-12-mid, .compontent-style-12-g {
		background-color: #f5f5f5;
		padding: 1.5rem 2rem;
		font-size: 16px;
		line-height: 1.4;
		margin-top: 2rem;
		border-right: 2rem #ffffff solid;
		height: 27rem;
	}
	/*coupon*/
	.compontent-style-12-1 {
		background-color: #f5f5f5;
		border-right: 2rem #ffffff solid;
		padding: 1.5rem 2rem;
		font-size: 16px;
		line-height: 1.4;
		margin-top: 4rem;
	}
	.compontent-style-10-1 {
		background-color: #f5f5f5;
		padding: 3rem 3rem;
	}
	.h2-space-left {
		padding-left: 3rem;
	}
}
@media (max-width: 767px) {
	.compontent-style-13-w {
		background-color: #f5f5f5;
		padding: 2rem;
		border-top: 2rem #ffffff solid;
	}
	.compontent-style-13-g {
		background-color: #f5f5f5;
		padding: 2rem;
	}
}
/* Service - Optical Page */
.btn-primary-optical {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: #8396db;
	color: #ffffff;
	margin: 2rem 0 5rem 0;
	width: 250px;
	padding: 13px 0px 0px 0px;
	height: 50px;
}
@media (max-width: 768px) {
	.btn-primary-optical {
		width: 80%;
		font-size: 14px;
	}
}
.optical-nav-active {
	color: #8396db !important;
	font-weight: 600;
}
.optical-form input {
	width: 90%;
}


/* Food Court Page */

.btn-primary-food-court{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: #6bc56b;
	color: #ffffff;
	margin: 30px auto 0px auto;
	width: 280px;
	padding: 12px 0px 0px 0px;
	height: 50px;
}
.food-court-container-sub {
		background-color: #ffffff;
		padding: 0rem 0rem 0rem 0rem;
	height: 240px;
	}

@media (max-width: 767px) and (min-width: 480px) {

	.btn-primary-food-court {
		padding: 12px 0px 0px 0px;
		width: 100%;
		font-size: 14px;
	}
	.food-court-container-sub {
		background-color: #f5f5f5;
		padding: 0rem 2rem 2rem 2rem;
		margin-bottom: 2rem;
	}
}
@media (max-width: 480px) {
	

	.btn-primary-food-court {
		padding: 12px 0px 0px 0px;
		width: 100%;
		font-size: 14px;
	}
	.food-court-container-sub {
		background-color: #f5f5f5;
		padding: 0rem 2rem 2rem 2rem;
		margin-bottom: 2rem;
	}
	
}





/*  */




/* Kiosks Page */

.btn-primary-kiosks{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: #caa289;
	color: #ffffff;
	margin: 30px auto 0px auto;
	width: 280px;
	padding: 12px 0px 0px 0px;
	height: 50px;
}

.kiosks-container {
		background-color: #ffffff;
		padding: 2rem 0rem 0rem 0rem;
	}
.kiosks-container-sub {
		background-color: #ffffff;
		padding: 0rem 0rem 0rem 0rem;
	}

	
@media (min-width: 1400px) {
	

	
   .kiosks-block-1 {
	    margin-bottom: 2rem;
		font-size: 18px;
	    width:25%;
		float: left;
	}
	.kiosks-block-1-0 {
		width:25%;
		float: left;
	}
	.kiosks-block-2{
		margin-bottom: 4rem;
		font-size: 18px;
		width:25%;
		float: left;
	}
	
	
}

@media (max-width: 1399px) and (min-width: 1250px) {


	
   .kiosks-block-1 {
	    margin-bottom: 4rem;
		font-size: 18px;
	    width:25%;
		float: left;
	}
	.kiosks-block-1-0 {
		margin-bottom: 4rem;
		width:25%;
		float: left;
	}
	
	
	.kiosks-block-2{
		margin-bottom: 4rem;
		font-size: 18px;
		width:25%;
		float: left;
	}
	
}	
@media (max-width: 1249px) and (min-width: 1025px) {

	
   .kiosks-block-1 {
	   margin-bottom: 4rem;
		font-size: 18px;
		float: left;
	}
	
	.kiosks-block-2{
		margin-bottom: 4rem;
		font-size: 18px;
		width:33.333%;
		float: left;
	}
	
	
}	
@media (max-width: 1024px) and (min-width: 768px) {

	
   .kiosks-block-1 {
	   margin-bottom: 4rem;
		font-size: 18px;
		float: left;
	}
	.kiosks-block-2{
		margin-bottom: 4rem;
		font-size: 18px;
		width:33.333%;
		float: left;
	}
}	
@media (max-width: 767px) and (min-width: 480px) {

	.au-title-mobile-left {
	text-align: left;
}
	.btn-primary-kiosks {
		padding: 12px 0px 0px 0px;
		width: 100%;
		font-size: 14px;
	}
	.kiosks-block-1 {
		margin-bottom: 4rem;
		font-size: 18px;
		float: left;
	}
	.kiosks-block-2{
		font-size: 18px;
		float: left;
	}
	.kiosks-container-sub {
		background-color: #f5f5f5;
		padding: 0rem 2rem 2rem 2rem;
		margin-bottom: 2rem;
	}
}
@media (max-width: 480px) {
	
	.au-title-mobile-left {
	text-align: left;
}

	.btn-primary-kiosks {
		padding: 12px 0px 0px 0px;
		width: 100%;
		font-size: 14px;
	}
	.kiosks-block-1 {
		margin-bottom: 4rem;
		font-size: 18px;
		float: left;
	}
	.kiosks-block-2{
		font-size: 18px;
		float: left;
	}
	.kiosks-container-sub {
		background-color: #f5f5f5;
		padding: 0rem 2rem 2rem 2rem;
		margin-bottom: 2rem;
	}
	
}





/*  */


/* Auto Renew */
.text-padding-auto-renew {
	padding: 0;
}
.compontent-auto-renew {
		background-color: #ffffff;
		padding: 10rem 6rem;
	}
	
.compontent-auto-renew-dsc{
		background-color: #f5f5f5;
		padding: 3rem;
	}
@media (max-width: 1399px) and (min-width: 768px) {
.compontent-auto-renew {
		background-color: #ffffff;
		padding: 5rem 3rem;
	}

	}
@media (max-width: 768px) {
.compontent-auto-renew {
		background-color: #ffffff;
		padding: 5rem 3rem;
	    text-align: center;
	}

	}
/*  */



/* Service Fuel Page */

.btn-primary-fuel{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: #78abb7;
	color: #ffffff;
	margin: 30px auto 0px auto;
	width: 280px;
	padding: 12px 0px 0px 0px;
	height: 50px;
}


	
@media (min-width: 1400px) {
	

	.fuel-container {
		background-color: #ffffff;
		padding: 7rem 0rem 0rem 0rem;
	}
	
   .fuel-block-1 {
		background-color: #ffffff;
		padding: 2rem 3rem 3rem 10px;
	    margin-bottom: 2rem;
		font-size: 18px;
	    width:25%;
	    height: 65rem;
		float: left;
	}
	.fuel-block-1-0 {
		width:25%;
		float: left;
	}
	.fuel-block-2,.fuel-block-3,.fuel-block-4{
		background-color: #f5f5f5;
		padding: 2rem 3rem 3rem 3rem;
		margin-bottom: 2rem;
		font-size: 18px;
		border-left: #fff 2rem solid;
		width:25%;
		height: 65rem;
		float: left;
	}
	.fuel-block-5 {
		padding: 2rem 3rem 3rem 5rem;
		width:25%;
		float: left;
	}
	.fuel-block-6 {
		padding: 2rem 0rem 0rem 2rem;
		width:50%;
		float: left;
	}
	
}

@media (max-width: 1399px) and (min-width: 1250px) {

	.fuel-container {
		background-color: #ffffff;
		padding: 7rem 0rem 0rem 10px;
	}
	
   .fuel-block-1 {
		background-color: #ffffff;
		padding: 2rem 3rem 3rem 0rem;
	    margin-bottom: 2rem;
		font-size: 18px;
	    width:25%;
	    height: 70rem;
		float: left;
	}
	.fuel-block-1-0 {
		width:25%;
		float: left;
	}
	
	
	.fuel-block-2,.fuel-block-3,.fuel-block-4{
		background-color: #f5f5f5;
		padding: 2rem 3rem 3rem 3rem;
		margin-bottom: 2rem;
		font-size: 18px;
		border-left: #fff 2rem solid;
		width:25%;
		height: 70rem;
		float: left;
	}
	.fuel-block-5 {
		padding: 2rem 3rem 3rem 5rem;
		width:25%;
		float: left;
	}
	.fuel-block-6 {
		padding: 2rem 0rem 0rem 2rem;
		width:50%;
		float: left;
	}
}	
@media (max-width: 1249px) and (min-width: 1025px) {
	
	.fuel-container {
		background-color: #ffffff;
		padding: 4rem 0rem 0rem 0rem;
	}
	
   .fuel-block-1 {
		background-color: #ffffff;
		padding: 2rem 3rem 3rem 10px;
		font-size: 18px;
		float: left;
	}
	
	.fuel-block-2{
		background-color: #f5f5f5;
		padding: 2rem 3rem 3rem 3rem;
		margin-bottom: 2rem;
		font-size: 18px;
		width:33.333%;
		height: 70rem;
		float: left;
	}
	.fuel-block-3,.fuel-block-4{
		background-color: #f5f5f5;
		padding: 2rem 3rem 3rem 3rem;
		margin-bottom: 2rem;
		font-size: 18px;
		border-left: #fff 2rem solid;
		width:33.333%;
		height: 70rem;
		float: left;
	}
	.fuel-block-5 {
		padding: 0rem 0rem 3rem 10px;
		width:100%;
		float: left;
	}
	.fuel-block-6 {
		padding: 2rem 0rem 3rem 0rem;
		width:100%;
		float: left;
	}
	
}	
@media (max-width: 1024px) and (min-width: 768px) {
	
	
	.fuel-container {
		background-color: #ffffff;
		padding: 3rem 0rem 0rem 0rem;
	}
	
   .fuel-block-1 {
		background-color: #ffffff;
		padding: 2rem 3rem 3rem 10px;
		font-size: 18px;
		float: left;
	}
	.fuel-block-2{
		background-color: #f5f5f5;
		padding: 2rem 3rem 3rem 3rem;
		margin-bottom: 2rem;
		font-size: 18px;
		width:33.333%;
		height: 82rem;
		float: left;
	}
	.fuel-block-3,.fuel-block-4{
		background-color: #f5f5f5;
		padding: 2rem 3rem 3rem 3rem;
		margin-bottom: 2rem;
		font-size: 18px;
		border-left: #fff 2rem solid;
		width:33.333%;
		height: 82rem;
		float: left;
	}
	.fuel-block-5 {
		padding: 0rem 0rem 3rem 10px;
		width:100%;
		float: left;
	}
	.fuel-block-6 {
		padding: 2rem 0rem 3rem 0rem;
		width:100%;
		float: left;
	}
}	
@media (max-width: 767px) and (min-width: 480px) {
	.fuel-container {
		background-color: #ffffff;
		padding: 3rem 0rem 0rem 0rem;
	}
	
	.btn-primary-fuel {
		padding: 12px 0px 0px 0px;
		width: 100%;
		font-size: 14px;
	}
	.fuel-block-1 {
		background-color: #ffffff;
		padding: 2rem 3rem 3rem 10px;
		font-size: 18px;
		float: left;
	}
	.fuel-block-2,.fuel-block-3,.fuel-block-4{
		background-color: #f5f5f5;
		padding: 2rem 3rem 3rem 3rem;
		margin-bottom: 2rem;
		font-size: 18px;
		float: left;
	}
	.fuel-block-5 {
		padding: 0rem 0rem 3rem 10px;
		width:100%;
		float: left;
	}
	.fuel-block-6 {
		padding: 2rem 0rem 3rem 0rem;
		width:100%;
		float: left;
	}
}
@media (max-width: 480px) {
	.fuel-container {
		background-color: #ffffff;
		padding: 3rem 0rem 0rem 0rem;
	}
	.btn-primary-fuel {
		padding: 12px 0px 0px 0px;
		width: 100%;
		font-size: 14px;
	}
	.fuel-block-1 {
		background-color: #ffffff;
		padding: 2rem 3rem 3rem 10px;
		font-size: 18px;
		float: left;
	}
	.fuel-block-2,.fuel-block-3,.fuel-block-4{
		background-color: #f5f5f5;
		padding: 2rem 3rem 3rem 3rem;
		margin-bottom: 2rem;
		font-size: 18px;
		float: left;
	}
	.fuel-block-5 {
		padding: 0rem 0rem 3rem 10px;
		width:100%;
		float: left;
	}
	.fuel-block-6 {
		padding: 2rem 0rem 3rem 0rem;
		width:100%;
		float: left;
	}
}

/*  */


/* Costco Connection Page */
.btn-primary-connection:hover,
.btn-primary-connection:focus,
.btn-primary-connection.btn-primary-connection-focus {
  color: #333333;
  border: 2px #333333 solid;
  background-color: #ffffff;
  text-decoration: none;

}
.btn-primary-connection{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 2px #cccccc solid;
	color: #333333;
	background-color: #ffffff;
	padding: 6px 0px 0px 0px;
	width: 70%;
	height: 40px;
	font-size: 16px;
}

.connection-container {
	margin: 5rem 0 3rem 0;
	display: block;
	
	}
.connection-container-block {
	margin-top: 5rem;
	display: block;
	
	}
.connection-container-sub {
		background-color: #ffffff;
		padding: 0rem 0rem 0rem 0rem;	
	    margin-bottom: 7rem;
	}

.connection-block {
	    padding: 0 1rem;
	    width:20%;
		float: left;
	}
	
.connection-issue-ttl {
	    font-size: 2rem;
		font-weight: 400;
		line-height: 1;
	}
	

@media (max-width: 1400px) and (min-width: 1025px) {

	.connection-block {
	    margin-bottom: 5rem;
		padding: 0 1rem;
	    width:20%;
		float: left;
	}
	.connection-container {
	margin: 5rem 0 3rem 0;
	display: block;
	
	}
	.connection-container-block {
	margin-top: 5rem;
	display: block;
	
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
	
	.connection-block {
		padding: 0 1rem;
	    width:33.3333%;
		float: left;
	}

	
	.btn-primary-connection {
		width: 80%;
		font-size: 14px;
		padding: 8px 0px 0px 0px;
	}
	
	.connection-container {
	margin: 0rem 0 3rem 0;
	display: block;
	
	}
	.connection-container-block {
	margin-top: 5rem;
	display: block;
	
	}
	
	.connection-container-sub {
		background-color: #f5f5f5;
		padding: 0rem 2rem 2rem 2rem;
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	
	.connection-block {
		padding: 0 1rem;
	    width:50%;
		float: left;
	}

	.au-title-mobile-left {
	text-align: left;
}
	.btn-primary-connection {
		width: 80%;
		font-size: 14px;
		padding: 8px 0px 0px 0px;
	}
	.connection-container {
	margin: 0rem 0 2rem 0;
	display: block;
	
	}
	.connection-container-block {
	margin-top: 4rem;
	display: block;
	
	}
	.connection-container-sub {
		background-color: #f5f5f5;
		padding: 0rem 0rem 2rem 0rem;
		margin-bottom: 2rem;
	}




}


/*  */


/* Jewellery Page */
#returns-warranty {}
.container-jewellery-1 {
	padding: 12rem 3rem 8rem 3rem;
	}
.container-jewellery-2 {
	padding:3rem 0rem;
	}
.container-jewellery-3 {
	padding:3rem 0rem;
	background-color: #333333;
	text-align: center;
	}
.container-jewellery-4 {
	padding:0rem 0rem 10rem 0rem;
	}
.container-jewellery-5 {
	text-align: center;
    background-color: #ffffff;
    padding: 5rem 6rem;
	
	}
.container-jewellery-6 {
	background-image: url("/mediapermalink/COS01-jewellery-care-maintenance-bg");
	text-align: center;
    padding: 5rem 12rem;
	
	}
.container-jewellery-7 {
	text-align: center;
    background-color: #ffffff;
    padding: 5rem 30rem;
	
	}
.jewellery-table-colour,.jewellery-table-colour-1,.jewellery-table-colour-2,.jewellery-table-clarity,.jewellery-table-clarity-1,.jewellery-table-clarity-2,.jewellery-table-cut,.jewellery-table-cut-1,.jewellery-table-cut-2,.jewellery-table-weight,.jewellery-table-weight-1,.jewellery-table-weight-2 {
	background-color: #ffffff;
	border-bottom: solid 2px #333333;
	padding: 20px 10px 10px 10px;
	margin-bottom: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	float: left;
	
	}

.jewellery-list-bullet{
	
	width: 4%;
	text-align: right;
	float: left;
	}
.jewellery-list{
	padding: 0 1rem 0 2rem;
	width: 96%;
	text-align: left;	
	float: left;
	}
.jewellery-table-colour,.jewellery-table-colour-1,.jewellery-table-colour-2 {
	width: 4.34%;
	height: 100px;
	
	}
.jewellery-table-clarity,.jewellery-table-clarity-1,.jewellery-table-clarity-2  {
	width: 9%;
	height: 120px;
	
	}
.jewellery-table-cut,.jewellery-table-cut-1,.jewellery-table-cut-2  {
	width: 20%;
	height: 100px;
	
	}
.jewellery-table-weight,.jewellery-table-weight-1,.jewellery-table-weight-2  {
	vertical-align: bottom;
	width: 20%;
	height: 140px;
	
	}

.jewellery-table-colour,.jewellery-table-clarity,.jewellery-table-cut,.jewellery-table-weight{
	border-right: solid 1px #b7b7b7;	
	}
.jewellery-table-colour-1,.jewellery-table-clarity-1,.jewellery-table-cut-1,.jewellery-table-weight-1{
	border-right: solid 2px #333333;	
	}
.jewellery-table-colour-2,.jewellery-table-clarity-2,.jewellery-table-cut-2,.jewellery-table-weight-2{
	border-right: solid 0px #333333;	
	}
	
.jewellery-table-ver-th,.jewellery-table-ver-th-1,.jewellery-table-ver-td,.jewellery-table-ver-td-1 {
	
	padding-top: 15px;
	text-align: center;
	line-height: 1;
	height: 50px;
	float: left;
	}
.jewellery-table-ver-th{
	width: 25%;
	text-align: center;
    background-color: #e6e2d9;
	border-bottom: solid 1px #b7b7b7;	
	}
.jewellery-table-ver-th-1{
	width: 25%;
	text-align: center;
    background-color: #e6e2d9;
	border-bottom: solid 0px #b7b7b7;
	margin-bottom: 3rem;
	}
.jewellery-table-ver-td {
	width: 13.52%;
	text-align: center;
    background-color: #ffffff;
	border-bottom: solid 1px #b7b7b7;
	letter-spacing:3px;
	}
.jewellery-table-ver-td-1 {
	width: 13.52%;
	text-align: center;
    background-color: #ffffff;
	border-bottom: solid 0px #b7b7b7;
	letter-spacing:3px;
	margin-bottom: 3rem;
	}
	
	
.jewellery-table-th,.jewellery-table-th-1,.jewellery-table-td,.jewellery-table-td-1 {
	
	padding-top: 15px;
	text-align: center;
	line-height: 1;
	width: 19.99%;
	height: 50px;
	float: left;
	}

.jewellery-table-th{
	text-align: center;
    background-color: #e6e2d9;
	border-right: solid 1px #b7b7b7;	
	}

.jewellery-table-th-1 {
	text-align: center;
    background-color: #e6e2d9;
	border-right: solid 0px #b7b7b7;	
	}
.jewellery-table-td {
	text-align: center;
    background-color: #ffffff;
	border-right: solid 1px #b7b7b7;
	font-weight: bold;
	letter-spacing:3px;
	}
.jewellery-table-td-1 {
	text-align: center;
    background-color: #ffffff;
	border-right: solid 0px #b7b7b7;
	font-weight: bold;
	letter-spacing:3px;
	}
.font-red {
	color: #D32029;
	}

.text-white {
	color: #ffffff;
	text-decoration: none;
	}
.display-table {
	display: inline-table;
	}
.btn-primary-jewellery, .btn-primary-jewellery-1{
	box-shadow: none;
	-webkit-box-shadleow: none;
	-moz-box-shadow: none;
	background-color: #9b9281;
	color: #ffffff;
	margin: 30px auto 0px auto;
	width: 280px;
	padding: 12px 0px 0px 0px;
	height: 50px;
}
.btn-primary-jewellery-1{
	
	width: 400px;
}
.btn-primary-jewellery-sub{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	color: #333333;
	border: 2px #f5f5f5 solid;
	background-color: #f5f5f5;
	padding: 12px 0px 0px 0px;
	width: 100%;
	height: 50px;
}
.btn-primary-jewellery-sub:hover,
.btn-primary-jewellery-sub:focus,
.btn-primary-jewellery-sub.btn-primary-jewellery -sub-focus {
  color: #9b9281;
  border: 2px #9b9281 solid;
  background-color: #ffffff;
  text-decoration: none;
}

@media (max-width: 1024px) {
	.jewellery-table-ver-th,.jewellery-table-ver-th-1{
	width: 25%;
	}
    .jewellery-table-ver-td,.jewellery-table-ver-td-1 {
	width: 15%;
	}
	.container-jewellery-6 {
    padding: 5rem 0rem;
	
	}
	.container-jewellery-7 {
    padding: 5rem 12rem;
	
	}
	.jewellery-table-th,.jewellery-table-th-1{
    height: 60px;
	padding-top: 15px;
	}
	.jewellery-table-colour,.jewellery-table-colour-1,.jewellery-table-colour-2  {
	width: 8.33%;
	}
	.jewellery-table-clarity,.jewellery-table-clarity-1,.jewellery-table-clarity-2  {
	width: 9.09%;
	}
	
	}

@media (max-width: 1023px) and (min-width: 768px) {
	
	.jewellery-table-ver-th,.jewellery-table-ver-th-1{
	width: 25%;
	}
    .jewellery-table-ver-td,.jewellery-table-ver-td-1 {
	width: 15%;
	}

	
	.jewellery-table-colour,.jewellery-table-colour-1,.jewellery-table-colour-2  {
	width: 12.5%;
	}
	.jewellery-table-clarity,.jewellery-table-clarity-1,.jewellery-table-clarity-2  {
	width: 14.28%;
	}
	
	
	
	.jewellery-table-th,.jewellery-table-th-1{
    height: 65px;
	padding-top: 17px;
	}
	
	.btn-primary-jewellery,.btn-primary-jewellery-1  {
		padding: 12px 0px 0px 0px;
		width: 100%;
	}
	
	.container-jewellery-1 {
	padding: 5rem 3rem;
	}
	.container-jewellery-2 {
	padding:3rem 3rem;
	background-color: #f5f5f5;
	}
	.container-jewellery-3 {
	padding:3rem 3rem;
	}
	
	.container-jewellery-4 {
	padding:0rem 3rem 5rem 3rem;
	}
	.container-jewellery-5 {
	padding: 5rem 0;
	}
	.container-jewellery-6 {
    padding: 5rem 0rem;
	
	}
	.container-jewellery-7 {
    padding: 5rem 12rem;
	
	}
	
	}

@media (max-width: 767px) and (min-width: 480px) {
	.jewellery-table-ver-th,.jewellery-table-ver-th-1{
	width: 25%;
	}
    .jewellery-table-ver-td,.jewellery-table-ver-td-1 {
	width: 15%;
	}
	
	.jewellery-table-colour,.jewellery-table-colour-1,.jewellery-table-colour-2  {
	width: 20%;
	}
	.jewellery-table-clarity,.jewellery-table-clarity-1,.jewellery-table-clarity-2  {
	width: 25%;
	}
	.jewellery-table-th,.jewellery-table-th-1{
	font-size: 14px;
    height: 60px;
	padding-top: 10px;
	}
	.jewellery-table-td,.jewellery-table-td-1{
	padding-top: 10px;
	}

	.btn-primary-jewellery ,.btn-primary-jewellery-1 {

		padding: 12px 0px 0px 0px;
		width: 100%;
	}
	
	.container-jewellery-1 {
	padding: 5rem 3rem;
	}
	.container-jewellery-2 {
	padding:3rem;
	background-color: #f5f5f5;
	}
	.container-jewellery-3 {
	padding:3rem;
	}
	.container-jewellery-4 {
	padding:0rem 3rem 5rem 3rem;
	}
	.container-jewellery-5 {
	padding: 2rem 0rem;
	}
	.container-jewellery-6 {
    padding: 5rem 0rem;
	
	}
	.container-jewellery-7 {
    padding: 5rem 3rem;
	
	}
}
@media (max-width: 480px) {
	.jewellery-table-ver-th,.jewellery-table-ver-th-1{
	width: 25%;
	}
    .jewellery-table-ver-td,.jewellery-table-ver-td-1 {
	width: 15%;
	}
	.container-jewellery-6 {
    padding: 5rem 0rem;
	
	}
	.jewellery-table-colour,.jewellery-table-colour-1,.jewellery-table-colour-2  {
	width: 25%;
	}
	.jewellery-table-clarity,.jewellery-table-clarity-1,.jewellery-table-clarity-2  {
	width: 33.3%;
	}
	.jewellery-table-th,.jewellery-table-th-1{
    height: 70px;
		padding-top: 5px;
		font-size: 14px;
	}
	.jewellery-table-td,.jewellery-table-td-1{
		font-size: 14px;
		padding-top: 10px;
	}
	

	.btn-primary-jewellery,.btn-primary-jewellery-1 {
		padding: 12px 0px 0px 0px;
		width: 100%;
	}
	
	.container-jewellery-1 {
	padding: 5rem 3rem 3rem 3rem;
	}
	.container-jewellery-2 {
	padding:3rem;
	background-color: #f5f5f5;
	}
	.container-jewellery-3 {
	padding:3rem;
	}
	.container-jewellery-4 {
	padding:0rem 2rem 5rem 2rem;
	}
	.container-jewellery-5 {
	padding: 1rem 0rem;
	}
	.container-jewellery-7 {
    padding: 5rem 0rem;
	
	}
	
}

/*==== Dropdown Jewellery ====*/
#nav-jewellery {
	text-align: center;
	width: 300px;
	height: 56px;
	list-style: none;
	background: #fff;
	border: 2px #ccc solid;
}
#nav-jewellery li {
	position: relative;/* set containing block for AP sub ul */
	float: left;
	text-align: left;
	background: #fff;
	padding-left: 2rem;
}
#nav-jewellery li:hover {
	background: #f5f5f5;
}
#nav-jewellery a {
	display: block;
	width: 275px;
	height: 52px;
	line-height: 3em;
	color: #000;
	text-decoration: none;
}
/* ------ Sub UL Drop Down ------ */
#nav-jewellery ul {
	z-index: 9999;
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	width: 296px;
	height: 200px;
	left: 0;
	top: 100%;
	
	margin-left: -999em;/* hide the sub ul */
}
#nav-jewellery li:hover ul {
	margin-left: 0;/* reveal the sub ul on li:hover */
    
}
.nav-sub-box-jewellery {
	border: 2px #ccc solid;
}

.text-padding-event {
	padding: 2rem 3rem;
}
#inner-nav-jewellery {
	display: table;
	margin: 0 auto;
}




/*  */
	



/* Service hearing aid Page */
.btn-primary-hearing, .btn-primary-hearing-submit {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: #45b59d;
	color: #ffffff;
	margin: 30px auto 0px auto;
	width: 250px;
	padding: 12px 0px 0px 0px;
	height: 50px;
}
.btn-primary-hearing-link, .btn-primary-hearing-submit {
	color: #333333;
	margin: 30px auto 0px auto;
	padding: 15px;
	font-size: 24px;
	text-decoration: none;
}
@media (max-width: 1328px) {
	.btn-primary-hearing {
		width: 350px;
	}
}
@media (max-width: 918px) {
	.btn-primary-hearing {
		padding: 12px 0px 0px 0px;
		width: 275px;
	}
	.btn-primary-hearing-link {
		color: #333333;
		margin: 30px auto 0px auto;
		padding: 15px;
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	.btn-primary-hearing {
		padding: 12px 0px 0px 0px;
		width: 100%;
		font-size: 14px;
	}
}
.hearing-nav-active {
	color: #45b59d !important;
	font-weight: 600;
}
.hearing-form input {
	width: 90%;
}



/* Service - Membership Page */
.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.img-resize-70 {
	width: 70%;
	height: 70%;
}
.btn-primary-gs {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: #e09b0e;
	color: #ffffff;
	margin-bottom: 15px;
	width: 100%;
}
.btn-primary-gs:hover {
	background-color: #c4870c;
}
.btn-primary-bz {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: #e51937;
	color: #ffffff;
	margin-bottom: 15px;
	width: 100%;
}
.btn-primary-bz:hover {
	background-color: #bf132d;
}
.btn-primary-gs {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: #e09b0e;
	color: #ffffff;
	margin-bottom: 15px;
	width: 100%;
}
.btn-primary-gs:hover {
	background-color: #c4870c;
}
.btn-primary-bz {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: #e51937;
	color: #ffffff;
	margin-bottom: 15px;
	width: 100%;
}
.btn-primary-bz:hover {
	background-color: #bf132d;
}
.product-tag-keyword {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
/* */
/* Service - Tyre Page */
.btn-primary-tyre {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: #e9745a;
	color: #ffffff;
	margin: 30px auto;
	width: 250px;
}

@media (max-width: 768px) {
	.btn-primary-tyre {
		width: 80%;
		font-size: 14px;
	}
}
.tyre-nav-active {
	color: #8396db !important;
	font-weight: 600;
}
.tyre-form input {
	width: 90%;
}
/* Service Special Event Page */
.btn-primary-special-event {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: #3071a9;
	color: #ffffff;
	margin: 30px auto;
	width: 250px;
}
@media (max-width: 767px) {
	.btn-primary-special-event {
		width: 100%;
		font-size: 14px;
	}
}
/* Coupon */
.coupon-cover {
	vertical-align: bottom;
	padding: 5rem 5rem 0rem 5rem;
	max-width: 100%;
}
.btn-primary-coupon {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: #77b6e2;
	color: #ffffff;
	margin: 30px auto;
	width: 250px;
}
@media (max-width: 768px) {
	.btn-primary-coupon {
		width: 80%;
		font-size: 14px;
	}
}


/* Message */
.message-bg-yellow {
	background-color: #ffedcd;
	padding: 15px;
	text-align: center;
}
.message-bg-grey {
	background-color: #f5f5f5;
	padding-bottom: 5px;
	text-align: center;
}
.site-message-item {
	background-color: #f5f5f5;box-shadow: none;margin-bottom: 0;border-bottom: 1px solid #cccccc;}

@media screen and (max-width: 767px){.site-message-item .site-message-item_content {max-width: 80%; font-size: 1em;}}



/*Product Detail*/
.panel-title-au {
	padding: 2rem;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
	font-weight: 700;
}
.panel-title-au > a, .panel-title-au > small, .panel-title-au > .small, .panel-title-au > small > a, .panel-title-au > .small > a {
	color: inherit;
}
.panel-title-au {
	font-size: 24px;
	color: #333333;
	font-weight: 700;
}
.panel-title-au > a {
	text-decoration: none;
}
.panel-title-au > a:after {
	/* nothing */
}
.panel-title-au > a:after {
	margin-top: 2px;
}
.product-tag-dsc {
	font-size: 16px;
	text-align: center;
}
.product-detail-title {
	font-size: 22px;
	font-weight: 700;
	text-align: left;
}
.delivery-indent {
	text-indent: -1em;
	padding-left: 2em;
}
.delivery-title {
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	text-align: left;
	margin: 2rem 0rem 3rem 0rem;
}
.delivery-dsc {
	font-size: 16px;
	text-align: left;
	line-height: 1.6;
}
.product-details-wrapper-au {
	position: relative;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 100%;
}
.delivery-wrapper-au {
	background-color: #f5f5f5;
	position: relative;
	overflow: hidden;
	bottom: 0;
	left: 0;
	margin: 5rem 2rem;
}
/*homepage*//*Membership*/
.carousel .item img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.page-homepage .costco-carousel-component + .homepage-banners,
.page-homepage .featured-content-collection + .homepage-banners {
  border-top: 0px solid #cccccc !important;
  margin-top: 15px;
  padding-top: 15px;
}
.costco-carousel-component {
  margin: 0;
  margin-bottom: 0;
  border-top: 0px solid #cccccc !important;
}
.costco-carousel-component .headline {
    margin:0;
    padding:0;
}
.home-product-carousel {
	background-color: #ffffff;
	padding: 3rem 0rem 0rem 0rem;
}

@media (min-width: 1400px) {
	/*delete after launch*/
	.grid2of5 {
		position: relative;
		min-height: 1px;
		padding-right: 10px;
		width: 41.66666667%;
		float: left;
	}
	.grid3of5 {
		position: relative;
		min-height: 1px;
		padding-left: 10px;
		width: 58.33333333%;
		float: left;
	}
	/**/
	.halfbanner-left {
		position: relative;
		min-height: 1px;
		padding-right: 10px;
		width: 50%;
		float: left;
	}
	.halfbanner-right {
		position: relative;
		min-height: 1px;
		padding-left: 10px;
		width: 50%;
		float: right;
	}
}
@media (max-width: 1399px) and (min-width: 1025px) {
	/*delete after launch*/
	
	.grid2of5 {
		position: relative;
		min-height: 1px;
		padding-right: 10px;
		width: 41.66666667%;
		float: left;
	}
	.grid3of5 {
		position: relative;
		min-height: 1px;
		padding-left: 10px;
		width: 58.33333333%;
		float: left;
	}
	/**/
	
	
	.halfbanner-left {
		position: relative;
		min-height: 1px;
		padding-right: 10px;
		width: 50%;
		float: left;
	}
	.halfbanner-right {
		position: relative;
		min-height: 1px;
		padding-left: 10px;
		width: 50%;
		float: right;
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
	/*delete after launch*/
	.grid2of5 {
		position: relative;
		min-height: 1px;
		padding-right: 10px;
		width: 41.66666667%;
		float: left;
	}
	.grid3of5 {
		position: relative;
		min-height: 1px;
		padding-left: 10px;
		width: 58.33333333%;
		float: left;
	}
	/**/
	.halfbanner-left {
		position: relative;
		min-height: 1px;
		padding-right: 10px;
		width: 50%;
		float: left;
	}
	.halfbanner-right {
		position: relative;
		min-height: 1px;
		padding-left: 10px;
		width: 50%;
		float: right;
	}
	
}
@media (max-width: 767px) {
	/*delete after launch*/
	.grid2of5 {
		position: relative;
		min-height: 1px;
		padding-right: 10px;
		width: 50%;
		float: left;
	}
	.grid3of5 {
		position: relative;
		min-height: 1px;
		padding-left: 10px;
		width: 50%;
		float: left;
	}
	.halfbanner-left {
		position: relative;
		min-height: 1px;
		width: 100%;
		float: left;
	}
	.halfbanner-right {
		position: relative;
		min-height: 1px;
		width: 100%;
		float: left;
	}
}
	/**/
/*Warehouse service & product*/	
	.margin-top-5-desktop{
		margin-top: 5rem;
	}
	.hour-event-padding{
		padding:  0rem 5rem 0rem 0rem;
	}
	.member-care-padding{
		padding:  0rem 2rem;
	}
    
	.show-mobile-au,.show-tablet-au,.show-desktop-hidden-mobile-au{
		display: none;
	}
@media (max-width: 1400px) {.show-desktop-hidden-mobile-au{display: block;}}
@media (max-width: 767px) {.show-desktop-hidden-mobile-au{display: none;}}

	.hidden-mobile-au,.hidden-tablet-au{
		display:block;
	}
	.warehouse-member-service-hero {	
        width: 37%;
        max-width:548px;
        height:100%;
        min-height:320px;
        float: left;
	}
	.warehouse-member-service-hero-img{
		position: relative;
		width:100%;
		float: left;
	}
	.warehouse-member-service-hero-txt{
		position:absolute;
        top:4rem;
		text-align: center;
		width: 100%;
	}
	.warehouse-member-service-wrapper{
		width: 60.9%;
		float: left;
		margin-left:2rem;
	}
	.warehouse-member-service {
		width: 29%;
		float: left;
		margin-left:2.5rem;
		margin-bottom: 1rem;
		text-align: center;
	
	}
	.warehouse-member-care-left,.warehouse-member-care-right {
		width: 50%;
	} 
	.warehouse-member-care-right{
		padding: 4rem 3rem 0 3rem;
		float: right;
		border-left:0rem #fff solid;
	}
	.warehouse-member-care-left{
		border-right:1rem #fff solid;
		float: left;
	}
	.warehouse-member-care {
		width: 25%;
		float: left;
		text-align: center;
	
	}
	
.warehouse-card-left, .warehouse-card-right,.warehouse-hour-event-left,.warehouse-hour-event-right{
		position: relative;
		min-height: 1px;
		width: 50%;
	}
.warehouse-card-full{
		position: relative;
		min-height: 1px;
		width: 100%;
	}
.warehouse-card-full-wrapper{
	background-color: #e2ecf8;
	}

.warehouse-card-left,.warehouse-hour-event-left{
		padding-right: 5px;
		float: left;
	}
.warehouse-card-right,.warehouse-hour-event-right {
		padding-left: 5px;
	    float: right;
	}
.warehouse-hour-event-dsc-left-wrapper{
	background-color: #fae47f;
	}
.warehouse-hour-event-dsc-right-wrapper{
	background-color: #f5f5f5;
	}
.warehouse-hour-event-left, .warehouse-hour-event-right{
	height: 22rem;
	}
.warehouse-hour-event-left{
	float: left;
	}
.warehouse-hour-event-right{
	float: right;
	}
.warehouse-card-dsc-left,.warehouse-card-dsc-right {
	width: 100%;
	padding: 5rem;
	}

.warehouse-card-dsc-left {
	background-color:#e2ecf8;
	float: left;
	}
.warehouse-card-dsc-right {
	background-color:#f1f2f6;
	}
.warehouse-hour-event-dsc-left,.warehouse-hour-event-dsc-right{
	
	padding: 4rem 5rem;
	}
.warehouse-hour-event-dsc-img{
	
	padding: 2.5rem 0rem ;
	}

.warehouse-title,.warehouse-title-hour-event {
	font-color: #333;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.2;
}
	
.warehouse-title-hour-event {
	text-align: left;
}
.warehouse-title {
	text-align: center;
}
.warehouse-dsc {
	font-color: #333;
	font-size: 16px;
	line-height: 1.20;
}


.btn-primary-warehouse-sp {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: #00aeef;
	color: #ffffff;
	width: 250px;
	padding: 13px 0px 0px 0px;
	height: 50px;
}


.warehouse-member-care-container {
	background-color: #f3f3ee;
	}
		
.warehouse-special-container,.warehouse-member-service-container,.warehouse-member-care-container {
	margin: 5rem 0 ;
	clear: both;
	}
.warehouse-5grid {
		width: 20%;
		float: left;
		padding: 0rem 2rem;
	height: 34rem;
	margin-bottom:3rem;
	
	}
.warehouse-5grid-1 {
	background-color: #ffffff;
	float: left;
	width: 100%;
	padding: 0rem 0rem 5rem 0rem;
	
	}


	

@media (max-width: 1024px) {
	.show-tablet-au{
		display:block;
	}
	.hour-event-padding{
		padding:  0rem 3rem 0rem 0rem;
	}
	.margin-top-5-desktop{
		margin-top: 2rem;
	}
	.warehouse-title-hour-event {
	padding: 0;
}
	.warehouse-hour-event-dsc-left,.warehouse-hour-event-dsc-right,.warehouse-card-dsc-left,.warehouse-card-dsc-right {
	padding: 3rem;
	}
	
	
	.warehouse-member-service-container {
	margin: 0rem;
	}
	
	.warehouse-member-care-right{
		padding: 1rem 3rem 0rem 3rem;
	}
	
	.hidden-tablet-au{

		display:none;
	}
	
	.warehouse-member-service {
		width: 16.666%;
		margin-left:0rem;
	
	}
	.warehouse-member-service-wrapper{
		width: 95%;
		margin:0rem 2rem 5rem 2rem;
	}
	.warehouse-member-service-hero {
		max-width:1024px;
        width: 100%;
        min-height:150px;
	}

	.warehouse-5grid {
		width: 23.6%;
		height: 33rem;		
		text-align: center;
		background-color: #fff;		
		margin: 0.5rem;
		padding: 2rem ;	
		
	}
	.warehouse-5grid-1 {
		padding: 0rem 0rem 3rem 0rem;
	
	}
	
	
	.warehouse-special-container {
		background-color: #fff;
		margin: 2rem 0 5rem 0 ;
        width: 100%;
        clear: both;
	}
	
	}
@media (max-width: 768px) {
	.hour-event-padding{
		padding:  0rem 2rem 0rem 0rem;
	}
	
	.warehouse-member-care-container  {
		margin: 0rem;
	}
		
	}
@media (max-width: 768px) and (min-width: 550px) {
	.warehouse-5grid {
		width: 31.16%;
		height: 32rem;
	}
	}
@media (max-width: 549px) {
	.warehouse-5grid {
		width: 46.5%;
		height: 32rem;
	}
	}
@media (max-width: 320px) {
	.warehouse-5grid {
		width: 46.2%;
		height: 28rem;
	}
	}
@media (max-width: 767px) {
	.margin-top-5-desktop{
		margin-top: 0rem;
	}
		
	.title-line-outer:before {
	border-top: 2px solid #fff;
}
	.mobile-text-center{
		text-align-last: center;
	}
	.mobile-padding-3{
		padding: 3rem;
	}
	.warehouse-hour-event-left,.warehouse-hour-event-right,.warehouse-hour-event-dsc-left-wrapper,.warehouse-hour-event-dsc-right-wrapper  {
	    height: 21rem;
	}
	
	.warehouse-hour-event-dsc-img{
	
	padding: 2.5rem 1rem 2.5rem 0rem;
	}
	.text-mobile-white {
		color: #fff;
		text-align: left;
		
	}
	.business-mobile {
	
    padding: 0rem 3rem 3rem 3rem;
    text-align: left;
    font-weight: 700;
}

	
	.warehouse-special-container {
        margin: 3rem 0rem;
	}

	.warehouse-member-care {
		width: 25%;
	
	}
	.warehouse-member-care-left,.warehouse-member-care-right{
		width: 100%;
		border:0rem ;
	} 
	.warehouse-member-care-right {
		padding: 4rem;
		background-color: #fff;
	} 
	.hidden-mobile-au{
		display:none;
	}
	.btn-primary-warehouse-sp {
	   width: 100%;
		margin: 0;
	}
	

	.warehouse-dsc {
	height: 4rem;
}
	.top-cta{
		width: 100%;
	}
	
	
	.show-mobile-au{
		display:block;
	}
	
	.warehouse-title,.warehouse-title-hour-event,.business-mobile {
	font-size: 2.6rem;
		
}
	.h1-mobile {
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
		
}
	
	
	.mobile-divider {
		background-color: #dddddd;
		height: 0.8rem;
		clear: both;
		padding: 0;
		margin: 0 -0.5rem;
		
	}
	
	.warehouse-5grid {		
		border:1px solid #f5f5f5;
	
	}
	

	.warehouse-card-left, .warehouse-card-right,.warehouse-hour-event-left , .warehouse-hour-event-right  {
		width: 100%;
		padding:0;
	}
	
	}

@media (max-width: 480px) {
	.hour-event-padding{
		padding:  0rem 1rem 0rem 0rem;
	}
	

	.warehouse-hour-event-left,.warehouse-hour-event-right,.warehouse-hour-event-dsc-left-wrapper,.warehouse-hour-event-dsc-right-wrapper {
	    height: 18rem;
	}
	
	.warehouse-card-dsc-left,.warehouse-card-dsc-right{
	width: 100%;
	padding: 3rem;
	}


	.warehouse-title {
	padding: 5px 4rem 20px 4rem;
		
}
	
	.warehouse-member-service-wrapper{
		width: 90%;
		margin:0rem 2rem 3.5rem 2rem;
	}
	.warehouse-member-service {
		width: 33.333%;
		margin-left:0rem;
	
	}
	.warehouse-member-care-right {
		padding: 4rem 1rem;
		background-color: #fff;
	} 
	
	.member-care-padding{
		padding:  0rem 1rem;
	}
		
	
	
	}
/**/

/*==== Dropdown Optical ====*/
#nav-optical {
	text-align: center;
	width: 360px;
	height: 56px;
	list-style: none;
	background: #fff;
	border: 2px #ccc solid;
}
#nav-optical li {
	position: relative;/* set containing block for AP sub ul */
	float: left;
	text-align: left;
	background: #fff;
}
#nav-optical li:hover {
	background: #f5f5f5;
}
#nav-optical a {
	display: block;
	width: 356px;
	height: 52px;
	line-height: 3em;
	color: #000;
	text-decoration: none;
}
/* ------ Sub UL Drop Down ------ */
#nav-optical ul {
	z-index: 9999;
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	width: 356px;
	text-indent: 1.7rem;
	left: 0;
	top: 100%;
	margin-left: -999em;/* hide the sub ul */
}
#nav-optical li:hover ul {
	margin-left: 0;/* reveal the sub ul on li:hover */
}
.nav-sub-box-optical {
	border: 2px #ccc solid;
}

#inner-nav-optical {
	display: table;
	margin: 0 auto;
}
#outer-nav-optical {
	width: 100%;
}


/*==== Dropdown Road show ====*/
#nav {
	text-align: center;
	width: 300px;
	height: 56px;
	list-style: none;
	background: #fff;
	border: 2px #ccc solid;
}
#nav li {
	position: relative;/* set containing block for AP sub ul */
	float: left;
	text-align: left;
	background: #fff;
	padding-left: 2rem;
}
#nav li:hover {
	background: #f5f5f5;
}
#nav a {
	display: block;
	width: 275px;
	height: 52px;
	line-height: 3em;
	color: #000;
	text-decoration: none;
}
/* ------ Sub UL Drop Down ------ */
#nav ul {
	z-index: 9999;
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	width: 296px;
	height: 200px;
	left: 0;
	top: 100%;
	margin-left: -999em;/* hide the sub ul */
}
#nav li:hover ul {
	margin-left: 0;/* reveal the sub ul on li:hover */
}
.nav-sub-box {
	border: 2px #ccc solid;
}
#Docklands {}
#Auburn {}
#Canberra {}
#Ringwood {}
#Crossroads {}
#North Lakes {}
#Adelaide {}
#Moorabbin {}
#Marsden Park {}
#Epping {}
#Ipswich {}
.text-padding-event {
	padding: 2rem 3rem;
}
#inner-nav {
	display: table;
	margin: 0 auto;
}
#outer-nav {
	width: 100%;
}




/* Careers */
	
.compontent-careers {
		border-style: solid;
  		border-width: 1px;
		border-color: #333333;
	}
	
	
@media (min-width: 1025px) {
	.text-padding-right {
		padding: 0 3rem 0 0;
	}
}
	
	
.btn-careers {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: #3071a9;
	color: #ffffff;
	margin: 30px auto;
	width: 250px;
}
@media (max-width: 1024px) {
	.btn-careers {
		width: 100%;
		font-size: 14px;
	}
}
	
.margin-top-17px {margin-top: 17px;}
	
	
@media (min-width: 1025px) {
	.text-align-right {
		text-align: right;
	}
}
	
@media (max-width: 1024px) {
	.text-align-center-your-career {
		text-align: center;
	}
}

@media (max-width: 1024px) {
	.apply-now-padding-left-4 {padding-left: 4rem;}
	.apply-now-padding-right-4 {padding-right: 4rem;}
}

/*  */


/* Shop Card */
	
.cash-card__form .tooltip .tooltip-inner {
  padding-bottom: 100px;
  background: url(/_ui/responsive/theme-costco/images/icons/shopcard_back.svg) #ffffff no-repeat;
  background-size: 140px;
  background-position: 15% 90%;
}
		
/*  */

	
/* Kirkland Signature */
	
	.compontent-style-11-white {
		background-color: #ffffff;
		padding: 0;
		font-size: 18px;
}
		
/*  */

/* Contact us */

@media (min-width: 1024px){
	.contact-us-div-height {
		height: 340px;
}
		}
	
.au-margin-right-21px {
	margin-right: 21px;
	}

		
/*  */

/*==== Clothing Size Guide ====*/
	
/*==== Dropdown Clothing Size Guide ====*/
#sg-nav {
	text-align: left;
	width: 300px;
	height: 56px;
	list-style: none;
	background: #fff;
	border: 2px #ccc solid;
}

#sg-nav li {
	position: relative;/* set containing block for AP sub ul */
	float: left;
	text-align: left;
	background: #fff;
}
#sg-nav li:hover {
	background: #f5f5f5;
}
#sg-nav a {
	display: block;
	width: 296px;
	height: 52px;
	line-height: 3em;
	color: #000;
	text-decoration: none;
}
/* ------ Sub UL Drop Down ------ */
#sg-nav ul {
	z-index: 9999;
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	width: 296px;
	height: 200px;
	left: 0;
	top: 100%;
	margin-left: -999em;/* hide the sub ul */
}
#sg-nav li:hover ul {
	margin-left: 0;/* reveal the sub ul on li:hover */
	}
	
	/*==== Dropdown Clothing Size Guide end ====*/
	
	.subheading-size-guide{
		width: 100%;
		background-color: #3071a9 ;
  		padding-left: 30px;
		padding-top: 7px;
		padding-right: 30px;
		padding-bottom: 7px;
		text-align: left;
		font-size: 26px;
		font-weight: 400;
		color: #FFFFFF;
		margin-top: 5rem;
	}
	
	.table-size-guide{
		width: 100%;
		text-align: center;
		border: 1px solid #ffffff;
			
	}
	
	.table-size-guide-header, .th{
		font-size: 16px;
		font-weight: 700;
		color: #FFFFFF;
		text-align: center;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 0px;
		border: 1px solid #ffffff;
		
	}
	
	.table-size-guide-body{
		font-size: 16px;
		font-weight: 400;
		color: #333333;
		text-align: center;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 0px;
		border: 1px solid #ffffff;
	}
	
/*==== Clothing Size Guide end ====*/

/*Homepage*/
.view-all-products-wrapper { 
	align:right;
	}

.view-all-products{
	font-size: 18px !important;
	cursor: pointer;
	font-weight:400;
	font-color:#333;
	text-align: center;
	width: 160px;
	clear: both;
}
.view-all-products:after {
	position: relative;
	top:4px;
	content: "";
    display: block;
    background: url("/mediapermalink/COS01-arrow-right") no-repeat;
    width:12px;
    height:28px;
    float: right;
    margin: 0 0 0 1rem ;
}
.home-title {
	font-color: #333;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.2;
}
.home-dsc {
	font-size: 16px;
	line-height: 1.25;
}

.home-wrapper,.ctg-banner-wrapper{
	margin: 2rem -1rem 0rem -1rem;
	clear: both;
	}
.full-banner-a-wrapper{
	margin: 3rem -0.5rem 6rem -0.5rem;
	clear: both;
	}

.row-1-banner-l,.row-1-banner-r {
	padding: 0rem 1rem;
	margin-bottom: 3rem;
	float: left;	
	}
.row-1-banner-l {
	width: 41.66666667%;
	}
.row-1-banner-r {
	width: 58.33333333%;
	}
.grid-3,.grid-4 {
	float: left;
	text-align: center;
	padding: 0rem 1rem;
	margin-bottom:2rem;
	
	}
.grid-3-fashion {
	float: left;
	text-align: center;
	padding: 0rem 1rem;
	margin-bottom:0rem;
	
	}
.grid-3,.grid-3-fashion {
	width: 33.3333333333%;	
	}
.grid-4 {
	width: 25%;
	
	}
.home-warehouse-service {
		width: 16.666666%;
		float: left;
		padding: 0rem 1rem;
		text-align: center;	
	    margin:3rem 0rem 0rem 0rem ;
	}

.fashion-txt-women,.fashion-txt-men,.fashion-txt-kids{
	    position: relative;
        margin: 0rem auto;
	    padding:3rem;
        bottom:5rem;
		text-align: center;
		width: 90%;
	}
.fashion-txt-women{
	    background-color:#6ac6a9;
	}
.fashion-txt-men{
	    background-color:#74cadf;
	}
.fashion-txt-kids{
	    background-color:#e4cb4b;
	}
.fashion-txt {
	    position: relative;
	    background-color:#fff;
        margin: 0rem auto;
	    padding:1rem;
        bottom:5rem;
		text-align: center;
		width: 50%;
	
	}	

.grid-2 {
	float: left;
	width: 50%;
	text-align: center;
	padding: 0rem 1rem;
	margin-bottom:-4.5rem;
	
	}
	
	.fashion-title {
		font-size: 20px;
		font-weight: bold;
	}

@media (max-width: 1024px) {
	.grid-2 {
	margin-bottom:-2.5rem;
	
	}
	.fashion-title {
		font-size: 18px;
		padding:0rem;
	}
	.fashion-txt {
        bottom:3rem;
	
	}	
	}
@media (max-width: 767px) {
	.grid-2 {
	width: 100%;
	padding: 0rem 0.5rem;
	margin-bottom:2rem;
	}
	.fashion-txt {
        bottom:0rem;
		padding: 0rem;
	}
	.fashion-title {
		font-size: 18px;
		font-weight:normal;
		padding: 10px 0;
	}
	.view-all-products-wrapper { 
	align:center;
	}
	
	.home-wrapper-full,.ctg-banner-wrapper{
	margin: 0rem -1rem 0rem -1rem;
	clear: both;
	}
	.home-title {
	font-size: 2.6rem;
}
	.fashion-txt-women,.fashion-txt-men,.fashion-txt-kids{
	    padding:1.5rem;
	}
	.mobile-edge-05{
	margin: 0 -0.5rem;	
	}
	.home-warehouse-service {
		width: 33.333333%;
		padding: 0rem 0.5rem;
		margin:0rem 0rem 2rem 0rem;
	}
	.row-1-banner-l,.row-1-banner-r,.grid-4 {
	width: 50%;
	padding: 0rem 0.5rem;
	}
	.grid-3,.grid-3-fashion {
	width: 100%;
	padding: 0rem 0.5rem;
	}
	
	.row-1-wrapper{
	margin: 2rem -0.5rem 0rem -0.5rem;
	}
	
	.home-wrapper{
	margin: 2rem 1.5rem 0rem 1.5rem;
	clear: both;
	}
	.full-banner-a-wrapper{
	margin: 5rem 1.5rem 0rem 1.5rem;
	clear: both;
	}
	.mobile-margin-bottom-1{
	margin-bottom: 1rem;
	}
	.mobile-margin-bottom-2{
	margin-bottom: 2rem;
	}
	.mobile-margin-bottom-3{
	margin-bottom: 3rem;
	}
	.mobile-margin-bottom-4{
	margin-bottom: 4rem;
	}
	.mobile-margin-bottom-5{
	margin-bottom: 5rem;
	}
	.mobile-dsc-hight-5 {
		height: 5rem;
	}
	.mobile-dsc-hight-6 {
		height: 6rem;
	}
	}



/**/


/*PDP*/

.price-inc-delivery { 
    cursor: pointer;
    background-color:#fff;
    font-weight:400;
    font-color:#333;
	margin-bottom: 1rem;
}
.price-inc-delivery:before {
	position: relative;
    content: "";
    display: block;
    background: url(/mediapermalink/pdp-icon-delivery) no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin: -0.3rem 1rem 0 0;
}
.pdp-online-only {
	cursor: pointer;
    background-color:#fff;
    font-weight:400;
    font-color:#333;
	margin-top: 1rem;}
.pdp-online-only:before {
    position: relative;
    content: "";
    display: block;
    background: url(/mediapermalink/pdp-icon-online-only) no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin: -0.5rem 1rem 0 0;
}

.item-name {
     max-height: 40px;
     line-height:1.2;
}
.pdp-tabs-container {
	width:100%;
}
.product-gallery {
	width:60%;
}
.product-title-container, .header-content-container{
	width:40%;
}
@media (max-width: 1024px) {
	.product-gallery, .product-title-container, .header-content-container{
	width:100%;
}
}
.pdp-add-to-cart {
  width: 100%;
}
.image-gallery .owl-item {
    padding: 2rem 0 0 0;
}
@media screen and (min-width: 1024px){
.product-page-container .product-price-container {
    max-width: 100%;
}
.product-gallery .image-gallery .gallery-image .owl-wrapper .owl-item {
    max-width: 100%;
    max-height: 100%;
    padding: 3rem;
}
}


.wishlist-add,.additional-info,.buying-guide{ 
	font-size: 18px !important;
    cursor: pointer;
    background-color:#fff;
    font-weight:400;
    font-color:#333;
}
.wishlist-add:before {
	position: relative;
	top:-15px;
	font-weight:normal;
    content: "+";
	font-size: 40px !important;
	color:#333;
    display: block;
    margin: 0 0.5rem 0 0rem;
    width:30px;
    height:28px;
    float: left;
}
.additional-info,.buying-guide{ 
	font-size: 18px !important;
    cursor: pointer;
    font-weight:400;
    font-color:#333;
	border: 0px solid #005dab !important;
}
.additional-info:before {
	
    content: "";
    display: block;
    background: url("/mediapermalink/COS01-icon-doc") no-repeat;
    width:23px;
    height:28px;
    float: left;
    margin: 0 1rem 0 0;
}
.buying-guide:before {
	
    content: "";
    display: block;
    background: url("/mediapermalink/icon-pdp-guide") no-repeat;
    width:23px;
    height:28px;
    float: left;
    margin: 4px 1rem 0 0;
}

/**/



/* Category Menu */
header.main-header .menu-trigger {
    min-width: 105px;
    max-width: 160px;
}

header.main-header .menu-trigger .menu-font-size {
    font-size: 1.1em;}

#theMenu li.topmenu > a {
    padding-left: 23px;
    color: #0060a9;
    font-size: 1.1em;
    width: auto;
}
#theMenu{width:100%;max-width:300px;border-radius:0px;}

#theMenu, #theMenu ul{width:100%;margin:0;list-style:none;padding:0;background-color:#ffffff;border-width:0;border-style:solid;}


#theMenu > li > ul > li{
	float:left;
	border-bottom:1px solid #b4b4b4 ;
	min-width: 90%;}
@media screen and (min-width:1400px){
	#theMenu > li > ul{	width:1100px;height: 680px;}
}
@media (max-width:1399px) and (min-width:1201px){
	#theMenu > li > ul{width: 900px;height: 680px;}
}
@media (max-width:1200px) and (min-width:1025px){
	#theMenu > li > ul{width: 700px;height: 680px;}
}
@media (max-width:1024px){
	#theMenu > li > ul > li{border-bottom:0px;}
	#theMenu > li > ul{width: 100%; }
	#theMenu > li {border-bottom:1px solid #eee;}
	#theMenu .nbc-mobile {border-top: 1px solid #b4b4b4;}
	
}
@media screen and (min-width:1024px){
	#theMenu > li > ul > li .show-sub-menu,#theMenu > li > ul > li > a{font-weight:700;line-height: 2rem; font-size:18px;padding:10px 10px 10px 0px;text-transform:capitalize;}
	#theMenu > li > ul > li > ul > li a{color:#333333;font-size:14px;font-weight:400;padding:5px 0px;line-height:1.7rem;}
}

#theMenu li.topmenu > a .costco-icons{font-weight:700;color:#333333; font-size:1.35rem;padding-top: 4px;}
#theMenu li.topmenu:hover{background-color:#f5f5f5;transition:0.2s;}

#theMenu li.topmenu .costco-icons {
    float: right;
    padding-top: 5px;
    color: #333333;
    font-size:1.15rem;
    font-weight: 700;
    transform: rotate(0);
    transition: transform .3s;}
 

/**/

/* Category Landing */
.banner {margin: 0;}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1400px;
}
.list-name-container h1 {color: #333;font-size: 20px;font-weight: 400;padding: 0.5rem 0rem 0rem 0rem; margin: 0;}


.category-img {
    max-width: 100%;
    max-height:100%;
    width: 100%;
}

/*
.category-section-header {margin: 2rem 0rem 0.5rem 0rem;}

.category-wrapper {
    text-align: left;
    width: 100%;
    border-style: none;
    margin: 0rem -1rem;
}
.category-node {
	display: inline-block;
	font-size: 1em;
    width: 100%;
    min-width: 150px;
    max-width: 325px;
    border: none;
    margin: 0rem 1rem;
    padding: 0;
    text-align: center;
    vertical-align: top;
}
.category-node span {
    margin-bottom: 2rem;
}
*/
/*
@media (max-width: 1400px) {
	.container {
	padding: 0 2rem;
}
}*/

@media screen and (min-width: 1024px) {
  .banner img {
    max-width: 100%;
    max-height: 100%;
  }
  .category-node {
    margin: 0rem 1rem;
    padding: 0;
}
}


@media screen and (max-width: 1023px) and (min-width: 768px){
	.list-name-container h1{padding: 2rem;}	

}
@media screen and (max-width: 767px){
.list-name-container h1 {padding: 1rem;}	
}


/**/

/* pdp-message */

@media screen and (min-width: 1024px) {
	.pdp-messages-wrapper {
    margin: 25px 0 25px 0;
    max-width: 100% !important;
  }
  
}
.product-page-container .pdp-message {
  margin: 5px 0;
  font-size: 14px;
  line-height: 1.4;
  color: #444;
  padding: 3rem;
  background-color: #f5f5f5;
  border: 0px solid #005DAB;
}
@media screen and (max-width: 767px){
  .product-page-container .pdp-message {
  padding: 3rem 1.5rem;
}
}

/*

.costco-carousel-component .carousel .owl-controls .owl-pagination {
	display: none !important;}*/



.main-header:before {
	font-size: 14px;
	padding-top:6px;
	content: "Member Care - Monday to Friday, 8am to 5pm AEST ( 03 5316 7223 )";
	color:#FFFFFF;
	text-align: center;
	display: block;
	background-color: #333333;
	width: 100%;
	height:35px;
	clear:both;
}
@media screen and (max-width: 1400px){
	/*.top-header-container:before {
	padding-right:40px;
	right:-10px;
}*/
	.main-header-top:before {
	font-size: 14px;
    text-align:right;
    right:-10px;
}
}
@media screen and (max-width: 1024px){
   .main-header:before {
    font-size: 12px;
	
		}
	}

@media (max-width: 480px){
    .main-header-top:before {
	padding-top:7px;
    font-size: 11px;
		}
	}

/* pdp-option */

.product-page-container .product-price-container .product-information {
    margin-bottom: 20px;
}

label.error, .generic-error, .saved-card-section .error {
    margin: 0rem 0rem 3rem 0rem;
    font-weight: normal;
}

.member-only-item {
    line-height: 1;
    font-size: 16px;
    font-weight:700;
    margin-top: 15px;
}

.member-only-item span.costco-icons {
    color: #e31936;
    vertical-align: top;
    font-size: 14px;
}

.product-page-container .product-price-container .product-price .product-price-detail .price .from-price, .product-page-container .product-price-container .product-price .product-price-lbl .price .from-price {
    font-size: 20px;
}

@media screen and (max-width: 1024px){
.product-page-container .product-price-container .product-price .product-price-detail .price .from-price, .product-page-container .product-price-container .product-price .product-price-lbl .price .from-price {
    font-size: 16px;
}
}

/* .product-page-container .product-price-container .product-price {
    height: 60px;
}*/

/*  */

/*Contents Page Message*/	
.au-message {
		background-color: #ffffff;
		padding: 15rem 30rem;
	    text-align: left;
	}
@media (max-width: 1200px){
    .au-message {
		padding: 10rem 20rem;
	}
	}
	
@media (max-width: 1024px){
    .au-message {
		padding: 5rem 5rem 7rem 5rem;
	}
	}
@media (max-width: 767px){
    .au-message {
		padding: 5rem 3rem;
		text-align: center;
	}
	}
/*  */

/*service notification*/	
.notification {
		padding:2rem; 
		background-color:#01aef0;color: #fff; font-size: 22px;
		line-height: 1.4;
		text-align: center;
		margin: 0;
	}
	@media (max-width: 1024px) {
	.notification {
		margin: 20px 0;
		}
}
/*  */

/*brand*/
.brand-grid-5 {float: left;text-align: center;padding: 0rem 0.5rem;width: 20%;}
.brand-grid-3,.brand-grid-4 {float: left;padding: 0rem 0.25rem;margin-bottom:2rem;width: 33.33333333%;}
.brand-grid-4 {width: 25%;}
.img-center {text-align: center;}
.brand-name-container {margin: 2rem;color: #333;float: left;}
.brand-list-container {border-top: 2px solid #333;color: #333;width: 100%;margin-bottom: 3rem;padding: 2rem;clear: both;}
.brand-name-container:hover,
.brand-name-container:focus,
.brand-name-container -sub-focus {text-decoration: underline;}
.brand-name {padding: 0;font-size: 20px;text-align: left;font-weight: bold;color: #333333;}
.brand-close:after {
	position: relative;
	top:4px;
    content: "";
    display: block;
    background: url("/mediapermalink/COS01-close-s") no-repeat;
    width:12px;
    height:12px;
    float: right;
    margin: 0 0 0 1rem ;
	}
.brand-close {color: #333;padding: 0.5rem 0;font-size: 14px;text-align: right;float: right;}
.brand-close:hover,
.brand-close:focus,
.brand-close -sub-focus {text-decoration: none;font-weight: bold;}
.brand-name-link {color: #333;width:16.66666666666667%;padding: 0.5rem 0;font-size: 14px;text-align: left;float: left;}
.brand-name-link:hover,
.brand-name-link:focus,
.brand-name-link -sub-focus {text-decoration: none;font-weight: bold;}
.brand-name-dsc,.brand-name-shop {padding: 1rem 0;font-size: 15px;line-height: 1.3;text-align: left;}
.brand-name-shop {padding: 0 0 1rem 0 ;}	
.brand-container {background-color: #ffffff;margin: 0 -0.5rem;}
.btn-brand-current{color: #fff;font-size: 1.8rem;background-color: #333;padding-top: 1rem;width: 100%;height: 5rem;}
.btn-brand:hover,
.btn-brand:focus,
.btn-brand -sub-focus {color: #fff;background-color: #333;text-decoration: none;}
.btn-brand {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	color: #333333;
	font-size: 1.8rem;
	background-color: #f5f5f5;
	padding-top: 1rem;
	width: 100%;
	height: 5rem;
}
.btn-brand:hover,
.btn-brand:focus,
.btn-brand -sub-focus {color: #fff; background-color: #333;text-decoration: none;}

@media (max-width: 1280px) {
	.brand-name-link {width: 25%;}
	.btn-brand {padding-top: 1.3rem;}}

@media (max-width: 1024px) {
	.brand-name-link {width: 33.3333333%;}
	.btn-brand {padding-top: 1.3rem;}}

@media (max-width: 767px) {
	.brand-name-link {width: 50%;padding: 1rem 0;}
	.brand-grid-3 {width: 100%;}
	.brand-grid-4 {width: 50%;border: 1px solid #eeeeee;margin-bottom: 0rem;}
    .btn-brand {font-size: 1.4rem !important;padding: 12px 0 0 0;height: 2.5rem;}
}

@media (max-width: 320px) {
	.brand-grid-5 {margin-bottom:1rem;font-size: 14px;}

}
/*  */
	
	
	
/*global wrappers*/
.wrapper-full-banner {margin: 0 -1rem;}
.wrapper-minus-025 {background-color: #ffffff;margin: 0 -0.25rem;}
.wrapper-minus-05 {margin: 0 -0.25rem;}
.wrapper-minus-05-1 {margin: 2rem -1rem 0rem -1rem;clear: both;}
.wrapper-minus-1 {margin: 0 -0.5rem;}
	
@media (max-width: 767px) {
    
	.padding-mobile-1 {padding: 1rem;}
	.padding-mobile-2 {padding: 2rem;}
	.padding-mobile-3 {padding: 3rem;}
	.padding-mobile-4 {padding: 4rem;}
	.padding-mobile-5 {padding: 5rem;}
	.padding-mobile-6 {padding: 6rem;}
	.padding-mobile-7 {padding: 7rem;}
	.padding-mobile-8 {padding: 8rem;}
	.padding-mobile-9 {padding: 9rem;}
	.padding-mobile-10 {padding: 10rem;}
	.padding-mobile-side-1 {padding: 0 1rem;}
	.padding-mobile-side-2 {padding: 0 2rem;}
	.padding-mobile-side-3 {padding: 0 3rem;}
	.padding-mobile-side-4 {padding: 0 4rem;}
	.padding-mobile-side-5 {padding: 0 5rem;}
	.padding-mobile-top-1 {padding-top: 1rem;}
	.padding-mobile-top-2 {padding-top: 2rem;}
	.padding-mobile-top-3 {padding-top: 3rem;}
	.padding-mobile-top-4 {padding-top: 4rem;}
	.padding-mobile-top-5 {padding-top: 5rem;}
	.padding-mobile-bottom-1 {padding-bottom: 1rem;}
	.padding-mobile-bottom-2 {padding-bottom: 2rem;}
	.padding-mobile-bottom-3 {padding-bottom: 3rem;}
	.padding-mobile-bottom-4 {padding-bottom: 4rem;}
	.padding-mobile-bottom-5 {padding-bottom: 5rem;}
	
  .wrapper-minus-1,.wrapper-minus-05-1 {margin: 0 -1rem;}
  .wrapper-full-banner {margin: 0 -0.05rem;}
}
	


/*Cookie policy*/
.std-table-th,.std-table-th-1,.std-table-td,.std-table-td-1 {
	padding: 1rem;text-align: center;line-height: 1.6;float: left;}
.std-table-th,.std-table-th-1{height: 50px;background-color: #e9e9e9;border-right: solid 1px #b7b7b7;}
.std-table-th-1 {border-right: solid 0px #b7b7b7;}
.std-table-td,.std-table-td-1 {background-color: #ffffff;border-right: solid 1px #b7b7b7;border-bottom: solid 1px #b7b7b7;}
.std-table-td-1 {border-right: solid 0px #b7b7b7;}
	
@media (max-width: 767px) {
	.std-table-th,.std-table-th-1,.std-table-td,.std-table-td-1{padding: 0.5rem;font-size: 14px;}
	.std-table-th,.std-table-th-1{height: 40px;}

	}

.gdpr-message-item .gdpr-message-item_content {font-size: 20px;line-height: 1.4;}
.gdpr-message-item { padding: 15px 15px 0px 0px;}
.gdpr-buttons { margin-bottom: 0;}
.gdpr-review {margin-bottom:20px;}
@media (max-width:1650px){.gdpr-review {margin-bottom:70px;}}
@media (max-width:767px){.gdpr-review {margin-bottom:20px!important;}.gdpr-buttons { margin-bottom: 60px;}}
/*  */


/*BV*/
.bv-action-bar-header:after {
	position: relative;
    content: "& Ratings";
    float: right;
    margin: 0 0 0 0.5rem ;
	}

@media (max-width: 476px) {
	.bv-action-bar-header:after {
    margin: 0 0 2rem 0.5rem ;
	}
}
@media (max-width: 339px) {
	.bv-action-bar-header:after {
    float: left;
    margin: 0 0 2rem 0rem ;
	}
}
/*  */

/*home-2020*/
.divider-1px-ddd {background-color: #dddddd;height: 1px;clear: both;}	
.no-underline {text-decoration: none;}
.add-underline {text-decoration:underline;}
.btn-fashion-mobile {
	box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #333333;
    font-weight: 700;
    background-color: #f5f5f5;
    padding: 3.5rem 0 0 0;
    border-radius: 50%;
    width: 9rem;
    height: 9rem;
    margin-bottom: 3rem;
}
.btn-fashion-mobile:hover,
.btn-fashion-mobile:focus,
.btn-fashion-mobile -sub-focus {
  color: #fff;background-color: #333;text-decoration: none;}
	
.section-divider,.section-divider-noline {margin: 5rem -0.5rem 7rem -0.5rem;}
.section-divider {background-color: #333;height: 2px;clear: both;padding: 0;}
.ctg-headline {font-color: #333;font-size: 3rem;font-weight: 700;line-height: 1;margin:0 0 0 0;text-transform: uppercase;text-align: center;}
.headline-link {text-align: canter;font-size: 14px;color: #333333;vertical-align: middle;}
.link-underline,.link-underline-1 {border-bottom: 2px solid #333;}
.link-underline-1 {padding-bottom:5px;}
.headline-link:hover,
.headline-link:focus,
.headline-link -sub-focus {
  text-decoration: none;
}
.item-dsc:hover,
.item-dsc:focus,
.item-dsc -sub-focus {
  text-decoration: underline;
}

.starting-at,.price-hot:hover,
.starting-at,.price-hot:focus,
.starting-at,.price-hot -sub-focus {
  text-decoration: none;
}
.item-dsc, .starting-at {padding: 1rem 0 0 0 ;font-size: 14px;line-height: 1.3;text-align: center;color: #333333;}
.item-dsc {padding: 0rem 0.5rem 1rem 0.5rem;height: 7rem;}
.starting-at {font-size: 14px;font-weight:normal;padding-right:1rem;text-align: right;}
.starting-at:before {content: 'Starting at';}
.price-wrapper {margin: 1rem 0;}
.price-hot,.price-normal,.conn-title,.price-origin,.price-origin-hide {padding: 0;font-size: 18px;text-align: center;font-weight: bold;color: #e5002c;}
.price-normal,.conn-title,.price-origin,.price-origin-hide {color: #333333;}
.price-normal,.conn-title,.price-origin-hide {display: none;}
.conn-title {display:block;}
.conn-issue {font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";font-size: 2.5rem;font-weight: 700;}
.item-container,.item-container-link,.item-container-link-fs,.ctg-container, .ctg-product-container, .ctg-product-container-2x,.warehouse-only,.warehouse-only-1,.btn-fashion-mobile-container,.half-banner-container {
float: left;text-align: center;padding: 0rem 0.5rem;width: 20%;margin-bottom:1rem;}
.ctg-container {width: 25%;}
.ctg-product-container,.ctg-product-container-2x {width: 33.333333334%;}
.warehouse-only{width: 16.666666667%;}
.half-banner-container{width: 50%;}
.full-banner-container{padding: 0rem 0.5rem;width: 100%;}
.ctg-title{font-size: 18px; min-height:6.05rem;padding-top: 10px;}
.doller-off:hover,
.doller-off:focus,
.doller-off -sub-focus {
  text-decoration: none;
}
.item-dsc {font-size: 14px;}
.doller-off {padding: 0;font-size: 16px;text-align: center;font-weight: bold;color: #e5002c;}	
.origin-price,.bonus-price {font-size: 14px;font-weight: 700;color: #333;text-decoration: line-through;padding-right: 5px;font-display: block;font-style: italic;}
.bonus-price {text-decoration: none;}	

@media (max-width: 1024px) and (min-width: 768px){
	.item-container {width: 20%;}
}
@media (max-width: 767px) {
	.ctg-container {width: 50%;}
    .btn-fashion-mobile-container {width: 25%;}	
	.section-divider,.section-divider-noline {background-color: #dddddd;height: 0.8rem;clear: both;padding: 0;margin: 3rem -1rem 5rem -1rem;}
	.section-divider-full {background-color: #dddddd;height: 0.8rem;clear: both;padding: 0;margin: 0 -1rem;}
	.ctg-headline {font-size: 2.4rem; text-align: center;}
	.conn-issue {font-size: 2rem; text-align: center;}
	.headline-link {font-size: 14px; font-weight: 400;}
	.warehouse-only{width: 33.333333334%;}
	.ctg-title,.ctg-title-2x {font-size: 16px;height: 6rem;}
	.ctg-product-container,.ctg-product-container-2x,.half-banner-container {width: 100%;}
	.starting-at {font-size: 12px;width:60px;}
	.item-dsc{height: 5rem;}
	.item-container,.item-container-link, .ctg-container, .ctg-product-container, .ctg-product-container-2x  {padding: 0rem 0.25rem;}
	.half-banner-container {padding: 0rem 0rem;margin-bottom:0rem;}
	.full-banner-container {padding: 0rem 0rem;}
	.item-bg-grey {background-color: #e9e9e9;}
	.item-container,.item-container-link,.item-container-link-fs  {width: 50%;}
	.item-container-link  {padding-top:11rem;}
	.item-container-link-fs  {padding-top:6rem;}
}
@media (max-width: 374px) {
	.btn-fashion-mobile {padding: 2.5rem 0 0 0;width: 7rem;height: 7rem;}
}
@media (max-width: 320px){
	.origin-price,.bonus-price {display: none;}
	.item-dsc {font-size: 13px;}
}


/*CTG-SEO*/
.ctg-seo,.ctg-seo-link{ padding: 1rem 0;font-size: 14px;line-height: 1.3;text-align: left;color: #333;margin-bottom:3rem;}
.ctg-seo-link{ margin-bottom:0rem;font-weight:bold;text-decoration:underline}






.app-icon {position: relative;display: block; height:50px;}


/*Fuel price*/
.gas-box-padding {display: none !important;}


/*Preorder messages*/
.preorder-messages .preorder-alert {
    margin-top: 10px;
    padding: 2rem;
    text-align: center;
	background-color: #eff7fb;}


/*2021*/
.home-headline {font-color: #333;font-size: 3rem;font-weight: 400;line-height: 1;margin:0 0 0 0;float: left; }
.shop-all {color: #333; font-weight: 400;font-size: 18px;text-align: left; -webkit-font-smoothing: antialiased;float: right;line-height: 1.2;}
    .shop-all a {color: #333; text-decoration: none;}
    .shop-all:hover {text-decoration: underline;color: #333;}
    .shop-all:after {content: '';display: inline-block; background: url("/mediapermalink/icon-link") no-repeat;width: 12px;height: 12px;position: relative; float: right;margin: 5px 0 0 0.8rem;}

@media (max-width: 767px) {.shop-all {padding-right:1rem;}
.home-headline {font-size: 2.4rem;padding-left:1rem;}}



/* 13/01/2022---Sujin Choi*/
	.margin-top-min-1 {margin-top: -1rem;}
	.margin-top-min-2 {margin-top: -2rem;}
	.margin-top-min-3 {margin-top: -3rem;}
	.margin-top-min-4 {margin-top: -4rem;}
	.margin-top-min-5 {margin-top: -5rem;}
	.margin-top-min-6 {margin-top: -6rem;}
	.margin-top-min-7 {margin-top: -7rem;}
	.margin-top-min-8 {margin-top: -8rem;}
	.margin-top-min-9 {margin-top: -9rem;}
	.margin-top-min-10 {margin-top: -10rem;}


/* 15/02/2022---Sujin Choi*/
sip-delivery-bar:empty {
    display: none;
}


/* 28/02/2022---Sujin Choi*/
.site-notificaion-icon:before {    content: '';
    display: inline-block;
    background: url(/mediapermalink/notification-icon) no-repeat;
    width: 25px;
    height: 25px;
    position: relative;
    margin: 0 5px 0 0;
    top: 0.7rem;
}
.site-notificaion-icon p {padding:0;}
.img-10,.img-20,.img-30,.img-40,.img-50,.img-60,.img-70,.img-80,.img-90,.img-100 {height: auto;margin: auto;}
	.img-10 {width: 10%;}.img-20 {width: 20%;}.img-30 {width: 30%;}.img-40 {width: 40%;}.img-50 {width: 50%;}
	.img-60 {width: 60%;}.img-70 {width: 70%;}.img-80 {width: 80%;}.img-90 {width: 90%;}.img-100 {width: 100%;}

	@media (max-width: 767px) {
		
	.m-img-10 {width: 10%; height: auto;}.m-img-20 {width: 20%; height: auto;}.m-img-30 {width: 30%; height: auto;}.m-img-40 {width: 40%; height: auto;}
	.m-img-50 {width: 50%; height: auto;}.m-img-60 {width: 60%; height: auto;}.m-img-70 {width: 70%; height: auto;}.m-img-80 {width: 80%; height: auto;}
		.m-img-90 {width: 90%; height: auto;}.m-img-100 {width: 100%; height: auto;}}



/* PLP Customized Banner--04/03/2022---Sujin Choi */	
.category-banner-fullbg-wrapper{
       -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
		background-size: cover;margin:auto; height: 650px;}

	
	.au-grid-2,.au-grid-2-1,.au-grid-3,.au-grid-4,.au-grid-d4-t2,.au-grid-d4-m2,.au-grid-d3-m3,.au-grid-2-nogap,.au-grid-2-nogap-1 {display: grid;grid-template-columns: repeat(2, 1fr); width: 100%;grid-column-gap: 3rem;}
	.au-grid-ver-2,.au-grid-3,.au-grid-d3-m1,.au-grid-2-nogap,.au-grid-2-nogap-1 {display: grid;grid-template-columns: repeat(2, 1fr); width: 100%;grid-column-gap: 3rem;}
	.au-grid-3,.au-grid-d3-m3 {grid-template-columns: repeat(3, 1fr);}
	.au-grid-4,.au-grid-d4-t2,.au-grid-d4-m2 {grid-template-columns: repeat(4, 1fr);}
	.au-grid-4 {grid-column-gap: 1rem;}
	.au-grid-4 a {text-decoration: none;}
	.au-grid-2-nogap,.au-grid-2-nogap-1 {grid-column-gap: 0;}
	
	.au-grid-divider {border-right:1px solid #d9cfc4;}
	.au-CTG-sub-ctn {padding: 2rem;width: 100%;text-align: center;}
	
	.au-CTG-sub-link {color: #333;font-size: 16px;font-weight: 700;line-height: 1.6;text-decoration: none;}
	.au-CTG-sub-link span,
    .au-CTG-sub-link span:hover,
    .au-CTG-sub-link span:focus,
    .au-CTG-sub-link -sub-focus {padding-bottom: 2px; border-bottom: 1px solid #333; }	
	
	.au-CTG-sub-header {text-align: center; font-size: 36px;line-height: 1;padding:20px 4rem 0 4rem;}
	
	
/* MQ*/
@media (max-width: 1400px){
		.category-banner-fullbg-wrapper {margin: 3rem -2rem 0 -2rem;height: auto;}
	.au-CTG-grey-bg {background-color: #f5f5f5;margin:auto -2rem}}
	
	
@media (max-width: 1024px) {
	.au-grid-d4-t2 {rid-column-gap: 0.5rem; grid-template-columns: repeat(2, 1fr);}
	.au-CTG-grey-bg {margin:auto -1rem}
	.au-CTG-sub-header {font-size: 28px;}
	}
	
@media (max-width: 767px){
	.au-grid-2,.au-grid-2-1,.au-grid-3,.au-grid-2-nogap-1{grid-template-columns: repeat(1, 1fr);grid-column-gap: 0rem;grid-row-gap: 5rem;}
	.au-grid-d3-m3,.au-grid-d4-m2 {grid-column-gap: 0.5rem;}
	.au-grid-d4-m2 {grid-template-columns: repeat(2, 1fr);}
	.au-grid-2-nogap,.au-grid-2-1 {grid-template-columns: repeat(1, 1fr);grid-column-gap: 0rem;grid-row-gap: 0;}
	.category-banner-fullbg-wrapper {margin: 2rem auto 0rem auto;}
	.au-CTG-grey-bg {margin:auto}
	.au-CTG-sub-ctn {padding: 2rem 0;}
	.au-CTG-sub-link {font-size: 14px;}
	}






/* Sujin Choi Update 14/11/2022*/	
.page {margin-top: -18px;}
@media (max-width: 768px) {.page {margin-top: -28px;}}


/* 06/12/2022---Sujin Choi*/
.mfa-verify-otp-code-popup .modal-body .mfa-verify-otp-private-device-message {
    display: none;
}

/* 11/01/2023---Sujin Choi*/
.star-ratings-css-top {
    color: #00b900 !important;
}


/* 31/05/2023---Yoon Ooi*/
.page.membership #button-blu, #button-blu:hover {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}
            
.page.membership #button-blu {
    max-width: 258px;
    padding: 10px 5%;
    background: #3071a9;
    text-align: center;
}    
            
.page.membership #button-blu:hover {
    background-color: #2a6293;
}
            
.page.membership #notification-info {
    display: inline-block;
    background-color:#ecf4f9;
    border:solid;
    border-width:1px;
    border-color:#ccc;
    padding:20px;
    width: 100%;
    margin-bottom: 2%;
}
            
.page.membership #notification-info a {
    display: inline-block;
    width: 100%;
}
            
.page.membership .btn-container {
    width: 50%;
    padding-left: 2em;
    display: inline-block;
}
            
.page.membership .h3-style-guide {
    font-size: 24px;
    color: #333;
    width: 50%;
    float: left;
    text-align: right;
    padding-top: .3em;
}

@media (max-width: 767px) {
.page.membership .h3-style-guide {
    font-size: 20px;
    padding-top: 0; 
    }}

/* Sujin Choi Update 02/06/2023	
[_nghost-storefront-c210] .decal.decal-position-5[_ngcontent-storefront-c210] {
    position: unset !important;
    z-index: 1;
}*/

/* Sujin Choi Update 05/06/2024*/	
.decal-position-5 {
    position: relative!important;
    z-index: 1;
}



/* 02/08/2023---Sujin Choi*/
.pdp-message {border: 0px solid #005dab !important;}
.search-facet .facet-text .facet-star--active {
    color: #00b900 !important;
}

/* EReceipt Temporary Disable link 

li:has(> a[href='/my-account/receipts']) {
    display: none;
    height: 0px !important;
}

.my-account-logged-in-link li.my-account-logged-in-list-item:has(> a[href='/my-account/receipts']) {
    height: 0px !important;
    display: none !important;
}*/

/* EReceipt */

/* EReceipt */
.receipts-selection-desc h3 {font-size: 18px!important;padding:0;}

/* Tyres */
[_nghost-storefront-c284] .front-rear--price__details .product-price--wrap .set-of--row .pdp-col {display: none;}


/*Make nav bar sticky */
@media only screen and (max-width: 768px){.main-header {position: sticky;top: 0px;z-index: 1000;}}
@media screen and (max-width: 768px) {
    ul#theMenu {
        overflow-y: scroll;
        height: 70vh;
    }
}

/*Category banner- round  */
.category-wrapper img,.banner img{border-radius: 10px;}



/*plp*/
[_ngcontent-storefront-c203] .breadcrumb-section .breadcrumb {
        padding: 0 0 8px 10px;
}

[_ngcontent-storefront-c249]  h1, .h1 {margin-top: 0px;margin-bottom: 10px;padding:0;}


