/*
 =======================================================================
 McFadyen Master LESS File
 Author: Mcfadyen Consulting Solution

 This is a LESS implementation for compiling .less files to .css
 =======================================================================
*/
/* Core variables and mixins */
/* Typography */
/* colors*/
/* color for text */
/* color for links */
/* color for breadcrumb links */
/* color for border */
/* color for buttons */
/* color for background */
/* APC variables and mixins */
/* ******************** Globals ******************** */
body {
  background-color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #626469;
  line-height: 1.42857143;
}
@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 0) {
  input,
  select {
    font-size: 16px;
  }
}
/* ******************** Reset the container ******************** */
.container {
  width: 1024px;
  max-width: none;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .container {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
  }
  .row.no-full-width {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .no-full-width {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .no-full-width > [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* ******************** common classes ******************** */
a {
  color: #336699;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #336699;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: none;
}
.desktop-hidden {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .desktop-hidden {
    display: block;
  }
}
.mobile-hidden {
  display: none;
}
@media only screen and (min-width: 961px) {
  .mobile-hidden {
    display: block;
  }
  /*Quick fix for 1313. To avoid regression*/
  .mobile-hidden.hide {
    display: none;
  }
}
.mobile-inline-hidden {
  display: inline-block;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .mobile-inline-hidden {
    display: none;
  }
}
.desktop-inline-hidden {
  display: inline-block;
}
@media only screen and (min-width: 961px) {
  .desktop-inline-hidden {
    display: none;
  }
}
h1.page-header {
  color: #4fa600;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
h1.page-header .loginlink {
  padding-left: 30px;
  font-size: 16px;
  color: #626469;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  h1.page-header {
    border-bottom: none;
    margin-left: 10px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .bordered-block {
    padding: 15px 0;
    border: 1px solid #eee;
    margin: 0 10px;
    border-width: 1px 0 1px 0;
  }
}
h2.page-sub-header {
  color: #4fa600;
  font-size: 18px;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  h2.page-sub-header {
    font-weight: bold;
    font-family: Arial;
    margin: 20px 10px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  h4.page-sub-header {
    color: #4fa600;
    font-size: 18px;
    margin: 0 0 20px 0;
    font-weight: bold;
    font-family: Arial;
    margin: 20px 10px 0 0;
  }
}
h3.section-header {
  color: #4fa600;
  font-size: 16px;
  margin: 10px 0;
}
.nopadding {
  padding: 0 !important;
  margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .btn-default,
  .btn-primary {
    font-family: Arial;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .btn-default {
    display: block;
    margin-top: 10px;
    width: 100%;
  }
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #87D300 0%, #4FA600 100%);
  background-image: -o-linear-gradient(top, #87D300 0%, #4FA600 100%);
  background-image: linear-gradient(to bottom, #87D300 0%, #4FA600 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87d300', endColorstr='#ff4fa600', GradientType=0);
  background-color: #87D300;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background-image: -webkit-linear-gradient(top, #4FA600 0%, #87D300 100%);
  background-image: -o-linear-gradient(top, #4FA600 0%, #87D300 100%);
  background-image: linear-gradient(to bottom, #4FA600 0%, #87D300 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4fa600', endColorstr='#ff87d300', GradientType=0);
  background-color: #87D300;
  border-color: transparent;
  outline: none;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .btn-primary {
    float: none !important;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
  }
}
.btn-primary[disabled] {
  background-image: none;
  background-color: #eaeaea;
  border-color: transparent;
}
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:active:focus {
  background-image: none;
  background-color: #eaeaea;
  border-color: transparent;
  outline: none;
}
.btn-nogrd-green {
  background-color: #00962d;
  border-color: transparent;
  color: #fff;
}
.btn-nogrd-green:hover,
.btn-nogrd-green:focus,
.btn-nogrd-green:active,
.btn-nogrd-green:active:focus {
  border-color: transparent;
  color: #fff;
  outline: none;
}
.btn-nogrd-green[disabled] {
  background-color: #eaeaea;
}
a[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
form.form-horizontal .control-label {
  text-align: left;
}
form hr {
  border-color: #cccccc;
}
form span.required {
  color: #a94442;
  font-size: 18px;
  line-height: 18px;
  /*
		position: absolute;
		right: 0;
		top: 0px;
		*/
}
form .form-control:focus {
  border-color: #555555;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #888888;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #888888;
}
form .form-control.error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
form input[type="checkbox"].error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
form .button-group button,
form .button-group input {
  margin-left: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  form .button-group button,
  form .button-group input {
    margin-left: 0;
  }
}
form .button-group a {
  margin-top: 10px;
}
form .button-group a.btn-default {
  margin-top: 0;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  form .button-group a.btn-default {
    display: block;
    float: none !important;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  form .button-group .btn-primary ~ .btn-primary {
    margin-top: 20px;
  }
}
span.required {
  color: #a94442;
  font-size: 18px;
  font-weight: bold;
}
ul.error-tooltip {
  background-color: #f2dede;
  color: #a94442;
  border-radius: 5px;
  top: 10px;
  position: relative;
  width: 90%;
  list-style: none;
  padding: 5px 10px;
  /* padding: 8px 3px 9px 23px; */
  /* background-position: 0.2em 0.2em;*/
  line-height: 1.65;
}
ul.error-tooltip:before {
  border-bottom: 8px solid #f2dede;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 100%;
  content: "";
  left: 10%;
  position: absolute;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  ul.error-tooltip {
    margin-bottom: 10px;
    width: 100%;
  }
  ul.error-tooltip li {
    margin-bottom: 0;
  }
}
div.error-panel ul.error-tooltip {
  top: 0;
}
div.error-panel ul.error-tooltip:before {
  content: none;
}
div.error-panel ul.error-tooltip:after {
  border-top: 8px solid #f2dede;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 100%;
  content: "";
  left: 10%;
  position: absolute;
}
div#notice-panel p,
div#info-panel p {
  margin-bottom: 0;
}
div#notice-panel button.close,
div#info-panel button.close {
  position: relative;
  top: -2px;
  outline: none;
}
div#notice-panel a,
div#info-panel a {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
div#notice-panel > div.ui-error-panel,
div#info-panel > div.ui-error-panel {
  display: none;
}
div#notice-panel > div.ui-error-panel,
div#info-panel > div.ui-error-panel,
div#notice-panel > div.server-error-panel,
div#info-panel > div.server-error-panel,
div#notice-panel > div.server-success-panel,
div#info-panel > div.server-success-panel,
div#notice-panel > div.info-panel,
div#info-panel > div.info-panel {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  border-radius: 5px;
  color: #a94442;
  margin-bottom: 20px;
  padding: 15px 15px 15px 30px;
  position: relative;
}
div#notice-panel > div.ui-error-panel span.glyphicon,
div#info-panel > div.ui-error-panel span.glyphicon,
div#notice-panel > div.server-error-panel span.glyphicon,
div#info-panel > div.server-error-panel span.glyphicon,
div#notice-panel > div.server-success-panel span.glyphicon,
div#info-panel > div.server-success-panel span.glyphicon,
div#notice-panel > div.info-panel span.glyphicon,
div#info-panel > div.info-panel span.glyphicon {
  position: absolute;
  left: 10px;
  top: 17px;
}
div#notice-panel > div.server-success-panel,
div#info-panel > div.server-success-panel {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #3c763d;
}
div#notice-panel > div.info-panel,
div#info-panel > div.info-panel {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  color: #8a6d3b;
}
.capitalize {
  text-transform: uppercase;
}
/* center align image vertically and horizontally */
.previews .apc-thumbnail-100 img,
.previews .apc-thumbnail-64 img {
  display: inline-block;
  height: auto;
  /* margin: 0 auto; */
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.apc-thumbnail-100,
.apc-thumbnail-64 {
  display: block;
  font: 0/0 a;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  /* aligns image horizontally */
  width: 100px;
  /* create a full-height inline block pseudo=element */
}
.apc-thumbnail-100:before,
.apc-thumbnail-64:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  /* vertical alignment of the inline element */
}
.apc-thumbnail-100 img,
.apc-thumbnail-64 img {
  display: inline-block;
  height: auto;
  /*margin: 0 auto;*/
  max-width: 100%;
  max-height: 100%;
}
.apc-thumbnail-64 {
  height: 64px;
  width: 64px;
}
img.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.product img.img-responsive {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*
 * stack order: SE Menu: 1500
 * stack order: MF header: block-page-cart (1001) -> mini-cart (1002) -> view-cart (1003)
 * stack order: SE header: block-page-cart (3001) -> mini-cart (3002) -> view-cart (3003)
 * stack order: AJAX Loader: block-page (3001) -> ajax-loader (3002)
 */
div#block-page {
  background: #fff;
  display: none;
  left: 0;
  position: fixed;
  opacity: 0.9;
  filter: alpha(opacity=90);
  top: 0;
  z-index: 3001;
}
div#block-page.show-onload {
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
}
div#ajax-loader {
  display: none;
  left: 35%;
  position: fixed;
  text-align: center;
  top: 45%;
  width: 30%;
  z-index: 3002;
}
div#ajax-loader.show-onload {
  display: block;
}
div#ajax-loader div.message {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  div#ajax-loader {
    top: 15%;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.tooltip-inner {
  text-align: left;
  width: 200px;
}
.utilities span {
  cursor: pointer;
}
@media only screen and (min-width: 961px) {
  .utilities span {
    margin-left: 20px;
  }
}
.utilities span i {
  color: #4fa600;
}
.utilities span a {
  color: #626469;
  text-decoration: none;
}
/* ******************** Utility ******************** */
.hide {
  display: none;
}
.line-strike {
  text-decoration: line-through;
}
.price,
.price-active,
.total-price {
  font-weight: bold;
}
.pR0 {
  padding-right: 0;
}
.pT5 {
  padding-top: 5px;
}
.pT10 {
  padding-top: 10px;
}
.mB20 {
  margin-bottom: 20px;
}
.mL10 {
  margin-left: 10px;
}
.mT20 {
  margin-top: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .mT20 {
    margin-top: 0;
  }
}
.mR10 {
  margin-right: 10px;
}
.alert-text {
  color: #e03007;
}
.apc-help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.vat-text {
  font-size: 11px;
  font-style: italic;
  line-height: 18px;
  display: inline-block;
}
.pos-static {
  position: static;
}
.break-word {
  word-break: break-all;
  display: inline-block;
}
.word-wrap {
  word-wrap: break-word;
}
.apc-visible {
  opacity: 1;
  filter: alpha(opacity=100);
}
.apc-hidden {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* ******************** Content Area, Panels ******************** */
div#content-area div.content-panel {
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}
div#content-area div.content-panel h3.section-header {
  color: #4fa600;
}
div#content-area div.content-panel input[type="checkbox"],
div#content-area div.content-panel input[type="radio"] {
  margin-top: 1px;
}
div#content-area div.content-panel .phone-format,
div#content-area div.content-panel .zip-format {
  white-space: nowrap;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  div#content-area div.content-panel {
    border: none;
    border-radius: 0;
  }
  div#content-area div.content-panel.white-pad {
    background-color: #fff;
  }
}
.modal-body.loading {
  background: #fff url(../images/ajax-loader-small.gif) no-repeat center center;
}
/* ******************** Tables ******************** */
table.old-table {
  border-collapse: separate ;
}
.old-table thead th {
  background-color: #a1a1a1;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
}
.old-table tbody tr:nth-child(even) td {
  background: #f4f4f4;
}
.old-table tbody tr:nth-child(even) td.blank-row {
  background: #fff;
}
table.apc-table-border {
  border: 1px solid #cccccc;
}
table.apc-table {
  border: 1px solid #cccccc;
  /*
	border-collapse: separate;
	border-spacing: 1px;
	*/
}
table.apc-table > thead > tr > th {
  border-bottom: 0;
}
table.apc-table thead th,
table.apc-table tbody td {
  line-height: 2;
  padding: 5px;
}
table.apc-table thead th:last-child,
table.apc-table tbody td:last-child {
  border-right: 0;
}
table.apc-table thead th {
  background: #4fa600;
  color: #fff;
}
table.apc-table thead th a {
  color: #fff;
}
table.apc-table thead th:not(.sorted) span.glyphicon {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
table.apc-table thead tr.sub-header th {
  background: #a1a1a1;
  border-top: none;
}
table.apc-table tbody tr:nth-child(odd) td {
  background: #fefefe;
}
@media only screen and (min-width: 961px) {
  table.apc-table tbody tr:nth-child(even) td {
    background: #f4f4f4;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  table.apc-table tbody tr:nth-child(even) td {
    background: #fff;
  }
}
table.apc-table tbody tr td {
  border-top: 0;
}
table.apc-table tbody tr td.sorted {
  background: #cacbcd;
  color: #fff;
}
table.apc-table tbody td.mylist-icon .alert-text {
  display: block;
}
table.apc-table tbody td.mylist-icon .remove,
table.apc-table tbody td.mylist-icon .email {
  display: block;
  padding: 0 0 0 0;
  position: relative;
}
@media only screen and (min-width: 961px) {
  table.apc-table tbody td.mylist-icon .remove span,
  table.apc-table tbody td.mylist-icon .email span {
    position: absolute;
    left: 0;
    top: 6px;
  }
}
table.apc-table tbody td.mylist-icon .remove a,
table.apc-table tbody td.mylist-icon .email a {
  padding-left: 18px;
}
.table-whiteBg {
  border: 1px solid #cccccc;
  background-color: #fff;
}
.table-whiteBg th {
  background-color: #eaeaea;
}
/* ******************** pagination ******************** */
.pagination-wrapper {
  text-align: right;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .pagination-wrapper {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
}
.pagination-title {
  float: left;
  padding-top: 10px;
}
.pagination {
  margin: 0;
}
.pagination li {
  display: inline-block;
  font-weight: bold;
  padding: 5px;
  position: relative;
}
.pagination li.previous:after,
.pagination li.next:after,
.pagination li.last:after {
  content: none;
}
.pagination li:after {
  content: "|";
  position: absolute;
  right: -2px;
  top: 10px;
}
.pagination li:last-child:after,
.pagination li.active:after {
  display: none;
}
.pagination li a {
  background-color: transparent;
  border: none;
  padding: 6px 9px;
}
.pagination li a:hover,
.pagination li a.active {
  background: #87D300;
  border-radius: 10px;
  color: #fff;
}
.pagination li a:focus {
  background: none;
  color: #336699;
}
.pagination li a[aria-label] {
  background: transparent;
}
.pagination li a[aria-label]:hover {
  color: #336699;
}
.pagination li span.active {
  border: none;
  background-color: #87D300;
  color: #fff;
  border-radius: 10px;
  padding: 6px 9px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .pagination li {
    padding: 3px;
  }
  .pagination li a {
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #f4f4f4;
  }
  .pagination li a.next {
    background: none;
  }
  .pagination li span.active {
    background-color: #87D300;
    border-radius: 5px;
    padding: 10px 15px;
  }
  .pagination li:after {
    content: "";
  }
}
/* ******************** tabs ******************** */
.apc-tabs.nav-tabs {
  border-bottom: 3px solid #00962d;
}
.apc-tabs.nav-tabs > li {
  margin-bottom: 0;
}
.apc-tabs.nav-tabs > li > a {
  border-radius: 0;
  background: #eaeaea;
  color: #626469;
  /* CR: IEP-2810
				&:hover {
					border-color: @apc-green-dark;
					background: @apc-green-dark;
					color: @white;
				}
				*/
}
.apc-tabs.nav-tabs > li.active > a,
.apc-tabs.nav-tabs > li.active > a:hover,
.apc-tabs.nav-tabs > li.active > a:focus {
  border-color: #00962d #00962d transparent;
  border-style: solid;
  border-width: 1px;
  background: #00962d;
  color: #fff;
}
.apc-tabs + .tab-content {
  padding-top: 20px;
}
.nav-tabs h2 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: inherit;
}
.calltoAction {
  padding: 8px;
  border: 2px solid #336699;
  color: #fff;
  background-color: #9FC1E3;
  text-align: center;
  margin-bottom: 10px;
}
a.call-to-action--mylist:focus,
a.call-to-action--pdp:focus,
a.call-to-action--pdp-related:focus,
a.call-to-action--family:focus,
a.call-to-action--compare:focus,
a.call-to-action--family:hover,
a.call-to-action--pdp-related:hover {
  text-decoration: none;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .calltoAction a {
    color: #fff;
    text-decoration: none;
  }
}
table .calltoAction {
  line-height: normal;
  padding: 3px;
}
/* ******************** global chat call to action button ******************** */
button.liveagentbutton {
  width: auto;
}
button.liveagentbutton span {
  display: block;
  float: right;
  padding-left: 5px;
}
button.liveagentbutton-online {
  background: #00962d;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 10px 0;
  width: 230px;
  text-transform: uppercase;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  button.liveagentbutton-online {
    font-weight: bold;
    margin-bottom: 0;
    width: 100%;
  }
}
.liveagentbutton-offline {
  background: #aeafb2;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 10px 0;
  width: 225px;
  text-transform: uppercase;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .liveagentbutton-offline {
    font-weight: bold;
    margin-bottom: 0;
    width: 100%;
  }
}
.sale-support {
  background: #626469;
  cursor: default;
  white-space: normal;
}
.sale-support.disabled {
  background: #F4F4F4;
  color: #626262;
}
.banner .sale-support.disabled {
  width: 100%;
  padding: 10px;
  float: right;
}
.sale-support.online {
  background: #87D300;
  cursor: pointer;
  color: #fff;
}
#right-navigation .sale-support {
  width: 100%;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 5px;
}
th.th-capacity {
  text-transform: uppercase;
}
#content-area hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
  height: 0;
}
.BVRRTrustMarkContentContainerDiv {
  z-index: 4 !important;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .item-block {
    border: 1px solid #cccccc;
    border-width: 1px 0 1px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 0;
    margin-bottom: 0;
    margin-top: -1px;
  }
  .item-block:hover {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #95979c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #95979c;
  }
  .item-block.no-top-border {
    border-top-width: 0;
  }
  .item-block .item-block-content {
    order: 1;
    width: 90%;
    padding-left: 10px;
    margin: auto 0;
  }
  .item-block .item-block-content p {
    margin-bottom: 0;
  }
  .item-block .item-block-name {
    color: #626469;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 5px;
  }
  .item-block .lnk-logout {
    color: #336699;
    margin: 10px 0;
  }
}
.item-block .item-chevron {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .item-block .item-chevron {
    order: 2;
    width: 10%;
    padding-right: 10px;
    background-image: url(/static/images/arrow-grey.svg);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .info-block {
    padding: 20px 10px;
  }
  .info-block p {
    margin-bottom: 0;
    margin-top: 0;
  }
  .info-block h3 {
    margin-top: 0;
  }
  .info-block .btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .white-pad {
    background-color: #fff;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .gray-pad {
    background-color: #f4f4f4;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .server-msg {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .inner-padding {
    padding: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .btn-with-icon {
    border: 1px solid #f7f7f7;
    display: block;
    outline: none;
    text-align: center;
    width: 100%;
    padding: 5px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .bold {
    font-weight: bold;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .block {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .contact-phone {
    color: #336699;
    font-size: 16px;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 961px) {
  .contact-phone {
    color: #626469;
  }
  .contact-phone:hover {
    text-decoration: none;
  }
}
.contact-email .media-mobile {
  margin-top: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .bottom-breadcrumb {
    margin-top: 20px;
    font-size: 14px;
  }
  .bottom-breadcrumb.inner-padding {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.calltoAction a {
  color: #fff;
}
@media only screen and (min-width: 961px) {
  .mobile-table .cell-label {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .mobile-table {
    border: none;
  }
  .mobile-table .apc-table {
    border: none;
  }
  .mobile-table .apc-table thead {
    display: none;
  }
  .mobile-table .apc-table tr {
    border-top: 10px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
  }
  .mobile-table .apc-table tr:first-child {
    border-width: 0;
  }
  .mobile-table .apc-table tr:nth-child(2n) td {
    background: #fff;
  }
  .mobile-table .apc-table tr:nth-child(2n) td.sorted {
    background: #626469;
  }
  .mobile-table .apc-table tr:nth-child(2n) td.sorted .cell-label {
    color: #fff;
  }
  .mobile-table .apc-table td {
    background: none;
    border-top: 2px solid #f4f4f4;
    display: block;
    font-size: 14px;
    padding: 5px 10px;
    white-space: initial;
    padding: 10px;
  }
  .mobile-table .apc-table td:last-child {
    border-bottom: 2px solid #E2E2E2;
  }
  .mobile-table .apc-table td a {
    white-space: initial;
  }
  .mobile-table .apc-table td.sorted {
    background: #626469;
  }
  .mobile-table .apc-table td.sorted .cell-label {
    color: #fff;
  }
  .mobile-table .apc-table .cell-label {
    display: block;
    font-weight: bold;
    color: #626469;
    text-transform: lowercase;
  }
  .mobile-table .apc-table .cell-label::first-letter {
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .shadow-card {
    border: 1px solid #cccccc;
    border-radius: 3px;
    border-top-width: 0;
    display: block;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .show-per-page-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .show-per-page-wrapper .show-per-page {
    margin: 20px 0;
  }
  .show-per-page-wrapper .show-per-page select {
    padding: 3px 5px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .call-link {
    display: inline-block;
    color: #00962d;
    font-weight: bold;
  }
}
.accordion-title {
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .accordion-title {
    cursor: pointer;
    background-color: #4fa600;
    padding: 0 10px;
  }
  .accordion-title h5 {
    float: left;
    margin-bottom: 0;
  }
  .accordion-title .glyphicon {
    color: #fff;
    margin-top: 10px;
  }
  .accordion-title .glyphicon:before {
    content: '\e114';
  }
  .accordion-checkbox:checked ~ .accordion-title .glyphicon:before {
    content: '\e113';
  }
}
@media only screen and (min-width: 961px) {
  .accordion-title {
    cursor: default;
  }
  .accordion-title .accordion-title-icon {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .accordion-body {
    overflow: hidden;
    max-height: 0;
  }
  .accordion-checkbox ~ .accordion-body {
    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    max-height: 0;
  }
  .accordion-checkbox:checked ~ .accordion-body {
    -webkit-transition: max-height 0.6s ease-in-out;
    -moz-transition: max-height 0.6s ease-in-out;
    -o-transition: max-height 0.6s ease-in-out;
    transition: max-height 0.6s ease-in-out;
    max-height: 3000px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .list-block .item-label {
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
  }
  .list-block .item-value {
    display: block;
    padding: 0 10px 10px;
  }
  .list-block .list-item {
    border: 1px solid #f4f4f4;
    margin-top: -1px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  address {
    font-style: normal;
  }
  address.delete-address {
    font-style: italic;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .filters-facets {
    margin-bottom: 5px;
  }
  .filters-facets .accordion-title {
    background-color: #f4f4f4;
  }
  .filters-facets .accordion-title h5 {
    color: #4fa600;
    font-weight: bold;
  }
  .filters-facets .accordion-title .accordion-title-icon .glyphicon {
    color: #4fa600;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .applied-filter a {
    font-weight: bold;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .small-description {
    color: #626469;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .remove-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #00962d;
    border-radius: 50%;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .remove-icon:before {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .clear-all {
    border: 1px solid #626469;
    display: block;
    padding: 10px;
    color: #626469;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
  }
  .clear-all:hover {
    text-decoration: none;
    color: #626469;
  }
  .clear-all .remove-icon {
    vertical-align: top;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .description-text {
    color: #626469;
    white-space: initial;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .align-c {
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .heading-3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .heading-4 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .sort-panel {
    width: 100%;
  }
  .sort-panel select {
    height: 43px;
    padding: 10px;
    width: 70%;
  }
  .sort-panel .sorting-direction {
    border-radius: 3px;
    float: right;
    margin-left: 15px;
  }
  .sort-panel .sorting-direction .sorting-direction-item {
    border: 1px solid #e0e0e0;
    background-color: #f4f4f4;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 43px;
    margin-right: -4px;
    padding: 10px 8px;
    width: 38px;
  }
  .sort-panel .sorting-direction .sorting-direction-item .glyphicon {
    color: #336699;
  }
  .sort-panel .sorting-direction .sorting-direction-item.active {
    background-color: #4fa600;
    border: 1px solid #4fa600;
  }
  .sort-panel .sorting-direction .sorting-direction-item.active .glyphicon {
    color: #fff;
  }
}
@media only screen and (min-width: 961px) {
  .toogle-accordion {
    list-style-type: none;
    float: left;
    padding: 0;
  }
  .toogle-accordion .accordion-title {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .toogle-accordion {
    padding: 0;
    list-style-type: none;
  }
  .toogle-accordion .accordion-item {
    border: 1px solid #f4f4f4;
    border-width: 1px 0 1px 0 ;
    margin-bottom: 0;
    margin-top: -1px;
  }
  .toogle-accordion .accordion-item .accordion-title {
    background-color: #fff;
    margin-bottom: 0;
    padding: 20px 10px;
  }
  .toogle-accordion .accordion-item .accordion-title h3 {
    float: left;
    color: #626469;
    font-weight: normal;
    width: 90%;
  }
  .toogle-accordion .accordion-item .accordion-title .glyphicon {
    color: #626469;
    margin-top: 10px;
    font-weight: normal;
  }
  .toogle-accordion .accordion-item .accordion-title .glyphicon:before {
    content: "\2b";
  }
  .toogle-accordion .accordion-content {
    display: none;
  }
  .toogle-accordion input[type='radio']:checked + .accordion-title + .accordion-content {
    display: block;
    transition: all .5s ease;
  }
  .toogle-accordion input[type='radio']:checked + .accordion-title h3 {
    color: #4fa600;
  }
  .toogle-accordion input[type='radio']:checked + .accordion-title .glyphicon {
    color: #4fa600;
  }
  .toogle-accordion input[type='radio']:checked + .accordion-title .glyphicon:before {
    content: "\2212";
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  div#content-area.order-status div.content-panel {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .transparent-line {
    color: transparent;
    background: transparent;
    border-top-color: transparent;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .text-label {
    font-weight: bold;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .total-row {
    background-color: #f4f4f4;
    color: #4fa600;
    border: 2px solid #cccccc;
    border-width: 2px 0 2px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .modal-footer {
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .uppercase {
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .apc-mobile-title {
    color: #4fa600;
    font-weight: bold;
    display: block;
    margin: 0 0  10px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .top-heading-margin {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .bottom-margin {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .green-font {
    color: #4fa600;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .call-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .full-width-button {
    margin: 20px 10px;
    width: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .no-full-width-button {
    margin: 20px 0;
    width: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .print-btn,
  .email-btn {
    background-color: #f7f7f7;
    border: 1px solid #EAEAEA;
    color: #626469;
    font-size: 14px;
    display: block;
    padding: 10px;
    width: 95%;
    margin: 20px auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .secured-shopping {
    color: #626469;
    float: right;
    margin-top: 10px;
    text-align: right;
    text-transform: lowercase;
  }
  .secured-shopping .secured-shopping-label::first-letter {
    text-transform: capitalize;
  }
  .secured-shopping .secured-shopping-icon {
    background-image: url('../images/secured-shopping.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .hidden-row {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .mobile-left {
    float: left;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .mobile-right {
    float: right;
  }
}
@media only screen and (min-width: 961px) {
  .order-details-content strong {
    color: #4fa600;
    font-size: 11px;
    text-transform: uppercase;
  }
  .order-details-content strong.text-capitalize {
    text-transform: capitalize;
  }
  .order-details-content .main-title {
    color: #4fa600;
    font-size: 12px;
    font-weight: bold;
  }
  .order-details-content .main-title .addressblock {
    color: #626469;
    line-height: 20px;
    margin-top: 10px;
  }
  .order-details-content .main-title .addressblock .orderprocess {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .apc-help-block.mobile-hidden {
    display: none;
  }
}
@media only screen and (min-width: 961px) {
  .apc-help-block.desktop-hidden {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  label.extn-phone-number {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 961px) {
  #filterby {
    color: #00962d;
    font-weight: bold !important;
    float: left;
    font-size: 17px;
  }
  #filterby:after {
    content: ": ";
  }
}
form[name="addToWishlistForm"] {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  form#form-order-details-email #txtEmailAddress {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .heading-2 {
    font-size: 18px;
    font-weight: bold;
    color: #4fa600;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  p.page-heading {
    font-size: 18px;
    color: #4fa600;
    font-weight: bold;
    margin: 20px 0;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .modal-header .close {
    margin-top: -9px;
  }
}
/* ******************** Global Header ******************** */
header#global-header {
  margin-top: 5px;
  font-size: 10px;
}
header#global-header a {
  color: #636469;
  text-decoration: none;
}
header#global-header a.schneider-logo {
  background: url('../images/logo.gif');
  float: left;
  height: 53px;
  margin: 0 0 4px;
  padding: 10px 15px 0 0;
  text-indent: -9999px;
  width: 115px;
}
header#global-header .header-country {
  float: left;
  padding: 4px;
}
header#global-header .header-country span {
  color: #4fa600;
  font-weight: bold;
  padding: 0 5px 0 10px;
}
header#global-header .header-links span,
header#global-header .header-links #cart-count {
  color: #4fa600;
}
header#global-header .header-links ul {
  clear: both;
  height: 30px;
  float: right;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
}
header#global-header .header-links ul li {
  display: block;
  float: left;
  margin-left: 5px;
  position: relative;
  margin-top: 5px;
  /* IE8 does not support :last-child, hence adding .last-child class */
}
header#global-header .header-links ul li a {
  border-right: 1px solid #cccccc;
  display: block;
  padding: 0 9px 0 10px;
}
header#global-header .header-links ul li.last-child a {
  border-right: none;
}
header#global-header .header-links ul li:last-child a {
  border-right: none;
}
header#global-header .header-links .login-name {
  display: inline-block;
}
header#global-header .global-search {
  margin-right: 1px;
  text-align: right;
}
header#global-header .global-search .form-control {
  height: 24px;
  padding: 3px 10px;
}
header#global-header .global-search button {
  color: #4fa600;
  background: none;
  border: none;
  padding: 0;
}
header#global-header .change-site .top-bar {
  border: 1px solid #cccccc;
  height: 30px;
  margin-bottom: 1px;
  background-image: -webkit-linear-gradient(#EAEAEA, #fcfcfc 50%, #EAEAEA);
  background-image: -o-linear-gradient(#EAEAEA, #fcfcfc 50%, #EAEAEA);
  background-image: linear-gradient(#EAEAEA, #fcfcfc 50%, #EAEAEA);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaeaea', endColorstr='#ffeaeaea', GradientType=0);
}
header#global-header .change-site div.mid-bar {
  background: url('../images/background_greybar.gif') repeat-x top left;
}
header#global-header .change-site div.heading,
header#global-header .change-site div.angleimage {
  float: left;
}
header#global-header .change-site div.heading {
  background: #9c9e9c url('../images/background_greybar.gif') repeat-x left bottom;
  height: 27px;
  width: 25%;
}
header#global-header .change-site div.angleimage {
  background: url('../images/angledborder.gif') no-repeat top left;
  height: 27px;
  width: 20px;
}
header#global-header .change-site h1 {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 5px 0 0 0;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  header#global-header {
    margin-bottom: 10px;
    -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.14);
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.14);
  }
  header#global-header a.schneider-logo {
    background: url('../images/header-logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 10px;
  }
  header#global-header .header-wrapper {
    display: flex;
  }
  header#global-header .left-wrapper,
  header#global-header .right-wrapper {
    display: flex;
    flex-grow: 1;
  }
  header#global-header .mobile-header-icon {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
  }
  header#global-header .sign-in-icon {
    background-image: url('../images/sign-in-guest.svg');
  }
  header#global-header .sign-out-icon {
    background-image: url('../images/sign-out.svg');
    margin-top: 1px;
  }
  header#global-header .profile-icon {
    background-image: url('../images/sign-in-user.svg');
    margin-top: 1px;
  }
  header#global-header .cart-icon {
    background-image: url('../images/sign-in-cart.svg');
  }
  header#global-header #header-country {
    margin: auto 10px;
  }
  header#global-header .header-links {
    margin: auto;
  }
  header#global-header .header-links ul {
    float: none;
    height: auto;
  }
  header#global-header .header-links ul li {
    margin-top: 0;
    margin-left: 10px;
  }
  header#global-header .header-links ul li a {
    border-right: none;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
  }
  header#global-header .header-links ul li .login-name {
    display: none;
  }
  header#global-header .header-links .numberOfItem {
    display: block;
    border-radius: 20px;
    height: 14px;
    width: 14px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
    font-weight: normal;
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: -4px;
    background: #42b4e6;
  }
}
/* ******************** SE : Global Header : Start ******************** */
/* ************** header_apc.css : start ************** */
/* Links and search */
/* MF
#header a.logo {
	background: transparent url('../images/logo.gif') no-repeat top left;
	float: left;
	margin: 0 0 4px;
	border: 0 none;
	height: 53px;
	width: 115px;
}

#header-country {
	float:left;
	padding:4px;
}

#header-country img {
	border: 1px solid #ccc;
	vertical-align: middle;
	width: 18px;
	height: 11px;
}

#header-country span {
	font-weight: bold;
	color: #4FA600;
}
*/
#header-country a {
  font-size: 0.9em;
  text-decoration: none;
  color: #636469;
}
#header-right {
  float: right;
  margin-top: 4px;
  text-align: right;
  line-height: normal;
}
#header-right a {
  margin-left: 6px;
  border-left: 1px solid #ccc;
  padding-left: 7px;
  _height: 0;
  text-decoration: none;
}
#header-right a:hover {
  text-decoration: underline;
  color: #369;
}
#header-right a.first,
#header-right a:first-child {
  margin: 0;
  padding: 0;
  border-left: none;
}
#header-right form {
  margin-bottom: 8px;
}
#header-right #profile {
  border-top: 1px solid #ccc;
  padding: 6px;
  margin-top: 6px;
}
/*
#header-cart {
	background: transparent url('../images/cart.gif') no-repeat right center;
	padding-right: 24px;
}
*/
/* ************** header_apc.css : end ************** */
/* ************** header.css : start ************** */
/************** MODIFICATION HISTORY ******************/
/* Ankit Vijaywargiya 07/18/2014  Increase the size of the 'Sign In' button on Your Business Page [RI-256, APCRI-92] */
/* This file contains universal style for the header. */
/* IE 6 specific styles are in header_ie6.css*/
/* IE 7+ specific styles are in header_ie7+.css*/
/* header links,logo,etc*/
#header {
  margin-top: 5px;
  border-bottom: 3px solid #4fa600;
}
#header a.logo {
  float: left;
  margin: 0 0 4px;
  border: 0 none;
  height: 53px;
  width: 115px;
  padding-right: 15px;
  padding-top: 10px;
}
#header-country {
  float: left;
  padding: 4px;
}
#header-country img {
  vertical-align: middle;
  width: 18px;
  height: 11px;
}
#header-country span {
  font-weight: bold;
  color: #4FA600;
}
#header-country a {
  color: #636469;
  text-decoration: none;
}
#header-right a,
#header-right a:hover {
  outline: none;
  color: #636469;
}
#header-right a:hover {
  text-decoration: none;
}
#header-links {
  font-size: 0.9em;
  margin-bottom: 7px;
}
/*
#header-cart {
	padding: 0 0 0 15px !important;
	display:inline;
	background-position: 10px center;
	background-image: url('../images/cart_se.jpg');
}
*/
.header-social-media {
  width: 19px;
  height: 20px !important;
  margin: 2px 3px 0 2.5px !important;
  padding: 0 !important;
  border: none !important;
  float: right;
}
.social-media-button-container {
  margin-top: 2px;
  float: right;
  width: 123px;
  height: 19px;
  background-repeat: no-repeat;
}
#youtube_link {
  background-repeat: no-repeat;
}
#setv_link {
  background-repeat: no-repeat;
}
#linkedin_link {
  background-repeat: no-repeat;
}
#twitter_link {
  background-repeat: no-repeat;
}
#facebook_link {
  background-repeat: no-repeat;
}
#kaixin_link {
  background-repeat: no-repeat;
}
#weibo_link {
  background-repeat: no-repeat;
}
a.image_link {
  border: none;
}
a.image_link img {
  border: none;
}
.header-cart-text {
  padding-left: 15px;
}
#header-right-search-input {
  border: 1px solid #b2b2b4;
  padding-top: 2px;
  margin-right: 7px;
  height: 20px;
  width: 255px;
}
#header-right-search-button {
  text-indent: -9999px;
  /* sends the text off-screen */
  white-space: nowrap;
  /* because only the first line is indented */
  background: transparent url('../images/input_arrow.gif') no-repeat;
  border: none;
  height: 19px;
  width: 19px;
}
.welcome_text {
  padding-right: 30px;
}
/* header menus Tabs*/
.header_menu {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 3000;
}
.menu_panel_content_wrapper {
  float: left;
}
.menu_panel {
  position: absolute;
  border-top: 10px solid #87D300;
  width: 100%;
  z-index: 1000;
  display: none;
}
.tab_content {
  display: none;
}
#se_header {
  padding-bottom: 1px;
  text-align: left;
  width: 100%;
  position: relative;
  height: 36px;
  z-index: 1000;
}
#menu_content {
  background: #f4f4f4;
  position: relative;
  z-index: 3000;
  height: 100%;
}
#menu_bottom {
  background: #f4f4f4;
  position: relative;
  z-index: 1000;
}
#menu_panel_content {
  float: right;
  width: 100%;
  z-index: 350;
}
.menu_panel_leftBorder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 10px;
  height: 100%;
  background-image: url('../images/side_left.gif');
  background-repeat: repeat-y;
  background-position: -4 0;
}
.menu_panel_middleContent {
  padding: 0 10px 10px 10px;
}
.menu_panel_middleContent ul.sereply li {
  background: url("/products/resource/images/green_bullet_greybck.jpg") no-repeat scroll 0 5px transparent;
  padding: 0 10px;
}
.menu_panel_rightBorder {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 10px;
  height: 100%;
  background-image: url('../images/side_right.gif');
  background-repeat: repeat-y;
}
.menu_panel_leftCorner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 10px;
  height: 10px;
  background-image: url('../images/bottom_left.gif');
  background-repeat: no-repeat;
  background-position: -4 -1;
}
.menu_panel_rightCorner {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10px;
  height: 10px;
  background-image: url('../images/bottom_right.gif');
  background-repeat: no-repeat;
  background-position: 0 -1;
}
.menu_panel_middleBorder {
  background-image: url("../images/bottom_mid.gif");
  background-position: 0 -1px;
  background-repeat: repeat-x;
  margin: 0 10px 10px;
  padding: 10px 0 0;
}
.menu_company_icon_container {
  float: left;
  width: 128px;
  height: 100px;
  background-image: url("../images/header_icon_comp_icon.jpg");
  background-position: 5px 18px;
  background-repeat: no-repeat;
  border-right: 1px solid #EBE9E9;
  margin: 0;
}
.menu_company_link_container {
  padding-left: 10px;
  float: left;
  width: 130px;
  background-repeat: no-repeat;
  border-left: 1px solid #ffffff;
  margin-top: 4px;
  vertical-align: top;
}
.menu_products_container {
  width: 200px;
  float: left;
  height: 330px;
}
.menu_products_column_heading {
  font-size: 15px;
  color: #336699;
  width: 190px;
}
.menu_products_section_title {
  padding: 3px 0 3px 3px;
  color: #4FA600;
  font-size: 22px;
}
.menu_service_container {
  padding-left: 15px;
}
.menu_product_description {
  font-size: 0.875em;
  white-space: normal;
  /* CSS3 */
}
.menu_home_info {
  border-right: 1px solid #EBE9E9;
  height: 230px;
  vertical-align: top;
}
.menu_smallbiz_info {
  border-right: 1px solid #EBE9E9;
  border-left: 1px solid #fff;
  height: 230px;
}
.menu_largeCorp_info {
  border-left: 1px solid #fff;
  height: 230px;
}
.menu_see_all_prod_link {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 5px;
}
.menu_solutions_container_left {
  background: #f4f4f4;
  float: left;
  width: 186px;
  text-align: center;
}
.menu_solutions_container {
  background: #f4f4f4;
  float: left;
  width: 200px;
  text-align: center;
}
.menu_solutions_container_right {
  background: #f4f4f4;
  float: left;
  width: 240px;
  text-align: center;
}
.menu_solution_list_container_left {
  text-align: left;
  border-right: 1px solid #ffffff;
}
.menu_solution_list_container_middle {
  text-align: left;
  border-left: 1px solid #EBE9E9;
  border-right: 1px solid #ffffff;
  height: 100px;
}
.menu_solution_list_container_right {
  text-align: left;
  border-left: 1px solid #EBE9E9;
  height: 100px;
}
.menu_support_container_left {
  background: #f4f4f4;
  float: left;
  width: 185px;
  text-align: center;
}
.menu_support_container {
  background: #f4f4f4;
  float: left;
  width: 200px;
  text-align: center;
  height: 295px;
}
.menu_support_container_wide {
  background: #f4f4f4;
  float: left;
  width: 390px;
  text-align: center;
}
.menu_support_list_half_container {
  width: 190px;
  float: left;
}
.menu_support_list_container_left {
  text-align: left;
  border-right: 1px solid #ffffff;
  height: 190px;
}
.menu_support_list_container_middle {
  text-align: left;
  border-left: 1px solid #EBE9E9;
  border-right: 1px solid #ffffff;
  height: 230px;
}
.menu_support_list_container_right {
  text-align: left;
  border-left: 1px solid #EBE9E9;
  height: 190px;
}
.menu_Products_main_container {
  vertical-align: top;
  float: left;
  width: 750px;
}
#menu_services_container {
  margin: 0;
}
.menu_products_container {
  background: #f4f4f4;
  float: left;
  width: 240px;
  text-align: center;
  height: 200px;
}
.menu_product_description {
  text-align: left;
  width: 225px;
  font-weight: normal;
  padding: 15px 5px 15px 5px;
  margin: auto;
}
.menu_Services_main_container {
  width: 200px;
  float: left;
  text-align: left;
  vertical-align: top;
  padding-left: 15px;
}
.menu_service_container {
  background: #f4f4f4;
  float: left;
  text-align: center;
}
.menu_title_container {
  text-align: left;
  height: 51px;
}
.menu_title_container_tall {
  text-align: left;
  height: 65px;
}
.menu_products_title_container {
  text-align: left;
  height: 30px;
}
.menu_solution_title_container {
  text-align: left;
  height: 55px;
  vertical-align: middle;
}
.menu_title_image {
  vertical-align: middle;
}
.menu_products_title_image {
  vertical-align: middle;
  width: 238px;
  height: 143px;
}
.menu_icon_container {
  width: 49%;
  height: 104px;
  float: left;
  vertical-align: middle;
  text-align: center;
  font-size: 0.825em;
  font-weight: bold;
  margin-top: 5px;
}
.menu_your_business_icon_container {
  width: 48%;
  float: left;
}
.menu_your_business_personal_page_main_container {
  width: 47%;
  float: left;
  margin: 3px 0 0 6px;
  padding-left: 8px;
  background-image: url(../images/vertical_line_dark.jpg);
  background-repeat: repeat-y;
}
.menu_your_business_personal_page_logged_in_container {
  width: 47%;
  height: 220px;
  float: left;
  margin: 3px 0 0 6px;
  padding-left: 8px;
  background-image: url(../images/vertical_line_dark.jpg);
  background-repeat: repeat-y;
  font-size: 11px;
  text-align: center;
}
.menu_your_business_user_profile {
  margin-top: 15px;
}
.menu_your_business_logged_btnSubmit {
  padding: 15px 0 15px 0 ;
}
.menu_your_business_personal_page_button_container {
  width: 45%;
  float: left;
  font-size: 0.825em;
  height: 35px;
  margin: 20px 0 0 0;
}
.menu_your_business_personal_page_no_login_button_container {
  width: 60%;
  float: left;
  font-size: 10px;
  height: 35px;
  font-weight: normal;
  margin: 10px 0 0 0;
}
.menu_your_business_personal_page_text_container {
  width: 54%;
  float: right;
  text-align: right;
  font-size: 0.875em;
  height: 30px;
  margin: 20px 0 0 0;
}
.menu_your_business_personal_page_no_login_text_container {
  width: 38%;
  float: right;
  text-align: right;
  font-size: 0.875em;
  font-weight: bolder;
  margin: 10px 0 0 0;
}
.menu_your_business_personal_page_text_container a {
  text-align: right;
}
.menu_your_business_section {
  width: 49%;
  float: left;
}
.menu_your_business_login_links {
  font-size: 11px;
  margin-top: 10px;
}
.menu_heading {
  margin-left: 7px;
  padding: 6px 0;
  color: #4fa600;
  font-weight: bold;
  font-size: 15px;
}
.menu_column_heading {
  margin-left: 0;
  padding: 10px 0;
  color: #336699;
  font-size: 15px;
  float: left;
  width: 60%;
}
.menu_products_column_heading {
  margin-left: 5px;
  padding: 10px 0;
  color: #336699;
  font-size: 15px;
  float: left;
  width: 240px;
}
.menu_image {
  float: left;
  vertical-align: middle;
}
.border_space {
  background-image: url(/us/en/resource/images/invisible.gif);
  height: 1px;
  width: 2%;
  float: left;
  display: inline;
}
.spacer_container {
  width: 100%;
  margin: auto;
}
.spacer {
  width: 95%;
  height: 10px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: auto;
  background-color: #f4f4f4;
  background-image: url(../images/horizontal_line.jpg);
  background-repeat: repeat-x;
}
.vertical_spacer {
  width: 97%;
  height: 305px;
  width: 2px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  background-color: #f4f4f4;
  background-image: url(../images/vertical_line_dark.jpg);
  background-repeat: repeat-y;
  float: left;
  margin-top: 40px;
}
/* Login Form*/
.loginFormContainer {
  font-size: 0.875em;
}
.menu-input-text {
  display: block;
  width: 270px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #B8B8B8;
  margin-bottom: 10px;
}
.menu-input-password {
  display: block;
  width: 270px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #B8B8B8;
  margin-bottom: 5px;
}
/*Changes for APCRI-92,RI-256 : Begin*/
/* Submit Button */
.btnSubmit::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btnSubmitContainer {
  display: inline-block;
  overflow: hidden;
}
.btnSubmitContainer input {
  background: none repeat scroll 0 0 #84D500;
  border: medium none;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  height: 45px;
  padding: 0 25px;
  *padding: 0 15px;
  *line-height: 21px;
}
.btnSubmitContainer * {
  margin: 0;
}
/*Changes for APCRI-92,RI-256 : End*/
/* Login button */
.btnSubmit::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.menu_btnContainer {
  height: 21px;
  background: url('/site/yourbusiness/images/btn_bg.gif') no-repeat;
  display: inline-block;
  *display: inline;
  font-size: 10px;
}
.menu_btnContainer input {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 21px;
  padding: 0 10px;
  *padding: 0 5px;
  *line-height: 21px;
  border: none;
  cursor: pointer;
  background: url('/site/yourbusiness/images/btn_right.gif') right no-repeat;
}
.menu_btnContainer * {
  margin: 0;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs {
  position: absolute;
  padding: 0;
  zoom: 1;
  z-index: 1500;
  margin: 0;
  font-weight: bold;
  width: 100%;
  top: -5px ! important;
}
#tabs_container {
  /*display:none;*/
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
  color: #626469;
  z-index: 1000;
  width: 100%;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 10px 5px 0 0;
  border-bottom: 0 !important;
  padding: 0 0 0 0;
  white-space: nowrap;
  color: #626469;
  width: 20%;
  cursor: pointer;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .3em 0;
  text-decoration: none;
  color: #626469;
  display: block;
  width: 100%;
  cursor: pointer;
  background: #eaeaea;
}
.ui-tabs .ui-tabs-nav li a:hover {
  text-decoration: none;
  display: block;
  width: 100%;
  cursor: pointer;
}
.ui-tabs .ui-tabs-nav li.lastTab {
  margin: 10px 0 0 0;
}
.ui-tabs .ui-tabs-nav li.lastTab.ui-tabs-selected,
.ui-tabs .ui-tabs-nav li.lastTab.active {
  margin: 5px 0 0 0;
}
.ui-tabs .ui-tabs-nav li.lastTabactive {
  margin: 5px 0 0 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected,
.ui-tabs .ui-tabs-nav li.active {
  height: 35px;
  margin: 5px 5px 0 0;
  color: #fff;
  display: block;
  cursor: pointer;
  font-weight: bold;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.active a {
  color: #fff;
  display: block;
  height: 23px;
  cursor: pointer;
  background-color: #87d300;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected .corner1,
.ui-tabs .ui-tabs-nav li.active .corner1,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected .corner2,
.ui-tabs .ui-tabs-nav li.active .corner2,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected .corner3,
.ui-tabs .ui-tabs-nav li.active .corner3,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected .corner4,
.ui-tabs .ui-tabs-nav li.active .corner4 {
  background-color: #87d300;
}
.ui-tabs .ui-tabs-nav li a span.menu_link_text {
  display: block;
  padding: 0 0 0 10px;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
  display: block;
}
ul.headerlist {
  margin: 0;
  padding: 3px 5px 3px 10px;
  list-style-type: none;
  text-align: left;
}
ul.headerlist li {
  font-size: 11px;
  background: url(../images/green_bullet.jpg) no-repeat 0 5px;
  color: #626469;
  padding: 2px 0px 3px 15px;
  margin: 0 0 0 3px;
  cursor: pointer;
  vertical-align: top;
  font-weight: normal;
}
ul.headerlist h3 {
  background-color: #eaeaea;
  padding: 0 5px;
}
ul.headerlist a,
ul.headerlist a:visited {
  color: #636469;
  text-decoration: none;
}
ul.headerlist a:hover {
  color: #336699;
  text-decoration: underline;
}
ul.headerlistnotitle {
  margin: 0;
  padding: 0px 5px 0px 10px;
  list-style-type: none;
}
ul.headerlistnotitle li {
  font-size: 11px;
  background: url(/products/resource/images/green_bullets.jpg) no-repeat 0 5px;
  color: #626469;
  padding: 3px 0px 3px 15px;
  margin: 0 0 0 3px;
  cursor: pointer;
  vertical-align: top;
  font-weight: normal;
}
ul.headerlistnotitle h3 {
  background-color: #eaeaea;
  padding: 0 5px;
}
ul.headerlistnotitle a,
ul.headerlistnotitle a:visited {
  color: #636469;
  text-decoration: none;
}
ul.headerlistnotitle a:hover {
  color: #336699;
  text-decoration: underline;
}
.headerList_title {
  text-align: left;
  padding: 3px 0 0 0;
  font-weight: bold;
}
#menu_content a {
  color: #336699;
  text-decoration: none;
}
#menu_content a:hover {
  color: #336699;
  text-decoration: underline;
}
/* submit button */
.btnSubmit::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btnContainer {
  height: 21px;
  background: url(../images/btn_bg.gif) no-repeat;
  overflow: hidden;
  display: inline-block;
  *display: inline;
}
.btnContainer input {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  height: 21px;
  padding: 0 10px;
  *padding: 0 5px;
  *line-height: 21px;
  border: none;
  cursor: pointer;
  background: url(../images/btn_right.gif) right no-repeat;
}
.btnContainer * {
  margin: 0;
}
/* Login Form*/
#LoginMini Form {
  padding-left: 2px;
}
#LoginMini label {
  display: block;
  color: #626469;
  font-size: 11px;
  padding: 3px 0px;
}
.input-text {
  display: block;
  width: 130px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #B8B8B8;
  margin-bottom: 10px;
}
.input-password {
  display: block;
  width: 128px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #B8B8B8;
  margin-bottnom: 5px;
}
.input-checkbox {
  display: inline;
  border: 1px solid #b8b8b8;
  *border: 0px;
  _border: 0px;
  height: 11px;
  padding: 3px 3px 3px 3px;
}
#LoginMini .formInline {
  display: inline;
  width: auto;
}
#loginedForm {
  display: none;
}
#loginedForm p {
  font-size: 10px;
  font-weight: bold;
}
.waitControl {
  line: 21px;
  vertical-align: middle;
}
.waitGif {
  display: none;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin: 0 2px 2px 2px;
  _margin: 0 0 5 1px;
}
.errorMsg {
  font-size: 10px;
  color: red;
  font-weight: bold;
  display: none;
}
.infoMsg {
  font-size: 10px;
  color: green;
  font-weight: bold;
  display: none;
}
#header-right form {
  margin-bottom: 0 !important;
  margin-top: 0;
}
/*chrome specfic css
@media screen and (-webkit-min-device-pixel-ratio:0) {

 	.ui-tabs .ui-tabs-nav li a {
 		float: left; 
 		padding: .4em 0;
 		text-decoration: none;
 		color:#626469;
 		display:block;
 		width:100%;
 		cursor:pointer;
 		background:#eaeaea;
 	}
 	.ui-tabs .ui-tabs-nav li.lastTab a {
 		padding: .4em 0;
 	}
 	#se_header {
 		height:38px;
 	}

}
*/
/* ************** header.css : end ************** */
/* ************** jquery.ui.autocomplete_apc.css : start ************** */
#header-right-search .ui-menu .ui-menu-item a {
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: normal;
  padding: 1px 2px;
  text-decoration: none;
  border: 0;
  margin: 0;
  cursor: pointer;
}
#header-right-search .ui-widget-content {
  background: none repeat scroll 0 0 #F7F7F7;
  border: 1px solid #AAAAAA;
  color: #626469;
  padding: 2px;
  list-style-type: none;
  position: absolute;
  float: right;
  width: 248px;
  margin: 0 29px 0 0;
}
#header-right-search .ui-menu .ui-menu-item a strong {
  color: #4FA600;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
