/* Minification failed. Returning unminified contents.
(1271,1): run-time error CSS1019: Unexpected token, found '100%'
(1271,6): run-time error CSS1019: Unexpected token, found '{'
(1272,12): run-time error CSS1030: Expected identifier, found ' '
(1272,13): run-time error CSS1031: Expected selector, found 'rotate('
(1272,13): run-time error CSS1025: Expected comma or open brace, found 'rotate('
(1273,1): run-time error CSS1019: Unexpected token, found '}'
(1370,1): run-time error CSS1019: Unexpected token, found '@'
(1370,2): run-time error CSS1019: Unexpected token, found '@keyframes'
(1371,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1835,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1836,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1849,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1850,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1863,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(1864,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1891,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1892,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2040,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2041,7): run-time error CSS1035: Expected colon, found '{'
(2064,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2065,7): run-time error CSS1035: Expected colon, found '{'
(2076,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2077,7): run-time error CSS1035: Expected colon, found '{'
(2088,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(2089,7): run-time error CSS1035: Expected colon, found '{'
(2100,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2101,7): run-time error CSS1035: Expected colon, found '{'
(2112,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2113,7): run-time error CSS1035: Expected colon, found '{'
(2124,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(2125,7): run-time error CSS1035: Expected colon, found '{'
(2136,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2137,7): run-time error CSS1035: Expected colon, found '{'
(2148,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2149,7): run-time error CSS1035: Expected colon, found '{'
(2158,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(2159,7): run-time error CSS1035: Expected colon, found '{'
(2168,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2169,7): run-time error CSS1035: Expected colon, found '{'
(2287,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2288,7): run-time error CSS1035: Expected colon, found '{'
(2301,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(2302,7): run-time error CSS1035: Expected colon, found '{'
(2315,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2316,7): run-time error CSS1035: Expected colon, found '{'
 */
.page-row {
	margin: 10px 0;
}

.page-row:after,
.page-row:before {
	content: ' ';
	display: table;
}

.page-row:after {
	clear: both;
}

.grid-item-image,
.list-item-image {
	max-width: 100%;
}

.grid-item-image-wrap,
.grid-item-mpn-wrap,
.grid-item-name-wrap,
.grid-item-sku-wrap,
.grid-item-weight-wrap {
	margin-bottom: 5px;
}

.variant-grid-item .add-to-cart-form {
	text-align: center;
}

.grid-item-inner,
.list-item-inner {
	padding: 4px;
}

