/* page structure */
/*body {
	padding-top: 20px;
	padding-bottom: 20px;
}
    */

/* Navigational Elements */

body {
	/*background: url(images/ssav-bg.jpg);*/
	background-color:#e8e8e8;
}

.btn-primary {
	color: #ffffff;
	background-color: #29598A;
	border-color: #29598A;
}

a {
	color: #29598A;
	text-decoration: none;
}

.swb {
	padding: 5px;
	box-shadow: 0px 0px 10px 1px rgb(119 119 119 / 51%);
	-webkit-box-shadow: 0px 0px 10px 1px rgb(119 119 119 / 51%);
	border: solid 1px #999;
	margin-bottom: 5px;
	background-color: White;
	margin-left: 3px;
	margin-right: 3px;
}

	.swb img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		height: auto;
		aspect-ratio: attr(width) / attr(height);
	}

.topnav, .footernav {
	margin-top:8px;
}

	.footernav .navbar-nav {
		margin: 0px;
	}

.hideonload {
    display:none;
}

 .forceupper input {
    text-transform:uppercase;
}
.nav-input-pad {
	padding: 9px 15px 0px 15px;
}

.nav-button-pad {
	padding: 5px 15px 0px 15px;
}


.header-cart {
	margin: 0;
}

.clearfix {
    clear:both;
}
@media (min-width: 768px) {
	.navbar-form.navbar-right:last-child {
		margin-right: 0px;
	}
	.navbar-form.search-wrap{
	padding-top: 8px;
	margin-top: 0px;
}
    .navbar-nav > li > a {
        padding:3px 10px 3px 10px;
    }
}

/* Global Element Styles */
input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], select {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* Call to Action Buttons */

input.AddToCartButton, input.UpdateWishButton, input.CheckoutNowButton, #OnePageCheckoutWrap input.PlaceOrderButton,
 input.ShippingPageContinueCheckoutButton, input.PaymentPageContinueCheckoutButton, input.ReviewPageContinueCheckoutButton,
div[id$='pnlEmailGiftCards'] input[type='submit'], input[id$='RegisterAndCheckoutButton'], input[id$='LoginButton'] {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	background-image: none;
}

	input.AddToCartButton:hover, 
    input.UpdateWishButton:hover, 
    input.CheckoutNowButton:hover, 
    #OnePageCheckoutWrap input.PlaceOrderButton:hover,
    input.ShippingPageContinueCheckoutButton:hover, 
    input.PaymentPageContinueCheckoutButton:hover, 
    input.ReviewPageContinueCheckoutButton:hover,
	div[id$='pnlEmailGiftCards'] input[type='submit']:hover,
    input[id$='RegisterAndCheckoutButton']:hover, 
    input[id$='LoginButton']:hover, 
	input[id$='btnNewAddress']:hover, 
    input[id$='btnReturnUrl']:hover, 
    input[id$='btnMoveToCart']:hover {
		color: #ffffff;
		background-color: #3276b1;
		border-color: #285e8e;
		background-image: none;
	}

input[id$='btnMoveToCart'] {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	background-image: none;
	padding: 5px 5px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 3px;
	margin: 7px 0px 0px 0px;
}

input.PaymentPageContinueCheckoutButton, 
input.ShippingPageContinueCheckoutButton, 
div[id$='pnlEmailGiftCards'] input[type='submit'], 
input.UpdateWishButton {
	margin: 10px 0 40px 0;
	display: block;
}

/* SPECIFIC STYLES FOR ELEMENTS START HERE */

/* Checkout Styles */

.cartProductQuantity input[type="text"] {
	height: 30px;
	width: 35px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	margin: 8px 5px 5px 0px;
}

.cartProductQuantity div a, .cartProductSubtotal span {
	padding: 5px 5px 5px 0px;
	display: block;
}

.cartProductQuantity span {
	float: left;
	padding: 0 10px 0 0;
}

.shoppingcartproductname {
	padding: 5px 5px 5px 0px;
	display: block;
}

.CheckoutNowButton, .ContinueShoppingButton {
	margin: 10px 0 0 0;
}

.OrderOptionsRowHeader {
	font-weight: bold;
	display: block;
	padding: 0 5px 5px 0px;
}

.subTotalValue {
	font-weight: bold;
	font-size: 16px;
}

div[id$='pnlCartAllowsShippingMethodSelection'] td[style='width:250px;'] {
	width: 0 !important;
}

/* SOPC Styles */
#OnePageCheckoutWrap #OPLeftCol {
	width: 70%;
}

#OnePageCheckoutWrap #OPRightCol {
	width: 28%;
}

#OnePageCheckoutWrap #ShipMethodWrap, 
#OnePageCheckoutWrap .paymentMethodContents table,
#OnePageCheckoutWrap .nextStepWrap .ErrorBox, 
#OnePageCheckoutWrap .errorBlock {
	width: 100%;
}