#header-right-search li.ui-menu-item {
  text-align: left;
  min-height: 17px;
}
#header-right-search .ui-menu .ui-menu-item a.ui-state-hover,
#header-right-search .ui-menu .ui-menu-item a.ui-state-active {
  text-decoration: underline;
}
select#categorygroup_header {
  border-width: 1px;
  height: 20px;
  vertical-align: bottom;
}
#header-right-search-button {
  vertical-align: bottom;
  cursor: pointer;
  padding-right: 6px;
}
#header #searchForm .input-sm {
  float: inherit;
  padding: 0;
  height: 19px;
  border-radius: 0;
  border: 1px solid #b2b2b4;
  padding-top: 2px;
  margin-right: 7px;
  width: 255px;
  display: inline-block;
}
#header-right-search-input {
  padding-top: 0px;
  padding-bottom: 2px;
}
/* ************** jquery.ui.autocomplete_apc.css : end ************** */
/* ******************** MF Overrides : Start ******************** */
#wrapper {
  margin: 0 auto;
  width: 1024px;
}
#header {
  margin-left: 15px;
  margin-right: 15px;
  /* MF overrides for SE header */
}
#header a,
#header div,
#header img,
#header span {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#header #header-cart {
  background-image: none !important;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  padding-right: 5px !important;
}
#header #header-cart.open {
  background-color: #FFF !important;
  border-bottom: 1px solid transparent;
  border-right: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-radius: 5px 5px 0 0;
  margin-top: 0px !important;
  padding-bottom: 6px !important;
  padding-top: 5px !important;
  position: relative;
  z-index: 3003;
}
#header #header-cart img {
  vertical-align: top;
  width: 14px;
}
#header div#mini-cart {
  right: 0;
  top: 26px;
  z-index: 3002;
}
#header div#block-page-cart {
  z-index: 3001;
}
#header-country img {
  border: 1px solid #ccc;
}
#header-links {
  height: 26px !important;
  float: right;
  clear: both;
}
#header-links a {
  display: block;
  float: left;
  line-height: 14px;
  margin-top: 5px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  padding-left: 10px;
  padding-right: 4px;
}
#header-right {
  height: 73px !important;
  margin-top: 0;
  position: relative;
  text-align: left;
}
#header-right #searchForm {
  clear: both;
  text-align: right;
  position: relative;
}
#header-right #searchForm ul.error-tooltip {
  position: absolute;
  text-align: left;
  top: 25px;
  z-index: 1001;
}
#header-right #logout-full {
  float: left;
  margin-left: 8px;
  border-left: 1px solid #ccc;
  padding-left: 8px;
  margin-top: 5px;
  padding-top: 0;
  padding-right: 3px;
}
#header-right #logout-full a {
  margin-top: 0!important;
}
.small-text {
  font-size: 10.5px;
}
.corner1,
.corner2,
.corner3,
.corner4 {
  font-size: 1px;
  overflow: hidden;
  display: block;
  height: 1px;
  background-color: #eaeaea;
}
.corner1 {
  margin: 0 5px;
}
.corner2 {
  margin: 0 3px;
}
.corner3 {
  margin: 0 2px;
}
.corner4 {
  height: 2px;
  margin: 0 1px;
}
.roundedBackground {
  background-color: #eaeaea;
}
/*
body:not(:-moz-handler-blocked) .ui-tabs  {
    margin-top: -1px!important;
}
*/
/*
#header {
  width: 994px;
  margin: 5px auto 0; 
}

select#categorygroup_header {
  border-width: 1px;
  height: 20px;
  vertical-align: bottom;
}
*/
#menu_content {
  background: transparent;
  margin-right: -42px;
}
.menu_panel_leftBorder,
.menu_panel_leftCorner,
.menu_panel_middleBorder,
.menu_panel_rightBorder,
.menu_panel_rightCorner {
  /* 	background-position:-4px 0; */
  /* 	background:transparent; */
  display: none;
}
#menu_panel_content {
  /* border: solid 1px #ccc; */
  background: #f4f4f4;
  border-radius: 0 0 6px 6px;
  border-color: #ccc;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
  padding-right: 25px;
}
.ui-tabs .ui-tabs-nav > li,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected,
.ui-tabs .ui-tabs-nav li.active {
  margin-right: 3px;
  padding-left: 0px;
}
.ui-tabs .ui-tabs-nav li.lastTab {
  right: -2px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected .corner1,
.ui-tabs .ui-tabs-nav li.active .corner1,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected .corner2,
.ui-tabs .ui-tabs-nav li.active .corner2,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected .corner3,
.ui-tabs .ui-tabs-nav li.active .corner3,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected .corner4,
.ui-tabs .ui-tabs-nav li.active .corner4 {
  background-color: #87d300;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.active a {
  height: 23px;
}
.ui-tabs .ui-tabs-nav li a {
  padding: 4px 0;
}
.ui-tabs .ui-tabs-nav li a span.menu_link_text {
  font-size: 13px;
  line-height: 18px;
}
#header #menu_panel_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vertical_spacer {
  display: none!important;
}
/*
.ui-tabs .ui-tabs-nav {
	overflow: hidden;
}
*/
/* ******************** MF Overrides : End ******************** */
/* ******************** SE : Global Header : End ******************** */
/* *********************************product and service tab styles: start ************************** */
#header {
  /* ******************** panel styling : start ******************** */
  /* ******************** panel styling : end ******************** */
  /* ******************** panel content styling : start ******************** */
  /* ******************** panel content styling : end ******************** */
  /* ******************** common classes : start ******************** */
  /* ******************** common classes : end ******************** */
}
#header #pns_panel {
  padding-top: 15px;
  padding-right: 15px;
}
#header #pns_panel > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 28%;
}
#header #pns_panel > ul > li {
  padding: 10px 1px;
}
#header #pns_panel > ul > li > a {
  color: #626469;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 0 12px;
  text-decoration: none;
  text-transform: uppercase;
}
#header #pns_panel > ul > li.active {
  background: #87D300 url('/static/images/white-arrow.png') no-repeat 100% 50%;
  border-right: none;
  border-left: none;
  box-sizing: content-box;
  position: relative;
}
#header #pns_panel > ul > li.active a {
  color: #fff;
}
#header #pns_panel .pns_content {
  min-height: 340px;
  padding-left: 20px;
  width: 68%;
  float: left !important;
  border-left: 1px solid #e0e0e0;
  position: relative;
}
#header #pns_panel .pns_content:after {
  border-right: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
