/*
 *-----------------------------------------------------------------
 * Licensed Materials - Property of IBM
 *
 * WebSphere Commerce
 *
 * (C) Copyright IBM Corp. 2013, 2014 All Rights Reserved.
 *
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with
 * IBM Corp.
 *-----------------------------------------------------------------
 */

/*** Reset + basic styles ***/

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
}
a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}
a:hover{
	cursor: pointer;
	text-decoration: underline;
}
blockquote, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-size: inherit;
}
button, input, textarea, select {
	margin: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
fieldset, iframe, img {
	margin: 0;
	padding: 0;
	border: 0;
}
dl, ol, ul {
	margin: 0;
}
#content {
	overflow: hidden;
}
#contentWrapper{
	margin:0px 12%;
	min-height:300px;
	padding-bottom:5px;
}
.default_cursor {
	cursor:default;
}

/* Button */

.basicButton {
	display: inline-block;
	position: relative;
	background:rgba(248,156,49,0.55);
	border: 0px solid #bfbfbf;
	border-radius: 0px;
	border-spacing: 0;
	vertical-align: middle;
}
.basicButton:hover {
	background:rgba(248,156,49,0.55);
}
.basicButton > span {
	display: table-cell;
	height: 30px;
	padding: 0 15px;
	border: 0px solid #fdd466;
	border-radius: 0px;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500; 
	font-size:20px;
}

/* Department button */

.departmentButton {
	display: inline-block;
	position: relative;
	margin: 2px 2px 0;
	background:#f5f5f5;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9f9), to(#e5e8e9));
	background-image: linear-gradient(#f7f9f9, #e5e8e9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f9f9', endColorStr='#e5e8e9')";
	border: 1px solid #bfbfbf;
	border-radius: 4px;*/
	border-spacing: 0;
	vertical-align: middle;
	color:#000;
}
.departmentButton:hover {
	/*background-image: linear-gradient(#f7f9f9, #ced2d3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9f9), to(#ced2d3));
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f9f9', endColorStr='#ced2d3')";*/
	background:#fff;
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0.50);
	color:#000;
}

.departmentButton.selected {
	color: #454545;
	/*background-image: linear-gradient(#fbbb0b, #ee9505);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbbb0b), to(#ee9505));
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fbbb0b', endColorStr='#ee9505')";*/
	background:#fff;
}

a.departmentButton span:hover , .HoverAct a.departmentButton span{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #9b9b9b  #9b9b9b  -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    border: 1px solid  #9b9b9b;
    border-bottom: 2px solid #fff;
    position:relative;
    z-index:1001 ;
    
}
.departmentButton > span {
	display: table-cell;
	max-width: 200px;
	height: 38px;
	padding: 0 35px;
	font-size:14px;
	border: 1px solid #f1f3f3;
	line-height: 16px;
	letter-spacing:0.08px;
	text-align: center;
	vertical-align: middle;
	text-transform:uppercase;
}
.departmentButton > span h3{ 
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 500; 
	font-size:14px;
	letter-spacing:0.28px;
	line-height:16px;
}
.departmentButton > span:hover{
	border-bottom:0px;
}
.departmentButton.selected > span {
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0.50);
	border-bottom:0px;
	background:#fff;
}

/* Menu */

.basicMenu {
	display: none;
}
.basicMenu.active {
	display: block;
	position: absolute;
	top: 100%;
	z-index: 20;
	background-color: #ffffff;
	border: 1px solid #c9cece;
	border-radius: 0 0 4px 4px;
}
.basicMenu > h3, .basicMenu > .closeButton {
	display: none;
}
.basicMenu > ul {
	margin: 0;
	padding: 0 16px 16px 16px;
	list-style: none;
}
.basicMenu > ul > li {
	padding: 8px 0;
	border-bottom: 1px solid #c9cece;
}
.basicMenu > ul > li > a {
	display: block;
	margin: 0 -8px;
	padding: 8px;
}
.basicMenu > ul > li > span {
	display: block;
	padding: 8px 0;
}

/* Underline decoration */

.basicMenu a, .departmentMenu a, #quickLinksBar > li > a, #searchFilterButton {
	text-decoration: none;
}
.basicMenu a:hover, .departmentMenu a:hover, #quickLinksBar > li > a:not(.nohover):hover, #searchFilterButton:hover, .product_info > .product_name > a:hover {
	text-decoration: underline;
}

/* Text color decoration */
#quickLinksBar > li > a.disabled {
 color:#909090;
}

/* Arrow decoration */

.arrow_button_icon{	
	float: right;
	position: absolute;
	width: 7px;
	height: 7px;	
	overflow:hidden;
	right: 3px;
	bottom: 3px;
}
#quickLinksButton .arrow_button_icon {
	bottom: 10px;
}
.arrow_button_icon:before{	
	/*content: url("../images/responsive/rwdUI.png");	*/
	position: absolute;
	top: -1px; 
	left: -101px;	
}
#quickLinksButton .arrow_button_icon:before, #widget_minishopcart .arrow_button_icon:before, #departmentsButton .arrow_button_icon:before, #allDepartmentsButton .arrow_button_icon:before{
	/*content: url("../images/responsive/rwdUI.png");	*/
	position: absolute;
	top: -1px; 
	left: -121px;		
}
.departmentButton.selected .arrow_button_icon:before {
	/*content: url("../images/responsive/rwdUI.png");*/	
	position: absolute;
	top: -21px; 
	left: -21px;	
}
#quickLinksButton.selected .arrow_button_icon:before, #widget_minishopcart.selected .arrow_button_icon:before , #departmentsButton.selected .arrow_button_icon:before, #allDepartmentsButton.selected .arrow_button_icon:before {
	content: url("../images/responsive/rwdUI.png");	
	position: absolute;
	top: -21px; 
	left: -241px;	
	display:none;
}
.pageControlButton:after {
	background-position: -141px -1px;
}


/* Marketing content */

.left_espot {
	position: relative;
	z-index: 0;
}

.left_espot img{
	width:100%;
}
.left_espot.centered {
	text-align: center;
}
.left_espot.centered > a,
.left_espot.centered > img {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}
.left_espot.centered > a > img {
	display: block;
	/*max-width: 240px !important;*/
	margin:5px 0px 0px;
	max-height:110px;
	/*padding:28px 135px;*/
}

/* Subscribe button */

.subscribeButton {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
	background-color: rgba(0,0,0,0);
	line-height: 0;
}
.subscribeButton:before {
	content: url("../images/responsive/rss_feed.png");
}



/*** Grid system ***/

/* Row container */

.rowContainer,
.rowContainer > .row { padding: 5px 0; }
.rowContainer > .row.margin-true { padding: 0 5px; }
.row.margin-true > div > div { margin: 10px 5px; }
.row.margin-true > div > div:first-of-type { margin-top: 5px; }
.row.margin-true > div > div:last-of-type { margin-bottom: 5px; }
.row.margin-true > div > .row { margin: 0 !important; }

/* Row */

.row:after {
	content: "";
	display: block;
	clear: both;
}
.row > div { float: left; }
.row > .right { float: right; }

/* Columns */

.col1 { width: 8.333333%; }
.col2 { width: 16.666666%; }
.col3 { width: 25%; }
.col4 { width: 33.333333%; }
.col5 { width: 41.666666%; }
.col6 { width: 50%; }
.col7 { width: 58.333333%; }
.col8 { width: 66.666666%; }
.col9 { width: 75%; }
.col10 { width: 83.333333%; }
.col11 { width: 91.666666%; }
.col12 { width: 100%; }

/*
 * RWD-A - 0-600px
 * RWD-B - 601-1280px
 * RWD-C - 1281px+
 */

/* Grid system - RWD-A */

@media (max-width: 600px) {
	.acol1 { width: 8.333333%; }
	.acol2 { width: 16.666666%; }
	.acol3 { width: 25%; }
	.acol4 { width: 33.333333%; }
	.acol5 { width: 41.666666%; }
	.acol6 { width: 50%; }
	.acol7 { width: 58.333333%; }
	.acol8 { width: 66.666666%; }
	.acol9 { width: 75%; }
	.acol10 { width: 83.333333%; }
	.acol11 { width: 91.666666%; }
	.acol12 { width: 100%; }
	.rowContainer > .row.margin-true {
		padding-left: 0;
		padding-right: 0;
	}
	.row.margin-true > div > div {
		margin-left: 0;
		margin-right: 0;
	}
	
}

/* Grid system - RWD-C */

@media (min-width: 1281px) {
	.ccol1 { width: 8.333333%; }
	.ccol2 { width: 16.666666%; }
	.ccol3 { width: 25%; }
	.ccol4 { width: 33.333333%; }
	.ccol5 { width: 41.666666%; }
	.ccol6 { width: 50%; }
	.ccol7 { width: 58.333333%; }
	.ccol8 { width: 66.666666%; }
	.ccol9 { width: 75%; }
	.ccol10 { width: 83.333333%; }
	.ccol11 { width: 91.666666%; }
	.ccol12 { width: 100%; }
	.rowContainer,
	.rowContainer > .row { padding: 10px 0; }
	.rowContainer > .row.margin-true { padding: 0 10px; }
	.row.margin-true > div > div { margin: 20px 10px 20px 4px; }
	.row.margin-true > div > div:first-of-type { margin-top: 10px; }
	.row.margin-true > div > div:last-of-type { margin-bottom: 10px; }
}

/* wc/widget/Grid - fluid grid responsive to container width */

.grid {
	margin: 0;
	padding: 0;
	list-style: none;
}
.grid > li {
	display: inline-block;
	vertical-align: top;
}



/*** Header ***/

#header {
	position: relative;
	background-color: #ffffff;
	font-size: 14px;
	line-height: normal; /* Needed because of bad CSS reset */
	z-index: 10;
}
#header:before {
	content: "";
	display: block;
        height: 30px;
	/*height: 10px;
	background-image: url("../images/responsive/masthead_top_bg.png");*/
}
#headerRow1 {
	position: relative;
	height: 72px;
	padding:0 12%;
}
.header-row1{
	background:#32343C;
	display:block;
	height:120px;
	padding:0 12%;
}
#headerRow2 {
	position: relative;
	min-height: 44px;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e8e9), to(#dce2e1));
	background-image: linear-gradient(#e5e8e9, #dce2e1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#e5e8e9', endColorStr='#dce2e1')";
	border-top: 1px solid #c9cece;
	border-bottom: 1px solid #c9cece;*/
	margin:0px 12%;
}
#headerRow1:after, #headerRow2:after {
	content: "";
	display: block;
	clear: both;
}

/* Logo */

#logo {
	position: absolute;
	z-index: 1;
	/*height: 100%;*/
}



.logoText{
		color:#fff;
		font-size:36px;
		float:right;
		font-weight:bold;
		margin:53px 20px 0;
	}