@media (max-width: 768px) {
	/* Multi-step checkout and account page responsive fixes */
	input[id$='TextCardSecurity']{
		min-width: 60px;
	}
	#walletAddPaymentWrap table td{
		display: block;
	}
	.InfoMessageBox input[type='text'], 
    .InfoMessageBox select {
		width: 100%;
		margin: 4px 0 0 0;
	}
	
	.InfoMessageBox table td, 
    div[id$='pnlPaymentOptions'] table td {
		display: inline;
	}

		img[id$='checkoutheadergraphic'], #CheckoutSequence, div[id$='pnlPaymentOptions'] table td[style='width:210px;'], div[id$='pnlPaymentOptions'] br,
		table.accountPanel hr, div[id$='pnlEmailGiftCards'] br, div[id$='pnlAddNewAddress'] br, div[id$='pnlAccountInfo'] hr, div[id$='pnlBillingInfo'] hr,
		div[id$='pnlShippingInfo'] hr {
			display: none;
		}

	span[id$='lnkEditOderLink'] {
		display: block;
		border-top: solid 1px #000;
		border-right: solid 1px #000;
		border-left: solid 1px #000;
		padding: 0px 4px;
	}

	.shoppingCartContainer span[id$='lnkEditOderLink'] {
		display: none;
	}

	select[id$='cboShipToAddress'] {
		width: 100%;
	}

	table[id$='ctrlShippingMethods'] label {
		display: inline;
		font-weight: normal;
		padding: 0 0 0 4px;
	}

	#ctl00_PageContent_checkoutheadergraphic {
		width: 100%;
	}


	table.accountPanel table:first-of-type {
		margin: 5px;
		width: 98% !important;
	}

	table.accountPanel input[type='text'], table.accountPanel input[type='password'], div[id$='pnlEmailGiftCards'] td input[type='text'],
	div[id$='pnlAddNewAddress'] input[type='text'], div[id$='pnlAddNewAddress'] select, div[id$='pnlLogin'] input[type='text'], div[id$='pnlLogin'] input[type='password'],
	div[id$='pnlAccountInfo'] input[type='text'], div[id$='pnlAccountInfo'] input[type='password'], div[id$='pnlBillingInfo'] input[type='text'], div[id$='pnlBillingInfo'] select,
	div[id$='pnlShippingInfo'] input[type='text'], div[id$='pnlShippingInfo'] select, table[id$='tblNewAddress'] select, table[id$='tblNewAddress'] input[type='text'],
	div[id$='ctrlAddress'] input, div[id$='ctrlAddress'] select, div[id$='pnlEmailToFriend'] input[type='text'], div[id$='pnlEmailToFriend'] select {
		width: 96% !important;
		margin: 4px 0px 0px 0px;
	 
	}

	div[id$='pnlEmailGiftCards'] textarea {
		width: 100% !important;
	}

	div[id$='pnlEmailGiftCards'] td, div[id$='pnlAddNewAddress'] td, div[id$='pnlLogin'] td,
	div[id$='pnlAccountInfo'] td, div[id$='pnlBillingInfo'] td, div[id$='pnlShippingInfo'] td, table[id$='tblNewAddress'] td,
	div[id$='ctrlAddress'] td, div[id$='pnlEmailToFriend'] td, .cartProductName table td {
		display: inline;
		width: 100%;
	}

	table.accountPanel td
	{
		display:block;
		text-align:left;
		width:100%;
	}

	div[id$='pnlLogin'] span[id$='Label11'] {
		width: 100%;
		display: inline-block;
		padding: 0 0 10px 0px;
	}

	div[id$='pnlLogin'] span[id$='Label5'] {
		width: 100%;
		display: inline-block;
	}

	table.orderHistoryTable td {
		width: auto;
		display: table-cell;
	}

	table.orderHistoryTable td:nth-of-type(3), table.orderHistoryTable td:nth-of-type(6) {
		display:none;
	}

	div[id$='pnlAddNewAddress'] {
		width: 100%;
	}

	div[id$='ctrlBillingAddress'], div[id$='ctrlNewAddress'] {
		margin: 0px 0px 0px 4px;
	}

	table[id$='tblShippingInfoBox'] table {
		margin: 0px 0px 0px 2px;
	}
	/* BEGIN Checkout anon */
	div[id$='FormPanel'] #table1 td {
		width: 100%;
		display: inline;
	}

	div[id$='FormPanel'] #table1 br, div[id$='FormPanel'] #table1 span[id$='Label1'] {
		display: none;
	}

	div[id$='FormPanel'] #table1 input[type='text'], #table1 input[type='password'] {
		width: 96% !important;
		margin: 4px 0px 0px 0px;
	}

	div[id$='FormPanel'] #table2 span[id$='Label5'] {
		width: 100%;
		padding: 5px 0px 0px 0px;
		display: block;
		font-size: 10px;
	}

	div[id$='FormPanel'] #table2 a[id$='HyperLink1'] {
		width: 100%;
		padding: 0px 0px 15px 0px;
		display: block;
		border-bottom: solid 2px #cecece;
		font-size: 10px;
	}

	div[id$='FormPanel'] #table1 span[id$='Label6'], div[id$='FormPanel'] #table1 span[id$='Label7'] {
		width: 100%;
		padding: 0px 0px 8px 0px;
		display: block;
		font-size: 16px;
	}

	input[id$='RegisterAndCheckoutButton'] {
		margin: 0 0 40px 0px;
	}
	/* END Checkout anon */

	/*SOPC responsive fixes */
	#OnePageCheckoutWrap #OPRightCol {
		width: 100%;
	}

	#OnePageCheckoutWrap #OPLeftCol {
		width: 100%;
		margin-bottom: 25px;
	}

	#OnePageCheckoutWrap .subSection {
		padding: 0px;
	}

	.LoginLayoutTable{
		width: 100%;
	}

	#OnePageCheckoutWrap .addressInputCell input[type='text'], #OnePageCheckoutWrap .addressInputCell select, #OnePageCheckoutWrap .paymentMethodContents select,
	#OnePageCheckoutWrap .paymentMethodContents input[type='text'] {
		width: 98%;
	}

	#OnePageCheckoutWrap .addressLabelCell, #OnePageCheckoutWrap .addressInputCell, #OnePageCheckoutWrap #CCDetailsTable td,
	#OnePageCheckoutWrap .paymentMethodContents table td {
		width: 100%;
		display: block;
	}

	#OnePageCheckoutWrap .shipAddressWrap input[type='text'], #OnePageCheckoutWrap .shipAddressWrap select {
		width: 93%;
	}

	#OnePageCheckoutWrap .paymentMethodContents {
		margin: 0px;
	}

	#OnePageCheckoutWrap #CreditCardIconsWrap {
		float: none;
	}
	#OnePageCheckoutWrap .checkoutBlock input[type='text'],
	#OnePageCheckoutWrap .checkoutBlock select,
	#OnePageCheckoutWrap .checkoutBlock textarea,
	#OnePageCheckoutWrap .LoginLayoutTable input[type='text'], #OnePageCheckoutWrap #createAccountTable input[type='password'] {
		width: 96% !important;
	}

	#OnePageCheckoutWrap .checkoutBlock td,
	#OnePageCheckoutWrap .LoginLayoutTable td,
	#OnePageCheckoutWrap #createAccountTable td {
		width: 100%;
		display: block;
		vertical-align: top !important;
		text-align: left;
	}
	#OnePageCheckoutWrap .paymentFormLabel{
		text-align: left;
	}
	#createAccountTable {
		width: 100%;
	}
}

