/* KEYWORDS: +all, +mozilla, +os, +webkit, -android, -chrome, -edge, -firefox, -gecko, -ie, -ie10, -ie11, -ie7, -ie8, -ie9, -ipad, -iphone, -khtml, -linux, -mac, -macos, -mobile, -opera, -presto, -safari, -trident, -trident3, -trident4, -trident5, -trident6, -trident7, -upbrowser, -win, -windows, -windowsphone, -windowsxp, -winphone, -winxp, -universal */

/*** Skipping CSS Section grid (only-param=ecs-sub) ***/
/*** Skipping CSS Section common (only-param=ecs-sub) ***/
/*** Skipping CSS Section navigation (only-param=ecs-sub) ***/
/*** Skipping CSS Section buttons (only-param=ecs-sub) ***/
/*** Skipping CSS Section slideshow (only-param=ecs-sub) ***/
/*** Skipping CSS Section productsnavigation (only-param=ecs-sub) ***/
/*** Skipping CSS Section sidebox (only-param=ecs-sub) ***/
/*** Skipping CSS Section forms (only-param=ecs-sub) ***/
/*** Skipping CSS Section resources (only-param=ecs-sub) ***/
/*** Skipping CSS Section resources-temp (only-param=ecs-sub) ***/
/*** Skipping CSS Section directory (only-param=ecs-sub) ***/
/*** Skipping CSS Section boxes-slider (only-param=ecs-sub) ***/
/*** Skipping CSS Section slider (only-param=ecs-sub) ***/
/*** Skipping CSS Section homepage (only-param=ecs-sub) ***/
/*** Skipping CSS Section subpages (only-param=ecs-sub) ***/
/*** Skipping CSS Section landing (only-param=ecs-sub) ***/
/*** Skipping CSS Section landingdirectory (only-param=ecs-sub) ***/
/*** Skipping CSS Section landing-custom-styles (only-param=ecs-sub) ***/
/*** Skipping CSS Section parallax (only-param=ecs-sub) ***/
/*** Skipping CSS Section product (only-param=ecs-sub) ***/
/*** Skipping CSS Section downloads (only-param=ecs-sub) ***/
/*** Skipping CSS Section custom-windturbine (only-param=ecs-sub) ***/
/*** Skipping CSS Section custom-coatingthickness (only-param=ecs-sub) ***/
/*** Skipping CSS Section custom-aerospaceinspectionssolutions (only-param=ecs-sub) ***/
/*** Skipping CSS Section custom-vanta (only-param=ecs-sub) ***/
/*** Skipping CSS Section custom-vessel (only-param=ecs-sub) ***/
/*** Skipping CSS Section custom-360 (only-param=ecs-sub) ***/
/*** Skipping CSS Section configurator (only-param=ecs-sub) ***/
/*** Skipping CSS Section industries (only-param=ecs-sub) ***/
/*** Skipping CSS Section custom-blog (only-param=ecs-sub) ***/
/*** Skipping CSS Section customunsubscribe (only-param=ecs-sub) ***/
/*** Skipping CSS Section news (only-param=ecs-sub) ***/
/*** Skipping CSS Section events (only-param=ecs-sub) ***/
/*** Skipping CSS Section careers (only-param=ecs-sub) ***/
/*** Skipping CSS Section search (only-param=ecs-sub) ***/
/*** Skipping CSS Section custom-academic-research (only-param=ecs-sub) ***/
/*** Skipping CSS Section custom-training-members (only-param=ecs-sub) ***/
/*** Skipping CSS Section content-slideshow (only-param=ecs-sub) ***/
/*** Skipping CSS Section solutions (only-param=ecs-sub) ***/
/*** Skipping CSS Section metal (only-param=ecs-sub) ***/
/*** Skipping CSS Section sitemap (only-param=ecs-sub) ***/
/*** Skipping CSS Section video (only-param=ecs-sub) ***/
/*** Skipping CSS Section ecs-configurator (only-param=ecs-sub) ***/
/*** Skipping CSS Section ecs (only-param=ecs-sub) ***/
/*** Skipping CSS Section ecs-home (only-param=ecs-sub) ***/
/*** START ims20/global/ecs-sub.css ***/
/* =SYSTEM CHECKOUT.CSS START */
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* =CART */
.ecsCart,
.ecsOrderPayments {
	width: 100%;
}
.ecsCart td,
.ecsCart th,
.ecsOrderPayments th,
.ecsOrderPayments td {
	padding: 10px 10px;
	border-bottom: 1px dotted #c7c7c7;
	text-align: left;
}
.ecsCart thead td,
.ecsCart th,
.ecsOrderPayments th {
	background-color: #f2f2f2;
}
.ecsOrderPayments #paymentAmount,
.ecsOrderPayments .paymentAmountCell {
	text-align: right;
}
.totalBox {
	text-align: right;
	margin-bottom: 20px;
}
.cartButtons {
	clear:both;
	position: relative;
}
.cartButtonCheckout,
.cartButtonControls {
	position: absolute;
	top: 0px;
	right: 0px;
}
@media (max-width: 767px) {
	.cartButtonCheckout, 
	.cartButtonControls {
		position: static;
	}
}
.cartButtonCheckout input {
	margin-left: 10px;
}

.totalBox .total-line {
	float:right;
	width: 500px;
	clear: both;
}
.totalBox .total-left {
	width: 380px;
	float:left;
}
.totalBox .total-right {
	width: 120px;
	float:right;
}

.csqLocInfo {
	background-color: #f5f5f5;
	border: 1px solid #c7c7c7;
	padding: 5px;
	border-radius: 3px;
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}
#csqLocationForm {
	margin-bottom: 10px;	
}
#csqLocationForm input[type="text"] {
	width: 130px;	
}
#csqLocationForm select {
	width: 138px;	
}
.cartUpdateLink {
	text-align: center;	
}


/* =CHECKOUT */

.checkoutStep1 table.grid > tbody > tr[cols="2"] > * {
	max-width: 350px;
}

.shpMethod {
	font-weight: bold;
	margin-bottom: 10px;
}

