/*Hasbro Style Sheet */

/************************** TYPOGRAPHY **************************/
@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/ProximaNovaLight.woff') format('woff'), url('../fonts/ProximaNovaLight.otf')
		format('otf'), url('../fonts/ProximaNovaLight.ttf') format('ttf');
}

@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/ProximaNovaRegular.woff') format('woff'), url('../fonts/ProximaNovaRegular.otf')
		format('otf'), url('../fonts/ProximaNovaRegular.ttf') format('ttf');
}

.headerNav{
}

@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/ProximaNovaSemibold.woff') format('woff'),
		url('../fonts/ProximaNovaSemibold.otf') format('otf'), url('../fonts/ProximaNovaSemibold.ttf')
		format('ttf');
}

@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/ProximaNovaBold.woff') format('woff'), url('../fonts/ProximaNovaBold.otf')
		format('otf'), url('../fonts/ProximaNovaBold.ttf') format('ttf');
}

*,body {
	font-family: 'Proxima Nova', 'arial' !important;
	font-size: 15px;
}

.hidden {
	display: none !important;
}

.textContainer .title {
	font-size: 24px;
	font-weight: 400;
	color: #222;
}

.productTitle>h2 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 30px;
	text-transform: uppercase;
}

.bold {
	font-weight: 700;
}

.largeText {
	font-size: 18px;
}

h1 {
	font-size: 30px;
	font-weight: 600;
	padding-top: 30px;
	padding-bottom: 28px;
	text-transform: uppercase;
	margin: 0;
}

.giftCardPageContentWrapper h1 { /* padding-top: 7% !important; */
	
}

div.mainTitle>h1 {
	font-size: 30px;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0;
	margin: 0;
}

/************************** GENERAL **************************/
*,*:before,*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
}

.item_pageDesign_pageGroup.productMainSection {
	/* margin-top: 10%; */
	margin-right: 3%;
}

.bundle_package_page:after {
    display: none !important;
}

.wishlistBtn1 #addToShoppingListBtn {
    width: 217px;
    text-indent: 50px;
}


body {
	background-color: #f8f9fb;
	overflow-x: hidden;
}

*:focus {
	outline: 0 !important;
	border: none;
}

input:focus,select:focus {
	border: solid;
	border-width: 1px;
	border-color: #0092BC;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}

input,select {
	border: solid;
	border-width: 1px;
	border-color: #ccc;
	padding: 2px 5px;
}

hr.wishlist_underline {
	border: 0 none;
	background-color: #ccc;
	color: #ccc;
	height: 1em;
	line-height: 1em;
	width: 40%;
}

a:hover {
	text-decoration: none !important;
}

.whiteBG {
	background-color: #fff;
}

.row {
	width: 100%;
	/*max-width: 1920px;*/
	max-width: 100%;
	margin: 0 auto;
	background-color: #f8f9fb;
}

.row>div {
	float: left;
	/*max-width: 1920px;*/
	/*max-width:100%;*/
}

.shareDigitalGiftCardSection { /* margin-right: 10%; */
	width: 100% !important;
	display: flex;
}

.rowContainer,.rowContainer>.row {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
}

.arrow_button_icon {
	display: none !important;
}

/* Firefox Hack */
body:not  (:-moz-handler-blocked  ) .rowContainer,.rowContainer>.row {
	padding: 1px 0;
	margin-top: -1px;
	margin-bottom: -2px;
}

.dijitDialog {
	z-index: 9999999 !important;
}

#contentWrapper .giftCardPageContentWrapper {
	margin: 2%;
}

.giftCardPagContentWrapper .left_espot>h1 {
	margin-top: 5%
}

.row.margin-true>div>div {
	/*margin: 30px;*/
}

.basicMenu>ul>li>a {
	color: #005EB8;
	font-weight: 700;
	font-size: 14px;
}

.basicMenu>ul>li>a:hover {
	color: #97D700;
}

.rowContainer>.row.margin-true {
	padding: 0;
}

.departmentButton:after,#quickLinksButton:after,#widget_minishopcart:after,#departmentsButton:after,#searchButton:after,.pageControlButton:after
	{
	display: none !important;
}

.textContainer .button,.homeHero>.textContainer>.button {
	font-weight: 400 !important;
	background-color: #0092BC !important;
	color: #fff !important;
	width: 140px !important;
	height: 40px !important;
	text-align: center !important;
	line-height: 40px !important;
	display: block !important;
	font-size: 15px !important;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	text-transform: uppercase !important;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}

.textContainer .button:hover,.homeHero>.textContainer>.button:hover {
	background-color: #97D700 !important;
}

.smallBlueLink {
	color: #005EB8;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.smallBlueLink:hover {
	color: #97D700;
}

.button.primary,.button.secondary { /*display: block !important;*/
	line-height: 40px !important;
	height: inherit !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	border: none !important;
	background: #0092BC;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-khtml-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.button.primary:hover,.button.secondary:hover {
	background: #97D700;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.basicButton {
	font-weight: 400;
	background: #0092BC !important;
	color: #fff;
	text-transform: uppercase;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px !important;
	display: inline-block;
	font-size: 15px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	border: none !important;
	border-radius: 0 !important;
}

.basicButton>span {
	display: block !important;
	line-height: 40px !important;
	height: inherit !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	border: none !important;
	font-size: 18px !important;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-khtml-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.basicButton>span:hover {
	background: #97D700;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.shopNowButton {
	font-weight: 400;
	background-color: #0092BC;
	color: #fff;
	text-transform: uppercase;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	font-size: 18px !important;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-khtml-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.shopNowButton:hover {
	background-color: #97D700;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.buyNowButton {
	font-weight: 400;
	background-color: #0092BC;
	color: #fff;
	text-transform: uppercase;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: block;
	font-size: 18px !important;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-khtml-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.buyNowButton:hover {
	background-color: #97D700;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.readMoreButton {
	color: #0092BC;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 20px;
	display: inline-block;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-khtml-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.readMoreButton:hover {
	color: #97D700;
}

img#productAngleImage {
  width: 100px;
  height: 100px;
}

/* Dojo Content Carousel */
.contentCarouselWidget>.content>ul>li img {
	width: 100%;
	/*max-width: 1920px;*/
	max-width:100%;
}

.pageControl.dot>a {
	opacity: 1;
	background-color: #111;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-khtml-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	height: 15px;
	width: 15px;
}

.pageControl.dot>a:hover {
	background-color: #97D700;
	opacity: 1;
}

.pageControl.dot>a.selected {
	background-color: #0092BC;
	opacity: 1;
}

.contentCarouselWidget>.prevPageButton {
	background-image: url("../images/leftArrow.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 30px;
}

.contentCarouselWidget>.nextPageButton {
	background-image: url("../images/rightArrow.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 30px;
}

.contentCarouselWidget>.prevPageButton:before,.contentCarouselWidget>.nextPageButton:before {
	display: none;
}

.contentCarouselWidget {
	line-height: 0;
}
/***************************************/

/* Dojo content Recommendation Widget  - slider */
.carousel {
	/*max-width: 1920px;*/
	max-width:100%;
	/*background-color: #fff !important;*/
	overflow: hidden;
}

/* ****** categorySliderFix ***** */

.homeBrandsSlider > .categoryRecommendationWidget.carousel > .content > ul {
	left: 0% !important;
}

/* ******************************** */


/************************** HEADER ALL PAGES **************************/
#headerWrapper {
	/* position: fixed; */
	width: 100%;
	z-index: 99999;
}

#headerWidget { /* position: fixed;
  width: 100%;
  z-index: 99999; */
	
}

#contentWrapper { /* z-index: 999999; */
	
}

#header {
	z-index: 100;
	background-color: #f8f9fb;
}

#header:before {
	background-image: none;
	height: 0;
	direction: none;
}

#headerRow1 {
	height: 100px;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	position: relative;
	z-index: 999;
	background-color: #f8f9fb;
	border: solid;
	border-width: 0 0 1px 0;
	border-color: #fff;
}

#logo {
	padding-left: 30px;
	margin: 0;
}

#logo img {
	max-height: 98px !important;
	height: auto !important;
}

#logo .contentRecommendationWidget {
	margin: 0 !important;
}

.removeBullet {
	list-style-type: none;
	padding: 0;
}

#quickLinksBar>li>a {
	max-width: none;
}

#quickLinksBar {
	padding-top: 45px;
}

#quickLinksBar>li {
	height: 11px;
	line-height: 12px;
	border: none;
}

#quickLinksBar>li.border-right {
	border-color: #0092BC !important;
	border-width: 0 2px 0 0 !important;
	border: solid;
}

#quickLinksBar>li.border-right:first-of-type { /*border: none !important;*/
	
}

#quickLinksBar>li:nth-last-child(2) {
	
}

#quickLinksBar>li>a {
	color: #005EB8;
	font-size: 14px;
	font-weight: 700;
	text-shadow: 1px 1px 0 #fff;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}

#quickLinksBar>li>a:hover {
	color: #97D700;
}

a#quickLinksButton.selected {
	color: #97D700;
}

a#quickLinksButton:before {
	display: inline-block;
	content: "►";
	float: right;
	padding-left: 10px;
	font-size: 12px;
}

a#quickLinksButton.selected:before {
	display: inline-block;
	content: "▼";
	float: right;
	padding-left: 10px;
	font-size: 15px;
	margin-right: 3px;
}

.basicMenu>ul>li {
	padding: 12px 0;
}

/* loader */
#loading_popup .footer,#loading_popup .top_left,#loading_popup .top_right {
	display: none;
}

#loading_popup .bodycontent {
	background: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border-width: 2px;
	border-color: #97D700;
	text-align: center;
	padding-top: 1px;
	padding-left: 1px;
	border: solid;
	border-width: 2px;
	border-color: #ccc;
}

#loading_popup .bodycontent img {
	width: 16px;
	height: 16px;
}

/* Mini Shopping Cart */
#widget_minishopcart {
	width: 64px;
	height: 64px;
	line-height: 64px;
	background-image: url("../images/MiniShoppingCart.png");
	border-radius: 0;
	border: none !important;
	margin: 0 30px 0 10px;
	font-weight: 900;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: -26px;
}

#widget_minishopcart:before {
	display: none !important;
}

#minishopcart_total {
	background: transparent;
	border: none;
	border-radius: 0;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0;
	margin-top: 18px;
	color: #ED8B00 !important;
}

/*

#minishopcart_total:after{

  display: inline-block;
  content:"ITEMS";

}

*/
#widget_minishopcart:hover {
	width: 64px;
	height: 64px;
	line-height: 64px;
	background-image: url("../images/MiniShoppingCartHover.png") !important;
	border-radius: 0;
	border: none;
}

#widget_minishopcart:hover>#minishopcart_total {
	color: #97D700 !important
}

#quick_cart {
	margin-top: 29px;
	margin-right: 15px;
	box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.2);
}

div#MiniShopCartProductAdded {
	top: 100px !important;
	position: fixed !important;
}

#MiniShopCartProductAdded>.dijitDialogPaneContent {
	box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.2);
}

#MiniShopCartProductAdded #cartDropdown>.footer {
	margin-bottom: 0;
}

#MiniShopCartProductAdded #cartDropdown>.content {
	margin: 20px 10px;
}

div#widget_minishopcart_popup>#cartDropdown>.content>.added>.product,div#widget_minishopcart_popup_1>#cartDropdown>.content>.added>.product
	{
	padding: 5px 11px 40px 126px;
}

div#widget_minishopcart_popup>#cartDropdown>.content>.products>.product,div#widget_minishopcart_popup_1>#cartDropdown>.content>.products>.product
	{
	text-align: right;
	line-height: 30px;
	padding: 5px 20px 5px 120px;
	margin-bottom: 10px;
}

div#widget_minishopcart_popup>#cartDropdown .product>.product_image>a {
	height: 100%;
}

div#widget_minishopcart_popup>#cartDropdown>.content>.products>.product>.product_image,div#widget_minishopcart_popup_1>#cartDropdown>.content>.products>.product>.product_image
	{
	height: 100%;
	padding: 10px;
}

div#widget_minishopcart_popup>#cartDropdown>.content>.products>.product>.minicart_right>.product_quantity,div#widget_minishopcart_popup_1>#cartDropdown>.content>.products>.product>.minicart_right>span.product_quantity
	{
	margin-right: 30px;
}

div#widget_minishopcart_popup>#cartDropdown>.content>.subtotal>.product_price,div#widget_minishopcart_popup_1>#cartDropdown>.content>.subtotal>.minicart_right>span.product_price
	{
	color: #005EB8;
}

div#widget_minishopcart_popup>#cartDropdown>.content>.products>.product>.product_name,div#widget_minishopcart_popup_1>#cartDropdown>.content>.products>.product>.product_name
	{
	margin-top: 16px;
	margin-bottom: 10px;
	text-align: left;
}

div#widget_minishopcart_popup>#cartDropdown>.content>.subtotal,div#widget_minishopcart_popup_1>#cartDropdown>.content>.subtotal
	{
	padding: 20px 0;
}

div#widget_minishopcart_popup>#cartDropdown>.content>.products>.product>.product_color,div#widget_minishopcart_popup_1>#cartDropdown>.content>.products>.product>.product_color
	{
	text-align: left;
}

#cartDropdown {
	border: none;
	border-radius: 0;
	font-size: 14px;
	width: 450px;
}

#cartDropdown>h3 {
	background-color: #0092BC;
	border: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	height: 49px;
	line-height: 49px;
	padding: 0 20px;
	font-weight: 600;
}

#cartDropdown>.closeButton {
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	height: 49px;
	line-height: 49px;
	top: 0;
	font-weight: 900;
	margin-left: 10px;
}

#cartDropdown>.closeButton:hover {
	color: #97D700;
}

#cartDropdown>.closeButton:after {
	content: "x";
	vertical-align: top;
	background-image: none;
}

#cartDropdown>.content {
	margin: 20px;
	padding: 0;
}

div#widget_minishopcart_popup>#cartDropdown>.content>.products>.product>.product_name a,div#widget_minishopcart_popup_1>#cartDropdown>.content>.products>.product>.product_name a
	{
	text-transform: uppercase;
	line-height: 120%;
}

div#widget_minishopcart_popup>#cartDropdown>.content>.products>.product>.product_name a,div#widget_minishopcart_popup_1>#cartDropdown>.content>.products>.product>.product_name:after
	{
	content: "";
	display: block;
	clear: both;
	padding-bottom: 10px;
}

.minicart_left {
	float: left;
	width: 50%;
	padding-right: 30px;
}

.minicart_right {
	float: left;
	width: 50%;
}

.minicart_right {
	font-size: 13px !important;
	line-height: 100%;
}

.minicart_left div {
	font-size: 12px !important;
	line-height: 100%;
	text-align: left;
}

.minicart_right span {
	font-size: 13px !important;
	line-height: 100%;
}

.minicart_right>span.product_price {
	font-size: 13px;
	font-weight: 600;
}

div#widget_minishopcart_popup>#cartDropdown>.content>.products>.product>.minicart_left>span.item_number
	{
	display: block;
	font-size: 12px;
	clear: left;
	text-align: left;
	line-height: 110%;
}

div#widget_minishopcart_popup>#cartDropdown>.content>.products>.product>.minicart_left span {
	display: block;
	font-size: 12px;
	clear: left;
	text-align: left;
	line-height: 100%;
	margin-bottom: 20px;
}

div#widget_minishopcart_popup>#cartDropdown>.content>.products>.product>.minicart_left>span.age_range
	{
	display: block;
	font-size: 12px;
	clear: left;
	text-align: left;
}

#cartDropdown>.footer {
	margin: 20px;
	padding: 0 0 20px 0;
	border: none;
}

.basicMenu>ul>li:last-of-type {
	display: none;
}

#cartDropdown .product {
	max-width: 100%;
}

/*********************************************************************/

/************************** Main Navigation **************************/
.headerRow2Container{
 margin:auto;
 background: #005EB8;
}

#headerRow2 {
	height: 49px;
	background: #005EB8;
	border: none;
	max-width: 1920px;
	margin: 0 auto;
	/*overflow: hidden;*/
	width:75%;
}

div#headerRow2 a#departmentsButton .basicButton .selected {
	overflow: visible;
}

#headerRow2.unhide_overflow {
	overflow: visible;
}
/* Search Bar */
#searchBar {
	padding: 0;
	right: 30px;
	margin-top: 9px;
	width: 20%;
}

#searchBox {
	border-radius: 0;
	height: 30px;
	border: 0;
}

.registerText {
	padding-top: 30px;
	padding-bottom: 30px;
}

.paddingLeftBirthday {
	padding-left: 10px;
}

.paddingBottom40 {
	padding-bottom: 40px;
}

.paddingTop13 {
	padding-top: 13px;
}

.paddingTop45 {
	padding-top: 45px;
}

.dropdownWidth {
	width: 247px;
}

#searchBox>.submitButton {
	width: 30px;
	height: 30px;
	background-image: url("../images/search.png");
	background-position: 2px center;
	background-repeat: no-repeat;
	border: none;
	margin: 0;
}

#searchBox>.submitButton:hover {
	background-image: url("../images/searchHover.png");
}

#searchBox>.submitButton:before {
	display: none !important;
}

#searchTermWrapper {
	height: 30px;
	border: none;
	padding: 0;
	margin: 0;
	right: 40px;
}

#searchTermWrapper>input {
	line-height: 31px;
	padding-left: 10px;
	height: 30px;
}

#quickLinksMenu.active {
	right: 30px;
}

#quickLinksMenu  li {
	border-color: #eee !important;
}

.basicMenu>ul {
	padding: 0 20px;
}

.backgroundFill {
	background-color: #f8f9fb;
}

#quickLinksMenu  li:nth-last-child(1) {
	display: none !important;
}

#quickLinksMenu  li:nth-last-child(2) {
	display: block !important;
}

#quickLinksMenu {
	border-radius: 0 !important;
	border: none !important;
	margin-top: 1px;
	box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.2);
}

#quickLinksMenu.active {
	top: 100% !important;
}

#quickLinksMenu.active>.closeButton {
	display: none;
}

/************************** PROMO BARS AT THE TOP OF THE HOME PAGE **************************/

/* GREEN BAR 
div[data-slot-id="1"] > div.contentRecommendationWidget > div.left_espot div{
  background-color: #97D700 !important; 
  color: #fff !important;
  font-size: 17px !important;
  padding: 0 !important;
  
}


/* BLUE BAR 
div[data-slot-id="2"] > div.contentRecommendationWidget > div.left_espot div{
  background-color: #0092BC !important;
  color: #fff !important;
  font-size: 17px !important;
   padding: 0 !important;
  
}

*/

/*
div#content > div.rowContainer > div.row:nth-child(1) > div:nth-child(1) div.contentRecommendationWidget div.left_espot div{

  background-color: #97D700 !important; 
  color: #fff !important;
  font-size: 17px !important;
  padding: 0 !important;
  text-align: center;
  
}

div#content > div.rowContainer > div.row:nth-child(1) > div:nth-child(2) div.contentRecommendationWidget div.left_espot div{
  background-color: #0092BC !important;
  color: #fff !important;
  font-size: 17px !important;
  padding: 0 !important;
  text-align: center;
  
}

div#content > div.rowContainer > div.row:nth-child(2) > div:nth-child(1) div.contentRecommendationWidget div.left_espot div{

  background-color: #97D700 !important; 
  color: #fff;
  font-size: 17px !important;
  padding: 0 !important;
  text-align: center;
  
}

div#content > div.rowContainer > div.row:nth-child(2) > div:nth-child(2) div.contentRecommendationWidget div.left_espot div{
  background-color: #0092BC !important;
  color: #fff !important;
  font-size: 17px !important;
   padding: 0 !important;
   text-align: center;
  
}

*/
.greenBar {
	background-color: #97D700 !important;
	color: #fff !important;
	font-size: 17px !important;
	padding: 0 !important;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.blueBar {
	background-color: #0092BC !important;
	color: #fff !important;
	font-size: 17px !important;
	padding: 0 !important;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

/************************** FOOTER **************************/
#footerWrapper {
	background-color: #ccc;
}

.footer_wrapper_position {
	background-color: #ccc;
}

#footer {
	background: transparent !important;
	background-color: #ccc !important;
	max-width: 1920px;
	padding: 0 30px;
	margin-right: auto;
	margin-left: auto;
	width:75%;
}

#footer:after {
	display: block;
	content: " ";
	clear: both;
}

#footerMainRow {
	width: 100%;
	padding: 40px 0 60px 0;
}

/*#footerRow1{

  width: 100%;
  padding: 40px 0 60px 0;

}*/
.footerDisclaimer {
	font-size: 13px;
}

.footerDisclaimer a:hover {
	color: #fff;
	text-shadow: none;
}

.footerLeft {
	float: left;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.footerRight {
	float: left;
	text-align: justify;
	font-size: 13px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	line-height: 150%;
}

.footerLeft>#footerRow1>.section {
	float: left;
	width: 33.3%;
	padding-right: 40px;
}

#footerRow1>.section>.header {
	color: #0092BC;
	font-size: 13px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
	line-height: 120%;
	height: 30px;
}

#footerRow1>.section>ul {
	list-style: none;
	padding: 0;
}

#footerRow1 {
	width: 100% !important;
}

#footerRow1>.section>.header {
	margin-left: 0;
	padding: 0;
	border: none;
}

#footerRow1>.section>ul {
	margin-left: 0;
}

#footerRow1>.section>.header:before {
	display: none !important;
}

#footerRow1>.section>ul>li>a {
	font-size: 13px;
	color: #4d4d4d;
	display: inline-block;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-khtml-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

#footerRow1>.section>ul>li>a:hover {
	color: #fff;
	text-shadow: none;
}

.seals {
	text-align: left;
	padding-top: 20px;
}

#generalPrivacySeal {
	width: 150px;
	height: 100px;
	display: inline-block;
	margin-right: 0px;
	background-image: url("../images/PrivacyPolicyLogo.jpg");
	background-repeat: no-repeat;
}

#generalPrivacySeal:hover {
	background-image: url("../images/PrivacyPolicyLogo.jpg");
}

#kidsPrivacySeal {
	width: 150px;
	height: 55px;
	display: inline-block;
	background-image: url("../images/seal1.png");
	background-repeat: no-repeat;
}

#kidsPrivacySeal:hover {
	background-image: url("../images/seal1Hover.png");
}

/********************************** PAGES **********************************/


/***************************** GIFT CARD PAGES *******************************/
@media ( min-width : 1050px) {
	div.shareDigitalGiftCardSection {
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		flex-wrap: wrap;
	}
 
    .shareDigitalGiftCardSection .content {
    	width: 100% !important;
    }

	div.shareDigitalGiftCardSection input {
		box-shadow: 3px 3px 2px #888888;
		-moz-box-shadow: 3px 3px 2px #888888;
		-webkit-box-shadow: 3px 3px 2px #888888;
		line-height: 1.8;
	}
	#recipientSectionDigitalGiftCard {
		order: 1;
		margin-top: 2%;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		-webkit-flex-direction: row;
		flex-wrap: wrap;
	}
	#senderSectionDigitalGiftCard {
		order: 2;
		margin-top: 2%;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		-webkit-flex-direction: row;
	}
	div.nameSection {
		order: 1;
		width: 40%;
		margin-right: 4%;
	}
	div.emailSection {
		order: 2;
		width: 40%;
	}
	#messageDigitalGiftCard {
		margin-top: 4%;
	}
	.giftCardMessageTextBox {
		width: 78%;
		line-height: 4 !important;
	}
}

@media ( max-width : 1049px) {

	div.shareDigitalGiftCardSection input {
		box-shadow: 3px 3px 2px #888888;
		-moz-box-shadow: 3px 3px 2px #888888;
		-webkit-box-shadow: 3px 3px 2px #888888;
		line-height: 1.8;
		width: 78% !important;
	}
	#recipientSectionDigitalGiftCard {
		order: 1;
		margin-top: 2%;
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	.shareDigitalGiftCardSection .content {
		width:	100% !important;
	}

	#senderSectionDigitalGiftCard {
		order: 2;
		margin-top: 4%;
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	div.nameSection {
		order: 1;
		width: 90% !important;
	}
	div.emailSection {
		margin-top: 3%;
		order: 2;
		width: 90% !important;
	}
	#messageDigitalGiftCard {
		margin-top: 4%;
	}

	.giftCardMessageTextBox {
		width: 78%;
		line-height: 6 !important;
	}

}

@media (max-width: 990px) and (min-width: 804px) {
	.item_pageDesign_pageGroup.productMainSection {
		/* margin-top: 12% !important; */
	}
}

.giftCardInformationPageLeftSlot {
	padding-left: 3%;
	padding-right: 3%;
	/* margin-top: -4%; */
}

.giftCard_align .toggle {
	font-size: 1.17em !important;
}

.giftCardInformationPageRightSlot {
	/* padding-top: 4%; */
}

/********************************** HOME PAGE **********************************/

/* Shop Our Brands Slider*/
#shopOurBrands {
	margin: 45px 20px;
	width: calc(100% -     40px);
}

#shopOurBrands h1 {
	text-transform: uppercase;
	display: inline-block;
	margin-right: 45px;
	font-size: 30px;
	text-shadow: 1px 1px 1px #fff;
	font-weight: 600;
}

.row.margin-true>div>div:first-of-type {
	margin-top: 0px !important;
}

.carousel.padding-true {
	padding: 0;
}

.carousel.padding-true>.content {
	margin: 0;
}

.categoryRecommendationContainer .carousel.padding-true>.content{
	background:#DFEDF4;
}

#contentWrapper div.categoryRecommendationWidget {
	margin: auto;
	width:80%;
	background-color:#DFEDF4;
}

#contentWrapper div.row div.categoryRecommendationContainer{
	background-color:#DFEDF4;
}

/*div.categoryRecommendationWidget  .titleItems {
	position: absolute;
	top: -80px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #4d4d4d;
}*/

h2 > div.titleItems {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #4d4d4d;
	width: 75%;
	margin:auto;
}

div.contentRecommendationWidget h2> div.titleItems{
	width: 100%;
}

/* commented for defect : 108493 */
/*div.categoryRecommendationWidget.carousel,div.catalogEntryRecommendationWidget.carousel {
	border: solid;
	border-width: 1px;
	border-color: #ddd;
}*/

div.categoryRecommendationWidget.carousel:before {
	content: " ";
	display: block;
	height: 10px;
	width: 100%;
	background-color:#DFEDF4;
}

div.categoryRecommendationWidget.carousel:after {
	content: " ";
	display: block;
	height: 10px;
	width: 100%;
	background-color:#DFEDF4;
}

div.categoryRecommendationWidget.carousel>.content>ul>li {
	text-align: center;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-khtml-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.homeBrandsSlider div.categoryRecommendationWidget.carousel>.content>ul>li:hover {
	margin-top: -5px;
	opacity: 0.5;
}

div.categoryRecommendationWidget.carousel>.content>ul>li:hover img {
	
}

div.categoryRecommendationWidget.carousel .catPos {
	/*background-color: #fff; 109139 #1*/
	background:transparent;
	border: none;
	border-radius: 0px !important;
}

div.categoryRecommendationWidget.carousel .catPos>.container {
	display: none;
}

div.categoryRecommendationWidget.carousel>.prevPageButton,div.categoryRecommendationWidget.carousel>.nextPageButton
	{
	height: 100%;
	top: 0;
	margin: 0;
	width: 80px;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-khtml-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

div.categoryRecommendationWidget.carousel>.prevPageButton:before,div.categoryRecommendationWidget.carousel>.nextPageButton:before
	{
	display: none;
}

div.categoryRecommendationWidget.carousel>.prevPageButton {
	left: -1.4vw;
	background-image: url("../images/leftArrow.png");
	background-position: 0 center;
	background-repeat: no-repeat;
}

div.categoryRecommendationWidget.carousel>.nextPageButton {
	right: -1.6vw;
	background-image: url("../images/rightArrow.png");
	background-position: 0 center;
	background-repeat: no-repeat;
}

div.categoryRecommendationWidget.carousel>.prevPageButton:hover {
	/*background-position: -4px center;*/
}

div.categoryRecommendationWidget.carousel>.nextPageButton:hover {
	/*background-position: 4px center;*/
}

div.categoryRecommendationWidget.carousel>h2 {
	padding: 0;
}

.homeBrandsSlider .categoryDescriptionLeft,.homeBrandsSlider .categoryDescriptionRight {
	display: none;
}

/* Home Featured Products */
.homePageContainerRow4 {
	margin: 17px 20px 0 30px !important;
}

#homeFeaturedProducts {
	max-width: 1920px;
	width: 100%;
	background-color: #f8f9fb;
	margin: 0 auto;
	padding: 0 20px;
	clear: both;
}

#homeFeaturedProductsItems {
	clear: both;
	/*margin-top: 25px;*/
}