.account-page .form-control {
    min-width: 300px;
    width: auto;
    display: inline-block;
}
#OnePageCheckoutWrap .opcCouponCodeWrapper {
	width: auto;
}
#OnePageCheckoutWrap .cartItemDetails {
	float: none;
	width: auto;
}

@media only screen and (max-width: 768px) {
	table.SiteMap > tbody > tr > td, table.SiteMap > tr > td {
		display: block;
		width: auto !important;
	}
}

@media only screen and (max-width: 768px) {
	.ShippingAndTaxEstimateAddress td {
		width: 100% !important;
		display: block;
		padding: .25rem;
	}
}

table.SiteMap td {
	width: auto !important;
}

/* Contact Form */
div[id$='pnlContactForm'] > table td {
	padding: .25em;
}

@media only screen and (max-width: 768px) {
	div[id$='pnlContactForm'] > table, div[id$='pnlContactForm'] tbody, div[id$='pnlContactForm'] tr {
		display: block;
	}

	div[id$='pnlContactForm'] .First {
		text-align: left;
	}

	div[id$='pnlContactForm'] > table td {
		display: block;
		width: 100% !important;
	}
}


/* Product Page */
.ProductNameText {
	font-size: 18px;
	font-weight: bold;
}


.ssav-product-box {
	color: white;
	border: solid 1px #999;
	padding: 5px;
	background: white;
	margin-bottom: 10px;
}

.ssav-product-box .product-title {
    color:white;
    background:#444;
    padding:10px 20px;
    font-size:24px;
    font-weight:bold;
	margin:0;
}

.product-page h3 {
	font-size:20px;
}

#productTopBox {
	text-align: right;
	padding: 1.5em 10px 10px 10px;
}

#sku {
	display: block;
}

#price {
	font-weight: bold;
	font-size: 1.5em;
	display: block;
}

.SalePrice {
	color: #cc0000 !important;
}

#description, #quoteBox, #otherinfo {
	margin: 10px;
}

.productRewardsInfo {
	background-color: black;
	color:white;
	min-height:55px;
	overflow:hidden;
	padding:10px 15px;
 
	font-weight:normal;
	text-align:right;
}

	.productRewardsInfo a {
		color: #8dd8f8;
	}

.product-title-repeat {
    font-size:24px;
    font-weight:bold;
  
    border-bottom:dotted 1px #bbb;
    padding:3px 0 10px 0;
    line-height:1.2;
}


.prodHeader {
	width: 99.5%;
	height: 1.2em;
	color: #6B6F83;
	clear: both;
	font-weight: bold;
	font-size: 1.2em;
	padding: 3px 5px;
	border-bottom: solid 2px #4776BD;
}

#quoteBox input, #quoteBox select {
	font-size: 1em;
	display: block;
	margin: 5px 0;
}

#mainImg {
	margin: 0 10px 10px 0;
	float: left;
}

.addToForm {
	margin-top: 1em;
}

#shipQuoteLabels {
	width: 10em;
	height: auto;
	float: left;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

	#shipQuoteLabels label {
		display: block;
		line-height: 2em;
	}

#ShipQuote, #yourQuote {
	font-weight: bold;
	line-height: 2em;
}

#shipQuoteWrapper {
	height: auto;
	float: left;
}

#navArrows {
	float: right;
}

.variant-info {
 overflow:hidden;
}

.variant-info-wrap .custoptions {
    padding-top:5px;
}
.variant-info-wrap .custoptions div {
    
}
.variant-info-wrap .custoptions div span {
    color:green;
}
.variant-info-wrap .custoptions div.invalid span {
    color:#CCC;
    display:none;
}

.variant-info-wrap .custoptions .canship,
.variant-info-wrap .custoptions .cancollect {
    padding-left:18px;
    background-image: url(images/shiptick.png);
    background-repeat:no-repeat;
}
.variant-info-wrap .custoptions div.invalid {
    color:#CCC;
    display:none;
}
.add-to-cart-group {
    text-align:right;
    overflow:hidden;
    padding-bottom:5px;
    float:right;
}


.add-to-cart-group .quantity-label {
    float:left;
    vertical-align:middle;
    padding:5px 0;
}

.add-to-cart-group input[type="button"],
.add-to-cart-group input[type="submit"] {
    background:#009900;
	border:#009900;
    color:white;
    width:148px;
    float:left;
    margin-left:5px;
}

	.add-to-cart-group input[type="button"]:hover,
	.add-to-cart-group input[type="submit"]:hover {
		background: #007700;
		border: #007700;
		color: white;
		width: 148px;
	}