/* grid fix START */
/* in the checkout tr doesn't have @cols */
table.grid.crmABContent > tbody > tr {
    display: inline-flex;
    flex-flow: row wrap;
}
table.grid.crmABContent > tbody > tr[cols="2"] > * {
	width: calc(50% - 15px);
}
@media (min-width: 980px) {
	table.grid.crmABContent > tbody > tr {
		width: 50%;
	}
	table.grid.crmABContent > tbody > tr > * {
		width: 50%;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	table.grid.crmABContent > tbody > tr {
		width: 100%;
	}
}
@media (max-width: 979px) {
    table.grid.crmABContent > tbody > tr[cols="2"] > * {
		width: 100%;
	}
}
@media (max-width: 979px) {
    table.grid.crmABContent > tbody > tr > * {
        width: 100%;
    }
}


@media (min-width: 768px) {
	table.grid.crmForm > tbody > tr[cols] > *:first-child:not(:only-child) {
		width: 300px;
	}
	table.grid.crmForm > tbody > tr[cols] > *:last-child:not(:only-child) {
		width: calc(100% - 300px);
	}	
}

table.grid.checkoutSubmitTable {
	display: table;
	width: auto;
}
table.grid.checkoutSubmitTable > tbody > tr {
	display: table-row;
}
table.grid.checkoutSubmitTable > tbody > tr > td {
	display: table-cell;
	padding-right: 20px;
}

@media (min-width: 768px) {
	table.grid.ecsCart {
		display: table;
		width: 100%;
	}
	table.grid.ecsCart > thead > tr,
	table.grid.ecsCart > tbody > tr {
		display: table-row;
	}
	table.grid.ecsCart > thead > tr > th,
	table.grid.ecsCart > thead > tr > td,
	table.grid.ecsCart > tbody > tr > th,
	table.grid.ecsCart > tbody > tr > td {
		display: table-cell;
		padding-right: 20px;
	}	
}
@media (max-width: 767px) {
	table.grid.crmABContent > tbody > tr > * {
		margin: 0 0 10px !important;
	}
}

table.grid.ecsOrderPayments {
	display: table;
}
table.grid.ecsOrderPayments > tbody,
table.grid.ecsOrderPayments > thead {
	display: table-header-group;
}
table.grid.ecsOrderPayments > tbody > tr,
table.grid.ecsOrderPayments > thead > tr {
	display: table-row;
}
table.grid.ecsOrderPayments > tbody > tr > *,
table.grid.ecsOrderPayments > thead > tr > * {
	display: table-cell;
	width: auto !important;
}
/* grid fix END */

.checkout input[type="text"],
.checkout input[type="email"],
.checkout input[type="password"],
.checkout input[type="tel"],
.checkout input[type="number"],
.checkout select {
	border: 0 none;
	background-color: #f2f2f2;
	padding: 10px 15px;
}

.checkout input[type="radio"],
.checkout input[type="checkbox"] {
	margin-right: 5px;	
}
.checkoutHeader,
.checkoutBlockHeader {
	font-size: 20px;
	margin: 20px 0 10px;	
	text-transform: capitalize;
}
.checkoutHeaderSmall {
	font-size: 16px;
	margin-top: 8px;	
	margin-bottom: 4px;
}
.checkoutModule #signup,
.checkoutModule #login {
	width: 300px;
}
.checkoutModule #signup {
	padding-right: 20px;	
}
.checkoutModule #signup input[type="text"], .checkoutModule #signup input[type="password"], 
.checkoutModule #login input[type="text"], .checkoutModule #login input[type="password"] {
	width: 180px;
}
.checkoutModule #signup input[type="submit"],
.checkoutModule #login input[type="submit"] {
	margin-top: 10px;	
}
td.formFieldTitleTd,
td.formFieldTitleTd {
	text-align: right;
	padding-right: 5px;	
	white-space: nowrap;
}

/* =SPECIFY YOUR SHIPPING ADDRESS */
.checkout .crmLocationName {
	font-weight: bold;	
	padding-top: 10px;
	padding-bottom: 10px;
}
.primaryBillingCheckboxControl {
	margin-right: 10px;	
}
.crm-loc-sel-head {
	font-weight: bold;
}
.selectorLink {
	font-weight: bold;
}
.checkoutRadio {
	padding-top: 10px;
	padding-bottom: 10px;
}
.checkoutRadioInput {
	float: left;
}
input.inpZip, input.inpZipExt,
#phoneType select,  select.selCountryCode, input.inpAreaCode, input.inpPhoneNumber, input.inpPhoneExt,
input.ccMonth, input.ccYear, input.ccCVV {
	width: auto;
}
.checkoutSubmit input {
	margin-right: 5px;	
}

/* =REVIEW & SUBMIT YOUR ORDER */
.checkoutPricingOverview {
	float: right;	
	margin: 10px 0 0;
}
.checkoutPricingOverview th {
	text-align: right;
	padding-right: 5px;	
	font-weight: bold;
}
.checkoutBlock {
	width: 300px;
}
.checkoutPaymentCond {
	width: 100%;
	font-weight: bold;
}
.bottomConfirm {
	width: 100%;
}
.bottomConfirm .checkoutText {
	font-weight: bold;
}

/* =THANK YOU PAGE */
.checkoutStepReceipt .checkoutTY {width: 100%;}

.orderNotesBox:not(:empty) {
	margin: 25px 0;
	background-color: #f5f5f5;
	padding: 15px 15px;
	border-bottom: 1px solid #e7e7e7;
	font-style: italic;
}
.orderNotesBox:not(:empty)::before {
	content: 'Order Notes: ';
	font-style: normal;
	font-weight: bold;
}

/* Phone Area Styles */ 
.phoneExtSep,.phoneInputArea div {padding-right:4px;}
.phoneInputArea div {display: inline;vertical-align: top;}
#areaCodeInput {width:32px;}
#phoneNumberInput {width:98px;}
#phoneNumberExt {width:28px;}
.crmLocationSelector {width:350px;}
/* site is black and you cannot see black text on transparent background */
.checkoutForm .phoneInputArea input {
	color: #000;	
}
.checkoutError .error {
	text-align: center;
	font-size: 18px;
}
.checkoutError .checkoutBigError {
	text-align: center;
	font-size: 24px;
	padding-bottom: 7px;	
}

@media (max-width: 767px) {
	h1.current-category, 
	.current-category.h1 {
		font-size: 30px;
	}
}

/* Payment methods */
.ccFormRow label {
       display:block;
       float:left;
       width:190px;
}

.ccFormRow .req {
       margin-left: 5px;
       margin-right: 5px;
       color: #8B0000;
}

.notValidated input {
       background-color: #FFF0F5;
}

.ccMakePayment {
       margin-top:10px;
       margin-left:190px;
       display:block;
       float:left;
}

/* =SYSTEM CHECKOUT.CSS END */
/* ---------------------------------------------------------------------------------------------------------------------------- */

/* =ITEM */

/* hz */
.not-available-on-the-webstore {
    text-align: center;
}
.not-available-on-the-webstore::before {
    margin-bottom: 20px;
	content: '';
	background: var(--sprite) no-repeat -375px -400px transparent;
	width: 42px;
	height: 38px;
	display: block;
}



.priceTable {
	padding: 5px 10px;
}
#priceBox {
	font-style: normal;
}
#quantity input[type="text"],
#quantity .more,
#quantity .less {
	background-color: #f3f3f3;
	background-image: none;
	display: inline-block;
	padding: 6px 12px;
	margin-right: 5px;
	line-height: 1.6em;
	text-decoration: none;
	text-shadow: none;
	border: 0 none;
	border-radius: 0;
	text-align: center;
	color: #444;
}
#quantity .more,
#quantity .less {
	padding: 6px 12px;
}
#quantity .less::before,
#quantity .more::before {
	display: none;
}
#quantity .more:hover,
#quantity .less:hover {
	background-color: #005cb9;
	color: #fff;
}

.login-register-link {
	font-weight: normal;
	font-family: Arial, Tahoma, sans-serif;;
	font-size: 13px;
	color: #444;
}