#header #pns_panel .pns_content .spacer-top {
  margin: 0;
  padding-bottom: 10px;
}
#header #pns_panel .pns_content strong {
  color: #4fa600;
  font-size: 15px;
  display: inline-block;
  padding-bottom: 10px;
  vertical-align: middle;
}
#header .pns_list {
  display: none;
}
#header .pns_list:first-child {
  display: block;
}
#header .pns_list div.navTable {
  display: table;
  width: 100%;
}
#header .pns_list div.navRow {
  display: table-row;
}
#header .pns_list div.navCol {
  padding-bottom: 10px;
  border-right: 1px solid #e0e0e0;
  position: relative;
  display: table-cell;
  width: 50%;
}
#header .pns_list div.navCol:after {
  border-right: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
#header .pns_list div.navCol:last-child {
  border-right: 0;
}
#header .pns_list div.navCol:last-child:after {
  content: none;
}
#header .pns_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .pns_list ul li {
  font-size: 11px;
  margin-left: 20px;
  padding: 3px;
  position: relative;
}
#header .pns_list ul li:before {
  content: "";
  border-radius: 50%;
  background-color: #4fa600;
  display: inline-block;
  height: 6px;
  left: -10px;
  position: absolute;
  opacity: 0.729;
  top: 7px;
  width: 6px;
}
#header .pns_list ul li.title {
  color: #336699;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
#header .pns_list ul li.title:after {
  border-bottom: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
#header .pns_list ul li.title:before {
  content: none;
}
#header .pns_list ul li a {
  font-weight: normal;
}
#header .double-border-top {
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  position: relative;
}
#header .double-border-top:before {
  border-top: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
#header .spacer-top {
  border-top: 1px solid #e0e0e0;
  margin: 0 10px 0 5px;
  padding-top: 5px;
  position: relative;
}
#header .spacer-top:before {
  border-top: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.theme-2 #pns_panel {
  width: 77%;
  float: left;
}
.theme-2 .menu_Services_main_container {
  padding-left: 0;
  margin-top: 15px;
  border-left: solid 1px #E5DFDF;
}
.theme-2 .menu_products_section_title {
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 10px;
}
.theme-2 #Vertical-divider-container {
  display: none;
}
#Products_and_Services .vertical_spacer {
  display: none!important;
}
/* *********************************product and service tab styles: end ************************** */
.atg-multi-login-container {
  width: 200px;
  display: block;
  position: absolute;
  top: 4px;
  left: 78px;
  text-align: left;
  z-index: 10000;
  display: none;
}
.atg-multi-login-container .atg-multi-login-tab {
  width: 49px;
  text-align: center;
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #fff;
  position: relative;
  top: 1px;
  padding: 2px 0;
  z-index: 10;
  float: right;
}
.atg-multi-login-container .atg-multi-login-personal-page {
  clear: both;
  padding: 10px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  min-height: 50px;
  position: relative;
  top: 0;
}
.atg-multi-login-container .atg-multi-login-online-store {
  padding: 0 10px 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-top: none;
  border-bottom: 1px solid #ccc;
  min-height: 50px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  top: 0;
}
#header-right .atg-multi-login-container a,
#header-right .atg-multi-login-container a:hover {
  width: 150px;
  display: inline-block;
  background: #84D500;
  border-radius: 5px;
  /* padding: 7px 15px */
  padding-bottom: 7px !important;
  padding-top: 7px !important;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  text-align: center;
  margin-left: 0;
}
#header-right .atg-multi-login-container a.logout {
  margin: 7px 0 0;
  background: #aaa;
}
/* McFadyen Overrides */
#header-right .atg-multi-login-container a {
  float: none;
}
#header-right .atg-multi-login-container form#logout-full {
  float: none;
  margin-left: 0;
  border-left: none;
  padding-left: 0;
}
.atg-multi-login-container {
  top: 0;
  left: auto;
  right: 0;
  z-index: 3002;
}
.atg-multi-login-container h2 {
  color: #4fa600;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}
.atg-multi-login-container .atg-multi-login-tab {
  border-radius: 3px 3px 0 0;
}
/* ******************** Main Navigation ******************** */
div#main-navigation {
  margin-top: 20px;
  /* ******************** tab styling : start ******************** */
  /* ******************** tab styling : end ******************** */
  /* ******************** dropdown styling : start ******************** */
  /* ******************** dropdown styling : end ******************** */
  /* ******************** panel styling : start ******************** */
  /* ******************** panel styling : end ******************** */
  /* ******************** panel content styling : start ******************** */
  /* ******************** panel content styling : end ******************** */
  /* ******************** common classes : start ******************** */
  /* ******************** common classes : end ******************** */
}
div#main-navigation div.apc-nav-wrapper {
  position: relative;
}
div#main-navigation ul.apc-nav {
  border-bottom: 5px solid #4fa600;
  float: none;
  height: 40px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  overflow: hidden;
  width: 100%;
}
div#main-navigation ul.apc-nav > li {
  float: left;
  display: block;
  height: 40px;
  margin: 0 5px 0 0;
  width: 195px;
}
div#main-navigation ul.apc-nav > li > a {
  background: #eaeaea;
  border-radius: 5px 5px 0 0;
  color: #626469;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 7px 15px 7px 15px;
  position: relative;
  text-decoration: none;
  top: 5px;
}
div#main-navigation ul.apc-nav > li.active-tab a,
div#main-navigation ul.apc-nav > li:hover a {
  background: #87D300;
  color: #fff;
  padding: 10px 15px 9px 15px;
  top: 0;
}
div#main-navigation ul.apc-nav > li.last-tab {
  margin-right: 0;
  width: 194px;
}
div#main-navigation div.apc-nav-dropdown {
  border-color: #87D300;
  border-style: solid;
  border-width: 10px 0 0 0;
  display: none;
  position: absolute;
  top: 85%;
  width: 100%;
  z-index: 1000;
}
div#main-navigation div.apc-nav-dropdown > div {
  background-color: #f4f4f4;
  border-color: #cccccc;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  width: 100%;
}
div#main-navigation div.apc-nav-dropdown > div.apc-nav-panel {
  display: none;
  padding: 10px 10px 10px 10px;
}
div#main-navigation div.apc-nav-dropdown > div#solutions_panel {
  width: 87%;
}
div#main-navigation div.apc-nav-dropdown > div#pns_panel {
  padding: 10px 10px 10px 0;
}
div#main-navigation div.apc-nav-dropdown > div#business_panel {
  float: right;
  width: 60%;
}
div#main-navigation div.apc-nav-dropdown > div#company_panel {
  float: right;
  width: 35%;
}
div#main-navigation #solutions_panel > ul,
div#main-navigation #support_panel > ul,
div#main-navigation #business_panel > ul,
div#main-navigation #company_panel > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#main-navigation #solutions_panel > ul > li,
div#main-navigation #support_panel > ul > li,
div#main-navigation #business_panel > ul > li,
div#main-navigation #company_panel > ul > li {
  float: left;
  width: 25%;
}
div#main-navigation #solutions_panel > ul > li img,
div#main-navigation #support_panel > ul > li img,
div#main-navigation #business_panel > ul > li img,
div#main-navigation #company_panel > ul > li img {
  display: inline-block;
  vertical-align: top;
}
div#main-navigation #solutions_panel > ul > li strong,
div#main-navigation #support_panel > ul > li strong,
div#main-navigation #business_panel > ul > li strong,
div#main-navigation #company_panel > ul > li strong {
  color: #4fa600;
  font-size: 15px;
  display: inline-block;
  padding-top: 10px;
  vertical-align: middle;
  width: 125px;
}
div#main-navigation #pns_panel > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 30%;
}
div#main-navigation #pns_panel > ul > li {
  padding: 10px 1px;
}
div#main-navigation #pns_panel > ul > li > a {
  color: #626469;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 0 12px;
  text-decoration: none;
  text-transform: uppercase;
}
div#main-navigation #pns_panel > ul > li.active {
  background: #87D300 url('/static/images/white-arrow.png') no-repeat 100% 50%;
  border-right: none;
  border-left: none;
  box-sizing: content-box;
  position: relative;
}
div#main-navigation #pns_panel > ul > li.active a {
  color: #fff;
}
div#main-navigation #pns_panel div.pns_content {
  min-height: 340px;
  padding-left: 20px;
  width: 70%;
  border-left: 1px solid #e0e0e0;
  position: relative;
}
div#main-navigation #pns_panel div.pns_content:after {
  border-right: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
div#main-navigation #pns_panel div.pns_content div.spacer-top {
  margin: 0;
  padding-bottom: 10px;
}
div#main-navigation #pns_panel div.pns_content strong {
  color: #4fa600;
  font-size: 15px;
  display: inline-block;
  padding-bottom: 10px;
  vertical-align: middle;
}
div#main-navigation #business_panel > ul > li,
div#main-navigation #company_panel > ul > li {
  width: 50%;
}
div#main-navigation #business_panel > ul > li strong,
div#main-navigation #company_panel > ul > li strong {
  padding: 0 0 0 10px;
  width: auto;
}
div#main-navigation div.solutions_list ul,
div#main-navigation div.support_list ul,
div#main-navigation div.business_list ul,
div#main-navigation div.company_list ul {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
  border-right: 1px solid #e0e0e0;
  position: relative;
}
div#main-navigation div.solutions_list ul:after,
div#main-navigation div.support_list ul:after,
div#main-navigation div.business_list ul:after,
div#main-navigation div.company_list ul:after {
  border-right: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
div#main-navigation div.solutions_list ul.last-child,
div#main-navigation div.support_list ul.last-child,
div#main-navigation div.business_list ul.last-child,
div#main-navigation div.company_list ul.last-child {
  border-right: none;
}
div#main-navigation div.solutions_list ul.last-child:after,
div#main-navigation div.support_list ul.last-child:after,
div#main-navigation div.business_list ul.last-child:after,
div#main-navigation div.company_list ul.last-child:after {
  border-right: none;
}
div#main-navigation div.solutions_list ul li,
div#main-navigation div.support_list ul li,
div#main-navigation div.business_list ul li,
div#main-navigation div.company_list ul li {
  font-size: 11px;
  margin-left: 20px;
  padding: 3px;
  position: relative;
}
div#main-navigation div.solutions_list ul li:before,
div#main-navigation div.support_list ul li:before,
div#main-navigation div.business_list ul li:before,
div#main-navigation div.company_list ul li:before {
  content: "";
  border-radius: 50%;
  background-color: #4fa600;
  display: inline-block;
  height: 6px;
  left: -10px;
  position: absolute;
  opacity: 0.729;
  top: 7px;
  width: 6px;
}
div#main-navigation div.solutions_header {
  height: 90px;
}
div#main-navigation div.support_header {
  height: 60px;
}
div#main-navigation div.business_header {
  height: 30px;
}
div#main-navigation div.solutions_list ul {
  height: 100px;
}
div#main-navigation div.support_list ul {
  height: 270px;
}
div#main-navigation div.business_list ul {
  height: 180px;
}
div#main-navigation div.business_list ul.business_types li {
  display: inline-block;
  margin: 0 0 10px 0;
  width: 45%;
}
div#main-navigation div.business_list ul.business_types li:before {
  content: none;
}
div#main-navigation div.business_list ul.business_types li a {
  font-size: 10px;
  font-weight: bold;
}
div#main-navigation div.business_list ul.login li {
  margin: 0;
}
div#main-navigation div.business_list ul.login li:before {
  content: none;
}
div#main-navigation div.business_list ul.login li div {
  padding: 0 0 10px 10px;
}
div#main-navigation div.business_list ul.login li a.btn-success {
  background: #87D300;
  border-color: #87D300;
  padding: 10px 20px;
}
div#main-navigation div.company_list ul {
  height: 130px;
}
div#main-navigation div.company_list ul.company li {
  margin: 0;
}
div#main-navigation div.company_list ul.company li:before {
  content: none;
}
div#main-navigation div.pns_list {
  display: none;
}
div#main-navigation div.pns_list:first-child {
  display: block;
}
div#main-navigation div.pns_list div.navTable {
  display: table;
  width: 100%;
}
div#main-navigation div.pns_list div.navRow {
  display: table-row;
}
div#main-navigation div.pns_list div.navCol {
  padding-bottom: 10px;
  border-right: 1px solid #e0e0e0;
  position: relative;
  display: table-cell;
  width: 50%;
}
div#main-navigation div.pns_list div.navCol:after {
  border-right: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
div#main-navigation div.pns_list div.navCol:last-child {
  border-right: 0;
}
div#main-navigation div.pns_list div.navCol:last-child:after {
  content: none;
}
div#main-navigation div.pns_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#main-navigation div.pns_list ul li {
  font-size: 11px;
  margin-left: 20px;
  padding: 3px;
  position: relative;
}
div#main-navigation div.pns_list ul li:before {
  content: "";
  border-radius: 50%;
  background-color: #4fa600;
  display: inline-block;
  height: 6px;
  left: -10px;
  position: absolute;
  opacity: 0.729;
  top: 7px;
  width: 6px;
}
div#main-navigation div.pns_list ul li.title {
  color: #336699;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
div#main-navigation div.pns_list ul li.title:after {
  border-bottom: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
div#main-navigation div.pns_list ul li.title:before {
  content: none;
}
div#main-navigation div.double-border-top {
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  position: relative;
}
div#main-navigation div.double-border-top:before {
  border-top: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
div#main-navigation div.spacer-top {
  border-top: 1px solid #e0e0e0;
  margin: 0 10px 0 5px;
  padding-top: 5px;
  position: relative;
}
div#main-navigation div.spacer-top:before {
  border-top: 1px solid #fcfcfc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
/* ******************** Main Navigation : POMS ******************** */
div#main-navigation-poms {
  margin-bottom: 20px;
  margin-top: 20px;
}
div#main-navigation-poms .poms-nav-wrapper {
  background-color: #4fa600;
  padding: 1px 0;
}
div#main-navigation-poms .band-a {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
div#main-navigation-poms .band-a ul.nav {
  margin-left: 20%;
}
div#main-navigation-poms .band-a li {
  border-left: 1px solid #fff;
  float: left;
  margin-right: 1px;
  position: relative;
}
div#main-navigation-poms .band-a li:before {
  border-left: 1px solid #e0e0e0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  pointer-events: none;
}
div#main-navigation-poms .band-a li.right-border {
  border-right: 1px solid #e0e0e0;
}
div#main-navigation-poms .band-a li.right-border:after {
  border-right: 1px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  pointer-events: none;
}
div#main-navigation-poms .band-a li a {
  color: #fff;
  padding: 5px 15px;
  transition: all 0.5s ease;
}
div#main-navigation-poms .band-a li a:hover,
div#main-navigation-poms .band-a li a:focus {
  background-color: #fff;
  color: #00962d;
}
div#main-navigation-poms .band-a div.assistance a,
div#main-navigation-poms .band-a div.assistance span {
  color: #fff;
  display: inline-block;
  padding: 5px;
}
div#main-navigation-poms .band-b {
  background: #87D300;
  border-bottom: 1px solid #4fa600;
  height: 20px;
  padding: 0 5px;
}
div#main-navigation-poms .band-c {
  background: #eaeaea;
  border-bottom: 1px solid #cccccc;
  height: 20px;
  padding: 2px 5px;
}
div#main-navigation-poms span.glyphicon {
  font-size: 10px;
}
/* ******************** Breadcrumb Navigation ******************** */
@media only screen and (min-width: 320px) and (max-width: 960px) {
  div#breadcrumb-navigation {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
div#breadcrumb-navigation .breadcrumb {
  background-color: transparent;
  margin-top: 10px;
  padding: 8px 0;
  height: auto;
  line-height: 1.42857143;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  div#breadcrumb-navigation .breadcrumb {
    padding-left: 10px;
    margin: 10px 0 0;
    z-index: 9;
    float: left;
    width: 70px;
  }
  div#breadcrumb-navigation .breadcrumb .breadcrumb-back-link {
    color: #4fa600;
  }
}
div#breadcrumb-navigation .breadcrumb > li + li:before {
  color: #6c6c6c;
  content: "> ";
}
div#breadcrumb-navigation .breadcrumb > .active {
  color: #6c6c6c;
}
div#breadcrumb-navigation li {
  margin-bottom: 0;
  font-weight: normal;
}
div#breadcrumb-navigation li.info {
  color: #4fa600;
  font-weight: bold;
}
/* ******************** left navigation ******************** */
div#left-navigation h3 {
  font-size: 11px;
  font-weight: bold;
  margin-top: 0;
  background-color: #eaeaea;
  border-radius: 4px;
  padding: 8px 15px;
}
div#left-navigation .nav {
  margin-bottom: 20px;
}
div#left-navigation .nav > li > a {
  color: #636469;
  padding: 5px;
}
div#left-navigation .nav > li > a:before {
  content: "";
  border-radius: 50%;
  background-color: #4fa600;
  display: inline-block;
  height: 6px;
  margin: 0 10px 0 3px;
  position: relative;
  opacity: 0.729;
  top: -1px;
  width: 7px;
}
div#left-navigation .nav > li > a:focus {
  background-color: transparent;
}
div#left-navigation .nav > li.active a {
  font-weight: bold;
}
/* ******************** right navigation ******************** */
div#right-navigation .nav li {
  margin: 0;
}
div#right-navigation h3 {
  border-bottom: 1px solid #626469;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  padding: 8px 0;
}
div#right-navigation a.CTA {
  background: #707074;
  display: block;
  color: #fff;
  margin-bottom: 20px;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
}
div#right-navigation a.locate-partner {
  background: #aeafb2;
  display: block;
  color: #fff;
  margin-bottom: 20px;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
}
div#right-navigation .nav {
  margin-bottom: 20px;
}
div#right-navigation .nav > li > a {
  color: #636469;
  padding: 5px;
}
div#right-navigation .nav > li > a:before {
  content: "";
  border-radius: 50%;
  background-color: #4fa600;
  display: inline-block;
  height: 6px;
  margin: 0 10px 0 3px;
  position: relative;
  opacity: 0.729;
  top: -1px;
  width: 7px;
}
div#right-navigation .nav > li > a:focus {
  background-color: transparent;
}
div#right-navigation .nav > li.active a {
  font-weight: bold;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  div#right-navigation .item-block {
    border: 1px solid #f7f7f7;
  }
  div#right-navigation h3 {
    border-bottom-width: 0;
    color: #626469;
    font-size: 16px;
    margin: 20px 10px;
  }
  div#right-navigation a.locate-partner {
    padding: 20px;
    font-size: 14px;
  }
  div#right-navigation .nav li {
    margin-top: -1px;
    padding: 10px 0;
  }
  div#right-navigation .nav li a {
    background-color: transparent;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px;
  }
  div#right-navigation .nav li a:before {
    display: none;
  }
  div#right-navigation .nav li a.item-chevron {
    padding: 5px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) and only screen and (min-width: 961px) {
  div#right-navigation .nav li a:hover {
    background: none;
  }
}
/* ******************** My Account ******************** */
.my-account {
  /* Common Classes
	 * My Account : Profile
	 * My Account : Order History
	 */
  /* Common Classes
	 * My Account : Address Book
	 * My Account : Payment Method
	 */
  /* ******************** Add Payment Method ******************** */
  /* ******************** Order Details ******************** */
  /* ******************** My List ******************** */
  /* ******************** Tax ID ******************** */
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .my-account .gray-pad p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-account #left-navigation {
    display: none;
  }
  .my-account div#ma-order-history .order-count-label {
    margin: 10px 0;
  }
  .my-account div#ma-order-history .mobile-table td {
    border-width: 1px;
    padding: 10px 20px;
    white-space: initial;
    word-break: break-all;
  }
  .my-account div#ma-order-history .mobile-table .sorted {
    background-color: #626469;
    color: #fff;
    font-weight: bold;
  }
  .my-account div#ma-order-history .mobile-table .sorted .cell-label,
  .my-account div#ma-order-history .mobile-table .sorted a {
    color: #fff;
  }
  .my-account div#ma-payment-methods .modal-body address {
    background-color: #f4f4f4;
    font-style: italic;
    padding: 10px;
  }
  .my-account div#ma-payment-methods .modal-body p {
    padding: 10px;
  }
  .my-account div#ma-payment-methods .modal-footer {
    padding: 10px;
  }
  .my-account div#ma-payment-methods .modal-footer .btn + .btn {
    margin-top: 10px;
  }
  .my-account div#ma-payment-methods .info-block .btn {
    margin-top: 0;
  }
  .my-account div#ma-payment-methods h2.page-sub-header {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .my-account div#ma-payment-methods .card-type {
    margin-bottom: 10px;
  }
  .my-account div#ma-payment-methods .address {
    position: relative;
  }
  .my-account div#ma-payment-methods .address .primary-payment {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .my-account div#ma-payment-methods .btn-with-icon a,
  .my-account div#ma-payment-methods .btn-with-icon .btn-edit {
    color: #626469;
  }
  .my-account div#ma-payment-methods .btn-with-icon a:hover,
  .my-account div#ma-payment-methods .btn-with-icon .btn-edit:hover {
    text-decoration: none;
  }
  .my-account div#ma-payment-methods .btn-with-icon .not-my-primary {
    color: #336699;
  }
  .my-account #ma-order-details .contact-phone {
    display: block;
    margin: 10px 0;
  }
  .my-account #ma-order-details .mobile-table .apc-table td:last-child {
    border-bottom: 2px solid #f4f4f4;
  }
  .my-account #ma-order-details .mobile-table .apc-table tr {
    border-top-width: 0;
    border-bottom: 1px solid #f4f4f4;
  }
  .my-account .extn-label {
    margin-top: 15px;
  }
  .my-account #txtExtn {
    width: 35%;
  }
  .my-account .mR10 {
    margin-right: 0;
  }
  .my-account p {
    margin-bottom: 0;
    margin-top: 0;
  }
  .my-account .form-horizontal {
    margin-top: 20px;
  }
  .my-account .apc-help-block {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 961px) {
  .my-account .order-history-pagination {
    float: right;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .my-account .order-history-pagination {
    float: left;
  }
}
.my-account div#ma-profile div.content-panel,
.my-account div#ma-order-history div.content-panel {
  padding: 15px 20px 20px 10px;
}
.my-account div#ma-profile div.content-panel,
.my-account div#ma-order-history div.content-panel {
  padding: 15px 20px 20px 10px;
}
.my-account div#ma-address-book div.address,
.my-account div#ma-payment-methods div.address,
.my-account div#saved-address div.address {
  background: #fff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 1px 1px 1px 1px #e0e0e0;
  box-shadow: 1px 1px 1px 1px #e0e0e0;
  border-radius: 5px;
  line-height: 20px;
  margin: 20px 0 0 0;
  height: 200px;
  overflow: hidden;
  /*
			min-height: 225px;
			max-height: 400px;
			word-wrap: break-word;
			overflow: hidden;
			*/
  padding: 10px;
}
@media only screen and (min-width: 961px) {
  .my-account div#ma-address-book div.address .make-primary,
  .my-account div#ma-payment-methods div.address .make-primary,
  .my-account div#saved-address div.address .make-primary {
    font-weight: bold;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .my-account div#ma-address-book div.address,
  .my-account div#ma-payment-methods div.address,
  .my-account div#saved-address div.address {
    height: auto;
    margin-top: 10px;
    font-family: Arial;
    font-size: 14px;
    padding: 0;
  }
  .my-account div#ma-address-book div.address .address-name,
  .my-account div#ma-payment-methods div.address .address-name,
  .my-account div#saved-address div.address .address-name {
    display: block;
  }
  .my-account div#ma-address-book div.address .edit-address-link a,
  .my-account div#ma-payment-methods div.address .edit-address-link a,
  .my-account div#saved-address div.address .edit-address-link a,
  .my-account div#ma-address-book div.address .delete-address-link a,
  .my-account div#ma-payment-methods div.address .delete-address-link a,
  .my-account div#saved-address div.address .delete-address-link a {
    color: #626469;
  }
  .my-account div#ma-address-book div.address .make-primary,
  .my-account div#ma-payment-methods div.address .make-primary,
  .my-account div#saved-address div.address .make-primary {
    display: block;
    text-align: center;
    padding: 5px 0;
  }
  .my-account div#ma-address-book div.address .btn-with-icon .glyphicon,
  .my-account div#ma-payment-methods div.address .btn-with-icon .glyphicon,
  .my-account div#saved-address div.address .btn-with-icon .glyphicon {
    margin-right: 5px;
  }
}
.my-account div#ma-address-book div.address:hover,
.my-account div#ma-payment-methods div.address:hover,
.my-account div#saved-address div.address:hover {
  -webkit-box-shadow: 1px 1px 5px 2px #cccccc;
  box-shadow: 1px 1px 5px 2px #cccccc;
}
.my-account div#ma-address-book div.address.highlight,
.my-account div#ma-payment-methods div.address.highlight,
.my-account div#saved-address div.address.highlight {
  border: 2px solid #4fa600;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .my-account div#ma-address-book div.address.highlight,
  .my-account div#ma-payment-methods div.address.highlight,
  .my-account div#saved-address div.address.highlight {
    border-width: 1px;
    border-top-width: 5px;
  }
}
.my-account div#ma-address-book div.address span.glyphicon,
.my-account div#ma-payment-methods div.address span.glyphicon,
.my-account div#saved-address div.address span.glyphicon {
  color: #4fa600;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .my-account div#ma-address-book div.address span.glyphicon.glyphicon-pencil,
  .my-account div#ma-payment-methods div.address span.glyphicon.glyphicon-pencil,
  .my-account div#saved-address div.address span.glyphicon.glyphicon-pencil,
  .my-account div#ma-address-book div.address span.glyphicon.glyphicon-trash,
  .my-account div#ma-payment-methods div.address span.glyphicon.glyphicon-trash,
  .my-account div#saved-address div.address span.glyphicon.glyphicon-trash {
    color: #626469;
  }
}
.my-account div#ma-address-book div.address a,
.my-account div#ma-payment-methods div.address a,
.my-account div#saved-address div.address a {
  display: inline-block;
  margin-right: 20px;
}
.my-account div#ma-address-book .btn-edit,
.my-account div#ma-payment-methods .btn-edit,
.my-account div#saved-address .btn-edit {
  font-weight: bold;
  margin-right: 20px;
  padding: 0;
  border: 0;
  color: #336699;
}
.my-account div#ma-address-book div.address {
  height: 250px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .my-account div#ma-address-book div.address {
    height: auto;
  }
}
.my-account div#saved-address div.address {
  height: 300px;
}
.my-account div.address-book-content,
.my-account div.payment-method-content {
  margin-bottom: 20px;
}
.my-account div#saved-address div.address {
  margin: 0 0 20px 0;
}
.my-account div#saved-address div.address input[type="radio"] {
  margin-top: 2px;
}
.my-account .order-details-content div.row {
  margin-bottom: 20px;
}
.my-account .order-details-content div.row:last-child {
  margin-bottom: 0;
}
.my-account .order-details-content .main-title {
  color: #4fa600;
  font-size: 12px;
  font-weight: bold;
}
.my-account .order-details-content .main-title .addressblock {
  color: #626469;
  line-height: 20px;
  margin-top: 10px;
}
.my-account .order-details-content .main-title .addressblock .orderprocess {
  margin-top: 10px;
}
.my-account .order-details-content strong {
  color: #4fa600;
  font-size: 11px;
  text-transform: uppercase;
}
.my-account .order-details-content strong.text-capitalize {
  text-transform: capitalize;
}
.my-account .order-details-content address {
  margin-bottom: 0;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .my-account .order-details-content {
    font-size: 14px;
  }
  .my-account .order-details-content .main-title,
  .my-account .order-details-content strong {
    color: #4fa600;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 10px 0;
  }
  .my-account .order-details-content .main-title {
    padding: 20px 10px;
  }
}
.my-account .order-details-table table.summary {
  line-height: 3;
  margin-bottom: 20px;
  width: 35%;
}
.my-account .order-details-table table.summary td,
.my-account .order-details-table table.summary th {
  text-align: right;
}
.my-account .order-details-table table.summary tfoot {
  border-top: 1px solid #cccccc;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .my-account .order-details-table .apc-table {
    border-top: 10px solid #f4f4f4;
    border-bottom: 10px solid #f4f4f4;
  }
  .my-account .order-details-table .apc-table td {
    border-top-width: 1px;
    padding: 10px;
  }
  .my-account .order-details-table .apc-table td .cell-label.green-font {
    color: #4fa600;
  }
  .my-account .order-details-table table.summary {
    float: none !important;
    font-size: 14px;
    width: 100%;
  }
  .my-account .order-details-table table.summary tr {
    border-top: 1px solid #f4f4f4;
  }
  .my-account .order-details-table table.summary td,
  .my-account .order-details-table table.summary th {
    border: none;
    display: block;
    text-align: left;
    padding: 0 10px;
  }
  .my-account .order-details-table table.summary tfoot {
    background-color: #f4f4f4;
    color: #4fa600;
    border: 2px solid #cccccc;
    border-width: 2px 0 2px 0;
  }
  .my-account .order-details-table table.summary tfoot tr {
    border: none;
  }
}
.my-account .bankdetails {
  margin: 10px 0;
  font-weight: normal;
}
.my-account .bankdetails .heading {
  font-weight: bold;
  width: 25%;
}
.my-account .removeNotice {
  width: 100%;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 4px 4px 4px 10px;
  display: none;
  background-color: #eaeaea;
}
.my-account #ma-mylist {
  margin-bottom: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .my-account #ma-mylist h1.page-header {
    margin-left: 0;
  }
}
.my-account #ma-mylist .custom-button {
  border: 1px solid #cccccc;
  border-radius: 3px;
  cursor: pointer;
  float: left;
  margin: 0 15px 15px 0;
  padding: 7px 7px;
}
.my-account #ma-mylist .custom-button span {
  color: #4fa600;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .my-account #ma-mylist .custom-button span {
    margin-right: 5px;
  }
}
.my-account #ma-mylist .custom-button.select-all label {
  white-space: nowrap;
}
.my-account #ma-mylist .custom-button.disabled {
  cursor: default;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .my-account #ma-mylist .custom-button {
    float: none;
    text-align: center;
  }
}
.my-account #ma-mylist .select-all label {
  font-weight: normal;
  margin: 0;
}
.my-account #ma-mylist .select-all label input {
  margin: 0 3px 0 0;
  vertical-align: middle;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .my-account #ma-mylist .select-all {
    border: none;
    text-align: left;
  }
}
.my-account #ma-mylist .button-panel .add-all {
  margin-bottom: 15px;
}
.my-account #ma-mylist td.select div {
  float: left;
}
.my-account #ma-mylist td.select div:first-child {
  margin-right: 10px;
  margin-top: 25%;
}
.my-account #ma-mylist .line-strike,
.my-account #ma-mylist .price-active {
  display: block;
}
.my-account #ma-mylist .price-active {
  font-weight: bold;
}
.my-account #ma-mylist .nav li a {
  padding: 2px;
  display: inline-block;
}
.my-account #ma-taxID .calendar-group {
  display: inline-block;
  padding: 0 0 0 20px;
}
.my-account #ma-taxID .provinceTaxExcem,
.my-account #ma-taxID .taxExcemption {
  display: none;
}
.my-account #ma-taxID .email-calltoAction {
  display: block !important;
  font-weight: bold;
  font-size: 12px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .my-account #ma-taxID .content-panel.info-block {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .my-account#content-area div.content-panel {
    padding: 0;
    margin-bottom: 10px;
  }
  .my-account#content-area div.content-panel.info-block {
    padding: 20px 10px 10px;
  }
}
@media only screen and (min-width: 961px) {
  .my-account .table-mylist .mobile-display-name {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .my-account .table-mylist {
    border: none;
    margin-bottom: 0;
  }
  .my-account .table-mylist .table.apc-table {
    border: none;
  }
  .my-account .table-mylist .table.apc-table thead {
    display: none;
  }
  .my-account .table-mylist .table.apc-table .my-list-item {
    border: 1px solid #cccccc;
    border-radius: 3px;
    border-top-width: 0;
    display: block;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    margin-bottom: 30px;
  }
  .my-account .table-mylist .table.apc-table .my-list-item td {
    background: none;
    display: block;
    padding: 5px 10px;
    white-space: initial;
  }
  .my-account .table-mylist .table.apc-table .my-list-item td.select {
    float: left;
  }
  .my-account .table-mylist .table.apc-table .my-list-item td.select div {
    margin-top: 15px;
  }
  .my-account .table-mylist .table.apc-table .my-list-item td.mylist-icon {
    padding: 0;
  }
  .my-account .table-mylist .table.apc-table .my-list-item td.mylist-icon .calltoAction {
    margin-bottom: 0;
  }
  .my-account .table-mylist .table.apc-table .my-list-item td .add-to-cart {
    border-top: 1px solid #f7f7f7;
    display: block;
    padding: 5px 0 ;
    text-align: center;
  }
  .my-account .table-mylist .table.apc-table .my-list-item td.gray-pad {
    background-color: #f4f4f4;
  }
  .my-account .table-mylist .table.apc-table .my-list-item .desktop-product-description {
    display: none;
  }
  .my-account .table-mylist .table.apc-table .my-list-item .mobile-display-name {
    margin: 10px 0;
  }
  .my-account .table-mylist .table.apc-table .remove,
  .my-account .table-mylist .table.apc-table .email {
    padding: 5px 0;
  }
  .my-account .table-mylist .table.apc-table .remove a,
  .my-account .table-mylist .table.apc-table .email a {
    color: #626469;
    padding-left: 3px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #mdlConfirmDelete .modal-body p {
    padding: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .modal .modal-body,
  .modal-dialog .modal-body {
    padding: 0;
  }
  .modal .modal-body .gray-pad,
  .modal-dialog .modal-body .gray-pad {
    padding: 10px;
  }
  .modal .modal-footer,
  .modal-dialog .modal-footer {
    border: none;
  }
  .modal .modal-footer .btn + .btn,
  .modal-dialog .modal-footer .btn + .btn {
    margin-left: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .btn-link {
    font-size: 14px;
    font-family: Arial;
  }
}
@media only screen and (min-width: 961px) {
  .login-register .why-create {
    float: left;
    width: 16%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .login-register .remember-me {
    margin-bottom: 20px;
  }
  .login-register .forgot-password {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  div#content-area.login-register div.sign-in-content.content-panel {
    margin-bottom: 0;
  }
}
#product-grid {
  margin-top: 20px;
}
#product-grid div.promocard:hover {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #95979c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #95979c;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #product-grid {
    margin-top: 40px;
  }
  #product-grid .page-header {
    border-bottom: 1px solid #eaeaea;
    margin: 0 10px 20px 10px;
    padding-bottom: 10px;
  }
  #product-grid .page-header + p {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin: 0 10px 20px 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #product-grid p {
    margin-bottom: 0;
    margin-left: 15px;
  }
}
#product-grid div.banner {
  margin-bottom: 20px;
  margin-top: 20px;
}
#product-grid div.banner p {
  font-size: 18px;
  margin: 5px 0;
}
#product-grid div.banner p strong {
  color: #00962d;
}
#product-grid div.banner a {
  float: right;
  text-decoration: none;
  width: 100%;
}
@media only screen and (min-width: 961px) {
  #product-grid div.banner a {
    background-color: #00962d;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
  }
  #product-grid div.banner a:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #product-grid div.banner a {
    text-decoration: underline;
  }
}
#product-grid div.banner a.call-link {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #product-grid div.banner p .description-text {
    display: block;
    margin-bottom: 20px;
  }
  #product-grid div.banner a.call-link {
    display: inline;
    float: none;
    text-decoration: none;
  }
}
#product-grid div.item {
  /*background: lighten(@apc-gray-bg, 3%);
		@shadow: 1px 1px 0 0 lighten(@apc-gray, 50%);
		.box-shadow(@shadow);
		*/
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #product-grid div.item {
    border-width: 1px 0 1px 0;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px 0;
    margin-bottom: 0;
    margin-top: -1px;
  }
}
#product-grid div.item:hover {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #95979c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #95979c;
}
#product-grid div.item > div {
  padding: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #product-grid div.item > div {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #product-grid div.item > div.product-name,
  #product-grid div.item > div.product-help-choose {
    padding-left: 20px;
  }
}
#product-grid div.product-name {
  text-align: center;
}
@media only screen and (min-width: 961px) {
  #product-grid div.product-name {
    height: 65px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #product-grid div.product-name {
    order: 2;
    padding-left: 20px;
    text-align: left;
    margin: auto 0;
    width: 60%;
  }
  #product-grid div.product-name a {
    line-height: 20px;
  }
  #product-grid div.product-name .help-me-choose-mobile-link {
    text-decoration: underline;
    color: #337ab7;
    text-transform: none;
    text-transform: capitalize;
  }
}
#product-grid div.product-name h2 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
#product-grid div.product-name h2 a {
  line-height: 1.4em;
}
#product-grid div.product-name a {
  color: #626469;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #product-grid div.product-name a {
    font-size: 14px;
  }
}
#product-grid div.product-image {
  /*
		height: 120px;
		overflow: hidden;
		*/
  /*
		img {
			height: auto;
			width: 100%;
		}
		*/
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #product-grid div.product-image {
    order: 1;
    width: 30%;
    margin: auto 0;
  }
}
#product-grid div.product-image a {
  display: block;
  text-align: center;
}
#product-grid div.product-image img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
#product-grid div.product-reading {
  height: 75px;
  overflow: hidden;
}
#product-grid div.product-reading span {
  display: block;
}
#product-grid div.product-desc {
  box-sizing: content-box;
  line-height: 18px;
  min-height: 80px;
}
#product-grid div.product-desc div.description {
  margin-bottom: 5px;
}
#product-grid div.product-desc div.description p {
  margin-bottom: 0;
}
#product-grid div.product-desc a.readmore,
#product-grid div.product-desc a.readless {
  display: block;
  text-align: right;
}
#product-grid .product-chevron {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #product-grid .product-chevron {
    order: 3;
    width: 10%;
    padding-right: 10px;
    background-image: url(/static/images/arrow-grey.svg);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
  }
}
#product-grid div.product-view {
  height: 50px;
}
@media only screen and (min-width: 961px) {
  #product-grid div.product-help-choose {
    height: 65px;
  }
}
@media only screen and (min-width: 961px) {
  #product-grid div.product-help-choose a {
    background-color: #00962d;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
  }
  #product-grid div.product-help-choose a:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #product-grid div.product-help-choose a {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #product-grid div.product-help-choose {
    margin-top: 20px;
    width: 100%;
  }
}
#product-grid div.product-sublink {
  /*
		background: @apc-gray-bg;
		border-top: 1px solid @apc-gray-border;
		*/
  box-sizing: content-box;
  line-height: 18px;
  min-height: 115px;
}
#product-grid div.product-sublink p {
  font-size: 13px;
  text-transform: uppercase;
}
#product-grid div.product-sublink div.sublink {
  margin-bottom: 5px;
}
#product-grid div.product-sublink a.readmore,
#product-grid div.product-sublink a.readless {
  background-color: #eaeaea;
  background-repeat: no-repeat;
  background-position: 5% 50%, 95% 50%;
  color: #00962d;
  display: block;
  font-size: 13px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