#homeFeaturedProductsItems .largeText {
	margin-top: 22px;
}

.productImage {
	text-align: center;
}

.productImage img {
	width: 100%;
	text-align: center;
	max-width: 400px;
}

/* Home New Product Banner */
#homeNewProductBanner {
	clear: both;
	/*margin-top: 40px;*/
	margin-bottom: 56px;
	width: 100%;
}

.newProductRibbon {
	width: 25%;
	max-width: 218px;
	margin-left: -1%;
	margin-top: -1%;
}

.newProductRibbon img {
	width: 100%;
}

.homeNewProductBannerInfo {
	position: absolute;
	z-index: 20;
	clear: both;
	/*width: 80%;*/
}

.homeNewProductBannerTitle {
	float: left;
	clear: both;
	margin-left: 10%;
	margin-top: 15%;
	width: 100%;
}

div.homeNewProductBannerTitle h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 120%;
}

.homeNewProductBannerDescription {
	float: left;
	clear: both;
	margin-left: 0;
	margin-bottom: 20px;
	width: 100%;
}

div.homeNewProductBannerDescription p {
	color: #fff;
	padding: 0;
	margin: 0;
}

.homeNewProductBannerButton {
	float: left;
	clear: both;
	margin-left: 10%;
	width: 100%;
}

.homeNewProductBanner {
	float: left;
	position: relative;
	z-index: 1;
}

.homeNewProductBanner img {
	width: 100%;
}

.homeFeaturedCategories {
	margin-bottom: 80px;
	padding-right: 30px;
}

.homeFeaturedCategories:after {
	content: "";
	display: block;
	clear: both;
}

.homeFeaturedCategories>div {
	float: left;
}

.homeFeaturedCategories>div:first-of-type {
	padding: 0 30px 0 0;
}

.homeFeaturedCategories>div:last-of-type {
	padding: 0 0 0 40px;
}

.homeFeaturedCategories  .buyNowButton {
	margin: 20px 0 0 0;
}

.homeFeaturedProducts  .buyNowButton {
	margin: 20px 0 0 0;
}

.homeFeaturedProducts {
	margin-bottom: 80px;
	margin-right: 40px;
}

.homeFeaturedProducts:after {
	content: "";
	display: block;
	clear: both;
}

.homeFeaturedProducts>div {
	float: left;
}

.catalogEntryRecommendationWidget {
	width: calc(100% -     40px)
}

.catalogEntryRecommendationWidget .compare_target_hidden {
	display: none;
}

.catalogEntryRecommendationWidget .product_info>.product_price {
	margin-bottom: 10px;
	display: block;
	padding: 0;
	text-align: left;
	width: 50%;
	float: left;
}

.catalogEntryRecommendationWidget .product_info .content {
	
}

.product_addToCart {
	display: block;
	text-align: right;
	padding: 0;
	float: left;
	width: 50%;
	margin-top: -1px;
}

.product_addToCart>.product_option {
	display: inline-block;
}

.product_addToCart>.product_option>.button.primary {
	width: auto;
	border: none;
	background: transparent;
	color: #ED8B00;
	font-weight: 600;
	margin-top: -10px;
	font-size: 13px;
	line-height: 100%;
	white-space: nowrap;
	line-height: 100% !important;
	text-shadow: none;
	min-width: 50px;
}

.product_addToCart>.product_option>.button.primary:hover {
	color: #97D700;
}

.product_rating { /* width: 100%; */
	/*height: 30px*/
}

.product_rating span {
	display: block;
	background-image: url("../images/largeBlueRating.png");
	background-position: center center;
	background-repeat: no-repeat;
	height: 20px;
}

h1.main_header {
	margin-top: 40px;
}

.namePartPriceContainer h1 {
	font-size: 30px;
}

.rateProductBox .product_rating span {
	background-position: 10px 9px;
	height: 40px;
	background-repeat: no-repeat;
}

.product_text p {
	font-size: 15px;
}

select {
	white-space: nowrap;
}

.dijitSelect span {
	white-space: nowrap;
	display: block;
	height: 25px;
}

.definingAttributes .options_dropdown_column .heading {
	text-transform: uppercase;
	font-size: 13px;
}

.product_age {
	width: 100%;
	/*border: solid;*/
	border-width: 0 0 1px 0;
	border-color: #eee;
	/*margin-bottom: 10px;
	padding-bottom: 15px;*/
	text-align: center;
}

.product_age * {
	font-weight: 900;
	font-size: 13px;
}

div.catalogEntryRecommendationWidget {
	margin-top: 20px !important;
	margin-bottom: 40px;
}

div.catalogEntryRecommendationWidget  .titleItems {
	top: -80px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #4d4d4d;
	width: 100%;
}

div.catalogEntryRecommendationWidget.carousel:before {
	content: " ";
	display: block;
	height: 10px;
	width: 100%;
}

div.catalogEntryRecommendationWidget.carousel:after {
	content: " ";
	display: block;
	height: 10px;
	width: 100%;
}

div.catalogEntryRecommendationWidget.carousel>.content>ul>li {
	text-align: center;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-khtml-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

div.catalogEntryRecommendationWidget.carousel>.content>ul>li:hover {
	
}

div.catalogEntryRecommendationWidget.carousel .catPos {
	background-color: #fff;
	border: none;
	border-radius: 0;
}

div.catalogEntryRecommendationWidget.carousel>.prevPageButton,div.catalogEntryRecommendationWidget.carousel>.nextPageButton
	{
	height: 100%;
	background-color: transparent;
	top: 0;
	margin: 0;
	width: 80px;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-khtml-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

div.catalogEntryRecommendationWidget.carousel>.prevPageButton:before,div.catalogEntryRecommendationWidget.carousel>.nextPageButton:before
	{
	display: none;
}

div.catalogEntryRecommendationWidget.carousel>.prevPageButton {
	left: 0;
	background-image: url("../images/leftArrow.png");
	background-position: 0 center;
	background-repeat: no-repeat;
}

div.catalogEntryRecommendationWidget.carousel>.nextPageButton {
	right: 0;
	background-image: url("../images/rightArrow.png");
	background-position: 0 center;
	background-repeat: no-repeat;
}

div.catalogEntryRecommendationWidget.carousel>.prevPageButton:hover {
	background-position: -4px center;
}

div.catalogEntryRecommendationWidget.carousel>.nextPageButton:hover {
	background-position: 4px center;
}

div.catalogEntryRecommendationWidget.carousel>h2 {
	padding: 0;
}

.homeFeaturedProducts>div {
	padding: 0 20px;
}

.homeFeaturedProducts>div:last-of-type {
	padding-right: 0;
	padding-left: 40px;
}

.homeFeaturedProducts>div:first-of-type {
	padding-left: 0;
	padding-right: 40px;
}

.homeBrandsSlider {
	margin-top: 90px;
}

/* END OF HOME PAGE */
.added>.product>.product_image>a>img {
	margin: 0px !important;
}

/***********************WISHLIST PAGE - SPECIFIC CHANGES ********************/
a.deleteLink {
	color: blue !important;
	/*float: right;*/
	margin-right: 10%;
	background: -webkit-linear-gradient(#75B0F2, blue);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*************************END - WISHLIST PAGE ******************************/

/***** single-multiple shipment thank you page / payment page specific css changes ********/
#order_details_table .tableHeader .cell {
	font-size: 13px;
}

.row.shippingDetailsThankYouPage {
	padding-top: 1%;
	padding-left: 1.5%;
	padding-bottom: 1%;
	background-color: white !important;
}

.productDetailsTable {
	border: 1px solid #E9E9E9;
	margin-top: 3%;
}

.productDetailsTable .entry {
	margin: 0;
	background-color: white;
}

.productDetailsTable .cell {
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

#normalRowForProductDetailEntry .cell {
	padding-left: 1.5%;
}

span.qty {
	
}

.productDetailsTable .cell img {
	width: 100%;
}

/* #orderDetailTableWrapper .withPreviewImage {
	padding: 0 5%;
}
 */
.productDetailsTable .tableHeaderProductDetails {
	padding-left: 3% !important;
}

#orderDetailTableWrapper .productDetailsTable .cell {
	height: auto !important;
	font-size: 15px !important;
}

#normalRowForProductDetailEntry {
	margin-bottom: 5%;
}

.productDetailsTable .col1 {
	width: 11.11% !important;
}

.productDetailsTable .price {
	margin-left: -5%;
}

.tableHeaderProductDetails {
	background: none repeat scroll 0 0 #97d700;
	height: 40px;
	line-height: 40px;
}

#orderDetailTableWrapper .tableHeaderProductDetails .cell {
	color: #fff;
	font-size: 15px;
	font-weight: 400 !important;
	height: 40px;
	line-height: 40px;
	/*padding-left: 1.5%;*/
	padding: 0 5px 5px 0;/* uncommented for headers to show properly in thankyou page - kp*/
	text-transform: uppercase;
}

#orderDetailTableWrapper .tableThumbnail {
	padding-left: 20px;
	padding-right: 10px;
}

.productTitleCell {
	padding-top: 0;
}

.shippingDetailsForOrderSummarySection {
	flex-direction: row;
	-webkit-flex-direction: row;
	background-color: white !important;
	padding-top: 1%;
}

div.shipping_address_info {
	width: 33.33%;
}

#addressBookMainDiv #box {
    margin-top: 120px;
}

.singleShipmentSummary .shipping_method_summary {
	width: 33.33%;
	padding: 0 !important;
}

div.summaryGiftMessage {
	width: 33.33%;
	padding-left: 2%;
}

.summaryMessageTitle {
	font-weight: 700 !important;
}

.summaryMessageText {
	
}

.summaryMessage {
	width: 33.33%;
}

/**********************END - thnkyou page  *****/
div#OrderDetailsWrapperThanksPage {
	margin: 1.5%;
}

/********************************** CATEGORY (DEPARTMENT) PAGE ***********************************/
.categoryBanner {
	padding: 0;
	max-width: 1920px;
}

.categoryBanner img {
	width: 100%;
}

.category2ndRowBannerLeft {
	padding-right: 5px;
	max-width: 1920px;
}

.category2ndRowBannerLeft img {
	width: 100%;
}

.category2ndRowBannerRight {
	padding-left: 5px;
	max-width: 1920px;
}

.category2ndRowBannerRight img {
	width: 100%;
}


.departmentPageFeaturedProducts {
	/*margin-top: 74px !important;
	margin-bottom: 35px !important;*/
	padding: 0 30px !important;
}

.departmentPageFeaturedProducts .catalogEntryRecommendationWidget {
	width: 100%;
	margin-bottom: 40px;
}

.departmentPageBanner {
	margin-bottom: 35px;
}

.departmentPageProducts {
	padding: 0 30px !important;
}

.departmentPageRecommendedCategories div.categoryRecommendationWidget {
	margin-top: 20px !important;
	margin-bottom: 30px;
	margin-left: -10px;
	margin-right: -10px;
	border: none;
}

.departmentPageRecommendedCategories .carousel {
	background: transparent !important;
}

.departmentPageRecommendedCategories div.categoryRecommendationWidget.carousel:before,.departmentPageRecommendedCategories div.categoryRecommendationWidget.carousel:after
	{
	box-shadow: none;
}

.departmentPageRecommendedCategories div.categoryRecommendationWidget.carousel .catPos>.container {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
}

.departmentPageRecommendedCategories .catPos {
	width: 100%;
}

.departmentPageRecommendedCategories .carousel.padding-true>.content {
	margin: 0;
	padding: 0 30px;
}

.productListingWidget>.header_bar>.title>.num_products {
	vertical-align: middle;
	padding-left: 20px;
}

.facetWidget .close {
	background: transparent;
}

.facetWidget .close:before {
	display: none;
}

.facetWidget .close:after {
	content: "x";
	background: transparent;
	display: block;
	width: 15px;
	height: 15px;
	font-size: 10px;
	font-weight: 900;
	margin-top: -7px;
}

/* END OF CATEGORY PAGE */
.shipMethod {
	line-height: 120%;
}

/* .profile {
	line-height:120%;
} */
/********************************** SUB CATEGORY PAGE ***********************************/

/* FILTER BOX */
#content .facetWidget.collapsible {
	padding: 0;
}

#content .collapsible,.categoryNavWidget.collapsible,.linkWidget.collapsible {
	background-color: #fff !important;
	border-radius: 0 !important;
	min-height: 40px;
	/*   line-height: 40px;
 */
}

.collapsible.summaryCollapsible.paymentSummaryCollapsible {
    margin-left: 3.5%;
    margin-right: 3.5%;
}

.paymentSummaryCollapsibleSpan {
	font-size: 19px !important;
}

/*
#content .collapsible > h3, .categoryNavWidget.collapsible > h3, .linkWidget.collapsible > h3{

  background-color: #97D700;
  margin:0;
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  height: 50px;
  padding: 0 0 0 20px;
  line-height:52px;
  font-weight: 400;

} */
#content .collapsible>h3,.categoryNavWidget.collapsible>h3,.linkWidget.collapsible>h3 {
	background-color: #97D700;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	height: 40px;
	padding: 0 0 0 20px;
	line-height: 42px;
	font-weight: 400;
}

.collapsible>.content>#productsFacets>fieldset,.collapsible>.content>#productsFacetsHorizontal>fieldset
	{
	float: left;
	border: none;
	border-width: 0 1px;
	border-color: #cbf36c;
	width: 16.66666%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.collapsible>.content>#productsFacets>fieldset:first-of-type,.collapsible>.content>#productsFacetsHorizontal>fieldset:first-of-type
	{
	
}

.singleFacet .facetSelect .checkBox {
	display: none;
}

.optionContainer>.title {
	margin: 0;
	border-radius: 0;
	background: #cbf36c;
	border: solid;
	line-height: 42px;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	border-width: 0 0 1px 0;
	border-color: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-khtml-transition: all 0.3s;
	transition: all 0.3s;
}

.optionContainer>.title:hover {
	background: #97D700;
	color: #fff;
}

.optionContainer .arrow {
	display: none;
}



#content .collapsible>h3:before,.categoryNavWidget.collapsible>h3:before,.linkWidget.collapsible>h3:before
	{
	content: "";
	background-image: url(../images/arrowWhiteDown.png);
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	left: 90.4%;
	background-position: center center;
	background-repeat: no-repeat;
	clip: auto !important;
	top: 0;
}

#content .collapsible[aria-expanded="false"]>h3:before,.categoryNavWidget.collapsible[aria-expanded="false"]>h3:before,.linkWidget.collapsible[aria-expanded="false"]>h3:before
	{
	content: "";
	background-image: url(../images/arrowWhiteLeft.png);
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	left: 90.4%;
	background-position: center center;
	background-repeat: no-repeat;
	clip: auto !important;
	top: 0;
	/* float: right; */
}

/* on filters, this stops the column from being hidden when selected on the widget */
fieldset>div.vertical>div.optionContainer,fieldset>div.horizontal>div.optionContainer {
	display: block !important;
}

#facetFilterListWrapper {
	height: 0px;
	background-color: #cbf36c;
	z-index: 1;
}

#productsFacetsHorizontal {
	position: relative;
	z-index: 10;
	top: 0px;
	margin: 0 -2px;
}

#facetFilterListWrapper>.facetSelectedCont {
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	border: none;
	padding: 0;
	margin: 0;
	margin-top: -40px;
	width: auto;
	right: 8rem;
}

#facetFilterListWrapper li.facetSelected {
	float: right;
	width: auto;
	display: inline-block;
	min-width: 20px;
	margin-right: 20px;
}

#facetFilterListWrapper li.facetSelected span {
	font-weight: 700;
	font-size: 12px;
}

.facetWidget .clearAll {
	display: none !important;
}

.facetSelect li a span {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
	padding: 0 2px;
	display: inline-block;
}

.facetSelect li a {
	padding: 0;
	margin: 0;
	line-height: 36px;
	padding: 0;
	height: 40px;
}

.facetSelect li a .outline {
	padding-left: 12px;
	padding-right: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#price_range_input {
	padding-left: 10px;
	padding-top: 9px;
}

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
	{
	width: 30%;
}

.facetSelectContainer {
	display: block;
	border-radius: 0;
	padding: 0;
	margin: 0 6px;
}

div.widget_left_nav>div.content_left_border>div.content_right_border>div.content div.content_section div.section_list ul li input:disabled+label,ul.facetSelect li input:disabled+a
	{
	color: #333;
}

.facetSelectContainer .facetSelectedHighlight {
	background-color: #eee !important;
	color: #333 !important;
	display: block;
	height: 38px;
}

.facetSelect li {
	padding: 0;
	height: 40px;
	border: solid;
	border-width: 1px;
	border-color: #ddd;
	margin: 5px 0;
}

.facetSelect li:first-of-type {
	
}

.facetSelect li:last-of-type {
	
}

#productsFacetsHorizontal>fieldset {
	padding: 0;
}

/* Products */
.productListingWidget>.header_bar>.title {
	font-size: 30px;
	padding: 0;
}

.productListingWidget>.header_bar {
	border: none;
	padding: 0;
	margin-bottom: 12px;
}

.productListingWidget {
	border: none !important;
	border-radius: 0 !important;
	margin-top: 5px;
}

.product_listing_container {
	margin: 0 -10px;
	background: #f8f9fb none repeat scroll 0 0;
}

.sorting_view_controls_container {
	padding: 0;
	margin: 0;
}

.productListingWidget>.header_bar .controls .sorting_controls,.productListingWidget>.header_bar .controls .view_controls
	{
	margin-left: 20px;
}

.productListingWidget #orderByDropdown,.productListingWidget .orderByDropdown {
	margin-right: 20px;
}

.sorting_controls>span.page_size_label,.sorting_controls>span.order_by_label {
	width: 35px;
	height: 40px;
}

.product {
	background-color: #fff;
	border: solid;
	border-width: 1px;
	border-color: #e6e6e6;
	margin: 0 10px;
	padding: 20px 20px 10px 20px;
	min-height: 27rem;
}

#MiniShopCartProductsList .product {
	margin: 0;
}

.carousel .product {
	border: none;
}

div#widget_minishopcart_popup>#cartDropdown>.content>.added>.product:last-child,div#widget_minishopcart_popup_1>#cartDropdown>.content>.added>.product:last-child
	{
	border-bottom: solid;
	border-width: 1px;
	border-color: #edeff0;
}

div#widget_minishopcart_popup_1>#cartDropdown .product>.product_image>a {
	height: 100%;
}

.catEntryGrid_border {
	display: none;
}

.catEntryList_border {
	display: none;
}

.product_info>.product_name>a {
	text-align: center;
	font-size: 15px;
	line-height: 120%;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	width:100%;
}

.grid_mode .product_name {
	/*min-height: 0 !important;*/
	
}

.list_mode .product_info>.product_name>a {
	text-align: left;
	font-size: 24px;
	line-height: 120%;
}

.grid_icon,.list_icon {
	border: none;
	border-radius: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
}

div.grid_icon,a.grid_icon:hover,div.list_icon,a.list_icon:hover {
	background-color: transparent;
}

.grid_icon:before,.list_icon:before {
	content: "";
}

.grid_icon {
	background-image: url("../images/gridHover.png");
	cursor: pointer;
}

a.grid_icon {
	background-image: url("../images/grid.png");
	cursor: pointer;
}

.grid_icon:hover {
	background-color: transparent;
	background-image: url("../images/gridHover.png");
}

.list_icon {
	background-image: url("../images/stackedHover.png");
	cursor: pointer;
	margin-left: 10px;
}

a.list_icon {
	background-image: url("../images/stacked.png");
	cursor: pointer;
}

.list_icon:hover {
	background-color: transparent;
	background-image: url("../images/stackedHover.png");
}

.order_by_label {
	display: none !important;
}

.billing_summary {
	padding: 0 20px 0 20px !important;
}

.paging_controls {
	margin-left: 20px;
}

.controlBar .pageControl.number>a {
	width: 40px !important;
	height: 40px !important;
	border: none;
	border-color: #005EB8 !important;
	border-width: 0px !important;
	border-radius: 0 !important;
	line-height: 40px !important;
	color: #fff !important;
	background-color: #005EB8 !important;
	font-size: 15px;
	font-weight: 600 !important;
}

.thankYouHide .singleShipmentSummary {
	display: none;
}

.thankYouShow .boxSingleShipmentSummary {
	display: block;
}

.boxSingleShipmentSummary {
	display: none;
}

.listTable .showShipAddress {
	display: block;
}

.showShipAddress {
	display: none;
}

.shipPadRight {
	padding-right: 40px;
}

.billPadLeft {
	padding-left: 20px !important;
}

.prodPadTop {
	padding-top: 20px;
}

.printPad {
	padding-left: 20px !important;
	padding-top: 10px !important;
}

.printText {
	padding-top: 12px;
}

.prodTotalBottom {
	padding-bottom: 20px;
}

.overideMargin {
	margin-bottom: 0px !important;
}

.marginTopNeg10 {
	margin-top: -10px;
}

.shipBorder {
	border-bottom: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
}

.thankYouShow .noBottomBorder {
	border-bottom: none !important;
}

.controlBar .pageControl.number>a:hover {
	border-color: #97D700 !important;
	border-width: 2px !important;
	border-radius: 0 !important;
	color: #97D700 !important;
	background-color: transparent !important;
}

.controlBar .pageControl.number>a:hover,.controlBar .pageControl.number>a.selected {
	background-color: #97D700 !important;
	color: #fff !important;
	border-color: #97D700 !important;
}

.selectWrapper {
	border-radius: 0 !important;
	border: solid !important;
	border-width: 2px !important;
	border-color: #005EB8 !important;
	height: 40px !important;
	background-color: transparent !important;
	text-transform: uppercase !important;
	font-weight: 600 !important !important;
}

.orderBySelectLabel {
	font-size: 15px !important;
	width: 100%;
	padding-right: 10px !important;
	color: #005EB8;
	font-weight: 600;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dijitSelect span {
	margin: 0 25px 0 0 !important;
}

.sorting_view_controls_container  .dijitSelect span {
	height: 40px;
}

.orderBySelectLabel:after {
	content: "►";
	float: right;
	margin-top: 0;
	color: #005EB8;
	padding-right: 5px;
}

.selectWrapper  table.dijitOpened .orderBySelectLabel:after {
	margin-right: 5px;
	margin-top: 1px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-khtml-transform: rotate(90deg);
	transform: rotate(90deg);
}

.selectWrapper:hover .orderBySelectLabel {
	color: #97D700 !important;
}

.selectWrapperPageSize:hover .dijitSelect .dijitReset:first-child {
	color: #97D700 !important;
}

.selectWrapper:hover .orderBySelectLabel:after {
	color: #97D700 !important;
}

.selectWrapper:hover {
	border-color: #97D700;
	background-color: transparent;
}

.selectWrapper .dijitSelect {
	padding: 0;
	margin: 0;
	width: 38px;
	height: 40px;
}

.controls>* {
	padding: 0;
}

.selectWrapper .dijitSelect .dijitButtonText {
	padding: 0 0 3px 10px;
}

.selectWrapperPageSize .dijitSelect .dijitButtonText {
	padding: 0 0 3px 0;
	text-align: center;
}

.sorting_controls .selectWrapper {
	width: auto !important;
}

#orderByDropdown .dijitSelect .dijitButtonText,.orderByDropdown .dijitSelect .dijitButtonText {
	display: block !important;
}

#orderByDropdown .dijitSelect,.orderByDropdown .dijitSelect {
	min-width: 140px !important;
}

.pageControlButton,.pageControlMenu>.closeButton {
	display: none !important;
}

.pageControlMenu {
	display: inline-block !important;
}

.pageControlMenu>.pageControl.number>a {
	display: inline-block !important;
	margin: 0 !important;
}

.sorting_view_controls_container {
	clear: none !important;
}

.selectWrapperPageSize .dijitSelect .dijitReset:first-child {
	display: inline-block;
	width: 38px;
	height: 40px;
	line-height: 36px;
	color: #005EB8;
	font-weight: 600;
}

.paging_controls>.left_arrow>img {
	padding-left: 0;
}

.paging_controls>.right_arrow>img,.paging_controls>.left_arrow>img {
	padding: 0;
}

.view_controls>*,.paging_controls>* {
	vertical-align: top;
}

.orderBySelectMenu,.pageSizeSelectMenu {
	margin-right: -4px !important;
}

.pageSizeSelectMenu {
	width: 40px;
}

.pageSizeSelectMenu .dijitMenuItemIconCell,.pageSizeSelectMenu .dijitMenuArrowCell {
	display: none !important;
}

.pageSizeSelectMenu .dijitMenuItemLabel {
	width: 40px;
	text-align: center;
	padding: 0;
}

#orderBy_dropdown>#orderBy_menu>table tr td,.orderBySelectMenu>table tr td,#orderByContent_dropdown>#orderByContent_menu>table tr td,#pageSize_dropdown>#pageSize_menu>table tr td,.pageSizeSelectMenu>table tr td,div[id
	^="attrValue_"]>div[id ^="attrValue_"]>table tr td {
	height: 40px;
	text-transform: uppercase;
	padding: 0 !important;
	border: none;
	text-indent: 5px;
	font-size: 12px;
}

.pageSizeSelectMenu>table tr td {
	text-indent: 0;
}

#orderBy_dropdown>#orderBy_menu>table,.orderBySelectMenu>table,#orderByContent_dropdown>#orderByContent_menu>table,#pageSize_dropdown>#pageSize_menu>table,.pageSizeSelectMenu>table,div[id
	^="attrValue_"]>div[id ^="attrValue_"]>table {
	min-width: 44px;
	border-color: #ccc;
	margin: 2px 0 2px -2px;
}

#orderBy_dropdown>#orderBy_menu>table tr.dijitSelectSelectedOption,.orderBySelectMenu>table tr.dijitSelectSelectedOption,#orderByContent_dropdown>#orderByContent_menu>table tr.dijitSelectSelectedOption,#pageSize_dropdown>#pageSize_menu>table tr.dijitSelectSelectedOption,.pageSizeSelectMenu>table tr.dijitSelectSelectedOption,div[id
	^="attrValue_"]>div[id ^="attrValue_"]>table tr.dijitSelectSelectedOption {
	background: #97D700;
}

#orderBy_dropdown>#orderBy_menu>table tr,.orderBySelectMenu>table tr,#orderByContent_dropdown>#orderByContent_menu>table tr,#pageSize_dropdown>#pageSize_menu>table,.pageSizeSelectMenu>table tr,div[id
	^="attrValue_"]>div[id ^="attrValue_"]>table tr {
	cursor: pointer;
}

#orderBy_dropdown>#orderBy_menu>table tr.dijitMenuItemSelected,.orderBySelectMenu>table tr.dijitMenuItemSelected,#orderByContent_dropdown>#orderByContent_menu>table tr.dijitMenuItemSelected,#pageSize_dropdown>#pageSize_menu>table tr.dijitMenuItemSelected,.pageSizeSelectMenu>table tr.dijitMenuItemSelected,div[id
	^="attrValue_"]>div[id ^="attrValue_"]>table tr.dijitMenuItemSelected {
	background-color: #005EB8;
}

#pageSize_menu,.pageSizeSelectMenu {
	width: 40px !important;
	border: none !important;
}