.ecsPadding .ecsButton1 {
	text-align: right;
}

.itemTable {
	width: 100%;
}
.itemTable img {
	margin-right: 15px;
}
.itemTable
@media (max-width: 479px) {
	.itemTable,
	.itemTable > tbody,
	.itemTable > tbody > tr,
	.itemTable > tbody > tr > td {
		display: block;
		text-align: left;
	}
}


.itemTable .photo {
	width: 150px;
}


/* /shop/item/269-productId.570437492_269-catId.0.html */
table.skuTableList {border: 1px solid #c7c7c7; margin-top: 10px; margin-bottom: 10px; width: 100%;}
table.skuTableList input[type="text"],
table.skuTableList input[type="number"] {
	border: 1px solid #c7c7c7; 
	width: 40px !important; 
	text-align: center;
	padding: 4px;
	line-height: 1.6em;
}
table.skuTableList input[type="number"] {
	width: 60px !important;
	text-align: left !important;
	padding-left: 10px;
}
table.skuTableList p {margin: 0;}

@media (max-width: 979px) {
	.itemTable table.skuTableList,
	.itemTable table.skuTableList tbody,
	.itemTable table.skuTableList tr,
	.itemTable table.skuTableList td {
		display: block;	text-align: left; border: 0 none; padding: 0;
	}
	.itemTable table.skuTableList thead {display: none;}
	.itemTable table.skuTableList tbody td:before {content: attr(heading) ': '; font-weight: bold;}
	.itemTable table.skuTableList td {padding: 3px 5px;}
	.itemTable table.skuTableList tbody td:nth-child(odd) {background-color: #f3f3f3;}
}
@media (max-width: 979px) {
	.itemTable div.table-responsive table.skuTableList {display: table !important; width: 100%;}
	.itemTable div.table-responsive table.skuTableList tr {display: table-row !important;}
	.itemTable div.table-responsive table.skuTableList td, 
	.itemTable div.table-responsive table.skuTableList th {display: table-cell !important; border-bottom: 1px solid #e7e7e7;}
	.itemTable div.table-responsive table.skuTableList tbody td:before {content: '';}
	.itemTable div.table-responsive table.skuTableList tbody td:nth-child(odd) {background-color: transparent;}
}


/* Item page tabs */
.related-upsell .ui-widget {
	font-family: Arial, Tahoma, sans-serif;;
	font-size: 13px;
	line-height: 1.6em;
}
.related-upsell .ui-widget-content a {
	color:  #464eb6;
}
html[lang="ja-JP"] .related-upsell .ui-widget {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}
.related-upsell .ui-widget-content,
.related-upsell .ui-widget-header {
	padding: 0;
	border: 0 none;
	background-image: none;
	background-color: transparent;
	border-radius: 0;
	clear: both;
	overflow: hidden;
}
.related-upsell .ui-widget-header {
	border-bottom: 10px solid #e2e2e2;
	margin-bottom: 15px;
	margin-top: 25px;
}
.related-upsell .ui-tabs .ui-tabs-nav li {
	background-image: none;
	background-color: #8F8F8F;
	border-radius: 0;
	border: 0 none;
	color: #fff;
	margin-right: 5px;
}
.related-upsell .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background-color: #E2E2E2;
	color: #000;
}
.related-upsell .ui-tabs .ui-tabs-nav li a {
	color: #fff;
}
.related-upsell .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	background-color: #E2E2E2;
	color: #000;
}
.related-upsell .ui-tabs .ui-tabs-nav li.hideFromTabs {
	display: none;
}
.related-upsell .ui-widget-content {
	color: #444;
	font-size: 13px;
	font-family: Arial, Tahoma, sans-serif;;
}
@media (max-width: 1024px) {
	.related-upsell .cmsPanel {
		font-size: 14px;
		padding: 0; margin: 0;
		border-bottom: 3px solid #fff;
	}
	.related-upsell .cmsPanelTitle {
		background-color: #E2E2E2;
		color: #000;
		font-size: 14px;
		font-family: Arial, Tahoma, sans-serif;;
		padding: 0; margin: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 30px;
		padding-right: 15px;
		position: relative;
	}
	html[lang="ja-JP"] .related-upsell .cmsPanel {
		font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "Osaka", "Arial", "Helvetica", Sans-serif; /* @bug remove dbecause of invalid UTF chars - danny */
	}
	.related-upsell .collapsed .cmsPanelTitle {
		background-color: #f3f3f3;
		color: #444;
	}
	.related-upsell .cmsPanelTitle:before {
		font-family: 'FontAwesome';
		content: '\f107';
		padding-right: 5px;
		position: absolute;
		left: 15px;
		top: 10px;
	}
	.related-upsell .collapsed .cmsPanelTitle:before {
		content: '\f105';
	}
	.related-upsell .cmsPanelContents {
		padding: 10px 0px;
	}
}



.upsell-group-prods  {
	clear: both;
	overflow: hidden;

	/* flex */
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;

	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
}
.upsell-group-prods .related-product {
	width: 150px;
	border: 1px solid #d7d7d7;
	background-color: #f3f3f3;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;


}
.upsell-group-prods .related-product img {
	width: 100%;
	margin-bottom: 10px;
}
.upsell-group-prods .related-product .related-name,
.upsell-group-prods .related-product .upsell-prod-price,
.upsell-group-prods .related-product .related-addtocart-control {
	padding: 0px 5px;
}
.upsell-group-prods .related-product .related-addtocart-control {
	background-color: #f3f3f3;
	padding: 5px;
	color: #333;
}
.upsell-group-prods .related-product .related-addtocart-control input[type="checkbox"] {
	margin: 0; padding: 0;
	margin-right: 5px;
	cursor: pointer;
}
.upsell-group-prods .related-product .related-addtocart-control label {
	margin: 0; padding: 0;
	cursor: pointer;
}

/* /shop/item/269-productId.570440839_269-catId.562037143.html */
.ecsItemPageDesc {
	padding: 0;
}
.itemTableTransducers > tbody > tr > td:last-child {
	padding-left: 30px;
}
.itemTableTransducers .priceTable {
	width: 500px;
	max-width: 100%;
}
.itemHelpSection {
	border: 1px solid #d7d7d7;
	padding: 15px;
}
.itemHelpSection h4 {
	margin: 0; padding: 0;
	margin-bottom: 5px;
}
.itemHelpSection p {
	margin-bottom: 0px;
}
a[onclick*="ondtTransducer"] {
	padding: 6px 12px;
	margin: 0 0 0 3px;
	display: inline-block;
	background-color: #005cb9;
	color: #fff;
	text-decoration: none;
	border: 0 none;
	border-radius: 0;
	line-height: 1.6em;
	font-weight: normal;
	
}
/* copied from original styles */
.attrib .helpsectiononoff,
.attrib .helpsection,
.attrib .gg {
	display: none;
	padding: 0;
	margin: 0;
}

/* choose transducer /shop/item/269-productId.570440839_269-catId.562037143.html */
.chooseTransducer h4 {
	background-color: #f3f3f3;
	margin: 0; 
	padding: 10px !important; 
	font-size: 24px;
}
.chooseTransducer h2 {
	margin-top: 0px; 
	margin-bottom: 5px; 
	font-size: 20px;
}
.chooseTransducer td {cursor: pointer; border-bottom: 1px solid #d7d7d7; padding: 10px;}
.chooseTransducer td:hover, .chooseTransducer td:hover h2 {color: #005cb9;}
.chooseTransducer td a {display: block;	text-align: center;	width: 80px; margin-top: 5px; line-height: 1.3em;}
@media (max-width: 979px) {
	.itemTableTransducers .priceTable,
	.itemTableTransducers .priceTable > tbody,
	.itemTableTransducers .priceTable > tbody > tr,
	.itemTableTransducers .priceTable > tbody > tr > * {
		display: block;
		width: 100%;
		padding: 0; margin: 0;
	}
	.itemTableTransducers .priceTable > tbody > tr {
		padding: 5px 10px;
	}
}
@media (max-width: 767px) {
	.itemTableTransducers,
	.itemTableTransducers > tbody,
	.itemTableTransducers > tbody > tr,
	.itemTableTransducers > tbody > tr > * {
		display: block;
		padding: 0;
		margin: 0;
	}
	.itemTableTransducers > tbody > tr > td:last-child {
		padding-left: 0px;
		padding-top: 30px;
	}
}

/* =CART */
.stored-cart-tabs {
	display: flex;
	flex-flow: row wrap;
	border-bottom: 4px solid #005cb9;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.stored-cart-tabs {
		margin-bottom: 0;
	}
}
.stored-cart-tabs a {
	display: block;
	margin: 5px 5px 0 0;
	padding: 6px 20px 4px;
	background-color: #F3F3F3;
	color: #000;
	cursor: pointer;
	order: 1;
	transition: all 0.3s;
}
.stored-cart-tabs a:hover {
	color: #005cb9;
}
@media (max-width: 767px) {
	.stored-cart-tabs a {
		padding: 6px 12px 4px;
	}
}
.stored-cart-tabs a.active {
	background-color: #005cb9;
	color: #fff;
}
.stored-cart-tabs a i {
	color: #777777;
	width: 11px;
	height: 12px;
	display: inline-block;
	background: var(--sprite) no-repeat -400px -375px;
	opacity: 0.6;
	transform: translateY(1px);
}
.stored-cart-tabs a:hover i {
	background-position: -425px -375px;
}
.stored-cart-tabs a i.fa-pencil {
	background-position: -350px -375px;
}
.stored-cart-tabs a:hover i.fa-pencil {
	background-position: -375px -375px;
}

.stored-cart-tabs a#edit {
	order: 2;
}
.stored-cart-tabs a#new {
	order: 3;
}
#saveThisCartButton ~ #saveThisCartButton {
	display: none;
}
.ecs-cart-img {
	width: 100px;
}
#cartCollapseBlock h1 {
	display: none;
}
.ecsCart input[type="text"] {
	border: 1px solid #ccc;
	text-align: center;
}
.cartButtons {
	clear: both;
	overflow: hidden;
}
.cartButtons .cartButtonOthers {
	float: left;
}
.cartButtons .cartButtonCheckout {
	float: right;
}
.cartButtons .cartButtonCheckout input[type="submit"] {
	margin-left: 10px;
}
.cartButtons .cartButtonCheckout input[type="submit"]:not(.ecsCheckoutButton) {
	color: #666;
	text-shadow: 1px 1px 0px #fff;
	background-color: #f2f2f2;
}
.ecsCart td {
	padding: 10px 10px;
	border-bottom: 1px solid #d7d7d7;
}
@media (min-width: 768px) {
	.ecsCart td:first-child {
		padding-left: 0;
	}
	.ecsCart td:last-child {
		padding-right: 0;
	}
}
.ecsCart thead td {
	background-color: #f3f3f3;
	padding: 10px;
}
.totalBox {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
@media (max-width: 767px) {
	.cartButtons {
		float: none;
	}
	.cartButtons .cartButtonCheckout,
	.cartButtons .cartButtonOthers {
		float: none;
	}
	.cartButtons input[type="submit"] {
		margin-bottom: 10px;
	}
	.cartButtons .cartButtonCheckout input[type="submit"] {
		margin-right: 10px;
		margin-left: 0px;
	}
	.ecsCart thead {
		display: none;
	}
	.ecsCart tbody,
	.ecsCart tr,
	.ecsCart td {
		display: block; width: 100%; padding: 0; margin: 0; border: 0 none;
	}
	/* rewrite embeded style */
	.ecsCartImage {padding: 0 !important;}
	.ecsCart td[heading]:before {
		content: attr(heading) ': ';
		font-weight: bold;
	}
	.ecsCart tbody {
		margin-left: -5px;
		margin-right: -5px;
	}
	.ecsCart tr {
		width: 100%;
		border-bottom: 1px solid #e7e7e7;
		padding: 15px 5px;
	}
	.ecsCart tr:first-child {
		padding-top: 0;
	}
	.ecsCart td {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.ecsCart .productName {
		background-color: #f5f5f5;
		padding: 15px;
		margin-bottom: 5px;
	}
}
@media (max-width: 499px) {
	.cartButtons .cartButtonOthers input[type="submit"],
	.cartButtons .cartButtonCheckout input[type="submit"] {
		display: block;
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Export Control Agreement Form */
.export-control-agreement-table td {
	padding: 0;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}
.export-control-agreement-table td:first-child {
	font-weight: bold;
}
.export-control-agreement-table label {
	margin: 0;
	font-weight: normal;
}
.export-control-agreement-table input[type="radio"] {
	margin: 0;
	margin-right: 5px;
}
.export-control-agreement-table input[type="checkbox"] {
	margin: 0;
	margin-right: 5px;
}
.checkoutOrderNotes {
	font-size: 20px;
	color: #444;
	margin: 20px 0 10px;
	display: block;
}
.export-control-agreement-table textarea,
.orderNotes {
	max-width: 100%;
	font-family: Arial, Tahoma, sans-serif;;
	line-height: 1.6em;
	font-size: 13px;
	padding: 15px;
	background-color: #f5f5f5;
	border: 0 none;
	color: #444;
}
html[lang="ja-JP"] .export-control-agreement-table textarea,
html[lang="ja-JP"] .orderNotes {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}
@media (max-width: 479px) {
	.export-control-agreement-table,
	.export-control-agreement-table tbody,
	.export-control-agreement-table tr,
	.export-control-agreement-table td,
	.export-control-agreement-table td:first-child {
		padding: 0; margin: 0; display: block;
	}
	.export-control-agreement-table {
		margin-top: 10px;
	}
	.export-control-agreement-table tr {
		padding-bottom: 10px;
	}
}


/* EPCI Form */
#F1164 table th {
	font-weight: normal;
}
#F1164 input[type="text"],
#F1164 input[type="email"],
#F1164 input[type="password"],
#F1164 input[type="tel"],
#F1164 select {
	width: 250px;
	border-radius: 0;
	border: 1px solid #ccc;
	padding: 4px;
	height: auto;
}
#F1164 textarea {
	width: 400px !important;
	height: 100px !important;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 4px;
}
@media (max-width: 767px) {
	#F1164 table, #F1164 tbody,	#F1164 th, #F1164 td, #F1164 tr {
		padding: 0; margin: 0; border: 0 none; display: block; text-align: left !important;
	}
	#F1164 tr {
		margin-bottom: 10px;
	}
	#F1164 th {
		padding-bottom: 5px;
	}
	#F1164 th br {
		display: none;
	}
}