#product-grid div.product-sublink a.readmore {
  background-image: url(/static/images/green-arrow-down.png), url(/static/images/green-arrow-down.png);
}
#product-grid div.product-sublink a.readless {
  background-image: url(/static/images/green-arrow-up.png), url(/static/images/green-arrow-up.png);
}
#product-grid div.product-sublink ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#product-grid div.product-sublink ul li {
  padding: 0 0 0 15px;
  position: relative;
  margin: 0;
}
#product-grid div.product-sublink ul li:before {
  content: "";
  border-radius: 50%;
  background-color: #4fa600;
  display: inline-block;
  height: 6px;
  left: 0;
  margin: 0 10px 0 3px;
  position: absolute;
  opacity: 0.729;
  top: 5px;
  width: 6px;
}
#product-grid div.product-sublink ul h3 {
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 18px;
}
div#product-grid div.description[data-showmore] {
  transition: height 500ms;
  overflow: hidden;
  position: relative;
}
/*
div#product-grid div.description[data-link="readmore"] {
	&:after {
		background: lighten(@apc-gray-bg, 3%);
		content: "[...]";
		font-weight: bold;
		display: inline;
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

div#product-grid div.description[data-link="readless"] {
	&:after {
		content: "";
	}
}
*/
div#product-grid div.sublink[data-showmore] {
  transition: height 500ms;
  overflow: hidden;
}
@media only screen and (min-width: 961px) {
  #family-page .accordion-block .accordion-title h5 {
    display: none;
  }
}
#family-page div.family-description {
  line-height: 18px;
}
#family-page div.family-description div.description {
  margin-bottom: 5px;
}
#family-page div.family-description div.description[data-showmore] {
  transition: height 500ms;
  overflow: hidden;
  position: relative;
}
#family-page div.family-description div.description p {
  margin-bottom: 0;
}
#family-page div.family-description a.readmore,
#family-page div.family-description a.readless {
  display: block;
  text-align: right;
}
#family-page div.banner {
  background: #eaeaea;
  margin: 20px 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