.selectWrapper .dijitSelect .dijitArrowButtonContainer,.shopperActions .dropdown_primary>.drop {
	display: none;
}

.sorting_controls>span,.sorting_controls>span>label,.view_controls>span,.sorting_controls>span>label
	{
	font-size: 10px;
	width: 45px;
	height: 40px;
	line-height: 140%;
	overflow: hidden;
}

.selectWrapper .dijitSelect .dijitArrowButtonContainer:before,.shopperActions .dropdown_primary>.drop div:before
	{
	display: none;
}

.price {
	font-family: 'Proxima Nova', 'arial' !important;
	color: #646464;
	font-size: 15px;
	font-weight: bold;
}

.product:after {
	display: block;
	content: "";
	clear: both;
}

.compare_target {
	display: none;
}

.grid_mode .product_name {
	padding: 0 !important;
	text-align: center !important;
}

.grid_mode .product_price {
	padding: 0;
	display: block;
	text-align: left;
	float: left;
	width: 50%;
	margin-left: -8px;
}

/* list view */
.list_mode {
	margin-top: 30px;
}

.product_listing_container .list_mode .product {
	max-width: none;
	width: calc(100% -     20px);
}

.product_listing_container>.list_mode>li {
	min-height: 0 !important;
	margin-bottom: 10px;
}

.product_listing_container .list_mode .product {
	padding: 30px 30px 0 30px;
}

.product_listing_container .list_mode .product>.product_image {
	width: 40%;
	float: left;
	padding: 0 40px 0 0;
	margin: 0;
	position: relative;
}

.list_mode .product_info {
	width: 60%;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	padding-bottom: 30px;
}

.product_listing_container .list_mode .product .quantity_section label {
	bottom: 0;
	font-size: 15px !important;
}

.product_listing_container .list_mode .quantity_section {
	padding-bottom: 20px;
	padding-top: 20px;
}

.product_listing_container .list_mode .quantity_section>.quantity_input {
	height: 40px;
}

.product_listing_container .list_mode .price {
	font-size: 20px;
	margin-top: 25px;
	display: inline-block;
	float:left;
}

.product_listing_container .list_mode .price_bundle {
	font-size: 16px;
	display: inline-block;
}

.product_listing_container .list_mode .quantity_section .product_description {
	font-size: 15px !important;
	line-height: 120% !important;;
	margin-top: 0 !important;
}

.product_listing_container .list_mode .product>.product_info>.product_description {
	font-size: 15px !important;
	line-height: 120% !important;
	margin-top: 20px !important;
	padding-bottom: 20px;
	border: solid;
	border-width: 0 0 1px 0;
	border-color: #eee;
}

.product_listing_container .list_mode .product>.product_info>.not_available {
	margin-bottom: 0;
	margin-top: -20px;
}

.product_listing_container .list_mode .product .product_rating {
	width: 50%;
	float: left;
	text-align: left;
}

.product_listing_container .list_mode .product .product_rating span {
	display: inline-block;
	width: 110px;
	margin-top: 20px
}

.product_listing_container .list_mode .product .product_age {
	width: 50%;
	float: left;
	text-align: right;
	border: none;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.product_listing_container .list_mode .product .product_age span {
	font-size: 18px;
}

/* end of listing view */

/* catgory recommendations on category page */
.departmentPageRecommendedCategories {
	
}

.departmentPageRecommendedCategories .catPos>.product_image>a>img {
	max-height: none;
	width: 100% !important;
}

.departmentPageRecommendedCategories .catPos {
	border-radius: none;
}

.departmentPageRecommendedCategories .catPos {
	padding: 0 10px !important;
	background: transparent !important;
}

.departmentPageRecommendedCategories .catPos>.product_image {
	border: none;
	position: relative;
	z-index: 1;
}

.departmentPageRecommendedCategories .catPos>.product_image>a {
	height: auto !important;
	margin-bottom: -6px;
}

.departmentPageRecommendedCategories .catPos>a>.container {
	background: rgba(0, 94, 184, 0.85);
	color: #fff;
	padding: 0;
	text-align: left;
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: calc(100% -     20px)
}

.departmentPageRecommendedCategories .catPos>a>.container:after {
	content: "";
	display: block;
	clear: both;
}

.departmentPageRecommendedCategories .catPos  a  .container .product_group_name {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	display: inline-block !important;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
}

.categoryDescriptionLeft {
	float: left;
	width: 50%;
	padding: 30px;
}

.categoryDescriptionRight {
	width: 50%;
	float: left;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 30px;
}

.categoryDescriptionRight .shopNowButton {
	position: absolute;
	bottom: 30px;
	right: 30px;
	border: solid;
	border-width: 1px;
	border-color: rgba(255, 255, 255, 0.1);
}

/* END OF CATEGORY ( DEPARTMENT ) PAGE */
.quantity_section>.quantity_input {
	height: 40px;
}

.moveCartButton, .wishlistBtn {
	/*margin-left: 172px;
	margin-top: -40px;*/
	margin-top:2%;
}



/* Begin shoppingList_UI.jspf */
/*.wishlistBtn {
	margin-top: -84px;
	margin-left: 408px;
}*/
/* End shoppingList_UI.jspf */

/* Begin NamePartNumberAndPrice_UI.jspf */
.rateProductBox {
	border: solid 1px #fff;
	background-color: #eee;
	width: 310px;
	box-shadow: 1px 1px #ddd, -1px -1px #ddd;
	height: 40px;
}

.rateProductText {
	margin-top: -30px;
	padding-bottom: 15px;
	padding-right: 15px;
}

.sku {
	margin-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700 !important;
}

.sku.smallMove {
    float: left;
    margin-left: 242px;
    /* margin-right: -5%; */
}

.sku_bundle {
	margin-top: -20px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700 !important;
}

.sku_bundle.smallMove {
    float: left;
    margin-left: 142px;
    /* margin-right: -5%; */
}

.available {
	border: none;
	/*position: absolute;
	height: 50px;
	margin-top: 8%;*/
}

.available_bundle {
	border: none;
	position: absolute;
	height: 50px;
	margin-top: 300px;
	margin-left:110px;
}

.product_description {
	margin-bottom: 30px;
	margin-top: 560px;
	border: solid;
	border-width: 1px 0 0 0;
	padding-top: 30px;
	border-color: #fff;
	box-shadow: 0 -1px 0 #e5e5e5
}

.productPageMain .selectWrapper { /* background-color: #fff !important; */
	width: 215px !important;
	border-color: transparent !important;
}

.productPageMain div.item_spacer_10px {
	display: none;
}

.product_page_content #productSlot56 {
	float: left;
	/*padding-left: 30px;*/
}

.rightBox {
	float: left;
	margin-left: 305px;
}

.largeHide {
	display: none;
}
/* End NamePartNumberAndPrice_UI.jspf */
/* Begin InventoryAvailability_UI.jspf */
.moveWarning {
	margin-top: 90px;
	min-height: 54px;
	width: 215px;
	position: absolute;
}
/* End InventoryAvailability_UI.jspf */
/* Begin shopperActions_UI.jspf */
.moveQuantity {
	margin-top: 0;
	float: left;
}

.definingAttributes {
	padding: 0;
	margin-top: 30px;
}

div.item_spacer_7px {
	display: none;
}

/* End shopperActions_UI.jspf */
/* Begin FacebookLike_UI.jspf */
.movePinterest {
	float: left;
}

.moveFacebook {
	float: left;
	margin-left: 10px;
}

.moveTwitter {
	float: left;
	margin-left: 10px;
}

.printProduct {
	margin-left: 10px;
}

.printerWidth {
	
}

.facebookLikeWidget {
	padding: 0 !important;
}

#productSocialIcons {
	float: right;
	/*margin-top: 15px;
	margin-top:-6%;
	margin-left: 474px;*/
}

#productSocialIcons1 {
	float: left;
	margin-top: 15px;
}
/*custom Icons */
.moveTwitter {
	background-image: url("../images/tweeter.png");
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 30px;
}

.moveTwitter:hover {
	background-image: url("../images/tweeterH.png");
}

.twttr-link iframe {
	opacity: 0;
	height: 30px !important;
	width: 30px !important;
	overflow: hidden;
	padding-top: 5px;
}

.fb-wrap {
	height: 30px;
	overflow: hidden !important;
}

.fb-like {
	background-image: url("../images/facebook.png");
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 30px;
}

.fb-like:hover {
	background-image: url("../images/facebookH.png");
}

.fb-like iframe {
	opacity: 0;
	height: 30px !important;
	width: 30px !important;
	overflow: hidden;
	padding-top: 5px;
}

.pin-link {
	background-image: url("../images/pin.png");
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 30px;
}

.pin-link:hover {
	background-image: url("../images/pinH.png");
}

.pin-link a {
	opacity: 0;
	height: 30px !important;
	width: 30px !important;
	overflow: hidden;
	padding-top: 5px;
}

.printProduct {
	height: 30px;
	width: 30px;
	float: left;
}

.printProduct a {
	height: 30px !important;
	width: 30px !important;
	background-image: url("../images/print.png");
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-indent: -5000px;
}

.printProduct a:hover {
	background-image: url("../images/printH.png");
}

.fb_iframe_widget_fluid {
	display: inline-block !important
}
/* End FacebookLike_UI.jspf */

/* PRODUCT PAGE */
.quantity_input {
	border-radius: 0;
}

.quantity_section>label {
	text-transform: uppercase;
	margin-right: 15px;
}

.shopperActions .button.primary,.shopperActions .button.secondary {
	border: none;
	border-radius: 0;
	font-weight: 400;
	background: #0092BC !important;
	height: 40px;
	line-height: 40px !important;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
}

.collectionsFilterBox {
	padding: 0 30px;
	margin: 40px 0;
}

.collectionsProducts {
	padding: 0 30px;
	margin-bottom: 40px;
}

.rowContainer>.row.productMainSection {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.product_page_content .widget_product_image_viewer>.content {
	float: left;
}

.row.producInformationSections {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
}

.row.myAccountInformationSections {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
}

.productInformationText {
	padding-top: 30px;
}

.productCollapsible {
	margin-top: 30px;
}

.section_Anchor {
	height: 1px;
	position: relative;
	top: -180px;
	z-index: 999999999999;
}

.informationSection:first-of-type .section_Anchor {
	
}

.informationSection>.productCollapsible>h3 {
	background-color: #97D700;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 21px;
	height: 40px;
	padding: 0 0 0 20px;
	line-height: 42px;
	font-weight: 400;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-khtml-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.informationSection>.productCollapsible>h3:hover {
	background-color: #b1ec26;
}

.informationSection>.productCollapsible>h3:before {
	content: "";
	background-image: url(../images/arrowWhiteDown.png);
	display: block;
	position: absolute;
	width: 50px;
	height: 40px;
	right: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	clip: auto !important;
}

.informationSection>.productCollapsible[aria-expanded="false"]>h3:before {
	content: "";
	background-image: url(../images/arrowWhiteLeft.png);
	display: block;
	position: absolute;
	width: 50px;
	height: 40px;
	right: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	clip: auto !important;
}

.informationSection>.productCollapsible .content {
	background: #fff;
	padding: 0 20px;
	border: solid;
	border-color: #e0e0e0;
	border-width: 0 1px 1px;
}

.productImageLeft {
	padding-left: 30px;
}

.productContentRight {
	padding-right: 30px;
}

#stickyHeader {
	width: 100%;
	/*max-width: 1920px;*/
	max-width:100%;
	height: 40px;
	line-height: 40px;
	background-color: #7dc7de;
	z-index: 100;
	top:  0 !important;
	overflow: hidden;
}

#stickyHeader a {
	padding-left: 30px;
	padding-right: 30px;
	text-transform: capitalize;
	font-size: 13px;
	float: left;
	display: inline-block;
	color: #fff;
	font-weight: 600;
	text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.2);
}

#stickyHeader a.active {
	color: #005EB8;
	text-shadow: none;
}

#stickyHeader a.active:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: #7dc7de;
	z-index: -1;
	margin: -10px auto;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
	transform: rotate(45deg);
}

.informationSection iframe {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 26rem;
}

.productInformationText>div {
	float: left;
}

.productInformationText>.column>div {
	float: left;
}

.informationSection  img {
	width: 100%;
}

.informationSection .center {
	text-align: center;
}

.informationSection h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}

.productInformationText {
	margin-bottom: 40px;
}

.productInformationText:after {
	content: "";
	display: block;
	clear: both;
}

.productInformationText section {
	padding-right: 40px;
}

.product_page_content .widget_product_image_viewer .image_container {
	border: solid;
	border-width: 1px;
	border-color: #e5e5e5;
	margin-top: 40px;
	background: #fff;
	/*max-width: 500px;*/
	max-width: 100%;
	overflow: hidden;
	text-align: center;
}

.product_page_content .widget_product_image_viewer .image_container img {
	margin: 0 auto;
	float: none
}

#productZoomImage{
	left: 0;
}

.product_page_content #productSlot56>div:nth-child(2) {
	margin: 0;
	padding: 0;
}

div.namePartPriceContainer {
	border: none;
}

.product_text {
	margin-bottom: 0;
	box-shadow: none;
	border: none;
	/* position: absolute; */
	padding: 0;
}

.product_text_gift { /* width: 110%; */
	/* border-bottom: 1px solid #E9E9E9;*/
	 padding-top: 2%;
	 margin-top: 0.8rem;
}

div.bundle_view {
	width: 70%;
}

#add2CartBtn {
	background-color: #ED8B00 !important;
}

.available>.text {
	font-size: 15px;
	padding-left: 0;
}

#productPageAdd2Cart {
	font-size: 18px !important;
	background-image: url(../images/shoppingIcon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-indent: 0;
}

#add2CartBtn:hover {
	background-color: #97D700 !important;
}

.shopperActions .dropdown_list {
	top: 10%;
	left: 40%;
}

#addToShoppingListBtn {
	background-image: url(../images/whislistIcon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-indent: 32px;
	font-weight: 400 !important;
	background-color: #0092BC !important;
	color: #fff !important;
	text-transform: uppercase !important;
	border-radius: 0 !important;
	border: none;
	/*width: 215px;*/
	max-width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px !important;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-khtml-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

#addToShoppingListBtn:hover {
	background-color: #97D700 !important;
}

#PrintWishListBtn {
	background-color: #0092BC !important;
	background-repeat: no-repeat;
	font-weight: 400 !important;
	color: #fff !important;
	text-transform: uppercase !important;
	border: none;
	text-align: center;
	line-height: 40px;
	font-size: 18px !important;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-khtml-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

#PrintWishListBtn:hover {
	background-color: #97D700 !important;
}

#listOptions {
	clear: both;
	display: inline-flex;
	margin-right: 3%;
	float: right;
	white-space: nowrap;
}

.create_wishlist_heading {
	
}

#wishlistWrapper {
	margin: 3%;
	width: 96%;
}

.remove_wishlist_heading {
	color: blue;
	white-space: nowrap;
}

#create_popup_link {
	
}

#delete_popup_link {
	
}

#PrintBtn {
	padding-left: 3.5%;
	padding-right: 3%;
	width: auto;
}

#email_popup_link {
	width: auto;
}

#email_popup_link: hover {
	background-color: #97D700 !important;
}

.shopperActions .dropdown_primary>a {
	
}

.shopperActions .dropdown_primary .shoppping_list_content {
	font-size: 18px;
	color: #fff;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
}

.shopperActions .button.primary,.shopperActions .button.secondary {
	max-width: 100%;
}


.list_mode .product>.product_image img {
	width: 100%;
	height: 100%;
}

#lpchat a img {
	margin-left:280px;
	margin-top:-30px
}
/* end of product Page */

/* SEARCH PAGE */
.searchFilter {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px;
	margin-bottom: 40px;
}

#content .searchFilter .categoryNavWidget.collapsible {
	padding: 0;
	margin-bottom: 40px;
}

#content .searchFilter .title {
	padding-left: 20px;
}

.searchMatches {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
}

.searchMatches h1 {
	padding: 0;
}

.searchMatches h1 span {
	font-size: 30px;
}

.searchMatches div.widget_title_container {
	margin: 0;
}

.searchMatches div.widget_search_results .results_description {
	margin-top: 0;
	font-size: 15px;
}

.searchMatches div.widget_search_results {
	padding: 0;
	font-size: 15px;
	margin-top: 30px;
	line-height: 100%;
}

.searchProducts {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
}

.searchProducts .tab {
	border: none;
	width: 100%;
}

.searchProducts .tab_header {
	border-spacing: 0;
	margin-left: 0
}

.searchProducts .tabButtonContainer {
	margin-bottom: 40px !important;
}

/* Registration Page */
.registration_single_colum .column {
	min-width: 100%;
	width: 100%;
}

.sign_in_registration {
	max-width: 1920px;
	padding: 0 30px;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
}

.sign_in_registration input[type="text"],.sign_in_registration input[name="logonPassword"],.sign_in_registration input[name="logonPasswordVerify"],.sign_in_registration input[name="challengeAnswer"]
	{
	width: 247px !important;
}

.sign_in_registration input[type="tel"] { /* width: 80px;*/
	
}

.sign_in_registration input,.sign_in_registration select {
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px !important;
	padding: 0 10px;
	width: 247px;
	font-size: 15px;
}

.sign_in_registration .title {
	font-size: 30px;
	font-weight: 600;
	color: #4d4d4d;
	text-transform: uppercase;
	padding: 4px 0 0;
}

.form_2column .column_registration {
	width: 100%;
	margin-top: 18px;
}

.sign_in_registration .align {
	min-height: 0;
}

div.registration_single_colum>#WC_AddressEntryForm__div_10+br {
	display: none !important;
}

div.registration_single_colum>#WC_AddressEntryForm__div_7+br {
	display: none !important;
}

.registration_info {
	margin-bottom: 20px;
}

.sign_in_registration .form .content .align {
	border: none !important;
	padding: 0 !important;
}

.column_label {
	padding-bottom: 10px;
}

.registration_info_icon {
	display: inline-block;
}

.registration_info_icon:after {
	content: "i";
	display: inline-block;
	border: solid;
	border-color: #0092BC;
	border-width: 2px;
	border-radius: 50%;
	color: #0092BC;
	cursor: pointer;
	width: 18px;
	height: 18px;
	text-align: center;
	font-family: arial;
	font-weight: 900;
	font-size: 13px;
	line-height: 14px;
	margin-right: 4px;
}

.registration_info_icon:hover:after {
	border-color: #97D700;
	color: #97D700;
}

#email_info,#password_info {
	margin-top: -44px;
	margin-left: 260px;
}

#birthday_info {
	margin-top: -45px;
	margin-left: 262px;
	float: left;
	position: relative;
}

.registrationPage #WC_PersonalInfoExtension_DOB_div_1 {
	display: inline-block;
}

.checkbox_registration .checkbox {
	margin-top: -6px;
}

.registrationPage .inputField {
	width: 247px;
	border-radius: 0;
	height: 30px;
	margin-bottom: 20px !important;
}

.registrationPage .emailField {
	margin-bottom: 20px;
}

.sign_in_registration a.button_primary {
	background: #0092BC !important;
	border-radius: 0 !important;;
	border: none !important;;
	color: #fff !important;;
	height: 40px !important;;
	line-height: 40px !important;;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
	margin:0.3rem;
}

.sign_in_registration a.button_primary:hover {
	background: #97D700 !important;
}

.sign_in_registration a.button_primary .button_text {
	border-radius: 0 !important;
	border: none !important;
	color: #fff !important;
	height: 40px !important;
	line-height: 40px !important;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3) !important;;
	text-transform: uppercase !important;
	font-size: 18px;
}

.sign_in_registration a.button_secondary {
	background: #0092BC !important;
	border-radius: 0 !important;;
	border: none !important;;
	color: #fff !important;;
	height: 40px !important;;
	line-height: 40px !important;;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}

.sign_in_registration a.button_secondary:hover {
	background: #97D700 !important;
}

.sign_in_registration a.button_secondary .button_text {
	border-radius: 0 !important;
	border: none !important;
	color: #fff !important;
	height: 40px !important;
	line-height: 40px !important;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3) !important;;
	text-transform: uppercase !important;
	font-size: 18px;
}

.sign_in_registration .button_footer_line {
	padding: 0;
	margin-bottom: 20px;
	clear: both;
}

.sign_in_registration .checkbox_label {
	margin-left: 20px;
}

.registration_form_container {
	
}

.registration_form_container:after {
	content: "";
	display: block;
	clear: both;
}

.registration_left_column {
	float: left;
	border: solid;
	border-width: 0 1px 0 0;
	border-color: #E9E9E9;
	box-shadow: 1px 0 0 #fff;
	width: calc(50% -     20px);
	padding-right: 40px;
	margin-bottom: 30px;
}

.billingTitle {
	padding-left: 10px;
}

.printTopPad {
	padding-top: 10px;
}

.topStepMargin {
	margin-top: 30px;
}

.boxPadding {
	margin-left: 30px;
	margin-right: 30px;
}

.white {
	background-color: #FFFFFF;
}

.readjust { /*	margin-top: -235px;  */
	width: 68%;
	z-index: 1000;
	position: relative;
}

.registration_right_column {
	float: left;
	padding-left: 40px;
}

.registration_right_column h2 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.registration_right_column h2 span {
	font-size: 18px;
}

.registration_right_column:after {
	content: "";
	clear: both;
	display: block;
}

.registration_privacy_policy {
	padding-top: 20px;
	border: solid;
	border-width: 1px 0 0 0;
	border-color: #E9E9E9;
	box-shadow: 0 1px 0 #fff inset;
}

.registration_privacy_policy p {
	font-size: 13px;
	line-height: 150%;
}

.registration_privacy_policy b {
	text-transform: uppercase;
	font-size: 13px;
}

.registration_privacy_policy a {
	color: #0092BC !important;
	font-size: 13px;
	padding-left: 10px;
}

.registration_privacy_policy a:hover {
	color: #97D700 !important;
}

/* Sign In Page */
.checkbox_registration input {
	width: 20px !important;
	height: 20px !important;
	margin-right: 10px !important;
	margin-bottom: 20px !important;
	top: 3px;
}

.signin_col1,.signin_col2,.signin_col3 {
	float: left;
	margin-bottom: 20px;
}

.signin_message {
	line-height: 150%;
	margin-bottom: 20px;
}

.sign_in_registration .header_return {
	width: 100%;
	max-width: 100%;
	float: none;
	padding-right: 20px;
}

.sign_in_registration .header_new {
	width: 100%;
	max-width: 100%;
	float: none;
	padding-left: 20px;
	padding-right: 20px;
}

.sign_in_registration .header_order {
	width: 100%;
	max-width: 100%;
	float: none;
	padding-left: 20px;
}

#WC_AccountDisplay_div_2 {
	margin-bottom: 40px;
}

.sign_in_registration .header_return {
	width: 100%;
	max-width: 100%;
	float: none;
}

.myaccount_title {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.sign_in_registration .forgot_password_link_padding {
	padding-bottom: 20px;
	margin-top: 20px;
}

.main_content_signin .sign_in_registration .align {
	padding: 0;
}

.registration_header {
	font-size: 18px;
	color: #4d4d4d;
	font-weight: 600;
}

.signin_privacy_policy {
	clear: both;
	border: solid;
	border-width: 1px 0 0 0;
	border-color: #E9E9E9;
	box-shadow: 0 1px 0 #fff inset;
	padding-top: 20px;
}

.signin_privacy_policy b {
	text-transform: uppercase;
	font-size: 13px;
}

.signin_privacy_policy a {
	color: #0092BC !important;
	font-size: 13px;
	padding-left: 10px;
}

.signin_privacy_policy a:hover {
	color: #97D700 !important;
}

.signin_privacy_policy p {
	font-size: 13px;
}

#WC_AccountDisplay_div_2>h1 {
	padding: 0;
}

.main_content_signin label {
	padding-bottom: 10px;
	display: inline-block;
}

.main_content_signin .sign_in_registration .content {
	font-size: 15px;
}

.main_content_signin #WC_AccountDisplay_div_34 {
	margin-top: 20px;
}

.sign_in_registration .ad {
	padding: 0;
	margin: 0;
}

/* Forgot Password Page */
#hintQuestion_info {
	margin-top: -44px;
	margin-left: 260px;
}

#forgot_password_main_container {
	width: 100%;
}

#forgot_password_main_container input[name="logonId"] {
	width: 247px;
}

#forgot_password_main_container .sign_in_registration:after {
	clear: both;
}

.sign_in_registration .title h1 {
	padding: 0;
	font-size: 30px;
	font-weight: 600;
	color: #4d4d4d;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.sign_in_registration .align {
	padding: 0;
	height: auto !important;
	border: none;
}

#ResetPasswordForm {
	margin-top: 40px;
}

#ResetPasswordForm label {
	padding-bottom: 10px;
	display: block;
}

#ResetPasswordForm .button_footer_line {
	margin-bottom: 40px;
}

#orderSearch {
	margin-top: 20px;
}

label {
	display: inline-block;
	margin-bottom: 10px;
}

.rowContainer:after {
	content: "";
	display: block;
	clear: both;
}

/************************************ STATIC PAGES ************************************/
.container_static_full_width,.container_configurator_full_width {
	max-width: 1920px;
}

.static_page_content {
	padding: 0 20px;
}

.static_page_content>.page_header {
	text-transform: uppercase;
	display: inline-block;
	font-size: 30px;
	text-shadow: 1px 1px 1px #fff;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 20px;
}

.static_page_content>.content_box {
	border: none;
	padding: 0;
	margin: 0 0 40px 0;
}

.static_page_content>.content_box .header_top {
	background: #97D700;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
	padding-left: 20px;
}

.static_page_content>.content_box .info_section {
	padding: 20px;
	font-size: 15px;
}

/* Dojo Digit ToolTip */
.dijitTooltipLeft {
	min-width: 200px !important;
}

.dijitTooltipContainer,#tooltipBox {
	border: 2px solid #005EB8;
	box-shadow: 4px 4px 6px #ccc;
	background-color: #fff;
	padding: 15px;
	border-radius: 6px;
	width: auto;
	max-width: 400px;
	min-width: 200px !important;
	font-size: 13px;
}

#tooltipBox .widget_site_popup p,#tooltipBox .widget_site_popup span {
	font-size: 13px;
	line-height: 150%;
}

.dijitTooltipLeft .dijitTooltipConnector,.dijitTooltipLeft div[data-dojo-attach-point="connectorNode"]
	{
	background: url("../images/tooltiprightarrow.png") no-repeat top left;
	height: 26px;
	width: 15px;
	position: absolute;
	right: 0;
}

.dijitTooltipRight .dijitTooltipConnector,.dijitTooltipRight div[data-dojo-attach-point="connectorNode"]
	{
	background: url("../images/tooltipleftarrow.png") no-repeat top left;
	height: 26px;
	width: 15px;
	position: absolute;
	left: 0;
}

/* Hasbro Shopping Cart */
#orderItemDisplay {
	padding: 0 30px;
	margin: 10px;
}

.orderItemDisplay .headingtext span {
	font-size: 30px;
	text-transform: uppercase;
	color: #4d4d4d;
}