.add-to-cart-group input.quantity-field {

    text-align:right;
    max-width:50px;
    float:left;
    margin-left:5px;

}
.product-description, .product-options, .variant-price, .add-to-cart-wrap, .quantity-discount-wrap, .product-spec-link-wrap, .email-a-friend-wrap, .promotion-call-to-action, .inventory-table, .stock-indicator {
	margin-bottom: 16px;
}

	.add-to-cart-wrap small {
		font-size: inherit;
		font-weight: bold;
	}

.variant-options-label {
	font-weight: bold;
}

.variant-price {
	font-size: 1.5em;
}

.product-image-wrap img[id^='ProductPic'] {
	display: block;
	max-width: 100%;
	height: auto;
}

.quantity-discount-wrap br {
	display: none;
}

.quantity-discount-wrap p {
	display: inline;
}

.quantity-discount-wrap small {
	font-size: inherit;
}

.email-a-friend-link {
	background: url('images/mailicon.gif') no-repeat scroll left center;
	padding-left: 18px;
}

.altproduct {
    padding-bottom:15px;
}

.altproduct a, .altproduct a img {
    outline:none;
    color:black;
}

.altproduct a.btn {
    color:white;
}

.altproduct .prodimg img {
    margin: 0 auto;
}
.altproductheader {
    background:#ddd;
    padding:5px;
    text-align:center;
    font-weight:bold;
    font-size:14px;
    margin-bottom:5px;
}

.altproduct .salesmsg {
    min-height:45px;
    display:block;
    font-style:italic;
    position:relative;
    border-bottom:dotted 1px #ccc;
    margin-bottom:5px;
}

.altproduct .salesmsg span {
    position:absolute;
    bottom:0;
}

.altproduct .prodname {
    min-height:80px;
}

.altproduct .pricecomparison {
    min-height:40px;
}

    .altproduct .pricecomparison .save {
        font-weight: bold;
        color: #800000;
        float:right;
    }

    .altproduct .pricecomparison .was {
 float:right;
        text-decoration:line-through;
    }

    .altproduct .price {
        clear:both;
        font-size:20px;
        font-weight:bold;
        text-align:right;
        color:#800000;
    }


	.view-product-in-ar {
		margin:0 auto;
		max-width:fit-content;
		font-size:120%;
	}

	.view-product-in-ar a {
		cursor:pointer;
		text-decoration:none;
	}

	.view-product-in-ar img.ar-icon {
		height:40px;
		margin-right:10px;
	}


#modalVR {
	width: 90vw;
	max-width:900px;
	height: 90vh;
	margin: auto;
	z-index: 2000000002;
	overflow-y: hidden;
}

@media (max-width: 992px) {
	#modalVR {
		width: 90%;
	}
}


	#modalVR a.close-modalVR {
		background: black;
		padding: 5px 13px;
		color: white;
		text-decoration: none;
		font-weight: bold;
		display: inline-block;
		float: right;
		border-radius: 5px 5px 0 0;
		cursor:pointer;
	}	
	
	/* kit specific styles */
	.kit_table {
	width: 100%;
}

.kit_column_sidebar {
	padding-left: 8px;
	width: 33%;
}

.kit_groups {
	width: 100%;
}

.kit_sidebar_content {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 8px;
}

.kit_sidebar_header {
	background-color: #efefef;
	padding: 5px 10px 5px 10px;
	border: solid 1px #ccc;
}

.kit_addToCart {
	padding-bottom: 8px;
}

	.kit_addToCart input {
		margin-top: 2px;
		margin-bottom: 2px;
	}

	.kit_addToCart br {
		display: none;
	}

.kit_priceDisplay {
	padding-bottom: 8px;
}

	.kit_priceDisplay .kit_regBasePrice {
		text-decoration: line-through;
	}

.kit_selectedItems {
	border-top: solid 1px #ccc;
	padding-top: 8px;
}

	.kit_selectedItems li {
		margin-bottom: 4px;
	}

	.kit_selectedItems > ul {
		padding-left: 24px;
	}

.kit_groups textarea {
	border: 1px solid #A7A6AA;
}

.kit_group {
	margin-bottom: 10px;
}

.kit_groupName {
	background-color: #efefef;
	padding: 5px 10px 5px 10px;
	border: solid 1px #ccc;
	cursor: pointer;
}

.kit_groupDescription {
	display: block;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}

.kit_groupContent {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: middle;
}

.kit_line_item {
	border-style: none;
}

.kit_disabled_item {
	text-decoration: line-through;
}

.kit_group_image {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.kit_kititemImage_hoverPanel {
	background-color: White;
	border: solid 1px #ccc;
	word-wrap: break-word;
}

.kit_groupitem_image {
	padding-left: 25px;
}

.kit_groupItem_nameLabel {
	cursor: pointer;
}

.kit_group img[id$='_imgFile'] {
	display: block;
	max-width: 100%;
	height: auto;
}

#kitProductPanel .tab-pane .btn-primary {
	white-space:normal;
}

@media (max-width: 768px) {
	.kit_groupContent select {
		width: 90%;
	}

	.kit_groupContent input[type='text'] {
		width: 90%;
	}

	.kit_table .kit_column_content {
		width: auto;
		display: block;
	}

	.kit_table .kit_column_sidebar {
		display: block;
		width: auto;
		padding-left: 0px;
	}
	.kit_groupitem_image {
	  display: block;
	  max-width: 100%;
	  height: auto;
	}
}

/* cart page upsell */
.cart-upsell-products {
	padding-top: 16px;
}