#logo .contentRecommendationWidget,
#logo .contentRecommendationWidget > .left_espot,
#logo .contentRecommendationWidget > .left_espot > a,
#logo .contentRecommendationWidget > .left_espot > a > img,
#logo .genericESpot {
	/*height: 100%;*/
	max-width: none;
}

/*** Quick links bar ***/

#quickLinksBar {
	margin: 45px 0px 0px;
	padding: 0;
	color: #32343C;
	font-size:14px;
	line-height:16px;
	list-style: none;
	text-align: right;

}
#quickLinksBar > li {
	display: inline-block;
	border-right: 0px solid #c9cece;
	text-align: left;
	vertical-align: middle;
}
/*#quickLinksBar > li.hidden {
	position: absolute;
	visibility: hidden;
}*/
#quickLinksBar > li.separator-false {
	border-right: 0 none;
}
#quickLinksBar > li > a {
	display: block;
	position: relative;
	max-width: 200px;
	margin: -10px 2px;
	padding: 10px 15px;
} 
#quickLinksBar > li > span {
	display: block;
	padding: 0 15px;
}

#quickLinksBar > li > a > br {
	display: none;
}

#quickLinksBar .spanacce {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
#quickLinksMenu.active {
	top: 56px;
	right: 95px;
	width: 298px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
}

/* Mini cart button */

#widget_minishopcart {
	display: block;
	position: relative;
	width: 145px;
	height: 26px;
	margin: 16px 20px 16px 16px;
	padding: 0 !important;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9f9), to(#e5e8e9));
	background-image: linear-gradient(#f7f9f9, #e5e8e9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f9f9', endColorStr='#e5e8e9')";
	border: 1px solid #e1e1e1 !important;
	border-radius: 4px;*/
	overflow: hidden;
	outline:0;
}
#widget_minishopcart:before {
	
	position: absolute;
	left: 7px;
	top: -27px;
	clip: rect(41px, 27px, 60px, 1px);
}
#widget_minishopcart:hover {
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9f9), to(#ced2d3));
	background-image: linear-gradient(#f7f9f9, #ced2d3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f9f9', endColorStr='#ced2d3')";
	text-decoration: none !important;*/
	text-decoration:underline;
	
}

/* Mini cart */

#minishopcart_total{
	background-color: #F99C32;
}

#minishopcart_total,
#minishopcart_lock {
	display: block;
	position: absolute;
	right: 4px;
	top: 3px;
	padding: 1px 0;
	border-radius: 50%;
	color: #32343C;
	font-size: 14px;
	font-weight: bold;
	width: 20px; height: 17px; text-align:center;
}

#minishopcart_total.nodisplay,
#minishopcart_lock.nodisplay {
	display: none;
}

#cartDropdown {
	position: relative;
	width: 360px;
	background-color: #ffffff;
	border: 1px solid #c9cece;
	border-top: 1px solid #c9cece;
	border-radius: 0 0 0px 0px;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
}
#cartDropdown > div {
	margin: 0;
	padding: 15px 10px;
	font-size: inherit;
	font-weight: inherit;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
}

#cartDropdown > .closeButton {
	display: block;
	position: absolute;
	top: -2px;
	right: -10px;
	outline:0;
}
#cartDropdown > .closeButton:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	background-position: -61px -1px;
	vertical-align: middle;
}
#cartDropdown > .closeButton:hover:after {
	background-position: -241px -1px;
}
#cartDropdown > .content {
	padding: 15px;
}
#cartDropdown > .footer {
	padding: 0px 15px 14px;
	border-top: 0px solid #edeff0;
	text-align: right;
}

/*** Departments bar ***/

#departmentsButton {
	display: none;
}
#departmentsMenu {
	/*margin: 0 18px;*/
	padding: 0;
	list-style: none;
}
#departmentsMenu > li {
	display: inline-block;
	position: relative;
}
#departmentsMenu > li.hidden {
	position: absolute;
	visibility: hidden;
}
#departmentsMenu > li > .link,
#departmentsMenu > li > .toggle {
	display: none;
}

/* Department menu */

.departmentMenu {
	display: none;
	position: absolute;
	left: 2px;
	top: 98%;
	width: 360px;
	margin: 0;
	padding: 0 16px;
	background-color: #ffffff;
	/*border: 1px solid #f1f3f3;*/
	border: 1px solid #9b9b9b ;
	border-radius: 0;
	font-size: 12px;
	list-style: none;
	z-index:1;
}
.departmentMenu.active {
	display: block;
}
.departmentMenu > .header {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #ffa200;
	font-size: inherit;
	display:none;

}
.departmentMenu > .header > .link {
	display: block;
	margin: 0 -8px;
	padding: 8px;
	font-weight: bold;
}
.departmentMenu > .header > .toggle {
	display: none;
}
.departmentMenu > li {
	padding: 6px 0;
	border-bottom: 0px solid #ffa200;
}
.departmentMenu > li > a {
	display: block;
	margin: 0 -8px;
	padding: 8px;
	font-weight: bold;
}
#allDepartmentsMenu {
	width: 240px;
	padding-bottom: 16px;
}


/* Category list */

.categoryList {
	margin: 0;
	padding: 8px 0;
	list-style: none;
}
.departmentMenu.active > .categoryList {
	display: block;
	background:#fff;
}
.categoryList > li {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 50%;
	padding-right: 16px;
	vertical-align: top;
}
.categoryList > li.more {
	display: block;
}
.categoryList > li > a {
	display: block;
	margin: 0 -8px;
	padding: 8px 16px 4px 37px;
	text-transform: uppercase;
	color:#000;
	font-size:16px;
	line-height:19px;
	letter-spacing:0.09px;
}
.categoryList > li > a:last-child {
	font-weight: normal;
	text-transform: none;
}
.categoryList > li.more > a {
	font-weight: bold;
	text-transform: uppercase;
}

/* Subcategory list */

.subcategoryList {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	list-style: none;
}
.subcategoryList > li > a {
	display: block;
	margin: 0 -8px;
	padding: 8px;
}

/* Department menu (1025px+) */

@media (min-width: 1025px) {
	.departmentMenu {
		width: 600px;
	}
	.categoryList > li {
		width: 33.333333%;
	}
}



/*** Search bar ***/

#searchButton {
	display: none;
}
#searchBar {
	position: absolute;
	right: 18px;
	top: 0;
	width: 30%;
	padding: 2px;
}
#searchBox {
	position: relative;
	height: 38px;
	background-color: #ffffff;
	border: 1px solid #32343C;
	/*border-radius: 4px;*/
	text-align: right;
	vertical-align: middle;
}
#searchBox > * {
	text-align: left;
}
#searchTermWrapper {
	position: absolute;
	left: 0;
	right: 170px;
	height: 18px;
	padding: 6px 10px;
	margin: 4px 0;
	width:80%;
}
#searchTermWrapper > .placeholder {
	position: absolute;
	color: #bfbfbf;
	cursor: text;
}
#searchTermWrapper > input {
	position: relative;
	width: 100%;
	height: 18px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0 none;
	font-size: inherit;
	color:#5E5E66;
}

#searchTermWrapper > input::-webkit-input-placeholder {
	color: #5E5E66 !important;
	opacity:1;
}
 
#searchTermWrapper > input:-moz-placeholder { /* Firefox 18- */
	color: #5E5E66 !important;
	opacity:1;  
}
 
#searchTermWrapper > input::-moz-placeholder {  /* Firefox 19+ */
	color: #5E5E66 !important;
	opacity:1;  
}
 
#searchTermWrapper > input:-ms-input-placeholder {  
	color: #5E5E66 !important;
	opacity:1;  
}


#searchTermWrapper > input:focus{
	outline:0 !important;
}
#searchFormLabel {
	display: none;
}
#searchFilterButton {
	display: inline-block;
	position: relative;
	width: 110px;
	padding: 5px 10px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	vertical-align: middle;
}
#searchFilterButton:after {
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 4px;
	height: 4px;
	background-image: url("../images/responsive/rwdUI.png");
	background-position: -201px -1px;
}
#searchFilterButton.selected:after {
	content: " ";
	background-position: -221px -1px;
}
#searchFilterMenu.active {
	right: -1px;
	width: 170px;
}
@media (min-width: 601px) and (max-width: 900px) {
	#searchTermWrapper {
		right: 35px;
	}
	#searchFilterButton {
		display: none;
	}
	#searchFilterMenu.active {
		display: none;
	}
}
#searchBox > .submitButton {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 34px;
	margin: 3px 13px 4px 0;
	vertical-align: middle;
	overflow: hidden;
}
#searchBox > .submitButton:before {
	/*content: url("../images/responsive/rwdUI.png");*/
	display: block;
	position: absolute;
	left: -121px;
	top: -21px;
}
#searchBox > .submitButton:hover:before {
	left: -141px;
}

/* Autocomplete menu */

#searchDropdown {
	position: absolute;
	left: -1px;
	right: -1px;
	top: 38px;
}
#AutoSuggestDiv {
	background-color: #ffffff;
	border: 1px solid #c9cece;
}
#AutoSuggestDiv > ul,
.autoSuggestDivNestedList {
	padding: 0;
}
#AutoSuggestDiv > ul > li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#AutoSuggestDiv .list_section li {
	border-bottom: 1px solid #c9cece;
	list-style: none;
}
#AutoSuggestDiv .list_section li > a,
#AutoSuggestDiv #autoSuggestAdvancedSearch > a {
	padding: 15px;
	display: block;
	height: 100%;
}
#AutoSuggestDiv .heading {
	background-color: #f5f6f7;
	text-transform: uppercase;
	padding: 15px;
	border-bottom: 1px solid #c9cece;
	list-style: none;
}
#AutoSuggestDiv #autoSuggestAdvancedSearch {
	border-bottom: 0 none;
	background-color: #fff;
	color: #b54200;
	padding: 0;
}
#AutoSuggestDiv #autoSuggestAdvancedSearch:hover {
	background-color: #d9e9f7;
}
#AutoSuggestDiv #autoSuggestAdvancedSearch > a:hover {
	text-decoration: underline;
}
#autoSuggest_Result_div,
#autoSuggestCachedSuggestions_div {
	display: none;
}

/*** Footer ***/