.checkout_steps_container {
	float: left;
	margin-top: 40px;
	padding-bottom: 0px;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.checkoutStepsRegiteredPadding {
	padding-left: 20% !important;
	padding-top: 100px !important;
}

.checkout_steps_container:after {
	clear: both;
}

.checkout_steps_container .checkout_step {
	float: left;
	width: 10%;
	text-align: center;
}

.checkout_steps_container .checkout_step * {
	font-size: 12px;
	text-transform: uppercase;
}

.checkout_steps_container .step_circle {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #ccc;
	margin: 0 auto;
	margin-bottom: 20px;
	line-height: 34px;
	font-size: 16px;
	border: solid;
	border-width: 3px;
	border-color: #fff;
	box-shadow: 0px 0px 0px 3px #ccc;
	z-index: 2;
	position: relative;
}

.checkout_steps_container .step_circle_active {
	background-color: #005EB8;
	box-shadow: 0px 0px 0px 3px #005EB8;
}

.checkout_steps_container .step_text_active {
	color: #005EB8;
}

.checkout_steps_container a .step_circle {
	background-color: #005EB8 !important;
	box-shadow: 0px 0px 0px 3px #005EB8;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}

.checkout_steps_container a .step_text {
	color: #005EB8 !important;
}

.checkout_steps_container a:hover .step_circle {
	background-color: #97D700 !important;
	box-shadow: 0px 0px 0px 3px #97D700;
}

.checkout_steps_container a:hover .step_text {
	color: #97D700 !important;
}

.checkout_steps_container .step_divider_active {
	background-color: #005EB8 !important;
}

.checkout_steps_container .step_circle * {
	font-size: 15px;
	font-weight: 600;
	color: #fff !important;
}

.checkout_steps_container .step_divider {
	float: left;
	width: 19.9%;
	margin-top: 20px;
	height: 3px;
	background-color: #ccc;
	z-index: 1;
	position: relative;
	margin-left: -4%;
	margin-right: -4%;
}

.checkout_steps_container .step_divider.registerUserDivider {
	width: 27.999%;
}

#order_details_table {
	background-color: #fff;
}

#order_details_table  .tableHeader {
	height: 40px;
	line-height: 40px;
	background: #97D700;
}

#order_details_table  .tableHeader .cell {
	padding: 0px 5px 5px 0;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400 !important;
	height: 40px;
	line-height: 40px;
}

#order_details_table .withPreviewImage {
	background-color: #fff;
	margin: 10px 0;
	padding: 20px 20px 30px 20px;
}

#order_details_table .withPreviewImage:last-of-type {
	padding: 20px;
}

#order_details_table .listTable .tableHeader {
	height: 40px;
	line-height: 40px;
	color: #fff;
}

.headingtext>span {
	font-size: 30px !important;
	text-transform: uppercase !important;
	color: #4d4d4d !important;
	font-weight: 600 !important;
}

#continueShoppingButton, #saveShoppingButton {
	padding: 0;
}

#orderItemDisplay a.continue_shopping_link{
	color: #0092BC;
	font-size: 16px;
	font-weight: 600;
}
	
#orderItemDisplay a.continue_shopping_link:hover{
	color: #97D700;
}
	
#orderItemDisplay .breadcrumb_continue_shopping {
    float: right;
    padding: 15px 9px 0px 0px;
}

/* display columns - krishna */
.rowContainer div.displayColumn{
	 float: left;
}

.rowContainer .columnWidth{
	width: 24%;
}


.rowContainer .continue_shopping{
		margin:5px 0 0 3%;
}	


@media (min-width:847px){
	.button_secondary > .button_text{
		font-size:14px!important;
	}
}



@media (min-width:778x){
	.button_secondary > .button_text{
		font-size:12px!important;
	}
}



@media (min-width:603px){
	.rowContainer .columnWidth{
		margin-left:3%;
	}
	
}


@media (min-width:350px) and (max-width:602px){
	.rowContainer .columnWidth{
		width:100%;
		margin-left:3%;
		margin-bottom:5px;
	}
	
	#continueShoppingButton{
		margin-top:3%;
	}
}


/*******end here********/

#continueShoppingButton a.button_secondary, #saveShoppingButton a.button_secondary {
	background: #0092BC !important;
	border-radius: 0;
	border: none;
	color: #fff;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}

#continueShoppingButton a.button_secondary:hover, #saveShoppingButton a.button_secondary:hover {
	background: #97D700 !important;
}

#continueShoppingButton a.button_secondary .button_text, #saveShoppingButton a.button_secondary .button_text {
	border-radius: 0;
	border: none;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}

.guestRegistrationInfo {
	display: inline-block;
	width: 300px;
}

#order_details_table .previewImage img {
	max-width: 100%
}

#order_details_table .col5 {
	padding-left: 20px;
}

#order_details_table .img a {
	
}

#order_details_table p {
	margin-bottom: 20px;
}

p.item-quantity {
	margin-bottom: -5px;
	margin-top: -5px;
}

.cart_product_name {
	text-transform: uppercase;
	font-size: 18px;
	display: block;
	margin-top: -2px;
}

#total_breakdown .order_sumary_title {
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 18px !important;
}

.gift_wrap_checkbox {
	margin-bottom: 0;
}

.gift_wrap_checkbox2_desktop {
	margin-bottom: 20px;
	padding-left: 24px;
}

.gift_wrap_checkbox2_desktop label {
	font-size: 13px;
}

.gift_wrap_checkbox_mobile {
	margin-bottom: 0;
}

.gift_wrap_checkbox2_mobile {
	margin-bottom: 20px;
	padding-left: 24px;
}

.gift_wrap_checkbox2_mobile label {
	font-size: 13px;
}

.gift_wrap_checkbox input {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.gift_wrap_checkbox label {
	display: inline-block;
	padding-left: 0px;
}

.gift_wrap_selection_option {
	float: left;
	width: 50%;
}

.gift_wrap_selection {
	padding-bottom: 40px;
}

.gift_wrap_selection label {
	display: inline-block;
	padding-right: 4px;
}

.gift_wrap_selection_title {
	margin-bottom: 10px;
}

.gift_wrap_selection_title>* {
	font-size: 15px;
	font-weight: 600;
}

.proceed_to_checkout_button a.button_primary {
	background: #97D700 !important;
	border-radius: 0;
	border: none;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: left;
	width: 100%;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}

.proceed_to_checkout_button a.button_primary:hover {
	background: #97D700 !important;
}

.proceed_to_checkout_button a#cartBack,.proceed_to_checkout_button a#cartNext {
	background: #0092BC !important;
	border-radius: 0;
	border: none;
	color: #fff;
	height: 30px;
	line-height: 30px;
	width: auto !important;
	margin: 0 4px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}

.proceed_to_checkout_button a#cartBack:hover,.proceed_to_checkout_button a#cartNext:hover {
	background: #97D700 !important;
}

.proceed_to_checkout_button a.button_primary .button_text {
	border-radius: 0;
	border: none;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}

.proceed_to_checkout_button_bottom {
	padding-top: 30px;
	clear: both;
	margin-bottom: 0;
	padding-bottom: 0;
}

#container_OrderItemDisplay .cart_recommendations {
	margin-top: 40px;
}

#box .body,#box_1 .body {
	padding-bottom: 0;
	margin-bottom: 40px;
	border-bottom: none;
}

#total_breakdown .estimated_order_total {
	border-top-color: #fff;
	box-shadow: 0 1px 0 #fff, 0 -1px 0 #E9E9E9;
}

#customers_new_or_returning {
	border: none;
	padding-top: 0;
	padding-top: 40px;
	margin: 0;
}

#customers_new_or_returning h2 {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 18px;
	color: #4d4d4d;
}

#customers_new_or_returning p {
	line-height: 100%;
	margin-bottom: 10px;
	font-size: 15px;
}

#registered_user_top_checkout {
	margin-top: 30px;
	text-align: center;
	display: none;
}

#shopcartCheckoutButton .button_primary,#registered_user_top_checkout .button_primary {
	background: #ED8B00 !important;
	height: 30px;
	border: none !important;
	border-radius: 0 !important;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}

#shopcartCheckoutButton .button_primary:hover,#registered_user_top_checkout .button_primary:hover {
	background: #97D700 !important
}

#shopcartCheckoutButton .button_primary .button_text,#registered_user_top_checkout .button_primary .button_text
	{
	height: 30px;
	margin-right: 0;
	line-height: 30px;
	font-size: 15px;
	text-transform: uppercase;
	border: none;
	color: #fff;
	font-weight: 400;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
}

#customers_new_or_returning .button_primary {
	background: #ED8B00 !important;
	height: 30px;
	border: none !important;
	border-radius: 0 !important;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}

#customers_new_or_returning .button_primary:hover {
	background: #97D700 !important
}

#customers_new_or_returning .button_primary .button_text {
	height: 30px;
	margin-right: 0;
	line-height: 30px;
	font-size: 15px;
	text-transform: uppercase;
	border: none;
	color: #fff;
	font-weight: 400;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
}

#customers_new_or_returning .returning {
	padding-top: 0;
}

#customers_new_or_returning .new {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 200px;
}

.carousel.background-true {
	background: transparent;
}

#total_breakdown {
	/*padding-left: 40px;*/
}

#total_breakdown * {
	font-size: 15px !important;
}

#total_breakdown .promotion_button {
	height: 30px;
	line-height: 35px;
	vertical-align: bottom;
	padding-bottom: 20px;
	border: solid;
	border-color: #E9E9E9;
	border-width: 0 0 1px 0;
	box-shadow: 0 1px 0 #fff;
}

#total_breakdown #promotions {
	border-width: 1px 0 0;
	margin-top: 20px;
	padding-top: 10px;
	border-color: #fff;
	box-shadow: 0 -1px 0 #E9E9E9;
}

#total_breakdown .promotion_input input {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	vertical-align: baseline;
	margin-top: -4px;
	text-align: center;
}

#total_breakdown .promotion_button a.button_primary {
	background: #0092BC !important;
	border-radius: 0;
	border: none;
	color: #fff;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}


#total_breakdown .promotion_button a.button_primary:hover {
	background: #97D700 !important;
}

#total_breakdown .promotion_button a.button_primary .button_text {
	border-radius: 0;
	border: none;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}

#total_breakdown .promotion_code {
	height: 30px;
	line-height: 35px;
	vertical-align: bottom;
}

.listTable {
	border-radius: 0;
}

#customers_new_or_returning input {
	line-height: 30px;
	height: 30px;
	padding: 0 20px;
}

.withPreviewImage .dropdown_primary {
	height: 30px;
	line-height: 30px;
}

.dropdown_primary>.button>.content {
	background: #0092BC !important;
	height: 30px !important;
	line-height: 30px !important;
	color: #fff !important;
	font-size: 15px !important;
	text-transform: uppercase;
	padding: 0 20px !important;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}

.dropdown_primary>.button>.content:hover {
	background: #97D700 !important;
}

.dropdown_primary>.button>.left_border,.dropdown_primary>.button>.right_border {
	display: none !important;
}

.dropdown_primary>.button:hover>.content {
	background: #97D700 !important;
}

.order_link {
	text-transform: uppercase;
	color: #0092BC;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
}

.order_link:hover {
	color: #97D700
}

.shopcart_fullView .cart_remove_item {
	text-transform: uppercase;
	color: #0092BC;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	margin-top: 10px;
}

.shopcart_fullView .cart_remove_item:before {
	content: "X";
	color: #0092BC;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	margin-right: 5px;
}

.shopcart_fullView .cart_remove_item img {
	display: none;
}

.shopcart_fullView .cart_remove_item:hover,.shopcart_fullView .cart_remove_item:hover:before {
	color: #97D700;
}

.shopcart_fullView .price {
	font-size: 15px;
	color: #4d4d4d;
	white-space: nowrap !important;
}

.shopcart_fullView * {
	border-radius: 0 !important;
	line-height: 100%;
}

.arrival {
	min-width: 100%;
	clear: both;
	max-width: 100%;
}

/* .listTable .tableHeader{

  padding: 0 20px !important;
}
 */
.wish_order_list {
	padding: 10px;
}

.shopcart_fullView .dropdown_list {
	top: 33px;
}

.wish_order_list>.message {
	padding: 0 !important;
	margin-bottom: 10px;
}

/*.shopcart_fullView .created_list {
	background: #ED8B00 !important;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 10px;
	margin: 0;
	font-size: 15px;
	color: #fff;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}*/
.shopcart_fullView .created_list{
	background: url('../images/colors/color1/widget_quick_info_popup/plus_icon.png') no-repeat scroll 10px 50% transparent;
	color: #515151;
	cursor: pointer;
	display:block;
	font-size: 11px;
	line-height: 11px;
	overflow:hidden;
	padding-left: 24px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.shopcart_fullView .created_list:hover {
	background: #97D700 !important;
}

#WC_CheckoutLogonf_div_9 {
	text-align: right;
}

.shop_cart_continue_button {
	margin-right: 10px;
	margin-top: 30px;
	display: inline-block;
}

#shopcartCheckoutButton {
	display: inline-block;
}
/* Shoppin cart mobile */
.shopcart_mobileView {
	padding: 0;
}

.mobileProductRow {
	margin-bottom: 2% !important;
}

.shopcart_mobileView .mobileView_collapsedView_row {
	min-height: 40px;
	line-height: 40px;
	background: #97D700 !important;
	color: #fff;
	border: none;
	box-shadow: none;
	text-transform: uppercase;
	white-space: nowrap;
	margin: 1px 0 0;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-khtml-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.shopcart_mobileView .mobileView_collapsedView_row:hover {
	background-color: #b1ec26 !important;
}

.shopcart_mobileView .top_orderItemMobile_row {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
}

.mobileTable {
	background: #fff;
	margin-bottom: 20px;
}

.mobileTable:last-of-type {
	margin-bottom: 0;
}

.shopcart_mobileView .orderItemMobile_leftCol {
	margin-top: 20px;
	padding-left: 20px
}

.shopcart_mobileView .orderItemMobile_rightCol {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.shopcart_mobileView .top_orderItemMobile_row:last-of-type {
	margin-bottom: 0;
}

.shopcart_mobileView .mobileView_collapsedView_listName {
	width: 100%;
}

.shopcart_mobileView .price {
	display: block;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	font-size: 15px;
}

.shopcart_mobileView .giftwraprice {
	margin-top: 5px !important;
	margin-bottom: 30px !important;
}

.shopcart_mobileView .cart_remove_container a {
	height: 30px !important;
	line-height: 32px !important;
	color: #fff !important;
	text-transform: uppercase;
	border: none !important;
	background: #0092BC !important;
	font-size: 12px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-khtml-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.shopcart_mobileView .cart_remove_container a:hover {
	background: #97D700 !important;
}

.shopcart_mobileView .cart_remove_container,.shopcart_mobileView .cart_wishlist_container {
	width: auto !important;
	padding-right: 10px;
	margin-bottom: 20px;
}

#total_breakdown table td {
	white-space: nowrap;
}

.estimated_shipping_mobile {
	display: none;
}

/* Empty Cart */
#box.shopping_cart_box {
	min-height: 0;
}

#WC_EmptyShopCartDisplayf_div_1 {
	min-height: 0;
	padding: 30px 0;
}

#WC_EmptyShopCartDisplayf_div_1:after {
	clear: both;
}

/*Check out Address Page */
#box.checkout_address_page {
	padding: 0 30px;
}

div#box .unregisteredCheckout_container {
	padding: 0;
}

.checkout_address_page div.col1_container {
	border: solid !important;
	border-width: 0 1px 0 0 !important;;
	border-color: #E9E9E9 !important;
	box-shadow: 1px 0 0 #fff;
	margin-bottom: 40px;
}

.checkout_address_page a.button_primary {
	background: #0092BC !important;
	border-radius: 0 !important;;
	border: none !important;;
	color: #fff !important;;
	height: 30px !important;;
	line-height: 30px !important;;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}

.checkout_address_page a.button_primary:hover {
	background: #97D700 !important;
}

.checkout_address_page a.button_primary .button_text {
	border-radius: 0 !important;
	border: none !important;
	color: #fff !important;
	height: 30px !important;
	line-height: 30px !important;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3) !important;;
	text-transform: uppercase !important;
	font-size: 15px;
}

.checkout_address_page a.button_secondary {
	background: #0092BC !important;
	border-radius: 0 !important;;
	border: none !important;;
	color: #fff !important;;
	height: 30px !important;;
	line-height: 30px !important;;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}

.checkout_address_page a.button_secondary:hover {
	background: #97D700 !important;
}

.checkout_address_page a.button_secondary .button_text {
	border-radius: 0 !important;
	border: none !important;
	color: #fff !important;
	height: 30px !important;
	line-height: 30px !important;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3) !important;;
	text-transform: uppercase !important;
	font-size: 15px;
}

.checkout_address_page .unregisteredCheckout_container {
	padding: 0 30px;
	border: none !important;
}

.checkout_address_page .unregisteredCheckout_container .pageTitle {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 24px
}

.checkout_address_page #unregistered_form h2 {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
}

.checkout_address_page #unregistered_form select,.checkout_address_page #unregistered_form input[type="text"],.checkout_address_page #unregistered_form input[type="tel"]
	{
	height: 30px;
	line-height: 30px;
	width: 247px;
	margin-bottom: 20px;
	display: block;
}

.checkout_address_page #unregistered_form .label_spacer {
	margin-bottom: 10px;
}

.checkout_address_page #unregistered_form .col2_ship {
	border: none !important;
	margin-bottom: 20px;
}

.checkout_address_page #unregistered_form .col3_info {
	float: left;
}

.col3_info {
	
}

.checkout_next_message {
	display: inline-block;
	margin-left: 20px;
}

.back_next {
	clear: both;
	border: solid;
	border-color: #fff;
	box-shadow: 0 -1px 0 #e5e5e5;
	border-width: 1px 0 0 0;
	padding-top: 20px;
	text-align: left;
}

.checkout_address_page #unregistered_form .col1_bill {
	border: none !important;
}

.checkout_address_page .denote_required_field {
	padding: 0;
}

.checkout_address_page

 

.col1_container
,
.checkout_address_page

  

.col2_container




.checkout_address_page

  

.col3_container
,
{
margin-top


:

 

20
px


;
}
.col3_info {
	margin-top: 30px;
}

.col3_container p {
	margin-bottom: 20px;
}

.unregistered_form:after {
	content: "";
	clear: both;
	display: block;
}

.multiple_addressses_shipping {
	margin-bottom: 20px;
}

/* Dojo Digit ToolTip */
.dijitTooltipContainer {
	border: 2px solid #005EB8;
	box-shadow: 4px 4px 6px #ccc;
	background-color: #fff;
}

.dijitTooltipContents {
	padding: 15px;
}

.dijitTooltipLeft .dijitTooltipConnector {
	background: url("../images/tooltiprightarrow.png") no-repeat top left;
	height: 26px;
	width: 15px;
}

.dijitTooltipRight .dijitTooltipConnector {
	background: url("../images/tooltipleftarrow.png") no-repeat top left;
	height: 26px;
	width: 15px;
}

.gift_wrap_information_popUp p {
	margin-bottom: 15px;
}

#discountDetailsSection .info_icon,#shippingDetailsSection .info_icon {
	color: #4d4d4d;
	cursor: pointer;
}

div.widget_site_popup .header {
	font-size: 13px !important;
	font-weight: bold;
	background: transparent !important;
	padding: 0 0 10px 0 !important;
}

div.widget_site_popup .header * {
	text-transform: uppercase !important;
	font-size: 13px !important;
}

div.widget_site_popup .arrival_title_popUp {
	border: solid;
	border-width: 0 0 1px 0;
	border-color: #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

div.widget_site_popup .arrival_information_popUp {
	font-weight: 400;
	font-size: 13px;
}

div.widget_site_popup .arrival_information_popUp p {
	margin-bottom: 10px;
}

#discountDetailsSection .info_icon:before,#shippingDetailsSection .info_icon:before,.giftWrap_info_icon:before
	{
	content: "i";
	display: inline-block;
	border: solid;
	border-color: #0092BC;
	border-width: 2px;
	border-radius: 50%;
	color: #0092BC;
	cursor: pointer;
	width: 18px;
	height: 18px;
	text-align: center;
	font-family: arial;
	font-weight: 900;
	font-size: 13px;
	line-height: 14px;
	margin-right: 4px;
}

#discountDetailsSection .info_icon:hover:before,#shippingDetailsSection .info_icon:hover:before,.giftWrap_info_icon:hover:before
	{
	border-color: #97D700;
	color: #97D700;
}

.gift_wrap_information_popUp p {
	font-size: 13px;
}

.gift_wrap_checkbox {
	white-space: nowrap;
}

/* Mobile Log In */
.proceed_to_checkout_button {
	margin: 0 20px;
}

.proceed_to_checkout_button>.mobileView_collapsedView_listName {
	width: 100%;
}

.proceed_to_checkout_button>.mobileView_collapsedView_listName>a {
	color: #fff !important;
	text-transform: uppercase;
	padding-left: 20px;
}

.proceed_to_checkout_button>.mobileView_collapsedView_listName>a:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-image: url("../images/arrowWhiteLeft.png");
	position: absolute;
	top: 0;
	right: 6px;
	background-position: center center;
	background-repeat: no-repeat;
}

.mobileView_collapsedView_listName a:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-image: url("../images/arrowWhiteLeft.png");
	position: relative;
	float: right;
	background-position: 8px center;
	background-repeat: no-repeat;
}

.proceed_to_checkout_button>.mobileView_collapsedView_listName>a.expanded:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-image: url("../images/arrowWhiteDown.png");
	position: absolute;
	top: 0;
	right: 6px;
	background-position: center center;
	background-repeat: no-repeat;
}

.mobileView_collapsedView_listName a.expanded:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-image: url("../images/arrowWhiteDown.png");
	position: relative;
	float: right;
	background-position: 8px center;
	background-repeat: no-repeat;
}

.mobileView_collapsedView_listName a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 20px;
}

.mobile_login {
	display: none;
}

.mobile_login  #customers_new_or_returning {
	background: #fff;
	text-align: center;
	padding: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.mobile_login  #customers_new_or_returning * {
	text-align: center !important;
}

.mobile_login .cart_password {
	padding-left: 0;
	margin-bottom: 20px;
	margin-top: 10px
}

.mobile_login .cart_userName {
	padding-right: 0;
	margin-bottom: 20px;
	margin-top: 10px;
}

.mobile_login #customers_new_or_returning .new {
	min-height: 0;
	margin-bottom: 20px;
}

.mobile_login #customers_new_or_returning .returning {
	padding-top: 20px;
}

.cart_userName label,.cart_password label {
	padding-bottom: 10px;
}

/* Address Section */
div.content_wrapper { /* this should be row */
	background: transparent !important;
}

.content_wrapper:after {
	clear: both;
	display: block;
	content: " ";
}

div.content_wrapper>div.content_left_shadow {
	margin: 0;
	padding: 0;
}

div.content_right_shadow,div.content_left_shadow {
	margin: 0 !important;
	padding: 0 !important;
}

.rowContainer > div.main_content {
	background: transparent !important;
	width: 100%;
	max-width: 1920px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	margin:auto;
}

#unregistered_form label {
	vertical-align: top;
	padding-top: 2px;
}

#unregistered_form input {
	width: 20px;
	height: 20px;
	line-height: 30px;
	font-size: 15px;
	margin-bottom: 20px;
}

#unregistered_form .col1_bill {
	border: solid;
	border-width: 0 1px 0 0;
	border-color: #e5e5e5;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

#unregistered_form .col2_ship {
	padding: 0;
	margin: 0;
	border: solid;
	border-width: 0 1px 0 0;
	border-color: #e5e5e5;
	margin-top: 20px;
}

.registrationPage #unregistered_form br {
	display: none !important;
}

.registrationPage .denote_required_field {
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 20px;
}

.registrationPage .col1_bill>h2,.registrationPage .col2_ship>h2 {
	text-transform: uppercase;
	font-size: 15px;
	color: #4d4d4d;
	padding-bottom: 20px;
}

.registrationPage .birthdayColumn {
	display: inline-block;
}

.registrationPage .birthdayColumn select {
	width: 80px;
	padding: 0;
}

.registrationPage .birthday_content {
	display: inline-block;
}

.registrationPage input {
	border-radius: 0 !important;
}

.registrationPage #Register .provideInfo {
	font-weight: 400;
	display: block;
}

.registrationPage #Register .provideInfo+br {
	display: none;
}

.register_city+br {
	display: none;
}

.registrationPage .birthday_label {
	margin-bottom: 10px;
}

.registrationPage .checkboxLabel {
	left: 35px;
	top: 5px;
}

.birthday_label+br {
	display: none;
}

.back_next_buttons {
	clear: both;
	border: solid;
	border-width: 1px 0 0 0;
	border-color: #fff;
	box-shadow: 0px -1px 0 0 #e5e5e5;
	padding-top: 30px;
	margin-bottom: 10px;
}

.unregisteredCheckbox {
	width: calc(100% -     50px);
	display: inline-block;
	vertical-align: top;
}

/* Shipping and Billing Page */
.shipping_header {
	padding: 0 30px;
	margin-bottom: 0px;
	margin-top: 40px;
}

.shipping_header:after {
	content: "";
	display: block;
	clear: both;
}

.billing_header:after {
	content: "";
	display: block;
	clear: both;
}

.checkout_subheader {
	border: none !important;
	padding: 0 30px;
	margin-bottom: 0px;
	margin-top: 0;
	background: transparent !important;
}

#box .checkout_subheader .content_text {
	font-size: 15px;
}

#box .checkout_link_underline {
    margin: 9px 20px;
    color: #0092BC;
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
}

#shipping {
	width: 100%;
	padding: 0 30px;
}

#shipping .shipping_method_content {
	margin-bottom: 20px;
}

#shipping select {
	font-size: 15px;
	height: 30px;
	margin-bottom: 20px;
	padding-left: 10px;
	width: 247px;
}

.title label {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 13px;
	color: #4d4d4d;
	font-weight: 600;
}

.billing_method .title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	color: #4d4d4d;
}

.shipping_method_content .checkbox {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.shipping_method_content span.checkbox {
	margin-bottom: 20px;
	display: block;
	width: 100%;
}

.editAddressLink {
	text-transform: uppercase;
	font-weight: 600;
	margin: 30px 0 20px 0;
	color: #0092BC;
}

.editAddressLink:hover {
	color: #97D700 !important;
}

.newShippingAddressButton {
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 20px 0;
	color: #0092BC;
}

.newShippingAddressButton:hover {
	color: #97D700 !important;
}

.checkout_billing_section {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 30px;
}

.checkout_billing_section:after {
	content: "";
	display: block;
	clear: both;
}

.checkout_billing_section .billing_header {
	
}

.left_drop_down_shipment {
	border: solid;
	border-width: 0 0 1px 0;
	border-color: #E9E9E9;
	box-shadow: 0 1px 0 0 #fff;
	margin-bottom: 10px;
}

.checkout_subheader {
	padding: 0;
}

.drop_down_billing {
	height: 30px;
	font-size: 15px;
	padding-left: 10px;
	display: inline-block;
	width: 247px;
	margin-bottom: 20px;
}

.checkout_footer_section .back_next {
	margin: 0 30px;
	float: none;
	padding-top: 30px;
	padding-bottom: 30px;
}

.checkout_privacy_section {
	padding: 0 30px;
}

.checkout_privacy_section b {
	text-transform: uppercase;
	font-size: 13px;
}

.checkout_privacy_section a {
	color: #0092BC !important;
	font-size: 13px;
	padding-left: 10px;
}

.checkout_privacy_section a:hover {
	color: #97D700 !important;
}

.checkout_privacy_section p {
	font-size: 13px;
}

.checkout_footer_section a.button_primary,.checkout_footer_section a.button_secondary {
	background: #0092BC !important;
	border-radius: 0;
	border: none;
	color: #fff;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}

.checkout_footer_section a.button_primary:hover,.checkout_footer_section a.button_secondary:hover {
	background: #97D700 !important;
}

.checkout_footer_section a.button_primary .button_text,.checkout_footer_section a.button_secondary .button_text
	{
	border-radius: 0;
	border: none;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	font-size: 15px;
}

.shopcart_mobileView .orderItemMobile_row {
	padding-top: 0;
	margin-bottom: 2%;
}

.multiple_single_shipping_container {
	width: 100%;
}

.multiple_single_shipping_container .checkout_subheader {
	margin: 0 30px 0 30px;
	padding: 20px 0;
	border: solid !important;
	border-width: 0 0 1px 0 !important;
	border-top-color: #fff !important;
	border-bottom-color: #fff !important;
	box-shadow: 0 -1px 0 #E9E9E9 inset !important;
}

.multiple_single_shipping_container .checkout_subheader a.button_primary {
	background: #ED8B00 !important;
	border-radius: 0;
	border: none;
	color: #fff;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}

.multiple_single_shipping_container .checkout_subheader a.button_primary:hover {
	background: #97D700 !important;
}

.multiple_single_shipping_container .checkout_subheader a.button_primary .button_text {
	border-radius: 0;
	border: none;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	font-size: 15px;
	white-space: nowrap;
}

.left_drop_down_shipment {
	margin-top: 20px;
}

.checkout_privacy_section {
	margin-bottom: 30px;
}

#shipping .shipping_address,#shipping .shipping_method {
	padding-top: 21px;
}

.billing_address_container {
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
}

.card_info .col1 span input {
	font-size: 15px;
	height: 30px;
	display: block;
	width: 247px !important;
}

.card_info .col1 {
	width: 100%;
	float: none;
}

.card_info span {
	display: block;
	float: none;
	width: 100% !important;
}

.card_info .required-field {
	display: inline-block !important;
	width: auto !important;
	padding-right: 5px;
}

.date span {
	display: inline-block !important;
	width: auto !important;
	padding-right: 10px;
}

.card_info input {
	margin-bottom: 20px;
	height: 30px;
	padding: 0 10px;
}

.card_info select {
	margin-bottom: 20px;
	height: 30px;
	padding: 0 10px;
	margin-left: 10px;
	white-space: nowrap;
}

.card_info .visaCVV2 {
	display: inline-block;
	width: auto !important;
	margin-left: 10px;
	height: 30px;
	line-height: 30px;
}

.marginBottomNeg20 {
	margin-bottom: -20px;
}

.paddingTop15 {
	padding-top: 15px !important;
}

#StandardVisa_CVVDetails_1,#StandardMasterCard_CVVDetails_1 {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: sub;
}

.card_info .visaCVV2 span {
	display: inline-block;
	width: auto !important;
}

.billing_address p,.shipping_address_content p {
	margin-bottom: 10px;
}

.shippingSlipMessage label {
	vertical-align: bottom !important;
}

.shippingSlipMessage textarea {
	height: 180px !important;
	width: 100% !important;
}

.shippingSlipMessage textarea:focus {
	border-color: #005EB8 !important;
	border: solid;
	border-width: 1px;
}

#shipping .cart_special_offer {
	display: none;
}