.grid-item-inner {
	text-align: center;
	padding: 4px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.off {
	display: none;
}

@media (min-width: 768px) {
	.text-right-sm {
		text-align: right;
	}

	.text-left-sm {
		text-align: left;
	}
}

.group-header {
	display: block;
	font-size: 25px;
	line-height: 28px;
	border-bottom: 1px solid #efefef;
	font-weight: 400;
	padding-bottom: 8px;
	margin-bottom: 8px;
	color: #666;
}

/* Notices (errors or alerts) */

.notice-wrap {
	margin-bottom: 15px;
}

.notice {
	padding: 15px;
	border-radius: 3px;
	margin: 2px 0;
}

.notice-info {
	background: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.notice-success {
	background: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.notice-warning {
	background: #fbf1e4;
	border-color: #f7dcb9;
	color: #f0ad4e;
}

.notice-failure {
	background: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.field-validation-error {
	color: #a94442;
}

.form-text {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
	width: 100%;
}

.checkbox:first-child,
.radio:first-child {
	margin-top: 0;
}

.quantity-field {
	width: 70px;
	display: inline-block;
	vertical-align: middle;
}

.color-select,
.quantity-select,
.size-select {
	display: inline;
	max-width: 100%;
	vertical-align: middle;
}

.price-wrap {
	font-weight: 700;
	margin-bottom: 5px;
}

.product-page .price-wrap {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 10px;
}

.login-form {
	padding-bottom: 16px;
}

.account-form {
	margin-bottom: 24px;
}

.page-action-bar {
	margin-bottom: 15px;
}

.selected-kit-items {
	padding-left: 15px;
}

.kit-prices {
	margin-bottom: 15px;
}

.kit-add-to-cart-button-wrap {
	display: inline-block;
	margin: 2px;
}

.kit-panel-heading .form-label {
	margin-bottom: 0;
}

.kit-summary-header {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

.kit-group-description {
	padding-bottom: 15px;
}

.product-image {
	max-width: 100%;
}

.product-page .product-info-wrap .price-wrap {
	font-size: 20px;
	margin: 10px 0;
}

.email-a-friend-link {
	background: url('../images/mailicon.gif') left center no-repeat;
	padding: 9px 0 9px 36px;
	line-height: 32px;
	vertical-align: middle;
}

.email-a-friend-wrap,
.nav-links-wrap,
.product-description-wrap,
.product-options {
	margin-bottom: 15px;
}

.email-a-friend-wrap {
	width: auto;
	margin-top: .5rem;
}

.product-image-wrap {
	text-align: center;
	margin-bottom: 15px;
}

.medium-image {
	margin-bottom: 4px;
}

.variant-name-wrap {
	font-size: 24px;
	margin-bottom: 5px;
}

.variant-info-wrap {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 10px;
}

.list-item-mpn-wrap,
.list-item-name-wrap,
.list-item-sku-wrap,
.product-fullsku,
.product-mpn,
.product-sku {
	margin-bottom: 5px;
}

.product-description-wrap {
	clear: both;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-bottom: 32px;
}

.site-map-group ul {
	padding-left: 5px;
}

.session-warning-top-line {
	font-size: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.session-warning-bottom-line,
.session-warning-middle-line {
	padding-bottom: 15px;
}

.session-modal .modal-body {
	text-align: center;
	font-size: 20px;
}

.cart-item {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

/* Add to cart form */
.quantity-field {
	width: 70px;
	display: inline-block;
	vertical-align: middle;
}
.quantity-select,
.size-select,
.color-select {
	display: inline;
	max-width: 100%;
	vertical-align: middle;
}
.price-field {
	display: inline;
}
/* Price styles */
.price-wrap {
	font-weight: bold;
	margin-bottom: 5px;
}
.product-page .price-wrap {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
}
.regular-price {
	font-weight: normal;
	margin: 0 0 5px 0;
	font-size: 12px;
}
.sale-price {
	color: #902003;
}
/* PayPal banners */
.paypal-banner-wrap img {
	max-width: 100%;
	height: auto;
}
.paypal-banner-wrap {
	margin-bottom: 15px;
}
/* Signin page */
.login-layout-table {
	margin-bottom: 16px;
	border-bottom: 1px solid #ddd;
}
.login-form {
	padding-bottom: 16px;
}
@media (min-width: 768px) {
	.register-half .register-form,
	.register-half .anon-form {
		padding: 0 0 25px 50px;
	}
}
/* Create account page and account page */
.account-form {
	margin-bottom: 24px;
}
.address-wrap {
	margin-bottom: 15px;
}
.address-wrap .address-header {
	font-weight: bold;
	font-size: 16px;
}
.address-wrap .address-view {
	font-size: 12px;
}
.address-offsite-image {
	padding-bottom: 7px;
}
.page-action-bar {
	margin-bottom: 15px;
}
/* Recurring Page */
.recurring-buttons {
	margin-bottom: 15px;
}
/* Payment page */
#payment-method-choices .payment-option {
	display: inline-block;
	width: 200px;
	height: 50px;
	text-align: center;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 5px;
}
/* Checkout and account page links */
.page-links {
	margin-bottom: 10px;
}
/* Tool tips */
.discount-table-tooltip,
.card-code-tooltip {
	padding: 8px;
	font-size: 12px;
	background-color: #fff;
	border: solid 1px #ccc;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
/* Shipping and tax estimator */
.estimate-buttons,
.estimate-button-wrap {
	text-align: right;
}
.shipping-tax-estimator-address,
.shipping-tax-estimator {
	width: 100%;
}
.shipping-tax-estimator-address .header,
.shipping-tax-estimator .header {
	font-weight: bold;
}
.shipping-tax-estimator-address .caption,
.shipping-tax-estimator .caption {
	vertical-align: top;
}
.shipping-tax-estimator-address .value,
.shipping-tax-estimator .value {
	vertical-align: top;
	text-align: right;
}
.shipping-tax-estimator-address .error {
	width: 100%;
	color: Red;
	font-weight: bold;
}
.shipping-tax-estimator tr td,
.shipping-tax-estimator-address td {
	border-top: solid 1px #ddd;
	padding: 4px;
}
/* Stock hints */
.stock-hint {
	display: block;
	margin-bottom: 5px;
}
.out-stock-hint {
	color: #bb0000;
}
.in-stock-hint {
	color: #0066c0;
}
/* Kit specific styles */
.selected-kit-items {
	padding-left: 15px;
}
.kit-prices {
	margin-bottom: 15px;
}
.kit-item-image {
	margin-bottom: 2px;
	margin-top: 2px;
}
.kit-item-description {
	font-style: italic;
	color: #767676;
}
.kit-add-to-cart-button-wrap {
	display: inline-block;
	margin: 2px;
}
.kit-regular-base-price,
.kit-regular-base-price label {
	text-decoration: line-through;
}
.kit-panel-title-link,
.kit-panel-title-link label {
	cursor: pointer;
}
.kit-panel-title-link label {
	float: left;
}
.kit-panel-title-link {
	display: block;
	width: 100%;
	background: none;
	border: none;
}
.panel-title > a {
	outline: none;
	text-decoration: none;
}
.kit-panel-heading .panel-title {
	font-size: inherit;
}
.kit-panel-heading .form-label {
	margin-bottom: 0;
}
.kit-panel-heading legend {
	font-size: inherit;
	border: inherit;
	margin: inherit;
	color: inherit;
	padding: inherit;
	display: inherit;
	width: inherit;
	border: inherit;
}
.kit-form-group .radio input[type='radio'],
.kit-form-group .radio-inline input[type='radio'],
.kit-form-group .checkbox input[type='checkbox'],
.kit-form-group .checkbox-inline input[type='checkbox'] {
	margin-left: 0px;
}
.kit-summary-header {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}
.kit-group-description {
	padding-bottom: 15px;
}
.kit-description-toggle {
	float: right;
	margin-left: 8px;
}
.kit-description-toggle .fa {
	display: none;
}
.kit-panel-title-link[aria-expanded='false'] .expand-control {
	display: block;
}
.kit-panel-title-link[aria-expanded='true'] .collapse-control {
	display: block;
}
.kit-item-image-wrap {
	float: left;
	margin-right: 15px;
}
.read-only-kit-item-list {
	padding-left: 15px;
}
/* Promotions */
.promo-wrap {
	padding-bottom: 5px;
}
.promotion-call-to-action {
	background: none repeat scroll 0 0 transparent;
	color: #902003;
	font-weight: bold;
	padding: 3px;
}
/* Downloads Page */
.downloads-page .downloads-wrap {
	margin: 0 0 20px 0;
}
.downloads-page .downloads-info {
	margin: 0 0 10px 0;
}
.downloads-page .related-product-wrap {
	border-radius: 0 3px 3px 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.downloads-page .related-product {
	float: left;
	padding: 15px 0 15px 30px;
	text-align: center;
}
.downloads-page .related-product .related-product {
	width: 150px;
}
/* Product page */
.quantity-discount-header {
	font-weight: bold;
}
.product-image {
	max-width: 100%;
}
.product-page .product-info-wrap .price-wrap {
	font-size: 20px;
	margin: 10px 0 10px 0;
}
.product-page .product-info-wrap .regular-price {
	font-size: 16px;
}
product-image-wrap {
	text-align: center;
	margin-bottom: 15px;
}
.product-promotions {
	margin-bottom: 8px;
}
.pop-large-link {
	display: inline-block;
	background: url(../images/magnify.png) no-repeat scroll left center;
	padding-left: 24px;
	line-height: 24px;
}
.pop-large-link:hover {
	cursor: pointer;
}
.medium-image {
	margin-bottom: 4px;
}
.medium-image-cursor {
	cursor: pointer;
}
.variant-name-wrap {
	font-size: 24px;
	margin-bottom: 5px;
}
.variant-info-wrap {
	border-top: solid 1px #ddd;
	padding-top: 10px;
	margin-top: 10px;
}
.product-options .form-control {
	display: inline-block;
	width: auto;
}
.product-gallery-items {
	margin-bottom: 8px;
}
.product-gallery-item {
	display: inline-block;
	max-width: 32%;
}
.gallery-item-inner {
	padding: 2px;
}
.product-gallery-image {
	max-width: 100%;
	padding-top: 24px;
}
.button-transparent {
	border: none;
	background: transparent;
	-webkit-appearance: none;
}
/* List items */
.list-item-name-wrap,
.list-item-sku-wrap,
.list-item-mpn-wrap {
	margin-bottom: 5px;
}
.list-item {
	border-bottom: solid 1px #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.list-item-name-wrap {
	font-size: 1.5em;
	margin-bottom: 5px;
}
.list-item-image-wrap {
	text-align: center;
}
.list-item-image-wrap .product-image {
	display: inline-block;
}

/* Order Confirmation Page */
.orderconfirmation-page {
	width: 100%;
	text-align: center;
}
.orderconfirmation-page div {
	margin-top: 5px;
	margin-bottom: 5px;
}
.orderconfirmation-received {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.orderconfirmation-thanks {
	color: #737373;
}
.orderconfirmation-ordernumber,
.orderconfirmation-customerid {
	font-weight: bold;
}
.orderconfirmation-ordernumber span,
.orderconfirmation-customerid span {
	font-weight: normal;
}
.admin-alert-wrap {
	width: 100%;
	background-color: #ffff00;
	text-align: center;
}
.admin-alert-text {
	font-weight: bold;
	color: #ff0000;
}
.news-body {
	margin-bottom: 15px;
}
/* 3dSecure Page */
.three-d-secure-iframe {
	width: 100%;
	height: 500px;
}
/* Product Landing Page  */
.product-banner {
	background: #fff;
	box-shadow: 52px 52px 32px rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.03);
	border-left: 1px solid rgba(0, 0, 0, 0.03);
	max-width: 500px;
	max-height: 500px;
	margin-bottom: 24px;
}
.product-landing-page .product-info {
	margin-bottom: 32px;
}
.product-fullsku,
.product-sku,
.product-mpn {
	margin-bottom: 5px;
}
.product-manufacturerpartnumber {
	margin-bottom: 5px;
}
.product-description-wrap {
	clear: both;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-bottom: 32px;
}
.product-landing-page .price-wrap {
	font-size: 44px;
	line-height: 50px;
	font-weight: 200;
	margin-bottom: 24px;
}
.product-summary {
	margin-bottom: 24px;
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 28px;
}
.product-landing-page .add-to-cart-group {
	margin-bottom: 24px;
}
.product-summary-heading {
	text-align: center;
}
.summary-content {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 28px;
}
.description-heading {
	font-size: 25px;
	line-height: 28px;
	border-bottom: 1px solid #efefef;
	font-weight: 200;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.product-ratings hr {
	display: none;
}
.product-rating-stars {
	font-size: 40px;
}
.rating-comment-helpfulness-legend {
	width: auto;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	border: none;
	float: left;
	padding-right: 5px;
}
.site-map-group ul {
	padding-left: 5px;
}
/* Session Warning Windows */
.session-warning-top-line {
	font-size: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.session-warning-middle-line,
.session-warning-bottom-line {
	padding-bottom: 15px;
}
.session-modal .modal-body {
	text-align: center;
	font-size: 20px;
}
/* Checkout */
.continue-shopping-text {
	font-size: 16px;
}
.checkout-header,
.order-header {
	border-bottom: solid 1px #ddd;
	padding-bottom: 8px;
}
.checkout-header:first-child,
.order-header:first-child {
	margin-top: 0;
}
.checkout-header {
	position: relative;
	font-size: 24px;
}
.checkout-block,
.order-block {
	margin-bottom: 15px;
}
.checkout-block.checkout-sign-out {
	margin-bottom: 0px;
}
.order-details,
.shipping-estimator {
	padding: 15px;
	background: #f8f8f8;
	border: solid 1px #e7e7e7;
	margin-bottom: 15px;
	border-radius: 4px;
}
.order-details .order-block:last-child {
	margin-bottom: 0;
}
.cart-item {
	border-bottom: solid 1px #eee;
	padding-bottom: 15px;
}
.cart-item-image {
	width: 80px;
	border: solid 1px #e7e7e7;
}
.cart-item-product-image {
	float: left;
	min-height: 100px;
	padding-right: 15px;
}
.checkout-actions {
	text-align: right;
}
.checkout-action-row {
	margin-top: 15px;
	text-align: right;
}
.cart-upsell-item,
.cart-order-option {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.cart-upsell-image {
	max-width: 50px;
	border: 1px solid #e7e7e7;
}
.order-option-cost {
	white-space: nowrap;
}
.cart-detail {
	font-size: 0.85em;
	color: #666;
}
.hidden-shipping-methods {
	display: none;
}
.alternative-payment-button {
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: top;
}
.loading-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0.5;
}
.loading-message-wrap {
	z-index: 1040;
	position: fixed;
	width: 100%;
	left: 0;
	top: 30%;
	color: #fff;
	text-align: center;
}
.loading-message {
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 12px;
}
/* Payment methods */
.third-party-payment-button {
	background: transparent;
	border: none 0;
	padding: 0;
}
.on-site-payment-methods,
.off-site-payment-methods {
	margin-bottom: 6px;
}
.choose-payment-method-button {
	text-align: left;
	min-width: 170px;
	margin-bottom: 5px;
}
.choose-payment-method-offsite-button {
	margin-bottom: 5px;
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
}
.payment-method-detail {
	margin-bottom: 8px;
}
/* Shipping methods */
.shipping-method-icon {
	width: 30px;
	vertical-align: middle;
}
.block-success .checkout-header {
	color: #3c763d;
	border-bottom: solid 1px #b1c6a9;
}
.block-danger .checkout-header {
	color: #a94442;
	border-bottom: solid 1px #d79e9e;
}

/* Mini Cart */
.minicart-modal {
	text-align: left;
}
.minicart-item,
.minicart-message-area,
.empty-mini-cart-text {
	padding-left: 15px;
	padding-right: 15px;
}
.minicart-modal .modal-body {
	padding-left: 0;
	padding-right: 0;
}
.minicart-item-image {
	width: 50px;
	height: fit-content;
}
.minicart-item-image-wrap {
	float: left;
	padding-right: 15px;
}
.minicart-item-actions {
	margin-left: 4px;
	float: right;
}
.minicart-item-actions a {
	text-decoration: none;
	font-size: 14px;
}
.minicart-selected-kit-items {
	margin-bottom: 4px;
	padding-left: 15px;
}
.cart-product-name {
	font-weight: bold;
}
.cart-edit-link {
	font-size: 12px;
}
.minicart-product-name {
	font-weight: bold;
}
.minicart-item {
	padding-top: 15px;
	border-top: solid 1px #e5e5e5;
}
.minicart-item:first-of-type {
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: none 0;
	margin-top: 0;
}
.minicart-detail {
	font-size: 0.85em;
}
.minicart-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0.5;
}
.minicart-title {
	font-size: 18px;
}
.minicart-item-title {
	font-size: 14px;
}
.minicart-loading {
	z-index: 1040;
	position: fixed;
	width: 100%;
	left: 0;
	top: 30%;
	color: #fff;
	text-align: center;
}
.loading-animation {
	display: block;
	font-size: 50px;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 40px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loading 1.7s infinite ease;
	animation: loading 1.7s infinite ease;
	border: none;
}
@-webkit-keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff,
			0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
	}
	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff,
			0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
	}
	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.087em -0.825em 0 -0.42em #ffffff,
			-0.173em -0.812em 0 -0.44em #ffffff, -0.256em -0.789em 0 -0.46em #ffffff,
			-0.297em -0.775em 0 -0.477em #ffffff;
	}
	20% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.338em -0.758em 0 -0.42em #ffffff,
			-0.555em -0.617em 0 -0.44em #ffffff, -0.671em -0.488em 0 -0.46em #ffffff,
			-0.749em -0.34em 0 -0.477em #ffffff;
	}
	38% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.377em -0.74em 0 -0.42em #ffffff,
			-0.645em -0.522em 0 -0.44em #ffffff, -0.775em -0.297em 0 -0.46em #ffffff,
			-0.82em -0.09em 0 -0.477em #ffffff;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff,
			0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
	}
}
@keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff,
			0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
	}
	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff,
			0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
	}
	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.087em -0.825em 0 -0.42em #ffffff,
			-0.173em -0.812em 0 -0.44em #ffffff, -0.256em -0.789em 0 -0.46em #ffffff,
			-0.297em -0.775em 0 -0.477em #ffffff;
	}
	20% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.338em -0.758em 0 -0.42em #ffffff,
			-0.555em -0.617em 0 -0.44em #ffffff, -0.671em -0.488em 0 -0.46em #ffffff,
			-0.749em -0.34em 0 -0.477em #ffffff;
	}
	38% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.377em -0.74em 0 -0.42em #ffffff,
			-0.645em -0.522em 0 -0.44em #ffffff, -0.775em -0.297em 0 -0.46em #ffffff,
			-0.82em -0.09em 0 -0.477em #ffffff;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff,
			0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
	}
}
.minicart-loading-message {
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 12px;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(359deg);
	}
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(359deg);
	}
}