#footer {
	padding: 10px;
	background: #f5f5f5;
	text-align: center;
}
#footerRow1 {
	/*display: inline-block;*/
	text-align: left;
}
@media (max-width: 480px) {
	#footerRow1 {
		width: 220px;
		text-align: center;
	}
	.left_espot.centered > a > img{
		margin:0px 0 0 -13px;
	}	
}
@media (min-width: 360px) and (max-width: 640px){
	
	.left_espot.centered > a > img{
		margin:0px 0 0 -1px !important;
	}
}
@media (min-width: 961px) {
	#footerRow1 {
		text-align: center;
	}
}
#footerRow1 > .section {
	display: inline-block;
	width: 200px;
	padding: 28px 29px 23px;
	text-align: left;
	vertical-align: top;
}
#footerRow1 > .section > .header {
	position: relative;
	margin-left: 0px;
	padding: 5px 0px;
	/*border-bottom: 1px solid #bfbfbf;
	border-bottom: 1px solid rgba(185,185,185,0.45);*/
	color: #000;
	font-size: 14px !important;
	letter-spacing:0.55px;
	line-height:16px;
	
}
#footerRow1 > .section > .header:before {
	content: "";
	display: block;
	position: absolute;
	left: -30px;
	bottom: -1px;
	width: 30px;
	height: 3px;
	/*background-color: #bfbfbf;
	background-color: rgba(185,185,185,0.45);
	border-radius: 0 0 0 3px;*/
}
#footerRow1 > .section > .header > .toggle {
	display: none;
}
#footerRow1 > .section > ul {
	margin-left: 0px;
	padding: 10px;
	color: #000;
	font-size: 12px;
	list-style: none;
}
#footerRow1 > .section > ul > li > a {
	display: block;
	margin: 0 -10px;
	padding: 3px 0px;
}
#footerRow2{
	background:#32343C;
	color:#fff;
	font-size:14px;
	clear:both;
	float:left;
	width:100%;

}
#footerRow2 ul{float:left;margin:102px 0px 42px 120px;}
#footerRow2 li{
	display:inline;
	padding:0 5px;
}
#footerRow2 li a{
	color:#fefefe;
	font-size:14px;
	line-height:16px;
}
#footerRow2 .nsw-logo{margin:31px 0px 28px 0px;float:right;width:18.7%;}
/*** wc/widget/Carousel - fluid, touch-enabled carousel responsive to container width ***/

.carousel {
	position: relative;
}
.carousel > h2 {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0 50px 10px 10px;
	color: #010f1c;
	font-weight: inherit;
}
.carousel > .content {
	position: relative;
	z-index: 0;
}
.carousel > .content > ul {
	display: block;
	position: relative;
	left: 0%;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}
.carousel > .content > ul > li {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	margin-right:0px;
}
.carousel > .content > ul > li.hidden {
	visibility: hidden;
}
.carousel .left_espot.centered {
	margin: 0 5px;
}




/* Prev/next page buttons */

.carousel > .prevPageButton,
.carousel > .nextPageButton {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 75px;
	height: 150px;
	margin-top: -21px;
	overflow: hidden;
}


.catalogEntryRecommendationWidget > .prevPageButton,
.catalogEntryRecommendationWidget > .nextPageButton {
	display: block;
	position: absolute;
	top: 44% !important;
	z-index: 1;
	width: 75px;
	height: 150px;
	margin-top: -21px;
	overflow: hidden;
}

.carousel > .prevPageButton {
	left: 10px;
}
.catalogEntryRecommendationWidget .prevPageButton{
	background: rgba(244, 244, 245, 0.8) none repeat scroll 0 0;
    border-radius: 150px 0 0 150px;
    height: 84px;
    left: 10px !important;
    transform: rotate(180deg);
    width: 41px;
}

.contentRecommendationWidget .nextPageButton{
	background: rgba(244, 244, 245, 0.8) none repeat scroll 0 0;
    border-radius: 150px 0 0 150px;
    height: 84px;
    right: 8px !important;
    width: 41px;
}


.contentRecommendationWidget .prevPageButton{
	background: rgba(244, 244, 245, 0.8) none repeat scroll 0 0;
    border-radius: 150px 0 0 150px;
    height: 84px;
    left: 18px !important;
    transform: rotate(180deg);
    width: 41px;
}

.catalogEntryRecommendationWidget .nextPageButton{
	background: rgba(244, 244, 245, 0.8) none repeat scroll 0 0;
    border-radius: 150px 0 0 150px;
    height: 84px;
    right: 10px !important;
    width: 41px;
}

.carousel > .nextPageButton {
	right: -50px;
}
.carousel > .prevPageButton.hidden,
.carousel > .nextPageButton.hidden {
	display: none;
}
.carousel > .prevPageButton:before,
.carousel > .nextPageButton:before {
	/*content: url("../images/responsive/rwdUI.png");*/
	display: block;
	position: absolute;
	top: -60px;
	/*background: gray none repeat scroll 0 0;
    border-radius: 150px 0 0 150px;*/
    height:150px;
    width:75px;
}
.carousel > .prevPageButton:before {
	left: -1px;
}
.carousel > .nextPageButton:before {
	left: -81px;
}
.carousel > .prevPageButton:hover:before,
.carousel > .prevPageButton:active:before {
	left: -41px;
}
.carousel > .nextPageButton:hover:before,
.carousel > .nextPageButton:active:before {
	left: -121px;
}

/* Page control */