#shipping #promotions {
	display: none;
}

.shipping_fyi {
	display: none;
	text-align: left;
}

.shipping_fyi_title {
	font-weight: bold;
	padding-bottom: 10px;
}

#shipping .shipping_fyi p {
	margin-bottom: 8px;
}

#shipping .shipping_fyi {
	display: block;
	clear: both;
	border: solid;
	border-width: 1px 0 0 0;
	border-color: #fff;
	box-shadow: 0 -1px 0 #E9E9E9;
	padding: 20px 0 0 0;
	margin-top: 30px;
}

#shipping .arrival {
	display: none;
}

.shipping_address   . label {
	margin-bottom: 21px;
}

.shipping_address_content>p {
	margin-bottom: 0;
}

.shipping_billing_steps {
	margin-top: 40px;
}

.shipping_info_icon {
	display: inline-block;
	margin-top: -32px;
	margin-left: 170px;
	display: none;
}

#single_shipping_info_popup {
	margin-top: -35px;
	margin-left: 175px;
}

.shipping_info_icon:after {
	content: "i";
	display: inline-block;
	border: solid;
	border-color: #0092BC;
	border-width: 2px;
	border-radius: 50%;
	color: #0092BC;
	cursor: pointer;
	width: 18px;
	height: 18px;
	text-align: center;
	font-family: arial;
	font-weight: 900;
	font-size: 13px;
	line-height: 14px;
	margin-right: 4px;
}

.shipping_info_icon:hover:after {
	border-color: #97D700;
	color: #97D700;
}

.shipping_textarea {
	margin-top: -30px;
}

.shipping_textarea textarea {
	width: 100%;
	height: 200px;
}

textarea:focus {
	border-color: #005EB8 !important;
	border-width: 1px !important;
	border: solid;
}

#box .header_element_align {
	margin: 9px 20px;
}

.billing_info_icon {
	margin-top: -22px;
	margin-left: 160px;
	display: none;
}

.billing_info_icon:after {
	content: "i";
	display: inline-block;
	border: solid;
	border-color: #0092BC;
	border-width: 2px;
	border-radius: 50%;
	color: #0092BC;
	cursor: pointer;
	width: 18px;
	height: 18px;
	text-align: center;
	font-family: arial;
	font-weight: 900;
	font-size: 13px;
	line-height: 14px;
	margin-right: 4px;
}

.billing_info_icon:hover:after {
	border-color: #97D700;
	color: #97D700;
}

/* Multiple Shippments */
.left {
	float: left;
}

.MS_table_container {
	margin: 0;
}

.MS_container {
	border: solid;
	border-width: 1px;
	border-color: #E9E9E9;
	background-color: #fff;
	margin-bottom: 20px;
	margin-top: 30px;
	width: 100%;
}

.MS_container:after {
	content: "";
	display: block;
	clear: both;
}

.MS_table_container:after,.MS_table_container  .MS_table_header:after,.MS_table_container  .MS_table_body:after,.MS_table_container  .MS_table_body .MS_table_row:after
	{
	content: "";
	display: block;
	clear: both;
}

.MS_table_container .MS_table_header {
	background-color: #97D700;
	float: left;
}

.MS_table_container .MS_table_header .MS_table_header_cell {
	padding: 0 10px;
	text-transform: uppercase;
	color: #fff;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.MS_table_container .MS_table_body {
	
}

.MS_table_container .MS_table_body .MS_table_body_row {
	margin: 0px 0 20px 0;
	padding: 30px 0 0 0;
}

.MS_table_container .MS_table_body .MS_table_body_cell {
	padding: 0 10px;
}

.shipping_billing_img_padding {
	overflow-x: hidden;
}

#shipping .MS_table_container .MS_table_body_product .img img {
	width: 60%;
	display: block;
	margin: 0 auto 30px auto;
}

#shipping .MS_table_container select {
	width: 100%;
	white-space: nowrap;
}

#shipping .drop {
	display: none !important;
}

.MS_table_body_product .cart_product_name {
	margin-bottom: 20px;
}

.MS_table_container .cart_remove_item {
	margin-top: 20px;
}

.MS_table_container p {
	margin-bottom: 10px;
}

.MS_table_container .checkbox {
	width: 20px;
	height: 20px;
}

.MS_table_container .MS_right_column .MS_table_body .MS_table_body_row {
	padding: 8px 0 0 0;
}

.MS_table_container .MS_right_column .shipping_method_MS_shipping_info_page select {
	margin-top: 0;
	display: block
}

.MS_table_container .MS_table_header .MS_table_header_product,.MS_table_container .MS_table_body .MS_table_body_product
	{
	padding-left: 20px;
}

.MS_table_container .MS_table_header .MS_table_header_shippingMethod,.MS_table_container .MS_table_body .MS_table_body_shippingMethod
	{
	padding-right: 20px;
}

.MS_table_container .MS_table_body .MS_table_body_shippingMethod .checkbox label {
	display: block;
	line-height: 140%;
	margin-left: 30px;
	margin-top: -20px;
}

.MS_mobile_shipping {
	padding: 30px 20px 30px 20px;
	border: solid;
	border-width: 1px 0 0 0;
	border-color: #e9e9e9;
	margin-top: 10px;
}

.MS_mobile_shipping .checkbox {
	height: 20px;
	width: 20px;
}

.MS_mobile_shipping .MS_table_header_cell {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}
.shippingMethodOrderSummaryMobile {
	font-weight: 14px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 700 !important;
}
.shippingTitleOrderSummaryMobile {
	font-size: 18px;
	margin-top:3px;
	margin-bottom: 5px;
	font-weight: 700 !important;
	text-transform: uppercase;
}

#box {
	min-height: 0 !important;
}

.billing_fyi {
	padding-left: 40px;
	margin-top: 11px;
}

.billing_method {
	padding-left: 20px;
}

label[for="numberOfPaymentMethods"] {
	display: inline-block;
	padding-right: 20px;
}

/* edit address page */
#editAddressContents {
	padding: 0 30px;
}

#editAddressContents:after {
	content: "";
	display: block;
	clear: both;
}

#centered_single_column_form {
	width: 100%;
}

#WC_ShopcartAddressFormDisplay_div_6 {
	margin-bottom: 20px;
}

#editAddressContents h1 {
	font-size: 30px;
	color: #4d4d4d;
	text-transform: uppercase;
	padding-bottom: 0;
	padding-top: 0px;
}

#editAddressContents input,#editAddressContents select {
	height: 30px;
	width: 247px;
	line-height: 30px;
	padding-left: 10px;
	display: block;
	margin-bottom: 20px;
}

#editAddressContents input[type="checkbox"] {
	height: 20px;
	width: 20px;
	display: inline-block;
}

span.checkbox .text {
	display: block;
	/*margin-top: -8px;*/
	margin-top:-2em;
	margin-left: 30px;
}

#editAddressContents .label_spacer {
	margin-bottom: 10px;
}

#editAddressContents a.button_primary,#editAddressContents a.button_secondary {
	background: #0092BC !important;
	border-radius: 0;
	border: none;
	color: #fff;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}

#editAddressContents a.button_primary:hover,#editAddressContents a.button_secondary:hover {
	background: #97D700 !important;
}

#editAddressContents a.button_primary .button_text,#editAddressContents a.button_secondary .button_text
	{
	border-radius: 0;
	border: none;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	font-size: 15px;
}
#editAddressContents a.confirm_address_link {
    color: #0092BC;
	font-size: 15px;
	font-weight: 200;
}

#editAddressContents a.confirm_address_link:hover {
    color: #97D700;

}

.sixpixels {
	display: none !important;
}

#centered_single_column_form_footer {
	padding: 0;
	margin-bottom: 30px;
}

.printPad {
	padding-left: 20px;
	padding-right: 10px;
}

.hideGiftCard .giftCard {
	display: none;
}

.giftcard_error {
	color: #CA4200;
}

.giftCard_align {
	padding-left: 6%;
	margin-right: 3%;
}

@media (max-width: 803px) {
	.giftCard_align {
		padding-left: 3%;
	}
	.htsGiftCardInformationFootnoteContent{
		padding-left: 3% !important;
	}
}
.htsGiftCardInformationFootnoteContent{
		padding-left: 6%;
}
.giftcard_link {
	color: #006ECC;
}

.captchaDisplay iframe {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 800px;
}

.goog-bubble-content iframe {
	display: block;
}

/*  Billing page */


.gcborder {
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 1px;
	margin: 0px 100px 30px 50px;
	width: 90%;
}
/*.payContent {
	margin: -450px 100px 30px 50px;
}*/

/* My Account Main Page */
.row.myAccountInformationSections {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
}

#order_details_table {
	margin-bottom: 20px;
}

#order_details_table p {
	
}

.account_title {
	padding: 0 30px;
}

#box .my_account .body {
	padding: 0;
	margin: 0;
}

#content .collapsible,.categoryNavWidget.collapsible,.linkWidget.collapsible {
	padding: 0;
}

.my_account .content {
	border: none;
	padding: 0;
}

.row.myAccountInformationSections {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
}

.my_account .info {
	padding: 0;
}

div.info_table {
	border: none;
}

div.info_table div.row {
	height: 40px;
	border-color: #fff;
}



div.info_table div.row div.label {
	border-right: 1px solid #fff;
	background-color: #e0e0e0!important;
	padding-left: 10px;
	height: 39px !important;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	width: 130px;
}

div.info_table div.row div.info_content {
	height: 39px;
	padding: 0 10px;
	background-color: #f0f0f0;
	line-height: 41px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}

div.tax_info_table {
	border: 1px solid #e5e5e5;
	float: right;
	margin-right: 100px;
	margin-top: -270px;
	padding: 20px;
	width: 500px;
}

.myAccountText {
	margin-top: 26px;
}

.edit_personal_info {
	float: right;
	margin-top: -22px;
	margin-bottom: 22px;
}

.edit_personal_info a {
	height: 28px;
	width: 28px;
	background-image: url("../../images/edit_icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	display: block;
	text-indent: -5000px;
}

.edit_personal_info a:hover {
	background-color: #ccc;
	border: none;
}

.edit_address_link a {
	height: 28px;
	width: 28px;
	background-image: url("../../images/edit_icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	display: block;
	text-indent: -5000px;
	margin-right: 10px;
	background-color: #fff;
}

.edit_address_link a:hover {
	background-color: #ccc;
}

.delete_address_link a {
	height: 28px;
	width: 28px;
	background-image: url("../../images/delete_icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	display: block;
	text-indent: -5000px;
	background-color: #fff;
}

.delete_address_link a:hover {
	background-color: #ccc;
	background-image: url("../../images/delete_icon_hover.png");
}

.myAccount_Privacy p {
	line-height: 150%;
	margin-bottom: 25px;
	font-size: 13px;
}

.myAccount_Privacy b {
	text-transform: uppercase;
	font-size: 13px;
}

.myAccount_Privacy a {
	color: #0092bc !important;
	padding-left: 10px;
	font-size: 13px;
}

.myAccount_Privacy a:hover {
	color: #97D700 !important;
}

.column_heading {
	text-transform: uppercase;
	color: #4d4d4d !important;
	font-size: 15px;
}

.add_new_address {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	background: #0092BC !important;
	padding: 0 20px;
	margin-top: -60px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}

.add_new_address:hover {
	background: #97D700 !important;
}

.info .add_new_address {
	margin-top: -30px;
}

.view_all_button a {
	color: #fff !important;
}

a.view_all_button {
	text-transform: uppercase;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	background: #0092BC !important;
	padding: 0 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	display: inline-block;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
	color:#fff;
}

a#GiftCardBalanceDisplayExt_option_button_link {
    color: white !important;
    /* margin-left: 20%; */
}

.view_all_button {
	background: #97D700 !important;
}

.address_table .shipping_column_1 {
	background-color: #f9f9f9;
	box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
}

.address_table .billing_column_1 {
	background-color: #f9f9f9;
	box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
}

.delete_address_link a:hover {
	border: none;
}

.delete_address_link a:hover {
	border: none;
}

.edit_address_link a:hover {
	border: none;
}

.my_account_giftCard_info input {
	height: 30px !important;
	width: 247px !important;
	padding-left: 10px !important;
	margin-right: 10px !important;
	border: solid !important;
	border-width: 1px !important;
	border-color: #ccc !important;
}

.my_account_giftCard_info input:focus {
	border-color: #005EB8 !important;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}

.my_account_giftCard_info .dijitTextBox {
	height: 30px !important;
	width: 247px !important;
	margin-right: 10px !important;
	border: none !important;
	overflow: visible !important;
	margin-bottom: 1rem;
}

.my_account_giftCard_info a {
	color: #fff;
}

.my_account .left_column,.my_account .right_column {
	margin-top: 15px
}

.my_account .column_heading {
	margin-bottom: 10px;
	display: inline-block;
}

.personal_information_message {
	padding-right: 40px;
}

.address_book_message {
	padding-right: 120px;
}

.orderStatus .listTable {
	border: none;
}

.orderStatus .listTable .entry {
	margin: 0;
	border-bottom: 1px solid #fff;
	height: 40px;
	background-color: #f0f0f0;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}

.orderStatus .listTable .entry span {
	line-height: 40px;
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.orderStatus .listTable .entry a {
	display: block;
	line-height: 40px;
	text-transform: uppercase;
	width: 100%;
	font-weight: 600;
	font-size: 13px;
	color: #0092BC !important;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 10px;
}

.orderStatus .listTable .entry a:hover {
	color: #97D700 !important;
}

.orderStatus .listTable .cell {
	padding: 0;
	padding-left: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.orderStatus .tableHeader {
	height: 40px;
	background-color: #e0e0e0;
	line-height: 40px;
	padding: 0 !important;
	border: solid;
	border-width: 0 0 1px 0;
	border-color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.orderStatus .tableHeader .cell {
	text-transform: uppercase;
	padding-left: 20px;
	font-size: 13px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.orderMobileHeader {
	height: 40px;
	line-height: 42px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	border: solid;
	border-width: 0 0 1px 0;
	border-color: #fff;
	padding-left: 10px;
	background-color: #e0e0e0;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.orderMobileCell {
	height: 40px;
	line-height: 40px;
	font-size: 15px !important;
	font-weight: 400;
	border: solid;
	border-width: 0 0 1px 0;
	border-color: #fff;
	padding-left: 10px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #f0f0f0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 10px;
}

.orderStatus .orderStatusSection,.orderStatus .orderTotal {
	margin: 0;
}

.mobileView_Entry .detailsButton a {
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	background: #0092BC !important;
	padding: 0 20px;
	margin-top: 20px;
	display: inline-block;
	color: #fff !important;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}

.mobileView_Entry .detailsButton a:hover {
	background: #97D700 !important;
}

.orderStatus .mobileView .mobileView_Entry {
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 30px;
}

.orderStatus .mobileView .mobileView_Entry:last-of-type {
	margin-bottom: 10px;
}

/*Update Personal Info */
.edit_personal_info_header {
	padding: 0 30px;
}

.edit_personal_info_form {
	padding: 0 30px;
}

.edit_personal_info_form input[type="text"],.edit_personal_info_form input[type="tel"],.edit_personal_info_form input[type="password"]
	{
	height: 30px;
	width: 247px;
	padding-left: 10px;
	font-size: 15px;
	border-radius: 0;
	margin-bottom: 20px !important;
}

.edit_personal_info_form select {
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px !important;
	padding: 0 10px;
	width: 247px;
	font-size: 15px;
	border-radius: 0;
}

.edit_personal_info_form  .column {
	width: 100%;
	min-width: 100%;
}

.myAccountMarginRight:after {
	content: "";
	display: block;
	clear: both;
}

#box.myAccountMarginRight {
	
}

.wishListTitle {
	border-bottom: 2px solid #C8C8C8;
	font-size: 16px;
	margin-top: 3%;
}

.form_2column {
	margin: -10px 0 0 0;
	padding: 0;
}

.edit_personal_info_form .checkboxField {
	margin-bottom: 30px;
}

.edit_personal_info_form {
	margin-bottom: 40px;
}

.edit_personal_info_button {
	background: #0092BC !important;
	border-radius: 0 !important;
	border: none !important;
	color: #fff !important;
	height: 40px !important;
	line-height: 40px !important;
	margin-right: 10px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-size: 18px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3) !important;
	padding: 0 20px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-khtml-transition: all 0.2s;
	transition: all 0.2s;
}

.edit_personal_info_button:hover {
	background-color: #97D700 !important;
}

/* Gift Card Balance Overlay */
#pageOverlay {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px;
	opacity: 0;
}

.hidePageOverLay {
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-khtml-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.showPageOverlay {
	z-index: 999999;
	opacity: 1 !important;
}

#closeOverLay {
	cursor: pointer;
}

.giftCardDisplay {
	background-color: #f8f9fb;
	padding: 20px;
	border-radius: 5px;
	max-width: 650px;
	margin: 4% auto;
}

.giftCardDisplay h1 {
	text-transform: uppercase;
	font-size: 24px;
	border: solid;
	border-width: 0 0 1px 0;
	border-color: #e0e0e0;
	box-shadow: 0 1px 0 #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-top: 0;
}

#closeOverLay {
	height: 28px;
	width: 28px;
	background-image: url("../../images/delete_icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	display: block;
	text-indent: -5000px;
	background-color: #fff;
	float: right;
}

#closeOverLay:hover {
	background-color: #ccc;
	background-image: url("../../images/delete_icon_hover.png");
	border: none;
}

.giftCard {
	max-width: 603px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.giftCard img {
	width: 100%;
}

.cardContent {
	margin-top: -58px;
	padding: 0 30px 8px 30px;
}

.giftCardNumber {
	display: inline-block;
	width: 68%;
	color: #fff;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.giftCardBalance {
	display: inline-block;
	width: 29%;
	text-align: right;
	color: #fff;
	font-size: 25px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cardBalanceMessage {
	text-align: center;
	margin-top: 20px;
}

/* Order History */
.myAccountOrderHistory {
	padding: 0 30px;
	margin-bottom: 40px;
}

.myAccountOrderHistory:after {
	content: "";
	display: block;
	clear: both;
}

.myAccountTableHeader {
	background-color: #97D700;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 21px;
	height: 40px;
	padding: 0 0 0 20px;
	line-height: 42px;
	font-weight: 400;
	border: none;
}

.myAccountTableHeader span.header {
	padding: 0;
	color: #fff;
	line-height: 42px;
	font-weight: 400;
	font-size: 21px;
	height: 40px;
	display: block;
}

/* Order Detail Page */
.orderDatailPage .myaccount_section_header.around_border {
	margin: 0;
	padding: 0;
	border: none;
	text-transform: uppercase;
	background-color: transparent;
	border: solid;
	border-width: 0 0 1px 0;
	border-color: #e9e9e9;
	box-shadow: 0 1px 0 #fff;
	padding-bottom: 35px;
	margin-bottom: 16px;
}

.orderDatailPage .my_account .header {
	font-size: 18px;
	display: block;
	color: #4d4d4d;
	font-weight: 600;
	padding: 0;
	margin: 0;
	line-height: 100%;
}

.orderDatailPage #orderSummary {
	margin: 0;
	padding: 0 0 10px;
	background-color: transparent;
	font-size: 15px;
}

.orderDatailPage .orderSummaryReport {
	margin: 20px 0 20px 0 !important;
	padding: 0;
	clear: both;
}

.orderDatailPage #totalLabel {
	background: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.orderDatailPage .my_account {
	padding: 0 30px;
	width: 100%;
}

.orderDatailPage .order_details_my_account {
	padding: 0;
}

.my_account_content_bold {
	font-size: 15px;
}

.orderStatusDetail .orderTotalSummary {
	margin-bottom: 20px;
	float: right;
	width: 100% !important;
}

.orderStatusDetail .orderTotalSummary p {
	text-align: right !important;
}

.orderStatusDetail .orderTotalSummary div {
	text-align: right !important;
}

.orderStatusDetail .orderTotalSummary:after {
	content: "";
	display: block;
	clear: both;
}

.orderSummaryReport .value {
	min-width: 120px;
	width: auto;
}

.order_details_privacy_policy {
	margin: 0 30px 40px 30px;
}

#orderSummaryContainer {
	margin: 0;
	padding: 0;
	border: none;
}

.small_title {
	font-weight: 600;
	font-size: 13px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.orderSummaryReport h2 {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.orderDatailPage .tableHeader {
	background: none repeat scroll 0 0 #97d700;
	height: 40px;
	line-height: 40px;
}

.orderDatailPage .tableHeader .cell {
	color: #fff;
	font-size: 15px;
	font-weight: 400 !important;
	height: 40px;
	line-height: 40px;
	padding: 0 5px 5px 0;
	text-transform: uppercase;
}

.listTable .entry {
	padding: 0;
	margin: 0;
	background-color: #fff
}

.listTable .footer,.listTableMobile .footer {
	width: 100%;
}

.order_detail_title {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
}

.order_details_my_account .tableThumbnail {
	padding-left: 20px;
	padding-right: 10px;
}

.order_details_my_account .cell {
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.order_details_my_account .withPreviewImage {
	padding: 0 20px;
}

.order_details_my_account .cell img {
	width: 100%;
}

.listTable .footer,.listTableMobile .footer {
	padding: 10px;
}

.orderStatusDetail .shipping {
	padding-right: 30px;
}

.order_detail_product_info {
	padding-right: 20px;
}

.order_detail_product_info .cell {
	white-space: normal !important;
}

/* Edit Address form */
.my_account_address_form .my_account {
	float: none
}

.my_account_address_form .form_2column .column {
	width: 100%
}

.my_account_address_form {
	padding: 0 30px;
}

.addrbook_header {
	padding: 0;
	display: block;
	margin: 0;
}

.my_account_address_form input[type="text"],.my_account_address_form input[type="tel"] {
	width: 247px;
	height: 33px;
	font-size: 15px;
	border-radius: 0;
	margin-bottom: 18px !important;
}

.my_account_address_form select {
	width: 247px;
	height: 30px;
	font-size: 15px;
	border-radius: 0;
	padding: 0;
	margin-bottom: 18px !important;
}

.my_account_address_form .checkboxField {
	margin-bottom: 18px;
}

.my_account_address_form legend {
	margin-bottom: 10px;
}

.my_account_address_form input[type="radio"] {
	margin-right: 5px;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 30px !important;
}

.my_account_address_form input[type="radio"]:first-of-type {
	margin-left: 0;
}

.my_account_address_form .button_footer_line {
	margin-bottom: 30px;
}

.address_book_page {
	padding: 0 30px;
}

.info .address_book_page {
	padding: 0px;
}

.address_book_item:after {
	content: "";
	display: block;
	clear: both;
}

.address_table .billing_column_1:after {
	content: "";
	display: block;
	clear: both;
}

.address_book_shipping_column,.address_book_billing_column {
	margin-bottom: 40px;
}

.address_book_billing_column {
	padding-right: 20px;
}

.address_book_item {
	background-color: #f9f9f9;
	box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin-bottom: 30px;
}

.address_book_item_heading {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	color: #4d4d4d;
	margin-bottom: 10px;
}

.address_book_page .info .add_new_address {
	margin-top: -30px
}

/*Product page additional adjustments */
.productPageMain .price {
	font-size: 24px;
}

.available>.sublist {
	padding-left: 0;
}

.warning span b {
	background-image: url("../images/warning.png");
	height: 15px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}

.productPageMain .mainProductDesctiption {
	/*margin-top: 8%;*/
	/*margin-right: 3.8%;*/
	/*padding-top: 20px;/
	border: none;
	border-color: #fff;
	border-width: 1px 0 0 0;
	width: calc(64% -     30px);
	margin-bottom: 60px;
	/* box-shadow: 0 -1px 0 #e5e5e5; */
	/*position: relative;
	margin-left: 0;
	float: right;
	padding-left: 0;*/
	width:100%;
}

.productPageMain .mainProductDesctiption .product_text {
	/* margin-left: 35%; */
	position: relative !important;
	/* width: calc(64% - 30px); */ */;
	box-shadow: 0 -1px 0 #e5e5e5;
}

.productPageMain .available .sublist .text {
	text-transform: uppercase;
	font-weight: 600;
}

.definingAttributes .attBorder {
	display: none !important;
}

.definingAttributes div[id ^="swatch_selection_"] {
	display: block;
	clear: both;
}

.old_price {
	display: inline-block;
	margin-right: 20px;
	text-decoration: line-through;
}

/* Image Zoon */
.widget_product_image_viewer .image_container>img {
	cursor: crosshair;
	cursor: -webkit-zoom-in;
}

.widget_product_image_viewer .image_container>img {
	
}

/* NEW SUMMARY PAGE */
.summaryPageMain {
	padding-left: 3.5%;
	margin-top: 3%;
	padding-right: 3.5%;
}

#content .summaryPageMain .collapsible>h3:before {
	content: "";
	background-image: url(../images/arrowWhiteDown.png);
	display: block;
	position: absolute;
	width: 50px;
	height: 40px;
	right: 0 !important;
	left: auto;
	background-position: center center;
	background-repeat: no-repeat;
	clip: auto !important;
	top: 0;
}

#content .summaryPageMain .collapsible[aria-expanded="false"]>h3:before {
	content: "";
	background-image: url(../images/arrowWhiteLeft.png);
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	right: 6px !important;
	left: auto;
	background-position: center center;
	background-repeat: no-repeat;
	clip: auto !important;
	top: 0;
}

.summaryPageMain #shipping {
	padding: 0 20px;
}

.summaryPageMain #order_details_table .withPreviewImage {
	margin: 20px 0 0 0;
	padding: 0;
}

.summaryPageMain .orderSummaryHeader {
	padding: 0;
	margin: 0 !important;
	border: none !important;
	height: 40px !important;
	line-height: 43px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}

.summaryPageMain .orderSummaryHeader .row .cell {
	background-color: #005EB8 !important;
	padding: 0;
	margin: 0 !important;
	border: none !important;
	height: 40px !important;
	line-height: 43px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	padding-left: 20px;
}

.summaryPageMain .orderSummaryHeader .row .cell span {
	font-size: 13px;
}

.summaryPageMain #box {
	padding-bottom: 0;
}

.summaryPageMain #order_details_table p {
	margin-bottom: 10px;
}

.summaryPageMain .billing_summary .title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}

.summaryPageMain .billing_summary br {
	display: none;
}

#billing_summary .billing_address,.billing_summary .billing_address {
	width: auto;
	padding: 0;
	font-size: 15px;
	border: solid;
	border-width: 0 1px 0 0;
	border-color: #f0f0f0;
	margin-right: 5%;
	padding-right: 5%;
	margin-bottom: 30px;
}