/*grid item styles for entity pages, related, upsell etc. */
.grid-item {
	padding-bottom: 16px;
	text-align: center;
}

.grid-item-image {
	margin: 0px auto;
}

.grid-item-image-wrap {
	padding-bottom: 8px;
}

/* entity page */
#entityPageHeader p {
	margin-top: 0;
}

#entityPageHeader img {
	margin: 0 1em 0.5em 0;
	float: right;
}

.entity-image {
	margin: 0px 8px 8px 0px;
}

.entity-page-description {
	margin-bottom: 8px;
}

.sub-entity-list {
	margin-bottom: 16px;
}



/* other selectors */
.MediumCell, .LightCell {
	border: none;
}

.error {
	font-weight: bold;
	color: Red;
}

.errorLg {
	color: Red;
	font-size: 12px;
	font-weight: bold;
}

.SBProdName {
	font-size: .7em;
}

.SBCatName {
	font-size: .8em;
	font-weight: bold;
}

.PBCartFull {
	font-size: .7em;
	color: Blue;
	font-weight: bold;
}

.InfoMessage {
	font-weight: bold;
	color: #0000ff;
}

/* ajax Shipping*/
#AjaxShipping {
	width: 99%;
	border: solid 1px #444;
	height: 100%;
	float: left;
	padding: 3px;
}

	#AjaxShipping h4 {
		margin: 0 0 0.5em 0;
		font-weight: bold;
		font-size: 1.1em;
	}

.AjaxShippingLabel {
	width: 175px !important;
	float: left;
	font-weight: bold;
	clear: left;
}

#AjaxShipping input, #AjaxShipping select {
	font-size: 1em;
	float: left;
}

#AjaxShippingCountry, #AjaxShippingState, #AjaxShippingZip, #AjaxShippingEstimate {
	float: left;
	clear: left;
	border-top: solid 1px #eee;
	width: 99%;
	padding: 3px 0;
}

#ShipQuote {
	float: left;
	margin: 0;
}
/* set Visibility to :hidden and uncomment 'display' to turn off */
#AjaxShippingCountry {
	visibility: visible;
	/*display:none;*/
}

#AjaxShippingState {
	visibility: visible;
	/*display:none;*/
}

.dhtmltooltip {
	padding: 8px;
	font-size: 12px;
	background-color: #fff;
	border: solid 1px #ccc;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.CardCodeTooltip {
	border: 0;
	padding: 2px;
	background-color: #DDD;
}

.Kit2dhtmltooltip {
	border: 0;
	margin-top: 20px;
	padding: 2px;
}

.ShippingAndTaxEstimateAddress {
	border: solid 1px #aaa;
	width: 100%;
}

	.ShippingAndTaxEstimateAddress .Header {
		text-align: center;
		font-weight: bold;
		background-color: #ddd;
	}

	.ShippingAndTaxEstimateAddress .Caption {
		width: 30%;
		text-align: left;
		vertical-align: top;
	}

	.ShippingAndTaxEstimateAddress .Value {
		width: 70%;
		text-align: left;
		vertical-align: top;
	}

	.ShippingAndTaxEstimateAddress .ErrorMessage {
		width: 100%;
		text-align: center;
		vertical-align: middle;
		color: Red;
		font-weight: bold;
	}

.ShippingAndTaxEstimator {
	border: solid 1px #aaa;
}

	.ShippingAndTaxEstimator .Header {
		text-align: center;
		font-weight: bold;
		background-color: #ddd;
	}

	.ShippingAndTaxEstimator .Caption {
		font-weight: bold;
		width: 30%;
		text-align: left;
		vertical-align: top;
	}

	.ShippingAndTaxEstimator .Value {
		width: 70%;
		text-align: right;
		vertical-align: top;
	}

.WishListWarning {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	color: #bb0000;
}

.ShippingEstimatorPanel {
	padding: 5px 5px 5px 5px;
}

#KitError {
	text-align: center;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
}

#lblKitError {
	color: red;
}

/* default class for stock hint display */

.StockHint_OutOfStock, .StockHint_Indented_OutOfStock {
	color: #bb0000;
}

.StockHint_InStock, .StockHint_Indented_InStock {
	color: #387FD3;
}

/* indented class variation for stock hint display */
.StockHint_Indented {
	text-indent: 10px;
}

/*RadioListItems.ascx has clickable labels*/
span[id$='lblItemName'] {
	cursor: pointer;
}

/*********************************************/
/*************For Featured Products***********/
/*********************************************/

.featuredProductLinks {
	color: #000000;
	font-weight: bold;
}

.featuredProductDescription {
	padding-top: 10px;
	font-weight: normal;
}

.featuredProductPrice {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}

.featuredTeaser {
	color: #000000;
	font-weight: bold;
}

/* css for product ratings */

.CommentHelpfulText {
	color: #009999;
}

.CommentHelpfulYes {
	color: #006600;
}

.CommentHelpfulNo {
	color: #006600;
}

.CommentCell {
	background-color: #FFFFFF;
}

.RatingCommentText {
	color: #000000;
}

.CommentAuthor {
	color: #000000;
}

/* checkout gift card */

.CheckoutEmailGiftCardHeader {
	font-size: 18px;
	padding: 0 0 15px 0px;
}

/* checkout terms and conditions */

.CheckOutTermsBorder {
	border-style: dashed;
	border-width: 1px;
	border-color: #000000;
}

/* affiliate page */

.AffiliateHeaderTd {
	/* -- original --
	font-size: smaller;
	font-weight:bold;
	color: #ffffff;
	background-color: #AAAAAA;
	-- -- */
	font-size: smaller;
	font-weight: bold;
	color: #ffffff;
	background-color: #CCCCCC;
	padding: 3px;
}