.pageControl {
	position: absolute;
	z-index: 1;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
.pageControl.hidden {
	display: none;
}
.pageControl > a {
	display: inline-block;
	vertical-align: top;
}
.pageControl > .hidden {
	display: none !important;
}

/* Page control - dot */

.pageControl.dot {
	text-align: center;
}
.pageControl.dot > a {
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background-color: #000;
	border-radius: 10px;
	opacity: 0.4;
	border: 1px solid transparent;
}
.pageControl.dot > a:hover {
	opacity: 0.6;
}
.pageControl.dot > a.selected {
	opacity: 0.8;
}

/* Page control - number */

.pageControl.number {
	text-align: center;
}
.pageControl.number > a {
	width: 25px;
	margin: 0 10px;
	background-color: #22a3e7;
	border-radius: 2px;
	color: #ffffff;
	font-size: 14px;
	opacity: 0.4;
}
.pageControl.number > a:hover {
	opacity: 0.6;
}
.pageControl.number > a.selected {
	opacity: 0.8;
}
.pageControl.number > .ellipsis:after {
	content: "\2026";
	color: #4d4d4d;
}

/* Page control - thumbnail */

.pageControl.thumbnail {
	text-align: center;
}
.pageControl.thumbnail > a {
	display: inline-block !important;
	height: 30px;
	margin: 0 10px;
	background-color: #ffffff;
	border: 1px solid #a7daf5;
	border-radius: 2px;
}
.pageControl.thumbnail > a:hover {
	border: 1px solid #79c7f0;
}
.pageControl.thumbnail > a.selected {
	border: 1px solid #22a3e7;
}
.pageControl.thumbnail > a > img {
	height: 100%;
}

/* Options */

.carousel.clip-true > .content {
	/*overflow: hidden;*/
}

.carousel.padding-true {
	padding: 10px;
}
.carousel.padding-true > .content {
	margin: 0 0px;
}
.carousel.padding-true .pageControl {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	padding-top: 10px;
}
.carousel.padding-true .pageControl.hidden {
	display: block;
	visibility: hidden;
}

.carousel.background-true {
	/*background-image: url("../images/colors/color1/widget_carousel/widget_bg.png");*/
}
.carousel.border-true {
	border: 1px solid #e9e9e9;
	border-radius: 10px;
}



/*** wc/widget/Carousel - vertical orientation ***/

.carousel > .header {
	position: relative;
	padding: 10px;
	line-height: 40px;
}
.carousel > .header:after {
	content: "";
	display: block;
	clear: both;
}
.carousel > .header > h2 {
	display: inline-block;
	margin: 0;
	font-weight: inherit;
	line-height: normal;
	vertical-align: middle;
}
.carousel > .header > .controlBar {
	float: right;
}

/* Prev/next page buttons */

.controlBar > .prevPageButton,
.controlBar > .nextPageButton {
	display: inline-block;
	position: relative;
	width: 6px;
	height: 12px;
	border: 14px solid transparent;
	overflow: hidden;
	vertical-align: middle;
}
.controlBar > .prevPageButton.hidden,
.controlBar > .nextPageButton.hidden {
	display: none;
}
.controlBar > .prevPageButton:before,
.controlBar > .nextPageButton:before {
	content: url("../images/responsive/rwdUI.png");
	display: block;
	position: absolute;
	top: -1px;
}
.controlBar > .prevPageButton:before,
.controlBar > .prevPageButton:hover:before,
.controlBar > .prevPageButton:active:before {
	left: -21px;
}
.controlBar > .nextPageButton:before,
.controlBar > .nextPageButton:hover:before,
.controlBar > .nextPageButton:active:before {
	left: -41px;
}

/* Page control */

.controlBar .pageControl {
	display: inline-block;
	position: static;
	left: auto;
	right: auto;
	bottom: auto;
	line-height: 29px;
	vertical-align: middle;
}
.controlBar .pageControl.hidden {
	display: none;
}

/* Page control - number */

.controlBar > .pageControlWrapper {
	display: inline-block;
	vertical-align: middle;
}
.pageControlButton,
.pageControlMenu > .closeButton {
	display: none;
}
.controlBar .pageControl.number > a {
	width: 30px;
	margin: 0 2px;
	background-color: #f5f5f5;
	border: 0px solid #f5f5f5;
	border-radius: 0px;
	color: #1d1d1b;
	font-size: 17px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	opacity: 1;
}
.controlBar .pageControl.number > a:hover,
.controlBar .pageControl.number > a.selected {
	background-color: #32343c;
	border-color: #32343c;
	color: #ffffff;
	opacity: 1;
}

/* Control bar - subscribe button */

.controlBar > .subscribeButton {
	display: inline-block;
	position: static;
	right: auto;
	top: auto;
	margin: 0 2px;
	vertical-align: middle;
}



/*** Widgets ***/

.catalogEntryRecommendationWidget > .header,
.categoryRecommendationWidget > .header {
	border-bottom: 1px solid #e9e9e9;
}

.contentRecommendationWidget {
	position: relative;
}

.contentCarouselWidget > .content {
	width: 125%;
	margin: 0 -12.5%;
}
.contentCarouselWidget .left_espot,
.contentCarouselWidget .left_espot.centered {
	width: 100%;
	margin: 0 auto;
}
.contentCarouselWidget.clip-true > .content {
	width: auto;
	margin: 0;
}
.contentCarouselWidget.clip-true .left_espot,
.contentCarouselWidget.clip-true .left_espot.centered {
	width: auto;
	margin: 0;
}

.contentCarouselWidget > .prevPageButton,
.contentCarouselWidget > .nextPageButton {
	width: 40px;
	height: 72px;
	margin-top: -36px;
}
.contentCarouselWidget > .prevPageButton {
	left: 0;
}
.contentCarouselWidget > .nextPageButton {
	right: 0;
}
.contentCarouselWidget > .prevPageButton:before,
.contentCarouselWidget > .nextPageButton:before {
	content: url("../images/responsive/DirectionalControls_MasterSprite.png");
}
.contentCarouselWidget > .prevPageButton:before {
	left: 0;
	top: 0;
}
.contentCarouselWidget > .prevPageButton:focus:before,
.contentCarouselWidget > .prevPageButton:hover:before {
	left: 0;
	top: -72px;
}
.contentCarouselWidget > .prevPageButton:active:before {
	left: 0;
	top: -144px;
}
.contentCarouselWidget > .nextPageButton:before {
	left: -40px;
	top: 0;
}
.contentCarouselWidget > .nextPageButton:focus:before,
.contentCarouselWidget > .nextPageButton:hover:before {
	left: -40px;
	top: -72px;
}
.contentCarouselWidget > .nextPageButton:active:before {
	left: -40px;
	top: -144px;
}



/*** 0 - 1133px ***/

@media (max-width: 1133px) {

	/* Page control - number */

	.pageControlButton {
		display: inline-block;
		position: relative;
		width: 28px;
		margin: 0 5px;
		background-color: #767676;
		border: 1px solid #767676;
		border-radius: 0px;
		color: #ffffff;
		font-size: 17px;
		line-height: 27px;
		text-align: center;
		font-family: 'Roboto', sans-serif;
		font-style: normal;
		font-weight: 500;
	}
	.pageControlButton.hidden {
		display: none;
	}
	.pageControlMenu {
		display: none;
	}
	.pageControlMenu.active {
		display: block;
		position: absolute;
		z-index: 20;
		background-color: #ffffff;
		border: 1px solid #a0a0a0;
	}
	.pageControlMenu > .pageControl.number > a {
		display: block;
		margin: 4px;
	}
	.pageControlMenu > .pageControl.number > .ellipsis {
		display: block;
		line-height: normal;
		text-align: center;
	}
	.pageControlMenu > .pageControl.number > .ellipsis:after {
		content: "\22ee";
	}
	.pageControlMenu > .closeButton {
		display: block;
		position: relative;
		width: 14px;
		height: 14px;
		margin: 0 4px 4px 4px;
		border: 13px solid #ffffff;
		overflow: hidden;
	}
	.pageControlMenu > .closeButton:before {
		content: url("../images/responsive/rwdUI.png");
		display: block;
		position: absolute;
		left: -61px;
		top: -1px;
	}
	.pageControlMenu > .closeButton:hover:before {
		left: -241px;
	}

}



/*** RWD-A ***/

@media (max-width: 650px) {

	/* Menu */

	.basicMenu > h3 {
		display: block;
		margin: 0;
		padding: 15px;
		background-color: #687979;
		color: #ffffff;
		font-size: inherit;
	}
	.basicMenu > .closeButton {
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
		padding: 10px;
		color: #ffffff;
		font-family: monospace;
	}
	.basicMenu > .closeButton > span:before {
		content: "[x]";
	}

	/* Header */
	#logo{
		position: absolute;
	    width: 48%;
	    z-index: 1;
	}
	.header-row1 {
	    background: #32343c none repeat scroll 0 0;
	    display: block;
	    height: 61px;
	    padding:0px 21px;
	}
	#header:before {
		height: 38px;
	}
	#headerRow1 {
		height: 26px;
		padding:16px 18px;
	}
	#headerRow2{
		margin:0px 21px;
	}
	
	.left_espot.centered > a > img {
    margin: 7px 0 0 -1px;
    padding: 0;
    width: 100%;
	}
	.logoText{
		color:#fff;
		font-size:16px;
		float:right;
		font-weight:bold;
		margin:30px 0px 0;
	}
	#contentLink_1_HeaderStoreLogo_Content{
		margin-left:0px;
		margin-top:-5px;
	}
	.noDisplay{display:none;}
	/* Quick links bar */
	#quickLinksBar{
		width:280px;
		float:right;
	}
	.col12 .catalogEntryRecommendationWidget{
		display:none;
	}
	#WC_OrderShippingBillingConfirmationPage_div_1{
		display:block;
		width:100%;
		padding:0px !important;
		margin-bottom:20px;
	}
	#quickLinksBar > li{
		width:auto;
	}
	#quickLinksBar > li > a {
		font-size: 12px;
	}
	#quickLinksBar > li > a > br {
		display: inline;
	}
	#quickLinksMenu.active {
		left: 0;
		right: 0;
		top:53px;
		width: auto;
	}
	#widget_minishopcart {
    display: block;
    height: 26px;
    margin: 16px 20px 16px 16px;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    width: 40px;
	}

	/* Mini cart button */

	#widget_minishopcart {
		margin: 3px 15px;
	}

	/* Mini cart */

	#cartDropdown {
		width: auto;
	}
	
	
	.nonRWDPage #cartDropdown,
	.nonRWDPageB #cartDropdown{
		width: 360px;
	}
	/* Departments menu */
	
	
	#departmentsButton {
		display: block;
		max-width: 300px;
		margin: 2px 90px 2px 0px;
	}
	#departmentsButton > span {
		display: block;
		height: 36px;
		line-height: 36px;
		padding: 0 10px;
		text-align: left;
	}
	#departmentsMenu {
		display: none;
	}
	#departmentsMenu.active {
		display: block;
		position: absolute;
		left: -2px;
		right: 0;
		top: 4%;
		margin: 0;
		padding: 0 4px 15px 4px;
		background-color: #ffffff;
		border: 1px solid #000;
		border-top: 1px solid #000;
		border-radius: 0 0 0px 0px;
		border-left:0px;
		border-right:0px;
		border-bottom:0px;
		color: #000;
		font-size: 12px;
		list-style: none;
		z-index:1;
	}
	#departmentsMenu > li {
		display: block;
	}
	#departmentsMenu > li.hidden {
		position: static;
		visibility: visible;
	}
	.departmentButton {
		display: none;
	}

	/* Department menu */

	.departmentMenu {
		display: block;
		position: relative;
		top: auto;
		width: auto;
		margin: 0;
		padding: 0;
		border: 0 none;
	}
	.departmentMenu > .header > .toggle {
		display: block;
		position: absolute;
		right: -8px;
		top: 0;
		margin: 8px 0;
		padding: 8px;
		font-family: monospace;
		background:rgba(0, 0, 0, 0) url("../images/ham-open-btn.png") no-repeat scroll 0 11px;
		width:15px;
		height:11px;
	}
	.departmentMenu > .header > .toggle.selected {
		background:url("../images/ham-close-btn.png") no-repeat scroll 0 11px;
		width:15px;
		height:11px;
	}
	.categoryList > li {
    box-sizing: border-box;
    display: inline-block;
    padding-right: 16px;
    vertical-align: top;
    width: 100%;
	}
	
	.basicButton {
	    background: rgba(0, 0, 0, 0) url("../images/hamburger.png") no-repeat scroll 0 0;
	    border: 0 solid #bfbfbf;
	    border-radius: 0;
	    border-spacing: 0;
	    display: inline-block;
	    position: relative;
	    vertical-align: middle;
	    width:24px;
	    height:20px;
	}
	.basicButton:hover{
		background:url("../images/hamburger.png") no-repeat scroll 0 0;
	}
	.basicButton.selected{
	    background: rgba(0, 0, 0, 0) url("../images/hamburger-close.png") no-repeat scroll 4px 2px;
	    border: 0 solid #bfbfbf;
	    border-radius: 0;
	    border-spacing: 0;
	    display: inline-block;
	    position: relative;
	    vertical-align: middle;
	}
	.hamburgerMenu{
		float:left;
		position:absolute;
		width:50px;
		margin-top:5px;
	}
	#quickLinksBar {
		margin: 0px 0px 0px;
	}
	.miniCarttoolTip {
    background: rgba(0, 0, 0, 0) url("../images/tooltip.png") repeat scroll 0 0;
    border-bottom:1px solid #fff;
    height: 16px;
    left: 72% !important;
    position: relative;
    top: 3px;
    width: 21px;
    z-index: 1;
	}
	#content .facetWidget.collapsible {
    padding: 10px 13px;
    position: relative;
	}
	.miniCarttoolTipSignin {
    background: rgba(0, 0, 0, 0) url("../images/tooltip.png") repeat scroll 0 0;
    border-bottom:1px solid #fff;
    height: 16px;
    left: 85% !important;
    position: relative;
    top: -36px;
    width: 21px;
    z-index: 1;
	}
	
	.departmentMenu > .header > .toggle > span:before {
		background:url("../images/ham-close-btn.png") no-repeat scroll 0 0;
		width:15px;
		height:11px;
	}
	.departmentMenu > .header > .toggle.selected > span:before {
		background:url("../images/ham-open-btn.png") no-repeat scroll 0 0;
		width:15px;
		height:11px;
	}
	.homeBannerPlayPause{
		left:56% !important;
		margin-top:-51px;
		padding:20px 5px;
		position:absolute;
		text-align:center;
		z-index:20;
	}
	/* Category list */

	.categoryList {
		display: none;
		border-bottom: 1px solid #000;
	}
	.departmentMenu.active .categoryList {
		display: block;
	}

	/* Subcategory list */

	.subcategoryList {
		border-bottom: 1px solid #e0dee5;
	}
	.subcategoryList > li {
		display: inline-block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 50%;
		padding-right: 16px;
		vertical-align: top;
	}

	/* "All departments" menu */

	#allDepartmentsButton {
		display: none;
	}
	#allDepartmentsMenu {
		display: none !important;
	}
	
	.departmentMenu > .header {
	    border-bottom: 1px solid #000;
	    display: block;
	    font-size: inherit;
	    margin: 0;
	    padding: 8px 0;
	}
	#quickLinksBar > li > a{
		padding:10px 1px;
	}
	.categoryList > li > a:hover{
		background:#f5f5f5;
		color:#000;
		font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700; 
	}
	#Header_GlobalLogin_signInDropdown.loginMenuDropdown {
    	right: 10px !important;
	}
	#Header_GlobalLogin_signInDropdown.loginMenuDropdown{
		top:54px !important;
		border-radius:0px !important;
	}
	/* Search bar */

	#searchButton {
		display:block;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 46px;
		margin: 2px 0px;
		background-color: #ffffff;
		border: 1px solid #32343C;
		border-radius: 0px;
		vertical-align: middle;
		overflow: hidden;
	}
	#searchButton:before {
		content: url("../images/responsive/rwdUI.png");
		position: absolute;
		left: -99px;
		top: -9px;
		clip: rect(21px, 135px, 35px, 121px);
	}
	#searchButton:hover:before {
		left: -119px;
		clip: rect(21px, 155px, 35px, 141px);
	}
	#searchBar {
		display: none;
	}
	#searchBar.active {
		display: block;
		position: static;
		right: auto;
		width: auto;
		padding: 2px 0px;
		border-top: 0px solid #c9cece;
	}
	#searchBox > .submitButton {
		width: 16px;
		height: 30px;
		border-width: 0px 0px;
		position:absolute;
		right:0px;
	}
	#searchBox > .submitButton:before {
		left: -181px;
	}
	#searchBox > .submitButton:hover:before {
		left: -201px;
	}

	/* Autocomplete menu */

	#searchDropdown {
		left: -16px;
		right: -16px;
		top: 41px;
	}
	.homeImg{
		margin-left:0px !important;
	}


	#contentWrapper{
		margin:0 21px;
	}
	.storesLink {
    background: #f5f5f5 none repeat scroll 0 0;
    float: left;
    margin: 5px 0px !important;
    width: 100% !important;
    font-size:20px;
    color:#000000;
	letter-spacing:1.6px;
	line-height:22px;
	}
	
	#content .collapsible > h2, .categoryNavWidget.collapsible > h2, .linkWidget.collapsible > h2 {
    color: #000;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: -10px 1px !important;
    min-height: 1.4em;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
}
.optionContainer .arrow {
    background: rgba(0, 0, 0, 0) url("../images/up-arrow.png") no-repeat scroll 0 0;
    margin-left: 12px !important;
    padding: 10px 0;
}
#total_breakdown #order_total {
    float: left;
    min-width: 165px;
    margin-top:10px !important;
}
#box.shopping_cart_box{
	margin-left:7px;
}
	/*PDP*/
	.global-plp .listright {
   	 	width: 100% !important;
	}
	.global-plp .plp-details {
	    border-bottom: 0 dotted #e5e5e5;
	    display: inline-block;
	    width: 100% !important;
	}
	.sorting_controls > span.order_by_label {
    display: inline-block;
    width: 35px !important;
	}
	div#widget_breadcrumb {
		padding: 5px 0px 30px !important;
	}
	.shipping_method{
		max-width:200px;
	}
	.productListingWidget > .header_bar .controls > * {
	    display: block;
	    float: left !important;
	    width: 100%;
	    margin-top:10px;
	}
	.productListingWidget > .header_bar .pagination_present {
    min-height: 30px !important;
	}
	.productListingWidget > .header_bar .controls .sorting_controls, .productListingWidget > .header_bar .controls .view_controls {
    float: left;
    margin-left: 0px !important;
	}
	.sorting_controls{
		padding-right:4px;
	}
	
	.sorting_controls > span.page_size_label {
    display: inline-block;
    margin-right: 10px;
    padding-left: 33px;
    width: 62px;
	}
	
	.productListingWidget > .header_bar .pagination_present {
    	margin-top: 0px !important;
	}
	
		.productListingWidget > .header_bar .controls {
		    float: left !important;
		    margin-right: -7px;
		}
	.product_listing_container .list_mode .product > .product_image {
    position: relative;
    width: 100% !important;
	}	
	
	.global-plp .plp-details .list_mode li .product {
	    background: #f5f5f5 none repeat scroll 0 0;
	    padding: 3px 5px 15px 10px ;
	}	
	.product_image {
	    overflow: hidden;
	    text-align: left !important;
	}
	.product-descrip-area .acol6{
			width:100% !important;
		}
	.product-descrip-area {
    	width: 100% !important;
	}
	div#widget_coordinate {
		width: 100%;
		margin-left:0px !important;
	}	
	
	#breadcrumb {
	    margin: 0 auto 2px -14px;
	    min-height: 25px;
	    padding: 0;
	}
	div.content_wrapper {
	    background: #ffffff none repeat scroll 0 0;
	    /*padding: 0 21px;*/
	    width: 89% !important;
	    margin-left:23px;
	}
	div.content_wrapper > div.content_left_shadow > div.content_right_shadow {
    padding-right: 0px !important;
	}
	#order_details{
		margin-left:-3px;
	}
	#order_details .total {
    font-family: 'Roboto', sans-serif;
    text-align: center !importrant;
    }
	.date .select-arrow {
   width: 35% !important;
   height: 41px;
   overflow: hidden;
   padding-bottom:10px;
   color:#9b9b9b;
   font-size:16px;
   min-width:90px;
   font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;  
	border:0px;
}
.billing_method .title{
	color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
	.mojozoom_imgctr{
		display:none;
	}
	#Header_GlobalLogin_loggedInDropdown.menuDropdown {
	    background: hsla(0, 0%, 0%, 0) linear-gradient(to bottom, #ffffff 46%, #f5f5f5 100%) repeat scroll 0 0;
	    border: 1px solid #bfbfbf;
	    border-bottom-left-radius: 0px !important;
	    border-bottom-right-radius: 0px !important;
	    border-top-left-radius: 0px !important;
	    color: #4d4d4d;
	    display: none;
	    font-size: 13px;
	    position: absolute;
	    right: 23px !important;
	    top: 51px !important;
	    width: 272px !important;
	    z-index: 100;
	}
	.panel.signInForm > #Header_GlobalLogin_GlobalLogon {
    display: inline-block;
    width: 90% !important;
}
	