@-o-keyframes spin {
	100% {
		-moz-transform: rotate(359deg);
	}
}

@keyframes spin {
	100% {
		transform: rotate(359deg);
	}
}

.minicart-content-wrap {
	position: relative;
	max-height: 246px;
	overflow: auto;
}

.minicart-total-area {
	margin-bottom: 15px;
}

.minicart-total-wrap {
	font-size: 18px;
}

@media (min-height: 608px) {
	.minicart-content-wrap {
		max-height: 398px;
	}
}

.user-links {
	padding: 0;
	text-decoration: none;
}

.user-links > li {
	display: inline-block;
	list-style: none;
	margin: 0 4px;
}

a.user-link {
	text-decoration: none;
}

.switch-mini-link {
	font-size: 13px;
	text-decoration: none;
	color: #265680;
	font-weight: 600;
}

.switch-mini-link:focus {
	outline: 0;
}

.switch-mini-link:hover {
	text-decoration: none;
	color: #142e45;
	cursor: pointer;
}

.form-label-suffix {
	font-weight: 400;
	font-style: italic;
}

.form-label-prefix-required,
.form-label-suffix-required {
	color: #a94442;
}

.form-label-prefix::after,
.form-label-suffix::before {
	content: ' ';
}

.form-label-suffix-optional {
	color: #666;
}