/* ---------------------------------------------------- */
/* -------- =NON RESPONSIVE CHECKOUT --START-- -------- */
/* ---------------------------------------------------- */
.checkoutRadio,
.selectorLink label.radio {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
}
.checkoutForm input[type="submit"] {
	margin-right: 10px;
}
.checkoutModule {
	clear: both;
	overflow: hidden;
}
.checkoutModule > div > .row {
	clear: both;
	overflow: hidden;
}
.checkoutModule > div > .row > div {
	width: 50%;
	float: left;
}
.checkoutModule #signup,
.checkoutModule #login {
	width: auto;
}
.checkout #signup td,
.checkout #login td {
	padding-top: 5px;
	padding-bottom: 5px;
	align-self: center;
}
.checkout #signup td:first-child {
	padding-right: 10px;
}
@media (max-width: 979px) {
	.checkout #signup td,
	.checkout #login td {
		padding-top: 0;
		padding-bottom: 0;
	}
	.checkout #signup tr {
		padding-bottom: 10px;
	}
}
.checkout #login h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
.checkout #login input[type="submit"],
.checkout #signup input[type="submit"] {
	margin: 0;
}
#login .checkoutHeader, 
#signup .checkoutHeader, 
#login .checkoutBlockHeader,
#signup .checkoutBlockHeader {
	margin: 20px 0 10px;
}