#billing_summary,.billing_summary,.billing_address,.billing_method,#billing_method {
	padding: 20px 0 0 0;
}

.summary_header {
	padding: 0 30px;
}

.summaryPageMain .listTable .cell {
	padding: 0 0 0 20px;
	height: 30px;
	line-height: 33px;
}

.summaryPageMain .listTable .cell span {
	font-size: 12px;
}

.summaryPageMain .listTable div[role="gridcell"] {
	padding: 0 0 30px 20px;
}

.summaryPageMain .listTable div.previewImage {
	padding: 0 20px 30px 40px;
}

.summaryPageMain .summaryProductName {
	text-transform: uppercase;
	font-size: 11px !important;
	margin-top: 20px;
}


.summaryPageMain #WC_CheckoutPaymentAndBillingAddressSummaryf_div_6 {
	padding: 0 20px;
	font-size: 15px;
}

.summaryPageMain #WC_CheckoutPaymentAndBillingAddressSummaryf_div_6 input {
	width: 20px;
	height: 20px;
}

.summaryGiftWrapped {
	margin-bottom: 20px;
}

.summaryMessageTitle {
	display: block;
	/*text-transform: uppercase;*/
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 600 !important;
}

.summaryPageMain #order_details_table .title {
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 800 !important;
	color: #4d4d4d;
}

.summaryPageMain .shopcart_mobileView .title {
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 600 !important;
	color: #4d4d4d !important;
	padding-bottom: 0 !important;
}

.summaryPageMain .shopcart_mobileView  .shipping_address_content {
	margin-bottom: 20px;
}

.summaryPageMain .shopcart_mobileView .shipping_method_summary {
	margin-bottom: 20px !important;
	padding: 0 !important;
}

.summaryPageMain #order_details_table .shipping_address_content {
	margin-bottom: 20px;
}

#total_breakdown #order_total .order_total {
	color: #4d4d4d;
	text-transform: uppercase;
	font-size: 13px !important;
}

.breadcrumb_current {
	color: #005EB8 !important;
}

.summaryPageMain .billing_method p {
	font-size: 15px;
	line-height: 200%;
}

.summaryPageMain .billing_method p.price {
	color: #005EB8 !important;
	display: inline-block;
}

.summaryPageMain .billing_method p.payment_amount {
	text-transform: uppercase;
	display: inline-block;
}

.orderButton {
	font-weight: 400;
	background-color: #0092BC;
	color: #fff;
	text-transform: uppercase;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: block;
	font-size: 18px !important;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-khtml-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.orderButton:hover {
	background-color: #97D700;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.oderSummaryCollapsible {
	margin-bottom: 20px;
}

#billing_summary iframe#payment {
	/*height: 900px !important;*/
	width: 100%;
	height:715px;
}
/* responsive iframe */
/*.iframepayment-container{
	position: relative;
	height: 0;
	overflow: hidden;
}
.iframepayment-container-16x9{
	padding-bottom: 61%;
}
*/


/*#billing_summary iframe#payment{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/

/*iframe#payment {
	height: 400px;
}

iframe#payment {
	width: 100% !important;
}
*/

/* Captcha */
#recaptcha_area #recaptcha_table {
	line-height: 0 !important;
}

/*************************************** MEDIA QUERIES ***************************************/

/*
 * RWD-A - 0-600px
 * RWD-B - 601-1280px
 * RWD-C - 1281px+
 */
@media ( max-width : 480px) {
	#billing_summary iframe#payment{
		height:900px;
	}
	.catalogEntryRecommendationWidget .product_info > .product_price{
		width:100%;	
	}
	
	.product{
		margin:0;
		padding:0;
	}
	
	.proceed_to_checkout_button a#cartBack,.proceed_to_checkout_button a#cartNext,.proceed_to_checkout_button_bottom a
		{
		margin-bottom: 20px;
	}
	.shopcart_mobileView .orderItemMobile_leftCol {
		width: 100% !important;
		padding-left: 0;
	}
	.shopcart_mobileView .orderItemMobile_rightCol {
		width: 100% !important;
	}
	.shopcart_mobileView .orderItemMobile_leftCol img {
		max-height: 300px;
		margin-bottom: 20px;
		width: auto !important;
		margin: 0 auto !important;
	}
	.shopcart_mobileView .orderItemMobile_leftCol {
		text-align: center;
		margin-bottom: 20px;
	}
	.gift_wrap_selection label {
		width: calc(100% -     20px)
	}
	.address_book_page .add_new_address {
		float: left !important;
		margin-top: 0 !important;
		margin-bottom: 20px !important;
	}
	.productImageLeft {
		padding-left: 10px;
	}
	.productImageLeftGift {
		padding-left: 10px;
		padding-bottom: 100px;
	}
	h1#Bazaarvoicewarningmessage{
		margin-bottom:1.5rem;
	}
}

@media ( max-width : 525px) {
	#headerRow1 {
		
	}

	/* list view */
	.product_listing_container .list_mode .product>.product_image {
		width: 100%;
		padding: 0;
	}
	.list_mode .product_info {
		width: 100%;
		text-align: center;
	}
	.list_mode .product_info>.product_name>a {
		text-align: center;
	}
	.list_mode .button.primary,.list_mode .button.secondary {
		margin: 0 auto !important;
	}
	.view_controls {
		margin-top: 20px;
		width: 100%;
	}
	.staticContent {
		padding: 0 30px;
		margin: 0 0 20px 0;
	}
	.productImageLeft {
		padding-left: 10px;
	}
}

/* Grid system - RWD-A  0 - 725 */
@media (max-width: 725px) {
	body {
		font-size: 14px;
	}
	
	#hideElement {
		display: none;
	}
	#headerWrapper {
		position: relative;
	}
	#contentWrapper {
		margin: 0;
		padding-top: 0;
	}
	#logo {
		max-width: 290px !important;
		padding-top: 27px;
		padding-left: 10px;
		width: 55%;
	}
	#logo img {
		width: 100% !important;
	}
	#quickLinksBar>li>a {
		padding: 10px 0;
	}
	/*.blueBar *,.greenBar * {
		font-size: 14px;
	}*/
	.registerText {
		padding-top: 0px;
		padding-bottom: 10px;
	}
	.paddingTop13 {
		padding-top: 0px;
	}
	.paddingBottom40 {
		padding-bottom: 10px;
	}
	.paddingBottom10px {
		padding-bottom: 10px;
	}
	.prodSpaceLeft {
		padding-left: 30px;
	}
	.prodMarginBottom {
		margin-bottom: 0px !important;
	}
	#widget_minishopcart {
		margin: -26px 20px 0 20px;
	}
	#departmentsButton {
		height: 49px !important;
		line-height: 49px !important;
		background: transparent !important;
		margin: 0 !important;
		padding: 0 !important;
		display: inline-block;
		width: auto;
	}
	#departmentsButton:hover {
		background-color: #0092BC !important;
		-webkit-transition: all 0.2s linear 0s;
		-o-transition: all 0.2s linear 0s;
		-moz-transition: all 0.2s linear 0s;
		-ms-transition: all 0.2s linear 0s;
		-khtml-transition: all 0.2s linear 0s;
		transition: all 0.2s linear 0s;
	}
	#departmentsButton>span {
		height: 48px !important;
		line-height: 48px !important;
		padding: 0 20px !important;
		display: inline-block !important;
		white-space: nowrap;
	}
	#departmentsButton>span:after {
		content: "►";
		display: inline-block;
		margin-left: 10px;
		font-size: 13px;
	}
	#departmentsButton.selected>span:after {
		content: "▼";
		display: inline-block;
		margin-left: 10px;
		font-size: 16px;
	}
	#departmentsButton.selected {
		background-color: #fff !important;
	}
	#departmentsButton.selected>span {
		color: #005EB8;
		text-shadow: none;
	}
	#departmentsButton>span:hover {
		background: transparent;
	}
	.homeNewProductBannerDescription {
		margin-bottom: 10px;
		margin-top: 8px;
		text-shadow: none;
		margin-top: 0;
		color: #4d4d4d;
	}
	div.homeNewProductBannerDescription p {
		color: #4d4d4d;
	}
	div.homeNewProductBannerTitle h2 {
		font-size: 20px;
		line-height: 100%;
		text-shadow: none;
		color: #4d4d4d;
	}
	.homeBrandsSlider {
		margin-top: 70px;
	}
	#homeFeaturedProductsItems .largeText {
		margin-top: 10px;
		font-size: 15px;
	}
	#homeFeaturedProductsItems {
		margin-top: 26px;
	}
	#departmentsMenu.active {
		border-radius: 0 !important;
		border: none !important;
		box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
		padding: 0 20px !important;
	
		/* overflow: visible; */
		background: #0092BC;
		display:block; /*fix for 111274: Second level menut items partially display in certain view port widths even when menu closed*/
	}
	.departmentMenu>.header>.link {
		color: #005EB8 !important;
		text-transform: uppercase !important;
		font-weight: 400 !important;
		font-size: 15px;
	}
	.departmentMenu>.header {
		border-color: #eee;
		box-shadow: 0 8px 30px -20px;
	}
	ul#departmentsMenu>li:nth-last-child(2)>.departmentMenu>.header {
		border: none !important;
	}
	.categoryList {
		border: none !important;
	}
	.categoryList>li {
		width: 100%;
		padding-right: 0;
	}
	.categoryList>li>a {
		color: #005EB8 !important;
		text-transform: uppercase !important;
		font-weight: 600 !important;
		font-size: 15px;
	}
	.categoryList>li>a:hover {
		color: #97D700 !important;
	}
	.subcategoryList>li>a {
		color: #005EB8 !important;
		text-transform: capitalize !important;
		font-weight: 400 !important;
		font-size: 16px;
	}
	.subcategoryList>li>a:hover {
		color: #97D700 !important;
	}
	#searchButton {
		border: none !important;
		background: url("../images/searchWhite.png");
		background-position: center center;
		background-repeat: no-repeat;
		height: 49px !important;
		width: 49px !important;
		padding: none !important;
		margin: 0 20px !important;
		border-radius: 0 !important;
	}
	#searchButton:hover {
		background: url("../images/searchGreen.png");
	}
	#searchButton:before {
		display: none !important;
	}
	#searchBar.active {
		border: none !important;
		padding: 19px 20px 0 20px;
		margin-top: 0;
		background: #97D700 !important;
		height: 80px;
	}
	#searchBox>.submitButton {
		margin-top: 5px;
	}
	.departmentMenu>.header>.toggle {
		width: 100%;
	}
	.departmentMenu>.header>.toggle:hover span:before {
		color: #97D700 !important
	}
	.departmentMenu>.header:hover  .link {
		color: #97D700 !important
	}
	.departmentMenu>.header>.toggle>span:before {
		content: "►";
		color: #005EB8;
		font-size: 17px;
		margin-top: -1px;
		display: block;
		padding-right: 15px;
		float: right
	}
	.departmentMenu.active:after {
		content: "";
		display: block;
		box-shadow: 0 -5px 14px -9px;
		height: 20px;
		margin-bottom: -20px;
	}
	.departmentMenu li:last-of-type .subcategoryList {
		border: none;
	}
	.departmentMenu>.header>.toggle.selected>span:before {
		content: "▼";
		color: #97D700;
		font-size: 20px;
		margin-top: -3px;
		display: block;
		padding-right: 20px;
	}
	.departmentMenu.active>.header>.link {
		color: #97D700 !important;
	}
	#quick_cart {
		margin-right: 0;
		margin-top: 45px;
	}
	#cartDropdown {
		width: 100%;
	}
	#quickLinksBar>li {
		display: none !important;
	}
	#quickLinksBar li:nth-last-child(1),#quickLinksBar li:nth-last-child(2) {
		display: inline-block !important;
	}
	#quickLinksMenu  li {
		border-color: #eee !important;
	}
	.basicMenu>ul {
		padding: 0 20px;
	}
	#quickLinksMenu  li:nth-last-child(1) {
		/*display: none !important;*/
		display: block;
	}
	#quickLinksMenu  li:nth-last-child(2) {
		display: block !important;
		/*border: none !important;*//*112217 iPhone5/6 Quick Links menu doesn't have a line between Help and Sign In.*/
	}
	#quickLinksMenu {
		border-radius: 0 !important;
		border: none !important;
		margin-top: 1px;
		box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.2);
	}
	#quickLinksMenu.active>.closeButton {
		display: none;
	}
	#quickLinksMenu.active>h3 {
		height: 49px !important;
		background-color: #0092BC !important;
		font-size: 15px !important;
		line-height: 50px !important;
		font-weight: 600 !important;
		text-transform: uppercase !important;
		padding: 0 0 0 20px !important;
	}
	#quickLinksMenu.active {
		right: 0;
	}
	#searchBox {
		height: 40px;
	}
	#searchTermWrapper>input {
		line-height: 39px;
	}
	.productImage img {
		width: 100%;
	}
	.homeFeaturedCategories>div {
		margin-bottom: 50px;
		/*text-align: center;*/
		border: solid;
		border-width: 0 0 1px 0;
		border-color: #ddd;
		padding-bottom: 10px !important;
	}
	.homeFeaturedCategories>div:first-of-type {
		padding: 0
	}
	.homeFeaturedCategories>div:last-of-type {
		padding: 0;
	}
	.homeFeaturedCategories {
		margin-bottom: 0;
	}
	.homeFeaturedProducts>div {
		margin-bottom: 50px;
		/*text-align: center;*/
		padding: 0 20px;
	}
	.homeFeaturedProducts>div:last-of-type {
		margin-bottom: 20px;
	}
	.homeFeaturedProducts .buyNowButton,.homeFeaturedCategories .buyNowButton {
		margin: 20px 0;
	}
	.homeFeaturedProducts {
		margin-bottom: 10px;
	}
	.homeNewProductBannerInfo {
		position: relative;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.homeNewProductBannerTitle {
		margin-top: 0;
		padding-left: 0;
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.homeNewProductBannerButton {
		position: absolute;
		margin-top: 140px;
		text-align: center;
		width: calc(100% -     40px);
		margin-left: auto;
		margin-right: auto;
	}
	.footerLeft {
		margin-bottom: 0;
	}
	#footerRow1>.section {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 0;
	}
	#footerRow1>.section>ul>li {
		width: 50%;
		/*max-height: 20px;*/
		float: left;
	}
	.footerLeft>#footerRow1>.section {
		padding-right: 0;
		padding-left: 0;
	}
	#footerRow1>.section>.header>.toggle {
		width: 100%;
		height: 32px;
		border: none;
	}
	#footerRow1>.section.active>.header>.toggle {
		width: 100%;
		height: 32px;
		border: none;
	}
	#footerRow1>.section>.header>.toggle+h3 {
		display: inline-block;
	}
	#footerRow1>.section>.header>.toggle:hover+h3 {
		color: #fff;
		text-shadow: none;
	}
	#footerRow1>.section>.header>.toggle:before {
		display: none;
	}
	#footerRow1>.section>ul>li>a {
		padding: 10px 20px 10px 10px;
	}
	#footerRow1>.section.active>.header>.toggle:after {
		display: none;
	}
	#footerMainRow {
		padding: 22px 0 60px 0;
	}
	#footerRow1>.section>.header>.toggle {
		left: 0;
	}
	#footerRow1>.section>.header>.toggle:after {
		border: none;
		content: "►";
		float: right;
		display: block;
		margin-left: 17px;
		font-size: 15px;
	}
	#footerRow1>.section>.header>.toggle:hover:after {
		color: #fff;
		text-shadow: none;
	}
	#footerRow1>.section.active>.header>.toggle:after {
		border: none;
		content: "▼";
		float: right;
		display: block;
		margin-left: 17px;
		font-size: 18px;
		margin-top: -1px;
		margin-right: 3px;
	}
	.homeNewProductBanner img {
		width: 100%;
	}
	.row.margin-true>div>div {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	div.categoryRecommendationWidget .titleItems {
		margin-left: 20px;
		font-size: 24px !important;
		top: -65px;
	}
	div.categoryRecommendationWidget {
		/*margin-top: 78px !important;*/
	}
	div.mainTitle>h1 {
		font-size: 24px !important;
	}
	#homeFeaturedProductsItems {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.homePageContainerRow4 {
		margin: 17px 20px -39px 20px !important;
	}
	.homeFeaturedCategories {
		padding-right: 40px;
	}
	.homeFeaturedProducts {
		margin-right: 20px;
	}
	.homeFeaturedProducts>div {
		padding: 0 0 10px 0 !important;
		width: calc(100% -     20px) !important;
		border: solid;
		border-width: 0 0 1px 0;
		border-color: #ddd;
	}
	.productTitle>h2 {
		font-size: 19px;
		margin-bottom: 5px;
		margin-top: 10px
	}
	div.catalogEntryRecommendationWidget .titleItems {
		font-size: 24px;
		margin-left: 20px;
		top: -66px;
	}
	div.catalogEntryRecommendationWidget {
		margin-left: -20px;
		width: 100%;
		margin-top: 48px !important;
		border: solid;
		border-width: 1px;
		border-color: #ccc;
	}
	div.categoryRecommendationWidget.carousel>.prevPageButton,div.categoryRecommendationWidget.carousel>.nextPageButton,div.catalogEntryRecommendationWidget.carousel>.prevPageButton
div.catalogEntryRecommendationWidget.carousel>.nextPageButton {
		width: 60px;
	}
	div.catalogEntryRecommendationWidget.carousel>.prevPageButton,div.catalogEntryRecommendationWidget.carousel>.nextPageButton
		{
		width: 60px;
	}
	div.categoryRecommendationWidget.carousel>.prevPageButton,div.catalogEntryRecommendationWidget.carousel>.prevPageButton
		{
		background-position: -10px center;
	}
	div.categoryRecommendationWidget.carousel>.nextPageButton,div.catalogEntryRecommendationWidget.carousel>.nextPageButton
		{
		background-position: -10px center;
	}
	div.categoryRecommendationWidget.carousel>.nextPageButton:hover,div.catalogEntryRecommendationWidget.carousel>.nextPageButton:hover
		{
		background-position: -6px center;
	}
	div.categoryRecommendationWidget.carousel>.prevPageButton:hover,div.catalogEntryRecommendationWidget.carousel>.prevPageButton:hover
		{
		background-position: -14px center;
	}
	.carousel.padding-true>.content {
		/*margin: 0 69px;*/
		margin: 0;
	}
	#footer {
		padding: 0 20px;
	}
	.footerLeft>#footerRow1>.section {
		width: 100%;
		border: solid;
		border-width: 0 0 1px 0;
		border-color: #aaa;
		box-shadow: 0 1px 0 #ddd;
	}

	/* Category Page */
	.departmentPageFeaturedProducts {
		margin-top: 13px !important;
		padding: 0 20px !important;
	}
	div.catalogEntryRecommendationWidget .titleItems {
		font-size: 24px;
		top: -65px;
		margin-left: 6rem;
	}
	.departmentPageFeaturedProducts .catalogEntryRecommendationWidget {
		margin-bottom: 30px;
		width: calc(100% +     40px);
	}
	.productListingWidget>.header_bar>.title {
		font-size: 24px;
	}
	.departmentPageProducts {
		padding: 0 20px !important;
	}
	.productListingWidget>.header_bar .controls>* {
		float: left !important;
	}
	.controlBar>.pageControlWrapper {
		margin-bottom: 20px;
	}
	.departmentPageBanner {
		margin-bottom: 12px;
	}
	.departmentPageFeaturedProducts {
		margin-bottom: 12px;
	}
	.productListingWidget>.header_bar .controls {
		margin-top: 15px !important;
	}
	.marginTop10px {
		margin-top: 10px !important;
	}
	.grid_mode .product_name {
		padding: 0px;
	}
	.product_info>.product_name>a {
		font-size: 12px;
	}
	.grid_mode .product_price {
		padding: 0;
		text-align: center;
	}
	.product_addToCart {
		display: block;
		/*text-align: center;*/
		padding: 0;
	}
	.productListingWidget {
		margin-top: 0 !important;
	}
	.departmentPageRecommendedCategories .carousel>.content>ul>li {
		display: block !important;
		width: 100% !important;
		float: left !important;
		margin-bottom: 20px;
	}
	.departmentPageRecommendedCategories .catPos>a>.container {
		padding: 0;
		position: relative;
		background: rgba(0, 94, 184, 1);
		text-align: center;
		width: 100%;
	}
	.departmentPageRecommendedCategories div.categoryRecommendationWidget {
		margin-bottom: 0;
	}
	.categoryDescriptionLeft {
		width: 100%;
		padding: 10px
	}
	.categoryDescriptionRight {
		width: 100%;
		padding: 0 10px 10px 10px;
		position: relative;
		text-align: center;
	}
	.departmentPageRecommendedCategories .catPos a .container .product_group_name {
		text-align: center;
	}
	.categoryDescriptionRight .shopNowButton {
		position: relative;
		margin: 0 auto;
		bottom: auto;
		right: auto;
	}
	.collectionsFilterBox {
		padding: 0 20px;
		margin: 30px 10px 0;
	}
	.collectionsProducts {
		padding: 0 20px;
		margin-bottom: 30px;
	}
	.searchFilter {
		padding: 20px;
		margin-bottom: 10px;
	}
	.searchMatches {
		padding-left: 20px;
		padding-right: 20px;
	}
	.searchProducts {
		padding-left: 20px;
		padding-right: 20px;
	}
	.searchMatches h1 span {
		font-size: 23px;
	}
	.sign_in_registration {
		padding: 0 20px;
		margin: 30px 0;
	}
	.sign_in_registration .title {
		font-size: 24px;
	}
	.registration_left_column {
		width: 100%;
		border: none;
		box-shadow: none;
		padding: 0;
	}
	.registration_right_column {
		display: none;
	}
	#WC_AccountDisplay_div_2 {
		margin-bottom: 0px;
	}
	#WC_AccountDisplay_div_2>h1 {
		font-size: 24px;
	}
	.sign_in_registration .header_return {
		padding-left: 0;
		padding-right: 0;
		border: solid;
		border-width: 0 0 1px 0;
		border-color: #E9E9E9;
		box-shadow: 0 1px 0 #fff;
		padding-bottom: 30px;
		margin-bottom: 10px;
	}
	.sign_in_registration .header_new {
		padding-left: 0;
		padding-right: 0;
		border: solid;
		border-width: 0 0 1px 0;
		border-color: #E9E9E9;
		box-shadow: 0 1px 0 #fff;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.sign_in_registration .header_order {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.sign_in_registration .title h1 {
		font-size: 24px;
	}
	#ResetPasswordForm {
		margin-top: 30px;
	}
	#ResetPasswordForm .button_footer_line {
		margin-bottom: 30px;
	}
	.informationSection>.productCollapsible>h3 {
		font-size: 18px;
	}
	.productCollapsible {
		margin-top: 0;
	}

	/* Shopping Cart */
	.shopcart_mobileView {
		padding: 0 20px;
	}
	.mobile_login {
		display: block;
	}
	#total_breakdown {
		padding: 0 20px;
	}
	#breadcrumb .headingtext {
		margin-top: 20px;
	}
	#orderItemDisplay {
		padding: 0 20px;
	}
	.proceed_to_checkout_button_bottom {
		padding-left: 20px;
		padding-right: 20px;
	}
	#box .body,#box_1 .body {
		margin-bottom: 30px;
	}
	.checkout_steps_container {
		display: none;
	}
	#orderItemDisplay>.headingtext>span {
		font-size: 24px !important;
	}
	.price {
		margin: 20px 0 !important;
	}
	.dropdown_primary>.button>.content {
		font-size: 10px;
	}
	.mobile_login #customers_new_or_returning {
		display: block;
		border: solid;
		border-width: 1px;
		border-color: #e5e5e5;
	}
	#customers_new_or_returning input {
		display: block;
		max-width: 247px;
		margin: 0 auto;
	}
	.estimated_shipping_mobile {
		display: block;
	}
	.estimated_shipping_desktop {
		display: none;
	}
	
	.continue_checkout_desktop {
		display: none;
	}
	#shopcartCheckoutButton,#shopcartCheckoutButton * {
		
	}
	#shopcartCheckoutButton .button_primary {
		
	}
	#WC_CheckoutLogonf_div_9 {
		display: none;
		text-align: center;
	}
	#WC_CheckoutLogonf_div_9 #continueShoppingButton {
		display: inline-block;
	}
	/*check out address page */
	#box.checkout_address_page {
		padding: 0 20px;
	}
	.checkout_address_page div.col1_container {
		border: solid !important;
		border-width: 0 0 1px 0 !important;;
		border-color: #E9E9E9 !important;
		box-shadow: 0px 1px 0 #fff;
		padding-bottom: 20px;
	}
	.checkout_address_page div.col2_container {
		border: solid !important;
		border-width: 0 0 1px 0 !important;;
		border-color: #E9E9E9 !important;
		box-shadow: 0px 1px 0 #fff;
		padding-bottom: 20px;
		margin-bottom: 10px;
	}
	#registered_user_top_checkout {
		display: block;
	}
	.checkout_next_message {
		display: none;
	}
	.back_next {
		text-align: center;
	}
	#unregistered_form .col1_bill {
		margin-top: 0;
	}
	#unregistered_form .col2_ship {
		margin-top: 0;
	}
	.col3_info {
		margin-top: 0;
	}
	.product_page_content  .col3_info {
		margin-top: 30px;
	}

	/* Shipping and billing checkout page */
	.orderItemMobile_row {
		background-color: #fff;
	}
	.orderItemMobile_row:after {
		content: "";
		display: block;
		clear: both;
	}
	.shipping_header {
		padding: 0 20px;
		margin-top: 20px;
	}
	.headingtext>span {
		font-size: 24px !important;
	}
	#box .header_element_align {
		margin: 9px 0;
	}
	.multiple_single_shipping_container {
		text-align: center;
	}
	.multiple_single_shipping_container .checkout_subheader {
		margin: 0 20px 0px;
	}
	.multiple_single_shipping_container .checkout_subheader .checkout_subheader_content {
		margin-bottom: 10px;
	}
	#shipping .shopcart_mobileView {
		padding: 0;
	}
	#shipping .shipping_method {
		margin-bottom: 10px;
	}
	#shipping #total_breakdown {
		padding: 0 0 20px 0;
		border: solid;
		border-width: 0 0 1px 0;
		border-color: #E9E9E9;
		box-shadow: 0 1px 0 0 #fff;
		margin-bottom: 20px;
	}
	.checkout_subheader {
		margin-bottom: 0;
	}
	.checkout_privacy_section {
		padding: 0 20px;
	}
	.checkout_billing_section {
		padding: 0 20px;
	}
	#shipping {
		padding: 0 20px;
	}
	#shipping .shipping_fyi {
		display: none;
	}
	#shipping .newShippingAddressButton {
		display: none;
	}
	.checkout_billing_section {
		margin-bottom: 0;
		margin-top: 0;
	}
	.checkout_billing_section .billing_header {
		padding-top: 30px;
	}
	.checkout_billing_section .billing_header {
		padding-top: 10px;
	}
	.left_drop_down_shipment {
		margin-top: 20px;
	}
	#shipping .shipping_address,#shipping .shipping_method {
		padding: 0;
	}
	.shipping_info_icon {
		display: inline-block;
	}

	/* multiple shipping */
	.mobileTable {
		margin-bottom: 0;
	}
	#shipping .shopcart_mobileView {
		margin-top: 20px;
	}
	#shipping select {
		margin-left: -2px;
	}
	.billing_fyi {
		display: none;
	}
	.billing_method {
		padding-left: 0;
	}
	.mobileTable {
		margin-bottom: 0;
	}
	.billing_info_icon {
		display: inline-block;
	}
	.checkout_footer_section .back_next {
		margin: 0 20px;
	}
	.checkout_privacy_section a {
		padding-left: 0;
	}

	/* Edit Address */
	#editAddressContents {
		padding: 0 20px;
	}
	#editAddressContents h1 {
		font-size: 24px;
		margin-top: 10px;
	}

	/* My Account Page */
	.account_title h1 {
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.account_title {
		padding: 0 20px;
	}
	.row.producInformationSections {
		padding: 0 20px;
		margin-bottom: 30px;
	}
	.row.myAccountInformationSections {
		padding: 0 20px;
		margin-bottom: 30px;
	}
	.informationSection>.productCollapsible[aria-expanded="false"]>h3:before {
		right: 24px;
	}
	.informationSection>.productCollapsible>h3:before {
		right: 24px;
	}
	.address_table .shipping_column {
		margin: 0;
	}
	.myAccountInformationSections {
		padding-top: 0 !important;
	}
	.edit_personal_info_header {
		padding: 0 20px;
	}
	.edit_personal_info_header h1 {
		font-size: 24px;
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.edit_personal_info_form {
		margin-bottom: 30px;
	}

	/* Gift Card Display */
	.giftCardBalance {
		font-size: 18px;
	}
	.giftCardNumber {
		font-size: 15px;
		text-transform: uppercase;
	}
	.cardContent {
		margin-top: -44px;
		padding: 0 20px 6px 20px;
	}

	/* Oder view Detail */
	.myAccountOrderHistory {
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.myAccountOrderHistory .orderStatus .mobileView .mobileView_Entry:last-of-type {
		border: none;
	}
	.orderDatailPage .my_account {
		padding: 0 20px;
	}
	.order_details_my_account .shipping {
		padding: 0;
	}
	.order_details_my_account .secondCol {
		margin-top: 20px;
	}
	.order_details_my_account .thirdCol {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.orderStatusDetail .mobileView .orderItemRow:last-of-type {
		border: none;
	}
	.order_details_my_account .listTable {
		background-color: #fff;
		padding: 20px;
	}
	.orderStatusDetail .mobileView .orderItemRow {
		background-color: #fff;
	}
	.orderStatusDetail .mobileView .rightCol {
		width: 100%;
		font-size: 15px;
	}
	.orderStatusDetail .mobileView .rightCol img {
		margin: 0 auto;
		max-width: 200px;
		display: block;
	}

	/* address Book */
	.address_book_page {
		padding: 0 20px;
	}
	.info .address_book_page {
		padding: 0px;
	}
	.address_book_page .add_new_address {
		margin-top: -50px;
	}
	.address_book_billing_column {
		padding-right: 0;
	}
	.address_book_shipping_column {
		margin-bottom: 30px;
	}
	.address_book_billing_column {
		border: solid;
		border-width: 0 0 1px 0;
		border-color: #eee;
		box-shadow: 0 1px 0 #fff;
		padding-bottom: 10px;
		margin-bottom: 12px;
	}
	.address_book_item {
		margin-bottom: 12px;
	}
	.productImageLeft {
		padding-left: 10px;
	}
	.product_rating span { /* display: block;
  background-image: url("../images/smallBlueRating.png");
  background-position: center left;
  background-repeat: no-repeat;
  height: 20px;*/
		
	}
	.rateProductBox { /*padding-top:5px; 
 padding-left:10px;
 border: solid 2px #bbb; 
 background-color:#ddd; 
 width:180px;
 height:30px;*/
		margin-top: 20px;
	}
	.rateProductText { /*margin-top:-17px; 
 padding-bottom:10px; 
 padding-right:15px;
 font-size:10px;
 color:blue;*/
		
	}
	.productContentRight {
		padding-left: 20px;
		padding-right: 20px;
	}
	.availableMove {
		margin-top: 0px;
	}
	.moveQuantity {
		margin-top: 0px !important;
	}
	.wishlistBtn {
		margin-top: -30px !important;
		margin-left: 0px !important;
	}
	.moveCartButton {
		margin-left: 0px !important;
	}
	.moveWarning {
		padding-left: 0px !important;
		margin-top: 210px !important;
	}
	.warningTitle {
		font-size: 20px;
		margin-left: 0px;
	}
	#productSocialIcons {
		margin-left: 0 !important;
		margin-top: 18px !important;
	}
	.shopperActions {
		padding-left: 0;
	}
	.definingAttributes {
		display: none;
	}
	.rightBox {
		float: none;
	
		margin-left: 0 !important;
}
	.smallHide {
		display: none;
	}
	.smLeft {
		margin-left: 50px;
		width: 250px;
	}
	.wishlistBtn {
		margin-left: 0
	}
	.namePartPriceContainer h1 {
		font-size: 24px;
	}
	div.namePartPriceContainer .price {
		display: block;
		margin-top: 40px !important;
	}
	.productImageLeft {
		width: 100% !important;
		padding: 0 20px;
	} 
	.widget_product_image_viewer .image_container>img {
		margin: 0 auto;
	}
	.sku {
		position: relative;
		float: left;
		display: block;
	}
	.productPageMain .price {
		display: block;
		margin-top: 30px;
		margin-bottom: 0 !important;
	}
	.available {
		margin-left: 0;
		/*margin-top: 285px !important;*/
	}
	.product_description {
		margin-top: 620px !important;
	}
	.productPageMain .mainProductDesctiption {
		/*margin-top: 350px;
		margin-left: 25px;
		margin-bottom: 40px;
		width: calc(100% - 50px) !important;
		float: left !important;*/
}
	.widget_product_image_viewer .image_container>img {
		cursor: default !important;
	}
	.product_page_content #productSlot56 {
		padding-left: 20px;
	}
	.product_listing_container .product_info .price {
		font-size: 12px;
	}
	.product_listing_container .product_addToCart>.product_option>.button.primary {
		font-size: 12px;
	}
	.summaryPageMain  .shipping_fyi {
		border: none !important;
		box-shadow: none !important;
	}
	#billing_summary .billing_address,.billing_summary .billing_address {
		border: none;
		margin-bottom: 10px;
	}
	.summary_header {
		padding: 0px 20px;
	}
	.summary_header .headingtext {
		margin: 20px 0 17px 0;
	}
	.summaryPageMain  #shipping #total_breakdown {
		margin-top: 30px;
		border: none;
	}
	.summaryPageMain {
		padding-left: 3.5%;
	
		padding-right: 3.5%;
}
	.oderSummaryCollapsible {
		margin-bottom: 5px;
	}
} /* end of 0 to 600 ### */