.form-description {
	font-style: italic;
	color: #666;
}

.entry-feedback-wrapper {
	position: relative;
	max-width: 100%;
}

.braintree-hosted-fields-invalid + span::before,
.braintree-hosted-fields-valid + span::before,
.form-control-feedback::before {
	font-size: 1.2em;
	line-height: 34px;
}

.braintree-hosted-fields-invalid + span::before,
.has-error .form-control-feedback::before {
	content: '\f00d';
	color: #a94442;
}

.has-feedback .form-control,
.has-feedback .form-control.text-box {
	padding-right: 12px;
}

.has-feedback.has-error .form-control.text-box,
.has-feedback.has-success .form-control.text-box {
	padding-right: 32px;
}

.form-group-small .entry-feedback-wrapper,
.form-group-small select.form-control {
	width: 28ex;
}

.form-group-medium .entry-feedback-wrapper,
.form-group-medium select.form-control {
	width: 48ex;
}

.whats-this {
	vertical-align: middle;
	cursor: pointer;
}

.checkbox-label {
	font-weight: 400;
}

.form-control.quantity-field {
	display: inline-block;
	width: 80px;
}

.screen-reader-only {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	overflow: hidden !important;
}

.thumbnail-items {
	display: block;
}

.padding-top-20px {
	padding-top: 20px;
}