td.formFieldTitleTd, 
td.formFieldTitleTd {
	text-align: left;
}

.checkout div.formerTable {display: table; width: auto;}
.checkout div.formerTable > .row {display: table-row; margin: 0; clear: both; overflow: hidden;}
.checkout div.formerTable > .row > div {display: table-cell; padding: 5px 0; width: auto; float: none;}
.checkout div.formerTable > .row > div:first-child {padding-right: 10px;}

.checkout .checkoutConfirm div.formerTable,
.checkout .checkoutConfirm div.formerTable > .row {
	width: 100%;
	display: block;
}

@media (min-width: 768px) {
	.checkout .checkoutConfirm div.ecsCart.formerTable > .row.orderItemsHead,
	.checkout .checkoutConfirm div.ecsCart.formerTable > .row.orderItemsRow,
	.checkoutStepReceipt .checkout div.ecsCart.formerTable > .row.orderItemsHead,
	.checkoutStepReceipt .checkout div.ecsCart.formerTable > .row.orderItemsRow {
		display: flex;
		flex-flow: row nowrap;
		border-bottom: 1px solid #e7e7e7;
		width: 100%;
	}
	.checkout .checkoutConfirm div.ecsCart.formerTable > .row.orderItemsHead::before,
	.checkout .checkoutConfirm div.ecsCart.formerTable > .row.orderItemsRow::before,
	.checkout .checkoutConfirm div.ecsCart.formerTable > .row.orderItemsHead::after,
	.checkout .checkoutConfirm div.ecsCart.formerTable > .row.orderItemsRow::after {
		display: none;
	}
	.checkout .checkoutConfirm div.ecsCart.formerTable > .row.orderItemsHead > div,
	.checkout .checkoutConfirm div.ecsCart.formerTable > .row.orderItemsRow > div,
	.checkoutStepReceipt .checkout div.ecsCart.formerTable > .row.orderItemsHead > div,
	.checkoutStepReceipt .checkout div.ecsCart.formerTable > .row.orderItemsRow > div {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.checkout .checkoutConfirm div.ecsCart.formerTable,
	.checkout .checkoutStepReceipt div.ecsCart.formerTable {
		border-bottom: 1px solid #e7e7e7;
	}
	.checkout .checkoutConfirm div.ecsCart.formerTable > .row,
	.checkout .checkoutStepReceipt div.ecsCart.formerTable > .row {
		margin-bottom: 10px;
	}	
	.checkout .checkoutConfirm div.ecsCart.formerTable > .row > div,
	.checkout .checkoutStepReceipt div.ecsCart.formerTable > .row > div {
		padding-top: 3px;
		padding-bottom: 3px;
		margin-bottom: 0;
	}
	.checkout .checkoutConfirm div.ecsCart.formerTable > .row.orderItemsHead,
	.checkout .checkoutStepReceipt div.ecsCart.formerTable > .row.orderItemsHead {
		display: none;
	}
	.checkout .checkoutConfirm div.ecsCart.formerTable > .row.orderItemsRow > div::before,
	.checkout .checkoutStepReceipt div.ecsCart.formerTable > .row.orderItemsRow > div::before {
		font-weight: bold;
		margin-right: 3px;
		display: inline-block;
	}
	.checkout .checkoutConfirm div.ecsCart.formerTable > .row.orderItemsRow > div.quantity::before,
	.checkout .checkoutStepReceipt div.ecsCart.formerTable > .row.orderItemsRow > div.quantity::before {
		content: 'Quantity: ';
	}
	.checkout .checkoutConfirm div.ecsCart.formerTable > .row.orderItemsRow > div.unitOfMeasure::before,
	.checkout .checkoutStepReceipt div.ecsCart.formerTable > .row.orderItemsRow > div.unitOfMeasure::before {
		content: 'Unit: ';
	}
	.checkout .checkoutConfirm div.ecsCart.formerTable > .row.orderItemsRow > div.unitPrice::before,
	.checkout .checkoutStepReceipt div.ecsCart.formerTable > .row.orderItemsRow > div.unitPrice::before {
		content: 'Price: ';
	}
	.checkout .checkoutConfirm div.ecsCart.formerTable > .row.orderItemsRow > div.subtotal::before,
	.checkout .checkoutStepReceipt div.ecsCart.formerTable > .row.orderItemsRow > div.subtotal::before {
		content: 'Subtotal: ';
	}
	.checkout .checkoutConfirm div.ecsCart.formerTable > .row.orderItemsRow > div,
	.checkout .checkoutStepReceipt div.ecsCart.formerTable > .row.orderItemsRow > div {
		padding-left: 10px;
		padding-right: 10px;		
	}
	.checkout .checkoutConfirm div.ecsCart.formerTable > .row.orderItemsRow > div.productName,
	.checkout .checkoutStepReceipt div.ecsCart.formerTable > .row.orderItemsRow > div.productName {
		background-color: #f5f5f5;
		margin-bottom: 5px;
	}
}

.checkout .checkoutConfirm div.formerTable > .row > div.col-sm-6 {
	width: 50%;
	float: left;
	display: block;
}
.checkout .checkoutConfirm div.formerTable > .row > div {
	display: block;
	width: 100%;
}

.checkout .crmLocationName > div {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
}
.checkout .crmLocationName > div input[type="submit"] {
    margin-left: 10px;
}
@media (max-width: 767px) {
    .checkout .crmLocationName > div {
        flex-flow: column nowrap;
        align-items: flex-start;
    }
    .checkout .crmLocationName > div input[type="submit"] {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .checkout div.formerTable.crmABContent > .row > div {
        width: 50%;
    }
}
@media (max-width: 479px) {
    .checkout div.formerTable.crmABContent,
    .checkout div.formerTable.crmABContent > .row,
    .checkout div.formerTable.crmABContent > .row > div {
        width: 100%;
        float: none;
        display: block;
    }    
}


.checkoutStepLogin .checkout div.formerTable {width: 100%;}
.checkoutStepLogin .checkout div.formerTable > .row > div {width: 50%;}
.checkoutStepLogin .checkout div.formerTable > .row > div:only-child {width: 100%;}

.checkout .selectorAddress {
	background-color: #f3f3f3;
	padding: 15px;
}
.checkout select {
	max-width: 300px;
	cursor: pointer;
	background-image: url(../data/ecs/i/top-caret.png);
	background-repeat: no-repeat;
	background-position: right center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;	
	padding-right: 17px;
}
.checkout select::-ms-expand {
    display: none; 
	/* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}

.checkoutSubmit {
	margin-top: 10px;
}
#promoCode {
	margin-right: 10px;
}
.checkout div.bottomConfirm.formerTable,
.checkout div.bottomConfirm.formerTable > .row,
.checkout div.bottomConfirm.formerTable > .row > div {
	text-align: center;
	display: block;
}
.bottomConfirm .checkoutSubmit {
	margin-top: 0px;
}
.orderNotes {
	width: 100%;
	height: 70px;
	max-width: 100%;
	margin: 0 0 30px;
}
@media (max-width: 767px) {
	.checkout .crm-ecs-location-form .crmABContent table,
	.checkout .crm-ecs-location-form .crmABContent tbody,
	.checkout .crm-ecs-location-form .crmABContent tr,
	.checkout .crm-ecs-location-form .crmABContent td {
		display: block;
		padding: 0; margin: 0;
	}
	.checkout .crm-ecs-location-form .crmABContent tr {
		margin: 0 0 5px;
	}
	.checkoutModule > div > .row > div {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.checkoutStepLogin .checkout div.formerTable,
	.checkoutStepLogin .checkout div.formerTable > .row,
	.checkoutStepLogin .checkout div.formerTable > .row > div {
		width: 100%;
		display: block;
	}
	.checkoutConfirm td.quantity:before,
	.checkoutConfirm td.unitOfMeasure:before,
	.checkoutConfirm td.unitPrice:before,
	.checkoutConfirm td.subtotal:before,
	.checkoutStepReceipt td.quantity:before,
	.checkoutStepReceipt td.unitOfMeasure:before,
	.checkoutStepReceipt td.unitPrice:before,
	.checkoutStepReceipt td.subtotal:before {
		content: 'Quantity: ';
		margin-right: 5px;
		font-weight: bold;
	}
	.checkoutConfirm td.unitOfMeasure:before {content: 'Unit: ';}
	.checkoutConfirm td.unitPrice:before {content: 'Price: ';}
	.checkoutConfirm td.subtotal:before {content: 'Subtotal: ';}
	.checkoutStepReceipt td.unitOfMeasure:before {content: 'Unit: ';}
	.checkoutStepReceipt td.unitPrice:before {content: 'Price: ';}
	.checkoutStepReceipt td.subtotal:before {content: 'Subtotal: ';}
	
	.checkoutStepReceipt .checkoutModule > div > .row > div {
		margin-bottom: 0px;	
	}

}
@media (max-width: 479px) {
	.checkoutModule #signup table,
	.checkoutModule #signup tr,
	.checkoutModule #signup tbody,
	.checkoutModule #signup td,
	.checkoutModule #signup td:first-child,
	.checkoutModule #login table,
	.checkoutModule #login tr,
	.checkoutModule #login tbody,
	.checkoutModule #login td,
	.checkoutModule #login td:first-child {
		display: block; padding: 0; margin: 0; text-align: left;
	}
	.checkoutModule #signup tr,
	.checkoutModule #login tr {
		padding-bottom: 10px;
	}
}

/* thank you page */
.checkoutStepReceipt .checkout div.formerTable,
.checkoutStepReceipt .checkout div.formerTable > .row,
.checkoutStepReceipt .checkout div.formerTable > .row > div {
	display: block;
}
.checkoutStepReceipt .checkout div.formerTable > .row > div.col-sm-6 {
	width: 50%;	
	float: left;
}
.checkoutStepReceipt div.col-sm-6 .checkoutBlockContent {
	padding: 30px;
	background-color: #f5f5f5;	
	margin-right: 30px;
}
@media (max-width: 767px) {
	.checkoutStepReceipt div.col-sm-6 .checkoutBlockContent {
		padding: 15px;	
		margin-right: 15px;
	}
}
@media (max-width: 479px) {
	.checkoutStepReceipt .checkout div.formerTable > .row > div.col-sm-6 {
		width: 100%;
		margin-bottom: 0px;
	}
	.checkoutStepReceipt div.col-sm-6 .checkoutBlockContent {
		margin-right: 0px;
	}	
}

#authorizeNet h3 {
    font-size: 16px;
    margin: 0px 0 4px;
	font-family: Arial, Tahoma, sans-serif;;
}
html[lang="ja-JP"] #authorizeNet h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}
@media (min-width: 768px) {
	#authorizeNet {
		width: auto;
		display: table;
	}	
	#authorizeNet tr {
		display: table-row;
	}
	#authorizeNet th,
	#authorizeNet td {
		display: table-cell;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#authorizeNet tr > *:first-child:not(:only-child) {
		padding-right: 15px;
	}
}
@media (max-width: 767px) {
    .checkoutStepShipping .checkout div.formerTable.crmForm,
    .checkoutStepShipping .checkout div.formerTable.crmForm > .row,
    .checkoutStepShipping .checkout div.formerTable.crmForm > .row > *,
    .checkoutStepBilling .checkout div.formerTable.crmForm,
    .checkoutStepBilling .checkout div.formerTable.crmForm > .row,
    .checkoutStepBilling .checkout div.formerTable.crmForm > .row > *,
    .checkoutStepConfirm .checkout #authorizeNet,
    .checkoutStepConfirm .checkout #authorizeNet tr,
    .checkoutStepConfirm .checkout #authorizeNet tr > * {
        display: block;
        padding: 0;
        margin: 0;
        float: none;
        width: 100%;
    } 
    .checkoutStepShipping .checkout div.formerTable.crmForm > .row,
    .checkoutStepBilling .checkout div.formerTable.crmForm > .row,
    .checkoutStepConfirm .checkout #authorizeNet tr {
        margin-bottom: 10px;
    }
    .checkoutStepShipping .checkout div.formerTable.crmForm > .row > *:first-child:not(:only-child),
    .checkoutStepBilling .checkout div.formerTable.crmForm > .row > *:first-child:not(:only-child),
    .checkoutStepConfirm .checkout #authorizeNet tr > *:first-child:not(:only-child) {
        margin-bottom: 3px;
    }
    .checkoutStepShipping .checkout div.formerTable.crmForm input[type="text"],
    .checkoutStepShipping .checkout div.formerTable.crmForm input[type="email"],
    .checkoutStepShipping .checkout div.formerTable.crmForm input[type="password"],
    .checkoutStepShipping .checkout div.formerTable.crmForm select,
    .checkoutStepBilling .checkout div.formerTable.crmForm input[type="text"],
    .checkoutStepBilling .checkout div.formerTable.crmForm input[type="email"],
    .checkoutStepBilling .checkout div.formerTable.crmForm input[type="password"],
    .checkoutStepBilling .checkout div.formerTable.crmForm select,
    .checkoutStepConfirm .checkout #authorizeNet input[type="text"],
    .checkoutStepConfirm .checkout #authorizeNet input[type="email"],
    .checkoutStepConfirm .checkout #authorizeNet input[type="password"],
    .checkoutStepConfirm .checkout #authorizeNet select {
        width: 100%;
        max-width: 300px;
    }
    .checkoutStepShipping .checkout div.formerTable.crmForm input[type="text"].inpZip,
    .checkoutStepShipping .checkout div.formerTable.crmForm input[type="text"].inpZipExt,
    .checkoutStepBilling .checkout div.formerTable.crmForm input[type="text"].inpZip,
    .checkoutStepBilling .checkout div.formerTable.crmForm input[type="text"].inpZipExt,
    .checkoutStepConfirm .checkout #authorizeNet input[type="text"]#expMonthAuthorizeNet,
    .checkoutStepConfirm .checkout #authorizeNet input[type="text"]#expYearAuthorizeNet,
    .checkoutStepConfirm .checkout #authorizeNet input[type="text"]#cvvAuthorizeNet,
    .checkoutStepConfirm .checkout #authorizeNet select#cardtypeAuthorizeNet {
        width: auto;
        
    }
    .checkoutStepConfirm .checkout #authorizeNet select#cardtypeAuthorizeNet {
        margin-right: 10px;
    }
}
@media (max-width: 479px) {
    .checkoutStepConfirm .checkout #authorizeNet select#cardtypeAuthorizeNet {
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
    }
}