.AffiliateTextCell {
	background-color: #DDDDDD;
	color: #000000;
	padding: 3px;
}

.AffiliateLinks, .AffiliateLinks a:link, .AffiliateLinks a:active, .AffiliateLinks a:visited {
	color: #000000;
}

	.AffiliateLinks a:hover {
		color: #4776BD;
	}

.AffiliateForgotPasswordText {
	color: #000000;
}

	.AffiliateForgotPasswordText span {
		color: #000000;
		font-weight: bold;
	}

/* multi-ship */
.MultiShippingAddressHeaderLeft {
	color: #000000;
	background-color: #dddddd;
}

.MultiShippingAddressHeaderRight {
	color: #000000;
	background-color: #dddddd;
}

/* recent comments */

.RecentCommentsHeader {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	text-align: center;
	height: 25px;
}

.RecentCommentsHeaderBorder {
	background-color: #FFFFFF;
}

.RecentCommentsFooter {
	background-color: #CCCCCC;
}

.RecentCommentsBorder {
	background-color: #CCCCCC;
}

.RecentCommentsCell {
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}

.pnlRecentCommentSort {
	background-color: #FFFFCC;
}

.RecentCommentSortText {
	color: #FF0000;
}

.RecentCommentReSortText {
	color: #000000;
	font-weight: bold;
}

.RecentCommentIsolateHeader {
	background-color: #009999;
}

.RecentCommentIsolateHeaderText {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.RecentCommentIsolateCell {
	background-color: #FFFFFF;
	color: #000000;
}

.RecentCommentsPagingTop {
	background-color: #ffffff;
	color: #000000;
}

/* rating pop up */

.rateitBG {
	background-color: #336699;
	margin: 0px;
}

.rateittable {
	background-color: #336699;
}

.rateitlabel {
	font-weight: bold;
	color: #ffffff;
}

.rateitproductname {
	background-color: #FFFFCC;
}

.rateitbox {
	background-color: #FFFFFF;
}

.rateitddl {
	font-size: 10px;
}

.rateittext {
	font-size: 12px;
}

/*tabbed ui*/
#pagetabs {
}

	#pagetabs a {
		font-size: 14px;
		background: none repeat scroll 0 0 #EEEEEE;
		border-radius: 3px 3px 0px 0px;
		-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
		line-height: normal;
		margin-bottom: 0px;
		padding: 5px 10px 3px 10px;
	}

		#pagetabs a:hover {
			text-decoration: none;
		}

		#pagetabs a.activetab {
			background-color: #EEEEEE;
			background: -moz-linear-gradient(bottom,#bfbfbf 0,#bfbfbf 20%,#e0e0e0 100%);
			background: -webkit-gradient(linear,left bottom,left top,color-stop(0%,#bfbfbf),color-stop(20%,#bfbfbf),color-stop(100%,#e0e0e0));
			background: -webkit-linear-gradient(bottom,#bfbfbf 0,#bfbfbf 20%,#e0e0e0 100%);
			background: -ms-linear-gradient(bottom,#bfbfbf 0,#bfbfbf 20%,#e0e0e0 100%);
			background: -o-linear-gradient(bottom,#bfbfbf 0,#bfbfbf 20%,#e0e0e0 100%);
			background: linear-gradient(bottom,#bfbfbf 0,#bfbfbf 20%,#e0e0e0 100%);
		}

			#pagetabs a.activetab:hover {
				text-decoration: none;
			}

#tabcontent {
	border-radius: 0px 3px 3px 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	margin: 0px;
	width: 100%;
}

.tabContentItem {
	padding: 15px;
}

#tabcontent div.hiddenTab {
	display: none;
}

#tabcontent div.selectedTab {
	display: block;
}


.address_main {
	padding-top: 5px;
}

.addressdatalist {
	border: 1px solid rgb(90, 90, 90);
	width: 100%;
	border-collapse: collapse;
}

.addaddresstbl {
	border: 1px solid rgb(90, 90, 90);
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
}

.addressbuttonbg {
	text-align: center;
}

.addressbuttonbg_header {
	border-bottom: solid 1px #ccc;
}

.addressEdittbl {
	border: solid 1px #ccc;
	margin: 5px 0px 5px 0px;
}

.addressCardPanel {
	border: solid 1px rgb(90, 90, 90);
}

.addresseditctrl {
	padding: 10px 0px 10px 10px;
}

.addressaddctrl {
	padding: 10px 0px 10px 10px;
}

.addressfooter {
	padding: 5px 0px 5px 10px;
	margin-top: 10px;
	background-color: #F5F5F5;
	border: solid 1px #ccc;
}

.addressdatalist_header {
	background: transparent url('images/addressbook.gif') no-repeat scroll left bottom;
	height: 22px;
	width: 190px;
}

.addressImagebuttons {
	width: 70px;
	padding-right: 50px;
	vertical-align: top;
}

.addressPaymentMethodtbl {
	background-color: #cccccc;
	width: 100%;
}

.addressLabel {
	padding-right: 10px;
}

/* shipping method control */
.shippingMethodErrorMessage {
	font-weight: bold;
	color: #ff0000;
}

/* shoppingcart */
.shopping_cart {
	width: 100%;
	border: solid 1px #444444;
	padding: 5px;
}
/* account */
.accountPanel {
	width: 100%;
	border: solid 1px #444444;
	padding: 5px;
}

.orderHistoryTable, .orderHistoryTable td {
	border: 0px none;
}

	.orderHistoryTable tr:nth-child(odd) {
		background: #eee;
	}

/* tab image fix */
img[id*="info_gif"], img[id*="_imgShoppingCartTab"] {
	vertical-align: bottom;
}
/* opc fix */
#ctl00_PageContent_pnlAshland {
	font-size: 12px;
}

/* mini cart */

#divMiniCart {
	background-color: White;
	z-index: 999;
}