.loginMenuDropdown .footer {
    border-top: 0 solid #bfbfbf;
    display: inline-block;
    margin-left: 0 !important;
    margin-top: 20px;
    padding-top: 0;
    vertical-align: top;
    width: 90% !important;
}
	.widget_product_image_viewer .image_container img {
		width:100%;
	}
	/*Shop Cart*/
	.container_content_rightsidebar {
	    max-width: 967px;
	    overflow: hidden;
	    padding: 0 0px !important;
	}
	.shop_cart{
		margin-left:0px;
	}
	
	.shopping_cart_box {
    	min-width: 300px !important;
	}
	.billing_method {
	    display: block;
	    width: 50%;
	}
	.card_info {
    	display: inline-block;
	}
	.card_info .col1 {
	    float: left;
	    padding-top: 5px;
	    width: auto;
	}
	#total_breakdown .promotion_code{
		float:left;
	}
	#total_breakdown .promotion_input{
		float:left;
	}
	
	.order_status_table .order_number_column_1 {
   		 width: 21%;
	}
	.order_status_table .order_date_column_1 {
    	width: 22%;
	}
	.order_status_table .status_column_1 {
	    width: 28%;
	    line-height: 18px;
	}
	.order_status_table .total_price_column_1 {
	    text-align: right;
	    width: 28%;
	}
	.order_status_table .option_1 {
	    width: 50%;
	    float: right !important;
	}
	/* wish List*/
	.multiple_wishlist_link_divider{
		display:none !important;
	}
	.my_account_wishlist .headingtext{
		margin-top:10px;
		width:100%;
		text-align:left;
	}
	
	div.content_wrapper > div.content_left_shadow > div.content_right_shadow > div.main_content {
    background-color: #ffffff;
    margin: 0 auto;
    max-width: 1023px;
    min-height: 100px;
    padding: 20px 0 50px 0px !important;
}
	
	#total_breakdown #promotions {
	    float: left;
	    padding-top: 3px;
	}
	
	#order_details div[id^="WC_OrderItemDetailsf_div_2_"] {
    	width: 140px;
	}
	div.content_wrapper > div.content_left_shadow {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px !important;
	}
	/* Wish List*/
	
	#horizontal_grid div.item_container td.information {
	    display: block;
	    width: 100%;
	}
	#horizontal_grid div.item_container td.price {
	    display: inline-block;
	    font-weight: bold;
	    text-align: left;
	    white-space: nowrap;
	    width: 43%;
	}
	
	#horizontal_grid div.item_container td.add_to_cart {
	    display: inline-block;
	    text-align: right;
	    width: 52%;
	}
	/* Bundel */
	.widget_product_listing .content .container_full_width_bundle{
	border-bottom:1px dotted #979797;
	padding-top:12px;
	max-width:100% !important;
}
.widget_product_listing .product_info{
	background:none !important;
	box-shadow:none !important;
	margin-top:0px !important;
	border-right:0px !important;
}
.widget_product_listing .product_description{
	display:none;
}
.widget_product_listing .quantity_section{
	display:none;
}
.widget_product_listing .price{
	margin-top:4px;
	position:absolute;
	font-size:20px;
}
.widget_product_listing .available{
	display:none !important;
}

.widget_product_listing .product {
    display: inline-block;
    float: left;
    width: 49% !important;
    border-top:0px !important;
    min-height:100px !important;
}
.widget_product_listing .product_image
{
    width: 35% !important;
}
.widget_product_listing .product_info
{
    width: 55% !important;
    margin-left:10px;
}
	/* Footer */
	#footerRow1 {
    margin-left: -9px;
    text-align: left;
    width: 300px;
	}

	#footerRow1 > .section > .header:before {
		height: 30px;
		border-radius: 3px 3px 0 3px;
	}
	#footerRow1 > .section > .header > .toggle {
		display: block;
		position: absolute;
		left: -30px;
		bottom: -1px;
		width: 10px;
		height: 13px;
		border-width: 9px 12px;
		border-style: solid;
		border-color: transparent;
		overflow: hidden;
	}
	#footerRow1 > .section > .header > .toggle:before {
		content: url(../images/footer-side-btn.png);
		display: none;
		position: absolute;
		transform: scale(0.6);
		height:10px;
	}
	#footerRow1 > .section.active > .header > .toggle {
		width: 12px;
		height: 6px;
		border-width: 12px 9px;
	}
	#footerRow1 > .section.active > .header > .toggle:before {
		
		top: -5px;
		content: url(../images/ham-open-btn.png);
	}
	#footerRow1 > .section > ul {
		display: block;
	}
	#footerRow1 > .section.active > ul {
		display: block;
	}
	
	#footerRow2{
	background:#000;
	color:#fff;
	font-size:14px;
	clear:both;
	float:left;
	width:100%;

	}
	#footerRow2 ul{float:left;margin:20px 0px 0px -18px;}
	#footerRow2 li{
		display:block;
		margin:5px 0px;
	}
	.displayNoneSeparator{
		display:none !important;
	}
	
	#footerRow2 .nsw-logo{margin:20px 10px 30px 10px;float:right;width:90%;}
	/* Carousel */
	
	.contentCarouselWidget {
		overflow: hidden;
	}
	
	#select-tooltip{
	top: 34px !important;display:none; width: 26% !important;
	}
	
	.textHidden{
		display:none;
	}
	

}

@media (min-width: 320px) and (max-width:400px){

	.global-plp .plp-details .list_mode li .product {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 3px 5px 15px 10px !important;
	}
	.product_image {
	    overflow: hidden;
	    text-align: center !important;
	}
	.product-image-area {
    width: 100% !important;
	}
	.product-descrip-area {
    width: 100% !important;
	}
	.product-descrip-area .acol6{
		width:100% !important;
	}
	#PDP_RecentlyViewed {
	    float: right;
	    width: 100% !important;
	    margin-right:0px !important;
	}
	#slider .navBulletsWrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
    text-align: center;
    top: 88px !important;
    z-index: 3;
	}
	.multiple_wishlist_link_divider{
		display:none !important;
	}
	.my_account_wishlist .headingtext{
		margin-top:10px;
	}
	#delete_popup_link{
		margin-bottom:10px;
	}
	
	#shipping .shipping_method {
	    display: block;
	    padding: 10px 0 5px 3px;
	    width: 60%;
	    
	}
	#shipping .shipping_method p{
		font-family: 'Roboto', sans-serif;
	}
	
	.grid_mode li{
		width:100% !important;
	}
	.grid_mode li .product > .product_image img {
    height: 100%;
    max-height: 283px;
    max-width: 198px;
    width: 100%;
	}
	
} 