.checkout .crm-ecs-location {
    background-color: #f5f5f5;
    padding: 20px;
    margin: 10px 0 15px;
}
.checkout .checkoutLink {
    display: inline-block;
    margin-left: 3px;
}
@media (min-width: 768px) {
    .list11 tr:first-child td, 
    .list1 tr:first-child td, 
    .list tr:first-child td, 
    .list-boldheader tr:first-child td, 
    .headerWide, 
    .formerTable .header, 
    div.row-grid-header {
        background-color: #f5f5f5;
        padding-top: 10px;
        padding-bottom: 10px;
    }   
}

.checkoutShippingCarrierBox {
	margin: 10px 0 10px;
}

/* ---------------------------------------------------- */
/* --------- =NON RESPONSIVE CHECKOUT --END-- --------- */
/* ---------------------------------------------------- */

.ecs-breadcrumb-sep {
	padding-left: 5px;
	padding-right: 5px;
}
.ecs-breadcrumb-sep:last-child {
	display: none;
}
/* taskId.16808768 hide extension */
.phoneInputArea div.phoneNumberInputExt {display: none;}
input#phoneNumberInput {width: 150px;}

@media (min-width: 768px) {
	td.formFieldTitleTd {
		padding-right: 10px;
	}
	td.formFieldTitleTd, 
	td.formFieldTitleTd + td,
	td.formFieldTitleErrorTd,
	td.formFieldTitleErrorTd + td ,
	td.crm-loc-sel-head,
	td.crm-loc-sel-head + td {
		padding-top: 5px;
		padding-bottom: 5px;
	}	
}