.miniCartCollapseHeaderPanel {
	text-align: right;
	padding-bottom: 2px;
	width: 300px;
	font-size: 8pt;
}

.miniCartCollapseBody {
	width: 300px;
	font-size: 8pt;
	height: 0px;
	overflow: hidden;
}

.mini_cart {
	color: #000000;
	font-size: 10px;
	width: 100%;
	border: solid 1px #444444;
}

	.mini_cart .cart_header {
	}

		.mini_cart .cart_header td {
			color: #FFFFFF;
			background: #699EDC url(images/nav-bg.gif) repeat;
			padding: 3px 3px 3px 3px;
		}

	.mini_cart .cart_items {
		padding: 5px;
	}

a.Checkout_Minicart {
	color: Blue;
	font-weight: bold;
}

.minicart_minimumQty {
	color: #ff0000;
	font-style: italic;
}

.minicartimg img {
	width: 75px;
	height: 75px;
}

#divMiniCart input[type='text'] {
	border: 1px solid #A7A6AA;
}

/*** Templating ********/
.template {
	border: solid 1px #ddd;
}

.template_header {
	background-color: #ddd;
	border: dashed 1px #ddd;
	padding: 5px 5px 5px 5px;
}

.template_header_settings,
.template_header_settings a,
.template_header_settings a:active,
.template_header_settings a:visited,
.template_header_settings a:link {
	cursor: pointer;
	text-decoration: none !important;
	font-size: 12px;
}

	.template_header_settings a:hover {
		color: #ffffff !important;
	}

.template_header_edit_options {
	border: solid 1px #919C9D;
	background-color: #fff;
}

	.template_header_edit_options ul,
	.template_header_edit_options li {
		margin-left: 10px;
		margin-right: 10px;
		padding: 0;
		display: list-item;
		list-style: none;
		line-height: 1.25em;
	}

.behavior_panel {
	border-style: none;
}

	.behavior_panel .behavior_left {
		width: 10%;
		background-color: #ddd;
	}

	.behavior_panel .behavior_option {
		width: 80%;
		background-color: #fff;
		padding: 5px 5px 5px 5px;
	}

.watermarked {
	color: #BBBBBB;
}

.pm_CCImage {
	padding-right: 5px;
}

.shoppingCartContainer .buySAFE_Kicker_Wrapper {
	float: right;
	display: block;
}

td.fieldHeader {
	font-size: 50%;
}

table.NewsletterBox {
	width: 20%;
}





tr.captchaBox {
	height: 80px;
}

/* promotion page */

.promotionlistitem {
	padding-bottom: 5px;
}

.promotionreason {
	font-size: 8pt;
}

.promotionCallToAction {
	background: none repeat scroll 0 0 transparent;
	color: red;
	font-weight: bold;
	padding: 3px;
}

.actionelement {
	cursor: pointer;
}

/* quantity discount table */
.quantitydiscountTable {
	padding: 4px;
	border: 0px;
	width: 130px;
}

	.quantitydiscountTable td {
		text-align: right;
	}

.recurringDiscountDisplay {
	color: #006600;
	display: inline-block;
}

.productCallToActionIsRecurring {
	color: red;
}

.SiteMap {
	font-size: 12px;
}

/* Downloads Page */
.downloadsPageWrap .downloadsWrap {
	margin: 0 0 20px 0;
}

.downloadsPageWrap .downloadInfo {
	margin: 0 0 10px 0;
}

.downloadsPageWrap input.downloadButton {
	background: #02A898 url(images/shadow.png) repeat-x bottom left;
	border: 2px solid #02A898;
	color: #fff;
	font-size: 12px;
	padding: 4px 16px;
}

	.downloadsPageWrap input.downloadButton:hover {
		background-color: #036D63;
		border: 2px solid #036D63;
		color: #fff;
	}

.downloadsPageWrap .relatedProductWrap {
	border-radius: 0px 3px 3px 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.downloadsPageWrap .relatedProduct {
	float: left;
	padding: 15px 0px 15px 30px;
	text-align: center;
}

	.downloadsPageWrap .relatedProduct .productName {
		width: 150px;
	}

/* PayPal ShoppingCart Buttons*/
.payPalButtons .payPalButton {
	float: left;
	width: 150px;
	margin-left: 10px;
}

.bmlButtonWrap {
	height: 28px;
	overflow: hidden;
}

/* End PayPal ShoppingCart Buttons*/



/*Hitachi Finance*/
button.fintype {
	border: solid 1px #CCC;
}

.depositOff {
    opacity:0.3;
}
.finance-method-name {
  
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {

button.fintype {
font-size:90%;
padding:6px 8px;

}

}

@media only screen and  (max-width: 570px) {

button.fintype {
font-size:90%;
padding:6px 8px;
}

}


@media only screen and  (max-width: 505px) {

button.fintype {
width:100%;
display:block;
margin-bottom:2px;
margin-left:0;
border-radius:0;
}


 input[type=radio].css-checkbox + label.finance-method-name.css-rdlabel {
      
        line-height:1;
    
  }
}

.finTable {
    width:100%;
   
   margin-bottom:10px;
}


table.finTable th {
     padding: 10px 10px 0 10px;
     border:solid 1px #555;
}

table.finTable td {
     padding:4px 0 0 0;
 
}

table.finTable tr td:last-child {
    text-align:right;
}
    table.finTable td.br,
    table.finTable th.br {
        border-right: solid 3px #fff;
    }
    table.finTable td.bb,
    table.finTable th.bb {
        border-bottom: solid 1px #ccc;
    }

    
    #financeBox h2 {
        font-size:16px;
    }
    #financeBox span.hl {
        font-weight:bold;
    }


    #financeBox .fintitle{
        padding-top:10px;
        font-weight:bold;
    }

    #financeBox .smalltext {
        font-size:80%;
        
    }

  .finDisabled {
      
        opacity:0.3;
    }
 
  input[type=radio].css-checkbox + label.finance-method-name.css-rdlabel {
      font-size:14px;
    
      font-weight:bold;
  }