.width-100-percent {
	width: 100%;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

100% {
	transform: rotate(360deg);
}

/* PayPal Commerce Advanced Credit and Debit */
.paypal-button-container {
	border-radius: 5px;
	background-color: #ffffff;
	padding: 20px;
	max-width: 760px;
	width: 100%;
	margin: 0 auto;
}
.card_container {
	border-radius: 5px;
	background-color: #ffffff;
	padding: 20px;
	max-width: 760px;
	width: 100%;
	margin: 0 auto;
}
.card_field {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	height: 40px;
	background: white;
	font-size: 17px;
	color: #3a3a3a;
	font-family: helvetica, tahoma, calibri, sans-serif;
}
.card_field_50 {
	width: 50%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	height: 40px;
	background: white;
	font-size: 17px;
	color: #3a3a3a;
	font-family: helvetica, tahoma, calibri, sans-serif;
}
.card_field_75 {
	width: 75%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	height: 40px;
	background: white;
	font-size: 17px;
	color: #3a3a3a;
	font-family: helvetica, tahoma, calibri, sans-serif;
}
.row {
	display: -ms-flexbox;
	/* IE10 */
	display: flex;
	-ms-flex-wrap: wrap;
	/* IE10 */
	flex-wrap: wrap;
}
.col-25 {
	-ms-flex: 25%;
	/* IE10 */
	flex: 25%;
}
.col-50 {
	-ms-flex: 50%;
	/* IE10 */
	flex: 50%;
}
.message_container {
	border-radius: 5px;
	background: #ffffff;
	font-size: 13px;
	font-family: monospace;
	padding: 20px;
}
.loader {
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

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

.padding-left-25px {
	padding: 0 0 0 25px;
}

.no-gutter {
	margin-right: 0;
	margin-left: 0;
}

.no-gutter > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.social-links .icon {
	border-radius: 15%;
	width: 37px;
	height: 37px;
	font-size: 24px;
	text-align: center;
	line-height: 18px;
	padding-top: 9px;
	display: inline-block;
	color: #000;
	box-shadow: none;
	background: #ccc;
	border-bottom: 0;
	margin-right: 5px;
}

.social-links-top .icon {
	border-radius: 100%;
	width: 32px;
	height: 32px;
	font-size: 18px;
	text-align: center;
	line-height: 18px;
	padding-top: 7px;
	display: inline-block;
	color: #fff;
	box-shadow: none;
	background: #ccc;
	border-bottom: 0;
	margin-right: 5px;
}

.social-links a:active,
.social-links a:focus,
.social-links a:hover {
	text-decoration: none;
	box-shadow: none;
}

.social-links .fa-facebook {
	background-color: #fff;
}

.social-links .fa-twitter {
	background-color: #fff;
}

.social-links .fa-instagram {
	background-color: #fff;
}

.social-links .fa-pinterest {
	background-color: #fff;
}

.social-links .fa-youtube {
	background-color: #fff;
}

.social-links .fa-envelope {
	background-color: #fff;
}

.social-links-top .fa-facebook {
	background-color: #436DBA;
}

.social-links-top .fa-twitter {
	background-color: #3AC3FF;
}

.social-links-top .fa-instagram {
	background-color: #B57A37;
}

.social-links-top .fa-pinterest {
	background-color: #c92619;
}

.social-links-top .fa-youtube {
	background-color: #F00;
}

.social-links-top .fa-envelope {
	background-color: #ccc;
}
/* Lazy Payment Methods */
.cardname {
	display: inline-block;
	margin-right: 4px;
	min-height: 32px;
	width: 51px;
}

.payment-methods-wrap .visa {
	background: url(../images/visa.png) no-repeat top left;
}

.payment-methods-wrap .visaelectron {
	background: url(../images/visa-electron.png) no-repeat top left;
}

.payment-methods-wrap .mastercard {
	background: url(../images/mastercard.png) no-repeat top left;
}

.payment-methods-wrap .amex, .payment-methods-wrap .americanexpress {
	background: url(../images/amex.png) no-repeat top left;
}

.payment-methods-wrap .discover {
	background: url(../images/discover.png) no-repeat top left;
}

.payment-methods-wrap .paypal {
	background: url(../images/paypal.png) no-repeat top left;
}

.payment-methods-wrap .amazon {
	background: url(../images/amazon.png) no-repeat top left;
}

.payment-methods-wrap .dinersclub {
	background: url(../images/diners.png) no-repeat top left;
}

.payment-methods-wrap .maestro {
	background: url(../images/maestro.png) no-repeat top left;
}

.payment-methods-wrap .solo {
	background: url(../images/solo.png) no-repeat top left;
}

.payment-methods-wrap .delta {
	background: url(../images/delta.png) no-repeat top left;
}

.cards-accepted {
	padding-top: 12px;
}

.promoClose {
	position: absolute;
	top: -8px;
	right: -11px;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	background: #a7a7a7;
	text-align: center;
	padding-top: 5px;
	color: #fff;
	cursor: pointer;
	z-index: 2020;
}

.promo-message {
	position: fixed;
	left: 5%;
	right: 5%;
	width: 90%;
	top: 2%;
	z-index: 2000;
}

.promo-message-panel {
	padding: 15px;
	margin-bottom: 0;
	background: #fdfdfd;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
}

#promoWindow {
	display: none;
}

@media (min-width: 768px) {
	.promo-message {
		left: 20%;
		right: 20%;
		width: 60%;
		top: 20%;
	}

	.promo-message-panel {
		padding: 24px;
	}
}

.off {
	display: none;
}

.drop-search{
	position: relative;
	z-index: 1;
	line-height: 1.4em;
}

.drop-search-name{
	word-wrap: break-word;
	max-width: 70%;
}

.drop-search-results{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	position: relative;
}

@media (min-width: 767px){
	.drop-search-results{
		position: absolute;
	}
}

.drop-search-product-results-area {
	padding-top: 8px;
}

a.drop-search-item-link{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	text-decoration: none;
	padding: 8px 15px;
}

a.drop-search-item-link:hover, a.drop-search-view-all:hover{
	background: #eee;
}

.drop-search-image{
	max-width: 50px;
	margin-right: 15px;
}

a.drop-search-view-all{
	display: block;
	padding: 8px 15px;
	text-decoration: none;
}
.drop-search-loading{
	display: none;
}
.loading .drop-search-loading{
	display: block;
	position: absolute;
	z-index:1;
	top:0;
	width: 100%;
}
.drop-search-loading .progress-bar{
	width: 100%;
}
.drop-search-loading .progress{
	border-radius: 0;
	margin: 0;
}
.loading .drop-search-product-results-area{
	opacity: 0.4;
}
.clearable {
	clear: both;
}
.off{
	display: none;
}
/******* Paging Styles ********/
@media (min-width: 992px) {
	.paging {
		text-align: right;
	}
}
.pagesize, .catSortBy{
	display: inline-block;
}
.catSortBy{
	margin-right: 8px;
}
.catSortBy select, .pagesize select{
	margin-bottom: 4px;
}
.productControl .input-group-addon{
	width: auto;
}
.bottomPagingWrap {
	text-align: left;
}


.pagerArea {
	padding: 8px;
	border-radius: 3px;
	box-shadow: inset 0px 0px 2px rgba(0,0,0,0.4);
	margin: 8px 0px;
}

.entityPageSortWrap {
	margin-bottom: 5px;
}
/******* End Paging Styles ********/

.guidedNavProductCell {
	text-align: center;
	padding-bottom: 12px;
	padding-top: 4px;
}

.sectionHeader {
	font-weight: bold;
}

.guidedNavBlock {
	margin-bottom: 8px;
}

.guidedNavGroup {
	padding: 0px 8px;
}

.entityDescriptionWrapper {
	margin-bottom: 8px;
}

.guidedNavGroup .input-group .form-control {
	margin:0;
}

.guidedNavHeader {
	background: #eee;
	padding: 5px 10px;
	margin-bottom: 8px;
	line-height: normal;
	border-radius: 3px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
}

.nonSelectedSection {
	color: #aaa;
}

.guidedNavigationHeadingToggle{
	display: block;
	font-size: 1.2em;
}

.guidedNavigationHeadingToggle.collapsed .fa-chevron-up, .guidedNavigationHeadingToggle .fa-chevron-down{
	display: none;
}
.guidedNavigationHeadingToggle.collapsed .fa-chevron-down{
	display: inline-block;
}

/* layout appconfig options*/

/* two column */
@media (min-width: 992px) {
	.guidedNavTwoCol .guidedNavWrapper {
		float: left;
		width: 23%;
	}
	.guidedNavTwoCol .guidedNavContents {
		float: right;
		width: 75%;
	}
}

/* one column */
.guidedNavOneCol .sectionHeader, .guidedNavOneCol .guidedNavGroup, .guidedNavOneCol .navSection, .guidedNavOneCol .removeAllWrap, .guidedNavOneCol .guidedNavGroup, .guidedNavOneCol .guidedNavigationAttributes {
	display: inline-block;
	vertical-align: middle;
}

.guidedNavOneCol .navSection {
	border-left: solid 1px #888;
	margin-left: 6px;
	padding-left: 8px;
}

	.guidedNavOneCol .navSection:first-child {
		border-left: none 0px;
		margin-left: 0px;
		padding-left: 0px;
	}

.guidedNavOneCol .filterOptions .guidedNavBlock {
	display: inline-block;
	background: #eee;
	padding: 4px;
	margin: 4px;
	border-radius: 4px;
	border: solid 1px #ddd;
	zoom: 1;
}



.guidedNavOneCol .allSelections, .guidedNavOneCol .guidedSearchBlock {
	border-bottom: solid 1px #ddd;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.guidedNavOneCol .guidedNavHeader {
	font-size: 1.2em;
}

.guidedNavOneCol .guidedNavGroup {
	padding: 0;
}

/* end layout appconfig options */

/* hide search box on older versions of AspDotNetStorefront */
#content .search {
	display: none;
}