@media (min-width: 320px) and (max-width:450px){

	.step_off{
	    display: block;
	    width: 80% !important;
	    font-size: 14px;
		font-family: 'Roboto', sans-serif;
	}
	.step_on{
	    display: block;
	    width: 80% !important;
	    font-size: 14px;
		font-family: 'Roboto', sans-serif;
	}
	
	#box .main_header_text {
	    color: #000;
	    font-size: 23px;
	    height: 33px;
	    line-height: 33px;
	    margin: 0;
	    padding: 0;
	    white-space: nowrap;
	    word-wrap: break-word;
	}
	.main_content .container_full_width{
		width:100%;
	}
	
	#total_breakdown .promotion_code {
    display: block;
    float: left;
    text-align: left;
    width: 100%;
	}
	
	#total_breakdown {
    text-align: left;
}

.contentRecommendationWidget .nextPageButton {
	right:-2px !important;
	top:34%;
}

.contentRecommendationWidget .prevPageButton {
	top:34%;
}


}


@media (min-width: 400px) and (max-width:600px){
	.left_espot.centered > a > img {
	    margin: 5px 0 0 -2px !important;
	    padding: 0;
	    width: 73%;
		}
		.multiple_wishlist_link_divider{
		display:none !important;
	}
	.my_account_wishlist .headingtext{
		margin-top:10px;
	}
	div.store_message{
	
		top:166px !important;
	}
	.step_off{
	    display: block;
	    width: 80% !important;
	    font-size: 14px;
		font-family: 'Roboto', sans-serif;
	}
	.step_on{
	    display: block;
	    width: 80% !important;
	    font-size: 14px;
		font-family: 'Roboto', sans-serif;
	}
	.shipping_method {
    	max-width: 200px;
	}
	
	.contentRecommendationWidget > .prevPageButton, .contentRecommendationWidget > .nextPageButton{
		top:42%;
	
	}
	.contentRecommendationWidget > .nextPageButton{
		right:12px !important;
		
		}
}
/*** Mobile (portrait) - 0-400px ***/

@media (max-width: 400px) {

	/* Category list */

	.categoryList > li {
		width: 100%;
		padding-right: 0;
	}

	/* Search bar */

	#searchTermWrapper {
		right: 58px;
		border-right: 0px solid #bfbfbf;
	}
	#searchFilterButton {
		display: none;
	}
	#searchFilterMenu.active {
		display: none;
	}
	#searchBox > .submitButton {
		border-width: 6px 20px;
	}
	div.store_message{
	
		top:159px !important;
	}

}



/*** High-resolution displays ***/

@media (-webkit-device-pixel-ratio: 2) {
	.departmentButton:after, #quickLinksButton:after, #widget_minishopcart:after, #departmentsButton:after, #searchButton:after, .pageControlButton:after,
	#cartDropdown > .closeButton:after,
	#searchFilterButton:after {
		/*background-image: url("../images/responsive/rwdUI@2x.png");
		background-size: 300px 400px;*/
	}
	#widget_minishopcart:before,
	#searchBox > .submitButton:before,
	.carousel > .prevPageButton:before,
	.carousel > .nextPageButton:before,
	.controlBar > .prevPageButton:before,
	.controlBar > .nextPageButton:before {
		/*content: url("../images/responsive/rwdUI@2x.png");
		-webkit-transform: scale(0.5);
		-webkit-transform-origin: 0 0 0;*/
	}
	.contentCarouselWidget > .prevPageButton:before,
	.contentCarouselWidget > .nextPageButton:before {
		content: url("../images/responsive/DirectionalControls_MasterSprite.png");
		-webkit-transform: scale(1);
	}
	#widget_minishopcart:before {
		clip: rect(82px, 54px, 120px, 2px);
	}
}

@media (-webkit-device-pixel-ratio: 2) and (max-width: 1133px) {
	.pageControlMenu > .closeButton:before {
		content: url("../images/responsive/rwdUI@2x.png");
		-webkit-transform: scale(0.5);
		-webkit-transform-origin: 0 0 0;
	}
}

@media (-webkit-device-pixel-ratio: 2) and (max-width: 600px) {
	#searchButton:before,
	#footerRow1 > .section > .header > .toggle:before {
		/*content: url("../images/responsive/rwdUI@2x.png");
		-webkit-transform: scale(0.5);
		-webkit-transform-origin: 0 0 0;*/
	}
	#searchButton:before {
		/*clip: rect(42px, 270px, 70px, 242px);*/
	}
	#searchButton:hover:before {
		/*clip: rect(42px, 310px, 70px, 282px);*/
	}
}


.addText{
	box-shadow:0px 1px 0px 0px #E5E5E8;padding:26px 0 23px 10%;
}
.storesLink img{
	width:100%;
}
.storesLink{
	float:left;
	width:24.3%;
	background:#f5f5f5;
	margin:5px 0px;
	color:#000000;
	letter-spacing:1.6px;
	line-height:22px;
	font-size:20px;
}
.storesLink .gap{
	float:left;
	width:1%;

}
@media (min-width: 768px){
	.imgNoDisplay{
		display:none;
		}
		#departmentsMenu li:hover .departmentMenu{
	display:block;
}

#departmentsMenu li:hover ul{
	display:block;
	background:#fff;
}

}
/***PDP for ipad ***/

@media (min-width: 768px) and (max-width: 1280px) {

.container_full_width {
    margin: 0 auto;
    width: 100%;
}
#contentLink_1_HeaderStoreLogo_Content{
		margin-left:1px;
}
.homeImg{
		margin-left:5px !important;
	}
	.homeBannerPlayPause{
		left:53% !important;
		margin-top:-51px;
		padding:20px 5px;
		position:absolute;
		text-align:center;
		z-index:20;
	}
	#sliderFrame, #sliderFrame div {
    box-sizing: content-box;
    margin-left: -2px;
}
#searchBar{
	margin-right:0px !important;
}
#country{
	width:272px !important;
}
#state{
	width:260px !important;
}
.catalogEntryRecommendationWidget .prevPageButton{
	left:7px !important;
}
.catalogEntryRecommendationWidget .nextPageButton{
	right:10px !important;
}
.catalogEntryRecommendationWidget .content ul li:first-child {
    margin-left: 0px !important;
}

.catalogEntryRecommendationWidget .content ul li .product {
    padding: 0px !important;
    width:95%;
    margin:0;
}
	
.sign_in_registration .content input, .sign_in_registration .align input, .sign_in_registration .content .column select{
	max-width:260px;
	/*width:95%;*/
}
#WC_AdvancedSearchForm_FormInput_searchType, #WC_AdvancedSearchForm_FormInput_categoryId, #WC_AdvancedSearchForm_FormInput_searchTermScope{
	width:275px !important;
	max-width:275px !important;
}
.loginMenuDropdown{
	top:54px !important;
	right:13% !important;
}
.catalogEntryRecommendationWidget .nextPageButton {
    background: rgba(244, 244, 245, 0.8) none repeat scroll 0 0;
    border-radius: 150px 0 0 150px;
    height: 84px;
    right: 2px !important;
    width: 41px;
}
.content_wrapper_position{
    margin: 0 auto;
    width: 70%;
}
.product_page_content #productSlot56{
	float:left;
	width:100%;
}
#content .collapsible > h3, .categoryNavWidget.collapsible > h3, .linkWidget.collapsible > h3{
	margin:-10px -24px !important;
}
.product_page_content #productSlot56 .acol6{
	width:100%;
}
.product_page_content #productSlot56 .acol12{
	width:100%;
}
#PDP_RecentlyViewed {
    width: 100% !important;
}
#content .collapsible > h3, .categoryNavWidget.collapsible > h3, .linkWidget.collapsible > h3{
	padding: 10px 20px 25px 34px !important;
}
.facetWidget .clearAll{
	float:left !important;
	left:0px !important;
	top:30px !important;
	text-align:left !important;
}
div.content_wrapper > div.content_left_shadow > div.content_right_shadow > div.main_content{
	width:100%;
}
div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list ul li input.range_input,
			ul.facetSelect li input.range_input {
				font-size: inherit;
				width: 25px !important;
				color: #000;
				border:1px solid #e3e1e1;
				margin:5px 0px;
			}
.container_content_rightsidebar.shop_cart > .left_column {
    width: 97% !important;
}

#checkout_crumb .crumb{
	line-height:45px;
}
.sign_in_registration .header_new{
	max-width:45% !important;
}
.optionContainer .arrow{
	margin:8px 5px 0 0 !important;
}
.optionContainer > .title{
	line-height:24px !important;
}
#Header_GlobalLogin_signOutQuickLinkUser{
	display:none;
}
#footerRow1 {
    display: inline-block;
    text-align: left;
    padding:0 18%;
}
#footerRow1 .section{
	min-height:150px;
	float:left;
}
#footerRow2 ul {
    float: left;
    margin: 41px 0 0;
}
#footerRow2 ul {
    float: left;
    margin: 41px 0 0;
}
#footerRow2 .nsw-logo {
    float: right;
    margin: 31px 0 25px;
    width: 20%;
}
div#widget_coordinate {
	width: 100%;
	margin-left:0px !important;
}
#Header_GlobalLogin_loggedInDropdown.menuDropdown {
    right: 55px !important;
}
.miniCarttoolTipSignin {
    background: rgba(0, 0, 0, 0) url("../images/tooltip.png") repeat scroll 0 0;
    border-bottom:2px solid #fff;
    height: 16px;
    left: 75%;
    position: relative;
    top: -16px;
    width: 21px;
    z-index: 999;
}
div.store_message{
	
		top:300px !important;
	}
}
@media (min-width: 660px) and (max-width: 750px) {

#headerRow1 {
    height: 68px;
    padding: 0 10% !important;
    position: relative;
}

}

@media (min-width: 500px) and (max-width: 645px) {

.left_espot.centered{
		text-align:left;
}
.left_espot.centered > a > img {
    margin: 0 0 0 -1px !important;
    text-align:left;
    width:80%;
}

#footerRow2 .nsw-logo {
    float: left;
    margin: 20px 24px 30px;
    width: 90%;
}

div.store_message{
	
		top:166px !important;
	}
}
@media (min-width: 1335px){
#departmentsMenu > li { float:left;}

	.departmentButton > span{
		padding:0 48px;
	}
	#allDepartmentsButton{
		display:block;
	}
	.catalogEntryRecommendationWidget .content ul li:first-child {
    margin-left: -23px !important;
	}
}