#family-page div.banner p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
#family-page div.banner a {
  float: right;
  width: 100%;
}
@media only screen and (min-width: 961px) {
  #family-page div.banner a {
    background-color: #00962d;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
  }
  #family-page div.banner a:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #family-page div.banner a {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 961px) {
  #family-page .family-table {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #family-page {
    font-size: 14px;
  }
  #family-page .nav-tabs li {
    display: inline-block;
    float: none;
    margin-left: -5px;
  }
  #family-page div.banner a {
    text-decoration: none;
  }
  #family-page div.family-description a.readmore,
  #family-page div.family-description a.readless {
    font-size: 14px;
    text-align: left;
    margin: 10px 0 20px;
    text-decoration: underline;
  }
}
#modelInformation {
  border-width: 0;
  padding: 0;
}
#modelInformation div.model-filter-facets {
  z-index: 1;
}
#modelInformation form[name="form-filter-facets"] {
  background-color: #fff;
  width: 100%;
}
#modelInformation form[name="form-filter-facets"] label {
  font-weight: normal;
  white-space: nowrap;
}
#modelInformation form[name="form-filter-facets"] span.glyphicon {
  color: #00962d;
}
#modelInformation form[name="form-filter-facets"] div.form-group {
  float: left;
  padding-right: 20px;
  width: 25%;
}
#modelInformation form[name="form-filter-facets"] div.form-group.last-child {
  margin-right: 0;
}
#modelInformation form[name="form-filter-facets"] div.form-group:last-child {
  margin-right: 0;
}
#modelInformation form[name="form-filter-facets"] div.form-group a.btn-default {
  padding: 4px 6px;
  width: 100%;
}
#modelInformation form[name="form-filter-facets"] div.btn-group {
  width: 100%;
}
#modelInformation div.model-information-table table.apc-table {
  background-color: #fff;
  border: 1px solid #fff;
  border-collapse: separate;
  border-spacing: 1px;
}
#modelInformation div.model-information-table table.apc-table thead {
  background-color: #fff;
}
#modelInformation div.model-information-table table.apc-table thead th {
  background: #a1a1a1;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
}
#modelInformation div.model-information-table table.apc-table thead th.tablesorter-headerAsc {
  background: #a1a1a1;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 4px 18px 4px 18px;
  white-space: normal;
  cursor: pointer;
}
#modelInformation div.model-information-table table.apc-table thead th.tablesorter-headerDesc {
  background: #a1a1a1;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 4px 18px 4px 18px;
  white-space: normal;
  cursor: pointer;
}
#modelInformation div.model-information-table table.apc-table thead th.tablesorter-imageHead {
  background: #a1a1a1;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
  cursor: none;
}
#modelInformation div.model-information-table table.apc-table thead th.tablesorter-headerUnSorted {
  background: #a1a1a1;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 4px 18px 4px 18px;
  white-space: normal;
  cursor: pointer;
}
#modelInformation div.model-information-table td.sub-heading {
  background-color: #fff;
  border-color: #a1a1a1;
  border-style: solid;
  border-width: 0 0 1px 0;
  padding: 10px 0;
  text-align: left;
}
#modelInformation div.model-information-table td.sub-heading a {
  color: #336699;
  font-weight: bold;
}
#modelInformation div.model-information-table td.blank-row {
  background-color: #fff;
}
#modelInformation div.model-information-table td.add-to-cart {
  padding: 5px 0;
  vertical-align: middle;
}
@media only screen and (min-width: 961px) {
  #modelInformation div.model-information-table td.add-to-cart a {
    background: #00962d;
    color: #fff;
    display: block;
    font-size: 10px;
    height: 100%;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
  }
}
#modelInformation div.model-information-table td.add-to-cart .btn-nogrd-green {
  font-size: 10px;
  text-transform: uppercase;
  white-space: normal;
}
#modelInformation div.model-filter-facets {
  margin: 0;
}
#modelInformation div.model-filter-facets table {
  margin-bottom: 0;
}
#modelInformation div.filter-breadcrumb {
  border: 1px solid #a1a1a1;
  display: table;
  margin-bottom: 20px;
  width: 100%;
}
#modelInformation div.filter-breadcrumb > div {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}
#modelInformation div.filter-breadcrumb div.filter-head {
  background-color: #eaeaea;
  width: 20%;
}
#modelInformation div.filter-breadcrumb div.filter-list {
  background-color: #fff;
  width: 80%;
}
#modelInformation div.filter-breadcrumb span.heading,
#modelInformation div.filter-breadcrumb a.clear-all {
  display: block;
  font-weight: bold;
  text-align: center;
}
#modelInformation div.filter-breadcrumb a.clear-all {
  font-size: 10px;
  padding-top: 3px;
  margin-right: 0;
  text-transform: uppercase;
}
#modelInformation div.filter-breadcrumb span {
  color: #00962d;
}
#modelInformation div.filter-breadcrumb a {
  color: #626469;
  display: inline-block;
  margin-right: 20px;
  text-decoration: none;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #modelInformation .accordion-paddings {
    padding: 0 10px;
  }
  #modelInformation .mobile-table .table.apc-table {
    border-collapse: collapse;
  }
  #modelInformation .mobile-table .table.apc-table tr {
    border-top: 7px solid #f4f4f4;
  }
  #modelInformation .mobile-table .table.apc-table td {
    border-top: 1px solid #f4f4f4;
    white-space: normal;
  }
  #modelInformation .mobile-table .table.apc-table td:last-child {
    border-bottom-width: 0;
  }
  #modelInformation .mobile-table .table.apc-table td:first-child {
    border-top-width: 0;
  }
  #modelInformation .mobile-table .table.apc-table td .product-name {
    font-size: 16px;
  }
  #modelInformation .mobile-table .table.apc-table td.add-to-cart {
    border: none;
  }
  #modelInformation .mobile-table .table.apc-table .call-for-avb {
    background-color: #f4f4f4;
    display: block;
    font-size: 12px;
    padding: 5px;
    text-align: center;
  }
  #modelInformation form[name="form-filter-facets"] div.form-group {
    float: none;
    padding-right: 0;
    width: 100%;
  }
  #modelInformation div.filter-breadcrumb {
    border: none;
    display: flex;
    flex-direction: column-reverse;
    padding: 0 10px;
  }
  #modelInformation div.filter-breadcrumb > div {
    padding: 5px  0;
  }
  #modelInformation div.filter-breadcrumb .glyphicon {
    margin-left: 5px;
  }
  #modelInformation div.filter-breadcrumb .heading-4 {
    order: 1;
    font-weight: bold;
    color: #4fa600;
    margin: 10px 0;
  }
  #modelInformation div.filter-breadcrumb div.filter-head {
    background-color: #fff;
    width: 100%;
  }
  #modelInformation div.filter-breadcrumb a.clear-all {
    border: 1px solid #626469;
    padding: 10px;
    font-size: 14px;
  }
  #modelInformation div.filter-breadcrumb span.heading {
    display: none;
  }
  #modelInformation div.filter-breadcrumb div.filter-list {
    display: block;
    width: 100%;
  }
  #modelInformation div.filter-breadcrumb div.filter-list a {
    display: inline-block;
    height: auto;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f4f4f4;
    padding: 10px;
    margin: 10px 10px 0 0;
  }
}
#compareModels {
  /* new styles for compare models : start */
  /* new styles for compare models : end */
  /* old styles for compare models
    background-color:@apc-gray-bg;

    form#form-compare-modal {
        margin-bottom: 20px;
    }

    .apc-table{
        margin-bottom:0;
        img{
            max-width: 200px;
        }
    }
    .productFamily-error-message-required,
    .partNo-error-message-required{
        display: none;
        float: left;
        margin-top:5px;
        color:@apc-red;
    }
    .compare-title{
        font-size:15px;
        color:@white;
        background-color:@apc-green;
        font-weight:200;
        height:26px;
        padding:4px;
        margin-top:0;
        padding-left: 10px;
        margin-left: -7px;
        margin-right: -7px;

    }


    .runtime {
        clear:both;
        font-weight:normal;
    }

    #txtRuntime{
        width:35%;
        padding: 6px 5px;
    }

    // .compare-title.last-child{
    // 	margin-right:15px;
    // }

    .btn-row{
        border-top:1px solid @apc-light-grey;
        padding-top: 10px;
    }

    .continue{
        margin-right:12px;
    }

    .col-md-4{
        padding:0;
    }

    .col-md-4:first-child{
        .content{
            border-left: 0;
        }
        // padding-left:15px;
    }

    .content{
        padding:7px;
        padding-top: 0;
        border-left: solid 1px @apc-light-grey;
    }

    .td-drp{
        background-color:@apc-gray-bg !important;
        // min-width: 62%;
        width: auto;
        width: 23%;
        border-right:@white;
    }

    .note{
        display: block;
    }

    .compare-result{
        position: absolute;
        top: 0px;
        float: left;
        width: 22.2%;
        .content{
            padding: 9px;
            padding-top: 0;
        }

        .compare-title{
            height:35px;
            // margin-left: -21px;
            font-weight:bold;
            font-size:12px;
            padding-top:12px;
            // max-width: 85%;
        }
        .compare-title.lastchild{
            margin-right: 8px;
        }
    }

    .form-group{
        // width:68%;
    }

    .price{
        display:block;
        font-weight:bold;
        min-height: 30px;

    }

    .panel-title{
        font-size:12px;
        font-weight:bold;
    }

    .panel-heading a:after {
        font-family:'Glyphicons Halflings';
        content:"\2212";
        float: left;
        color: grey;
    }

    .panel-heading a.collapsed:after {
        content:"\2b";
    }

    h3{
        font-weight:bold;
        color:@apc-green;
        font-size:14px;
    }

    tbody {
        tr:nth-child(odd) td, tr:nth-child(even) td {
            background: lighten(@apc-gray-bg, 4%);
        }

    }

    div#TechnicalSpec {
        h3 {
            border-bottom: 2px solid @apc-gray-border-dark;
            padding-bottom: 5px;
        }
    }
    */
}
#compareModels table {
  table-layout: fixed;
  word-break: break-word;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #compareModels table {
    table-layout: auto;
    word-break: normal;
  }
}
#compareModels .compare-title {
  background-color: #4fa600;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  padding: 0 0 0 5px;
}
#compareModels img {
  display: block;
  height: auto;
  max-width: 100%;
}
#compareModels #txtRuntime {
  width: 35%;
  padding: 6px 5px;
}
#compareModels label {
  font-weight: normal;
}
#compareModels form#form-compare-modal,
#compareModels div.table-responsive {
  margin-bottom: 20px;
}
#compareModels .btn-addtoCart {
  white-space: normal;
}
#compareModels div.compare-first {
  background-color: #f4f4f4;
}
#compareModels div.compare-first div.col-md-4 {
  padding: 0;
}
#compareModels div.compare-first div.col-md-4:first-child .content {
  border-left: 0;
}
#compareModels div.compare-first div.search-panel {
  padding: 7px;
  padding-top: 0;
  border-left: solid 1px #E2E2E2;
}
#compareModels div.compare-first h2.compare-title {
  margin: 0 -7px 10px -7px;
}
#compareModels div.compare-first div.btn-row {
  border-top: 1px solid #E2E2E2;
  padding-top: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #compareModels div.compare-first div.btn-row {
    border: none;
  }
}
#compareModels table.wrapper-table {
  background-color: #e0e0e0;
  border-spacing: 1px;
  border-collapse: separate;
}
#compareModels table.wrapper-table td {
  background-color: #fff;
}
#compareModels table.wrapper-table td.td-drp {
  background-color: #fcfcfc;
  vertical-align: top;
  width: 25%;
}
#compareModels table.wrapper-table td.td-drp div.search-panel {
  padding: 5px;
}
#compareModels table.wrapper-table td h3.compare-title {
  margin: 1px;
}
#compareModels table.apc-table {
  background-color: #f4f4f4;
  border: none;
  border-spacing: 1px;
  border-collapse: separate;
  margin: 0;
  table-layout: fixed;
}
#compareModels table.apc-table tr:nth-child(odd) > td {
  background-color: #fff;
}
#compareModels table.apc-table tr:nth-child(even) > td {
  background-color: #fcfcfc;
}
#compareModels .productFamily-error-message-required,
#compareModels .partNo-error-message-required {
  display: none;
  margin-top: 5px;
  color: #e03007;
}
#compareModels div.panel div.panel-body {
  padding: 3px;
}
#compareModels div.panel h3 {
  color: #4fa600;
  font-size: 16px;
  margin: 10px 0;
}
#compareModels div.panel tr {
  border-bottom: 1px solid #e0e0e0;
}
#compareModels div.panel .panel-heading a:after {
  font-family: 'Glyphicons Halflings';
  content: "\2212";
  float: left;
  color: grey;
  padding-right: 5px;
}
#compareModels div.panel .panel-heading a.collapsed:after {
  content: "\2b";
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #compareModels table.apc-table {
    table-layout: auto;
    word-break: normal;
  }
}
/*
div.compare-model-table {

    table.apc-table {
        border-spacing: 1px;
        border-collapse: separate;
    }

    .compare-search {
        background-color: @apc-gray-bg;
        td, th {
            background-color: @apc-gray-bg;
        }
    }
}
*/
/* ******************** sticky container ******************** */
div#sticky-container {
  border-width: 0;
  padding: 0;
}
div#right-navigation {
  margin: 0;
}
div#right-navigation #family-videos > div {
  margin-top: 20px;
}
div#right-navigation #family-videos div.video {
  cursor: pointer;
  position: relative;
}
div#right-navigation #family-videos div.video img.play {
  position: absolute;
  left: 43%;
  top: 40%;
}
/* ******************** compare models ******************** */
#mdlWattCalculator .convert {
  margin-top: 16px;
}
#family-page #mdlWattCalculator [class*="col-md-"] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #featuresBenefits .table-responsive .table.apc-table {
    border: none;
  }
  #featuresBenefits .table-responsive .table.apc-table thead th {
    padding: 5px 10px;
  }
  #featuresBenefits .table-responsive .table.apc-table tbody tr td {
    display: block;
    white-space: initial;
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .mobile-help-button {
    background-color: #00962d;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
  }
  .mobile-help-button:hover {
    text-decoration: none;
    color: #fff;
  }
}
#family-videos {
  padding: 0px !important;
}
/*
.apc-carousel-wrap {
    background: @apc-gray-bg;
    margin: 0 0 20px 0;
}

.apc-carousel {
    color: @apc-gray;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    width: 85%;

    div.slider {
        img {
            display: block;
            height: auto;
            max-width: 100%;
            margin: 0 auto;
        }
    }

    div.slider-content-wrap {
        font-size: 13px;
        margin: 5px;
        text-align: center;

        span, a {
            display: block;
            padding: 2px 0;
            text-transform: uppercase;

            &.price {
                font-weight: bold;
            }
        }
        a.title {
            font-weight: bold;
            text-transform: none;
        }
    }

    > a {
        background: url('../images/carousel-arrow.png') no-repeat top right;
        height: 60px;
        display: block;
        position: absolute;
        text-indent: -9999px;
        top: 30%;
        width: 65px;

        &.slick-disabled {
            .opacity(0.3);
        }

        &.slick-prev {
            left: -65px;
        }

        &.slick-next {
            background-position: top left;
            right: -65px;

        }
    }
}
*/
.apc-carousel {
  background: #f4f4f4;
  border-radius: 5px;
  padding: 20px 100px;
  position: relative;
  margin: 20px auto;
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .apc-carousel .carousel-navigation-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .apc-carousel {
    background: none;
    padding: 0;
  }
  .apc-carousel .carousel-navigation-wrapper {
    display: block;
    position: relative;
  }
  .apc-carousel .carousel-navigation-wrapper .nav-icon {
    background-size: contain;
    background-repeat: no-repeat;
    height: 25px;
    display: block;
    text-indent: -9999px;
    width: 10%;
  }
  .apc-carousel .carousel-navigation-wrapper .nav-icon.disabled {
    opacity: .5;
  }
  .apc-carousel .carousel-navigation-wrapper .nav-icon.prev {
    background-image: url(/static/images/mobile-carousel-arrow.svg);
    transform: rotate(180deg);
    float: left;
  }
  .apc-carousel .carousel-navigation-wrapper .nav-icon.next {
    background-image: url(/static/images/mobile-carousel-arrow.svg);
    float: right;
  }
  .apc-carousel .carousel-navigation-wrapper .video-count {
    float: left;
    text-align: center;
    width: 80%;
  }
  .apc-carousel .carousel-navigation-wrapper .video-count .current-number {
    color: #626469;
  }
  .apc-carousel .carousel-navigation-wrapper .video-count .total-number {
    color: #999999;
  }
}
.apc-carousel div.slider div.slider-image-wrap,
.apc-carousel div.slider a.slider-image-wrap {
  display: block;
  font: 0/0 a;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  /* create a full-height inline block pseudo=element */
}
.apc-carousel div.slider div.slider-image-wrap:before,
.apc-carousel div.slider a.slider-image-wrap:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.apc-carousel div.slider div.slider-image-wrap img,
.apc-carousel div.slider a.slider-image-wrap img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.apc-carousel div.slider div.slider-image-wrap.imglink:before {
  display: none;
}
.apc-carousel div.slider img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .apc-carousel div.slider {
    white-space: nowrap;
  }
  .apc-carousel div.slider > div {
    display: inline-block;
  }
}
.apc-carousel div.slider-content-wrap {
  font-size: 13px;
  margin: 0 10px;
  text-align: center;
}
.apc-carousel div.slider-content-wrap span,
.apc-carousel div.slider-content-wrap a {
  display: block;
  padding: 2px 0;
  text-transform: capitalize;
}
.apc-carousel div.slider-content-wrap a:hover {
    text-decoration: none;
}
.apc-carousel div.slider-content-wrap span.price,
.apc-carousel div.slider-content-wrap a.price {
  font-weight: bold;
}
.apc-carousel div.slider-content-wrap .btn {
  white-space: normal;
}
.apc-carousel div.slider-content-wrap a.title {
  font-weight: bold;
  text-transform: none;
}
.apc-carousel div.slider-content-wrap > div:last-child {
  padding-top: 10px;
}
.apc-carousel > a {
  background: url('/static/images/carousel-arrow.png') no-repeat top right;
  height: 60px;
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 30%;
  width: 65px;
}
.apc-carousel > a.slick-disabled {
  opacity: 0;
  filter: alpha(opacity=0);
}
.apc-carousel > a.slick-prev {
  left: 25px;
}
.apc-carousel > a.slick-next {
  background-position: top left;
  right: 25px;
}
div#product-videos div.slider-content-wrap {
  cursor: pointer;
}
div#product-videos div.video {
  cursor: pointer;
  position: relative;
}
div#product-videos div.video img.play {
  position: absolute;
  left: 43%;
  top: 40%;
}
div#family-videos div.slider-content-wrap {
  cursor: pointer;
  margin: 0;
}
#descrptnABC {
  width: 250px;
  overflow: hidden;
  height: 52px;
}
#descrptnABC p {
  font-size: 12px;
  margin: 10px 0;
  text-align: left;
  float: left;
  line-height: 16px;
}
.family-video-carousel {
  background-color: #fff;
}
#family-videos p {
  font-size: 12px;
  margin: 10px 0;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  max-width: 100%;
  word-wrap: break-word;
  height: 35px;
  white-space: normal;
  line-height: 16px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #4FA600;
  background-image: -moz-linear-gradient(top, #87D300, #4FA600);
  background-image: -ms-linear-gradient(top, #87D300, #4FA600);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#87D300), to(#4FA600));
  background-image: -webkit-linear-gradient(top, #87D300, #4FA600);
  background-image: -o-linear-gradient(top, #87D300, #4FA600);
  background-image: linear-gradient(top, #87D300, #4FA600);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87D300', endColorstr='#4FA600', GradientType=0);
  border-color: #4FA600 #4FA600 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #4FA600;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #4FA600 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #87D300, #4FA600);
  background-image: -ms-linear-gradient(top, #87D300, #4FA600);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#87D300), to(#4FA600));
  background-image: -webkit-linear-gradient(top, #87D300, #4FA600);
  background-image: -o-linear-gradient(top, #87D300, #4FA600);
  background-image: linear-gradient(top, #87D300, #4FA600);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87D300', endColorstr='#4FA600', GradientType=0);
  border-color: #4FA600 #4FA600 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #4FA600;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*Styles for Product level page*/
#pdp {
  /* ******************** Search ******************** */
}
#pdp .contentRight,
#pdp .contentLeft {
  float: left;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .contentRight,
  #pdp .contentLeft {
    float: none;
  }
}
#pdp .tabContainer {
  margin-bottom: 15px;
  margin-top: 15px;
}
#pdp .product-discontinued {
  border-radius: 5px;
  border: 2px solid #8AC007;
  width: 100%;
  border-left-width: 2px;
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 10px;
  border-right-width: 2px;
  padding-right: 0;
  /*float: left;*/
}
#pdp .sku-discontinued {
  height: 25px;
  text-align: center;
  background-color: #4fa600;
  float: left;
  width: 100%;
}
#pdp .sku-discontinued span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 4px;
  float: left;
}
#pdp .red-discontinued {
  color: #e03007;
  font-weight: bold;
}
#pdp .panel-discontinued {
  padding: 30px 0 0 5px;
}
#pdp .server-failure-panel {
  max-width: 262px;
  padding: 2px 2px 2px 8px;
}
#pdp .contentRight {
  width: 60%;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .contentRight {
    width: 100%;
  }
  #pdp .ps-widget {
    position: static;
    width: 100%;
  }
}
#pdp .contentRight h1 {
  color: #4fa600;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#pdp .contentRight .part-number {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .contentRight .part-number {
    font-size: 22px;
    padding: 0 10px;
    color: #626469;
  }
}
#pdp .main-area {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .main-area {
    float: none;
    width: 100%;
  }
}
#pdp #reviewArea {
  float: left;
  display: inline-block;
  margin-bottom: 8px;
}
#pdp #reviewArea .review {
  margin-bottom: 8px;
  float: left;
}
#pdp .rating-text {
  margin-top: 4px;
  float: right;
  font-weight: bold;
  font-size: 15px;
}
#pdp .review-links {
  font-size: 14px;
  font-weight: bold;
}
#pdp .review_body a {
  margin: 9px 0 0 12px;
  font-weight: bold;
  display: inline-block;
  float: left;
}
#pdp .rating-text {
  margin-top: 8px;
  float: right;
  font-weight: bold;
}
#pdp .rating {
  display: inline-block;
  background: transparent url(/static/images/stars.png) repeat-x scroll 0 0;
  height: 30px;
  width: 216px;
  margin-bottom: 8px;
  float: left;
}
#pdp .rating .ratingHighlight {
  display: inline-block !important;
  background: transparent url(/static/images/stars.png) repeat-x scroll 0 -43px;
  height: 30px;
}
#pdp .rating span {
  display: none;
}
#pdp .custom-rating .rating {
  background: transparent;
  width: auto;
  height: auto;
  float: none;
}
#pdp #rewardsMain {
  overflow: hidden;
}
#pdp #rewardsMain .rewards-wrap {
  white-space: nowrap;
}
#pdp #rewardsMain .rewards-wrap img {
  padding: 0 10px;
}
#pdp #rewardsMain .rewards {
  float: left;
  margin: 0 0 0 4px;
}
#pdp .rewardsSub2 {
  display: none;
  max-width: 560px;
  overflow: hidden;
  max-height: 58px;
}
#pdp .viewAllCertificate {
  float: left;
  display: block;
  clear: left;
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
}
#pdp .cartPanel {
  display: block;
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  width: 100%;
  float: left;
  padding: 24px 0 24px 0;
  margin-top: 10px;
}
#pdp .cartPanel .quantity {
  float: left;
  width: 20%;
  font-size: 13px;
}
#pdp .cartPanel .quantity input {
  width: 50px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .cartPanel {
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
  }
  #pdp .cartPanel .quantity {
    float: none;
    width: 100%;
  }
  #pdp .cartPanel .quantity .quantity-label {
    display: block;
    color: #626469;
    font-weight: bold;
    float: none;
    margin-top: 20px;
    text-align: center;
  }
}
#pdp .buttonPanel {
  float: right;
}
#pdp .buttonPanel .btn {
  display: block;
  margin: 4px 0 4px 4px;
  width: 260px;
}
#pdp .availability {
  float: left;
  width: 30%;
  font-size: 14px;
  font-weight: bold;
}
#pdp .availability .price {
  font-size: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .availability {
    float: none;
    width: 100%;
  }
}
#pdp .shortDescription {
  margin-bottom: 10px;
}
#pdp .servicePanel {
  padding: 10px 0 10px 0;
  float: left;
}
#pdp .servicePanel .partner {
  background-color: #eaeaea;
  color: #000;
  width: 286px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .servicePanel {
    display: flex;
    flex-direction: column-reverse;
    float: none !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  #pdp .servicePanel .locate-partner {
    background-color: #aeafb2;
    color: #fff;
    display: block;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
  }
}
#pdp .cta {
  float: left;
  width: 70%;
}
#pdp .cta div.quanity {
  width: 30%;
}
#pdp .cta div.button-group {
  width: 60%;
  float: right;
}
#pdp .cta div.form-group {
  vertical-align: top;
}
#pdp .cta label {
  display: block;
}
#pdp .cta input.qty {
  width: 50px;
}
#pdp .cta button.btn,
#pdp .cta input.btn,
#pdp .cta a.btn {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  margin-left: 0;
}
#pdp .cta .calltoAction {
  float: right;
  width: 60%;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .cta .calltoAction {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
}
#pdp .cta.noprice-nocart {
  width: 100%;
}
#pdp .cta.noprice-nocart .shortDescription {
  float: left;
  width: 50%;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .cta.noprice-nocart .shortDescription {
    float: none;
    width: 100%;
  }
}
#pdp .cta.noprice-nocart .calltoAction {
  float: left;
  margin-left: 5%;
  width: 45%;
}
#pdp .cta.noprice-nocart .includes {
  clear: both;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .cta {
    float: none;
    width: 100%;
  }
  #pdp .cta div.form-group {
    float: none;
    width: 100%;
  }
}
#pdp .status-small {
  font-size: 11px;
}
#pdp .contentLeft {
  width: 40%;
  margin-bottom: 15px;
}
#pdp .contentLeft .product {
  position: relative;
  text-align: center;
  display: block;
  height: 300px;
  width: 300px;
  margin: 0;
  border: 1px solid #e0e0e0;
  float: left;
}
#pdp .contentLeft .vertical-carousel {
  padding: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .contentLeft {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #pdp .contentLeft .product {
    border: none;
    float: none;
    order: 2;
    width: 100%;
  }
  #pdp .contentLeft .vertical-carousel {
    display: flex;
    flex-direction: column-reverse;
    order: 2;
  }
  #pdp .contentLeft .vertical-carousel .single-container {
    border: none;
    width: 100%;
  }
  #pdp .contentLeft .vertical-carousel .carousel {
    position: relative;
  }
  #pdp .contentLeft .vertical-carousel .carousel-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;
    min-height: 60px;
  }
  #pdp .contentLeft .vertical-carousel .carousel.vertical .item {
    display: flex;
    width: auto;
  }
  #pdp .contentLeft .vertical-carousel .carousel-control {
    position: absolute;
    top: 25px;
  }
  #pdp .contentLeft .vertical-carousel .carousel-control.left {
    transform: rotate(-90deg);
  }
  #pdp .contentLeft .vertical-carousel .carousel-control.right {
    transform: rotate(-90deg);
  }
}
#pdp .socialMediaPanel {
  display: block;
  float: left;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .socialMediaPanel {
    background-color: #fcfcfc;
    border: 1px solid #eaeaea;
    order: 1;
    float: none;
    padding: 0;
    width: 100%;
  }
}
#pdp .socialMediaLeft {
  margin: 0 0 0 20px;
  display: inline-block;
  width: 64%;
}
#pdp .socialMediaLeft span {
  float: left;
  margin-right: 20px;
}
#pdp .socialMediaRight {
  float: right;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .socialMediaRight span {
    width: 50%;
    padding: 10px 15px;
    margin-left: 0;
    border-right: 1px solid #eaeaea;
  }
}
#pdp ul.socialMedia,
#pdp ul.shareDetails {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#pdp ul.socialMedia li,
#pdp ul.shareDetails li {
  display: inline-block;
  list-style: none;
}
#pdp .previews {
  float: left;
  width: 70px;
  margin-right: 10px;
}
#pdp .previews a {
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  height: 68px;
  width: 68px;
  display: block;
  background-color: #ffffff;
  position: relative;
  text-align: center;
}
#pdp .previews a:hover,
#pdp .previews .gallery,
#pdp .previews a.selected {
  border: 2px solid #e0e0e0;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .previews {
    order: 3;
    float: none;
    text-align: center;
    width: 100%;
  }
  #pdp .previews a {
    display: inline-block;
    border: none;
  }
  #pdp .previews a.selected,
  #pdp .previews a:hover {
    border: none;
  }
}
#pdp .viewAllOptional {
  float: right;
  margin-top: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .viewAllOptional {
    display: block;
    float: none;
    text-decoration: underline;
  }
}
#pdp .relatedProdPanel {
  float: left;
  width: 100%;
}
#pdp .relatedProdPanel h2 {
  float: left;
  font-size: 18px;
  color: #4fa600;
  font-weight: bold;
}
#pdp .relatedProdPanel .carousalContent {
  border-top: 2px solid #e0e0e0;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .relatedProdPanel {
    float: none;
  }
  #pdp .relatedProdPanel h2 {
    float: none;
    font-size: 16px;
  }
  #pdp .relatedProdPanel #related-products {
    background-color: #f4f4f4;
  }
  #pdp .relatedProdPanel #related-products a {
    text-decoration: underline;
  }
  #pdp .relatedProdPanel #related-products a.call-to-action--pdp-related {
    text-decoration: none;
  }
  #pdp .relatedProdPanel #related-products .slider {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #pdp .relatedProdPanel #related-products .slider > div {
    background-color: #fff;
    margin: 10px;
  }
  #pdp .relatedProdPanel .carousalContent {
    border: none;
  }
}
#pdp .tab-content {
  border: 1px solid #cccccc;
  border-top: 0;
}
#pdp .tab-content .shareReview {
  margin-right: 5px;
  float: left;
  margin-top: 5px;
}
#pdp .tab-content .socialMedia {
  display: inline-block;
  padding: 0 0 0 4px;
  float: left;
}
#pdp .tab-content .socialMedia li {
  float: left;
  margin-right: 4px;
}
#pdp .tab-content .table-odd,
#pdp .tab-content .table-normal {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#pdp .tab-content .table-odd li:nth-child(2n+1) {
  background-color: #eaeaea;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .tab-content .table-odd li:nth-child(2n+1) {
    background-color: #fff;
  }
}
#pdp .tab-content .table-normal li {
  border-top: 1px solid #eaeaea;
  margin-top: -1px !important;
}
#pdp .tab-content .table-normal li:first-child {
  border-top: 0;
}
#pdp .tab-content .doc-cont {
  font-size: 13px;
  margin: 5px 0 5px 0;
}
#pdp .tab-content .doc-highlight-cont {
  font-size: 13px;
  margin: 5px 15px;
  padding: 15px 0;
  text-align: center;
  background-color: #eaeaea;
  width: 913px;
}
#pdp .tab-content .btm-line {
  height: 1px;
  /* margin:5px 0; */
  background-color: #eaeaea;
  margin: 0 30px;
  clear: both;
}
#pdp .tab-content .rating-review-block .btm-line {
  margin-top: 10px;
}
#pdp .tab-content .rating-review-block .rating-review .overall {
  border-right: 1px solid #eaeaea;
  margin-bottom: 10px;
  padding-top: 10px;
}
#pdp .tab-content .rating-review-block .rating-review .overall p {
  margin-bottom: 5px;
}
#pdp .tab-content .rating-review-block .rating-review .review {
  padding-top: 10px;
}
#pdp .tab-content .tab-pane {
  padding: 10px;
}
#pdp .tab-content .tab-pane h4 {
  border-bottom: 2px solid #cccccc;
  padding-bottom: 10px;
}
#pdp .tab-content .tab-pane ul li {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}
#pdp .tab-content .tab-pane .btm-line {
  padding-right: 30px;
  max-width: 862px;
}
#pdp .tab-content .tab-pane .btm-line-custom {
  height: 2px;
  background-color: #e0e0e0;
}
#pdp .tab-content .tab-pane .thumbnail {
  width: 100px;
  height: 100px;
  padding: 0;
  margin: 0;
}
#pdp .tab-content .tab-pane .top-margin {
  margin: 15px 0;
}
#pdp .tab-content .tab-pane .option_tab a,
#pdp .tab-content .tab-pane .option_tab .part-no,
#pdp .tab-content .tab-pane .option_tab .price {
  font-weight: bold;
  margin-bottom: 5px;
}
#pdp .tab-content .tab-pane .option_tab a.btn {
  font-weight: normal;
}
#pdp .tab-content .tab-pane h4 {
  font-size: 16px;
}
#pdp .tab-content .tab-pane h5 {
  background-color: #4fa600;
  color: #fff;
  padding: 3px 5px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .tab-content .tab-pane h5 {
    padding: 10px;
  }
}
#pdp .tab-content .tab-pane .header-row {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  margin-top: 20px;
}
#pdp .tab-content .tab-pane .td-head {
  background-color: #336699;
  padding: 5px 0;
  color: white;
}
#pdp .tab-content .tab-pane .header-col {
  font-size: 16px;
  font-weight: bold;
}
#pdp .tab-content .tab-pane .td-head .header-col {
  font-size: 14px;
}
#pdp .tab-content .tab-pane .tab-content-wrap-heading h2 {
  font-size: 16px;
  font-weight: bold;
  color: #4fa600;
}
#pdp .tab-content .tab-pane .content-row-highlight {
  background-color: #e0e0e0;
  margin-top: 10px;
  padding: 20px 0;
}
#pdp .tab-content .tab-pane .content-row {
  padding: 10px 0;
}
#pdp .tab-content .tab-pane .tab-content-wrap {
  padding: 0 20px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .tab-content .tab-pane {
    font-size: 14px;
    padding: 10px 0;
  }
  #pdp .tab-content .tab-pane p {
    margin-bottom: 0;
    margin-top: 0;
  }
  #pdp .tab-content .tab-pane ul li {
    padding: 10px;
  }
  #pdp .tab-content .tab-pane ul li.bordered-block {
    margin-top: -1px;
  }
  #pdp .tab-content .tab-pane h4 {
    padding: 10px;
    border-top: 10px solid #E2E2E2;
    border-bottom: 2px solid #E2E2E2;
  }
  #pdp .tab-content .tab-pane.active h4:first-child {
    border-top-width: 0;
  }
}
#pdp .tab-content .tab-pane#ratings h4,
#pdp .tab-content .tab-pane#options h4 {
  border-bottom: none;
}
#pdp .tab-content .tab-pane#options .optionsPrice {
  text-align: right;
}
#pdp .tab-content .tab-pane#options .options-navigation {
  float: right;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .tab-content .tab-pane#options .apc-thumbnail-64,
  #pdp .tab-content .tab-pane#options .apc-thumbnail-100 {
    width: 100%;
  }
  #pdp .tab-content .tab-pane#options .options-navigation {
    float: none;
    margin-top: 10px;
  }
  #pdp .tab-content .tab-pane#options .options-navigation .pagination li {
    padding: 5px 5px 5px 0;
  }
  #pdp .tab-content .tab-pane#options #pageSize {
    display: inline-block;
    width: 20%;
    margin-left: 10px;
  }
  #pdp .tab-content .tab-pane#options .optionsPrice {
    text-align: left;
    margin-bottom: 10px;
  }
  #pdp .tab-content .tab-pane#options .filterContent {
    margin-top: 20px;
  }
  #pdp .tab-content .tab-pane#options h4 {
    padding: 10px 0;
    margin: 0;
  }
  #pdp .tab-content .tab-pane#options .option-item {
    padding: 10px;
    font-size: 14px;
  }
}
#pdp .tab-content .tab-pane#techspecs .print.utilities {
  float: right;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .tab-content .tab-pane#techspecs ul li {
    padding: 10px 20px;
  }
  #pdp .tab-content .tab-pane#techspecs .print.utilities {
    border-bottom: 1px solid #f4f4f4;
    color: #336699;
    display: block;
    float: none;
    padding-bottom: 10px;
    padding-left: 10px;
    text-decoration: underline;
  }
  #pdp .tab-content .tab-pane#techspecs h4 {
    margin-bottom: 0;
  }
  #pdp .tab-content .tab-pane#techspecs h4:first-child {
    border-top-width: 0;
  }
  #pdp .tab-content .tab-pane#techspecs a {
    text-decoration: underline;
  }
}
#pdp .tab-content .prod-distribution h5 {
  color: #626469;
  background-color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #cccccc;
  padding-left: 0;
}
#pdp .tab-content .prod-distribution p {
  font-weight: normal;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .tab-content {
    border: none;
  }
  #pdp .tab-content .prod-distribution h5 {
    padding-left: 10px;
    margin-bottom: 0;
  }
  #pdp .tab-content .doc-highlight-cont {
    background: none;
    width: 100%;
    margin: 0 0 10px;
  }
}
#pdp .techspecs h4 {
  padding-top: 40px;
}
#pdp .techspecs div.row {
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #cccccc;
}
#pdp .techspecs div[class*="col-md"] {
  padding: 10px;
}
#pdp .nav-tabs {
  border-bottom: 3px solid #4fa600;
}
#pdp .nav-tabs li a {
  background-color: #eaeaea;
  margin-right: 2px;
  margin-bottom: 1px;
  border-radius: 0;
  color: #626469;
  min-width: 144px;
  padding: 10px 5px;
  text-align: center;
}
#pdp .nav-tabs li.active a {
  border: 1px solid #4fa600;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .nav-tabs li.active a {
    border: 1px solid #00962d;
  }
}
#pdp .nav-tabs > li.active > a,
#pdp .nav-tabs > li.active > a:hover,
#pdp .nav-tabs > li.active > a:focus {
  background-color: #4fa600;
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp #software .content-row-highlight {
    padding-top: 0;
  }
  #pdp #software .content-row-highlight .download-part {
    margin-top: 20px;
  }
  #pdp #software .list-block {
    font-size: 14px;
    border-bottom: 10px solid #E2E2E2;
    padding: 0;
  }
  #pdp #software .tab-pane .tab-content-wrap {
    padding: 0;
  }
  #pdp #software h2 {
    margin-left: 10px;
  }
  #pdp #software .content-row-highlight {
    background-color: #fff;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #pdp .accordion-block {
    margin-bottom: 10px;
  }
  #pdp .accordion-block .accordion-title h5 {
    padding: 10px 0;
    float: left;
  }
  #pdp .accordion-block .accordion-title .glyphicon {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .nav-tabs {
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .nav-tabs ::-webkit-scrollbar {
    display: none;
  }
  .nav-tabs li {
    display: inline-block;
    float: none;
  }
  .nav-tabs li a {
    margin-right: 0;
    padding: 15px 10px;
  }
}
/*Styles for model -  view all certifications*/
#allCertifications .modal-body {
  float: left;
}
#allCertifications .certificateContainer .rewards {
  float: left;
  margin: 4px;
}
/*Styles for model*/
#addtowishList .modal-dialog {
  width: 866px;
  min-height: 570px;
}
#addtowishList .modal-dialog .productPanel {
  padding: 30px 25px 30px 25px;
  clear: both;
  overflow: hidden;
}
#addtowishList .modal-dialog .product,
#addtowishList .modal-dialog .prod-data {
  float: left;
  margin-right: 25px;
}
#addtowishList .modal-dialog .sku {
  margin-bottom: 5px;
}
#addtowishList .modal-dialog .price {
  float: right;
}
#addtowishList .modal-dialog .relatedproductPanel {
  float: left;
  width: 100%;
}
#addtowishList .modal-dialog .relatedproductPanel .btn-primary {
  float: left;
  margin-top: 4px;
}
#addtowishList .modal-dialog span {
  font-size: 18px;
  margin-right: 10px;
}
#addtowishList .modal-dialog span .noofitem {
  font-size: 12px;
}
#addtowishList .modal-dialog h4 {
  font-size: 18px;
  margin-top: 0;
  color: #4fa600;
}
#addtowishList .modal-dialog .prod-data {
  max-width: 374px;
  min-width: 374px;
}
#addtowishList .modal-dialog .prod-data .prod-desc {
  max-width: 374px;
}
#addtowishList .modal-dialog .price {
  font-weight: bold;
  font-size: 18px;
}
#addtowishList .modal-dialog .modal-footer {
  clear: left;
}
#addtowishList .modal-dialog .container {
  float: left;
  width: 1000px !important;
  max-width: none !important;
}
#addtowishList .modal-dialog div.content-panel {
  float: left;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}
#addtowishList .modal-dialog .server-failure-panel {
  font-size: 18px;
  color: #e03007;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
}
#addtowishList .modal-dialog .col-md-11 {
  width: 83%;
}
#addtowishList .modal-dialog div.slider span.product-sku {
  min-height: 85px;
  word-break: break-all;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #addtowishList .modal-dialog {
    width: 100%;
  }
  #addtowishList .modal-dialog .productPanel {
    padding: 30px 0;
  }
  #addtowishList .modal-dialog .price {
    float: none;
    padding: 0 10px;
  }
  #addtowishList .modal-dialog .go-to-whish-list.btn {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #cccccc;
  }
  #addtowishList .modal-dialog .product,
  #addtowishList .modal-dialog .prod-data {
    float: none;
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
  #addtowishList .modal-dialog .prod-data {
    text-align: left;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #addtowishList .modal-footer .btn.btn-primary {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 0) {
  .quantity-wrapper .error-tooltip {
    left: 0;
  }
}
#loginModal .modal-dialog {
  width: 866px;
  min-height: 570px;
}
#loginModal .modal-dialog .relatedproductPanel {
  float: left;
  width: 100%;
}
#loginModal .modal-dialog .relatedproductPanel .btn-primary {
  float: left;
  margin-top: 4px;
}
#loginModal .modal-dialog span {
  font-size: 18px;
  margin-right: 10px;
}
#loginModal .modal-dialog span .noofitem {
  font-size: 12px;
}
#loginModal .modal-dialog h4 {
  font-size: 18px;
  margin-top: 0;
  color: #4fa600;
}
#loginModal .modal-dialog .prod-data .prod-desc {
  max-width: 374px;
}
#loginModal .modal-dialog .modal-footer {
  clear: left;
}
#loginModal .modal-dialog .container {
  float: left;
  width: 1000px !important;
  max-width: none !important;
}
#loginModal .modal-dialog div.content-panel {
  float: left;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}