.guidedNavContents .pagelink {
	padding: 3px 10px;
}    

.navSection .guided-navigation-checkbox {
	margin-right: 3px;
}

.filterOptions .guidednavigation-in-stock-checkbox {
	margin-left: 3px;
}

.entity-page-product.grid-item {
	margin-bottom: 30px;
	text-align: center;
}

@keyframes pulse {
	0% {
		background-color: #29b5ff;
	}

	50% {
		background-color: #10acff;
	}

	100% {
		background-color: #0090dc;
	}
}

@-webkit-keyframes pulse {
	0% {
		background-color: #29b5ff;
	}

	50% {
		background-color: #10acff;
	}

	100% {
		background-color: #0090dc;
	}
}

@-moz-keyframes pulse {
	0% {
		background-color: #29b5ff;
	}

	50% {
		background-color: #10acff;
	}

	100% {
		background-color: #0090dc;
	}
}

@-o-keyframes pulse {
	0% {
		background-color: #29B5FF;
	}

	50% {
		background-color: #10acff;
	}

	100% {
		background-color: #0090dc;
	}
}

@keyframes pulse {
	0% {
		background-color: #29b5ff;
	}

	50% {
		background-color: #10acff;
	}

	100% {
		background-color: #0090dc;
	}
}

.style-switcher-btn {
	right: 0;
	top: 85px;
	z-index: 1041;
	position: fixed;
	border-radius: 3px 0 0 3px;
	overflow: hidden;
	line-height: 1;
	padding: 12px 15px;
	cursor: pointer;
	font-size: 20px;
	background-color: #bce8f1;
}

.item-listing a,
.item-listing div {
	display: block;
	padding: 12px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .23);
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
}

.item-listing .fa {
	background: rgba(0, 0, 0, .1);
	padding: 15px;
	margin-right: 8px;
}

.layout-switcher-wrap {
	padding: 15px;
	padding-bottom: 0;
}

.offset-menu-wrapper {
	overflow: hidden;
}

.style-switcher {
	right: -15px;
	top: 0;
	bottom: 0;
	z-index: 1042;
	position: fixed;
	overflow-y: scroll;
	font-size: 18px;
	width: 335px;
	display: none;
	border-radius: 0;
	margin-bottom: 0;
	background-color: #bce8f1;
}

.card > .card-header.style-switcher-header {
	cursor: pointer;
	font-weight: bold;
}

.item-listing div.style-switcher-heading {
	font-size: 16px;
	cursor: auto;
}

.style-switcher-heading {
	background: rgba(0, 0, 0, .1);
	padding: 11px 15px;
	font-size: 16px;
}