/** Product page RWD ******/

@media(max-width:97.47em){
	.pcol1{
		width: 24%;
	}
	.pcol2{
		width: 34%;
	}
	.pcol3{
		width: 217px;
	}
}
@media(max-width:90.47em){
	.pcol2{
		width: 36%;
	}
}
@media(max-width:83.87em){
	.pcol2{
		width: 38%;
	}
}
@media(max-width:81.27em){
	.pcol1,.pcol2,.pcol3{
		width: 100%;
	}
}
@media(max-width: 25em){
	.product_text > .warningWrapper, .col3_info > span.productWidth{
		width: 100%;
	}
	
	/*.row>div, .shopperActions .button.primary,.shopperActions .button.secondary{
		width: 100%;
	}*/
	
	.widget_bundle_package_list span.sku_bundle.right{
		margin-top:0;
	}
	
	.wishlistBtn{
		margin-bottom:3vw;
	}
}

/** Product page RWD ends ****/
/* responsive for quick links - kp*/
@media(max-width:320px){
	#quickLinksBar>li>a {
		padding-right:29px;
		width:20px;
	}
	.product{
		min-height:21rem;
	}
	h2 > div.titleItems{
		font-size: 1.5rem;
	}
	
	.blueBar *, .greenBar * {
    	font-size: 11px;
	}
	.productListingWidget>.header_bar>.title>.num_products{
		padding:0;
	}
	#customers_new_or_returning .button_primary .button_text{
		padding: 0 10px;
	}
	#homeFeaturedProductsItems .largeText{
		margin-top:0px;
	}
	div.categoryRecommendationWidget.carousel>.nextPageButton:hover, div.catalogEntryRecommendationWidget.carousel>.nextPageButton:hover{
		background-position: -19px center;
    	width: 36px;
	}
	div.categoryRecommendationWidget.carousel>.nextPageButton, div.catalogEntryRecommendationWidget.carousel>.nextPageButton{
		background-position: -23px center;
    	width: 36px;	
	}
	div.categoryRecommendationWidget.carousel>.prevPageButton:hover, div.catalogEntryRecommendationWidget.carousel>.prevPageButton:hover{
		width: 36px;
	}
	div.categoryRecommendationWidget.carousel>.prevPageButton, div.catalogEntryRecommendationWidget.carousel>.prevPageButton, div.categoryRecommendationWidget.carousel>.nextPageButton, div.catalogEntryRecommendationWidget.carousel>.nextPageButton{
		   width: 36px;		
	}
	div.catalogEntryRecommendationWidget .titleItems{
		font-size: 1.0rem;
	}
	.informationSection iframe{
		height: 9rem;
	}
}

@media (min-width:320px)and (max-width: 375px){
	h1{
		font-size: 1.5rem;
		padding: 0;
	}
	.homeFeaturedCategories{
		padding: 0;
	}
	.homeFeaturedCategories>div, .homeFeaturedProducts>div{
		margin-bottom: 0;
	}
	div.catalogEntryRecommendationWidget .titleItems{
		position: static;
		margin-left: 0px;
		text-align: center;
	}
}

@media(min-width:325px)and (max-width: 375px){
	div.categoryRecommendationWidget.carousel>.nextPageButton{
		right: -0.8rem;
	}
	div.categoryRecommendationWidget.carousel>.prevPageButton{
		left: -0.5rem;
	}
}

/** START - Defect 110962 - clipped images in Minicart views **/
@media(max-width:425px){
	div#widget_minishopcart_popup>#cartDropdown>.content>.products>.product, div#widget_minishopcart_popup_1>#cartDropdown>.content>.products>.product 
	{
		padding: 5px 0px 5px 130px;
	}
	div#widget_minishopcart_popup>#cartDropdown>.content>.products>.product>.product_image, div#widget_minishopcart_popup_1>#cartDropdown>.content>.products>.product>.product_image 
	{
		height: 130px;
		width: auto;
		padding-left: 5px;
		padding-right: 0px;
	}
	.minicart_right
	{
		width: 70%;
	}
	#order_details_table p {
		margin-bottom: 0px;
	}
}

@media(min-width:320px) and (max-width:725px){
	.carousel.padding-true>.content {
		/*margin: 0 29px;*/
	}
	.product{
		min-height:22rem;
	}
	
	.grid_mode .product_price{
	       float:none;
	}
	
	.blueBar *, .greenBar * {
    	font-size: 13px;
	}
	
	
	#contentWrapper .rowContainer > div.subContainerWidth{
		width:100%;
	}
	div.product > div.product_info > div.product_name a{
		left:0rem;
	}
	
	.pageControl.dot > a{
		height:10px;
		width: 10px;
	}
}

@media (min-width: 375px) and (max-width: 400px){
	div.content ul > li div.product > div.product_info > div.product_name a{
		width: 7.5rem;
    	/*margin-left: -1.8rem;*/
	}	
	
	div.categoryRecommendationWidget.carousel>div.content>ul>li{
		padding: 0;
	}
}


@media (min-width:375px) and (max-width:1024px){
	.sorting_controls>span, .sorting_controls>span>label, .view_controls>span, .sorting_controls>span>label{
		width: 6rem;
	}
	.sorting_controls>span.page_size_label, .sorting_controls>span.order_by_label{
		width: 6rem;
		vertical-align:text-top;
	}
	.pageControlMenu > .pageControl.number > .ellipsis:after{
		content: '\2026';
	}
	div.categoryRecommendationWidget.carousel>.nextPageButton{
		right: -0.8rem;
	}
	
	div.categoryRecommendationWidget.carousel>.prevPageButton{
		left: -0.6rem;
    	width: 45px;
    	background-color: #DFEDF4;
	}
	div.catalogEntryRecommendationWidget .titleItems{
		font-size: 1.3rem;
	}
	
}

/*@media (min-width:450px) and (max-width:1024px){
	div.categoryRecommendationWidget.carousel>.nextPageButton{
		right: -1.2rem;
	}
	div.categoryRecommendationWidget.carousel>.prevPageButton{
		left: -1.2rem;
	}
}*/

/* Vertical Tablet Break Point */
@media (max-width: 803px) {
	
	.acol1 {
		width: 8.333333%;
	}
	.acol2 {
		width: 16.666666%;
	}
	.acol3 {
		width: 25%;
	}
	.acol4 {
		width: 33.333333%;
	}

.left.productImageLeft.col4.acol4.slot4 {
}
	.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%;
	}
	.homePageContainerRow4 {
		width: calc(100% -     20px);
	}
	.departmentMenu {
		height: auto;
	}
	.catalogEntryRecommendationWidgetPos {
		/*padding: 0 30px !important;
		margin-left: -30px !important;*/
		padding: 0;
		margin:0;
	}
	.categoryList>li {
		width: calc(100% -      20px);
		height: auto;
		padding-left: 0;
		padding-bottom: 20px;
		border-width: 0 0 1px 0;
		margin-bottom: 30px;
	}
	.categoryList>li:last-of-type {
		width: calc(100% -      20px);
		height: auto;
		padding-left: 0;
		padding-bottom: 20px;
		border-width: 0 0 1px 0;
		margin-bottom: 0px;
	}
	.registerText {
		padding-top: 0px;
		padding-bottom: 10px;
	}
	.paddingTop13 {
		padding-top: 0px;
	}
	.paddingBottom40 {
		padding-bottom: 10px;
	}
	.paddingBottom10px {
		padding-bottom: 10px;
	}
	.subcategoryList li {
		/*width: 20%;*/
		display: block;
	}
	.greenBar {
		width: 100%;
	}
	.blueBar {
		width: 100%;
	}
	.homeNewProductBannerDescription {
		margin-bottom: 10px;
		margin-top: -10px;
		text-shadow: 1px 1px 2px #333;
	}
	div.homeNewProductBannerTitle h2 {
		font-size: 22px;
		line-height: 100%;
		text-shadow: 1px 1px 2px #333;
	}
	.productTitle>h2 {
		
	}
	.homeFeaturedCategories>div {
		padding: 0 !important;
	}
	.homeFeaturedProducts>div {
		padding: 0 !important;
	}
	.homeFeaturedProducts {
		margin-bottom: 120px;
	}
	.registration_left_column {
		width: 100%;
		border: none;
		box-shadow: none;
		padding: 0;
	}
	.registration_right_column {
		display: none;
	}
	.sign_in_registration .header_return {
		padding-left: 0;
		padding-right: 0;
		border: solid;
		border-width: 0 0 1px 0;
		border-color: #E9E9E9;
		box-shadow: 0 1px 0 #fff;
		padding-bottom: 30px;
		margin-bottom: 10px;
	}
	.sign_in_registration .header_new {
		padding-left: 0;
		padding-right: 0;
		border: solid;
		border-width: 0 0 1px 0;
		border-color: #E9E9E9;
		box-shadow: 0 1px 0 #fff;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.sign_in_registration .header_order {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	/* product Page Sticky header*/
	#stickyHeader a { /*padding: 0 10px !important;
  font-size: 10px; */
		
	}

	/* Shopping Cart */
	#total_breakdown {
		padding-left: 0;
	}
	#shopcartCheckoutButton .button_primary {
		margin-top: 0;
		float: none !important;
	}
	

	
	/* check out address page */
	.checkout_address_page div.col1_container {
		border-width: 0 0 1px 0 !important;
		box-shadow: 0 1px 0 0 #fff;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	#unregistered_form .col1_bill>div.col1_container {
		width: 100%;
	}

	/* Shipping and Billing Page */

	/* Multiple Shippments */
	.shopcart_fullView * {
		font-size: 15px !important;
	}
	.MS_table_container .MS_right_column .MS_table_header {
		background-color: transparent;
	}
	.MS_table_container .MS_right_column .MS_table_header .MS_table_header_cell span {
		color: #4d4d4d;
		font-weight: 600;
		font-size: 18px !important;
	}
	.MS_table_container .MS_table_header .MS_table_header_shippingAddress,.MS_table_container .MS_table_body .MS_table_body_shippingAddress
		{
		padding-left: 20px !important;
	}
	.MS_table_container .MS_right_column .MS_table_body .MS_table_body_row {
		padding-top: 0 !important;
	}
	.billing_method {
		padding-left: 0;
	}
	.billing_fyi {
		padding-left: 0;
	}
	.orderStatus .mobileView,.orderStatusDetail .mobileView {
		display: block;
	}
	.orderStatus .desktopView,.orderStatusDetail .desktopView {
		display: none;
	}
	.address_table .shipping_column {
		margin: 0;
	}

	/* Oder view Detail */
	.myAccountOrderHistory {
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.myAccountOrderHistory .orderStatus .mobileView .mobileView_Entry:last-of-type {
		border: none;
	}
	.order_details_my_account .shipping {
		padding: 0;
	}
	.order_details_my_account .secondCol {
		margin-top: 20px;
	}
	.order_details_my_account .thirdCol {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.orderStatusDetail .mobileView .orderItemRow:last-of-type {
		border: none;
	}
	.order_details_my_account .listTable {
		background-color: #fff;
		padding: 20px;
	}
	.orderStatusDetail .mobileView .orderItemRow {
		background-color: #fff;
	}
	.orderStatusDetail .mobileView .rightCol {
		width: 100%;
		font-size: 15px;
	}
	.orderStatusDetail .mobileView .rightCol img {
		margin: 0 auto;
		max-width: 200px;
		display: block;
	}

	/* address Book */
	.address_book_billing_column {
		padding-right: 0;
	}
	.address_book_shipping_column {
		margin-bottom: 30px;
	}
	.address_book_item {
		margin-bottom: 12px;
	}
	.address_book_billing_column {
		border: solid;
		border-width: 0 0 1px 0;
		border-color: #eee;
		box-shadow: 0 1px 0 #fff;
		padding-bottom: 10px;
		margin-bottom: 12px;
	}
	.mdLeft {
		margin-left: 320px;
		width: 370px;
	}
	.rateProductBox {
		float: left;
		margin-top: 20px;
		margin-bottom: 20px;
	
		margin-left: 0;
}
	.rateProductText { /* color:blue; */
		
	}
	.col3_info span {
		display: block
	}
	.sku { /* padding-top: 7%; */
		/* position: absolute; */
		/* float: left; */
		/* display: inline-block; */
		margin-bottom: 4% !important;
	}
	span.sku {
		float: left;
	
		margin-left: -65px !important;
}
	.productPageMain .price {
		display: block;
		margin-top: 30px;
	}
	.wishlistBtn {
		/*margin-top: -46px;
		margin-left: 222px;*/
	}
	.wishlistBtn1 {
		margin-top: -36px;
	}
	.mdInfoWidth { /*width:50% !important;*/
		
	}
	.productContentRight {
		/*width: 66.666666%*/
	}
	.availableMove {
		margin-top: 0px;
	}
	.moveQuantity {
		margin-top: -8px !important;
	}
	.wishlistBtn {
		margin-top: 8px !important;
		margin-left: 0px !important;
	}
	.moveCartButton {
		margin-top: 30px !important;
	}
	.moveWarning {
		padding-left: 0px !important;
		margin-top: 270px !important;
	}
	.warningTitle {
		font-size: 20px;
		margin-left: 0px;
	}
	#productSocialIcons {
		margin-left: 0 !important;
		margin-top: 20px !important;
	}
	.available {
		/*margin-bottom: 30px !important;*/
		/*margin-top: 240px !important;*/
	}
	.moveCartButton {
		margin-top: 30px;
		margin-left: 0;
	}
	.product_page_content #productSlot56 {
		padding-left: 30px;
	}
	.wishlistBtn {
		/*margin-top: -30px !important;*/
	}
	.product_description {
		margin-top: 930px !important;
	}
	.productPageMain .mainProductDesctiption {
		/*margin-top: 10%;
		padding-top: 20px;
		margin-right: 4.3%;
		/* width: 47%; 
		margin-bottom: 40px;
		float: right;*/
	}
	.summaryPageMain  .shipping_fyi {
		border: none !important;
		box-shadow: none !important;
	}
	#billing_summary .billing_address,.billing_summary .billing_address {
		border: none;
		margin-bottom: 30px;
	}
}

@media (min-width:891px) and (max-width:1022px){
	#order_details_table .tableHeader .cell{
		 font-size: 12px;
	}
	
}

/* end of vertical tablet break point */
@media (min-width: 1090px) {
	.item_pageDesign_pageGroup.productMainSection {
		/* margin-top: 10%; */
		margin-right: 3%;
	}

.item_pageDesign_pageGroup.productMainSection {
    /* margin-top: 8.5% !important; */
}
}

@media ( min-width : 1337) {
	.item_pageDesign_pageGroup.productMainSection {
		margin-top: 9%;
		margin-right: 3%;
	}
}

/* Product Page custom Media Queries  (min-width: 7px) and*/
@media( min-width: 804px) and (max-width: 970px) {

	.sku.smallMove {
		margin-left: 150px; */
		display: block;
	    
		/* margin-left: 0 !important; */
		/* float: right !important; */
	}
}

@media ( min-width : 769px) and ( max-width: 970px ) {
	.product_page_content #productSlot56 {
		padding-left: 30px !important;
	}
	.moveCartButton {
		margin-left: 0;
		margin-top: 40px;
	}
	.moveWarning {
		margin-top: 170px;
	}
	
		.sku.smallMove {
		margin-right: -75px;
		/* display: block; */
	
		/* float: right !important; */
}
	.wishlistBtn {
		/*margin-left: 240px;*/
	}
	#productSocialIcons {
		/*margin-left: 305px;*/
	}
	.available {
		/*margin-top: 240px;*/
	}
	.product_description {
		margin-top: 660px !important;
	}
	.definingAttributes .options_dropdown_column:last-of-type {
		padding-right: 0;
	}
	.rateProductBox {
		float: none;
		margin-top: 20px;
		margin-bottom: 20px;
	
		margin-left: 0;
}
	.productPageMain .mainProductDesctiption {
		/*margin-top: 12%;
		padding-top: 20px;
		margin-right: 4.1%;
		width: 60%;
		float: right;*/
	}
}

/* SHOPPING CART SPECIFIC MEDIA QUERIES */
@media ( max-width : 1110px) {
	/*111273:Live chat tab doesn't appear for iPad/iPhone/Android*/
	li#lpchatheader{
		display: none;
	}
	.gift_wrap_selection_option {
		width: 100%;
	}
	.gift_wrap_selection_option:last-of-type {
		margin-bottom: 20px;
	}
	#total_breakdown * {
		font-size: 13px !important;
	}
	#customers_new_or_returning p {
		font-size: 13px;
	}
	#customers_new_or_returning a {
		font-size: 11px;
	}
	.cart_userName label,.cart_password label {
		font-size: 13px;
	}
	.shopcart_fullView * {
		font-size: 13px;
		line-height: 100%;
	}
	.cart_userName {
		padding-right: 5px;
	}
	.cart_password {
		padding-left: 5px;
	}
	.shopcart_fullView .dropdown_list {
		top: 50px;
	}
}

@media ( max-width : 867px) {
	#total_breakdown .promotion_code {
		display: block;
		margin-bottom: 10px;
		padding: 0;
	}
	#total_breakdown .promotion_input {
		display: block;
		padding: 0;
	}
	#total_breakdown .promotion_input input {
		width: 100%;
		max-width: 200px;
	}
}

@media ( max-width : 890px) {
	#order_details_table .tableHeader .cell {
		font-size: 10px;
	}
	.shopcart_fullView .price {
		font-size: 10px;
	}
	.dropdown_primary>.button>.content {
		font-size: 12px !important;
		line-height: 32px !important;
	}
}

@media ( min-width : 601px) and ( max-width: 792px ) {
	#customers_new_or_returning .new {
		min-height: 0;
		margin-bottom: 40px;
	}
	#customers_new_or_returning .returning {
		padding-top: 40px;
		box-shadow: 0 1px 0 #fff inset;
	}
	.cart_userName {
		width: 50% !important;
	}
	.cart_password {
		width: 50% !important;
	}
	.multiple_single_shipping_container {
		text-align: center;
	}
}

@media (min-width: 601px) and (max-width:1280px) {
	.categoryList>li:first-of-type {
		padding-left: 0 !important;
	}
}

@media (min-width: 1281px) {
	.categoryList>li:first-of-type {
		padding-left: 2%;
	}
	
	ul.categoryList>li {
		/*width: 20%;
		margin-bottom: 2%;*/
		width: 100%;
	}

}

/* responsive menu  */
@media (max-width:1024px){
	div.product_addToCart{
		float: none;
	}
	div.categoryRecommendationWidget.carousel>.prevPageButton,div.catalogEntryRecommendationWidget.carousel>.prevPageButton,
	div.categoryRecommendationWidget.carousel>.nextPageButton,div.catalogEntryRecommendationWidget.carousel>.nextPageButton{
		display:none;
	}
 	.departmentMenu.active > .categoryList{
 		display: block;
 	}
 	#headerRow2{
 		width: 100%;
 	}
	.pageControlMenu > .pageControl.number > .ellipsis {
		display: inline;
	}
	.rowContainer#container_ > div.subContainerWidth{
		width: 100%;
	}
	div.product_info > div.product_name a{
		/*left:2rem;*/
	}
	.informationSection iframe{
		height: 16rem;
	}
	#contentWrapper div.categoryRecommendationWidget{
		width: 100%;
	}
}

/*fix for 111274: Second level menut items partially display in certain view port widths even when menu closed*/
@media(max-width: 725px){
	#departmentsMenu{
		display: none;
	}
}

@media (min-width: 601px) {
	#departmentsMenu {
		margin: 0;
	}
	#departmentsMenu>div {
		display: block;
		width: auto;
		float: left;
	}
	#departmentsMenu a.departmentButton {
		height: 49px;
		background: transparent;
		margin: 0;
		border: 0;
		border-radius: 0;
		white-space: nowrap;
		-o-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-khtml-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-transition: all 0.2s;
		display: inline-block;
	}
	#departmentsMenu a.departmentButton:hover {
		background-color: #0092BC;
		color: #fff;
		text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-khtml-transition: all 0.2s;
		transition: all 0.2s;
	}
	.departmentButton>span {
		height: 49px;
		line-height: 50px;
		color: #fff;
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		border: none;
		display: block;
		padding: 0 14px;/*Fix defect: Special Offers disappears on responsive shrink*/
		z-index: 1;
	}
	#departmentsMenu>div a.selected {
		background-color: #fff !important;
		color: #005EB8 !important;
	}
	.departmentButton.selected>span {
		border: none;
		color: #005EB8 !important;
	}
	#allDepartmentsButton { /* TO DO : this item should be removed from the JPS file */
		display: none !important;
	}

	/* Open Container with the departments */
	.departmentMenu {
		border: none;
		border-radius: 0;
		padding: 10px 30px;
		left: 0;
		box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
		padding-bottom: 10px;
		/*width: 100%;*/
		min-width: 54%;
		position: absolute;
		top: 49px;
		/* height: 230px; */
	}
	.departmentMenu>.header>.link {
		display: none;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: 700;
		color: #005EB8 !important;
	}
	.departmentMenu>.header {
		border: none;
		padding: 10px 0 0 0;
	}
	.categoryList>li>a {
		font-size: 16px;
		color: #005EB8;
		font-weight: 700;
		text-transform: uppercase;
		margin-top: 0px;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-khtml-transition: all 0.2s;
		transition: all 0.2s;
	}
	.categoryList>li>a:hover {
		color: #97D700;
	}
	.subcategoryList {
		padding: 0;
		margin: 0;
	}
	.subcategoryList>li>a {
		font-size: 14px;
		color: #005EB8;
		font-weight: 400;
		text-transform: capitalize;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-khtml-transition: all 0.2s;
		transition: all 0.2s;
	}
	.subcategoryList>li>a:hover {
		color: #97D700;
	}
	.subcategoryList li {
		display: inline;
		float: left;
		width: 50%;
	}
	.categoryList>li {
		/*width: 30%;*/
		border: solid;
		border-width: 0 1px 0 0;
		border-color: #ccc;
		height: 180px;
		overflow: hidden;
		margin-right: 0;
		padding: 0;
		padding-left: 2%;
	}
	
	.categoryList>li:first-of-type>.subcategoryList li {
		/*width: 100%;*/
	}
	.categoryList>li:last-of-type {
		margin-right: 0;
		border: none;
	}
	.homePageContainerRow4>div {
		width: calc(100% -     20px);
	}
}