@media (min-width: 320px) and (max-width: 370px) {

.homeImg {
    margin-left: 35px !important;
    width: 80% !important;
}

}

@media (min-width: 380px) and (max-width: 650px) {

.homeImg {
    margin-left: 35px !important;
    width: 84% !important;
}

}

@media (min-width: 600px) and (max-width: 650px) {
.rowContainer > .row.margin-true {
    padding: 0 0px;
}
.homeImg {
    margin-left: 72px !important;
    width: 84% !important;
}
.row.margin-true > div > div:last-of-type {
    margin: 0px;
}
}

@media (min-width: 320px) and (max-width: 650px) {
.catalogEntryRecommendationWidget .content ul li:first-child {
    margin-left: -4px !important;
}
.promotion_input > div{
	margin-top:0px !important;
	display:block;
	width:260px !important;
	position:absolute;
	text-align:left;
}
}
@media (min-width: 700px){
	.storesLink{
		display:none;
	}	
	
.carousel > .nextPageButton::before {
    left: -131px;
}
.carousel > .prevPageButton::before, .carousel > .nextPageButton::before {
    display: block;
    height: 150px;
    position: absolute;
    top: -60px;
    width: 75px;
}
.carousel > .nextPageButton {
    right: -50px;
}

.catalogEntryRecommendationWidget .content ul li:first-child {
    margin-left: -19px;
}


}
@media (min-width: 650px) and (max-width: 675px){
	.noDisplay{
		display:none;
	}
	#slider .navBulletsWrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
    text-align: center;
    top: 160px !important;
    z-index: 3;
	}

}

@media (min-width: 665px) and (max-width:740px) {

/* Menu */

	.basicMenu > h3 {
		display: block;
		margin: 0;
		padding: 15px;
		background-color: #687979;
		color: #ffffff;
		font-size: inherit;
	}
	.basicMenu > .closeButton {
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
		padding: 10px;
		color: #ffffff;
		font-family: monospace;
	}
	.basicMenu > .closeButton > span:before {
		content: "[x]";
	}

	/* Header */
	#logo{
		position: absolute;
	    width: 50% !important;
	    z-index: 1;
	}
	.header-row1 {
	    background: #32343c none repeat scroll 0 0;
	    display: block;
	    height: 61px;
	    padding:0px 21px;
	}
	#header:before {
		height: 0px;
	}
	#headerRow1 {
		height: 26px;
		padding:16px 18px !important;
	}
	#headerRow2{
		margin:0px 21px;
	}
	.left_espot.centered > a, .left_espot.centered > img {
    display: block;
    max-width: 100%;
    vertical-align: top;
	}
	.left_espot.centered > a > img {
    margin: 7px 0 0 -1px;
    padding: 0;
    width:37%;
    display:block !important;
	}
	.logoText{
		color:#fff;
		font-size:16px;
		float:right;
		font-weight:bold;
		margin:30px 0px 0;
	}
	#contentLink_1_HeaderStoreLogo_Content{
		margin-left:0px;
		margin-top:-5px;
	}
	.noDisplay{display:none;}
	/* Quick links bar */
	#quickLinksBar{
		width:280px;
		float:right;
	}
	.col12 .catalogEntryRecommendationWidget{
		display:none;
	}
	#WC_OrderShippingBillingConfirmationPage_div_1{
		display:block;
		width:100%;
		padding:0px !important;
		margin-bottom:20px;
	}
	#quickLinksBar > li{
		width:auto;
	}
	#quickLinksBar > li > a {
		font-size: 12px;
	}
	#quickLinksBar > li > a > br {
		display: inline;
	}
	#quickLinksMenu.active {
		left: 0;
		right: 0;
		top:53px;
		width: auto;
	}
	#widget_minishopcart {
    display: block;
    height: 26px;
    margin: 16px 20px 16px 16px;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    width: 40px;
	}

	/* Mini cart button */

	#widget_minishopcart {
		margin: 3px 15px;
	}

	/* Mini cart */

	#cartDropdown {
		width: auto;
	}
	
	.nonRWDPage #cartDropdown,
	.nonRWDPageB #cartDropdown{
		width: 360px;
	}
	/* Departments menu */
	
	
	#departmentsButton {
		display: block;
		max-width: 300px;
		margin: 2px 90px 2px 0px;
	}
	#departmentsButton > span {
		display: block;
		height: 36px;
		line-height: 36px;
		padding: 0 10px;
		text-align: left;
	}
	#departmentsMenu {
		display: none;
	}
	#departmentsMenu.active {
		display: block;
		position: absolute;
		left: -2px;
		right: 0;
		top: 4%;
		margin: 0;
		padding: 0 4px 15px 4px;
		background-color: #ffffff;
		border: 1px solid #000;
		border-top: 1px solid #000;
		border-radius: 0 0 0px 0px;
		border-left:0px;
		border-right:0px;
		color: #000;
		font-size: 12px;
		list-style: none;
		z-index:1;
	}
	#departmentsMenu > li {
		display: block;
	}
	#departmentsMenu > li.hidden {
		position: static;
		visibility: visible;
	}
	.departmentButton {
		display: none;
	}

	/* Department menu */

	.departmentMenu {
		display: block;
		position: relative;
		top: auto;
		width: auto;
		margin: 0;
		padding: 0;
		border: 0 none;
	}
	.departmentMenu > .header > .toggle {
		display: block;
		position: absolute;
		right: -8px;
		top: 0;
		margin: 8px 0;
		padding: 8px;
		font-family: monospace;
		background:rgba(0, 0, 0, 0) url("../images/ham-open-btn.png") no-repeat scroll 0 11px;
		width:15px;
		height:11px;
	}
	.departmentMenu > .header > .toggle.selected {
		background:url("../images/ham-close-btn.png") no-repeat scroll 0 11px;
		width:15px;
		height:11px;
	}
	
	
	.basicButton {
	    background: rgba(0, 0, 0, 0) url("../images/hamburger.png") no-repeat scroll 0 0;
	    border: 0 solid #bfbfbf;
	    border-radius: 0;
	    border-spacing: 0;
	    display: inline-block;
	    position: relative;
	    vertical-align: middle;
	    width:24px;
	    height:20px;
	}
	.basicButton:hover{
		background:url("../images/hamburger.png") no-repeat scroll 0 0;
	}
	.basicButton.selected{
	    background: rgba(0, 0, 0, 0) url("../images/hamburger-close.png") no-repeat scroll 4px 2px;
	    border: 0 solid #bfbfbf;
	    border-radius: 0;
	    border-spacing: 0;
	    display: inline-block;
	    position: relative;
	    vertical-align: middle;
	}
	.hamburgerMenu{
		float:left;
		position:absolute;
		width:50px;
		margin-top:5px;
	}
	#quickLinksBar {
		margin: 0px 0px 0px;
	}
	.miniCarttoolTip {
    background: rgba(0, 0, 0, 0) url("../images/tooltip.png") repeat scroll 0 0;
    border-bottom:1px solid #fff;
    height: 16px;
    left: 15% !important;
    position: relative;
    top: 3px;
    width: 21px;
    z-index: 1;
	}
	
	.miniCarttoolTipSignin {
    background: rgba(0, 0, 0, 0) url("../images/tooltip.png") repeat scroll 0 0;
    border-bottom:1px solid #fff;
    height: 16px;
    left: 85% !important;
    position: relative;
    top: -36px;
    width: 21px;
    z-index: 1;
	}
	
	.departmentMenu > .header > .toggle > span:before {
		background:url("../images/ham-close-btn.png") no-repeat scroll 0 0;
		width:15px;
		height:11px;
	}
	.departmentMenu > .header > .toggle.selected > span:before {
		background:url("../images/ham-open-btn.png") no-repeat scroll 0 0;
		width:15px;
		height:11px;
	}
	/*PDP*/
	.global-plp .listright {
   	 	width: 100% !important;
	}
	.global-plp .plp-details {
	    border-bottom: 0 dotted #e5e5e5;
	    display: inline-block;
	    width: 100% !important;
	}
	/* Category list */

	.categoryList {
		display: none;
		border-bottom: 1px solid #000;
	}
	.departmentMenu.active .categoryList {
		display: block;
	}

	/* Subcategory list */

	.subcategoryList {
		border-bottom: 1px solid #e0dee5;
	}
	.subcategoryList > li {
		display: inline-block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 50%;
		padding-right: 16px;
		vertical-align: top;
	}

	/* "All departments" menu */

	#allDepartmentsButton {
		display: none;
	}
	#allDepartmentsMenu {
		display: none !important;
	}
	
	.departmentMenu > .header {
	    border-bottom: 1px solid #000;
	    display: block;
	    font-size: inherit;
	    margin: 0;
	    padding: 8px 0;
	}
	#quickLinksBar > li > a{
		padding:10px 1px;
	}
	.categoryList > li > a:hover{
		background:#f5f5f5;
		color:#000;
		font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700; 
	}
	#Header_GlobalLogin_signInDropdown.loginMenuDropdown {
    	right: 10px !important;
	}
	#Header_GlobalLogin_signInDropdown.loginMenuDropdown{
		top:54px !important;
		border-radius:0px !important;
	}
	/* Search bar */

	#searchButton {
		display:block;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 46px;
		margin: 2px 0px;
		background-color: #ffffff;
		border: 1px solid #32343C;
		border-radius: 0px;
		vertical-align: middle;
		overflow: hidden;
	}
	#searchButton:before {
		content: url("../images/responsive/rwdUI.png");
		position: absolute;
		left: -99px;
		top: -9px;
		clip: rect(21px, 135px, 35px, 121px);
	}
	#searchButton:hover:before {
		left: -119px;
		clip: rect(21px, 155px, 35px, 141px);
	}
	#searchBar {
		display: none;
	}
	#searchBar.active {
		display: block;
		position: static;
		right: auto;
		width: auto;
		padding: 2px 0px;
		border-top: 0px solid #c9cece;
	}
	#searchBox > .submitButton {
		width: 16px;
		height: 30px;
		border-width: 0px 0px;
		position:absolute;
		right:0px;
	}
	#searchBox > .submitButton:before {
		left: -181px;
	}
	#searchBox > .submitButton:hover:before {
		left: -201px;
	}

	/* Autocomplete menu */

	#searchDropdown {
		left: -16px;
		right: -16px;
		top: 41px;
	}
	.homeImg{
		margin-left:0px !important;
	}
	#contentWrapper{
		margin:0 21px;
	}
	.storesLink {
    background: #f5f5f5 none repeat scroll 0 0;
    float: left;
    margin: 5px 0px !important;
    width: 100% !important;
    font-size:20px;
    color:#000000;
	letter-spacing:1.6px;
	line-height:22px;
	}
	.content_wrapper {
    margin: 0 15px !important;
	}
	
	.categoryList > li {
    box-sizing: border-box;
    display: inline-block;
    padding-right: 16px;
    vertical-align: top;
    width: 100%;
	}
	
	/* Footer */
	#footerRow1 {
    margin-left: -9px;
    text-align: left;
    width: 300px;
	}

	#footerRow1 > .section > .header:before {
		height: 30px;
		border-radius: 3px 3px 0 3px;
	}
	#footerRow1 > .section > .header > .toggle {
		display: block;
		position: absolute;
		left: -30px;
		bottom: -1px;
		width: 10px;
		height: 13px;
		border-width: 9px 12px;
		border-style: solid;
		border-color: transparent;
		overflow: hidden;
	}
	#footerRow1 > .section > .header > .toggle:before {
		content: url(../images/footer-side-btn.png);
		display: none;
		position: absolute;
		transform: scale(0.6);
		height:10px;
	}
	#footerRow1 > .section.active > .header > .toggle {
		width: 12px;
		height: 6px;
		border-width: 12px 9px;
	}
	#footerRow1 > .section.active > .header > .toggle:before {
		
		top: -5px;
		content: url(../images/ham-open-btn.png);
	}
	#footerRow1 > .section > ul {
		display: block;
	}
	#footerRow1 > .section.active > ul {
		display: block;
	}
	
	#footerRow2{
	background:#000;
	color:#fff;
	font-size:14px;
	clear:both;
	float:left;
	width:100%;

	}
	#footerRow2 ul{float:left;margin:20px 0px 0px -18px;}
	#footerRow2 li{
		display:block;
		margin:5px 0px;
	}
	.displayNoneSeparator{
		display:none !important;
	}
	
	#footerRow2 .nsw-logo{margin:20px 10px 30px 10px;float:right;width:95% !important;}
	/* Carousel */
	
	.contentCarouselWidget {
		overflow: hidden;
	}
	
	#select-tooltip{
	top: 34px !important;display:none; width: 26% !important;
	}
	
	.textHidden{
		display:none;
	}
	.widget_breadcrumb_position {
    margin: 0px 23px !important;
    padding: 10px 0px 0px;
	}
	#Header_GlobalLogin_loggedInDropdown.menuDropdown {
    right: 14px !important;
    
	}
	/*PDP*/
	.global-plp .listright {
   	 	width: 100% !important;
	}
	.global-plp .plp-details {
	    border-bottom: 0 dotted #e5e5e5;
	    display: inline-block;
	    width: 100% !important;
	}
	.acol12 {
    width: 100%;
}
	.product-descrip-area {
    	width: 100% !important;
	}
	.product-descrip-area .acol6 {
    width: 100% !important;
}
.product_image {
	    overflow: hidden;
	    text-align: left !important;
	}
	
	
}