#loginModal .modal-dialog .server-failure-panel {
  font-size: 18px;
  color: #fa0219;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
}
#loginModal .modal-dialog .col-md-11 {
  width: 83%;
}
#loginModal .modal-dialog .product,
#loginModal .modal-dialog .prod-data,
#loginModal .modal-dialog .sku,
#loginModal .modal-dialog .price {
  float: left;
  margin: 30px 25px 30px 25px;
}
#loginModal .modal-dialog .sku,
#loginModal .modal-dialog .price {
  font-weight: bold;
  font-size: 18px;
}
#writeReview {
  border: none;
}
#writeReview .modal-dialog {
  min-width: 810px;
  overflow-y: auto;
  max-height: 80%;
}
#writeReview .success-header,
#writeReview .success-footer {
  display: none;
}
#writeReview h2 {
  font-size: 18px;
  color: #4fa600;
  margin-left: 10px;
}
#writeReview .modal-body {
  padding: 0;
}
#writeReview .modal-content,
#writeReview .modal-footer {
  border: none;
}
#writeReview .productRatings,
#writeReview .yourOpinion,
#writeReview .aboutYou,
#writeReview .aboutAPC,
#writeReview .success-main {
  border: 1px solid #e0e0e0;
  float: left;
  width: 96%;
  padding: 10px;
  margin: 10px;
}
#writeReview .productRatings h4,
#writeReview .yourOpinion h4,
#writeReview .aboutYou h4,
#writeReview .aboutAPC h4,
#writeReview .success-main h4 {
  background-color: #87D300;
  font-size: 14px;
  width: 102.8%;
  color: #fff;
  padding: 10px 0 10px 10px;
  margin: -10px -10px 10px -10px;
}
#writeReview .productRatings h4 {
  background-color: #00962d;
}
#writeReview .aboutAPC .rate-range {
  padding-left: 0;
}
#writeReview .aboutAPC .recommand label {
  padding-left: 0;
}
#writeReview .aboutAPC .radio {
  float: left;
}
#writeReview .aboutAPC .radio input[type="radio"] {
  position: absolute;
  margin-left: -1px;
  margin-top: 16px;
}
#writeReview .aboutAPC .radio label {
  min-height: 20px;
  padding-left: 0;
  padding-right: 32px;
}
#writeReview .aboutAPC .radio .col-md-7 {
  padding-left: 0;
  float: left;
}
#writeReview .review-nav {
  float: left;
}
#writeReview .review-nav a {
  margin-right: 10px;
}
#writeReview .product-rating .control-label {
  padding-left: 0;
}
#writeReview .product-rating .radio {
  float: left;
  margin-right: 10px;
  margin-top: 0;
}
#writeReview .review-desc {
  float: left;
  margin-top: 10px;
  width: 100%;
}
#writeReview .review-desc .pull-right {
  margin-right: 40px;
}
#writeReview .review-success {
  display: none;
}
#submitReview .modal-dialog {
  min-width: 670px;
}
#submitReview .modal-dialog .ReviewDetails {
  float: left;
  border: 1px solid #e0e0e0;
  padding: 10px;
}
#submitReview .modal-dialog .ProductReview {
  border-right: 1px solid #e0e0e0;
}
#submitReview .modal-dialog .review-nav {
  float: left;
  margin-top: 10px;
}
#submitReview .modal-dialog .pull-right {
  margin-top: 10px;
}
.clear {
  clear: both;
}
.vertical-carousel .carousel.inner .active {
  top: 0;
}
.vertical-carousel .carousel.inner .next {
  top: 25%;
}
.vertical-carousel .carousel.inner .prev {
  top: -25%;
}
.vertical-carousel .carousel.inner .next.left,
.vertical-carousel .carousel.inner .prev.right {
  top: 0;
}
.vertical-carousel .carousel.inner .active.left {
  top: -25%;
}
.vertical-carousel .carousel.inner .active.right {
  top: 25%;
}
.vertical-carousel .carousel.inner .item {
  left: 0;
}
.vertical-carousel .carousel-indicators .active {
  position: absolute;
  top: 12% !important;
  width: 68px;
  height: 55px;
  background: #222;
}
.vertical-carousel .carousel-control {
  position: relative;
  width: 25px;
  height: 10px;
  font-size: 30px !important;
  font-weight: 100;
  color: #FFF;
  text-align: center;
  background: #222;
  /* -webkit-border-radius: 23px; */
  -moz-border-radius: 23px;
  opacity: 1;
  filter: alpha(opacity=50);
  display: block;
  margin: 0 auto;
  padding: 0;
}
.vertical-carousel .carousel-control.left {
  background: #ffffff url(/static/images/up.png) no-repeat 0px -8px;
  margin-bottom: 5px;
  background-size: 100%;
}
.vertical-carousel .carousel-control.right {
  background: #ffffff url(/static/images/down.png) no-repeat 0px -8px;
  margin-top: 5px;
  background-size: 100%;
}
.vertical-carousel .carousel {
  height: 100%;
  margin-bottom: 0;
}
.vertical-carousel .carousel-indicators-top {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
.vertical-carousel .carousel-indicators-top li {
  background: #333333;
}
.vertical-carousel .carousel-indicators-top .active {
  background: #333333;
}
.vertical-carousel .vertical .carousel-inner {
  padding-top: 0px;
  overflow: hidden;
  position: relative;
  width: 68px;
  height: auto;
  min-height: 270px;
}
.vertical-carousel .carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
  left: 0;
}
.vertical-carousel .carousel.vertical .item .span3:last-child .small-thumbnail {
  margin-bottom: 0;
}
.vertical-carousel .single-container {
  position: relative;
  text-align: center;
  display: block;
  height: 300px;
  width: 300px;
  margin: 0 auto 0 12px;
  border: 1px solid #e0e0e0;
}
.vertical-carousel .single-container img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.vertical-carousel .small-thumbnail {
  border: 1px solid #e0e0e0;
  height: 66px;
  width: 66px;
  margin: 0 0 2px 0;
  display: block;
  background-color: #ffffff;
  padding: 2px;
  position: relative;
  text-align: center;
  /* width:100%;
        height:100%;*/
}
.vertical-carousel .small-thumbnail.active {
  border: 1px solid #4fa600;
}
.vertical-carousel .small-thumbnail img {
  display: inline-block;
  height: auto;
  /* margin: 0 auto; */
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #documentation.tab-pane .doc-cont {
    margin: 0;
  }
  #documentation.tab-pane .heading-3 {
    display: block;
    padding: 10px 0;
  }
  #documentation.tab-pane span.block {
    padding: 0 10px;
  }
  #documentation.tab-pane .list-block {
    font-size: 14px;
    border-bottom: 10px solid #E2E2E2;
  }
  #documentation.tab-pane .list-block .item-label {
    margin-top: 0;
    margin-bottom: 0;
  }
  #documentation.tab-pane .list-block .list-item {
    padding-bottom: 10px;
  }
  #documentation.tab-pane .list-block .list-item.abstract {
    padding: 10px 20px;
  }
  #documentation.tab-pane .list-block .list-item a {
    display: block;
    padding: 0 10px;
    text-decoration: underline;
  }
  #documentation.tab-pane .list-block .list-item > [class*='col-'] {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .calltoAction.show .call-link {
    color: #fff;
  }
  .quantity-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
  }
  .quantity-wrapper .quantity-controller {
    width: 33%;
    text-align: center;
    background-color: #E2E2E2;
    color: #4fa600;
    font-weight: bold;
    line-height: 48px;
  }
  .quantity-wrapper input[type="number"]::-webkit-outer-spin-button,
  .quantity-wrapper input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .quantity-wrapper input[type="number"] {
    -moz-appearance: textfield;
  }
  .quantity-wrapper .error-tooltip {
    position: absolute;
    top: 55px;
  }
  .tabs-wrapper {
    width: 100%;
  }
  .tabs-wrapper .nav-tabs li {
    margin: -1px -2px;
    border-bottom: 3px solid #4fa600;
  }
  #pdp .cta input.qty {
    width: 30%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 13.5px 0px;
    border: 1px solid #ccc;
    text-align: center;
  }
  #pdp .nav-tabs li a {
    margin-right: 0;
  }
  #addToWIshListBtn {
    text-align: center;
  }
  #pdp .servicePanel .locate-partner {
    width: 100% !important;
    padding: 20px 0;
  }
  .arrow-left,
  .arrow-right {
    width: 30px;
    display: block;
    height: 42px;
    padding-right: 10px;
    background-image: url(/static/images/arrow-grey.svg);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 10px 0;
    background-color: #fff;
    position: absolute;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .arrow-right {
    right: 0;
  }
  .arrow-left {
    transform: rotateY(-180deg);
    z-index: 1;
  }
  .arrow-hidden {
    display: none !important;
  }
  #pdp .socialMediaLeft {
    margin: 0;
    width: 60%;
  }
  .addthis_toolbox {
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .addthis_toolbox .at-icon-wrapper,
  .addthis_toolbox svg {
    padding: 0;
    margin: 0;
    height: 35px !important;
    width: 35px !important;
  }
  .addthis_toolbox a {
    height: 45px;
    width: 33.3% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
    border-right: 1px solid #ccc;
  }
  .socialMediaRight span i {
    font-size: 20px;
  }
  #pdp .socialMediaLeft span {
    margin: 0;
  }
  .socialMediaRight {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
  }
  #pdp .socialMediaRight span {
    text-align: center;
  }
  .socialMediaLeft > span {
    display: none;
  }
  #pdp .contentRight h1 {
    font-size: 23px;
    color: #626469;
    padding: 0 10px;
  }
  .calltoAction.pull-left,
  .calltoAction.show {
    font-size: 16px;
    font-weight: bold;
  }
  .calltoAction.pull-left > br {
    display: none;
  }
  .apc-carousel div.slider img {
    border: none;
  }
  .slider-content-wrap {
    margin: 0;
  }
  .related-title {
    color: #336699;
    font-size: 16px;
    min-width: 200px;
    text-align: left;
  }
  .slider-content-wrap .price,
  .slider-content-wrap .line-strike {
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cartPanel {
    padding-bottom: 0;
  }
  .servicePanel {
    padding: 0 10px;
  }
  #pdp .servicePanel .partner {
    width: auto;
    display: block;
    margin: 0 10px;
    padding: 15px 10px;
    background-color: #cccccc;
    color: #fff;
    text-transform: uppercase;
  }
  #pdp .servicePanel {
    display: block;
    padding: 0;
  }
  .tabContainer.clearfix div[role="tabpanel"] .tabs-wrapper .nav {
    margin-top: 0;
  }
  .relatedProdPanel > h2,
  .relatedProdPanel .viewAllOptional {
    padding-left: 10px;
  }
  .tabContainer.clearfix > .col-md-12 {
    position: static;
    padding-left: 0;
    padding-right: 0;
  }
  .servicePanel {
    padding: 0 10px;
  }
  #pdp .cta.noprice-nocart .calltoAction {
    margin-left: 0;
    width: 100%;
  }
  .accordion-title h5 {
    margin-top: 0;
  }
  .apc-carousel div.slider-content-wrap {
    margin: 0;
  }
  .apc-carousel div.slider-content-wrap > div:last-child {
    padding-bottom: 10px;
  }
  .apc-carousel div.slider a.slider-image-wrap {
    margin: 10px auto;
  }
  #pdp .nav-tabs {
    border-bottom: none;
  }
  .mod-trade-ups .apc-carousel {
    padding: 20px 10px;
  }
  .mod-trade-ups #productoverview > h4 {
    font-weight: bold;
  }
  #pdp .apc-carousel div.slider {
    white-space: normal;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) and only screen and (min-width: 320px) and (max-width: 960px) {
  .mod-trade-ups .apc-carousel {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .servicePanel #addToWIshListBtn {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #loginModal {
    padding-right: 0;
  }
  #loginModal .modal-dialog {
    width: 100%;
    margin: 0;
  }
  #loginModal .modal-dialog #product,
  #loginModal .modal-dialog .product,
  #loginModal .modal-dialog .sku,
  #loginModal .modal-dialog .prod-data,
  #loginModal .modal-dialog .price {
    float: none;
    margin: 0;
  }
  #loginModal .modal-dialog #notice-panel {
    margin: 0;
  }
  #loginModal .modal-dialog .server-failure-panel {
    color: #626469;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 30px;
  }
  #loginModal .modal-dialog .product {
    text-align: center;
  }
  #loginModal .modal-dialog .sku {
    margin: 0;
    margin-top: 5px;
  }
  #loginModal .modal-dialog .prod-data h4 {
    margin-bottom: 5px;
  }
  #loginModal .modal-dialog #notice-panel {
    margin: 0 5px;
  }
  #loginModal .modal-dialog .prod-desc {
    margin-bottom: 5px;
  }
  #loginModal .modal-dialog .container {
    width: 100% !important;
    float: none;
    max-width: 100%;
  }
  #loginModal .modal-dialog .col-md-11 {
    width: 100%;
  }
}
/* ******************** Shopping Cart ******************** */
#promotional-rail {
  margin: 10px 0;
}
#promotional-rail .promo {
  border: 1px solid #E4E7BC;
  padding: 10px;
  text-align: center;
  background: #F0F2D2;
}
#promotional-rail .promo p {
  margin: 0;
}
#promotional-rail .promo strong {
  color: #4fa600;
}
#promotional-rail .promo .item {
  display: none;
}
#promotional-rail .promo .active {
  display: block;
}
#promotional-rail div.promo-details {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #promotional-rail {
    margin: 10px;
  }
}
#shopping-cart .utilities p {
  float: left;
}
#shopping-cart .checkout-button-section {
  text-align: right;
}
#shopping-cart .btn-by-from-partner {
  width: 204px;
  margin-left: 12px;
  white-space: normal;
}
#shopping-cart #order-summary .item-value {
  text-align: right;
}
#shopping-cart .checkout-button {
  width: 200px;
  margin-top: 16px;
  white-space: normal;
}
#shopping-cart .buy-partner {
  text-transform: uppercase;
}
#shopping-cart .utilities {
  margin-bottom: 10px;
}
#shopping-cart table.apc-table {
  border-collapse: separate;
  border-spacing: 1px;
}
#shopping-cart table.apc-table td {
  padding-bottom: 20px;
  padding-top: 20px;
}
#shopping-cart table.apc-table td div {
  float: left;
}
#shopping-cart table.apc-table td div.product-image {
  margin-right: 3%;
  width: 30%;
}
#shopping-cart table.apc-table td div.product-desc {
  width: 67%;
}
#shopping-cart form .txt-quantity {
  text-align: center;
}
#shopping-cart form .btn-remove-item,
#shopping-cart form .btn-move-item {
  padding-left: 0;
  padding-right: 0;
}
#shopping-cart .btn-link {
  font-size: 12px;
}
#shopping-cart .btn-link[disabled] {
  color: #626469;
}
#shopping-cart div.data-promo-code div.row {
  margin-bottom: 10px;
}
#shopping-cart div.data-promo-code input.btn-remove-promocode {
  padding: 0;
}
#shopping-cart div.order-summary hr {
  border-color: #cccccc;
  margin: 5px 0 10px;
}
#shopping-cart div.order-summary a#lnkEDT {
  font-weight: bold;
  display: block;
  margin: 0 0 10px 0;
}
#shopping-cart div.order-summary input#btnEDT {
  font-weight: bold;
  padding: 0;
}
#shopping-cart div.order-summary form label.control-label {
  padding-right: 0;
}
#shopping-cart div.order-summary form[name="form-promo-code"] label {
  display: block;
}
#shopping-cart div.order-summary form[name="form-promo-code"] div.wrapper {
  float: left;
  position: relative;
  width: 50%;
}
#shopping-cart div.order-summary form[name="form-promo-code"] input[type="submit"] {
  float: right;
  width: 45%;
}
#shopping-cart div.order-summary div.row,
#shopping-cart div.order-summary div.form-group {
  margin-left: 0;
  margin-right: 0;
}
#shopping-cart div.order-summary div[class*="col-md-"],
#shopping-cart div.order-summary label[class*="col-md-"] {
  padding-left: 0;
  padding-right: 0;
}
#shopping-cart div.cross-up-sell {
  visibility: hidden;
}
#shopping-cart div.cross-up-sell span.product-sku {
  height: 75px;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #shopping-cart #mdlEmail p {
    margin-bottom: 0;
  }
  #shopping-cart .vat-text {
    display: block;
  }
  #shopping-cart .secured-shopping {
    float: none;
    text-align: left;
    margin-left: 10px;
    margin-top: -2px;
  }
  #shopping-cart .express-checkout {
    margin: 20px 0;
  }
  #shopping-cart .express-checkout p {
    margin-bottom: 0;
  }
  #shopping-cart .quantity-wrapper input.qty {
    width: 30%;
    height: 40px;
    margin-left: 2%;
    margin-right: 2%;
    padding: 15px 0px;
    border: 1px solid #ccc;
    text-align: center;
  }
  #shopping-cart .quantity-wrapper .quantity-controller {
    line-height: 40px;
    padding: 0;
  }
  #shopping-cart .utilities p {
    float: none;
  }
  #shopping-cart .small-description {
    padding-left: 0;
    padding-right: 0;
  }
  #shopping-cart .checkout-button-section {
    text-align: left;
  }
  #shopping-cart .checkout-button {
    width: 100%;
    margin-top: 20px;
  }
  #shopping-cart .mobile-table {
    padding: 0 10px;
    margin-bottom: 0;
  }
  #shopping-cart .mobile-table table.apc-table tr {
    border: none;
  }
  #shopping-cart .mobile-table table.apc-table tr td {
    padding: 0;
    white-space: initial;
  }
  #shopping-cart .mobile-table table.apc-table tr td div {
    float: none;
  }
  #shopping-cart .mobile-table table.apc-table tr td div.product-image {
    margin: 0 auto;
  }
  #shopping-cart .mobile-table table.apc-table tr td div.product-desc {
    width: 100%;
  }
  #shopping-cart .mobile-table table.apc-table tr td div.product-desc a {
    text-decoration: underline;
  }
  #shopping-cart .mobile-table table.apc-table tr td .total-row {
    border: none;
    padding: 5px;
  }
  #shopping-cart .mobile-table table.apc-table tr td .btn.update-quantity {
    background-color: #f7f7f7;
    border: 1px solid #EAEAEA;
    color: #626469;
    display: block;
    outline: none;
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: none;
    width: 100%;
  }
  #shopping-cart .mobile-table table.apc-table tr td .btn-move-item {
    display: block;
    width: 100%;
    text-align: center;
  }
  #shopping-cart .mobile-table table.apc-table tr td .btn-remove-item.btn-link {
    color: #626469;
  }
  #shopping-cart .mobile-table table.apc-table tr td .btn-with-icon {
    margin-top: -1px;
  }
  #shopping-cart .mobile-table table.apc-table tr td .btn-with-icon .glyphicon {
    color: #626469;
    margin-right: 5px;
    vertical-align: middle;
  }
  #shopping-cart .mobile-table table.apc-table tr td .btn-with-icon .btn-link {
    font-size: 14px;
  }
  #shopping-cart .mobile-table table.apc-table tr td:last-child {
    border-radius: 0 0 4px;
    border: none;
  }
  #shopping-cart #order-summary {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    margin-top: 20px;
  }
  #shopping-cart #order-summary .apply-promo {
    margin-top: 0;
  }
  #shopping-cart #order-summary h3.section-header {
    margin: 20px 10px;
  }
  #shopping-cart #order-summary.content-panel {
    background-color: #fff;
    padding: 0;
  }
  #shopping-cart #order-summary .item-value {
    font-size: 14px;
    text-align: left;
  }
  #shopping-cart #order-summary a#lnkEDT,
  #shopping-cart #order-summary input#btnEDT {
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 20px 10px;
  }
  #shopping-cart .btn-by-from-partner {
    width: 100%;
    margin: 0;
  }
  #shopping-cart .warranty-section {
    font-size: 14px;
  }
  #shopping-cart .warranty-section .warranty-section-link {
    display: block;
    margin: 10px 0;
  }
}
div#related-products span {
  font-weight: bold;
  display: block;
}
div#related-products span.desktop-inline-hidden {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  div#related-products span.mobile-inline-hidden {
    display: none;
  }
}
div#related-products span.product-sku {
  word-break: break-all;
}
@media only screen and (min-width: 961px) {
  div#related-products .related-title {
    min-height: 60px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  div#cart-transfer h1.page-header {
    margin-left: 0;
  }
  div#cart-transfer .btn-primary {
    font-weight: normal;
  }
  div#cart-transfer .shadow-card {
    padding: 10px 0 20px;
    margin-bottom: 20px;
  }
  div#cart-transfer .shadow-card ul {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
@media print {
  /* Hide everything unneeded */
  header#global-header,
  div#main-navigation,
  div#breadcrumb-navigation,
  div#left-navigation,
  p.continue-shopping {
    display: none;
  }
  /*
	 * Bootstrap uses 'col-md-' for devices with min-width: 992px 
	 * These will not be available in the print version
	 * Reference: http://stackoverflow.com/questions/19948474/bootstrap-3-print-layout-and-breaks-after-each-grid-column
	 */
  [class*="col-md-"] {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  /* 
	 * Hide links url's
	 */
  a[href]:after {
    content: none;
  }
  /*
	 * Table related styles
	 */
  table.table.apc-table thead th {
    background: #f4f4f4 !important;
  }
  table.table.apc-table td,
  table.table.apc-table th {
    border-bottom: 1px solid #cccccc !important;
  }
}
/* ******************** Mini Cart ******************** */
/*
 * stack order: block-page-cart (1001) -> mini-cart (1002) -> view-cart (1003)
 * clicking on 'view-cart' takes user to the Shopping Cart Page.
 * clicking on the 'block-page-cart' will close the 'mini-cart'
 */
header#global-header li#view-cart {
  border: 1px solid transparent !important;
}
header#global-header li#view-cart.open {
  background: #fff;
  border-color: #cccccc #cccccc #fff #cccccc !important;
  border-style: solid solid transparent solid !important;
  border-width: 1px !important;
  border-radius: 3px 3px 0 0;
  margin-top: 0;
  z-index: 1003;
}
header#global-header li#view-cart.open a {
  padding: 5px 9px 10px 10px;
}
header#global-header li#view-cart a {
  border-right: none;
}
#mini-cart {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px 0 5px 5px;
  display: none;
  font-size: 11px;
  padding: 10px 10px 0;
  position: absolute;
  right: 15px;
  top: 30px;
  width: 400px;
  z-index: 1002;
  /* CSS for the new MiniCart Markup : start */
  /* CSS for the new MiniCart Markup : end */
}
#mini-cart hr {
  margin: 10px 0;
}
#mini-cart div[class*="col-md-"] {
  padding-bottom: 3px;
}
#mini-cart .buttons-row,
#mini-cart .subtotal-row {
  margin-bottom: 10px;
}
#mini-cart .buttons-row a,
#mini-cart .subtotal-row a,
#mini-cart .buttons-row .glyphicon,
#mini-cart .subtotal-row .glyphicon {
  color: #336699;
}
#mini-cart .buttons-row a,
#mini-cart .subtotal-row a {
  margin-top: 10px;
}
#mini-cart .details a {
  display: block;
  margin-bottom: 3px;
}
#mini-cart .details a:hover {
  text-decoration: underline;
}
#mini-cart .details strong.product-name {
  display: block;
  margin-bottom: 3px;
}
#mini-cart .minicart-info-panel {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  color: #8a6d3b;
  padding: 5px 5px 5px 20px;
  position: relative;
}
#mini-cart .minicart-info-panel span.glyphicon {
  position: absolute;
  top: 8px;
  left: 5px;
}
#mini-cart a {
  border: none;
  margin: 0;
  padding: 0;
}
#mini-cart .item-row:before,
#mini-cart .item-row:after {
  content: " ";
  display: table;
}
#mini-cart .item-row:after {
  clear: both;
}
#mini-cart .item-col {
  float: left;
}
#mini-cart .product-image {
  width: 29%;
  margin-right: 1%;
}
#mini-cart .product-details {
  width: 70%;
}
#mini-cart .product-details span {
  color: #4fa600;
}
#mini-cart .product-details span.vat-text {
  color: #626469;
}
#mini-cart .product-details .col-1 {
  margin-right: 3%;
  width: 72%;
}
#mini-cart .product-details .col-2 {
  text-align: right;
  width: 25%;
}
#mini-cart .subtotal-row > .item-col,
#mini-cart .buttons-row > .item-col {
  width: 50%;
}
#block-page-cart {
  background: transparent;
  display: none;
  left: 0;
  position: fixed;
  opacity: 0.90;
  top: 0;
  z-index: 1001;
}
/* ******************** Mini Cart: End ******************** */
/* ******************** Product Search ******************** */
.container.search-container.wrap-content {
  overflow: visible;
}
#search-panel {
  background-color: #eaeaea;
  border-radius: 5px;
  padding: 25px 20px 15px;
}
#search-panel .error-tooltip li {
  margin-bottom: 0;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #search-panel {
    border-radius: 0;
  }
  #search-panel ul.error-tooltip {
    top: 0;
  }
}
#search-panel form input,
#search-panel form select {
  margin-bottom: 10px;
}
#search-panel form div.search-part-number,
#search-panel form div.search-product-name,
#search-panel form div.search-voltage,
#search-panel form div.search-watts {
  display: none;
}
#search-panel form label {
  font-size: 18px;
  font-weight: normal;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #search-panel form label {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #4fa600;
  }
}
#search-panel form label.custom-label {
  margin-top: -4px;
}
@media (min-width: 992px) {
  #search-panel form {
    width: 100%;
  }
  #search-panel form > label {
    float: left;
    margin-right: 2%;
    margin-top: 3px;
    width: 15%;
  }
  #search-panel form > .btn {
    width: 10%;
  }
  #search-panel form > div {
    float: left;
    margin-right: 2%;
  }
  #search-panel form > div.search-type {
    width: 28%;
  }
  #search-panel form > div.search-type select {
    width: 100%;
  }
  #search-panel form > div.search-box {
    width: 40%;
    position: relative;
  }
  #search-panel form > div.search-box .error-tooltip {
    position: absolute;
    top: auto;
    width: 100%;
  }
  #search-panel form div.search-keyword input,
  #search-panel form div.search-part-number input,
  #search-panel form div.search-product-name input {
    width: 100%;
  }
  #search-panel form .search-data-wrap {
    position: relative;
    display: inline-block;
    width: 48%;
    margin-right: 2px;
  }
  #search-panel form .search-data-wrap input,
  #search-panel form .search-data-wrap select {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #search-panel {
    padding: 25px 10px 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 960px) {
  #search-panel .form-inline .form-group,
  #search-panel .form-inline .form-control {
    display: block;
    width: 100%;
  }
}
.search-info {
  color: #4fa600;
}
.search-info.resultlist a {
  display: block;
  margin: 10px 0 0;
  font-size: 17px;
  font-weight: bold;
}
h3.search-info {
  line-height: 1.1;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}