/* cart popup START */
.ipop-added-to-cart-details.iPopBlock.styled .iPopBox {
	background-color: #fff;	
	padding: 0;
	border: 0 none;
}
.table-added-to-cart {
	max-width: 300px;
}
.table-added-to-cart-detail {
	width: 100%;
	margin-bottom: 15px;
}
.table-added-to-cart-detail td {
	padding: 5px;	
	border-bottom: 1px solid #d7d7d7;
}
.ipop-added-to-cart-details h3 {
	margin: 0;	
	background-color: #444444;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.table-added-to-cart-detail tr:first-child td {
	background-color: #f2f2f2;
	border-bottom: 0 none;
}
.table-added-to-cart-buttons a {
	display: inline-block; 
	color: #fff;	
	padding: 2px 6px;	
	text-decoration: none; 
	margin-right: 5px; 
	white-space: nowrap;
	background-color: #428bca;
}
.table-added-to-cart-buttons a.btn-keep-shopping:before {margin-right: 5px; font-family: 'FontAwesome';	content: '\f104';}
.table-added-to-cart-buttons a.btn-my-cart:before {margin-right: 5px; font-family: 'FontAwesome'; content: '\f07a';}
.table-added-to-cart-buttons a.btn-checkout:after {margin-left: 5px; font-family: 'FontAwesome'; content: '\f105';}
.td-added-img img {margin-right: 10px; margin-bottom: 5px;}
.td-added-img {padding-left: 10px;}
.td-added-desc {padding: 0 10px 10px;}
@media (min-width: 768px) {
	.ipop-added-to-cart-details h3 {margin-bottom: 30px; padding: 15px 30px;}
	.td-added-img {padding-left: 30px;}
	.td-added-desc {padding: 0 30px 30px;}		
	.table-added-to-cart-buttons a {padding: 5px 15px;}
}
@media (max-width: 479px) {
	.table-added-to-cart,
	.table-added-to-cart > tbody,
	.table-added-to-cart > tbody > tr,
	.table-added-to-cart > tbody > tr > td {
		display: block; padding: 0; margin: 0; border: 0 none;	
	}
	.table-added-to-cart > tbody > tr > td {
		padding: 0 15px;	
	}
	.table-added-to-cart-buttons {
		margin-top: 10px;
	}
	.table-added-to-cart-buttons, 
	.table-added-to-cart-buttons tbody, 
	.table-added-to-cart-buttons tr, 
	.table-added-to-cart-buttons td {
		display: block;
	}
	.table-added-to-cart-buttons a {
		display: block; margin: 0 auto 5px;	width: 150px; text-align: center;
	}
	.table-added-to-cart-detail,
	.table-added-to-cart-detail tr,
	.table-added-to-cart-detail tbody,
	.table-added-to-cart-detail td {
		display: block; padding: 0; margin: 0; border: 0 none;	
	}
	.table-added-to-cart-detail tr:first-child {
		display: none;
	}
	.table-added-to-cart-detail tr:last-child td:nth-child(1):before {content: 'Quantity: ';}
	.table-added-to-cart-detail tr:last-child td:nth-child(2):before {content: 'Price: ';}
	.table-added-to-cart-detail tr:last-child td:nth-child(3):before {content: 'Total: ';}
}
/* cart popup END */