.style-switcher-header .style-switcher-heading {
	margin: 0;
	text-transform: uppercase;
}

.style-switcher-heading {
	font-weight: bold;
}

.style-switcher-header .theme-close {
	top: 9px;
	right: 6px;
	position: absolute;
}

.style-switcher-header i {
	color: #fff;
	font-size: 20px;
	padding-right: 10px;
}

.layout-switcher {
	color: #666;
	min-width: 100%;
}

.animated {
	animation-duration: .5s;
	animation-fill-mode: both;
}

.fadeInRight {
	animation-name: fadeInRight;
}

.btn-group.wide-btn-group {
	width: 100%;
	display: block;
	text-align: left;
	position: relative;
}

	.btn-group.wide-btn-group > .btn:first-child {
		text-align: left;
	}

	.btn-group.wide-btn-group .btn-primary {
		background: rgba(0, 0, 0, .2);
		border-radius: 0;
		box-shadow: none;
		border: none;
		margin: 0;
		font-size: 15px;
		text-shadow: none;
		padding: 12px 15px;
		border-bottom: 1px solid rgba(0, 0, 0, .5);
	}

.wide-btn-group .dropdown-menu {
	width: 100%;
	border-radius: 0;
	top: 46px;
}

@keyframes fadeInRight {
	from {
		transform: translate3d(100%, 0, 0);
	}

	to {
		transform: none;
	}
}

.search-wrap {
	max-width: 100%;
}

#btnBuyTemplate {
	color: #fff;
	font-size: 15px;
	padding-right: 15px;
	font-weight: bold;
	padding-bottom: 12px;
	display: block;
	padding-top: 12px;
}

@keyframes animateLeft {
	from {
		left: -20px;
		font-size: 16px;
	}

	to {
		left: -15px;
		font-size: 18px;
	}
}

@-webkit-keyframes animateLeft {
	from {
		left: -20px;
		font-size: 16px;
	}

	to {
		left: -15px;
		font-size: 18px;
	}
}

@-moz-keyframes animateLeft {
	from {
		left: -15px;
		font-size: 16px;
	}

	to {
		left: -10px;
		font-size: 18px;
	}
}

@keyframes animateLeft {
	from {
		left: -15px;
		font-size: 16px;
	}

	to {
		left: -10px;
		font-size: 18px;
	}
}

@-webkit-keyframes animateRight {
	from {
		right: -15px;
		font-size: 16px;
	}

	to {
		right: -10px;
		font-size: 18px;
	}
}

@-moz-keyframes animateRight {
	from {
		left: -20px;
		font-size: 16px;
	}

	to {
		left: -15px;
		font-size: 18px;
	}
}

@keyframes animateRight {
	from {
		right: -15px;
		font-size: 16px;
	}

	to {
		right: -10px;
		font-size: 18px;
	}
}

@-webkit-keyframes boxShadow {
	from {
		box-shadow: 0 0 1px #29b5ff;
	}

	to {
		box-shadow: 0 0 30px #fff;
	}
}

@-moz-keyframes boxShadow {
	from {
		box-shadow: 0 0 1px #29b5ff;
	}

	to {
		box-shadow: 0 0 30px #fff;
	}
}

@keyframes boxShadow {
	from {
		box-shadow: 0 0 1px #29b5ff;
	}

	to {
		box-shadow: 0 0 30px #fff;
	}
}

.shadow-change {
	-moz-animation-duration: .5s;
	-webkit-animation-duration: .5s;
	-moz-animation-name: boxShadow;
	-webkit-animation-name: boxShadow;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-moz-animation-iteration-count: 3;
	-webkit-animation-iteration-count: 3;
	-moz-animation-direction: alternate;
	-webkit-animation-direction: alternate;
}

.highlight-container {
	position: relative;
}

.pointerRight {
	position: absolute;
	right: -20px;
	cursor: pointer;
	z-index: 55;
	animation-name: animateRight;
	-moz-animation-duration: .5s;
	-webkit-animation-duration: .5s;
	-moz-animation-name: animateRight;
	-webkit-animation-name: animateRight;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-webkit-animation-direction: alternate;
}

.pointerLeft {
	position: absolute;
	left: -20px;
	cursor: pointer;
	z-index: 55;
	animation-name: animateLeft;
	-moz-animation-duration: .5s;
	-webkit-animation-duration: .5s;
	-moz-animation-name: animateLeft;
	-webkit-animation-name: animateLeft;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-webkit-animation-direction: alternate;
}

.pointerRight:hover {
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.pointerLeft:hover {
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

#GuidedNavigationSearchBox {
	height: 34px;
	padding: 8px 12px;
}

.pointerLeft img {
	margin-left: -4px;
	margin-top: -1px;
}

.pointerRight img {
	margin-left: -4px;
	margin-top: -1px;
}

.pointerRightHeading {
	margin-top: 2px;
}

.miniCartPointer {
	position: absolute;
	right: -30px;
}

.pointerlink {
	position: relative;
}

.dialogBox {
	display: none;
	background: #fff;
	padding: 30px;
}

	.dialogBox h1 {
		text-align: center;
	}

.boxShadowFadeOut {
	-webkit-animation: boxShadowFadeOut 2s;
	-moz-animation: boxShadowFadeOut 2s;
	animation: boxShadowFadeOut 2s;
}

@-webkit-keyframes boxShadowFadeOut {
	from {
		-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .6);
		background: #ff764a;
		opacity: .8;
	}

	to {
		-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		background: none;
		opacity: 1;
	}
}

@-moz-keyframes boxShadowFadeOut {
	from {
		-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, .6);
		background: #ff764a;
		opacity: .8;
	}

	to {
		-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		background: none;
		opacity: 1;
	}
}

@keyframes boxShadowFadeOut {
	from {
		box-shadow: 0 4px 8px rgba(0, 0, 0, .6);
		background: #ff764a;
		opacity: .8;
	}

	to {
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		background: none;
		opacity: 1;
	}
}

.addOnButton {
	border-width: 0;
	border-style: solid;
}

.navbar-custom {
	background-color: #333;
}