h5.search-info{
	display: block;    
	color:#336699;
	font-size: 17px;
	margin-bottom: -10px;
	margin-top:20px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  h3.search-info {
    font-size: 18px;
    margin-left: 10px;
  }
  h5.search-info{
	margin-left: 10px;
  }
}
/* ******************** Search Result ******************** */
.list-view {
  padding: 15px 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.list-view.highlight {
  background-color: #eaeaea;
}
.list-view .img-holder {
  float: left;
  height: 100px;
  margin-right: 10px;
  text-align: center;
  width: 100px;
}
.list-view .details-holder {
  width: 470px;
  float: left;
  margin-top: 10px;
}
.list-view .details-holder p {
  margin: 0 0 10px;
}
.list-view .price-holder {
  width: 185px;
  float: left;
  padding-left: 15px;
}
.list-view .price-holder .price,
.list-view .price-holder .line-strike {
  text-align: right;
}
.list-view .thumbnail {
  width: 100px;
  height: 100px;
  padding: 0;
  margin: 0;
}
.list-view .top-margin {
  margin: 15px 0;
}
.list-view .option_tab a,
.list-view .option_tab .part-no,
.list-view .option_tab .price {
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .list-view {
    padding: 15px 0;
  }
  .list-view .img-holder {
    float: none;
    margin: 0 auto;
  }
  .list-view .details-holder {
    float: none;
    font-size: 14px;
    width: 100%;
  }
  .list-view .price-holder {
    float: none;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .list-view .price-holder .price {
    text-align: left;
    font-weight: bold;
    margin: 10px 0;
  }
  .list-view .price-holder .line-strike {
    text-align: left;
  }
}
.promoted {
  background-color: #eaeaea;
  padding-top: 10px;
}
.result-count {
  font-size: 14px;
  margin-top: 10px;
  padding: 0;
}
.pagination-nav {
  float: right;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .pagination-nav {
    float: none;
  }
  .pagination-nav .pagination-title {
    display: none;
  }
}
.didyoumean {
  font-size: 16px;
  padding: 20px 0;
}
.didyoumean span {
  color: red;
}
.no-result h3.section-header {
  margin: 10px 0 5px;
}
.no-result ul.suggestion li {
  margin: 10px 0 10px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .current-refinement-heading {
    color: #4fa600;
  }
}
.current-refinements {
  background-color: #eaeaea;
  padding: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.current-refinements ul {
  padding-left: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.current-refinements ul li {
  list-style: none;
  font-weight: bold;
}
.current-refinements ul li ul {
  padding-left: 0;
  padding-bottom: 10px;
}
.current-refinements ul li ul li {
  display: block;
  height: 20px;
  font-weight: normal !important;
}
.current-refinements ul li ul li div,
.current-refinements ul li ul li a {
  padding: 0;
  color: #626469;
  text-decoration: none;
}
.current-refinements ul li ul li a {
  color: #336699;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .current-refinements {
    padding: 0;
    background-color: #fff;
    margin-bottom: 20px;
    overflow: visible;
  }
  .current-refinements ul {
    overflow: visible;
  }
  .current-refinements ul li ul {
    margin-top: 10px;
  }
  .current-refinements ul li ul li {
    height: auto;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f4f4f4;
    padding: 10px;
  }
  .current-refinements ul li ul li .glyphicon {
    color: #fff;
    float: right;
  }
  .current-refinements ul li ul li div {
    float: left;
    width: 80%;
  }
}
.refine h5 {
  padding: 4px 0;
  font-weight: bold;
  margin: 10px 0;
  font-size: 14px;
  color: #626469;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .refine h5 {
    color: #4fa600;
  }
}
.refine .panel-default {
  border: 0;
}
.refine .panel-default .panel-heading {
  background-color: #eaeaea;
  border-radius: 0;
  position: relative;
}
.refine .panel-default .panel-title {
  color: #626469;
  font-size: 14px;
}
.refine .panel-default .panel-title a {
  color: #626469 !important;
  text-decoration: none;
  display: block;
  font-weight: 500;
}
.refine .panel-default .panel-title a div {
  float: right;
  display: inline-block;
}
.refine .panel-body {
  padding: 10px 0 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}
.refine .panel-body ul {
  margin: 0;
  padding: 0;
}
.refine .panel-body li {
  list-style: none;
}
.refine .panel-body li div {
  padding: 3px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .refine {
    font-size: 14px;
  }
  .refine .panel-default .panel-heading {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f4f4f4;
    font-weight: bold;
  }
  .refine .panel-default .panel-heading .accordion-toggle:after {
    position: static;
  }
  .refine .panel-default .panel-heading .panel-title a {
    font-weight: bold;
  }
  .refine .panel-default .panel-filters-list {
    margin-top: 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    border-top-width: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  }
  .refine .panel-default .panel-filters-list .panel-body {
    border-bottom-width: 0;
    margin-bottom: 0;
  }
  .refine .panel-default .panel-filters-list li {
    padding: 0 10px 5px 10px;
    border-bottom: 1px solid #f4f4f4;
  }
  .refine .panel-default .panel-filters-list li:last-child {
    border-bottom-width: 0;
  }
  .refine .panel-default .panel-filters-list .filter-item {
    float: left;
    width: 80%;
  }
  .refine .panel-default .panel-filters-list .filter-item a {
    color: #626469;
  }
  .refine .panel-default .panel-filters-list .filter-count {
    float: right;
    color: #626469;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .search-results-items {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .search-heading-text {
    display: block;
    color: #626469;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 961px) {
  .sortBy {
    float: right;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .sortBy {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .sortBy select {
    display: block;
    padding: 5px;
    width: 100%;
  }
}
#apc-step-nav {
  /* reset */
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fcfcfc;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 100%;
}
#apc-step-nav li {
  float: left;
}
#apc-step-nav li:first-child a {
  /*border-radius: 5px 0 0 5px;*/
  padding-left: 16px;
}
#apc-step-nav a {
  background-color: #fff;
  color: #626469;
  float: left;
  padding: 15px 100px 15px 32px;
  position: relative;
  text-decoration: none;
}
#apc-step-nav a::after,
#apc-step-nav a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -25px;
  border-top: 26px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 16px solid transparent;
  right: -16px;
}
#apc-step-nav a::after {
  z-index: 2;
  border-left-color: #fff;
}
#apc-step-nav a::before {
  border-left-color: #ccc;
  right: -17px;
  z-index: 1;
}
#apc-step-nav.basic-theme {
  background: none;
  border: 0;
  box-shadow: none;
  text-align: center;
}
#apc-step-nav.basic-theme li {
  width: 33.333%;
}
#apc-step-nav.basic-theme li:first-child a {
  padding-left: 0;
}
#apc-step-nav.basic-theme .badge {
  display: block;
  width: 20px;
  height: 22px;
  margin: 0 auto 5px;
  padding: 5px 6px;
}
#apc-step-nav.basic-theme .badge .glyphicon-ok {
  left: -2px;
  top: 0px;
}
#apc-step-nav.basic-theme a {
  color: #626469;
  display: block;
  float: none;
  padding: 0;
}
#apc-step-nav.basic-theme a::after,
#apc-step-nav.basic-theme a::before {
  content: none;
}
#apc-step-nav.basic-theme a.current {
  background: none;
  color: #4fa600;
}
#apc-step-nav.basic-theme a.current span {
  background: #4fa600;
  color: #fff;
}
#apc-step-nav.basic-theme a.enabled:hover {
  background: none;
  color: #4fa600;
}
#apc-step-nav.basic-theme a.enabled:hover span {
  background: #4fa600;
  color: #fff;
}
#apc-step-nav.basic-theme a.disabled {
  background: none;
  color: #eaeaea;
}
#apc-step-nav.basic-theme a.disabled span {
  background: #f4f4f4;
}
#apc-step-nav.clean-theme {
  border: 0;
  background: transparent;
  box-shadow: none;
  margin-bottom: 10px;
}
#apc-step-nav.clean-theme > li {
  width: 33.333%;
  text-transform: uppercase;
}
#apc-step-nav.clean-theme .badge {
  margin-right: 5px;
  padding: 4px 7px;
}
#apc-step-nav.clean-theme a {
  background: transparent;
}
#apc-step-nav.clean-theme .current {
  background: none;
  color: #000;
}
#apc-step-nav.clean-theme .current span {
  color: #fff;
}
#apc-step-nav.clean-theme .current span.badge {
  background-color: #000;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #apc-step-nav.clean-theme .current span.badge {
    background-color: #4fa600;
  }
}
#apc-step-nav.clean-theme .current:hover {
  background: none;
  color: #000;
}
#apc-step-nav.clean-theme a {
  padding-right: 10px;
  padding-left: 0;
}
#apc-step-nav.clean-theme a:first-child {
  padding-left: 0;
}
#apc-step-nav.clean-theme a:after,
#apc-step-nav.clean-theme a:before {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #apc-step-nav .overview a {
    text-decoration: underline;
  }
  #apc-step-nav li {
    position: relative;
  }
  #apc-step-nav li:after {
    content: '';
    position: absolute;
    background: #C0C0C0;
    display: block;
    width: 105%;
    height: 1px;
    top: 30px;
    left: 45%;
    z-index: 1;
  }
  #apc-step-nav li:last-child:after {
    background: transparent;
  }
  #apc-step-nav li:first-child a {
    word-break: initial;
  }
  #apc-step-nav a {
    display: block;
    text-align: center;
    z-index: 2;
  }
  #apc-step-nav .current {
    display: block;
  }
  #apc-step-nav .current span.badge {
    background-color: #4fa600;
  }
  #apc-step-nav .current span.step-text {
    background: none;
    color: #626469;
    font-weight: bold;
  }
  #apc-step-nav .current:hover {
    background: transparent;
    color: #626469;
  }
  #apc-step-nav .current:hover span.step-text {
    background: none;
    color: #626469;
  }
  #apc-step-nav .current:hover span.badge {
    background-color: #4fa600;
  }
  #apc-step-nav span.badge {
    background-color: #C0C0C0;
    border-radius: 50%;
    padding: 10px 13px;
  }
  #apc-step-nav span.step-text {
    display: block;
    color: #626469;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    text-transform: lowercase;
    line-height: 15px;
  }
  #apc-step-nav span.step-text::first-letter {
    text-transform: capitalize;
  }
  #apc-step-nav.clean-theme,
  #apc-step-nav.basic-theme {
    margin-top: 15px;
  }
  #apc-step-nav.clean-theme span.badge,
  #apc-step-nav.basic-theme span.badge {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 5px;
    padding: 10px 13px;
  }
  #apc-step-nav a.disabled span.step-text {
    color: #C0C0C0;
  }
  #apc-step-nav.basic-theme {
    margin-top: 15px;
  }
  #apc-step-nav.basic-theme li:after {
    top: 15px;
  }
  #apc-step-nav.basic-theme a.disabled {
    color: #C0C0C0;
  }
  #apc-step-nav.basic-theme a.disabled span {
    background-color: #C0C0C0;
  }
  #apc-step-nav.basic-theme a.disabled span.step-text {
    color: #C0C0C0;
  }
  #apc-step-nav.basic-theme a.enabled.current {
    color: #626469;
    font-weight: bold;
  }
  #apc-step-nav.basic-theme a.enabled.current .badge .glyphicon-ok {
    font-size: 10px;
    right: 2px;
  }
}
#apc-step-nav .current::after,
#apc-step-nav .enabled:hover::after {
  border-left-color: #4fa600;
}
#apc-step-nav .current span.step-text,
#apc-step-nav .enabled:hover span.step-text {
  background-color: transparent;
  color: #000;
}
#apc-step-nav .current span.badge,
#apc-step-nav .enabled:hover span.badge {
  color: #fff;
}
#apc-step-nav .desktop-hidden {
  display: none !important;
}
#apc-step-nav .mobile-hidden {
  display: block !important;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #apc-step-nav .desktop-hidden {
    display: block !important;
  }
  #apc-step-nav.clean-theme .current:hover .glyphicon-ok {
    background-color: transparent !important;
  }
  #apc-step-nav .current:hover span.step-text {
    color: #000;
  }
  #apc-step-nav > li > a {
    word-wrap: break-word;
  }
  #apc-step-nav.basic-theme > li > a {
    padding: 0 2px;
  }
  #apc-step-nav .mobile-hidden,
  #apc-step-nav .mobile-inline-hidden {
    display: none !important;
  }
  #apc-step-nav a.disabled.next-step span.step-text,
  #apc-step-nav a.disabled.next-step,
  #apc-step-nav a.disabled.prev-step span.step-text,
  #apc-step-nav a.disabled.prev-step {
    color: #626469;
  }
  .clean-theme a.current,
  .clean-theme a.enabled,
  .basic-theme a.current,
  .basic-theme a.enabled {
    font-weight: bold;
  }
  #apc-step-nav.clean-theme a.current.prev-step span.step-text,
  .clean-theme a.current.next-step span.step-text,
  #apc-step-nav.clean-theme a.enabled.prev-step span.step-text,
  .clean-theme a.enabled.next-step span.step-text,
  #apc-step-nav.basic-theme a.current.prev-step span.step-text,
  .basic-theme a.current.next-step span.step-text,
  #apc-step-nav.basic-theme a.enabled.prev-step span.step-text,
  .basic-theme a.enabled.next-step span.step-text,
  #apc-step-nav.clean-theme a.current.prev-step,
  .clean-theme a.current.next-step,
  #apc-step-nav.clean-theme a.enabled.prev-step,
  .clean-theme a.enabled.next-step,
  #apc-step-nav.basic-theme a.current.prev-step,
  .basic-theme a.current.next-step,
  #apc-step-nav.basic-theme a.enabled.prev-step,
  .basic-theme a.enabled.next-step {
    background: none;
    font-weight: normal;
    color: #626469;
  }
  #apc-step-nav.clean-theme > li > a {
    text-transform: capitalize;
    float: none;
  }
  .clean-theme a.current .badge .glyphicon-ok,
  .clean-theme a.enabled .badge .glyphicon-ok,
  .basic-theme a.current .badge .glyphicon-ok,
  .basic-theme a.enabled .badge .glyphicon-ok {
    font-size: 10px;
    right: 2px;
  }
  #apc-step-nav.clean-theme .current:hover span.glyphicon-ok {
    background-color: none;
  }
  #apc-step-nav .enabled:hover {
    background-color: none !important;
    color: #626469;
  }
  #apc-step-nav .current .badge,
  #apc-step-nav .enabled .badge {
    background-color: #4fa600;
  }
}
div#checkout h1.page-header {
  margin: 10px 0 0 0;
  border-bottom: none;
}
div#checkout h2.page-sub-header {
  margin: 10px 0 0 0;
}
div#checkout h3.section-header {
  font-weight: normal;
}
div#checkout h3.section-header span.glyphicon {
  color: #626469;
  font-size: 12px;
}
div#checkout div.no-radio {
  padding-left: 15px;
}
div#checkout div.link-section a {
  margin-right: 10px;
  margin-top: 10px;
}
div#checkout form input[type="checkbox"],
div#checkout form input[type="radio"] {
  margin-top: 1px;
}
div#checkout div.order-details-panel {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 10px;
  margin: 0 0 20px 0;
}
div#checkout div.order-details-panel hr {
  margin: 10px 0;
}
div#checkout div.order-summary {
  margin: 0 0 20px 0;
}
div#checkout div.order-summary .item-value {
  text-align: right;
}
div#checkout div.order-details-panel .item-value {
  text-align: right;
}
div#checkout div.details a,
div#checkout div.details span.sku {
  display: block;
  margin-bottom: 5px;
}
div#checkout div.details-left span,
div#checkout div.details-left img {
  display: inline-block;
  margin-right: 10px;
}
div#checkout div.details-right {
  text-align: right;
}
div#checkout div.details-right span {
  display: inline-block;
  margin-left: 10px;
}
div#checkout .shipping-information div.column,
div#checkout .payment-information div.column {
  float: left;
  padding: 0 10px;
  margin: 10px 0;
  min-height: 100px;
  width: 50%;
}
div#checkout .shipping-information div.double-border-right,
div#checkout .payment-information div.double-border-right {
  border-right: 1px solid #cccccc;
  box-shadow: 1px 0 0 #fff;
}
div#checkout .shipping-information div.double-border-bottom,
div#checkout .payment-information div.double-border-bottom {
  border-bottom: 1px solid #cccccc;
  box-shadow: 0 1px 0 #fff;
}
div#checkout div.ship-order input[type="radio"],
div#checkout div.select-creditcard input[type="radio"] {
  margin-top: 2px;
}
div#checkout div.ship-order .address,
div#checkout div.select-creditcard .address {
  line-height: 20px;
  margin-bottom: 20px;
}
div#checkout div.ship-order .address form,
div#checkout div.select-creditcard .address form {
  display: inline-block;
}
div#checkout div.ship-order .address a,
div#checkout div.select-creditcard .address a,
div#checkout div.ship-order .address .btn-link,
div#checkout div.select-creditcard .address .btn-link {
  color: #336699;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  padding: 0;
}
div#checkout div.ship-order span.glyphicon,
div#checkout div.select-creditcard span.glyphicon {
  color: #4fa600;
}
div#checkout div.tab-content div.row {
  margin-bottom: 10px;
}
div#checkout .utilities a.email-confirmation,
div#checkout .utilities span.print {
  color: #626469;
  text-decoration: none;
  display: block;
  margin: 0;
}
div#checkout .utilities .glyphicon {
  color: #4fa600;
  margin: 0;
}
div#checkout #sign-in .forgot-password {
  text-align: right;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  div#checkout {
    font-size: 14px;
  }
  div#checkout #tab-payment-method li {
    margin: 0 -2px;
  }
  div#checkout label.extn-phone-number {
    margin-top: 15px;
  }
  div#checkout .stepper {
    margin: 20px 0;
  }
  div#checkout .stepper #apc-step-nav {
    padding: 10px 0;
  }
  div#checkout h1.page-header {
    float: left;
    width: 54%;
  }
  div#checkout h1.page-header.no-float {
    float: none;
    width: 100%;
  }
  div#checkout h2.page-sub-header {
    font-size: 20px;
  }
  div#checkout #ship-order {
    padding: 0 10px;
  }
  div#checkout div.ship-order .address,
  div#checkout div.select-creditcard .address {
    background: #fff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 1px 1px 1px 1px #e0e0e0;
    box-shadow: 1px 1px 1px 1px #e0e0e0;
    border-radius: 5px;
    line-height: 20px;
    margin: 10px 0 0 0;
    height: auto;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    font-family: Arial;
  }
  div#checkout div.ship-order .address label,
  div#checkout div.select-creditcard .address label {
    display: block;
    padding-left: 0;
  }
  div#checkout div.ship-order .address .inner-padding,
  div#checkout div.select-creditcard .address .inner-padding {
    padding: 10px 10px 10px 25px;
  }
  div#checkout div.ship-order .address.highlight,
  div#checkout div.select-creditcard .address.highlight {
    border: 1px solid #4fa600;
    border-width: 1px;
    border-top-width: 5px;
  }
  div#checkout div.ship-order .address form,
  div#checkout div.select-creditcard .address form {
    display: block;
  }
  div#checkout div.ship-order .address a,
  div#checkout div.select-creditcard .address a {
    font-size: 14px;
  }
  div#checkout div.ship-order .edit-address-link .btn-link,
  div#checkout div.select-creditcard .edit-address-link .btn-link,
  div#checkout div.ship-order .edit-address-link .glyphicon,
  div#checkout div.select-creditcard .edit-address-link .glyphicon {
    color: #626469;
  }
  div#checkout div.ship-order .edit-address-link a,
  div#checkout div.select-creditcard .edit-address-link a {
    font-size: 14px;
  }
  div#checkout .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
  }
  div#checkout .call-link {
    font-size: 16px;
  }
  div#checkout .call-link a {
    color: #00962d;
  }
  div#checkout .previous-link {
    margin: 10px 0;
  }
  div#checkout .shipping-label {
    font-size: 14px;
    margin-bottom: 20px;
  }
  div#checkout .checkbox label {
    font-size: 14px;
  }
  div#checkout h3.section-header {
    font-weight: bold;
    margin: 10px 0;
  }
  div#checkout h3.section-header.marketing-header {
    margin: 30px 0 10px;
  }
  div#checkout h3.section-header .glyphicon {
    margin-left: 5px;
  }
  div#checkout #guest-user h3.section-header {
    margin-top: 0;
  }
  div#checkout #bottom-continue-payment {
    margin: 20px 0 10px;
  }
  div#checkout #sign-in .forgot-password {
    text-align: left;
  }
  div#checkout #apc-step-nav.basic-theme {
    padding: 10px 0 5px 0;
  }
  div#checkout .request-tax {
    font-size: 14px;
  }
  div#checkout div.order-details-panel {
    border: 1px solid #f4f4f4;
    border-radius: 0;
    border-width: 1px 0 1px 0;
    font-size: 14px;
    margin: 20px 0 20px 0;
    padding: 0;
  }
  div#checkout div.order-details-panel hr {
    display: none;
  }
  div#checkout div.order-details-panel .bordered-block {
    font-weight: bold;
    margin: -1px 0 0 0;
  }
  div#checkout div.order-details-panel .bordered-block:first-child {
    border-top-width: 0;
  }
  div#checkout div.order-details-panel .text-label .glyphicon {
    margin-left: 5px;
  }
  div#checkout div.order-details-panel .item-value {
    text-align: left;
  }
  div#checkout #ordered-items h3.section-header {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 10px;
  }
  div#checkout #ordered-items .ordered-item {
    border: 1px solid #f4f4f4;
    border-width: 1px 0 0 0;
    padding: 10px 0;
    margin-top: -1px;
  }
  div#checkout #ordered-items .ordered-item .item-img {
    float: left;
    width: 40%;
  }
  div#checkout #ordered-items .ordered-item .details {
    float: left;
    width: 60%;
  }
  div#checkout #ordered-items .ordered-item .details a {
    text-decoration: underline;
  }
  div#checkout #ordered-items .ordered-item .details-right {
    margin-top: 10px;
    text-align: left;
  }
  div#checkout #ordered-items .ordered-item .details-right span {
    margin-left: 0;
  }
  div#checkout #ordered-items .ordered-item .details-left {
    margin-top: 10px;
  }
  div#checkout.payment h2.page-sub-header {
    margin: 20px 0 10px 0;
  }
  div#checkout.payment #select-creditcard {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0;
  }
  div#checkout.payment #select-creditcard label .inner-padding {
    padding: 10px 10px 10px 30px;
  }
  div#checkout.payment #bank-transfer {
    margin-bottom: 20px;
  }
  div#checkout.payment #bank-transfer .row.bordered-block {
    margin: -1px 0 0;
    padding-left: 10px;
  }
  div#checkout.payment span.price {
    color: #4fa600;
  }
  div#checkout.order-review h2.page-sub-header {
    margin: 20px 0 10px 0;
  }
  div#checkout.order-review .po-block {
    margin: 20px 0;
  }
  div#checkout.order-review .link-section {
    margin: 0;
  }
  div#checkout.order-review #payment-information,
  div#checkout.order-review #shipping-information {
    border-radius: 4px;
    background-color: #fff;
    margin: 20px 10px;
  }
  div#checkout.order-review #payment-information div.column,
  div#checkout.order-review #shipping-information div.column {
    float: none;
    padding: 0 10px;
    width: 100%;
  }
  div#checkout.order-review #payment-information div.column.double-border-right,
  div#checkout.order-review #shipping-information div.column.double-border-right {
    border-right-width: 0;
  }
  div#checkout.order-review #payment-information div.double-border-bottom,
  div#checkout.order-review #shipping-information div.double-border-bottom {
    border-bottom-width: 0;
  }
  div#checkout.order-review #payment-information.content-panel,
  div#checkout.order-review #shipping-information.content-panel {
    padding: 0;
  }
  div#checkout.order-review #payment-information .edit-link,
  div#checkout.order-review #shipping-information .edit-link {
    padding: 10px 0;
  }
  div#checkout.order-review #payment-information .edit-link a,
  div#checkout.order-review #shipping-information .edit-link a {
    color: #626469;
  }
  div#checkout.order-review #payment-information .btn-default,
  div#checkout.order-review #shipping-information .btn-default {
    display: none;
  }
  div#checkout.order-review #form-co-order-review hr {
    border-top-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  div#checkout.order-review div.content-panel {
    margin: 0;
  }
  div#checkout.order-confirmation h1.page-header {
    margin-bottom: 20px;
  }
  div#checkout.order-confirmation .bordered-block.no-gutter {
    margin: 0;
    padding: 15px 10px;
  }
  div#checkout.order-confirmation .order-details-content.not(.resseler) {
    background-color: #fff;
  }
  div#checkout.order-confirmation .order-details-content h3.section-header {
    margin-bottom: 10px;
  }
  div#checkout.order-confirmation #order-summary h3.section-header {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
    padding: 20px 10px;
  }
  div#checkout.order-confirmation .order-details-panel {
    border-bottom-width: 0;
  }
  div#checkout.order-confirmation .utilities {
    text-align: center;
  }
  div#checkout.order-confirmation .utilities a,
  div#checkout.order-confirmation .utilities span.print {
    border: 1px solid #cccccc;
    background-color: #fcfcfc;
    padding: 10px;
  }
  div#checkout.order-confirmation .ordered-items-wrapper {
    border-top: 10px solid #f4f4f4;
  }
  div#checkout.order-confirmation .ordered-items-wrapper h3.section-header {
    padding: 20px 10px;
    margin: 0;
    border-bottom: 1px solid #f4f4f4;
    text-transform: uppercase;
  }
  div#checkout.order-confirmation .ordered-items-wrapper .mobile-table {
    margin-bottom: 20px;
  }
  div#checkout.order-confirmation .ordered-items-wrapper .mobile-table .apc-table tr {
    border-bottom: 5px solid #f4f4f4;
  }
  div#checkout.order-confirmation .ordered-items-wrapper .mobile-table .apc-table tr:last-child {
    border-bottom-width: 0;
  }
  div#checkout.order-confirmation .ordered-items-wrapper .mobile-table .apc-table tr td {
    border-top-width: 0;
    white-space: initial;
    padding: 0;
    border-bottom: 1px solid #f4f4f4;
  }
  div#checkout.order-confirmation .ordered-items-wrapper .mobile-table .apc-table tr td p {
    margin-bottom: 0;
  }
}
#mdlAddAddress form input[type="checkbox"],
#mdlEditAddress form input[type="checkbox"],
#mdlAddPaymentMethod form input[type="checkbox"],
#mdlAddAddress form input[type="radio"],
#mdlEditAddress form input[type="radio"],
#mdlAddPaymentMethod form input[type="radio"] {
  margin-top: 1px;
}
#mdlAddAddress .wrapper,
#mdlEditAddress .wrapper,
#mdlAddPaymentMethod .wrapper {
  max-height: 585px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #mdlAddAddress .wrapper,
  #mdlEditAddress .wrapper,
  #mdlAddPaymentMethod .wrapper {
    max-height: 1000px;
  }
  #mdlAddAddress .wrapper label.extn-phone-number,
  #mdlEditAddress .wrapper label.extn-phone-number,
  #mdlAddPaymentMethod .wrapper label.extn-phone-number {
    margin-top: 15px;
  }
}
/*Tax modal styles*/
#mdlTaxExcemption .taxExcemption {
  display: none;
}
#mdlTaxExcemption .modal-footer {
  border: none;
}
#mdlTaxExcemption .vat-excem,
#mdlTaxExcemption tax-excem {
  border: 1px solid #cccccc;
  padding: 10px 0 10px 0;
}
#mdlTaxExcemption .error-message {
  color: #e03007;
  padding-bottom: 10px;
  font-size: 14px;
  display: none;
}
/* ******************** auto suggest styles ******************** */
.dimSearchSuggContainer {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #FFF;
  border: #eaeaea thin solid;
  font-family: sans-serif;
  font-size: 13px;
  z-index: 9999;
}
.dimSearchSuggContainer .title {
  color: #626469;
  width: 98%;
  padding-left: 8px;
  padding-right: 5px;
}
.dimSearchSuggContainer .dimRoots {
  color: #626469;
  font-weight: bold;
  background: #eaeaea;
  margin-top: 10px;
  padding-left: 8px;
  padding-right: 5px;
}
.dimSearchSuggContainer .dimResult {
  cursor: pointer;
  font-size: 12px;
}
.dimSearchSuggContainer .dimResult table {
  width: 98%;
  border-collapse: separate;
}
.dimSearchSuggContainer .dimResult table td {
  text-align: left;
  padding: 0;
}
.dimSearchSuggContainer .dimResult a {
  color: #000;
}
.dimSearchSuggContainer .dimResult .link {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
}
.dimSearchSuggContainer .dimResult .link span {
  color: #dba144;
  font-weight: bold;
}
.dimSearchSuggContainer .dimResult img {
  width: 36px;
  height: 35px;
  border: #eaeaea thin solid;
}
.dimSearchSuggContainer .selected .link {
  background-color: #eaeaea;
}
/* ******************** Trade Ups Module ******************** */
.trade-ups .mod-trade-ups .btn-link {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.trade-ups .mod-trade-ups .table {
  border: solid 1px #cccccc;
}
.trade-ups .mod-trade-ups .table .new-row td {
  background: #eaeaea;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.trade-ups .mod-trade-ups .table .error-tooltip {
  position: absolute;
  top: auto;
  margin-top: 8px;
  padding: 4px;
}
.trade-ups .mod-trade-ups .col-1 {
  width: 26%;
}
.trade-ups .mod-trade-ups .col-2 {
  width: 20%;
}
.trade-ups .mod-trade-ups .col-3 {
  width: 21%;
}
.trade-ups .mod-trade-ups .col-4 {
  width: 16%;
}
.trade-ups .mod-trade-ups .col-5 {
  width: 15%;
}
.trade-ups .mod-trade-ups .col-6 {
  width: 1%;
}
.trade-ups .mod-trade-ups .col-7 {
  width: 1%;
}
.trade-ups .mod-trade-ups .popup-list {
  padding-left: 18px;
}
.trade-ups .mod-trade-ups .popup-list li {
  margin-bottom: 10px;
}
.trade-ups .mod-trade-ups .popup-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .trade-ups .mod-trade-ups .popup-title {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
  }
}
.trade-ups .mod-trade-ups .reset {
  margin-right: 15px;
}
.trade-ups .mod-trade-ups .btn {
  text-transform: none;
  /* margin-left: 10px; */
}
.trade-ups .mod-trade-ups .btn-primary.disabled {
  border: solid 1px transparent;
  background: #a1a1a1;
}
.trade-ups .mod-trade-ups .remove-btn {
  cursor: pointer;
}
.trade-ups .mod-trade-ups .alert {
  margin-bottom: 10px;
  padding: 10px;
}
.trade-ups .mod-trade-ups .alert a {
  text-decoration: underline;
  font-weight: bold;
}
.trade-ups .mod-trade-ups .info-panel {
  padding: 13px;
  background: #eaeaea;
  margin-bottom: 10px;
  border: solid 1px #eaeaea;
  font-weight: bold;
}
.trade-ups .mod-trade-ups .info-panel select {
  margin-top: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .trade-ups .mod-trade-ups #product-grid div.banner {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.trade-ups .mod-trade-ups div.banner {
  background: #eaeaea;
  margin: 20px 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .trade-ups .mod-trade-ups div.banner {
    background: #fff;
  }
}
.trade-ups .mod-trade-ups div.banner p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.trade-ups .mod-trade-ups div.banner a {
  float: right;
  width: 100%;
}
@media only screen and (min-width: 961px) {
  .trade-ups .mod-trade-ups div.banner a {
    background-color: #00962d;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
  }
  .trade-ups .mod-trade-ups div.banner a:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .trade-ups .mod-trade-ups div.banner a {
    text-decoration: underline;
  }
}
.trade-ups .mod-trade-ups .range-bar {
  margin-bottom: 5px;
  margin-top: 25px;
  border-bottom: solid 1px #626469;
  position: relative;
}
.trade-ups .mod-trade-ups .handle {
  width: 10px;
  height: 10px;
  background: #626469;
  display: block;
  position: absolute;
  top: -5px;
  border-radius: 10px;
  -webkit-transition: left 0.5s linear;
  -moz-transition: left 0.5s linear;
  -o-transition: left 0.5s linear;
  transition: left 0.5s linear;
}
.trade-ups .mod-trade-ups .info-small {
  color: #C0C0C0;
}
.trade-ups .mod-trade-ups .range-selector {
  margin-top: 8px;
}
.trade-ups .mod-trade-ups .range-selector.min .handle {
  background: #4fa600;
}
.trade-ups .mod-trade-ups .range-selector.min .min-val {
  color: #4fa600;
}
.trade-ups .mod-trade-ups .range-selector.max .handle {
  background: #e03007;
}
.trade-ups .mod-trade-ups .range-selector.max .max-val {
  color: #e03007;
}
.trade-ups .mod-trade-ups .link span {
  margin-right: 5px;
}
.trade-ups .mod-trade-ups .update-weight-txt {
  max-width: 45px;
  overflow: hidden;
  display: inline-block;
  float: left;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .trade-ups {
    font-size: 14px;
  }
  .trade-ups .item-block {
    border: 1px solid #f4f4f4;
  }
  .trade-ups #pdp .accordion-block .accordion-title h5 {
    padding: 4px 0;
    margin: 10px 0;
  }
  .trade-ups #pdp .accordion-block .accordion-title .glyphicon {
    margin-top: 14px;
  }
  .trade-ups .page-header {
    border-bottom-width: 0;
  }
  .trade-ups .overview a {
    text-decoration: underline;
  }
  .trade-ups .overview p {
    margin-bottom: 10px;
  }
  .trade-ups .tradeups-result-name {
    font-weight: bold;
  }
  .trade-ups .tradeups-delete-btn {
    text-align: center;
  }
  .trade-ups .mod-trade-ups .table {
    border: none;
    margin-bottom: 10px;
  }
  .trade-ups .mod-trade-ups .table .error-tooltip {
    position: relative;
    left: 0;
    bottom: 0;
    margin-bottom: 5px;
  }
  .trade-ups .mod-trade-ups .table .update-weight-txt {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 0 3px;
  }
  .trade-ups .mod-trade-ups .table thead {
    display: none;
  }
  .trade-ups .mod-trade-ups .table tr.tradeup-not-selected td:not(:first-of-type) {
    padding-top: 0;
    padding-bottom: 0;
  }
  .trade-ups .mod-trade-ups .table tr.tradeup-not-selected .table-visible {
    margin-bottom: 5px;
  }
  .trade-ups .mod-trade-ups .table tr td {
    display: block;
    width: 100%;
  }
  .trade-ups .mod-trade-ups .table tr .tradeups-result-data,
  .trade-ups .mod-trade-ups .table tr .tradeups-result-name {
    padding-left: 10px;
    padding-right: 10px;
  }
  .trade-ups .mod-trade-ups .table tr .tradeups-delete-btn {
    padding: 0;
  }
  .trade-ups .mod-trade-ups .table tr .tradeups-trash-icon {
    margin-right: 8px;
  }
  .trade-ups .mod-trade-ups .table tr .text-weight > span.visible-xs,
  .trade-ups .mod-trade-ups .table tr .text-capacity > span.visible-xs {
    font-weight: bold;
  }
  .trade-ups .mod-trade-ups .table tr.new-row td {
    padding-top: 5px;
    padding-bottom: 5px;
    background: none;
  }
  .trade-ups .mod-trade-ups .table .cell-label {
    display: block;
    font-weight: bold;
    color: #626469;
    text-transform: lowercase;
  }
  .trade-ups .mod-trade-ups .table .cell-label::first-letter {
    text-transform: uppercase;
  }
  .trade-ups .modal-body button.close {
    padding: 10px;
  }
  .trade-ups .modal-body .popup-list {
    width: 90%;
    margin: 0 auto;
  }
  .trade-ups .modal-body .popup-list li {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .trade-ups .btn-margin {
    margin-top: 10px;
  }
  .trade-ups .shadow-card {
    margin-top: 10px;
  }
  .trade-ups .mod-trade-ups nav ul.pagination li.next {
    display: none;
  }
  .trade-ups .mod-trade-ups nav ul.pagination {
    padding: 0 10px;
  }
  .trade-ups .mod-trade-ups .content-panel .link.mobile-inline-hidden {
    display: none;
  }
  .trade-ups .mod-trade-ups .content-panel .link.desktop-hidden {
    display: block;
  }
  .trade-ups table.apc-table tbody .add-to-cart-availability {
    text-align: center;
    font-size: 16px;
    background-color: #eaeaea;
  }
  .trade-ups .mod-trade-ups #right-navigation .nav > li {
    display: flex;
  }
  .trade-ups .mod-trade-ups #right-navigation .nav > li::after {
    display: none;
  }
  .trade-ups .mod-trade-ups .page-header.desktop-hidden {
    margin-bottom: 10px;
    margin-top: 0;
    border-bottom: none;
  }
  .trade-ups .mod-trade-ups .trade-form .button-group .add-btn {
    margin-top: 0;
  }
  .trade-ups .mod-trade-ups .nav-tabs {
    margin-top: 25px;
  }
  .trade-ups .mod-trade-ups #product-grid hr {
    display: none;
  }
  .trade-ups .mod-trade-ups .desktop-hidden .display-block {
    position: relative;
    top: -3px;
  }
  .trade-ups .mod-trade-ups .content-panel .col-md-4 .info-panel {
    background: #fff;
    border: none;
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
    margin-bottom: 0;
  }
  .trade-ups .mod-trade-ups .content-panel .col-md-3 > h4 {
    color: #4fa600;
    font-weight: bold;
    margin-top: 10px;
  }
  .trade-ups .mod-trade-ups .content-panel .col-md-3 > h4 + p {
    font-size: 14px;
  }
  .trade-ups .mod-trade-ups .content-panel .col-md-4 .info-panel-mg {
    margin-bottom: 25px;
  }
  .trade-ups .mod-trade-ups .content-panel .col-md-4 > h5 {
    margin-top: 20px;
    font-size: 16px;
    color: #000;
  }
  .trade-ups .mod-trade-ups .content-panel .range-selector {
    margin-top: 10px;
  }
  .trade-ups .mod-trade-ups .content-panel .range-bar {
    margin-bottom: 5px;
    margin-top: 27px;
    border-bottom: solid 1px #626469;
    position: relative;
  }
  .trade-ups .mod-trade-ups .content-panel .range-bar .handle {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: -5px;
    border-radius: 10px;
    -webkit-transition: left 0.5s linear;
    -o-transition: left 0.5s linear;
    transition: left 0.5s linear;
  }
  .trade-ups .mod-trade-ups .content-panel .btn-link {
    display: block;
    margin-bottom: 10px;
  }
  .trade-ups .mod-trade-ups .mobile-table .apc-table tbody tr:first-of-type {
    display: none;
  }
  .trade-ups .mod-trade-ups .mobile-table .apc-table tr td:first-of-type {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    border: none;
  }
  .trade-ups .mod-trade-ups .mobile-table .apc-table tr .apc-table tr:first-of-type {
    display: none;
  }
  .trade-ups .mod-trade-ups .pagination-title {
    margin-left: 10px;
  }
  .trade-ups .mod-trade-ups .tradeups-links-wrapper {
    padding: 0;
  }
  .trade-ups .mod-trade-ups div#right-navigation .sale-support,
  .trade-ups .mod-trade-ups div#right-navigation .liveagentbutton-offline,
  .trade-ups .mod-trade-ups div#right-navigation .liveagentbutton-online {
    width: 95%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .trade-ups .mod-trade-ups div#right-navigation h3 {
    margin-bottom: 10px;
    margin-left: 10px;
    border: none;
    font-size: 18px;
  }
  .trade-ups .mod-trade-ups div#right-navigation .nav > li > a {
    padding: 13px 5px;
    padding-left: 8px;
  }
  .trade-ups .mod-trade-ups #modelInformation div.model-information-table td.add-to-cart .btn-nogrd-green {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
  }
  .trade-ups .mod-trade-ups #modelInformation div.model-information-table td.add-to-cart {
    padding: 10px 0;
    vertical-align: middle;
    border: none;
  }
  .trade-ups .mod-trade-ups .add-to-cart {
    padding: 5px 10px;
  }
  .trade-ups .mod-trade-ups .locate-partner {
    margin: 10px;
  }
  .trade-ups .mod-trade-ups nav > ul.nav li {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #f4f4f4;
  }
  .trade-ups .mod-trade-ups nav > ul.nav li:first-of-type {
    border-top: 1px solid #f4f4f4;
  }
  .trade-ups .mod-trade-ups nav > ul.nav li::after {
    content: '';
    position: absolute;
    top: 13px;
    right: 5px;
    width: 20px;
    display: block;
    height: 20px;
    padding-right: 10px;
    background-image: url(/static/images/arrow-grey.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .trade-ups .mod-trade-ups #product-grid .page-header {
    border-bottom: none;
    margin: 0 10px;
  }
  .trade-ups .mod-trade-ups #product-grid .page-header + p {
    margin: 0 10px;
    border-bottom: none;
  }
  .trade-ups .mod-trade-ups #product-grid .page-header hr {
    border: none;
  }
  .trade-ups .mod-trade-ups #product-grid .page-header .item:hover {
    box-shadow: none;
    border: none;
  }
  .trade-ups .mod-trade-ups .locate-partner {
    margin-top: 10px;
  }
  .trade-ups .mod-trade-ups div#right-navigation .nav > li > a::before {
    display: none;
  }
  .trade-ups .mod-trade-ups .white-mg {
    margin-bottom: 20px;
  }
  .trade-ups .mod-trade-ups .sku-info {
    padding: 5px 0 20px;
  }
  .trade-ups .mod-trade-ups .sku-info .col-md-3 h4 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
    padding: 10px 0 0;
  }
  .trade-ups .mod-trade-ups .sku-info .desc {
    font-size: 14px;
    color: #666;
    font-weight: bold;
  }
  .trade-ups .mod-trade-ups .btn-tradeups-addcart {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
  }
  .trade-ups .mod-trade-ups .content-panel .link {
    display: block;
    text-align: center;
  }
  .trade-ups .mod-trade-ups .content-panel .link > span {
    margin: 15px 8px 15px 0px;
  }
}
.add-to-cart .green-tel {
  display: none;
}
.mod-trade-ups .content-panel .link.mobile-inline-hidden {
  display: inline-block;
}
.mod-trade-ups .content-panel .link.desktop-hidden {
  display: none;
}
.mod-trade-ups .range-bar {
  margin-bottom: 5px;
  margin-top: 27px;
  border-bottom: solid 1px #626469;
  position: relative;
}
.mod-trade-ups .handle {
  width: 10px;
  height: 10px;
  background: #626469;
  display: block;
  position: absolute;
  top: -5px;
  border-radius: 10px;
  -webkit-transition: left 0.5s linear;
  -o-transition: left 0.5s linear;
  transition: left 0.5s linear;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .mod-trade-ups #pdp .relatedProdPanel {
    margin-top: 30px;
  }
  .mod-trade-ups .apc-carousel {
    padding: 0;
  }
}
#apc-footer {
  background: #f4f4f4;
  padding: 10px;
}
#apc-footer div.footer-links {
  float: left;
}
#apc-footer div.footer-copyrightinfo {
  float: right;
}
@media only screen and (min-width: 961px) {
  #apc-footer a {
    color: #626469;
    padding: 0 10px;
    position: relative;
  }
  #apc-footer a:after {
    content: ' ';
    border-right: 1px solid #626469;
    height: 11px;
    position: absolute;
    right: 0;
    top: 2px;
  }
  #apc-footer a.last:after {
    content: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  #apc-footer hr {
    border-top: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #apc-footer div.footer-links,
  #apc-footer div.footer-copyrightinfo {
    float: none;
  }
  #apc-footer div.footer-links a,
  #apc-footer div.footer-copyrightinfo a {
    color: #626469;
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
  }
}
#footer-poms .band-b {
  background: #87D300;
  border-bottom: 1px solid #4fa600;
  height: 20px;
}
#footer-poms .band-c {
  background: #eaeaea;
  border-bottom: 1px solid #cccccc;
  height: 20px;
}
#footer-poms .footer-links {
  text-align: center;
}
#footer-poms .footer-links a {
  display: inline-block;
  padding: 10px 20px;
}
#footer-poms .footer-copyrightinfo {
  text-align: center;
}
/* ******************** SE : Global Footer : Start ******************** */
#footer {
  font-size: 10px;
  height: 25px;
  /*  margin-left: 10px;
    margin-right: 10px;
*/
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 2px;
  padding-right: 2px;
  background: #eaeaea repeat-x;
  margin: 0 15px;
}
#footer a {
  /* border-left: 1px solid #626469; */
  padding-left: 6px;
  padding-right: 6px;
  _height: 0;
  color: #626469;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
  color: #369;
}
#footer a.first {
  border: 0;
}
#footer .footer-link {
  height: 12px;
  text-align: left;
  float: left;
  /* border-right: 1px solid #626469; */
}
#footer .footer-divider {
  height: 9px;
  border-right: 1px solid #626469;
  width: 1px;
  margin-top: 2px;
  float: left;
}
#footer-copyrightinfo {
  text-align: right;
  float: right;
}
#footer-links {
  text-align: left;
  float: left;
}
/* ******************** SE : Global Footer : End ******************** */
/* ******************** Bazaar voice custom review styles ******************** */
.BVRRSectionHeaderContainer {
  background: #00962d;
  padding: 8px;
  text-align: left;
}
.BVRRSectionHeader {
  color: #fff;
}
.BVRRRatings {
  background: #fff;
  border: solid 1px #e0e0e0;
}
.BVRRSectionBody {
  background: #fff;
  border: solid 1px #e0e0e0;
}
.BVRRSectionBody.BVRRProductInformation {
  border: none;
}
.BVRRFieldLabel {
  font-size: 12px;
  font-weight: normal;
}
.BVRRSectionHeaderSuffix {
  padding-left: 5px;
}
.BVRRSectionHeaderSuffix .BVRRRequiredFieldIndicator {
  display: none;
}
.BVRRContainer input[type="text"],
.BVRRContainer select,
.BVRRContainer textarea {
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555555;
  display: block;
  font-size: 14px;
  height: 28px;
  line-height: 1.42857143;
  padding: 6px 12px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.BVRRSectionBodyContainer {
  padding: 10px;
}
.BVRRFieldContainerReviewContextualDataField {
  margin-bottom: 10px;
}
.BVRRFieldHelper {
  font-size: 12px;
  margin-top: 5px;
}
.BVRRSubmissionButtonContainer {
  float: right;
  margin-right: 0;
  text-align: right;
}
.BVRRSubmissionButtonContainer input {
  float: right;
  height: 25px;
  margin-left: 10px;
}
.BVRRReviewFormButtons {
  float: right;
  margin-right: 0;
  margin-top: 15px;
  text-align: right;
}
.BVRRReviewFormButtons input {
  float: right;
  height: 25px;
  margin-left: 10px;
}
.BVRRSubmissionFooter {
  border: none;
  overflow: hidden;
}
.BVRRReviewTextContainer {
  font-size: 13px;
}
.BVRRReviewDisplayStyle3Summary {
  font-size: 13px;
}
.BVRRSubmitContentHeader {
  background: #f0f2d2;
  border: 1px solid #e4e7bc;
  font-size: 13px;
  margin-top: 15px;
  padding: 15px;
}
.BVRRPreviewTermsAndConditionsNotice {
  float: left;
}
#BVSubmissionContainer {
  margin-top: 25px;
}
.BVRRReviewThankYouContent,
.BVRRThankYouContent {
  background: #87D300;
  border: 1px solid #4fa600;
  color: #fff;
  font-size: 13px;
  margin-top: 15px;
  padding: 15px;
}
.BVRRReviewDisplayStyle3Summary .BVRRLabel {
  display: block;
  margin-top: 5px;
}
#poms ul.order-nav {
  float: right;
  margin-bottom: 20px;
}
#poms ul.order-nav li {
  display: inline-block;
}
#poms ul.order-nav li.last-child a {
  border-right: none;
}
#poms ul.order-nav a {
  border-right: 1px solid #cccccc;
  padding: 0 10px 0 10px;
}
#poms ul.order-nav a:hover,
#poms ul.order-nav a:focus {
  background: none;
}
#poms div.table-panel {
  border: 1px solid #cccccc;
  padding: 1px;
  margin: 0 0 20px 0;
}
#poms div.table-panel [class*="col-md-"] {
  padding: 5px;
}
#poms div.table-panel hr {
  margin: 5px 0;
}
#poms div.table-panel .header {
  background: #4fa600;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}