/*! =======================================================
                      VERSION  9.7.1              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  width:100%;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  border-right-color: #0480be;
  margin-left: 0;
  margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;



}

/* Amazon Pay 0*/

/* 
Please include the min-width, max-width, min-height 
and max-height if you plan to use a relative CSS unit 
measurement to make sure the widget renders in the 
optimal size allowed.    
*/

#addressBookWidgetDiv {
  min-width:100%; 
  
  max-width: 100%;
  min-height: 228px; 
  height: 240px;
}
#walletWidgetDiv {
  min-width: 100%; 
  max-width: 100%;
  min-height: 228px; 
  height: 240px;
}
			
/* The following are only required when you use the read-only widgets: */
#readOnlyAddressBookWidgetDiv {
  min-width: 266px; 
  max-width:100%; 
  height: 165px;
}
#readOnlyWalletWidgetDiv {
  min-width: 266px; 
  max-width: 100%; 
  height: 165px;
}


/* Product Image Zoom */

.marker, .zoomHolder img {
	display: block
}

.fullscreenToggle, .zoomIn, .zoomOut {
	background: url(images/pz_sheet.png) no-repeat;
	width: 30px;
	height: 30px;
	overflow: hidden;
	position: relative;
	display: block;
	cursor: pointer;
	z-index: 100;
	margin: 5px 0;
	 
}

.zoomIn {
	background-position: 0 0;
}

.zoomOut {
	background-position: -30px 0;
 
}

.fullscreenToggle {
	background-position: -60px 0;
	cursor: pointer
}

.zoomIn.on, .zoomOut.on {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	cursor: pointer
}

.zoomIn.off, .zoomOut.off {
	opacity: .4;
	-moz-opacity: .5;
	-khtml-opacity: .5;
	cursor: auto
}

.controlHolder {
	border-radius: 5px;
	background: rgba(255,255,255,.8);
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 2px;
	z-index: 100
}

.fullscreenDiv, .marker {
	left: 0 !important;
	top: 0 !important
}

.fullscreenToggle.on {
	background-position: -90px 0
}

.fullscreenToggle.off {
	background-position: -60px 0
}

.fullscreenDiv {
	width: auto !important;
	height: auto !important;
	right: 0 !important;
	bottom: 0 !important;
	position: absolute !important;
	background: #FFF;
	z-index: 999999;
	oveflow: hidden
}

a.menu-viewall {
	border-top:solid 1px #555;
font-weight:bold !important;
}

.zoomHolder {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden
}

.marker {
	position: absolute !important;
	bottom: auto !important;
	right: auto !important
}


/*Store page changes */

.storepg-img {
	width: 100%;
	height: auto;
	aspect-ratio: attr(width) / attr(height);
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	opacity: 1;
	transition: 0.4s;
}

@media (hover: hover) {
	.storepg-Stores-Row img:hover {
		opacity: 0.7;
	}
}

.storepg-Border {
	background-color: white;
	padding: 5px;
	box-shadow: 0px 0px 10px 1px rgb(119 119 119 / 51%);
	-webkit-box-shadow: 0px 0px 10px 1px rgb(119 119 119 / 51%);
	border: solid 1px #999;
	margin-left: 0px;
	margin-right: 0px;
}

.storepg-Map {
	padding-left: 0px;
	padding-right: 5px;
}

@media (max-width: 768px) {
	.storepg-Map {
		padding-right: 0px;
	}
}

.storepg-Store-Finder {
	padding-right: 0px;
	padding-left: 5px;
}

@media (max-width: 768px) {
	.storepg-Store-Finder {
		padding-left: 0px;
	}
}

.storepg-Top-Label {
	background-color: #444;
	color: white;
	padding: 10px;
}

	.storepg-Top-Label h3 {
		padding: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		font-size: 20px;
		font-weight: bold;
	}

@media (max-width: 992px) {
	.storepg-Top-Label h3 {
		font-size: 18px;
	}
}

@media (max-width: 412px) {
	.storepg-Top-Label h3 {
		font-size: 14px;
	}
}

.storepg-Top-Label p {
	font-size: 14px;
	padding-top: 5px;
}

@media (max-width: 992px) {
	.storepg-Top-Label p {
		font-size: 10px;
	}
}

.storepg-Store-Col {
	padding: 3px;
}

.storepg-Stores-Row {
	margin-left: -3px;
	margin-right: -3px;
	margin-top: 2px;
	padding-bottom: 4px;
	padding-top: 2px;
}

	.storepg-Stores-Row a:hover {
		color: grey;
		text-decoration: none;
	}

.storepg-store-Card {
	color: white;
}

.storepg-Store-Details {
	color: white;
}

.store-page .fa {
	font-size: 12px;
	padding-right: 12px;
	padding-left: 4px;
}

@media (max-width: 412px) {
	.store-page .fa {
		display: none;
	}
}

.store-page .fa-envelope {
	font-size: 14px;
	padding-right: 11px;
	padding-left: 2px;
}