.navbar-nav-custom > li > a {
	-moz-border-radius: 3px;
	-moz-box-shadow: #000 0 0 10px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: #000 0 0 10px;
	background-color: #636363;
	background-image: -moz-linear-gradient(90deg, #1c5a85, #636363);
	background-image: -ms-linear-gradient(90deg, #1c5a85, #636363);
	background-image: -o-linear-gradient(90deg, #1c5a85, #636363);
	background-image: -webkit-linear-gradient(90deg, #1c5a85, #636363);
	background-image: linear-gradient(90deg, #1c5a85, #636363);
	border-radius: 3px;
	border: 2px solid #000;
	box-shadow: #000 0 0 10px;
	color: #fff !important;
	display: inline-block;
	margin: auto;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	text-shadow: #000 7px 7px 15px;
	-moz-transition: -moz-transform .1s ease-in-out;
	-ms-transition: -ms-transform .1s ease-in-out;
	-o-transition: -o-transform .1s ease-in-out;
	-webkit-transition: -webkit-transform .1s ease-in-out;
	transition: transform .1s ease-in-out;
	width: 100%;
	font-size: 13px;
	outline: 0;
}

	.navbar-nav-custom > li > a:hover {
		background-color: #909090;
		background-image: -moz-linear-gradient(90deg, #2b7bb4, #909090);
		background-image: -ms-linear-gradient(90deg, #2b7bb4, #909090);
		background-image: -o-linear-gradient(90deg, #2b7bb4, #909090);
		background-image: -webkit-linear-gradient(90deg, #2b7bb4, #909090);
		background-image: linear-gradient(90deg, #2b7bb4, #909090);
		border-radius: 4px;
		text-shadow: #000 4px 4px 6px;
		box-shadow: #000 0 0 9px;
		outline-style: solid;
		outline-color: #000;
		-moz-transform: scale(1.12);
		-ms-transform: scale(1.12);
		-o-transform: scale(1.12);
		-webkit-transform: scale(1.12);
		transform: scale(1.12);
		z-index: 100;
	}

	.navbar-nav-custom > li > a:active {
		background-color: #2b7bb4;
		background-image: -moz-linear-gradient(90deg, #909090, #2b7bb4);
		background-image: -ms-linear-gradient(90deg, #909090, #2b7bb4);
		background-image: -o-linear-gradient(90deg, #909090, #2b7bb4);
		background-image: -webkit-linear-gradient(90deg, #2b7bb4, #2b7bb4);
		background-image: linear-gradient(90deg, #909090, #2b7bb4);
	}

.navbar-nav-custom > li {
	padding-left: 7px;
	padding-right: 7px;
}

.center-navigation > ul {
	padding-bottom: 5px;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

.center-navigation {
	display: table;
	margin: 0 auto;
}

.search-box {
	padding: 8px;
	height: 34px;
}

.navbar-collapse-custom {
	overflow: hidden;
}

.navbar-brand-custom {
	display: none;
}

	.navbar-brand-custom:hover {
		color: #999 !important;
	}

.line-up-pointer {
	display: inline-block;
}

.liveChatWrap {
	float: left;
	margin-top: -10px;
	margin-left: -15px;
	-moz-transition: -moz-transform .1s ease-in-out;
	-ms-transition: -ms-transform .1s ease-in-out;
	-o-transition: -o-transform .1s ease-in-out;
	-webkit-transition: -webkit-transform .1s ease-in-out;
	transition: transform .1s ease-in-out;
	z-index: 1041;
}

.liveChatInnerWrap {
	display: inline-block;
}

.liveChatWrap:hover {
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	z-index: 50;
}

.skinChangerLabel {
	display: inline;
}

.skinChanger {
	position: relative;
	float: right;
}

@media(max-width:767px) {
	.center-navigation {
		width: 100%;
		text-align: center;
	}

	.navbar-brand-custom {
		display: block;
	}

	.line-up-pointer {
		padding-top: 15px;
	}

	.liveChatWrap {
		padding-top: 14px;
		margin-left: 0;
	}

	.pointerLeft {
		float: none;
	}
}

.preview-block {
	padding-top: 60px;
	height: 101px;
}

.breadcrumb {
	display: inline-block;
	width: 100%;
}

#advImageViewerDialog a {
	text-decoration: none;
}

#guidedNavDialog a {
	text-decoration: none;
}

#dropSearchDialog a {
	text-decoration: none;
}

.liveChatWrap {
	position: fixed;
	bottom: 0;
	left: 12px;
	z-index: 1010;
	opacity: .8;
}

.product-options .form-control {
	max-width: 334px;
}


#srchCnt
{
	margin: 0 0 0 40px;
}


.lstCnt
{
	margin: 0 0 5px 0;
	list-style: none;
}

#srchResContainer
{
	position: absolute;
	width: 880px;
	min-height: 325px;
	border: 1px solid #E2E2E2;
	overflow: hidden;
	padding: 10px 20px 10px 20px;
	background-color: White;
	z-index: 1000;
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}

/*search list*/
#srchRes
{
	float: left;
	font-size: 1.2em;
	text-align: left;
}

	/*individual search list items*/
	#srchRes li
	{
		cursor: default;
		margin: 0 0 4px 10px;
		list-style: none;
	}

/*image container*/
.imgcon
{
	display: inline-block;
	text-align: center;
}

/*images*/
#imgs
{
	float: left;
}

#brand
{
	position: absolute;
	color: #D1CFCF;
	float: right;
	display: none;
	font-size: 1.2em;
}

.brandLnk, .brandLnk:visited, .brandLnk:link
{
	color: #D1CFCF;
	font-size: 1.0em;
	list-style: none;
}

	.brandLnk:hover
	{
		color: #FF7F00;
	}

#imgs img
{
	display: inline;
	margin: 0 10px 0 0;
	border: 1px solid #F7F7F7;
	height: 125px;
}

.imgPct
{
}

.imgCpt
{
	text-align: center;
	width: 125px;
	font-size: 1.0em;
}

.clr
{
	clear: both;
}

.bld
{
	font-weight: bold;
}


.lstItmNormal
{
	color: Black;
	width: 250px;
}

.lstItmOver
{
	color: Red;
	background-color: #DBD9D9;
	width: 250px;
}

.pressEnterToSearch
{
	font-size: 1.0em;
	margin: 10px 0 0 0;
	font-style: italic;
}