#poms div.table-panel .sub-header div {
  background: #f4f4f4;
  font-weight: bold;
}
#poms table.poms-table {
  border-collapse: separate;
  border-spacing: 1px;
}
#poms .help-block.highlight {
  color: #e03007;
}
#poms.order-details div.panel-body {
  min-height: 250px;
}
#poms.order-details div.panel-body div.row {
  margin-bottom: 10px;
}
#poms.order-details div.panel-body address {
  margin-bottom: 0;
}
/* ******************** change site ******************** */
div#change-site .map-dropdown {
  background: #fff url(../images/background_map.jpg) no-repeat top left;
  padding: 20px 0;
}
div#change-site .country-selection,
div#change-site .map-selection {
  float: left;
  width: 50%;
}
div#change-site .map-selection {
  text-align: center;
}
div#change-site .btn {
  vertical-align: top;
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}
button.multiselect {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
  .multiselect-container {
    float: none;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    margin-top: 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
  }
  .multiselect-container.dropdown-menu {
    float: none;
  }
  .multiselect.btn {
    float: none;
  }
}
/* added on 11-30 */
.header-container .header-content .main-menu .menu-level-two-links > a::after {
  background: rgba(0, 0, 0, 0) url("img/black-arrow-right.png") no-repeat scroll 0 0 / cover;
  content: "";
  height: 11px;
  position: absolute;
  right: 33px;
  top: 8px;
  width: 6px;
}
.header-container .header-content .main-menu > li:nth-of-type(2) ul:first-child > li:nth-of-type(3) > a.clicked:first-child::before,
.header-container .header-content .main-menu > li:nth-of-type(2) ul:first-child > li:nth-of-type(4) > a.clicked:first-child::before,
.header-container .header-content .main-menu > li:nth-of-type(2) ul:first-child > li:nth-of-type(5) > a.clicked:first-child::before {
  background-color: #ededed;
  content: "";
  display: block;
  height: 10px;
  opacity: 1;
  padding-right: 20px;
  position: absolute;
  right: -18px;
  top: 22px;
  width: 112%;
}
.header-container .header-content .main-menu > li:nth-of-type(2) ul:first-child > li:nth-of-type(4) > a.clicked:first-child::before {
  width: 122%;
}
.header-container .header-content .main-menu > li:nth-of-type(2) ul:first-child > li:nth-of-type(5) > a.clicked:first-child::before {
  width: 132%;
}
.header-container .header-content .main-menu .menu-level-one-links > div > div {
  background-color: #ededed;
  height: 90%;
  position: relative;
}
.header-container .header-content .main-menu .menu-level-three .menu-level-three-links:nth-child(3) {
  border-bottom: medium none;
  float: right;
  margin-left: 0;
  margin-right: 15%;
  min-height: 200px;
  padding-top: 14px;
}
.header-container .header-content .main-menu .menu-level-three .menu-level-three-links:nth-child(5) {
  border-bottom: 1px solid #a1a1a1;
  padding-bottom: 14px;
}
.header-container .header-content .main-menu .menu-level-three .menu-level-three-links:nth-child(6) {
  padding-top: 14px;
}
.header-container .header-content .main-menu > li:nth-of-type(2) > ul > li:nth-of-type(5) > div .menu-level-three .menu-level-three-links {
  border-bottom: 1px solid #a1a1a1;
  float: none;
  min-height: 10px;
  padding: 14px 0;
}
.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e260";
  float: right;
  color: grey;
  font-weight: normal;
  position: absolute;
  right: 6px;
  top: 12px;
}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e259";
  /* adjust as needed, taken from bootstrap.css */
}
.showLess {
  display: none;
}
.loadMore,
.showLess {
  cursor: pointer;
  float: right;
  text-align: right;
  font-size: 11px;
  width: 100%;
  padding-right: 0px !important;
}
.loadMore:hover,
.showLess:hover {
  text-decoration: underline;
  color: #336699;
}
.myList li {
  display: none;
}
#promo-card * {
  word-wrap: break-word;
  overflow: hidden;
  list-style-position: inside;
}
#product-grid div.promocard {
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-bottom: 20px;
  height: 490px;
  padding: 10px;
}
#product-grid div.promocard:hover {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #95979c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #95979c;
}

#radio-group input[type="radio"] {
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
}

#radio-group input[type="radio"] + label {
  position: relative;  
  line-height: 25px;
  margin:0 0 10px 0;
  font-weight:normal;
}

#radio-group input[type="radio"] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  height: 14px;
  width: 14px;
  background: white;
  border: 1px solid gray;
  box-shadow: inset 0px 0px 0px 2px white;
  -webkit-box-shadow: inset 0px 0px 0px 2px white;
  -moz-box-shadow: inset 0px 0px 0px 2px white;
  -o-box-shadow: inset 0px 0px 0px 2px white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
}

#radio-group input[type="radio"]:checked + label:before {
  border: 5px solid rgb(0, 110, 255);
  background: white;
}

/* Product merchendasing with badges */

@font-face {
  font-family: 'Open Sans';
  src: url(/static/fonts/OpenSans-Light.ttf);
  src: url(/static/fonts/OpenSans-Light.ttf) format("truetype"), url(/static/fonts/OpenSans-Light.woff2) format("woff2"), url(/static/fonts/OpenSans-Light.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url(/static/fonts/OpenSans-Regular.ttf);
  src: url(/static/fonts/OpenSans-Regular.ttf) format("truetype"), url(/static/fonts/OpenSans-Regular.woff2) format("woff2"), url(/static/fonts/OpenSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url(/static/fonts/OpenSans-Bold.ttf);
  src: url(/static/fonts/OpenSans-Bold.ttf) format("truetype"), url(/static/fonts/OpenSans-Bold.woff2) format("woff2"), url(/static/fonts/OpenSans-Bold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.product-badge {
  display: block;
  text-align: center;
  padding: 0px 10px;
  height: 20px;
  background-color: #a9a9a9;
  color: #ffffff;
  position: relative;
  font-family: 'Open Sans', 'Lucida Grande', Lucida, 'Lucida Sans Unicode', sans-serif;
}

.product-badge::before {
  position: absolute;
  content: '';
  border: 2px solid #a9a9a9;
  border-left-color: transparent;
  border-bottom-color: transparent;
  bottom: -4px;
  left: 0;
}

.product-badge .product-badge-title {
  color: inherit;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}

.product-badgeBestPerformance {
  background-color: #e47f00;
}
.product-badgeBestPerformance::before {
  border-right-color: #9e5800;
  border-top-color: #9e5800;
}

.product-badgeBestValue {
  background-color: #FFD100;
  color: #333333;
}
.product-badgeBestValue::before {
  border-right-color: #B19100;
  border-top-color: #B19100;
}

.product-badgeBestSeller {
  background-color: #b10043;
}
.product-badgeBestSeller::before {
  border-right-color: #640026;
  border-top-color: #640026;
}

.product-badgeFeatured {
  background-color: #42b4e6;
}
.product-badgeFeatured::before {
  border-right-color: #0087cd;
  border-top-color: #0087cd;
}

.product-badgeNew {
  background-color: #3dcd58;
}
.product-badgeNew::before {
  border-right-color: #009530;
  border-top-color: #009530;
}

/* for srp page*/
.result-list__item-inner-wrap {
  position: relative;
}
.result-list__item-inner-wrap .product-badge {
  position: absolute;
  z-index: 3;
  top: -1px;
  left: -5px;
}

.result-list__item_product-with-badge .result-list__item-inner {
  padding-top: 24px;
}

@media only screen and (max-width: 961px) {
  .result-list__item_product-with-badge .result-list__item-inner {
      padding-top: 20px;
  }
}

/*pdp page*/

.product-with-badge .product-badge {
  position: absolute;
  z-index: 2;
  top: -1px;
  left: -5px;
}
@media only screen and (max-width: 960px) and (min-width: 320px) {
  #pdp .contentLeft {
      width: calc(100% - 20px);
      margin: 0 auto;
      border: 1px solid #ededed;
  }
  #pdp .socialMediaPanel {
      border-left-color: transparent;
      border-right-color: transparent;
      height: 45px;
  }
  #pdp .socialMediaRight span:last-child {
      border-right: none;
  }
  #pdp .contentLeft .vertical-carousel .single-container {
    margin: 0;
  }
}

/* Family page */
#modelInformation .table.apc-table .product-badge {
  position: absolute;
  top: -1px;
  left: -5px;
  white-space: nowrap;
}
#modelInformation .table.apc-table tr td:first-child {
  position: relative;
}

#modelInformation .table-responsive {
  overflow-x: visible;
}

#modelInformation div.model-information-table td.add-to-cart a.call-to-action--family {
  background: transparent;
  color: #333;
  font-size: 12px;
  text-transform: none;
  text-align: inherit;
  padding: 0;
}
#modelInformation div.model-information-table td.add-to-cart a.call-to-action--family span.desktop-inline-hidden {
  color: #00962d;
  font-weight: bold;
}
@media only screen and (min-width: 961px) {
  #modelInformation .mobile-table .table.apc-table tr.with-product-badge td {
      padding-top: 18px;
  }

  #modelInformation div.model-information-table table.apc-table {
      border-spacing: 0px !important;
  }

  #modelInformation .table.apc-table thead tr th:not(:last-child) {
      border-right: 1px solid #ffffff;
  }

  #modelInformation .table.apc-table tbody tr:not(.hidden-row) td {
      border-top: 1px solid #ededed;
      border-right: 1px solid #ffffff;
  }
  #modelInformation .table.apc-table tbody tr:not(.hidden-row):last-child td {
      border-bottom: 1px solid #ededed;
  }
  #modelInformation .table.apc-table tbody tr:not(.hidden-row) td:first-child {
      border-left: 1px solid #ededed;
  }

  #modelInformation .table.apc-table tbody tr:not(.hidden-row) td:last-child {
      border-right: 1px solid #ededed;
  }
}

@media only screen and (max-width: 960px) and (min-width: 320px) {
  #modelInformation .table.apc-table .product-badge {
      top: 0px;
      left: -4px;
  }
  #modelInformation div.model-information-table table.apc-table {
      border-width: 0px;
  }
  #modelInformation .mobile-table .table.apc-table tr:not(.hidden-row) {
      display: block;
      border-left: 10px solid #f4f4f4;
      border-right: 10px solid #f4f4f4;
      border-bottom: none;
  }

  #modelInformation .mobile-table .table.apc-table tr.with-product-badge td:first-child {
      padding-top: 25px;
  }
}

.popup-video-container {
  width: 100vw;
  height: 100vh;
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-video-shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: hsla(0,0%,100%,.6);
  z-index: 1;
}

.popup-video-content {
  z-index: 3;
  position: relative;
  width: 90%;
  max-width: 800px;
  min-width: 320px;
}

.popup-video-content:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.popup-video-content > iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.video-preloader {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #42b4e6;
  will-change: transform;
  border-right-color: #eaeaea;
  transform: rotate(-45deg);
  animation-name: videoPreloaderAnimation;
  animation-delay: 160ms;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes videoPreloaderAnimation {
  from {
      transform: rotate(-45deg);
  }

  to {
      transform: rotate(305deg);
  }
}

.popup-video-closer {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: -30px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAQAAABedl5ZAAAAAmJLR0QA/4ePzL8AAADvSURBVBgZXcGxK4RxHMfxDzrKTbqizsCA2cCiDEajdIPhSnf3ff8ePZn8AwYlG4vJcjFZbMrAIMMpFqVEYSAy6Uoudfclp7ser5fCabiIM0qwSV5YE5c4lXxaLTbGGx42VcjygHOy3KNfxSGecA5JSSqO8IpzkOuSon5ucTujV01hgirOdj5t5zjXcUZtzFDDucF5jAaVZHM0cKuGUf3HBo6Hus0riRWcGrs4n6VptdkiDephQWIL593G1WSzfOHE+rHayT7OczQsyab4wFnXn1w3Rzh3pQFxj4c9dahlqY8r3MqyHSuTUkIhG46JvwFE0mxEPEc02QAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px;
  cursor: pointer;
}

@media screen and (max-height: 400px) {
  .popup-video-content {
      width: 75%
  }
}

/*# sourceMappingURL=apc.css.map */