/* item slideshow start */
.item-slideshow,
.ecs-sku-gallery-container {
	display: flex;
	flex-flow: row nowrap;	
}
#item-slideshow .theatre-actor,
.ecs-sku-gallery-container .theatre-actor {
	width: 100%;
}
#item-slideshow-buttons,
.ecs-sku-gallery-thumbnails {
	margin-right: 10px;
	display: flex;
	flex-flow: column nowrap;	
	justify-content: center;
	flex: 1 0 auto;
}
#item-slideshow-buttons a,
.ecs-sku-gallery-thumbnails a {
	cursor: pointer;	
	border: 1px solid #d7d7d7;
	margin-bottom: 10px;
	transition: all 0.2s ease-in-out;
	/* display: block !for(ie10); */
}
#item-slideshow-buttons img,
.ecs-sku-gallery-thumbnails img {
	opacity: 0.7;	
	transition: all 0.2s ease-in-out;
}
#item-slideshow-buttons a.active,
.ecs-sku-gallery-thumbnails a.active {
	border: 1px solid $green;	
}
#item-slideshow-buttons a.active img,
.ecs-sku-gallery-thumbnails a.active img {
	opacity: 1;		
}
@media (max-width: 1399px) {
	.item-slideshow,
	.ecs-sku-gallery-container {
		flex-flow: column nowrap;	
	}
	#item-slideshow-buttons,
	.ecs-sku-gallery-thumbnails {
		margin-top: 10px;
		flex-flow: row nowrap;	
	}
	#item-slideshow-buttons a,
	.ecs-sku-gallery-thumbnails a {
		margin-bottom: 0px;
		margin-right: 10px;	
	}
	#item-slideshow-buttons img,
	.ecs-sku-gallery-thumbnails img {
		width: 60px;
		height: 60px;	
	}	
}
/* item slideshow end */

/* taskId.16816343 */
.phoneInputCodeArea {
    display: none !important;
}

/* =MY ACCOUNT START */
/* ------------------------------------------------------------------------------ */
table.crmAccountInfo {width: auto;}
table.crmAccountInfo td, table.crmLocationForm td {padding: 3px 0px;}
table.crmAccountInfo td:first-child {padding-right: 30px;}
.my-account-table-container input[type="submit"] {margin-right: 10px;}
.primaryCheckboxControl label {margin-right: 10px; font-weight: normal;}
.inpZipSep {display: inline-block; margin-left: 3px; margin-right: 3px;}
.my-account-table-container .selectorAddress {
	background-color: #f3f3f3;
	padding: 10px;	
	margin: 10px 0px;
}
.my-account-table-container .selectorButton button {
	margin-right: 10px;	
}
.selectorButton button {
	color: #444;
	text-shadow: 1px 1px #fff;
	border: 1px solid #ededed;
	
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%);
background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );	
}

@media (max-width: 699px) {
	table.crmAccountInfo,
	table.crmAccountInfo tbody,
	table.crmAccountInfo tr,
	table.crmAccountInfo td {
		display: block;
		padding: 0; margin: 0;	
	}	
	table.crmAccountInfo tr {
		padding-bottom: 10px;	
	}	
}
@media (max-width: 549px) {
	.my-account-table-container,
	.my-account-table-container > tbody,
	.my-account-table-container > tbody > tr,
	.my-account-table-container > tbody > tr > td {
		display: block;
		padding: 0 !important; 
		margin: 0;	
		width: 100%;
	}
}
/* =MY ACCOUNT END */
/* ------------------------------------------------------------------------------ */


/* =SEARCH RESULTS START */
/* ------------------------------------------------------------------------------ */
.ecs-search-results-item {
    background-color: #f3f3f3;
    border-bottom: 5px solid #005cb9;  	
}
.ecs-search-desc {
	padding: 10px;	
}
.ecs-search-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ecs-search-results-item {
    display: flex;
	flex-direction: column;
    width: calc(16.6666% - 15px);
    margin-bottom: 20px;
}
.ecs-search-results-placeholder {
	visibility: hidden;
}
@media (max-width: 1199px) {
	.ecs-search-results-item {
		width: calc(20% - 15px);	
	}
}
@media (max-width: 979px) {
	.ecs-search-results-item {
		width: calc(25% - 15px);	
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.ecs-search-results-placeholder {
		display: flex;
		visibility: hidden;		
	}
}
@media (max-width: 767px) {
	.ecs-search-results-item {
		width: calc(33.3333% - 10px);	
	}
}
@media (max-width: 499px) {
	.ecs-search-results-item {
		width: calc(50% - 5px);	
	}
}

.pagination {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-flow: row wrap;
	width: 100%;

}
.pagination .pagination {
    margin: 0;
}
.pagination li {
    padding: 0;
    margin: 0;
}
.pagination > li > a, 
.pagination > li > span {
    border: 0 none;
    border-radius: 0;
    margin-right: 3px;
    margin-bottom: 3px;
    background-color: #f2f2f2;
    color: #444;
    transition: all 0.3s;
    display: inline-block;
    padding: 6px 12px;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
    background-color: #005cb9;
    color: #fff;
}
.pagination > li.active > a,
.pagination > li.active > a{
    background: #3f3f3f;
    border: 0 none;
    color: #fff;
    pointer-events: none;
    cursor: default;
}

/* =SEARCH RESULTS END */
/* ------------------------------------------------------------------------------ */

/* /shop/item/269-productId.570434570_269-catId.0.html?nocache */
.serialNumberInputArea input[type="text"],
.serialNumberInputArea input[type="number"] {
	border: 1px solid #ccc;
	padding: 6px 12px;
	line-height: 1.6em;
	border-radius: 0;
}

.cms-content[cms-path="/shop/saved-carts"] ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.cms-content[cms-path="/shop/saved-carts"] li {
    padding: 0;
    margin: 0 0 15px;
}
.cms-content[cms-path="/shop/saved-carts"] h3 a {
    background-color: #f5f5f5;
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    display: block;
    text-align: center;
}

.form-promo {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.form-promo input[type="text"] {
	border-radius: 0;
	background-color: #f5f5f5;
	border: 1px solid #d7d7d7;
	padding: 10px 15px;
	line-height: 1.6em;
}
.form-promo input[type="submit"], .form-promo input[type="submit"]:hover, .form-promo input[type="submit"]:focus,
.form-promo button, .form-promo button:hover, .form-promo button:focus {
	padding: 10px 15px;
	border: 1px solid #005cb9;
	background-color: #005cb9;
	line-height: 1.6em;
	border-radius: 0;
}


/*** END ims20/global/ecs-sub.css ***/

/*** Skipping CSS Section specifications-table (only-param=ecs-sub) ***/
/*** Skipping CSS Section specifications-table-product (only-param=ecs-sub) ***/
/*** Skipping CSS Section training (only-param=ecs-sub) ***/
/*** Skipping CSS Section dir-list-dynamic (only-param=ecs-sub) ***/
/* TIME: 0.010690927505493 */