/* homepage Slider---*/

@media (min-width: 320px) and (max-width: 350px){
	#slider, #slider .sliderInner {
    border-radius: 0;
    height: 117px;
    width: 100%;
	}
	#slider .navBulletsWrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
    text-align: center;
    top: 87px;
    z-index: 3;
}
#WC_ShopCartDisplay_div_5{
	padding:0 23px 0 0 !important;
}
.facetSelectContainer{
	margin-left:22px !important;
}

}
@media (min-width: 470px) and (max-width: 570px){

	#slider, #slider .sliderInner {
    border-radius: 0;
    height: 182px;
    width: 100%;
	}
	#slider .navBulletsWrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
    text-align: center;
    top: 151px;
    z-index: 3;
}

}
@media (min-width: 360px) and (max-width: 400px){

	#slider, #slider .sliderInner {
    border-radius: 0;
    height: 135px;
    width: 100%;
	}
	#slider .navBulletsWrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
    text-align: center;
    top: 105px !important;
    z-index: 3;
}
.contentRecommendationWidget > .nextPageButton{
		right:0px !important;
		
		}
.facetSelectContainer{
	margin-left:30px !important;
}

}

@media (min-width: 410px) and (max-width: 670px){

	#slider, #slider .sliderInner {
    border-radius: 0;
    height: 200px;
    width: 100%;
	}
	#slider .navBulletsWrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
    text-align: center;
    top: 171px !important;
    z-index: 3;
}
.facetSelectContainer{
	margin-left:17px !important;
}

}
@media (min-width: 768px) and (max-width: 900px){

	#slider, #slider .sliderInner {
    border-radius: 0;
    height: 229px;
    width: 100% ;
	}
	#slider .navBulletsWrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
    text-align: center;
    top: 200px;
    z-index: 3;
}
.carousel > .content > ul > li {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	margin-right:0px !important;
}
.promotion_input > div{
	margin-top:0px !important;
	display:block;
	width:260px !important;
	position:absolute;
	text-align:left;
}

.catalogEntryRecommendationWidget .nextPageButton{

	right:9px !important;

}
.clip-true > .content ul{
	width:100% !important;
}

#slider .navBulletsWrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
    text-align: center;
    top: 188px;
    z-index: 3;
}
#MiniShopCartProductAdded{
	left:180px !important;
}
}

@media (min-width: 1000px) and (max-width: 1024px){

	#slider, #slider .sliderInner {
    border-radius: 0;
    height: 229px;
    width: 100%;
	}
	#slider .navBulletsWrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
    text-align: center;
    top: 200px;
    z-index: 3;
}
	.carousel > .content > ul > li {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    margin-right: 0px; 
	}
	.catalogEntryRecommendationWidget .nextPageButton{
		right:8px !important;
	}
	.clip-true > .content ul {
    width: 100% !important;
	}
	#slider .navBulletsWrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
    text-align: center;
    top: 188px;
    z-index: 3;
}

	#WC_UserRegistrationAddForm_AddressEntryForm_FormInput_country_1 {
    width: 260px;
	}

}
@media (min-width:550px) and (max-width: 580px){

.miniCarttoolTip{
	left:82% !important;
}

}
@media (min-width:660px) and (max-width: 680px){	
	
#quick_cart_container, #MiniShopCartProductAdded {
    left: auto !important;
    right: 18px !important;
    top: 100px !important;
}
.miniCarttoolTip{
	left:80% !important;
}
.step_off{
	    display: block;
	    font-size: 14px !important;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
	}
	
.step_on {
    background: #32343c none repeat scroll 0 0;
    color: #fff;
   font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    padding: 10px 15px !important;
    text-transform: uppercase;
    display: block;
     font-size: 14px !important;
}
#shipping .shipping_method p {
    font-family: 'Roboto', sans-serif;
    width:200px;
    font-size:20px;
}
.billing_method .title{
	color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.homeBannerPlayPause{
		left:53% !important;
		margin-top:-51px;
		padding:20px 5px;
		position:absolute;
		text-align:center;
		z-index:20;
	}
}	

@media (min-width:720px) and (max-width: 770px){
div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list ul li input.range_input,
			ul.facetSelect li input.range_input {
				font-size: inherit;
				width: 20px !important;
				color: #000;
				border:1px solid #e3e1e1;
				margin:5px 0px;
}

#MiniShopCartProductAdded{
	left:180px !important;
}
.plp-details .contentRecommendationWidget .left_espot img {
    float: left;
    margin-left: 18px;
    width: 97.4% !important;
}
.contentRecommendationWidget .nextPageButton {
    background: rgba(244, 244, 245, 0.8) none repeat scroll 0 0;
    border-radius: 150px 0 0 150px;
    height: 84px;
    right: -6px !important;
    width: 41px;
    top:40%;
    
}
.contentRecommendationWidget .prevPageButton{
	top:40%;
}
}


@media (min-width:320px) and (max-width: 700px){
#AdvancedSearchForm .form_2column .column input {
    width: 245px !important;
}
.priceRangeContainer span.inputbox {
    display: block;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 31px;
}

#country {
    border: 0 none;
    font-size: 14px;
    width: 275px !important;
}

#stateDiv select{
    border: 0 none;
    font-size: 14px;
    margin-bottom:10px;
    width: 272px !important;
}

body {
    
    height: 100%;
    margin: 0;
}
.skdslider .slide-desc {
    display: inline-block;
    left:43%;/*left: 15%;*/
    width: 56%;
    position: absolute;
    top: 18%;
}
.skdslider .slide-desc .title-text {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 3.34px;
    line-height: 18px;
}
.skdslider .slide-desc .link-text {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;
    line-height: 14px;
    text-align: left;
    width: 99%;
}
.skdslider a.play {
    background: transparent url("../images/play.png") no-repeat scroll center center;
    bottom: -6px;
    cursor: pointer;
    display: block !important;
    height: 35px;
    left: 56.5%;
    margin-top: -17px;
    position: absolute;
    width: 35px;
}

.skdslider a.pause {
    background: transparent url("../images/pause.png") no-repeat scroll center center;
    bottom: -6px;
    cursor: pointer;
    display: block !important;
    height: 35px;
    left: 56.5%;
    margin-top: -17px;
    position: absolute;
    width: 35px;
}
}
@media (min-width:800px) and (max-width: 1024px){


#MiniShopCartProductAdded{
	left:460px !important;
}
}

@media (min-width:720px) and (max-width: 1024px){

.left_espot.centered > a > img {
	margin:0px !important; 
	}

#stateDiv select{
    border: 0 none;
    font-size: 14px;
    margin-bottom:10px;
    width: 272px !important;
}
#state .form_input{
    border: 0 none;
    font-size: 14px;
    margin-bottom:10px;
    width: 260px !important;
}
#shipping .shipping_method p {
    font-family: 'Roboto', sans-serif;
    width: 200px;
}
#unregistered_form .col1_bill {
    border-right: 0 dotted #e5e5e5;
}
.noDisplay{
	display:none;
}
#widget_minishopcart {
	width:39px;

}
.order_status_table .option_1 .button_text {
    min-width: 78px;
    padding: 0;
}
.mojozoom_img{
	display:none;
}
.skdslider .slide-desc .link-text {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;
    line-height: 21px;
    text-align: left;
    width: 100%;
}
.skdslider .slide-desc .title-text {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 3.34px;
    line-height: 25px;
}
}

@media (min-width:1370px)
{
.loginMenuDropdown{

	right:12% !important;

}
.container_content_rightsidebar{
	max-width:98%;
}
}

@media only screen and (min-width: 1335px) and (max-width: 1361px) {
	@media screen and (-webkit-min-device-pixel-ratio:0){
		body #departmentsMenu > li.hidden {visibility: inherit !important;}
	}
}

@media only screen and (min-width: 900px) and (max-width: 10000px) {
	#logo img{ width:auto !important}
	#logo a img { /*width:233px !important; */height:110px; max-height:110px }
}
.alert{
	width: 80%;
    height: auto;
    background: #EFD858;
    postion: fixed;
    z-index: 10;
    padding: 0 12%;
    min-height: 60px;
}