/* End of min 601 */
@media ( min-width : 0px) and ( max-width: 1000px ) {
	.productListingWidget>.header_bar>.title {
		width: 100%;
	}
	.productListingWidget>.header_bar .controls {
		float: left !important;
		margin-top: 20px !important;
		margin-left: -18px !important;
	}
	.productListingWidget>.header_bar .pagination_present {
		min-height: 0 !important;
	}
	.staticContent {
		padding: 0 30px;
		margin: 0 0 20px 0;
	}
}

/* Grid system - RWD-B  601 - 1280 */
@media ( min-width : 601px) and ( max-width: 1280px ) {
	.contentCarouselWidget .left_espot,.contentCarouselWidget .left_espot.centered {
		width: 87% !important;
		margin: 0 auto !important;
	}
	.catalogEntryRecommendationWidgetPos {
		/*padding: 0 30px !important;
		margin-left: -30px !important;*/
	}
	#quickLinksBar>li {
		display: none !important;
	}
	#quickLinksBar li:nth-last-child(1),#quickLinksBar li:nth-last-child(2) {
		display: block !important;
	}
	.homePageContainerRow4 {
		width: calc(100% -     40px) !important;
		g
	}
	.homePageContainerRow4>div:last-of-type {
		padding-right: 0px;
	}
	.departmentMenu {
		height: auto;
	}
	.categoryList>li {
		width: 100% !important;
		padding-left: 0;
		height: auto;
		border: solid;
		border-width: 0 0 1px 0;
		border-color: #eee;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.subcategoryList li {
		/*width: 25% !important;*/
	}
	.homeFeaturedCategories>div {
		margin-bottom: 40px;
	}
	.homeFeaturedCategories>div:last-of-type {
		margin-bottom: 0;
	}
	.catalogEntryRecommendationWidget {
		width: 100%;
	}
	.homeFeaturedProducts>div {
		
	}
	.homeFeaturedProducts>div:last-of-type {
		margin-bottom: 0;
	}
	.homeFeaturedProducts {
		margin-right: 0;
	}
	.homeFeaturedCategories {
		padding-right: 0;
	}
}

/* for small screen up to ipad screen size */
@media(max-width: 1025px){
	div.product > div.product_info > div.product_name a{
		width:7rem;/*display ellipsis after 3 lines*/
	}
}

/*fix 112215 for Image scroll buttons on homepage carousel should be below the image on mobile landscape e.g. iPhone6 like they are in portrait*/
@media( min-width:580px){
	.pageControl {
    	position: static;
    	margin: 0.3rem 0;
	}	
}

/*iphone 6 Landscape view */
@media(min-width: 661px) and (max-width: 670px){
	.pageControl.dot > a{
		height:10px;
		width: 10px;
	}
	
	div.product div.product_info > div.product_name{
		min-height: 20.6vw;
	}
}

@media(min-width: 1024px) and (max-width: 1100px){
	div.product_name > div.product_name{
		min-height: 12.7vw;
	}
}


/* Horizontal Tablet Break Point */
@media ( min-width : 769px) and ( max-width: 1025px ) {
	.departmentMenu {
		height: auto;
	}
	.categoryList>li {
		width: calc(100% -      20px);
		height: auto;
		padding-left: 0;
		padding-bottom: 20px;
		border-width: 0 0 1px 0;
		margin-bottom: 30px;
	}
	.categoryList>li:last-of-type {
		width: calc(100% -      20px);
		height: auto;
		padding-left: 0;
		padding-bottom: 20px;
		border-width: 0 0 1px 0;
		margin-bottom: 0px;
	}
	.subcategoryList li {
		width: 16%;
	}
	.homeNewProductBannerDescription {
		margin-bottom: 10px;
		margin-top: -10px;
		text-shadow: 1px 1px 2px #333;
	}
	div.homeNewProductBannerTitle h2 {
		font-size: 22px;
		line-height: 100%;
		text-shadow: 1px 1px 2px #333;
	}
	.productTitle>h2 {
		font-size: 17px;
	}
	.catalogEntryRecommendationWidgetPos {
		padding: 0 30px !important;
		margin-left: -30px !important;
	}
}

/* Grid system - RWD-C */
@media ( min-width : 1281px) {
	.contentCarouselWidget .left_espot,.contentCarouselWidget .left_espot.centered {
		width: 84% !important;
		margin: 0 auto !important;
	}
	a#quickLinksButton {
		display: none !important;
	}
	.catalogEntryRecommendationWidgetPos { /*padding: 0 30px !important;
margin-left:-30px !important; */
		padding-right: 20px;
	}
}
/* END of Grid system - RWD-C */

/* MEDIA QUERY FOR FILTERS BOX */
@media ( max-width : 1160px) { /* Filter Box */
	#content .collapsible>h3:before,.categoryNavWidget.collapsible>h3:before,.grid_icon:before,.list_icon:before,.optionContainer .arrow:before
		{
		transform: scale(1) !important;
		-moz-transform: scale(1) !important;
		-webkit-transform: scale(1) !important;
	}
	.collapsible>.content>#productsFacets>fieldset,.collapsible>.content>#productsFacetsHorizontal>fieldset
		{
		width: 100%;
		border: none;
	}
	.optionContainer>.title {
		background-color: #cbf36c;
	}
	#productsFacetsHorizontal {
		top: 0;
	}
	#facetFilterListWrapper {
		height: 0;
	}
	#facetFilterListWrapper>.facetSelectedCont {
		position: relative;
		margin-top: 0;
		color: #4d4d4d;
		left: 0;
	}
}

/* CSS Hacs for Firefox */
body:not  (:-moz-handler-blocked  ) .propertiesBox select {
	
}

#MessageArea {
	z-index: 999999;
}

/* HARDCODED CONTENT */
*.hardcoded {
	color: red !important;
}

/* HIDDEN CONTENT */
#showhiden {
	position: fixed;
	right: 0;
	top: 0;
	width: 13px;
	height: 13px;
	background-color: lime;
	z-index: 9999999;
	display: block;
	cursor: pointer;
	border-radius: 20px;
}

#hidehiden {
	position: fixed;
	right: 16px;
	top: 0;
	width: 13px;
	height: 13px;
	background-color: red;
	z-index: 9999999;
	display: block;
	cursor: pointer;
	border-radius: 20px;
}

/* Hiden Elements */
body


.hiddenContent

 

#searchFilterButton
,
body


.hiddenContent

 

.searchBreadCrum
,
body


.hiddenContent

 

.searchFilter

 

.categoryNavWidget
,
body


.hiddenContent

 

.searchProducts

 

.tabButtonContainer
,
body


.hiddenContent

 

.productMainSection

 

.tabButtonContainer
,
body


.hiddenContent

 

.product_page_content

 

#widget_breadcrumb
,
body


.hiddenContent

 

.productMainSection

 

.tab
,
body


.hiddenContent

 

.myaccount_header
,
body


.hiddenContent

 

.cart_item_number
,
body


.hiddenContent

 

.cart_change_attributes_list
, /*body.hiddenContent br,*/
body


.hiddenContent

 

.mobileView_collapsedView_toggleIcon
,
body


.hiddenContent

 

.checkout_crumb
,
body


.hiddenContent

 

.button_right_side_message
,
body


.hiddenContent

 

.ship_as_complete
,
body


.hiddenContent

 

.requestShippingDate
,
body


.hiddenContent

 

#WC_MultipleShipmentDisplay_div_17
,
body


.hiddenContent

 

.MS_requestShippingDate
,
body


.hiddenContent

 

#checkout_crumb
,
body


.hiddenContent

 

.contentgrad_header
,
body


.hiddenContent

 

#scheduling_options
,
body


.hiddenContent

 

.order_details_my_account

 

.button_footer_line
,
body


.hiddenContent

 

#OrderDetail_Total_DetailDiv

 

h2


.largeLabel
,
body


.hiddenContent

 

.order_detail_part_number
,
body


.hiddenContent

 

.order_detail_attributes
,
body


.hiddenContent

 

.order_detail_contract
,
body


.hiddenContent

 

.summary_attributes
, /*body.hiddenContent .summaryPageMain #WC_HTSGiftCardDisplay_div_1*/
{
display


:

 

none

 

!
important


;
}

/*css for product pages - kp*/
.col3_info .BVRRSummaryContainer{
	width:54%;
	float:right;
}


.productPageDivider{
	border-top:1px dotted gray;
	margin-top:5px;
}


.warningWrapper{
	float:left;
	width: 68%;
}

.productWidth{
	float:left;
	width: 45%;
}

.shopperActions .disabled{
 float: left;
 margin: 0.6% 15% 0 0;
 font-weight:bold;
}

/*product images*/
.productMainSection .other_views{
	margin-left: 2%;
	margin-top: 3%;
}

.productMainSection img{
	margin:0 1%;
}

/****** defect fixes ******/
#contentWrapper .rowContainer > .subContainerWidth, #contentWrapper .subContainerWidth{
 width: 75%;
}

.subContainerWidth{
 width: 75%;
 margin:auto;	
}

/* hide .homeNewProductBannerInfo hide width */ 
/* order summary buttons */
.button_secondary{
  display: inline-block;
  position: relative;
  background: #0092BC;
  border-radius: 0 !important;
  border: none;
  border-spacing: 0;
  vertical-align: middle;
  height: 30px;
}
.button_secondary:hover {
	background: #97D700 !important;
}

.button_secondary > .button_text {
  border-radius: 0;
  border: none;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-size: 15px !important;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}

.button_primary{
  display: inline-block;
  position: relative;
  background: #ED8B00;
  border-radius: 0 !important;
  border: none;
  border-spacing: 0;
  vertical-align: middle;
  height: 30px;
  margin: 0.3rem;
}
.button_primary:hover {
	background: #97D700 !important;
}

.button_primary > .button_text {
  border-radius: 0;
  border: none;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-size: 15px !important;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}

.button_footer_line {
  padding-top: 18px;
  padding-bottom: 8px;
  float: left;
  margin-left: 3.5%;
  margin-right: 3.5%;
}

#billing_summary, .billing_summary, .billing_address, .billing_method, #billing_method {
  padding: 10px 30px 0px 0px;
  font-size: 15px;
}

.billing_summary_address{
 padding: 0 20px 0 20px;
}

/*Replace radio buttons with images for giftwrap options on shopcart page*/
label.radio-img-hide > input{ /* HIDE RADIO */
  display:none;
}
 label.radio-img-select > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
 label.radio-img-unselect > input:checked + img{ /* (CHECKED) IMAGE STYLES */
  border:2px solid #f00;
}

.carousel > .content > ul, .catPos > .product_image{
	/*background-color:#DFEDF4;*/
}

/** save address overlay **/
.saveAddressDisplay {
	background-color: #f8f9fb;
	padding: 20px;
	border-radius: 5px;
	max-width: 650px;
	margin: 4% auto;
	min-height: 250px;
}

.saveAddressDisplay h1 {
  text-transform: uppercase;
  font-size: 24px;
  border: solid;
  border-width: 0 0 1px 0;
  border-color: #e0e0e0;
  box-shadow: 0 1px 0 #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  line-height: 1.5rem;
}

.button_footer_line {
  padding-top: 18px;
  padding-bottom: 8px;
  float: none;
  margin-left: 3.5%;
  margin-right: 3.5%;
}

#box > .myaccount_header{
	font-size: 30px;
	text-transform: uppercase ;
	color: #4d4d4d;
	font-weight: 600;
	background-color:transparent;
	border:none;
}

#box .contentgrad_header, #box_1 .contentgrad_header, #box .contentgrad_header .left_corner, 
#box_1 .contentgrad_header .left_corner,
#box .contentgrad_header .right_corner, #box_1 .contentgrad_header .right_corner{
	background-image:none;
	background-color:transparent;
}

/* order confirmation */
#order_details_table .billing_method .title {
  margin-bottom: 20px;
}

.billing_summary .title, #billing_summary .title {
  font-size: 18px;
  color: #4d4d4d;
}

.billing_method > p {
  margin: 0px;
}

#WC_OrderShippingBillingConfirmationPage_div_4 .breadcrumb_current{
  font-size: 25px;
}

#total_breakdown{
  margin-top: 0px;
}

.gift_Wrapp{
padding-left: 1.5%;
padding-top: 2%;
}

div.store_message{
  	display: none;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 30%;
    min-width: 20%;
    position: absolute;
    right: 0;
    top: 20%;
    width: 100%;
    z-index: 9999;
}
/******** defect - 107772 
/*
div.product_info > div.product_name a{
	float: left;
    height: 60px;
    overflow: hidden;
    position: relative;
}

div.product_info > div.product_name a:hover{
	content:"ddd";
}

div.product_info > div.product_name a:after{

	display:block;
	content:'...';
	width: 1em;
	position:absolute;
	bottom:-6px;
	right:0;
	height:1.5em
}*/

div.product_info > div.product_name{
	min-height:8.6vw;
}

div.product_info > div.product_name a {
	margin:20px 0;
	line-height: 1.5;
	overflow: hidden;
	position: relative;
	/*max-height: 4.5em; /*display ellipsis after 3 lines*/
	max-height: 6rem; /*display ellipsis after 3 lines*/
	width: 100%; /*taking the whole width*/
	text-align: center;
	float:left;
}

div.product_info > div.product_name a:before  {
	background: #fff;
	bottom: 0;
	position: absolute;
	right: 0;
	content: '\2026';

}

div.product_info > div.product_name a:after{
	content: '';
	background: #fff;
	position: absolute;
	height: 50px;
	width: 100%;
	z-index: 1;
}

p.item-quantity-display {
	margin-top:0px;
}

.product_listing_container .list_mode .product > .product_info > .product_name{
min-height: 2rem;
}

.widget_bundle_package_list .sku_bundle {
    font-size: 12px;
    font-weight: 700 !important;
    margin-top: 10%;
    padding-left: 10%;
    text-transform: uppercase;
}

.widget_bundle_package_list .product_listing_container .list_mode .product > .product_info > .product_description {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-width: 0;
    font-size: 15px !important;
    line-height: 120% !important;
    margin-top: 2px !important;
    padding-bottom: 2px;
}

.mainProductDesctiption .widget_bundle_package_list .carousel{
  background-color: #f8f9fb !important;
}

/*overwriting legacy1_1 */
div.forgot_password_container > div.myaccount_header {
	padding: 0px;
	border:0px;
	background-color:#fff;
	margin-bottom:1rem;
}

/*fix for 110510 UAT:  Order Summary, Thank You Pages, box cuts off column titles at small tablet sizes*/

@media screen and (min-width:768px) and (max-width:1280px){
	#orderDetailTableWrapper .tableHeaderProductDetails .cell span{
		font-size:0.9rem!important;
	}
	div.categoryRecommendationWidget.carousel>.content>ul>li{
		padding: 2.8vw;
	}
	.catPos >.product_image > a{
		height: 100%;
	}
}

#order_details .each{
	width:7rem;
}

#sliderDialog, #bannerDialog{
	display:none;
}

/*department menu for mobile view */
@media (max-width: 600px){
/* Departments menu */

	#departmentsButton {
		display: block;
		max-width:7rem;
		margin: 2px 90px 2px 15px;
	}

	#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: 0;
		right: 0;
		top: 100%;
		margin: 0;
		padding: 0 15px 15px 15px;
		background-color: #ffffff;
		border: 1px solid #c9cece;
		border-top: 3px solid #ffa200;
		border-radius: 0 0 4px 4px;
		color: #404040;
		font-size: 12px;
		list-style: none;
	}
	
	#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: -20px;
		top: 0;
		margin: 8px 0;
		padding: 8px;
		font-family: monospace;
	}
	.departmentMenu > .header > .toggle > span:before {
		content: "[+]";
		font-family: monospace !important;
		font-size: 14px;
		margin-top: 2px;

	}
	.departmentMenu > .header > .toggle.selected > span:before {
		content: "[-]";
		font-family: monospace !important;
		font-size: 14px;
		font-weight: 400;
		padding-right: 15px;
		margin-top: 2px;
	}
	.categoryList>li {

	margin-bottom: 0px;
	}

	.subcategoryList>li>a{

		font-size: 14px;
	}
	
	.subcategoryList > li > a{

		margin-left: 0;
	}

	/* Category list */

	.categoryList {
		display: none;
		border-bottom: 1px solid #ffa200;
	}
	.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;
	}

 
	.wish_order_list > .message > .close > .close_text {
    color: #777777;
    float: right;
    font-size: 11px;
    height: 13px;
	}

	.wish_order_list > .message > .close > .close_icon {
    background-image: url("../images/colors/color1/close_circle_sprite2.png");
    background-repeat: no-repeat;
    float: right;
    height: 8px;
    margin-left: 4px;
    margin-top: 4px;
    width: 8px;
	}
	.wish_order_list > .message > .close:hover > .close_text{
	text-decoration:underline;
	}

	.wish_order_list > .message > .close:hover > .close_icon{
	background-position: 0 -8px;
	}



	.catPos >.product_image > a{
		height: 100%;
	}


	/* Santiago Changes for Mobile */

	/*header */

	#quickLinksBar>li>a{

	font-size: 12px;
	}

	#departmentsButton {

	text-align: left;
	}

	.greenBar, .blueBar{

	padding: 0 20px !important;
	white-space: nowrap !important;

	}

	.blueBar *, .greenBar *{
	text-overflow: ellipsis  !important;
	overflow: hidden !important	;
	}

	.categoryList>li{

	width: calc(100% - 10px);
	}

	.departmentMenu.active .categoryList{
	margin-top: 15px;
	}

	.categoryList>li{

	padding-bottom: 15px;
	}

	.subcategoryList{
	padding-bottom: 20px;
	}

	#quickLinksMenu li:nth-last-child(2){
	border-bottom-style: solid !important;
	border-width: 0 0 1px 0 !important;
	border-color: #eee !important

	}

	/* hide chat link for mobile devices from the top menu */

	#lpchatheader{
		display: none;
	}
	
	#lpchatheader_alt > div > div > div
{
margin: -10px 0px;
padding: 10px 15px;
line-height: 12px
}
	/* Footer */

	#footer{

		width: 100%
	}

	#footerRow1>.section>ul>li>a{
		font-size: 10px;
	}

	/* home page */

	#contentWrapper div.categoryRecommendationWidget{

	width: 85%;
	}

	#contentWrapper .rowContainer > .subContainerWidth, #contentWrapper .subContainerWidth{

	width: 100%
	}

	#homeNewProductBanner{

	padding: 0 20px;
	margin-top: 0px;
	}

	.catalogEntryRecommendationWidgetPos{

	padding: 0 !important;
	margin: 0 !important;
	border:none !important;
	}

	.catalogEntryRecommendationWidget {

 	border:none !important;
	}

	.prodSpaceLeft{

	padding-left: 20px;
	}

	.homeFeaturedCategories{

	padding-right: 20px;
	}

	.homeFeaturedProducts{

	margin-bottom: 30px;
	}

	div.catalogEntryRecommendationWidgetPos  div.content{

	margin: 0 60px !important;
	}
	div.catalogEntryRecommendationWidgetPos  div.content  ul > li{

	padding: 0 14px !important;
	}

	div.product_info > div.product_name a{

	left: 0;
	}

	.pageControl.dot > a{

	width: 10px;
	height: 10px;
	margin-bottom: 0;
	margin-top: 20px
	}
	.pageControl{
	position: relative;
	}

	.contentCarouselWidget>.nextPageButton{

	margin-right: 14px;
		display: none;
	}
	.contentCarouselWidget>.prevPageButton{
	margin-left: 10px;
		display: none;
	}
	.contentCarouselWidget{

	background-color: transparent !important;
	}

	div.product_info > div.product_name a{

	width: 100%;
	}

	div.categoryRecommendationWidget{

	margin-top: 15px !important
	}

	.row.margin-true > div > div:last-of-type{

	margin-top: 1px !important;
	}

	.homeFeaturedProducts{

	margin-bottom: 10px;
	}

	.homeFeaturedProducts>div{
	width: 100% !important;
	}


	.homeFeaturedProducts>div:last-of-type{

	border:none;
	margin-bottom: 0;
	}

	.homeFeaturedCategories>div{
	padding-bottom: 10px !important;
	}

	.homeFeaturedProducts>div{

	padding-bottom: 10px !important;
	}

	.slide{

	overflow: hidden !important;

	}
	.slide img{

	max-height: 100% !important
	
	}

/*	div.categoryRecommendationWidget.carousel>.nextPageButton{

		right: -1rem;
	}
	div.categoryRecommendationWidget.carousel>.prevPageButton{
		left: -0.9rem;
	}
*/
	/*Product Page */

	#add2CartBtn, #addToShoppingListBtn{

		max-width: none;
	}

	.productInformationText ul{

		padding-left: 20px
	}

	.producInformationSections{
		padding-top: 20px !important;
	}
	.product_page_content .widget_product_image_viewer .image_container {

		width:100%;
		margin-top: 20px;
	}

	.productImageLeft{

		padding-left: 20px;
		padding-right: 10px;
	}

	.product_page_content #productSlot56{

		padding-left: 20px;
	}

	div.productContentRight  h1.main_header{

		margin-top: 0;
	}

	.productPageDivider{
	border: none;

	}


	.product_page_content .col3_info{
	margin-top:0;
	}
	
	span.sku{
		margin-left: -70px !important;
	}

	#productSocialIcons{
	margin-bottom: 30px;
	}


	.product > .product_image img{

	min-height: 100px;
	}

	div.catalogEntryRecommendationWidget.carousel>.prevPageButton, div.catalogEntryRecommendationWidget.carousel>.nextPageButton {

	 /*background-color: transparent !important;*/
	}

	.catPos >.product_image > a{
		height: 100%;
	}

	.carousel.padding-true>.content{
	 margin: 0 1vw;
	/*margin: 0 36px;*/
	}

	.product{

	min-height: 0;
	}
	div.product_info > div.product_name a:before{
	
	}

	div.product_info > div.product_name a{

  display: block;
  height: 66px;
  overflow: hidden;
 
	}

	.row.margin-true > div > div:last-of-type{

	margin-bottom: 0;
	}

	#NotifyAvailableButton{

	width: 100%;
	max-width: 100%;
	}

	.product_text_gift{

	padding-top: 30px;
	}

	/* Subcategory page */


	.collectionsFilterBox{
	padding: 0 20px;
	margin:0;
	}
	.collectionsProducts{
	margin-bottom: 0px;
	}

	.productListingWidget>.header_bar{

	margin-top:20px;
	}

	#content .collapsible>h3, .categoryNavWidget.collapsible>h3, .linkWidget.collapsible>h3{

	padding-left: 10px;
	}

	#content .collapsible[aria-expanded="false"]>h3:before, .categoryNavWidget.collapsible[aria-expanded="false"]>h3:before, .linkWidget.collapsible[aria-expanded="false"]>h3:before{
	left:86.4%;
	}
	#content .collapsible>h3:before, .categoryNavWidget.collapsible>h3:before, .linkWidget.collapsible>h3:before{
	left:86.4%;
	}

	.product_listing_container{

	
	}

	.product{

	/*padding: 10px;
	margin:5px;*/
	}

	.product_addToCart{

	width: 100%;
	text-align: center !important;
	}

	.grid_mode .product_price{

	/*width: 100%;*/
	margin-left: 0;
	}

	.grid{
	margin: 0 5px;
	}

	.product_listing_container > .grid_mode li{

	padding-top: 0;
	}

	.product_listing_container{

	margin-top: 20px;
	margin-bottom: 20px;
	}

	#catalog_search_result_information{
	display: none;
	}

	div.catalogEntryRecommendationWidget{

		margin-left:0 !important;
	}

	.departmentPageFeaturedProducts{

		padding: 0!important;

	}

	.departmentPageFeaturedProducts .facetContainer{

		padding: 0 20px;
	}


	/* mini cart */
	#cartDropdown>.content{
	margin: 10px;
	}

	div#widget_minishopcart_popup>#cartDropdown>.content>.products>.product>.product_image, div#widget_minishopcart_popup_1>#cartDropdown>.content>.products>.product>.product_image{
	padding: 30px 0px 5px 130px !important;
	}

	div#widget_minishopcart_popup>#cartDropdown>.content>.products>.product>.product_image, div#widget_minishopcart_popup_1>#cartDropdown>.content>.products>.product>.product_image{
	padding: 5px !important;
	max-width: 120px;
	display: block;
	
	}
	div#widget_minishopcart_popup>#cartDropdown>.content>.products>.product>.product_image:after, div#widget_minishopcart_popup_1>#cartDropdown>.content>.products>.product>.product_image:after{

	content: "";
	clear: both;
	display: block
	}


	div#widget_minishopcart_popup>#cartDropdown>.content>.products>.product>.product_name, div#widget_minishopcart_popup_1>#cartDropdown>.content>.products>.product>.product_name{

	margin-top: 0;
	margin-bottom:0;
	}


	.minicart_right{

	width: 100% !important;
	text-align: left !important;
	}

	div#widget_minishopcart_popup>#cartDropdown>.content>.products>.product>.product_name a, div#widget_minishopcart_popup_1>#cartDropdown>.content>.products>.product>.product_name a{
	line-height: 100% !important;
	font-size: 12px;
	}


	/* Error Message */

	div.store_message{

	max-width:90%;
	min-width: 90%;

	}


	/* Shopping cart */

	#orderItemDisplay{

	margin: 0;
	}

	#continueShoppingButton{

		margin-right: 0;
		margin-left: 0;
		margin-top: 20px;
		padding-right: 0 !important;

	}

	#continueShoppingButton div.button_text{

		padding: 0 22px;
	}

	#saveShoppingButton{
		padding-right: 0 !important;
	}

	#box.shopping_cart_box{

		padding: 0 20px;
	}
	#total_breakdown{

		padding: 0;
	}

	.shopcart_mobileView{
		padding: 0;
	}
	.proceed_to_checkout_button{
		margin: 0;
	}

	div.proceed_to_checkout_button a.button_primary{

		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mobile_login #customers_new_or_returning{

		margin-right: 0;
		margin-left: 0;
	}



	/* End of screen max 600 */
}


#productSocialIcons > #lpchat{
	float: left;
    margin-right: 2.6rem;
    font-weight: 700;
    color: #0092BC;
}

h1#Bazaarvoicewarningmessage{
	font-size: 1.2rem;
}

#ContactUsErrorMessageId{
	color: red;
}

iframe[title="recaptcha challenge"] {
    display: block;
}  

#total_breakdown .promotion_button a.promotion_apply_button 
{
	margin-top: 0.15rem;
}

#order_details_table p.orderitem
{
	margin-bottom: 0px;
}


.dob {
    clear: both;
    border: solid;
    border-color: #fff;
    border-width: 1px 0 0 0;
    padding-top: 20px;
    text-align: left;
	box-shadow:0 -1px 0 #e5e5e5;
	box-pa
}
