.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
html {
  font-size: 100%;
}
* {
  word-wrap: break-word !important;
}
button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
body {
  margin: 0;
  padding: 0;
  background: #f1f2f2;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3em;
  color: #333333;
  /*fixend*/

}
body .row-fluid {
  margin-bottom: 30px;
}
body .row-fluid:last-child {
  margin-bottom: 0px;
}
body .section-container-main-navigation {
  margin-bottom: 20px;
}
table.tableFixedLayout {
  table-layout: fixed;
  width: 100%;
}
.sb-site-container {
  background-color: transparent !important;
  z-index: inherit !important;
}
.inline {
  margin-bottom: 0px;
}
.inline.purchase-list-top-buttons li {
  margin-top: 3px;
  margin-bottom: 3px;
}
label.inline {
  display: inline;
}
.sb-slidebar {
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}
a:link,
a:hover,
a:visited,
a:active {
  text-decoration: none;
  color: #005dab;
}
a:link:hover,
a:hover:hover,
a:visited:hover,
a:active:hover {
  color: black;
  text-decoration: underline;
}
a:link.active,
a:hover.active,
a:visited.active,
a:active.active {
  text-decoration: underline;
  color: black;
  cursor: default;
}
h1 {
  font-size: 2.6em;
  line-height: 1.25em;
  color: #333333;
  margin: 10px 0 30px 0;
}
h2 {
  font-size: 2.6em;
  line-height: 1.25em;
  color: #333333;
  margin: 40px 0;
}
h3 {
  font-size: 2em;
  line-height: 1.25em;
  color: #333333;
  margin: 20px 0;
}
h4 {
  font-size: 1.75em;
  line-height: 1.25em;
  color: #333333;
  margin: 15px 0;
}
p:empty {
  margin-bottom: 0;
}
.form-horizontal.large-form-titles .control-label {
  width: 260px;
}
.form-horizontal.large-form-titles .controls {
  margin-left: 280px;
}
.required {
  color: #cc0000;
}
.required {
  color: #cc0000;
}
.strong {
  font-weight: 700;
}
.hide,
.hidden {
  display: none;
}
.hide[class*="span"],
.hidden[class*="span"] {
  display: none;
}
.hide[class*="span"]:first-child + [class*="span"],
.hidden[class*="span"]:first-child + [class*="span"] {
  margin-left: 0;
}
span.visible-desktop {
  display: inline;
}
.v-margin {
  margin: 5px 0;
}
.no-margin {
  margin: 0 !important;
}
.tab-content {
  overflow: visible;
}
.nowrap {
  white-space: nowrap !important;
}
.pointer-cursor,
.cursorhand {
  cursor: pointer;
}
.default-cursor {
  cursor: default;
}
.default-shopping-cart {
  background-color: #ffffcc;
}
.btn {
  border: 1px solid #eff6ff !important;
  background: #eff6ff;
  color: #005dab !important;
  padding: 0 10px !important;
  line-height: 37px !important;
  text-decoration: none !important;
  text-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none!important;
  -webkit-transition: 0s !important;
  -moz-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s!important;
  overflow: hidden;
  margin-top: 0!important;
  white-space: normal;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.btn:hover {
  background: #a3cbff !important;
  border: 1px solid #a3cbff !important;
}
.btn:active {
  background: #1d1d1d !important;
}
.btn:focus {
  background: #eff6ff;
}
.btn .caret {
  margin-top: 17px;
}
.btn.btn-vspacer {
  margin-bottom: 5px !important;
}
.btn.btn-link {
  border: 0 !important;
  background: none !important;
  text-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none!important;
  color: #005dab !important;
  text-decoration: none !important;
}
.btn.btn-link:hover {
  color: black !important;
  text-decoration: underline !important;
}
.btn.btn-large {
  font-size: 2em;
  padding: 10px 20px !important;
}
.btn.btn-mini {
  font-size: 12.5px !important;
}
.btn.btn-mini .caret {
  margin-left: 3px;
  margin-top: 6px;
}
.btn.btn-mini.dropdown-toggle {
  border-left: 1px solid black !important;
  margin-left: 4px !important;
}
.btn.addtopurchaselist-caret .caret {
  border-bottom-color: white;
  border-top-color: white;
}
.btn.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-secondary {
  background-color: #eff6ff !important;
  border: 1px solid #eff6ff !important;
  color: #005dab !important;
}
.btn-secondary:hover {
  background: white !important;
  border: 1px solid white !important;
}
.btn-secondary:active {
  background: #bcd9ff !important;
}
.btn-secondary:focus {
  background-color: #eff6ff !important;
}
.btn-secondary.dropdown-toggle {
  border-left: 1px solid white !important;
}
.btn-primary {
  background-color: #428bca !important;
  border: 1px solid #428bca !important;
  color: white !important;
}
.btn-primary:hover {
  background: #6aa3d5 !important;
  border: 1px solid #6aa3d5 !important;
}
.btn-primary:active {
  background: #3071a9 !important;
}
.btn-primary:focus {
  background-color: #428bca !important;
}
.btn-view-more {
  height: 60px;
  line-height: 60px !important;
  margin-top: 40px;
  margin-bottom: 20px;
}
.btn-view-more:before {
  content: "↓";
  float: left;
}
.btn-view-more:after {
  content: "↓";
  float: right;
}
.btn-networks li {
  padding: 0 !important;
}
.btn-group > .btn {
  font-size: 0.9rem !important;
}
.nav-pills li a,
.nav-tabs li a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.nav-pills li a.selected-panel,
.nav-tabs li a.selected-panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #eff6ff !important;
  color: #005dab !important;
}
.nav-pills li a.selected-panel:hover,
.nav-tabs li a.selected-panel:hover {
  color: #005dab !important;
  background: #eff6ff !important;
  cursor: default;
}
.nav-pills li a:hover,
.nav-tabs li a:hover {
  background: white !important;
}
.nav-pills li.active a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #eff6ff !important;
  color: #005dab !important;
}
.nav-pills li.active a:hover {
  color: #005dab !important;
  background: #eff6ff !important;
  cursor: default;
}
.datepicker td,
.datepicker th {
  text-align: center !important;
}
.datepicker .icon-arrow-left,
.datepicker .icon-arrow-right {
  color: #333333;
  font-family: FontAwesome;
  font-style: normal;
  line-height: 20px;
}
.datepicker .icon-arrow-left:after {
  content: "\f0d9";
}
.datepicker .icon-arrow-right:after {
  content: "\f0da";
}
.datepicker-days .active {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-image: none!important;
  background-color: #eff6ff !important;
  color: #005dab !important;
}
.well-box {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.well-box .row-fluid {
  margin: 0;
}
.well-box .btn {
  margin-bottom: 0;
}
.well-box hr {
  border-color: #e0e0e0;
}
.modal .modal-header h3 {
  color: #333333;
}
.modal iframe.span12 {
  margin-left: 0px;
}
.boxshad {
  background: none transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box {
  padding: 10px;
  margin-bottom: 10px;
}
.box form {
  margin-bottom: 0;
}
.box .control-group:last-child {
  margin-bottom: 0;
}
.alert {
  padding: 10px;
}
.alert.alert-businessaccount {
  color: black;
}
.alert.alert-businessaccount > h4 {
  font-size: 1.25em;
  font-weight: bold;
}
.alert.alert-businessaccount > h4:before {
  width: 15px;
  height: 18px;
  text-align: center;
  content: "!";
  font-size: 1.25em;
  display: inline-block;
  background: black;
  color: white;
  margin-right: 10px;
  padding: 7px 10px 10px 10px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.alert.alert-businessaccount h4 {
  color: black;
}
.alert.alert-businessaccount .collapse.in {
  margin-top: 15px;
}
.alert.alert-businessaccount .table tr:first-child td.contentText {
  background: none!important;
  border: 0 !important;
}
.alert.alert-businessaccount .table td {
  text-align: left;
  border: 0;
}
.alert.alert-businessaccount .table table {
  background: white;
}
.alert.alert-businessaccount .table table th {
  background: black;
  color: white;
}
.alert.alert-businessaccount .table table td {
  border: 1px solid #999999;
}
.alert.alert-important:before {
  width: 15px;
  height: 18px;
  text-align: center;
  content: "!";
  font-size: 1.25em;
  display: inline-block;
  background: black;
  color: white;
  margin-right: 10px;
  padding: 7px 10px 10px 10px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ajaxloading-container {
  width: 100%;
  text-align: center;
}
.notify-option .ajaxloading-container {
  width: 50%;
  display: inline-block;
}
.basket-pop .ajaxloading-container {
  padding: 10px 0;
  min-height: 30px;
}
.ajaxloading-big {
  background: transparent url('/ContentEcom/images/ajax-loader-big.gif?fv=A51C5608D01ACF32DF728F299767F82B-3208');
  width: 32px;
  height: 32px;
  margin: auto;
}
.ajaxloading-small {
  background: transparent url('/ContentEcom/images/ajax-loader-small.gif?fv=7B9776076D5FCEEF4993B55C9383DEDD-1849');
  width: 16px;
  height: 16px;
  margin: auto;
}
.area-red {
  border: 1px dashed #ff0008;
  padding: 7px;
}
.break {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.popover {
  z-index: 1039 !important;
  max-width: 265px;
  min-width: 235px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.popover .popover-title {
  background-color: #428bca;
  color: white;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 5px 4px;
  font-size: 1em !important;
  min-height: 0 !important;
  line-height: normal !important;
}
.popover .popover-content {
  padding: 4px 4px;
}
.popover .popover-close {
  color: white;
  font-weight: bold;
  font-size: 1.25em;
  cursor: pointer;
  padding-left: 5px;
  line-height: normal;
  margin-top: -4px;
}
.popover .popover-close:hover {
  color: #bfbfbf;
}
.table-condensed td {
  vertical-align: top;
}
.table-condensed td:first-child {
  text-align: left;
}
.table-condensed td:last-child {
  text-align: right;
}
.table-ehf hr {
  margin: 3px 0;
}
.table-listing h5.well {
  margin-bottom: 0;
  color: #666666;
  font-weight: normal;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-bottom: 0;
}
.table-listing .sortup span:after {
  content: "▲";
  text-decoration: none !important;
  font-size: 0.6em;
  margin-left: 3px;
}
.table-listing .sortdown span:after {
  content: "▼";
  text-decoration: none !important;
  font-size: 0.6em;
  margin-left: 3px;
}
.table-listing .table tr:nth-child(even) {
  background-color: #f3f3f3;
}
.table-listing .table tr.substitute {
  border: 1px solid #999999;
  border-top-width: 20px;
}
.table-listing .table tr.substitute > td:first-child:before {
  color: white;
  padding: 3px 7px;
  font-size: 0.75em;
  font-weight: 700;
  position: absolute;
  display: block;
  content: "Substitut ▼";
  margin-top: -31px;
  margin-left: -10px;
}
.table-listing .table table td {
  border-top: 0 !important;
  padding: 3px 0 !important;
}
.table-listing .table table tr {
  border: 0;
}
.table-listing .table table tr:nth-child(even) {
  background-color: transparent;
}
.table-listing .table .table-row-active {
  background-color: #fff9cf !important;
}
.table-listing .table-info {
  display: block;
  position: relative;
  margin-top: -12px;
  margin-bottom: 20px;
}
.table-listing .table-info.muted {
  color: #666666;
}
.table-listing .table-ehf tr,
.table-listing .table-ehf td {
  border: none !important;
  background-color: transparent !important;
  text-align: right;
}
.pagination {
  margin-top: 0px;
}
.pagination ul {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
.pagination ul > li:first-child > a,
.pagination ul > li:last-child > a {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
.pagination ul > li > a {
  border-color: #e5e5e5;
}
.catalog-page {
  margin-top: 60px;
}
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='time'],
input[type='week'],
input[type='text'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='url'] {
  height: 39px;
  line-height: 39px;
  padding: 0 8px;
  margin: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  resize: none;
  box-sizing: border-box;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
textarea.input-mini,
input[type='text'].input-mini,
input[type='password'].input-mini,
input[type='datetime'].input-mini,
input[type='datetime-local'].input-mini,
input[type='date'].input-mini,
input[type='time'].input-mini,
input[type='week'].input-mini,
input[type='text'].input-mini,
input[type='number'].input-mini,
input[type='email'].input-mini,
input[type='tel'].input-mini,
input[type='url'].input-mini {
  text-align: center;
  padding: 0;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  margin-bottom: 0px;
}
fieldset select,
fieldset textarea,
fieldset input[type="text"],
fieldset input[type="password"],
fieldset input[type="datetime"],
fieldset input[type="datetime-local"],
fieldset input[type="date"],
fieldset input[type="month"],
fieldset input[type="time"],
fieldset input[type="week"],
fieldset input[type="number"],
fieldset input[type="email"],
fieldset input[type="url"],
fieldset input[type="search"],
fieldset input[type="tel"],
fieldset input[type="color"],
fieldset .uneditable-input {
  margin-bottom: 5px;
}
textarea {
  min-height: 75px !important;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.2em !important;
  resize: none;
  overflow-y: scroll;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.uneditable-input.span12 {
  width: 100%;
}
.typeahead li {
  text-align: left;
}
.typeahead a {
  font-weight: 600 !important;
  text-decoration: none;
  color: black !important;
  text-align: left;
}
.typeahead a strong {
  font-weight: 300 !important;
  color: #666666 !important;
}
.typeahead .active a {
  background-image: none !important;
  background-color: black !important;
  color: white !important;
}
.typeahead .active a strong {
  color: white !important;
}
select {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#formQuestion select {
  height: 39px;
}
.qty-container select {
  margin-bottom: 0px;
  width: auto;
  height: 39px;
}
.input-mini {
  width: 45px;
}
.table-striped tr.alert > td {
  background: none transparent !important;
}
/*********************************************/

/*     FLEXBOX ADDRESS SELECTOR CHECKOUT     */

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

#checkoutShippingAddressSelector,
#fbContainer,
.ejs-fbContainer {
  margin-bottom: 5px;
}
#checkoutShippingAddressSelector .ejs-fbContainer input,
#fbContainer .ejs-fbContainer input,
.ejs-fbContainer .ejs-fbContainer input {
  margin-bottom: 0px;
}
#checkoutShippingAddressSelector .ffb-input,
#fbContainer .ffb-input,
.ejs-fbContainer .ffb-input {
  height: 39px;
  /* required for webkit browsers (Safari, Chrome) */
  box-sizing: border-box;
  padding: 0px 8px;
  border: solid 1px #cccccc;
  width: -webkit-calc(100% - 39px) !important;
  width: calc(100% - 39px) !important;
  color: #333333;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
#checkoutShippingAddressSelector .ffb-arrow,
#fbContainer .ffb-arrow,
.ejs-fbContainer .ffb-arrow {
  background: none #eff6ff;
  position: relative;
  border: solid 1px #eff6ff;
  box-sizing: border-box;
  height: 39px;
  width: 39px;
  cursor: pointer;
}
#checkoutShippingAddressSelector .ffb-arrow:hover,
#fbContainer .ffb-arrow:hover,
.ejs-fbContainer .ffb-arrow:hover {
  background-color: white;
  border: solid 1px white;
}
#checkoutShippingAddressSelector .ffb-arrow:before,
#fbContainer .ffb-arrow:before,
.ejs-fbContainer .ffb-arrow:before {
  content: "\f0d7";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #005dab;
  font-size: 16px;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -5px;
}
#checkoutShippingAddressSelector .ffb,
#fbContainer .ffb,
.ejs-fbContainer .ffb {
  border: solid 1px #cccccc;
  border-top: 0px;
  width: -webkit-calc(100% - 39px) !important;
  width: calc(100% - 39px) !important;
}
#checkoutShippingAddressSelector .ffb .content .row,
#fbContainer .ffb .content .row,
.ejs-fbContainer .ffb .content .row {
  height: auto;
  margin-left: 0px;
  padding: 8px;
  color: #333333;
  font-size: 0.85em;
  border-bottom: solid 1px #cccccc;
}
#checkoutShippingAddressSelector .ffb .content .row.ffb-sel,
#fbContainer .ffb .content .row.ffb-sel,
.ejs-fbContainer .ffb .content .row.ffb-sel {
  background-color: #428bca;
  color: white;
}
#checkoutShippingAddressSelector .ffb .content .row .ffb-match,
#fbContainer .ffb .content .row .ffb-match,
.ejs-fbContainer .ffb .content .row .ffb-match {
  color: #333333;
}
#checkoutShippingAddressSelector .ffb .box,
#fbContainer .ffb .box,
.ejs-fbContainer .ffb .box {
  text-align: center;
  border: 0px;
  background: none transparent;
  cursor: default;
}
#checkoutShippingAddressSelector .ffb .paging,
#fbContainer .ffb .paging,
.ejs-fbContainer .ffb .paging {
  padding: 5px;
}
/*******************************************/

/*          FONT-AWESOME: ICONS            */

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

[class^="icon-"],
[class*=" icon-"] {
  width: auto;
  height: auto;
  background: none transparent;
  margin-top: 0px;
}
.fa {
  color: #eff6ff;
  font-size: 22px !important;
  vertical-align: middle;
}
.fa.fa-small {
  font-size: 14px !important;
}
.fa.fa-large {
  font-size: 35px !important;
}
.fa.fa-inverted {
  color: #005dab;
}
.fa.fa-tag {
  color: #f20707;
}
.fa.fa-stack-1x {
  font-size: 1em !important;
}
.fa.fa-stack-2x {
  font-size: 2em !important;
}
.fa.fa-stack-3x {
  font-size: 3em !important;
}
.fa.fa-stack-4x {
  font-size: 4em !important;
}
.fa.fa-stack-5x {
  font-size: 5em !important;
}
.customer-panel .fa {
  margin-top: -3px;
}
.btn .fa {
  line-height: 0.6em;
}
.btn .fa.fa-search,
.btn .fa.fa-shopping-cart {
  position: relative;
  top: -2px;
}
.icon-layout-grid .fa,
.icon-layout-list .fa,
.icon-layout-cat .fa {
  color: #bbbbbb;
}
.active .fa {
  color: #eff6ff;
}
.icon-custom {
  width: 27px;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
  background: transparent url('/ContentEcom/images/icons-sprites.png?fv=903BB35394598FA30347F85CC4FE16E7-33197') no-repeat 0 0;
}
.icon-custom.icon-user {
  background-position: 0px -90px;
}
.icon-custom.icon-cog {
  background-position: 0px -137px;
}
.icon-custom.icon-caretd {
  background-position: 0px -327px;
  width: 14px;
  height: 8px;
}
.icon-custom.icon-caretr {
  background-position: 0px -374px;
  width: 8px;
  height: 14px;
}
.icon-custom.icon-search {
  background-position: 0px 0px;
}
.icon-custom.icon-shopping-cart {
  background-position: 0px -187px;
  width: 25px;
  height: 19px;
}
.icon-custom.icon-home {
  background-position: 0px -467px;
  width: 21px;
  height: 20px;
}
.icon-custom.icon-questionmark {
  background-position: 0px -839px;
  width: 26px;
  height: 26px;
}
.icon-custom.icon-layout-grid {
  background-position: 0px -746px;
  width: 30px;
  height: 30px;
}
.icon-custom.icon-layout-grid.active {
  background-position: -51px -746px;
}
.icon-custom.icon-layout-list {
  background-position: 0px -793px;
  width: 30px;
  height: 30px;
}
.icon-custom.icon-layout-list.active {
  background-position: -51px -793px;
}
.icon-custom.icon-layout-cat {
  background-position: 0px -886px;
  width: 30px;
  height: 30px;
}
.icon-custom.icon-layout-cat.active {
  background-position: -51px -886px;
}
.icon-custom.icon-promo {
  background-position: -152px -280px;
  width: 14px;
  height: 14px;
}
.icon-specials {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1020;
}
.icon-specials .label-promo {
  background: transparent none;
}
img.img200 {
  width: 200px;
}
img.img150 {
  width: 150px;
}
img.img100 {
  width: 100px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */

}
.help-icon i {
  vertical-align: middle !important;
}
#backtotop {
  bottom: 70px;
  display: none;
  position: fixed;
  right: 30px;
  z-index: 1039;
}
#backtotop a {
  background: #eff6ff;
  border: 0 none;
  color: #005dab;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  width: 45px;
  height: 45px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
}
#backtotop a:hover {
  box-shadow: none;
  opacity: 0.8;
}
.text-center {
  text-align: center !important;
}
.box-ehf-popup hr {
  margin: 5px 0;
}
.box-ehf-popup .muted {
  display: inline-block;
  margin-top: 10px;
  border-top: 1px solid #dff0d8;
  padding: 1px 4px;
  background: #dff0d8;
  color: #529138;
}
.box-ehf-popup td {
  border: 0px;
}
.modal {
  z-index: 1050 !important;
}
.statusBarBackdrop {
  z-index: 9999 !important;
}
/******** HEADER *********/

header .row-fluid {
  margin-bottom: 0;
}
header .row-fluid [class*="span"] {
  min-height: 1px;
}
header .logos > a {
  display: inline-block;
  max-width: 100%;
}
.header-nav {
  float: right;
  margin-top: 8px;
}
.header-nav li {
  margin-left: 8px;
}
/***** TOP SECTION *****/

.header-topsection {
  margin-top: 21px;
  margin-bottom: 10px !important;
  position: relative;
}
.header-topsection .row-fluid {
  margin-bottom: 0;
}
.header-topsection .btn {
  text-transform: uppercase;
}
.header-topsection .nav {
  margin: 0;
}
.header-topsection input[type='text'] {
  font-size: 15px;
  color: #666666;
  height: 37px;
  line-height: 37px;
  vertical-align: middle;
}
.header-topsection .input-append {
  width: 100%;
}
.header-topsection .search {
  position: relative;
}
.header-topsection .search .advanced-search {
  font-size: 0.9em;
  display: block;
  margin-right: 90px;
  float: right;
}
.header-topsection .search form {
  margin: 0;
  display: inline-block;
}
.header-topsection .search form.form-categoryquicksearch .btn-categoryquicksearch:focus,
.header-topsection .search form.form-categoryquicksearch .btn-categoryquicksearch:active {
  background: #2a6496;
  border-color: #2a6496;
}
.header-topsection .search form.form-categoryquicksearch .categoryquicksearch-popup {
  display: none;
  position: absolute;
  z-index: 1000;
  padding: 10px;
  background: #2a6496;
  color: white !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.header-topsection .search form.form-categoryquicksearch .categoryquicksearch-popup h3 {
  color: white !important;
  margin: 0px 0px 10px 0px;
}
.header-topsection .search form.form-categoryquicksearch .categoryquicksearch-popup button {
  width: 100%;
}
.header-topsection .search form.form-categoryquicksearch .categoryquicksearch-popup button:hover,
.header-topsection .search form.form-categoryquicksearch .categoryquicksearch-popup button:active,
.header-topsection .search form.form-categoryquicksearch .categoryquicksearch-popup button:focus {
  background: #eff6ff !important;
  color: #428bca !important;
}
.header-topsection .search .form-search input[type='text']::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333333 !important;
}
.header-topsection .search .form-search input[type='text']:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333 !important;
  opacity: 1;
}
.header-topsection .search .form-search input[type='text']::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333 !important;
  opacity: 1;
}
.header-topsection .search .form-search input[type='text']:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333333 !important;
}
.header-topsection .search .icon-custom {
  margin-top: -5px;
}
.header-topsection .search .icon-search {
  width: 24px;
  height: 27px;
  margin-top: -3px;
}
.header-topsection .search .icon-caretd,
.header-topsection .search .icon-caretr {
  margin-top: 3px;
  width: 14px;
  height: 8px;
}
.header-topsection .search .icon-caretr {
  height: 14px;
  margin-top: 2px!important;
  margin-left: 5px;
}
.header-topsection .search .btn-go {
  margin-left: 0;
}
.header-topsection .login-text {
  min-height: 23px;
  line-height: 23px;
  margin-top: 7px;
  letter-spacing: 0px;
  font-size: 0.85em;
  color: #005dab;
}
.header-topsection .wide50 {
  width: 50%;
  float: left;
}
.header-topsection .nav-myaccount {
  margin-right: 1px;
}
.header-topsection .nav-myaccount .nav-header {
  text-align: left;
}
.header-topsection .nav-myaccount .diffLink:link,
.header-topsection .nav-myaccount .diffLink:visited {
  color: transparent !important;
}
.header-topsection .nav-myaccount .diffLink:hover,
.header-topsection .nav-myaccount .diffLink:active {
  color: #428bca !important;
}
.header-topsection .nav-myservices .dropdown > .btn,
.header-topsection .nav-myaccount .dropdown > .btn {
  background: none;
  border-color: #b9d4ec !important;
}
.header-topsection .nav-myservices .dropdown > .btn:hover,
.header-topsection .nav-myaccount .dropdown > .btn:hover {
  background: #eff6ff !important;
}
.header-topsection .order-express {
  text-transform: uppercase;
  font-size: 1.15em;
}
.header-topsection .order-express a {
  color: black;
}
.header-topsection .order-express a:hover {
  text-decoration: underline;
}
.header-topsection .dropdown-menu {
  min-width: 210px;
  z-index: 1500 !important;
}
.header-topsection .nav-header {
  text-shadow: none;
  font-size: 0.9em;
  background: #282828;
  border-bottom: 1px solid #818181 !important;
  padding-left: 10px!important;
}
.header-topsection .nav-tabs {
  border: 0;
}
.header-topsection .nav-tabs .btn {
  text-align: left;
}
.header-topsection .nav-tabs li {
  margin-bottom: 0;
  width: 100%;
}
.header-topsection .nav-tabs li a {
  margin: 0;
}
.header-topsection .nav-tabs li .icon-custom {
  margin-top: -4px;
}
.header-topsection .nav-tabs li .icon-custom.icon-caretd {
  margin-top: 16px;
  float: right;
}
.header-topsection .nav-tabs li .icon-custom.icon-user,
.header-topsection .nav-tabs li .icon-custom.icon-cog {
  width: 26px;
  height: 27px;
}
.header-topsection .nav-tabs li.open .dropdown-menu {
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
  background: #2a6496;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.header-topsection .nav-tabs li.open .dropdown-menu .btn {
  background: #428bca !important;
  border: 5px solid #2a6496 !important;
  letter-spacing: 0;
  text-align: center;
}
.header-topsection .nav-tabs li.open .dropdown-menu .btn:hover {
  background: #357ebd !important;
  filter: none !important;
}
.header-topsection .nav-tabs li.open .dropdown-menu .divider {
  background: transparent;
  border: 0;
  border-top: 1px solid #818181;
}
.header-topsection .nav-tabs li.open .dropdown-menu li {
  width: auto;
}
.header-topsection .nav-tabs li.open .dropdown-menu a {
  color: #f1f2f2;
  border-bottom: 1px solid #e9e9e9;
  text-decoration: none;
  padding: 6px 10px;
  white-space: normal;
}
.header-topsection .nav-tabs li.open .dropdown-menu a:hover {
  background: transparent !important;
  color: #333333;
  filter: none !important;
}
.header-topsection .nav-tabs li.open .dropdown-menu .dropdown-submenu:hover > a,
.header-topsection .nav-tabs li.open .dropdown-menu .dropdown-submenu:focus > a {
  background: none !important;
  background-image: none !important;
}
.header-topsection .customer-panel {
  margin-top: -30px;
}
.cart {
  background: transparent;
  padding: 8px;
  font-weight: 400;
  cursor: pointer;
  min-height: 39px !important;
}
.cart:hover {
  background: rgba(26, 26, 26, 0);
}
.cart strong {
  font-weight: 700;
  font-size: 1.5em;
  display: inline-block;
  margin-right: 5px;
}
.cart .cart-info {
  height: auto !important;
}
.cart .cart-info .cart-products-qty-lbl {
  display: inline-block;
  font-size: 1em;
}
.cart .cart-info .cart-products-qty,
.cart .cart-info .cart-products-qty-lbl {
  top: 0;
  text-transform: none;
}
.cart + .cart-quote,
.basket-pop + .cart-quote,
.order-express + .cart-quote {
  margin-top: 5px;
}
.basket-pop {
  display: none;
  background: white;
  position: absolute;
  z-index: 1041;
  box-sizing: border-box;
  top: auto;
  left: 0;
  width: 1170px;
  border: 1px solid #428bca;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.5);
}
body .basket-pop {
  margin-top: 10px;
}
.basket-pop .basketpop-previewsection,
.basket-pop .basketpop-pricesection {
  padding: 1em!important;
}
.basket-pop .basketpop-header {
  background: #428bca;
}
.basket-pop .basketpop-header h3 {
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.5em;
  font-weight: 700;
  color: white;
  white-space: nowrap;
}
.basket-pop .basketpop-header .basket-close {
  margin-top: 5px;
  margin-right: 5px;
}
.basket-pop .basketpop-header .basket-close .icon-remove {
  background-image: url("/ContentEcom/images/glyphicons-halflings-white.png?fv=9BBC6E9602998A385C2EA13DF56470FD-8777");
}
.basket-pop .basketpop-information {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-top: 1px solid #dff0d8;
  background: #dff0d8;
  color: #529138;
}
.basket-pop .alert {
  margin-bottom: 0;
}
.basket-pop .basketpop-body {
  padding-top: 20px;
}
.basket-pop .basketpop-body .span4 {
  margin-top: 0;
}
.basket-pop .basketpop-body ul {
  width: 100%;
}
.basket-pop .basketpop-body ul li {
  vertical-align: middle;
}
.basket-pop .basketpop-body .basketpop-item {
  min-height: 50px;
}
.basket-pop .basketpop-body .basketpop-item li {
  padding-left: 0px;
  padding-right: 0px;
}
.basket-pop .basketpop-body .basketpop-item .basketpop-photo {
  min-width: 50px;
  padding-bottom: 2px;
}
.basket-pop .basketpop-body .basketpop-item .basketpop-qty {
  width: 45px;
  text-align: center;
}
.basket-pop .basketpop-body .basketpop-item .basketpop-description {
  width: 191px;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.basket-pop .basketpop-body .basketpop-item .basketpop-price {
  width: 85px;
  text-align: right;
  white-space: nowrap;
}
.basket-pop .btn {
  text-transform: none;
  font-size: 1em;
  padding: 0 !important;
  margin-top: 2px !important;
  border: 0 !important;
}
.basket-pop .btn i {
  margin-top: -2px;
  margin-left: 5px;
}
.basket-pop:before {
  content: "▲";
  position: absolute;
  width: 0;
  height: 0;
  color: #428bca;
  margin-top: -14px;
  right: 85px;
}
.basket-pop.basket-pop-fixed {
  position: fixed !important;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body .basket-pop.basket-pop-fixed {
  margin-top: 60px;
}
.basket-pop.basket-pop-fixed:before {
  right: 40px !important;
}
.basket-pop .basket-tools {
  margin-top: 26px;
}
.empty-basket-message .text-center {
  min-height: 38px;
  line-height: 36px;
}
#divShippingMethodCalculate li {
  margin-bottom: 10px;
}
#divShippingMethodCalculate li:last-child {
  margin-bottom: 0px;
}
/***** NAVIGATION ******/

/*
.main-navigation-position {
    height: 52px;
}

.main-navigation-mobile-disabled {
    display: none;
}

.main-navigation {
    position: absolute;
    margin: auto;
    padding: 0;
    width: 100%;
    top: 193px;
    height: 51px;
    z-index: 1030;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;


    .main-navig-search {
        display: none;
        text-align: center;

        form {
            margin-bottom: 0;
            border-bottom: 1px solid #fff;
        }

        input {
            width: 1073px;
            border: 1px solid #ececce;
            height: 51px;
            line-height: 51px;
            padding-left: 20px;
            text-align: center;
            font-family: 'Oxygen', sans-serif;
            font-weight: 400;
            color: #666;
            font-size: 18px;
            background: @customIconSprites 22px -684px;
            background-color: #ffffdf;
            margin: auto;
        }

        .typeahead {
            width: 100%;
            text-align: left;
        }

        .btn {
            height: 53px;
            width: 63px;
            margin-right: -1px;
        }

        .icon-custom {
            height: 26px;
            width: 26px;
            vertical-align: middle;
            margin-left: 3px;
            float: left;
        }

        .icon-caretr {
            margin-top: 6px;
            width: 9px;
            height: 14px;
        }
    }

    .navbar {
        height: 51px;
        margin-bottom: 0;
    }

    .row-fluid {
        margin-bottom: 0;
    }

    .alert {
        -webkit-border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        border-radius: 0px!important;
        margin-bottom: 0px;
    }
}
*/

.f-nav {
  position: fixed !important;
  width: 1170px;
  top: 0;
  left: 50%;
  margin-left: -585px;
  padding: 0;
  z-index: 1040;
  margin-top: 0px !important;
  -webkit-transform: translate3d(0, 0, 0);
}
.f-nav .navbar {
  height: auto;
}
.f-nav .submenu {
  margin-left: 0px !important;
}
.navbar {
  margin-bottom: 0;
}
.navbar .navbar-inner {
  border: 0px;
  background-color: white;
  padding: 0;
  min-height: 0;
  background-image: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  filter: none !important;
}
.navbar .navbar-inner a {
  font-size: 1.35em;
  line-height: 40px;
}
.navbar .navbar-inner .icon-custom {
  float: left;
}
.navbar .navbar-inner .icon-home {
  float: none;
}
.navbar .navbar-inner .menu-home {
  display: none;
  border-left: 0;
  margin-left: 0;
}
.navbar .navbar-inner .btn-cart,
.navbar .navbar-inner .btn-services,
.navbar .navbar-inner .btn-account,
.navbar .navbar-inner .btn-search,
.navbar .navbar-inner .btn-quote {
  padding: 15px 14px;
  line-height: 32px;
}
.navbar .navbar-inner .btn-cart .icon-custom,
.navbar .navbar-inner .btn-services .icon-custom,
.navbar .navbar-inner .btn-account .icon-custom,
.navbar .navbar-inner .btn-search .icon-custom,
.navbar .navbar-inner .btn-quote .icon-custom {
  width: 22px;
  height: 21px;
  margin-top: 2px;
}
.navbar .navbar-inner .btn-cart,
.navbar .navbar-inner .btn-quote {
  padding: 10px 14px;
  font-size: 1.4em;
  font-weight: 700;
  text-decoration: none;
  color: white;
  border: 0;
}
.navbar .navbar-inner .btn-cart .icon-custom,
.navbar .navbar-inner .btn-quote .icon-custom {
  width: 25px;
}
.navbar .navbar-inner .nav {
  width: 100%;
  position: inherit;
}
.navbar .navbar-inner .nav > li:first-child {
  text-indent: 0px !important;
}
.navbar .navbar-inner .nav > li {
  filter: none !important;
}
.navbar .navbar-inner .nav > li > a {
  color: #005dab;
  text-shadow: none;
  padding: 5px 15px;
}
.navbar .navbar-inner .nav > li > a:hover {
  text-shadow: none;
}
.navbar .navbar-inner .nav .dropdown-toggle {
  text-indent: 0px !important;
}
.navbar .navbar-inner .nav .dropdown-toggle .caret {
  margin-top: 22px;
  margin-left: 5px;
  color: #005dab;
  border-bottom-color: #005dab !important;
  border-top-color: #005dab !important;
}
.navbar .navbar-inner .nav .dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 0;
  background: white;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
.navbar .navbar-inner .nav .dropdown-menu li a {
  text-transform: none;
  line-height: 32px;
  text-indent: 0px !important;
}
.navbar .navbar-inner .nav .dropdown-menu li a:hover,
.navbar .navbar-inner .nav .dropdown-menu li a:focus {
  background-image: none !important;
  background: #005dab;
  color: white;
  filter: none !important;
}
.navbar .navbar-inner .nav .dropdown-menu:after {
  border-bottom-color: white !important;
}
.navbar .navbar-inner .nav .dropdown-menu .dropdown-submenu {
  filter: none !important;
}
.navbar .navbar-inner .nav .dropdown-menu .dropdown-submenu a {
  text-indent: 0px !important;
  filter: none !important;
}
.navbar .navbar-inner .nav .dropdown-menu .dropdown-submenu a:after {
  margin-top: 10px;
}
.navbar .navbar-inner .nav .dropdown-menu .dropdown-submenu a:focus {
  background: none !important;
}
.navbar .navbar-inner .nav .dropdown-menu .dropdown-submenu > .dropdown-menu {
  margin-top: 0px;
}
.navbar .navbar-inner .nav .dropdown-menu .dropdown-submenu .dropdown-submenu a:after {
  display: none;
}
.navbar .navbar-inner .nav .banner-menu .level2 {
  box-shadow: none !important;
  width: 250px;
}
.navbar .navbar-inner .nav .banner-menu .level2 .level3 {
  width: 920px;
  box-shadow: none !important;
  position: absolute;
}
.navbar .navbar-inner .nav .banner-menu .level2 .level3 li {
  min-width: 150px;
  float: left;
}
.navbar .navbar-inner .nav .dropdown-menu > li > a:hover,
.navbar .navbar-inner .nav .dropdown-menu > li > a:focus,
.navbar .navbar-inner .nav .dropdown-submenu:hover > a,
.navbar .navbar-inner .nav .dropdown-submenu:focus > a {
  background: #428bca !important;
  background-image: none !important;
  color: #005dab !important;
}
.navbar .navbar-inner .nav-quicklinks .nav > li > a {
  padding: 5px;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle,
.navbar-inverse .nav li.bigmenu.open > .dropdown-toggle,
.navbar-inverse .nav li.bigmenu.active > .dropdown-toggle,
.navbar-inverse .nav li.bigmenu.open.active > .dropdown-toggle,
.navbar-inverse .nav li > a:hover {
  background-color: #e6e6e6;
}
.navbar .navbar-inner .nav .dropdown-menu > li > a {
  color: white;
  font-weight: 300;
  font-size: 1em;
}
.navbar .navbar-inner .nav .dropdown-menu > li > a:hover {
  background-color: #e6e6e6 !important;
}
.navbar .nav > li > .dropdown-menu {
  margin-top: 0px;
}
.navbar .nav > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.btn-navbar {
  float: left !important;
}
/*button fix for iphone*/

.navbar .navbar-inner .nav .dropdown-menu li a {
  position: relative !important;
  z-index: 1000000 !important;
}
.nav-rightlinks ul {
  margin-bottom: 0;
}
.nav-rightlinks ul li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.nav-rightlinks ul a {
  border: 0 !important;
}
/******* SUBMENU ******/

.submenu {
  display: none;
  position: absolute;
  height: auto;
  background: white;
  width: 1170px;
  z-index: 1500;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  left: 0;
}
.submenu .nav-inner-items {
  position: relative !important;
  height: auto;
  /*same here include inner items in compiling flow and set height auto*/

}
.submenu.open {
  display: block;
}
.submenu .submenu-left {
  background: #e9e9e9;
  float: left;
}
.submenu .submenu-left > ul > li > a {
  margin-top: 0;
  margin-bottom: 0;
}
.submenu .submenu-left > ul > li > a.has-content:after {
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  margin-top: 10px;
  width: 0;
  height: 0;
}
.submenu .submenu-left > ul > li.opened > a {
  background-color: #e6e6e6;
}
.submenu .nav {
  margin: 0;
  width: 227px;
  min-height: 320px;
  background: #e9e9e9;
}
.submenu .nav .expand.opened .submenu-bigcontent {
  display: block !important;
}
.submenu .nav .expand > a {
  text-indent: 0px !important;
  color: #005dab !important;
}
.submenu .nav .expand > a:hover {
  text-decoration: none;
  background-color: #d0d0d0 !important;
}
.submenu .nav-stacked > li {
  float: none !important;
}
.submenu .nav-stacked > li > a {
  text-transform: none;
  font-weight: 300;
  font-size: 1em;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.submenu .nav-stacked > li > a:hover {
  background: #e9e9e9;
}
.submenu .nav-stacked > li.opened > a {
  background: #e9e9e9;
}
.submenu .catcolor {
  border-left: 2px solid #cccccc;
  padding-left: 7px;
}
.submenu .ajaxloading-container {
  position: absolute;
  top: 0;
  left: 228px;
  width: 892px;
  background: white !important;
  padding: 20px 10px 20px 40px !important;
  text-align: left !important;
}
.submenu .ajaxloading-container .ajaxloading-big,
.submenu .ajaxloading-container .ajaxloading-small {
  margin: 0!important;
}
.submenu .submenu-bigcontent {
  position: absolute;
  top: 0;
  left: 228px;
  width: 901px;
  background: white;
  padding: 0 10px 0 30px;
  border: none;
  /*remove default styles which may spoil actual bigcontent’s size so it blends with submenu bg*/
  border-left: none;
  min-height: 318px;
}
.ie8 .submenu .submenu-bigcontent {
  width: 672px;
}
.submenu .submenu-bigcontent h3 {
  font-size: 1.7em;
  color: #e9e9e9;
}
.submenu .submenu-bigcontent h3 a {
  text-decoration: none;
}
.submenu .submenu-bigcontent a {
  line-height: 1.5em;
  text-transform: none;
  font-weight: 300;
  font-size: 1em;
  background-color: transparent !important;
  color: #435a66 !important;
}
.ie8 .submenu .submenu-bigcontent a {
  line-height: 0.9em;
  font-size: 0.9em;
}
.submenu .submenu-bigcontent .bigcontent-tophighlight {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.submenu .submenu-bigcontent .bigcontent-tophighlight ul > li {
  width: 18%;
  text-align: center;
  vertical-align: top;
}
.submenu .submenu-bigcontent .bigcontent-tophighlight ul > li a {
  display: inline-block;
}
.submenu .submenu-bigcontent .bigcontent-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.submenu .submenu-bigcontent .span4 {
  margin: 0;
  width: 33%;
}
/******* HOME PAGE ******/

.flexslider {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
.flexslider .flex-direction-nav a {
  color: white;
  width: 42px!important;
  height: 42px!important;
  background-image: none!important;
  text-indent: 0!important;
  line-height: 42px;
  text-align: center!important;
  background-image: url(/themecms/theme/img/bg_direction_nav.png);
}
.flexslider .flex-direction-nav a.flex-prev:before {
  font-family: FontAwesome;
  content: "\f104" !important;
  color: #333333;
  font-size: 55px;
}
.flexslider .flex-direction-nav a.flex-next:before {
  font-family: FontAwesome;
  content: "\f105" !important;
  color: #333333;
  font-size: 55px;
}
/***** CATEGORY ****/

#CategoryDescription {
  margin-bottom: 20px;
}
#ListingCategories {
  margin-bottom: 30px;
}
.category-listing {
  list-style: none;
}
.category-listing i {
  position: absolute;
  margin-left: -20px;
  margin-top: 3px;
}
.category-listing li {
  margin-bottom: 7px;
}
.category-listing li a:link,
.category-listing li a:visited {
  color: #005dab;
}
.category-listing .opened .iconplus {
  display: none;
  visibility: hidden;
}
.category-listing .closed .iconminus {
  display: none;
  visibility: hidden;
}
.category-listing .closed ul {
  display: none;
  visibility: hidden;
}
.category-listing ul {
  margin-top: 7px;
}
.category-listing ul a {
  color: transparent;
}
.category-listing .btn-link {
  color: black;
  text-decoration: underline;
  font-size: 1.1em;
}
.category-listing .btn-link:hover {
  color: #666666;
  text-decoration: none;
}
.category-listing .box-photo {
  position: relative;
  text-align: center;
}
.category-listing .box-info .box-info-title {
  text-align: center;
}
.category-listing .box-info .box-info-title a {
  font-size: 1.3em;
  margin: .4em;
  display: inline-block;
}
.category-listing .box-info .box-info-description {
  text-align: center;
  font-size: .9em;
  margin: .2em .4em;
}
.categories-results li {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 5px;
  width: 24% !important;
  margin-left: 5px !important;
}
.categories-results li .btn {
  background: none !important;
  color: black !important;
  border: none !important;
  padding: 5px 0 !important;
  font-size: .95em;
  line-height: normal !important;
  text-align: left !important;
  text-decoration: underline !important;
  font-weight: normal !important;
}
.categories-results li .btn:hover {
  text-decoration: none !important;
  color: #1a1a1a !important;
}
.categories-results-accordion {
  -webkit-box-shadow: 0 0 7px #cccccc;
  -moz-box-shadow: 0 0 7px #cccccc;
  -o-box-shadow: 0 0 7px #cccccc;
  box-shadow: 0 0 7px #cccccc;
}
.categories-results-accordion a {
  text-decoration: none;
  font-weight: bold;
}
.categories-results-accordion a.accordion-toggle {
  background: black !important;
  color: white !important;
  padding: 15px !important;
}
.categories-results-accordion a.accordion-toggle:after {
  content: " ▼";
  float: right;
}
.categories-results-accordion a.collapsed:after {
  content: " ►";
  float: right;
}
/***** PRODUCT ****/

.zoomContainer {
  -ms-touch-action: none !important;
}
.flexslider {
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}
.product-qty-confirmation thead td {
  line-height: normal;
}
.product-qty-confirmation thead td.code-produit {
  width: 60px;
}
.product-qty-confirmation thead td.qte {
  width: 65px;
}
.product-qty-confirmation td {
  line-height: 40px;
}
.product-qty-confirmation td.qte {
  text-align: center;
}
.product-detail a {
  cursor: pointer;
}
.product-detail .product-image {
  position: relative;
}
.product-detail .product-image #carousel img {
  width: 80px;
}
.product-detail .product-image #product-detail-gallery-thumbs {
  margin: 15px 0;
  position: relative;
}
.product-detail .product-image #product-detail-gallery-thumbs img {
  width: 80px !important;
}
.product-detail .product-image #product-detail-gallery-thumbs .flex-direction-nav a {
  display: block;
  width: 20px;
  height: 80px;
  opacity: 0.6;
  background: #999999;
  color: white;
  text-align: center;
  line-height: 70px;
  font-weight: bold;
  font-size: 2em;
  top: 20px;
}
.product-detail .product-image #product-detail-gallery-thumbs .flex-direction-nav a.flex-next {
  right: 0;
}
.product-detail .product-image #product-detail-gallery-thumbs .flex-direction-nav a.flex-next:before {
  content: ">";
}
.product-detail .product-image #product-detail-gallery-thumbs .flex-direction-nav a.flex-prev {
  left: 0;
}
.product-detail .product-image #product-detail-gallery-thumbs .flex-direction-nav a:before {
  content: "<";
  font-size: 24px;
}
.product-detail .contentProductDescriptionNoteText {
  display: inline-block;
  margin-top: 10px;
  border-radius: 9px;
  padding: 2px 9px;
  color: white;
  background-color: black;
}
.product-detail .product-enlarge i {
  position: relative;
  top: 2px;
  left: 9px;
}
.product-detail .price {
  font-size: 2em;
}
.product-detail .price-per-quantity .price {
  font-size: 1.3em;
}
.product-detail .price-per-quantity td {
  padding: 5px;
}
.product-detail .nav-tabs {
  margin-bottom: -1px;
}
.product-detail .tab-content {
  padding: 10px;
  border: 1px solid #dddddd;
  overflow: visible;
}
.product-detail .tab-content > .tab-pane {
  overflow: hidden;
}
.product-detail .box-qty {
  padding: 20px 0;
}
.product-detail .addtocart-section {
  margin: 20px 0;
}
.product-detail .addtocart-section li {
  margin: 0 0 5px 0;
  padding-left: 0;
}
.product-detail .addtocart-section .dropdown-menu li {
  margin: 0;
}
.product-detail .review-stars {
  display: block;
  width: 120px;
  height: 18px;
  background: url(/ContentEcom/images/review_stars.png) 0 0;
}
.product-detail .review-stars.review-stars-pos-1,
.product-detail .review-stars.review-stars-fix-1 {
  background-position: 0 -18px;
}
.product-detail .review-stars.review-stars-pos-2,
.product-detail .review-stars.review-stars-fix-2 {
  background-position: 0 -36px;
}
.product-detail .review-stars.review-stars-pos-3,
.product-detail .review-stars.review-stars-fix-3 {
  background-position: 0 -54px;
}
.product-detail .review-stars.review-stars-pos-4,
.product-detail .review-stars.review-stars-fix-4 {
  background-position: 0 -72px;
}
.product-detail .review-stars.review-stars-pos-5,
.product-detail .review-stars.review-stars-fix-5 {
  background-position: 0 -90px;
}
.product-detail .review-stars a {
  float: left;
  display: block;
  width: 24px;
  height: 18px;
}
.product-detail .review-stars a:hover {
  cursor: pointer;
}
.product-detail .product-review a {
  cursor: pointer;
}
.product-detail .product-review .review-user-rating .btn {
  float: right;
}
.product-detail .product-review .review-listing-header {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-top: 10px;
}
.product-detail .product-review .review-user-name {
  padding-left: 10px;
}
.product-detail .product-review .review-user-name span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.product-detail .product-review .review-user-desc-rating-stars {
  margin-bottom: 5px;
}
.product-detail .product-review .review-user-desc-title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.product-detail .product-review .review-user-desc-date {
  margin-bottom: 15px;
}
.product-detail .product-review .review-user-desc-content {
  margin-bottom: 5px;
}
.product-detail .product-review .review-user-rate {
  margin: 15px 0 5px 0;
}
.product-detail .rating a {
  cursor: default;
}
.product-detail .review-user-desc-rating-stars {
  cursor: default !important;
}
#productRatingPartialContainer .rating a {
  cursor: pointer;
}
#productRatingPartialContainer .review-stars {
  cursor: default!important;
}
#productImagePopUpBodyDiv {
  max-height: 600px;
  position: relative;
}
#productImagePopUpBodyDiv h4 {
  margin-top: 0;
}
#productImagePopUpBodyDiv a {
  position: absolute;
  top: 50%;
  background-image: url("/ContentEcom/images/bg_direction_nav.png?fv=643DFEE944D131E5ABF79ADB7D5D72EC-951");
  display: block;
  width: 27px;
  height: 27px;
  text-indent: -9999px;
  cursor: pointer;
}
#productImagePopUpBodyDiv a.next-img {
  background-position: 27px 0;
  right: 15px;
}
.zoomLens {
  border: 0 !important;
}
#ProductPageForm .product-detail-options {
  float: right;
}
/**************************************************/

/*  PRODUCT PAGE WITH RIGHT INFORMATION */

.product-detail.product-detail-right-information p:last-child {
  margin-bottom: 0px;
}
.product-detail.product-detail-right-information #productRatingPartialContainer {
  margin-bottom: 30px;
}
.product-detail.product-detail-right-information #productRatingPartialContainer:last-child {
  margin-bottom: 0px;
}
.product-detail.product-detail-right-information .product-brand {
  margin-top: 0px;
}
.product-detail.product-detail-right-information .information-attributes li {
  margin-bottom: 5px;
}
.product-detail.product-detail-right-information .information-attributes li:last-child {
  margin-bottom: 0px;
}
.product-detail.product-detail-right-information .right-price-section {
  border: solid 4px #428bca;
  padding: 20px;
}
.product-detail.product-detail-right-information .right-price-section .row-fluid {
  margin-bottom: 20px;
}
.product-detail.product-detail-right-information .right-price-section .row-fluid .purchase-list-row {
  margin-bottom: 5px;
}
.product-detail.product-detail-right-information .right-price-section .row-fluid:last-child {
  margin-bottom: 0px;
}
.product-detail.product-detail-right-information .right-price-section hr {
  border-top: solid 1px #dddddd;
}
.product-detail.product-detail-right-information .right-price-section .price-per-quantity {
  width: 100%;
  max-width: 300px;
}
.product-detail.product-detail-right-information .right-price-section .retail-price-value {
  margin-top: 10px;
}
.product-detail.product-detail-right-information .right-price-section .retail-price-value:first-child {
  margin-top: 0px;
}
.product-detail.product-detail-right-information .right-price-section .attribute-title {
  padding-top: 3px;
}
.product-detail.product-detail-right-information .right-price-section select {
  width: 100%;
}
.product-detail.product-detail-right-information .right-price-section .box-qty {
  padding: 0px;
}
.product-detail.product-detail-right-information .right-price-section .box-qty ul.unstyled {
  margin-bottom: 0px;
}
.product-detail.product-detail-right-information .right-price-section #ProductPageForm {
  margin-bottom: 0px;
}
.product-detail.product-detail-right-information .right-price-section .addtocart-section {
  margin-top: 0px;
}
.product-detail.product-detail-right-information .right-price-section .addtocart-section li {
  padding: 0px;
  margin: 0px;
}
.product-detail.product-detail-right-information .right-price-section .addtocart-section .input-addtocart-section {
  width: 85px;
  float: left;
}
.product-detail.product-detail-right-information .right-price-section .addtocart-section .button-addtocart-section {
  width: calc(100% - 85px);
  float: right;
}
.product-detail.product-detail-right-information .right-price-section .purchase-list-row .btn-group {
  display: block;
}
.product-detail.product-detail-right-information .right-price-section .purchase-list-row .btn-group > .btn:first-child {
  width: 85%;
  box-sizing: border-box;
}
.product-detail.product-detail-right-information .right-price-section .purchase-list-row .btn-group > .btn + .dropdown-toggle {
  width: 15%;
  box-sizing: border-box;
}
.product-detail.product-detail-right-information .product-review {
  border: solid 0px transparent;
}
.product-detail.product-detail-right-information .product-review h5 {
  border: solid 0px transparent;
  padding: 0px;
}
.product-detail.product-detail-right-information .product-review .review-user-rating .span3:first-child {
  padding: 0px;
}
/* ENDPRODUCTPAGERIGHTINFORMATION */

.productbox {
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
  position: relative;
}
.productbox.list-layout .box-photo {
  position: relative;
}
.productbox .unstyled li {
  padding: 0;
}
.productbox .product-img {
  cursor: pointer;
}
.productbox .qty-container {
  margin: 15px 0 15px 0;
}
.productbox .price-container {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.productbox .price-container:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.productbox .btn-link {
  padding: 0px !important;
  line-height: normal !important;
  text-align: left !important;
}
.productbox small .btn-link {
  font-size: 1em;
}
.productbox p {
  margin-top: 10px;
}
.grid-layout {
  text-align: center;
}
.grid-layout .productbox {
  position: relative;
}
.grid-layout .productbox .box-info {
  display: block;
}
.grid-layout .productbox .box-info a {
  line-height: normal;
  margin-bottom: 5px;
}
.grid-layout .productbox .box-qty {
  min-height: 0 !important;
}
.grid-layout .productbox .product-title {
  color: black;
  font-weight: 700;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.grid-layout .productbox .box-photo {
  margin: 0 auto 10px auto;
  max-width: 100%!important;
}
.grid-layout .productbox .box-price {
  margin-top: 10px;
}
.grid-layout .productbox .box-price table {
  margin: 0 auto;
}
#PowerSearchSection {
  padding-left: 0px !important;
  margin-top: 0;
}
.product {
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.product img {
  margin-bottom: 20px;
}
.product .product-title {
  display: inline-block;
  width: 100%;
  color: black;
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 15px;
  min-height: 50px;
}
.product strong {
  font-size: 1.35em;
  color: red;
  display: block;
  margin-bottom: 5px;
}
.product label.inline {
  display: inline;
}
.product .row-fluid {
  margin-bottom: 15px;
}
.product .row-fluid:last-child {
  margin-bottom: 0;
}
.list-layout {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0 !important;
}
.list-layout .strong,
.list-layout .price,
.list-layout .product-title a {
  font-size: 1.35em;
}
.list-layout .product-title a {
  font-weight: bold;
}
.list-layout .box-price {
  border-left: 1px solid #e5e5e5;
  padding-left: 40px;
}
.list-layout .box-price table {
  width: 100%;
}
.list-layout .box-price .ehf-footer {
  margin-top: 10px;
}
.list-layout .box-price .btn.btn-mini.dropdown-toggle:first-child {
  border-left: 0 !important;
  margin-left: 0 !important;
}
.list-layout .product-brand {
  text-align: center;
}
.list-layout .addtocart,
.list-layout .addtoquote {
  margin-bottom: 5px;
}
.list-layout li:last-child > .addtocart,
.list-layout li:last-child > .addtoquote {
  margin-bottom: 0;
}
.purchaseListDropdown,
.controlListDropdown {
  position: relative;
}
.multiplePurchaseListDropdown {
  position: relative;
}
.addtopurchaselist-multiple,
.addtorecurringorder-multiple {
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
  background: #2a6496;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.addtopurchaselist-multiple li a,
.addtorecurringorder-multiple li a {
  border-bottom: 1px solid #e9e9e9;
  color: #f1f2f2;
  font-weight: 300;
  padding: 6px 10px;
  text-decoration: none;
  white-space: normal;
}
.addtopurchaselist-multiple li a:hover,
.addtorecurringorder-multiple li a:hover {
  background: transparent !important;
  color: #f1f2f2;
  filter: none !important;
}
.addtopurchaselist-multiple li a:hover .fa,
.addtorecurringorder-multiple li a:hover .fa {
  color: #f1f2f2;
}
.addtopurchaselist-multiple li a.default-list,
.addtorecurringorder-multiple li a.default-list {
  font-weight: bold;
}
.addtopurchaselist-multiple li.divider,
.addtorecurringorder-multiple li.divider {
  background: #e9e9e9;
}
.addto-multiple.dropdown-menu {
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.addto-multiple.dropdown-menu.pull-right > li > a:after {
  border-color: transparent #333333 transparent transparent;
  float: left;
  margin-right: 0;
  margin-left: -15px;
}
.addto-multiple.dropdown-menu.pull-right > li > a:hover:after,
.addto-multiple.dropdown-menu.pull-right > li > a:active:after,
.addto-multiple.dropdown-menu.pull-right > li > a:focus:after {
  border-color: transparent #f1f2f2 transparent transparent;
}
.addto-multiple.dropdown-menu.pull-right .dropdown-submenu > .dropdown-menu {
  right: 100%;
  left: auto;
}
.addto-multiple.dropdown-menu > li > a {
  background: none !important;
  color: #333333;
  margin: 0;
}
.addto-multiple.dropdown-menu > li > a:after {
  border-left-color: #333333;
  border-width: 5px;
  margin-right: -15px;
}
.addto-multiple.dropdown-menu > li > a:hover,
.addto-multiple.dropdown-menu > li > a:active,
.addto-multiple.dropdown-menu > li > a:focus {
  background: transparent !important;
  color: #f1f2f2;
  filter: none !important;
}
.addto-multiple.dropdown-menu > li > a:hover:after,
.addto-multiple.dropdown-menu > li > a:active:after,
.addto-multiple.dropdown-menu > li > a:focus:after {
  border-left-color: #f1f2f2;
}
.addto-multiple.dropdown-menu > li > a:hover .fa,
.addto-multiple.dropdown-menu > li > a:active .fa,
.addto-multiple.dropdown-menu > li > a:focus .fa {
  color: #f1f2f2;
}
.addto-multiple.dropdown-menu .dropdown-menu {
  margin: -1px 0 0;
}
.breadcrumb {
  margin: 0;
  border-radius: 0;
}
.breadcrumb li {
  text-shadow: none !important;
}
.breadcrumb .divider {
  color: black !important;
}
.dropdown .dropdown-menu {
  display: none !important;
  height: auto !important;
  transition: none !important;
}
.dropdown.open .dropdown-menu {
  display: block !important;
  height: auto !important;
  transition: none !important;
}
.filter-options li {
  margin: 0 0 10px 15px;
}
.filter-options li select {
  margin-bottom: 0;
  margin-left: 5px;
}
.filter-options .layout-type .icon-custom {
  vertical-align: middle;
}
.filter-options .layout-type .icon-layout-grid,
.filter-options .layout-type .icon-layout-cat,
.filter-options .layout-type .icon-layout-list {
  margin-left: 10px;
  vertical-align: middle;
}
.filter-options .layout-type a:last-child {
  margin-right: 0px;
}
footer {
  color: #666666;
  line-height: 1.5em;
  margin-bottom: 40px;
}
footer .footerListTitle {
  font-size: 1.5em;
}
footer h3 {
  font-size: 1.6em;
  letter-spacing: normal;
}
footer .chat {
  margin: 20px 0 !important;
}
footer ul > li {
  margin-bottom: 4px;
}
footer .networks {
  margin-left: 10px;
}
footer .networks li {
  padding: 0 5px;
}
footer .networks li a {
  background: transparent url('/ContentEcom/images/icons-sprites.png?fv=903BB35394598FA30347F85CC4FE16E7-33197') no-repeat;
  width: 36px;
  height: 36px;
  text-indent: -10000px;
  display: block;
  overflow: hidden;
}
footer .networks .facebook a {
  background-position: -205px 0px;
}
footer .networks .facebook a:hover {
  background-position: -256px 0px;
}
footer .networks .twitter a {
  background-position: -205px -47px;
}
footer .networks .twitter a:hover {
  background-position: -256px -47px;
}
footer .networks .youtube a {
  background-position: -205px -93px;
}
footer .networks .youtube a:hover {
  background-position: -256px -93px;
}
footer .networks-text {
  line-height: 36px;
}
.product-brand {
  width: 100%;
  margin-top: 15px;
}
/***** PRICING ***/

.pricing strong {
  font-size: 1.85em;
  line-height: 1.5em;
}
.strike {
  text-decoration: line-through;
}
.product-navigation {
  margin-top: 50px;
}
.product-navigation a {
  display: inline-block;
}
.product-navigation .divider {
  float: left;
  width: 1px;
  height: 150px;
  border-left: 1px solid black;
}
.product-navigation ul a {
  display: block;
  clear: both!important;
}
.product-navigation li {
  margin: 0 !important;
  padding: 10px;
}
.product-navigation li:first-child {
  padding-right: 20px;
  border-right: 1px solid #e5e5e5;
}
.product-navigation li:last-child {
  padding-left: 20px;
}
.complementary-product .productbox a {
  display: block;
  margin-bottom: 5px;
}
.complementary-product .productbox .dropdown-menu a {
  margin: 0;
}
.complementary-product .productbox > span {
  display: block;
  margin: 5px 0;
}
.complementary-product h5 {
  display: block;
  padding: 10px;
  font-weight: 300;
  color: white;
  background: #428bca;
  text-align: center;
  /*
        &:before {
            content: "";
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #000;
            position: relative;
            left: 46%;
            top: 54px;
            }*/

}
.customerservice-box {
  background-color: #32688a;
  color: white !important;
  z-index: 1100;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 32px;
  padding: 7px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
.customerservice-box .fa {
  color: white !important;
}
.customerservice-box .btn {
  background: #333333 !important;
  color: white !important;
  border: 0 !important;
  margin: 3px;
}
.customerservice-box .btn .fa {
  color: white !important;
  margin-right: 5px;
  font-size: 14px !important;
  position: relative;
  top: 1px;
}
.customerservice-box .btn:hover,
.customerservice-box .btn:active,
.customerservice-box .btn:focus {
  border: 0 !important;
}
.customerservice-box .fa-user,
.customerservice-box .fa-users {
  margin-right: 10px;
  color: white;
}
.customerservice-box.themepreview-box {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .customerservice-box .btn {
    width: 100% !important;
  }
}
.basket-list .alert-purchaserulevalidation {
  padding-right: 14px;
}
.basket-list h3 {
  margin: 0;
  font-size: 1em;
}
.basket-list a.remove {
  display: block;
  min-width: 30px;
  min-height: 30px;
}
.basket-list .basket-list-header div {
  font-size: 1.1em;
  text-align: center;
}
.basket-list .basket-list-header div:first-child {
  text-align: left;
}
.basket-list .basket-tools {
  display: block;
  margin: 10px 0 !important;
}
.basket-list .basket-tools a {
  display: block;
  height: 40px;
}
.basket-list .basket-tools a.btn {
  height: auto;
}
.basket-list .basket-list-item {
  position: relative;
  padding: 10px;
}
.basket-list .basket-list-item:nth-child(2n) {
  background: #ededed;
}
.basket-list .basket-list-item.alert-error {
  background: #f2dede !important;
}
.basket-list .basket-list-item .basket-item-img {
  text-align: center;
}
.basket-list .basket-list-item .basket-item-title {
  text-align: left;
}
.basket-list .basket-list-item .basket-item-title h3 {
  font-weight: bold;
  margin-top: 0;
}
.basket-list .basket-list-item .basket-item-title h3 a {
  text-decoration: underline;
}
.basket-list .basket-list-item .basket-item-title p {
  margin-top: 10px;
}
.basket-list .basket-list-item .basket-item-comments {
  line-height: normal;
}
.basket-list .basket-list-item .basket-item-comments textarea.basket-item-comment {
  width: 95% !important;
  margin-bottom: 10px;
}
.basket-list .basket-list-item .basket-item-comments .icon-remove {
  cursor: pointer;
}
.basket-list .basket-list-item .basket-item-comments h5 {
  border-bottom: 1px dashed #cccccc;
}
.basket-list .basket-list-item .basket-item-comments ul li {
  margin-bottom: 5px;
}
.basket-list .basket-list-item .basket-item-comments ul li:last-child {
  margin-bottom: 0px;
}
.basket-list .basket-list-item .basket-item-comments .basket-item-comments-add {
  margin-top: 20px;
}
.basket-list .basket-list-item .basket-item-comments .basket-item-comments-add textarea {
  line-height: 1em !important;
  width: 95%;
  min-height: 80px;
  margin-bottom: 10px;
}
.basket-list .basket-list-item .basket-item-stock {
  text-align: center;
  line-height: 40px;
}
.basket-list .basket-list-item .basket-item-tools {
  line-height: 40px;
  text-align: right;
}
.basket-list .basket-list-item .basket-item-subprice {
  text-align: center;
}
.basket-list .basket-list-item .basket-item-qty {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.basket-list .basket-list-item .basket-item-qty input {
  padding: 0 9px;
  text-align: center;
  width: 30px;
}
.basket-list .basket-list-item .basket-item-qty .popover-content {
  line-height: 20px;
  font-weight: 400;
  font-size: 0.75em;
}
.basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc a {
  box-sizing: border-box;
  display: inline-block !important;
  line-height: 38px !important;
  padding: 0 !important;
  text-align: center;
  width: 40px;
  height: 40px;
  min-height: 0 !important;
}
.basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc a:hover,
.basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc a:focus {
  text-decoration: none;
}
.basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc input {
  border: 1px solid #999999;
  line-height: 40px;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 40px;
}
.basket-list .basket-list-item .basket-item-bo {
  text-align: center;
}
.basket-list .basket-list-item .basket-item-price {
  text-align: center;
}
.basket-list .basket-list-item .basket-item-price h3 {
  font-size: 1.7em;
  min-height: 40px;
  line-height: 40px;
}
.basket-list .basket-list-controls {
  padding-top: 20px;
}
.basket-list .basket-list-sidebar .shipping-address {
  padding-bottom: 5px;
  border-bottom: 1px solid #999999;
}
.basket-list .basket-list-sidebar .coupon {
  padding-bottom: 5px;
  border-bottom: 1px solid #999999;
}
.basket-list .basket-list-sidebar .coupon input {
  margin-bottom: 5px;
}
.basket-list .basket-list-sidebar .coupon .icon-remove {
  margin-top: 2px;
}
.basket-list .basket-list-sidebar a {
  cursor: pointer;
}
.basket-list .basket-list-sidebar a:hover {
  text-decoration: none;
}
.basket-list .basket-list-sidebar a i {
  margin-top: 16px;
  float: right;
}
.basket-list .basket-list-sidebar a i.icon-chevron-down {
  display: none;
}
.basket-list .basket-list-sidebar a i.icon-chevron-up {
  display: block;
}
.basket-list .basket-list-sidebar a i.icon-shopping-cart {
  margin-top: 9px;
}
.basket-list .basket-list-sidebar a.collapsed i.icon-chevron-down {
  display: block;
}
.basket-list .basket-list-sidebar a.collapsed i.icon-chevron-up {
  display: none;
}
.basket-list .basket-totals {
  border: 0;
}
.basket-list .basket-totals .table {
  margin-bottom: 20px;
}
.basket-list .basket-totals .table tr td:first-child {
  width: 70%;
  text-align: right;
}
.basket-list .basket-totals .table tr td:last-child {
  white-space: nowrap;
  text-align: right;
}
.basket-list .basket-totals .table tr.total td {
  background: #ededed;
}
.basket-list .coupon-form input {
  border-right: 0 !important;
}
.basket-list .coupon-list > div {
  margin-top: 5px;
  padding: 3px 0;
}
.basket-list .coupon-list > div span {
  display: block;
  margin: 0 0 5px 5px;
}
.basket-list .coupon-list > div span.label {
  text-align: center;
}
.basket-list .coupon-list > div .coupon-list-item-remove {
  float: right;
}
.basket-list .coupon-list > div .coupon-list-item-remove i {
  margin: 0 !important;
}
/* PURCHASE LIST */

#purchaseListResults .list-options .hidden-desktop a {
  float: left;
  margin-right: 5px;
}
.item-table-list-number-cell {
  width: 100px;
}
/* CHECKOUT */

.checkout input {
  margin-bottom: 5px;
}
.checkout .comment-list {
  text-align: left;
  margin-left: 100px;
  word-wrap: break-word;
}
.checkout .checkout-accordion {
  margin: 0 0 15px 0;
}
.checkout .checkout-accordion .checkout-step-number {
  float: left;
  background: white;
  color: #999999;
  font-weight: normal;
  text-shadow: 0px 0px black;
  padding: 8px 12px;
  margin: 4px 8px 0 0;
  font-size: 1.3333em;
  border-radius: 3px;
  vertical-align: middle;
}
.checkout .checkout-accordion .sales-condition-accordion > div {
  padding: 0px !important;
  border: 0px !important;
}
.checkout .checkout-accordion .checkout-accordion-title {
  background: #428bca;
}
.checkout .checkout-accordion .checkout-accordion-title a {
  color: white;
}
.checkout .checkout-accordion .checkout-accordion-title a:hover {
  text-decoration: none!important;
}
.checkout .checkout-accordion .checkout-accordion-title h4 {
  margin: 8px 0;
  font-size: 1.3em;
  color: white;
}
.checkout .checkout-accordion .checkout-accordion-title .fa {
  color: inherit;
}
.checkout .checkout-accordion .checkout-accordion-content form,
.checkout .checkout-accordion .checkout-accordion-content .row-fluid,
.checkout .checkout-accordion .checkout-accordion-content .alert {
  margin: 0;
}
.checkout .checkout-accordion .checkout-accordion-content .row-fluid {
  margin-bottom: 10px;
}
.checkout .checkout-accordion .checkout-accordion-content .row-fluid:last-child {
  margin-bottom: 0;
}
.checkout .commentCustomizerLine td {
  padding: 0px !important;
  border-top: 0px !important;
  background-color: transparent !important;
}
.checkout .commentCustomizerLine td .comment-list {
  margin-left: 30px;
}
.checkout .commentCustomizerLine td li {
  margin: 6px 0px;
}
.checkout .commentCustomizerLine td li:last-child {
  margin-bottom: 0px;
}
.checkout .order-review-content table td:first-child {
  width: 80px;
  text-align: center;
}
.checkout .order-review-content table .table-ehf {
  float: right;
}
.checkout .order-review-content table .order-review-content-picture,
.checkout .order-review-content table .order-review-content-description {
  text-align: left;
  word-wrap: break-word;
}
.checkout .order-review-content table .order-review-content-qty,
.checkout .order-review-content table .order-review-content-bo,
.checkout .order-review-content table .order-review-content-qty-to-ship {
  text-align: center;
}
.checkout .order-review-content table .order-review-content-price,
.checkout .order-review-content table .order-review-content-subtotal {
  text-align: right;
}
.checkout .order-review-content table .order-review-content-price .table-ehf td,
.checkout .order-review-content table .order-review-content-subtotal .table-ehf td {
  border: none;
  background: white;
}
.checkout .order-review-totals .table {
  margin-bottom: 20px;
}
.checkout .order-review-totals .table tr td:last-child {
  white-space: nowrap;
  text-align: right;
}
.checkout .order-review-totals .table tr td:first-child {
  width: 70%;
  text-align: right;
}
.checkout .order-review-totals .table tr.total td {
  background: #ededed;
}
.checkout #standingOfferAutorityInfo > p {
  margin-top: 25px;
}
.checkout .sales-conditions div {
  width: auto!important;
  font-size: 12px;
  text-transform: uppercase;
}
/* MY ACCOUNT */

.contentText {
  margin-top: 15px;
}
/* SHOPPING CART */

.basket-item-comments {
  word-wrap: break-word;
}
.basket-item-comments .accordion-group {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 0px;
}
.basket-item-comments .accordion-group .accordion-heading a:after {
  content: "▼";
  font-size: 9px;
  margin-left: 3px;
  position: relative;
  top: -1px;
  display: inline-block;
}
.basket-item-comments .accordion-group .accordion-heading a.collapsed:after {
  content: "▲";
}
#frmOrderLines .alert {
  margin-bottom: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
#btnCollapseAllAttributes button strong,
#btnExpandAllAttributes button strong {
  font-size: 1.4em;
  margin-right: 5px;
}
/****** STORE LOCATOR ********/

.address-results > .findastorebox > li {
  margin-bottom: 30px;
}
/* TOOLTIP */

.field-validation-error {
  z-index: 1020;
  position: absolute;
  display: block;
  visibility: visible;
  opacity: .9;
  filter: alpha(opacity=90);
  margin-left: 0px;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 200px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: #b94a48;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font: normal 11px Arial, sans-serif;
  padding: 9px 10px;
  white-space: normal !important;
}
.field-validation-error:before {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  border-bottom: 4px solid #b94a48 !important;
  border-right: 4px solid transparent !important;
  border-left: 4px solid transparent !important;
  position: absolute !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
  top: -4px !important;
}
.field-validation-valid {
  display: none;
}
.modal fieldset .row-fluid {
  position: relative;
}
/****** CONTACT PAGE ********/

#formQuestion .captcha .text-center {
  text-align: left !important;
}
#formQuestion .captcha > .row-fluid > .span6 + .span6 > .row-fluid:first-child {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #formQuestion .row-fluid {
    margin-bottom: 0;
  }
  #formQuestion [class*="span"] {
    margin-bottom: 30px;
  }
  #formQuestion [class*="span"] .row-fluid:last-child [class*="span"] {
    margin-bottom: 0;
  }
  #formQuestion input[class*="span"],
  #formQuestion textarea[class*="span"],
  #formQuestion select[class*="span"],
  #formQuestion .uneditable-input[class*="span"] {
    margin-bottom: 0;
  }
  #formQuestion .questions-addressblock .row-fluid:not(:last-child) input,
  #formQuestion .questions-addressblock .row-fluid:not(:last-child) textarea,
  #formQuestion .questions-addressblock .row-fluid:not(:last-child) select,
  #formQuestion .questions-addressblock .row-fluid:not(:last-child) .uneditable-input {
    margin-bottom: 10px;
  }
}
/****** STATUS BAR ********/

.statusbar {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  margin-left: 0 !important;
  text-align: center !important;
  background: black !important;
  background: rgba(0, 0, 0, 0.9) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)" !important;
  z-index: 10000 !important;
}
.statusbar .modal-body {
  padding-top: 50px;
  padding-bottom: 20px;
}
.statusbar .modal-body ul {
  list-style: none;
}
.statusbar .modal-body a {
  color: white;
}
.statusbar .modal-body a:hover {
  color: #e6e6e6;
}
.statusbar .close {
  float: none !important;
  color: white;
  text-shadow: none !important;
  opacity: 1 !important;
  font-size: 0.85em;
  padding: 15px 0px 10px 0px;
  background: transparent !important;
  border: 0px !important;
  -webkit-appearance: none;
}
.statusbar .close:hover {
  opacity: 0.4 !important;
}
.statusbar .multipleMessage,
.statusbar .multipleMessageScroll {
  max-height: 240px;
}
.statusbar .multipleMessage h3,
.statusbar .multipleMessageScroll h3 {
  margin-bottom: 5px !important;
}
.statusbar .statusBarArrows a {
  display: block;
  height: 39px;
  text-indent: -10000px !important;
}
.statusbar #lnkStatusBarArrowsExpand {
  background: url(/ContentEcom/images/animated-arrows.gif) no-repeat 50% bottom;
}
.statusbar #lnkStatusBarArrowsCollapse {
  display: none;
  background: url(/ContentEcom/images/animated-arrowsup.gif) no-repeat 50% top;
}
.statusbar h3 {
  font-size: 1.15em;
  margin-bottom: 30px !important;
  color: white !important;
}
.statusbar i {
  vertical-align: middle !important;
  margin-right: 8px;
  margin-top: -3px;
  width: 32px !important;
  height: 32px !important;
}
.statusbar .yes,
.statusbar .no {
  float: none !important;
  color: #878787 !important;
  text-shadow: none !important;
  opacity: 1 !important;
  background: transparent !important;
  -webkit-apparance: none !important;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #282828 !important;
  padding: 5px 15px 3px 5px !important;
  margin: 0px 5px;
}
.statusbar .yes:hover,
.statusbar .no:hover {
  color: white !important;
  background: transparent !important;
  border-color: #878787 !important;
}
.statusbar .yes i,
.statusbar .no i {
  width: 16px !important;
  height: 16px !important;
}
.statusbar .icon-statusbar-success {
  width: 26px;
  height: 27px;
  background: transparent url('/ContentEcom/images/icons-sprites.png?fv=903BB35394598FA30347F85CC4FE16E7-33197') no-repeat -461px -46px !important;
}
.statusbar .icon-statusbar-warning {
  width: 26px;
  height: 27px;
  background: transparent url('/ContentEcom/images/icons-sprites.png?fv=903BB35394598FA30347F85CC4FE16E7-33197') no-repeat -461px 0px !important;
}
.statusbar .icon-statusbar-error {
  width: 26px;
  height: 27px;
  background: transparent url('/ContentEcom/images/icons-sprites.png?fv=903BB35394598FA30347F85CC4FE16E7-33197') no-repeat -461px -93px !important;
}
.statusbar .icon-yes-circle {
  width: 24px !important;
  background: transparent url('/ContentEcom/images/icons-sprites.png?fv=903BB35394598FA30347F85CC4FE16E7-33197') no-repeat -461px -140px !important;
}
.statusbar .icon-no-circle {
  width: 24px !important;
  background: transparent url('/ContentEcom/images/icons-sprites.png?fv=903BB35394598FA30347F85CC4FE16E7-33197') no-repeat -461px -187px !important;
}
.statusbar .icon-loading {
  background: transparent url(/ContentEcom/images/statusbar-loader.gif) no-repeat 0 0 !important;
}
.modal .modal-body,
.modal iframe {
  -webkit-overflow-scrolling: touch;
}
.ejs-add-credit-card-modal.modal .modal-body,
.ejs-add-credit-card-modal.modal iframe {
  min-height: 454px;
}
/********************************************/

/*					RETURNS					*/

.table-return-types label:last-child {
  margin-bottom: 0px;
}
.returnDetailLink {
  padding-left: 20px;
}
.returnDetailLink > span,
.returnDetailLink > a {
  vertical-align: middle;
}
.formInputSectionFull > textarea,
.formInputSectionFull > input {
  width: 100% !important;
}
/*********************************************/

@media screen and (max-width: 552px) {
  .ejs-add-credit-card-modal.modal .modal-body,
  .ejs-add-credit-card-modal.modal iframe {
    min-height: 700px;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 768px) {
  .navbar .navbar-inner .nav .submenu-left .nav a,
  .navbar .navbar-inner .nav .nav-inner-items a {
    width: 228px;
    box-sizing: border-box;
  }
}
/* isk gift certificate*/

.searchGift,
.redeem-gift-certificate {
  font-size: 21px;
  padding: 4px 0;
}
.icon-gift-certificate {
  background-position: -100px -505px;
  width: 47px;
  height: 41px;
  vertical-align: middle;
  margin-top: -2px;
}
.tab-content {
  overflow: visible;
}
.pointer-cursor,
.cursorhand {
  cursor: pointer;
}
.no-margin {
  margin: 0px!important;
}
.contentText a {
  color: #1571b0;
}
.contentTextHighlight {
  margin-top: 30px;
  font-weight: bold;
}
.main-navigation .main-navig-search {
  display: none;
  text-align: center;
}
.main-navigation .main-navig-search form {
  margin-bottom: 0;
  position: relative;
}
.main-navigation .main-navig-search input {
  width: 1073px;
  border: 1px solid #ececce;
  height: 51px;
  line-height: 51px;
  padding-left: 20px;
  text-align: center;
  font-family: 'Oxygen', sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 18px;
  background: transparent url('/ContentEcom/images/icons-sprites.png?fv=903BB35394598FA30347F85CC4FE16E7-33197') no-repeat 22px -684px;
  background-color: #ffffdf;
  margin: auto;
}
.main-navigation .main-navig-search .typeahead {
  width: 100%;
  text-align: left;
}
.main-navigation .main-navig-search .btn {
  height: 53px;
  width: 63px;
  margin-right: -1px;
}
.main-navigation .main-navig-search .icon-custom {
  height: 26px;
  width: 26px;
  vertical-align: middle;
  margin-left: 3px;
  float: left;
}
.main-navigation .main-navig-search .icon-caretr {
  margin-top: 6px;
  width: 9px;
  height: 14px;
}
.main-navigation .navbar .navbar-inner .nav-quicklinks ul.nav {
  text-align: right;
  position: static;
  display: block;
  float: none;
}
.main-navigation .navbar .navbar-inner .nav-quicklinks ul.nav li {
  float: none;
  display: inline-block;
}
.main-navigation .navbar .navbar-inner .nav-quicklinks ul.nav li:first-child {
  text-indent: 0;
}
.main-navigation .navbar .navbar-inner .nav-quicklinks ul.nav li:last-child {
  margin-right: 0;
}
.main-navigation:not(.f-nav) .navbar .navbar-inner .nav-collapse.collapse.span10 {
  width: 100%;
}
.navbar .nav {
  left: auto!important;
}
.navbar-inner .container.row-fluid {
  margin-bottom: 0;
}
.navbar-inner .nav-quicklinks {
  display: none;
}
.navbar-inner .nav-quicklinks .nav {
  margin: 0;
}
.navbar-inner .nav-quicklinks .nav li {
  padding: 0;
}
.navbar-inner .nav-quicklinks .nav li .icon-custom {
  float: none;
}
.navbar-inner .nav-quicklinks .nav li a {
  line-height: auto;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
}
.navbar-inner .nav-quicklinks .nav li a:hover {
  background: none transparent !important;
}
.navbar-inner .nav-quicklinks .nav li.dropdown {
  position: static;
}
.navbar-inner .nav-quicklinks .nav li.open .box {
  background: #333333;
  border-right: 1px solid #2a2d2d;
  border-left: 1px solid #2a2d2d;
}
.navbar-inner .nav-quicklinks .nav li .dropdown-menu {
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
  background: #333333;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.navbar-inner .nav-quicklinks .nav li .dropdown-menu .btn {
  background: #ff9933 !important;
  border: 1px solid #ff9933 !important;
  margin: 10px 5px 0px 5px;
  letter-spacing: 0;
}
.navbar-inner .nav-quicklinks .nav li .dropdown-menu .btn:hover {
  background: #ffb033 !important;
  border: 1px solid #ffb033 !important;
}
.navbar-inner .nav-quicklinks .nav li .dropdown-menu .nav-header {
  padding: 10px 10px 5px 10px;
  font-size: 1em;
  font-weight: 400;
  color: #999999;
  text-shadow: 0px 0px 0px black;
}
.navbar-inner .nav-quicklinks .nav li .dropdown-menu .divider {
  background: transparent;
  border: 0;
  border-top: 1px solid #818181;
  margin-bottom: 1px;
}
.navbar-inner .nav-quicklinks .nav li .dropdown-menu li {
  width: auto;
}
.navbar-inner .nav-quicklinks .nav li .dropdown-menu a {
  color: white;
  border-bottom: 1px solid #3f3f3f;
  text-decoration: none;
  padding: 6px 10px!important;
  white-space: normal;
  font-size: 1em;
  text-transform: none;
}
.navbar-inner .nav-quicklinks .nav li .dropdown-menu a:hover {
  background: #474747 !important;
}
.navbar-inner .nav-quicklinks .nav li .dropdown-menu:after {
  content: '';
  display: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #333333 !important;
  position: absolute;
  top: -6px;
  left: 10px;
}
.well.well-sm {
  padding: 10px;
}
.well.well-sm:last-child {
  margin-bottom: 0px;
}
.checkout-customized-comment {
  margin-top: 10px !important;
}
.checkout-customized-comment ul {
  margin-bottom: 0px;
}
.checkout-customized-comment ul li {
  margin-bottom: 5px;
}
.checkout-customized-comment ul li:last-child {
  margin-bottom: 0px;
}
.nav-rightlinks ul {
  margin-bottom: 0;
}
.nav-rightlinks ul li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.nav-rightlinks ul a {
  border: 0px!important;
}
@media screen and (min-width: 1200px) {
  .btn-navbar {
    display: none!important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
  .main-navigation .main-navig-search input {
    width: 843px;
  }
  .navbar-inverse .nav-rightlinks a {
    padding: 0 7px;
    font-size: 0.9em;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .f-nav.main-navigation {
    padding: 0px!important;
  }
  .f-nav.main-navigation .main-navig-search input {
    width: 627px!important;
  }
  .nav-quicklinks .icon-custom {
    margin-top: -2px !important;
  }
}
@media screen and (max-width: 767px) {
  .nav-rightlinks {
    display: none !important;
  }
}
@media print {
  a[href]:after,
  .section-container-main-navigation,
  .header-topsection,
  .header-nav,
  footer {
    display: none !important;
  }
}
/* Large desktop */

@media screen and (min-width: 1200px) {
  .header-topsection form.form-search {
    width: 85%;
  }
  .header-topsection form input[type='text'] {
    width: 85%;
  }
  .header-topsection form .typeahead {
    width: 75%;
  }
  .form-advanced-search .typeahead {
    width: 852px;
  }
  #TellAFriendSectionModalBody {
    max-height: 500px;
  }
}
/* Desktop 1024x768 screen support */

@media screen and (min-width: 980px) and (max-width: 1199px) {
  body {
    letter-spacing: 0;
  }
  h2 {
    font-size: 2.3em;
    line-height: 1.25em;
  }
  .basket-pop {
    width: 940px;
  }
  .basket-pop .basketpop-description {
    width: 112px !important;
  }
  .basket-pop .basketpop-price {
    width: 80px !important;
  }
  .basket-pop:before {
    right: 70px;
  }
  .header-topsection .nav-myaccount span,
  .header-topsection .nav-myservices span {
    display: inline-block;
    width: 75px;
    white-space: normal;
    line-height: 1.1em;
    font-size: 1em;
    position: absolute;
    margin-top: 3px;
  }
  .header-topsection .nav-myaccount .icon-caretd,
  .header-topsection .nav-myservices .icon-caretd {
    margin-top: 16px !important;
  }
  .header-topsection .btn-searchink .icon-caretr {
    width: 11px !important;
  }
  .header-topsection form.form-search {
    width: 82%;
  }
  .header-topsection form input[type='text'] {
    width: 82% !important;
  }
  .header-topsection form .typeahead {
    width: 70%;
  }
  .navbar-inverse .nav > li > a {
    color: white;
  }
  .navbar-inverse .nav > li > a:hover {
    background: #333333;
  }
  .navbar-inverse .nav .active a {
    background: #1e1e1e;
  }
  .navbar-inverse .nav .active a:hover {
    background: #333333;
  }
  .navbar-inverse .nav-rightlinks a {
    padding: 0 7px;
    font-size: 0.9em;
  }
  .f-nav {
    width: 940px;
    margin-left: -470px;
  }
  .f-nav .submenu {
    margin-left: -42px;
  }
  .main-navigation .main-navig-search input {
    width: 843px;
  }
  .submenu {
    width: 940px;
  }
  .submenu .nav-stacked > li > a {
    font-size: 1em;
  }
  .submenu .ajaxloading-container {
    width: 662px;
  }
  .submenu .submenu-bigcontent {
    width: 672px;
    padding: 0 10px 20px 30px;
  }
  .submenu .submenu-bigcontent .bigcontent-tophighlight {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .submenu .submenu-bigcontent .bigcontent-tophighlight ul > li {
    width: 18%;
    text-align: center;
    vertical-align: top;
  }
  .submenu .submenu-bigcontent .span4 {
    margin: 0;
    width: 33%;
  }
  .grid-layout .btn {
    padding: 0 8px !important;
  }
  .form-advanced-search .typeahead {
    width: 682px;
  }
  #TellAFriendSectionModalBody {
    max-height: 500px;
  }
  .zoomContainer {
    width: 300px !important;
    height: 300px !important;
  }
  .zoomContainer .zoomWindow {
    width: 300px !important;
    height: 300px !important;
  }
  .flyerinfo .flyer-btn .icon-download-alt {
    display: none;
  }
  #fbContainer .paging .btn {
    line-height: normal !important;
    min-height: 0 !important;
    padding: 0 10px !important;
  }
}
@media screen and (max-width: 979px) {
  .nav-header {
    text-align: center;
  }
  .nav-menu .brand {
    font-size: 1.25em;
    padding-left: 0;
  }
  .main-navigation-position {
    padding: 18px 5px;
  }
  #backtotop {
    bottom: 20px !important;
    right: 10px !important;
  }
  #backtotop.focused {
    display: none !important;
  }
  .btn-group {
    margin-bottom: 5px;
  }
  .flyerinfo .flyer-btn a {
    font-size: 12px;
  }
  .flyerinfo .flyer-btn a .icon-download-alt {
    display: none;
  }
  .navbar .navbar-inner .btn-cart,
  .navbar .navbar-inner .btn-services,
  .navbar .navbar-inner .btn-account,
  .navbar .navbar-inner .btn-search,
  .navbar .navbar-inner .btn-quote {
    padding: 5px 10px !important;
    margin: 0px;
  }
  #fbContainer .paging .btn {
    line-height: normal !important;
    min-height: 0 !important;
    padding: 0 7px !important;
  }
  #fbContainer .paging input {
    padding: 10px 2px;
  }
  .ejs-fbContainer .ffb-input {
    width: 75% !important;
  }
  .ejs-fbContainer .paging .btn {
    padding: 0px 7px !important;
  }
  .ejs-fbContainer .paging input {
    padding: 10px 2px;
  }
  #PowerSearchSection {
    margin-top: 0;
    padding-left: 0!important;
  }
}
/* Portrait tablet to landscape and desktop */

@media screen and (min-width: 768px) and (max-width: 979px) {
  .field-validation-error {
    display: block;
  }
  .field-validation-error:before {
    position: absolute;
    left: 10%;
    top: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 2px 4px 2px;
    border-color: transparent transparent #b94a48 transparent;
  }
  body {
    letter-spacing: 0;
  }
  h2 {
    font-size: 1.75em;
    font-weight: 400;
    line-height: 1.25em;
  }
  .cart .cart-icon {
    margin-left: 10px;
    margin-right: 10px;
  }
  .cart .cart-caret {
    display: none;
  }
  .basket-pop {
    width: 724px;
  }
  .basket-pop .row-fluid .span6 {
    width: 100%;
    margin-left: 0;
  }
  .basket-pop .basketpop-pricesection .span6 {
    width: 100%;
    margin: 0;
  }
  .basket-pop .btn-secondary {
    width: 100% !important;
    height: 37px;
    line-height: 37px;
    padding: 0;
    width: auto;
    text-align: center;
    margin-top: 2px;
  }
  .basket-pop .btn-large {
    width: 99% !important;
    font-size: 0.90em !important;
  }
  .basket-pop .btn-large i {
    display: none;
  }
  .basket-pop .basketpop-photo {
    text-align: left;
  }
  .basket-pop .basketpop-description {
    width: 307px !important;
    text-align: left;
  }
  .basket-pop .basketpop-price {
    width: 80px !important;
  }
  .basket-pop .basketpop-btn {
    float: right;
  }
  .basket-pop:before {
    right: 55px;
  }
  .header-nav li {
    margin-left: 0;
    padding-left: 5px !important;
    padding-right: 4px !important;
  }
  .header-nav a {
    font-size: 0.85em;
  }
  .header-topsection .nav-myaccount span,
  .header-topsection .nav-myservices span {
    display: inline-block;
    width: 72px;
    white-space: normal;
    line-height: 1.1em;
    font-size: 0.85em;
    position: absolute;
    margin-top: 6px;
  }
  .header-topsection form.form-search {
    width: 76%;
  }
  .header-topsection form input[type='text'] {
    width: 75% !important;
  }
  .login-text {
    font-size: 0.95em;
  }
  .navbar .btn-navbar {
    display: none;
  }
  .nav-collapse {
    height: auto !important;
    overflow: visible !important;
    float: left;
    clear: none;
  }
  .nav-collapse .nav {
    float: left;
  }
  .nav-collapse .nav > li {
    float: left;
  }
  .nav-collapse a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
  }
  .f-nav {
    width: 724px;
    padding: 0;
    margin-left: -362px;
  }
  .f-nav .nav > li > a {
    font-size: 1em!important;
  }
  .f-nav .container {
    width: 100%;
  }
  .f-nav.main-navigation {
    padding: 0px!important;
  }
  .f-nav.main-navigation .main-navig-search input {
    width: 627px!important;
  }
  .f-nav .submenu {
    margin-left: -42px;
  }
  .nav-quicklinks a {
    padding: 10px 10px !important;
  }
  .nav-quicklinks .icon-custom {
    margin-top: -2px !important;
  }
  .product {
    padding: 10px 5px;
  }
  .product a {
    font-size: 1.05em;
  }
  .product strong {
    font-size: 1.15em;
  }
  .table-listing table,
  .complementary-product {
    font-size: .85em;
  }
  .complementary-product ul li:nth-child(3) {
    width: 100%;
  }
  .complementary-product ul li:nth-child(3) button {
    width: 100%;
    margin-top: 10px;
  }
  .list-layout .box-price {
    padding-left: 20px;
  }
  .grid-layout .productbox .box-price {
    min-height: 150px;
  }
  /*.main-section .row-fluid {
  		margin-bottom: 5px !important;
  	}*/
  
  .main-section .grid-layout .span2 {
    width: 31.914893617021278% !important;
    *width: 31.861702127659576% !important;
    margin-left: 2.127659574468085% !important;
  }
  .main-section .grid-layout .span2:first-child,
  .main-section .grid-layout .span2:nth-child(4) {
    margin-left: 0 !important;
  }
  .basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc a {
    width: 30px;
  }
  .basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc input {
    width: 40px;
  }
  .form-advanced-search .typeahead {
    width: 520px;
  }
  .zoomContainer {
    width: 228px !important;
    height: 228px !important;
  }
  .zoomContainer .zoomWindow {
    width: 228px !important;
    height: 228px !important;
  }
  .submenu {
    width: 719px;
  }
  .submenu .submenu-bigcontent {
    width: 450px;
  }
  footer {
    padding-top: 20px;
  }
}
/* Landscape phone to portrait tablet */

@media screen and (max-width: 767px) {
  header,
  .main-section,
  footer {
    margin-left: 5px;
    margin-right: 5px;
  }
  h1 {
    font-size: 1.8em;
  }
  .row-fluid [class*="span"] {
    min-height: 0px;
  }
  .flip-scroll table,
  .flip-scroll thead,
  .flip-scroll tbody,
  .flip-scroll th,
  .flip-scroll td,
  .flip-scroll tr {
    display: block;
  }
  .flip-scroll thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .flexslider .flex-direction-nav {
    display: none;
  }
  .main-section .btn {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
  }
  .main-section .btn:last-child {
    margin-bottom: 0px;
  }
  .main-section .ejs-fbContainer .btn {
    display: inline-block;
  }
  .main-section .pull-right,
  .main-section .pull-left {
    float: none;
  }
  .flip-scroll {
    display: block;
  }
  .flip-scroll tr {
    border: 1px solid #cccccc;
  }
  .flip-scroll tr td {
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .flip-scroll tr td.list-options {
    padding-left: 5%;
    text-align: right !important;
  }
  .flip-scroll tr td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    word-break: keep-all;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
    font-size: 10px;
    line-height: 12px;
  }
  .field-validation-error:before {
    position: absolute;
    left: 10%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2px 4px 2px;
    border-color: transparent transparent #b94a48 transparent;
  }
  .field-validation-error {
    display: block;
  }
  .basket-pop-fixed {
    position: relative;
  }
  .ellipsis {
    position: relative;
    height: 100px;
    padding-right: 22px;
    overflow: hidden;
  }
  .ellipsis:after {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 4px;
    font-size: 2em;
  }
  .search {
    margin-bottom: 15px;
  }
  .search .advanced-search {
    font-size: 1.1em !important;
    letter-spacing: 0;
    margin: 10px 3% 10px 0 !important;
  }
  .search .form-search {
    width: 100%;
    float: left;
  }
  .search .form-search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    border: 0;
    margin-right: -40px;
  }
  .search .btn-go {
    height: 40px;
    width: 40px;
    background-position: -90px -547px;
  }
  .search .btn-go:hover {
    background-position: -90px -547px !important;
  }
  .main-navigation {
    position: relative;
    padding: 5px;
    top: 0;
    width: auto;
    height: auto;
    background: white;
  }
  .main-navigation .navbar {
    width: auto;
    height: auto;
  }
  .main-navigation .navbar .navbar-inner {
    border-width: 0px!important;
    min-height: 0!important;
  }
  .main-navigation .navbar .navbar-inner .container {
    width: 100%!important;
  }
  .main-navigation .navbar .navbar-inner .btn-navbar {
    line-height: 0!important;
    padding: 7px 10px!important;
    margin: 0px!important;
  }
  .main-navigation .navbar .navbar-inner li {
    border-left: 0!important;
    border-right: 0!important;
  }
  .main-navigation .navbar .navbar-inner li a {
    border-left: 0!important;
    border-right: 0!important;
  }
  .main-navigation .navbar .navbar-inner li:first-child > a {
    -webkit-box-shadow: inset 0px 4px 5px -3px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0px 4px 5px -3px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px 4px 5px -3px rgba(0, 0, 0, 0.7);
  }
  .main-navigation .navbar .navbar-inner .dropdown-menu li {
    border: 0!important;
  }
  .main-navigation .navbar .navbar-inner .dropdown-menu li a,
  .main-navigation .navbar .navbar-inner .dropdown-menu li a:link,
  .main-navigation .navbar .navbar-inner .dropdown-menu li a:hover,
  .main-navigation .navbar .navbar-inner .dropdown-menu li a:visited,
  .main-navigation .navbar .navbar-inner .dropdown-menu li a:active {
    text-align: center;
    font-size: 16px!important;
    font-weight: 400!important;
    text-indent: 0!important;
    padding: 10px 20px!important;
    border: 0!important;
    border-bottom: 1px solid #f2f2f2 !important;
    text-transform: uppercase!important;
    background: #e6e6e6;
  }
  .main-navigation .navbar .navbar-inner .dropdown-menu li a:hover,
  .main-navigation .navbar .navbar-inner .dropdown-menu li a:focus {
    background: #f2f2f2 !important;
  }
  .main-navigation .navbar .navbar-inner .dropdown-menu li.dropdown-submenu a {
    text-indent: 0!important;
  }
  .main-navigation .navbar .navbar-inner .dropdown-menu li .dropdown-submenu a:link,
  .main-navigation .navbar .navbar-inner .dropdown-menu li .dropdown-submenu a:hover,
  .main-navigation .navbar .navbar-inner .dropdown-menu li .dropdown-submenu a:visited,
  .main-navigation .navbar .navbar-inner .dropdown-menu li .dropdown-submenu a:active {
    text-indent: 0!important;
    font-size: 16px;
    font-weight: 300!important;
    padding: 10px 0!important;
    background: #d9d9d9 !important;
    color: #cccccc !important;
  }
  .main-navigation .navbar .navbar-inner .dropdown-menu li .dropdown-submenu a:hover,
  .main-navigation .navbar .navbar-inner .dropdown-menu li .dropdown-submenu a:focus {
    text-decoration: none;
    background: #f2f2f2 !important;
  }
  .main-navigation .submenu {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .main-navigation .submenu .nav {
    min-height: 0;
  }
  .main-navigation .submenu .submenu-left li > a {
    text-align: center;
    font-size: 16px!important;
    padding: 10px 20px!important;
    border-bottom: 1px solid #f2f2f2 !important;
    text-transform: uppercase;
    background: #e6e6e6;
  }
  .main-navigation .submenu .submenu-left li > a:after {
    display: none;
  }
  .main-navigation .submenu .submenu-left li > a.has-content:after {
    border: 0;
    content: "+";
    display: block;
    float: none;
    margin-top: 0;
    width: auto;
    height: auto;
  }
  .main-navigation .submenu .submenu-left li:first-child > a {
    -webkit-box-shadow: inset 0px 4px 5px -3px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0px 4px 5px -3px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px 4px 5px -3px rgba(0, 0, 0, 0.7);
  }
  .main-navigation .submenu .submenu-left li.opened > a:after {
    right: 21px!important;
    content: "-" !important;
  }
  .main-navigation .submenu .submenu-content .bigcontent-categories li a {
    font-size: 16px;
    padding: 10px 0!important;
    border-bottom: 1px solid #cccccc !important;
    background: #e6e6e6 !important;
    color: #cccccc !important;
  }
  .main-navigation .submenu .submenu-content .bigcontent-categories li a:hover,
  .main-navigation .submenu .submenu-content .bigcontent-categories li a:focus {
    background: #f2f2f2 !important;
  }
  .main-navigation .submenu .submenu-content .bigcontent-categories li:first-child > a {
    -webkit-box-shadow: inset 0px 4px 5px -3px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0px 4px 5px -3px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px 4px 5px -3px rgba(0, 0, 0, 0.7);
  }
  .nav-rightlinks {
    display: none !important;
  }
  .header-nav {
    width: 100%;
    text-align: center;
  }
  .navbar-inner {
    background-color: #f1f2f2;
  }
  .navbar-inner .row-fluid {
    margin-bottom: 0;
  }
  .header-topsection .span6,
  .header-topsection .span4,
  .header-topsection .span2 {
    float: left !important;
  }
  .header-topsection .customer-panel {
    margin-top: 0;
    width: 100%;
  }
  .header-topsection .customer-panel .nav-myservices .dropdown-menu {
    width: 200% !important;
  }
  .header-topsection .customer-panel.span4 {
    width: 77%;
  }
  .header-topsection .span2 {
    width: 22%;
  }
  .header-topsection .cart {
    height: auto;
    margin-top: 0;
    line-height: 35px;
    margin-left: 1px;
  }
  .header-topsection .cart .cart-icon {
    margin-left: 5px !important;
  }
  .header-topsection .cart .cart-products-qty {
    margin: 0 10px;
    font-size: 1.5em;
    font-weight: 700;
  }
  .header-topsection .cart .cart-products-qty-lbl {
    padding: 0;
    margin-left: 5px;
  }
  .header-topsection .cart .fa.visible-phone {
    display: inline-block !important;
    margin-left: 5px;
  }
  .header-topsection .cart + .cart-quote,
  .header-topsection .basket-pop + .cart-quote,
  .header-topsection .order-express + .cart-quote {
    margin-top: 5px;
  }
  .header-topsection .search form {
    display: block !important;
  }
  .header-topsection .search form .btn-go {
    width: 15%;
  }
  .header-topsection .search form input[type='text'] {
    padding-left: 13%;
    width: 67% !important;
    text-align: center;
  }
  .header-topsection .search form.form-categoryquicksearch {
    width: 50px;
    position: absolute;
    top: 0;
  }
  .basket-pop {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 1px;
  }
  .basket-pop .basketpop-header .span11 {
    float: left;
    width: auto;
  }
  .basket-pop .basketpop-header .span1 {
    float: right;
    width: auto;
  }
  .basket-pop .basketpop-body .basketpop-photo {
    width: 10% !important;
  }
  .basket-pop .basketpop-body .basketpop-description {
    width: 55% !important;
    font-size: 0.90em;
  }
  .basket-pop .basketpop-body .basketpop-qty {
    width: 10% !important;
    font-size: 0.90em;
  }
  .basket-pop .basketpop-body .basketpop-price {
    width: 15% !important;
    font-size: 0.90em;
  }
  .basket-pop .basketpop-body .basketpop-pricesection .span5 {
    float: left;
    width: auto;
  }
  .basket-pop .basketpop-body .basketpop-pricesection .span7 {
    float: right;
    width: auto;
  }
  .basket-pop .basket-tools a {
    width: 100% !important;
  }
  .basket-pop .btn {
    margin-top: 2px;
  }
  .basket-pop:before {
    display: none;
  }
  .typeahead {
    width: 97% !important;
  }
  .typeahead a {
    padding: 5px 10px!important;
  }
  .nav-myaccount .dropdown-menu a,
  .nav-myservices .dropdown-menu a {
    padding: 10px 10px !important;
  }
  .nav-myaccount .dropdown-menu a.btn,
  .nav-myservices .dropdown-menu a.btn {
    padding: 6px 10px !important;
  }
  .nav-myservices .dropdown-menu {
    left: -100%;
    width: 249.6% !important;
  }
  .nav-myservices .divider {
    display: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 0 !important;
  }
  .nav-collapse .nav .level2 {
    margin: 0;
  }
  .nav-collapse .nav .level2 > li a {
    border-radius: 0;
    padding: 10px 5px;
    line-height: 40px;
    background: #428bca;
    color: white;
  }
  .nav-collapse .nav .level2 .expand.dropdown-submenu > a:active,
  .nav-collapse .nav .level2 .expand.dropdown-submenu > a:focus {
    background: #428bca !important;
  }
  .nav-collapse .nav .level2 .expand.dropdown-submenu > a:after {
    border: 0;
  }
  .nav-collapse .nav .level2 .level3 {
    margin: 0;
  }
  .nav-collapse .nav .level2 .level3.opened {
    display: block !important;
  }
  .nav-collapse .nav .level2 .level3 li a {
    background: #428bca;
    color: white;
    border-radius: 0;
    display: block;
  }
  .nav-collapse .nav .dropdown-submenu {
    text-indent: 5px;
  }
  .nav-collapse .nav .dropdown-submenu a {
    border-radius: 0;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 0;
  }
  .login-text {
    display: none;
  }
  .logos {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .navbar .brand {
    text-decoration: none;
    color: white;
    font-weight: 700;
    border: 0;
  }
  .navbar b {
    display: none !important;
  }
  .navbar a {
    color: white;
    border-bottom: 1px solid #2b2d2c;
    padding: 20px 0px;
  }
  .navbar .submenu-left {
    float: none;
  }
  .navbar .bigcontent-tophighlight {
    display: none;
  }
  .navbar .expand > a {
    position: relative;
  }
  .navbar .expand > a:after {
    content: " +";
    font-size: 2em;
    font-weight: 700;
    margin-top: 0 !important;
    margin-right: 0 !important;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    height: auto;
  }
  .navbar .expand.opened > a:after {
    content: " -";
  }
  .navbar .nav {
    margin-bottom: 0;
  }
  .navbar .nav > li {
    position: relative;
  }
  .navbar .nav > li > a {
    padding: 10px 5px !important;
    border-radius: 0;
  }
  .btn-navbar {
    background: #428bca !important;
    padding: 7px 10px !important;
    line-height: 37px !important;
    margin-top: 10px !important;
  }
  .btn-navbar .icon-bar {
    width: 12px !important;
    height: 3px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .category-listing {
    list-style: none;
    margin: 0 0 5px 0;
  }
  .category-listing .iconplus,
  .category-listing .iconminus {
    display: none;
    visibility: hidden;
  }
  .category-listing > li {
    margin: 0;
    border-left: 1px solid #cccccc !important;
    border-right: 1px solid #cccccc !important;
    border-bottom: 1px solid #cccccc !important;
  }
  .category-listing > li:first-child {
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #cccccc !important;
  }
  .category-listing > li:last-child {
    border-radius: 0 0 5px 5px;
  }
  .category-listing > li a {
    display: block;
    width: 100%;
    text-decoration: none !important;
    margin: 0;
    min-height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .category-listing > li a:hover,
  .category-listing > li a:active,
  .category-listing > li a:focus {
    color: white !important;
    background: white !important;
  }
  .category-listing > li ul {
    margin-left: 0;
  }
  .category-listing > li ul li {
    list-style: none;
  }
  .category-listing > li ul li a {
    height: 25px;
    line-height: 25px;
  }
  .category-listing .closed ul {
    display: none;
    visibility: hidden;
  }
  .form-horizontal .control-label {
    display: block;
    float: none;
    text-align: left;
    margin-bottom: 3px;
    text-indent: 0px;
  }
  .form-horizontal .controls {
    display: block;
    margin-left: 0px;
  }
  .btn {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  footer {
    padding-top: 15px !important;
  }
  footer .networks {
    margin-left: 0;
  }
  footer .networks-text {
    display: block;
    width: 100%;
  }
  footer .row-fluid {
    margin-bottom: 10px;
  }
  .submenu {
    display: none;
    position: relative;
    width: 100%;
  }
  .submenu.submenu-opened {
    display: block;
  }
  .submenu .nav {
    width: 100%;
  }
  .submenu .nav-stacked > li {
    position: relative;
  }
  .submenu .nav-stacked > li > a {
    background: none !important;
  }
  .submenu .nav-stacked > li > a:hover {
    background: #484848;
  }
  .submenu .nav-stacked > li.opened > a {
    background-color: #484848 !important;
    background: none !important;
  }
  .submenu .submenu-left a {
    padding: 15px 24px !important;
    margin: 0 !important;
    background: #333333;
    background-image: none !important;
    border-bottom: 1px solid #3f3f3f;
    color: white !important;
  }
  .submenu .submenu-left a:hover {
    background: #3f3f3f;
  }
  .submenu .ajaxloading-container {
    position: relative;
    left: 0;
    width: 100%;
    padding: 0;
    min-height: 30px;
  }
  .submenu .submenu-bigcontent {
    position: relative;
    left: 0px !important;
    width: 100%;
    padding: 0;
    min-height: 0 !important;
  }
  .submenu .submenu-bigcontent h3 {
    display: none;
  }
  .submenu .submenu-bigcontent .bigcontent-tophighlight {
    border: 0;
    padding: 0;
    margin: 0;
  }
  .submenu .submenu-bigcontent .bigcontent-tophighlight ul li {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .submenu .submenu-bigcontent .bigcontent-tophighlight ul li br {
    display: none;
  }
  .submenu .submenu-bigcontent .bigcontent-tophighlight ul li a {
    padding: 10px 24px 10px 32px !important;
    display: block;
    text-decoration: none;
    color: white;
    background: #666666 !important;
    background-image: none !important;
    border-bottom: 1px solid #6e6e6e;
  }
  .submenu .submenu-bigcontent .bigcontent-tophighlight ul li a:first-child {
    display: none;
  }
  .submenu .submenu-bigcontent .bigcontent-tophighlight ul li a:hover {
    background: #6e6e6e !important;
  }
  .submenu .submenu-bigcontent .bigcontent-tophighlight ul li a:after {
    content: "";
  }
  .submenu .submenu-bigcontent .bigcontent-categories li {
    padding-left: 0;
    text-indent: 0;
  }
  .submenu .submenu-bigcontent .bigcontent-categories li a {
    padding: 10px 24px 10px 32px !important;
    display: block;
    text-decoration: none;
    color: white;
    background: #666666 !important;
    background-image: none !important;
    border-bottom: 1px solid #6e6e6e;
  }
  .submenu .submenu-bigcontent .bigcontent-categories li a:hover {
    background: #6e6e6e !important;
  }
  .submenu .submenu-bigcontent .bigcontent-categories li:before {
    content: "";
  }
  .submenu .submenu-bigcontent .bigcontent-categories .span4 {
    width: 100%;
  }
  .list-layout.productbox {
    background: white;
    -webkit-box-shadow: 0 0 7px #cccccc;
    -moz-box-shadow: 0 0 7px #cccccc;
    -o-box-shadow: 0 0 7px #cccccc;
    box-shadow: 0 0 7px #cccccc;
    border-bottom: 0;
    margin-bottom: 10px !important;
    padding: 10px 0;
  }
  .list-layout.productbox .box-photo,
  .list-layout.productbox .box-info,
  .list-layout.productbox .box-price {
    text-align: center;
  }
  .list-layout.productbox .box-photo {
    margin-bottom: 10px;
  }
  .list-layout.productbox .box-photo img {
    width: 50%;
  }
  .list-layout.productbox .box-price {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
  }
  .list-layout.productbox .box-price table {
    margin: 15px auto 0 auto;
  }
  .basket-item-comments .cancel-add-new-comment {
    float: right;
  }
  .grid-layout .span2 .productbox {
    position: relative;
    min-height: 0 !important;
  }
  .grid-layout .span2 .productbox .box-info {
    display: block;
    min-height: 0;
  }
  .grid-layout .span2 .productbox .box-info a {
    height: auto;
    line-height: normal;
    margin-bottom: 0;
  }
  .grid-layout .span2 .productbox .box-info .product-title {
    min-height: 0;
  }
  .grid-layout .span2 .productbox .box-price {
    min-height: 0;
  }
  .grid-layout .span2 .productbox .box-qty {
    min-height: 0;
  }
  .grid-layout .span2.row-fluid {
    margin-bottom: 0 !important;
  }
  .addto-multiple {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .addto-multiple.dropdown-menu > li > a:after {
    border-color: #333333 transparent transparent transparent;
  }
  .addto-multiple.dropdown-menu > li > a:hover:after,
  .addto-multiple.dropdown-menu > li > a:active:after,
  .addto-multiple.dropdown-menu > li > a:focus:after {
    border-color: #f1f2f2 transparent transparent transparent;
  }
  .addto-multiple .dropdown-submenu:hover > .dropdown-menu {
    display: none;
  }
  .dropdown-menu.addtopurchaselist-multiple,
  .dropdown-menu.addtorecurringorder-multiple {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .product-detail .product-image {
    text-align: center;
  }
  .product-detail .product-image .flex-direction-nav a {
    width: 30px !important;
  }
  .product-detail .product-attributes-container .product-attributes-config select {
    width: 100%;
    margin-bottom: 10px;
  }
  .product-detail .addthis_button {
    margin-left: 15px;
  }
  #purchaseListResults .flip-scroll td:before {
    line-height: 12px;
  }
  #purchaseListResults .list-options {
    padding-left: 10%;
    height: 40px;
  }
  #btnCreatePurchaseList,
  #btnMergePurchaseLists,
  #btnRenamePurchaseList,
  #btnSchedulePurchaseLists,
  #addPurchaseListToCart .btn,
  #purchaseListActions .btn {
    width: 100%;
    margin-bottom: 5px;
  }
  #addPurchaseListToCart,
  #purchaseListActions {
    float: none;
  }
  .filter-options li {
    margin: 5px 0;
  }
  #listViewTableBody .ejs-product td {
    min-height: 30px;
  }
  #ProductPageForm .product-detail-options {
    float: none;
  }
  #ProductPageForm .product-detail-options .btn-group {
    width: 100%;
    margin-bottom: 5px;
  }
  #ProductPageForm .product-detail-options .btn-group .dropdown-menu {
    width: 100% !important;
    margin-bottom: 5px;
  }
  #ProductPageForm .product-detail-options .btn-group .addtopurchaselist {
    width: 76%;
  }
  #ProductPageForm .product-detail-options .btn-group .addtopurchaselist-caret {
    width: 10%;
  }
  #ProductPageForm .product-detail-options button {
    margin-bottom: 5px;
    width: 100%;
  }
  #ProductPageForm .product-detail-options button.addtopurchaselist {
    width: 85%;
  }
  #ProductPageForm .product-detail-options button.dropdown-toggle {
    width: 15%;
  }
  .form-advanced-search #cmdAdvancedSearch {
    width: 100%;
  }
  .form-advanced-search .typeahead {
    width: 97% !important;
  }
  .account-icons li {
    margin: 5px 0;
  }
  .account-icons a {
    display: block;
    background: #eff6ff;
    color: white;
    padding: 10px;
    text-decoration: none;
  }
  .account-icons a:hover {
    background: white;
    color: white;
  }
  .alert-purchaserulevalidation .btn,
  .basket-list-item .btn {
    width: 100%;
    margin-top: 10px;
  }
  .checkout .comment-list {
    margin-left: 30px;
  }
  .checkout .order-review-content table td:first-child {
    width: auto;
    text-align: center;
  }
  .checkout .order-review-content table td:first-child.commentCustomizerLine {
    padding-left: 0px;
    width: 100%;
    text-align: left;
  }
  .checkout .order-review-content table td:first-child.commentCustomizerLine tr {
    border: 0px !important;
  }
  .checkout .order-review-content table td:before {
    width: 38%;
  }
  .checkout .order-review-content table .order-review-content-picture,
  .checkout .order-review-content table .order-review-content-description {
    text-align: center;
  }
  .checkout .order-review-content table .order-review-content-qty,
  .checkout .order-review-content table .order-review-content-bo,
  .checkout .order-review-content table .order-review-content-qty-to-ship {
    text-align: center;
  }
  .checkout .order-review-content table .order-review-content-price,
  .checkout .order-review-content table .order-review-content-subtotal {
    text-align: center;
  }
  .ejs-fbContainer .paging {
    text-align: center;
  }
  .ejs-fbContainer .paging .page,
  .ejs-fbContainer .paging a {
    width: 10%;
  }
  .ejs-find-a-store-result #map-canvas {
    height: 400px;
    margin: 0 40px;
  }
  .ejs-find-a-store-result #map-canvas img {
    max-width: none;
  }
  .ejs-find-a-store-result .address-results {
    height: auto;
    overflow: auto;
  }
  .product-detail .product-review {
    border: 0;
  }
  .product-detail .product-review .review-listing-header {
    border: 0;
    padding-top: 0;
  }
  .product-detail .product-review .review-user-rating {
    text-align: center;
  }
  .product-detail .product-review .review-user-rating .review-stars {
    margin: 0 auto;
  }
  .product-detail .product-review .review-user-rating .btn {
    float: none;
  }
  .product-detail .product-review .review-user-rating .span2 {
    margin-bottom: 20px;
  }
  .product-detail .product-review .review-user-rating .span2:first-child {
    padding-left: 0;
  }
  .powersearch-section.sb-slidebar {
    padding: 10px;
    background: #f1f2f2;
    color: #333333;
  }
  .powersearch-section.sb-slidebar h5 {
    margin-top: 20px;
    padding-left: 10px;
    line-height: 40px;
    background: #c9cdcd;
  }
  .powersearch-section.sb-slidebar h5:first-child {
    margin-top: 0;
  }
  .powersearch-section.sb-slidebar label {
    min-height: 30px;
    padding-top: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #c9cdcd;
  }
  .image-category-listing .span3 {
    margin-bottom: 20px;
  }
  .modal .modal-body {
    max-height: 250px;
  }
  .modal-footer {
    text-align: center;
  }
  .modal-footer .btn + .btn {
    margin-left: 0px;
  }
  .product-detail .modal-footer .btn {
    width: 100%;
  }
  .popover {
    left: 0px !important;
    margin-left: 0px !important;
    max-width: 100% !important;
    position: static !important;
  }
  .popover .arrow {
    display: none;
  }
  .inline.purchase-list-top-buttons > li {
    display: block;
    padding: 0px;
  }
}
/* Landscape phones and down */

@media screen and (max-width: 480px) {
  .cart-icon {
    margin-left: 20% !important;
  }
  .header-topsection .nav-tabs li .icon-custom.icon-caretd {
    margin-right: -8px;
  }
  .header-topsection .span4 {
    width: 72% !important;
  }
  .header-topsection .span2 {
    width: 27.6% !important;
  }
  .basket-pop .basketpop-description {
    width: 45% !important;
  }
  .basket-pop .basketpop-photo {
    display: none;
  }
  #btnSchedulePurchaseLists,
  .btn-link {
    line-height: 24px !important;
  }
  #LoginForm .btn {
    display: block;
  }
  #ListingProducts .row-fluid {
    margin-bottom: 0;
  }
  .login-box .btn-primary,
  .login-box .btn-secondary {
    width: 100%;
    margin-top: 10px !important;
  }
  .category-listing li {
    border: none;
  }
  .productbox {
    padding: 5px;
  }
  .productbox .box-info ul {
    margin-bottom: 0;
  }
  .btn-group .addtopurchaselist {
    width: 75%;
  }
  .btn-group .addtopurchaselist-caret {
    width: 11%;
  }
  .main-section .nav-tabs > li > a,
  .main-section .nav-pills > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 360px) {
  .header-topsection .span4 {
    width: 72% !important;
  }
  .header-topsection .span2 {
    width: 27.6% !important;
  }
  #lstCurrencySelector {
    margin-top: 15px;
  }
}
/* Mobile Phone Portrait */

@media screen and (max-width: 320px) {
  .header-topsection .nav-myaccount span,
  .header-topsection .nav-myservices span {
    letter-spacing: 0;
  }
  .nav-myaccount span,
  .nav-myservices span {
    display: none !important;
  }
  #lstCurrencySelector {
    margin-top: 15px;
  }
  .checkoutCommentSection {
    padding-left: 0px !important;
    font-size: 0.85em;
    line-height: 1em;
  }
}
/* RETINA */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  
}
/**************************************************/

/*  PRODUCT PAGE WITH RIGHT INFORMATION */

@media screen and (max-width: 1199px) {
  .product-detail.product-detail-right-information .right-price-section .attribute-title,
  .product-detail.product-detail-right-information .right-price-section .attribute-value {
    width: 100%;
    margin-left: 0px;
  }
  .product-detail.product-detail-right-information .right-price-section .addtocart-section .button-addtocart-section {
    width: 100%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 979px) {
  .product-detail.product-detail-right-information .right-price-section {
    padding: 10px;
  }
  .purchaseInformationSection,
  .descriptionInformationSection {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .descriptionInformationSection {
    margin-bottom: 30px;
  }
}
/* ENDPRODUCTPAGERIGHTINFORMATION */

/*---- HACKS FOR IE8 ----*/

.ie8 * {
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: 0 !important;
}
.ie8 .btn {
  padding: 0 8px !important;
}
.ie8 .header-topsection .form-search-input {
  width: 300px;
}
.ie8 .header-topsection .form-searchink {
  display: inline;
}
.ie8 .header-topsection .search .btn-searchink.opened {
  left: 60px !important;
}
.ie8 .header-topsection .search .searchink-popup {
  width: 200px;
}
.ie8 .header-topsection .search .searchink-popup select {
  max-width: 170px;
}
.ie8 .header-topsection .nav-myaccount,
.ie8 .header-topsection .nav-myservices {
  letter-spacing: normal;
}
.ie8 .header-topsection .nav-myaccount a,
.ie8 .header-topsection .nav-myservices a {
  font-size: 12px;
}
.ie8 .header-topsection .nav-tabs li .icon-custom.icon-cog {
  width: 23px;
}
.ie8 .basket-pop {
  max-width: 940px;
}
.ie8 .basket-pop .basketpop-body .basketpop-pricesection .basketpop-modify,
.ie8 .basket-pop .basketpop-body .basketpop-pricesection .basketpop-select {
  letter-spacing: normal;
  font-size: 10px;
  height: 35px;
}
.ie8 .navbar-inner a {
  font-size: 1em;
}
.ie8 .submenu {
  width: 940px;
  z-index: 10000;
}
.ie8 .submenu .submenu-bigcontent {
  width: 672px;
}
.ie8 .submenu .submenu-bigcontent a {
  line-height: 0.9em;
  font-size: 0.9em;
}
.ie8 .productbox {
  border: 1px solid #cccccc;
}
.ie8 .complementary-product .productbox .qty-container input {
  width: 39px !important;
}
.ie8 .complementary-product h5:before {
  top: 73px;
  left: 40%;
}
html {
  font-size: 87.5%;
}
body {
  font-size: 1em;
  font-weight: 400;
}
header > .container,
.main-section > .container {
  padding-left: 16px;
}
.left-section,
.left-section-large,
.middle-section,
.middle-section-large,
.right-section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left-section,
.left-section-large,
.middle-section,
.middle-section-large {
  float: left;
}
.left-section {
  width: 22.651449%;
}
.left-section-large {
  width: 75%;
}
.product-detail-page .left-section-large {
  margin-right: 1.49182%;
  width: 73.50877%;
}
.middle-section {
  margin-right: 4.385967%;
  margin-left: 2.33889%;
  width: 45.61404%;
}
.middle-section-large {
  width: 77.348551%;
}
.right-section {
  float: right;
  margin-left: 1%;
  width: 24%;
}
p {
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 15px;
}
p:last-child,
p:empty {
  margin-bottom: 0;
}
.muted {
  color: #8c8c8c;
}
.important,
.required {
  color: red;
}
.required-label {
  margin-bottom: 8px;
  text-align: right;
}
.required-label:last-child,
.required-label:empty {
  margin-bottom: 0;
}
/*ul.inline > li, ol.inline > li{
	&:first-child{
		padding-left: 0px;
	}

	&:last-child{
		padding-right: 0px;
	}
}*/

.row-fluid,
form {
  margin-bottom: 30px;
}
.row-fluid:last-child,
form:last-child,
.row-fluid:empty,
form:empty {
  margin-bottom: 0;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
hr:first-child {
  margin-top: 0px;
}
hr:last-child {
  margin-bottom: 0px;
}
.fa {
  color: #333333;
  margin-top: -2px;
}
.fa.fa-inverted {
  color: white;
}
.fa.fa-highlight {
  color: #005dab;
}
.fa.fa-xsmall {
  font-size: 11px !important;
}
.btn .fa.fa-shopping-cart,
.btn .fa.fa-lock {
  background-image: url('/themecms/theme/img/icon-midcontinent.png?fv=89E0AB85936AF211D7F3BC729F0D1B9B-320');
  vertical-align: bottom;
}
.btn .fa.fa-shopping-cart:before,
.btn .fa.fa-lock:before {
  display: none;
}
.btn .fa.fa-shopping-cart {
  background-position: -1px -21px;
  width: 20px;
  height: 16px;
}
.btn .fa.fa-lock {
  background-position: -1px -1px;
  width: 13px;
  height: 18px;
}
ul,
ol {
  margin-bottom: 0px 0px 10px 25px;
}
ul:last-child,
ol:last-child,
ul:empty,
ol:empty {
  margin-bottom: 0;
}
.control-group {
  margin-bottom: 15px;
}
.control-group:last-child,
.control-group:empty {
  margin-bottom: 0;
}
.pan {
  padding: 0 !important;
}
.pas {
  padding: 5px !important;
}
.pam {
  padding: 10px !important;
}
.pal {
  padding: 20px !important;
}
.ptn {
  padding-top: 0 !important;
}
.pts {
  padding-top: 5px !important;
}
.ptm {
  padding-top: 10px !important;
}
.ptl {
  padding-top: 20px !important;
}
.prn {
  padding-right: 0 !important;
}
.prs {
  padding-right: 5px !important;
}
.prm {
  padding-right: 10px !important;
}
.prl {
  padding-right: 20px !important;
}
.pbn {
  padding-bottom: 0 !important;
}
.pbs {
  padding-bottom: 5px !important;
}
.pbm {
  padding-bottom: 10px !important;
}
.pbl {
  padding-bottom: 20px !important;
}
.pln {
  padding-left: 0 !important;
}
.pls {
  padding-left: 5px !important;
}
.plm {
  padding-left: 10px !important;
}
.pll {
  padding-left: 20px !important;
}
.pvn {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pvs {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pvm {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pvl {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.phn {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.phs {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.phm {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.phl {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.pva {
  padding-top: auto !important;
  padding-bottom: auto !important;
}
.pha {
  padding-left: auto !important;
  padding-right: auto !important;
}
.man {
  margin: 0 !important;
}
.mas {
  margin: 5px !important;
}
.mam {
  margin: 10px !important;
}
.mal {
  margin: 20px !important;
}
.mtn {
  margin-top: 0 !important;
}
.mts {
  margin-top: 5px !important;
}
.mtm {
  margin-top: 10px !important;
}
.mtl {
  margin-top: 20px !important;
}
.mrn {
  margin-right: 0 !important;
}
.mrs {
  margin-right: 5px !important;
}
.mrm {
  margin-right: 10px !important;
}
.mrl {
  margin-right: 20px !important;
}
.mbn {
  margin-bottom: 0 !important;
}
.mbs {
  margin-bottom: 5px !important;
}
.mbm {
  margin-bottom: 10px !important;
}
.mbl {
  margin-bottom: 20px !important;
}
.mln {
  margin-left: 0 !important;
}
.mls {
  margin-left: 5px !important;
}
.mlm {
  margin-left: 10px !important;
}
.mll {
  margin-left: 20px !important;
}
.mvn {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mvs {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mvm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mvl {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mhn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mhs {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mhm {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mhl {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mva {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mha {
  margin-left: auto !important;
  margin-right: auto !important;
}
.well {
  background-color: #f1f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  padding: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px;
}
.well:last-child,
.well:empty {
  margin-bottom: 0;
}
.well hr {
  border-color: #c9cdcd;
  border-bottom: 0px;
}
.well.well-highlight {
  background-color: #eff6ff;
}
.well.well-light {
  border: solid 2px #ededed;
  background-color: transparent;
}
.well.inline {
  display: inline-block;
}
.well-small {
  padding: 15px;
}
div:not(.nav-quicklinks) > .nav-pills:not(.nav-stacked) > li > a {
  display: inline-block;
  color: #005dab;
  vertical-align: middle;
}
div:not(.nav-quicklinks) > .nav-pills:not(.nav-stacked) > li > a:hover,
div:not(.nav-quicklinks) > .nav-pills:not(.nav-stacked) > li > a:active {
  color: black;
}
div:not(.nav-quicklinks) > .nav-pills:not(.nav-stacked) > li.active > a {
  color: #8c8c8c !important;
  background: none transparent !important;
}
div:not(.nav-quicklinks) > .nav-pills:not(.nav-stacked) > li.active > a:hover {
  color: #8c8c8c !important;
}
div:not(.nav-quicklinks) > .nav-pills:not(.nav-stacked) > li:after {
  content: "|";
  display: inline-block;
  vertical-align: middle;
}
div:not(.nav-quicklinks) > .nav-pills:not(.nav-stacked) > li:last-child:after {
  display: none;
}
.product-detail .nav-tabs {
  border-bottom: 0px;
}
.product-detail .nav-tabs > li {
  margin-right: 2px;
}
.product-detail .nav-tabs > li:last-child {
  margin-right: 0px;
}
.product-detail .nav-tabs > li > a {
  background-color: #dcdede;
  border: solid 1px #dcdede;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  padding: 10px 15px;
}
.product-detail .nav-tabs > li > a:hover {
  background-color: #f1f2f2 !important;
  border: solid 1px #f1f2f2 !important;
}
.product-detail .nav-tabs > li.active > a {
  background-color: #f1f2f2;
  border: solid 1px #f1f2f2;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  padding: 10px 15px;
}
label.checkbox input,
label.radio input {
  margin-top: 3px;
}
.btn {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  line-height: 1.2em !important;
  padding: 8px 16px !important;
  font-weight: 500;
  background-color: #eff6ff !important;
  border: solid 1px #e8ecf1 !important;
  color: #005dab !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*&.btn-secondary{
		line-height: 1.2em !important;
		padding: 8px 16px !important;
		font-weight: 700;
		background-color: @standardButtonColor !important;
		border: solid 1px @standardButtonBorderColor !important;
		color: @standardButtonTextColor !important;

		.fa{
			color: @standardButtonTextColor !important;
		}

		&:hover, &:active{
			background-color: @standardButtonColorHover !important;
			border: solid 1px @standardButtonBorderColorHover !important;
			color: @standardButtonTextColorHover !important;

			.fa{
				color: @standardButtonTextColorHover !important;
			}
		}
	}*/

}
.btn .fa {
  color: #005dab !important;
}
.btn:hover,
.btn:active {
  background-color: #a3cbff !important;
  border: solid 1px #b8c5d4 !important;
  color: #00335e !important;
}
.btn:hover .fa,
.btn:active .fa {
  color: #00335e !important;
}
.btn.btn-primary,
.btn.btn-secondary {
  line-height: 1.2em !important;
  padding: 8px 16px !important;
  font-weight: 700;
  background-color: #428bca !important;
  border: solid 1px #357ebd !important;
  color: white !important;
}
.btn.btn-primary .fa,
.btn.btn-secondary .fa {
  color: white !important;
}
.btn.btn-primary:hover,
.btn.btn-secondary:hover,
.btn.btn-primary:active,
.btn.btn-secondary:active {
  background-color: #3276b1 !important;
  border: solid 1px #285e8e !important;
  color: white !important;
}
.btn.btn-primary:hover .fa,
.btn.btn-secondary:hover .fa,
.btn.btn-primary:active .fa,
.btn.btn-secondary:active .fa {
  color: white !important;
}
.btn.btn-checkout {
  background-color: #569759 !important;
  border: solid 1px #569759 !important;
  color: white !important;
  font-weight: 500;
}
.btn.btn-checkout .fa {
  color: white !important;
}
.btn.btn-checkout:hover,
.btn.btn-checkout:active {
  background-color: #82b884 !important;
  border: solid 1px #82b884 !important;
  color: white !important;
}
.btn.btn-checkout:hover .fa,
.btn.btn-checkout:active .fa {
  color: white !important;
}
.btn.btn-light {
  background-color: #999999 !important;
  border: solid 1px #999999 !important;
  color: white !important;
}
.btn.btn-light .fa {
  color: white !important;
}
.btn.btn-light:hover,
.btn.btn-light:active {
  background-color: #bfbfbf !important;
  border: solid 1px #bfbfbf !important;
  color: white !important;
}
.btn.btn-light:hover .fa,
.btn.btn-light:active .fa {
  color: white !important;
}
.btn.btn-dark {
  background-color: #333333 !important;
  border: solid 1px #333333 !important;
  color: white !important;
  font-weight: 700;
}
.btn.btn-dark .fa {
  color: white !important;
}
.btn.btn-dark:hover,
.btn.btn-dark:active {
  background-color: #595959 !important;
  border: solid 1px #595959 !important;
  color: white !important;
}
.btn.btn-dark:hover .fa,
.btn.btn-dark:active .fa {
  color: white !important;
}
.btn.btn-link {
  padding: 0px !important;
  color: #005dab !important;
  line-height: 1.2em !important;
  border: 0px !important;
  background: none transparent !important;
  font-weight: 400 !important;
}
.btn.btn-link:hover,
.btn.btn-link:active {
  color: black !important;
  /*text-decoration: underline;*/
  border: 0px !important;
  background: none transparent !important;
  font-weight: 400 !important;
}
.btn.btn-arrow-left {
  position: relative;
  border: 0px solid transparent !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  padding-left: 30px !important;
  -webkit-border-radius: 0px 5px 5px 0px !important;
  -moz-border-radius: 0px 5px 5px 0px !important;
  border-radius: 0px 5px 5px 0px !important;
}
.btn.btn-arrow-left:active,
.btn.btn-arrow-left:hover {
  border: 0px solid transparent !important;
}
.btn.btn-arrow-left:before {
  display: block;
  content: "";
  height: 0px;
  width: 0px;
  position: absolute;
  top: -280px;
  left: 0px;
  border-top: 300px solid white;
  border-bottom: 300px solid white;
  border-right: 300px solid transparent;
}
.btn.btn-arrow-right {
  position: relative;
  border: 0px solid transparent !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  padding-right: 30px !important;
  -webkit-border-radius: 5px 0px 0px 5px !important;
  -moz-border-radius: 5px 0px 0px 5px !important;
  border-radius: 5px 0px 0px 5px !important;
}
.btn.btn-arrow-right:active,
.btn.btn-arrow-right:hover {
  border: 0px solid transparent !important;
}
.btn.btn-arrow-right:after {
  display: block;
  content: "";
  height: 0px;
  width: 0px;
  position: absolute;
  top: -280px;
  right: 0px;
  margin-left: 1px;
  border-top: 300px solid white;
  border-bottom: 300px solid white;
  border-left: 300px solid transparent;
}
.btn.btn-small {
  line-height: 1.2em !important;
  padding: 4px 8px !important;
}
.btn.btn-large {
  font-size: 18px;
  font-size: 1.28571rem;
  padding: 15px 30px !important;
}
.box {
  margin-bottom: 10px;
}
.box:last-child,
.box:empty {
  margin-bottom: 0;
}
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='time'],
input[type='week'],
input[type='text'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='url'],
select {
  height: auto !important;
  line-height: 1.2em;
  padding: 9px 12px 7px !important;
  border: solid 1px #cecece;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='text']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='url']:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  overflow: auto;
}
input[disabled] {
  background: #f2f2f2;
}
select {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.input-phone-extension {
  margin-left: 3px !important;
  width: 55px;
}
.input-small {
  width: 100px;
}
.input-full-width .form-control {
  width: 100% !important;
}
.phonefield-full-width > .form-control {
  /* .span10 */
  width: 82.90598290598291%;
}
.phonefield-full-width > .form-control.input-phone-extension {
  /* .span2 */
  margin-left: 2.564102564102564% !important;
  width: 14.52991452991453%;
}
.main-section-container {
  background-color: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 22px;
}
.main-section-container:last-child,
.main-section-container:empty {
  margin-bottom: 0;
}
#main-section.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 18px;
}
.dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #e0e1e1;
  padding-top: 0px;
  padding-bottom: 0px;
}
.dropdown-menu li {
  border-bottom: solid 1px #e0e1e1;
}
.dropdown-menu li:last-child {
  border-bottom: 0;
}
.dropdown-menu a:link,
.dropdown-menu a:visited {
  color: #333333 !important;
  padding: 5px 10px;
  white-space: normal !important;
}
.dropdown-menu a:hover,
.dropdown-menu a:active {
  background: #005dab !important;
  color: white !important;
}
h1 {
  color: #333333;
  font-size: 1.286em;
  margin-bottom: 30px;
  font-weight: 700;
  margin-top: 0px;
}
h1 small {
  font-size: 11px;
  font-size: .78571rem;
}
h1.success-page {
  color: #005dab;
  font-size: 24px;
  font-size: 1.71429rem;
}
h2 {
  color: #005dab;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px;
}
h2:last-child,
h2:empty {
  margin-bottom: 0;
}
h2 .form-control {
  color: #333333;
}
h3 {
  color: #333333;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 15px;
}
h3:last-child,
h3:empty {
  margin-bottom: 0;
}
h4 {
  color: #333333;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 12px;
}
h4:last-child,
h4:empty {
  margin-bottom: 0;
}
h5 {
  color: #333333;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 12px;
}
h5:last-child,
h5:empty {
  margin-bottom: 0;
}
h6 {
  color: #333333;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 12px;
}
h6:last-child,
h6:empty {
  margin-bottom: 0;
}
a:link,
a:visited {
  color: #005dab;
  text-decoration: none;
}
a:hover,
a:active {
  color: black;
  text-decoration: none !important;
}
/***********************************************************/

/*	HEADER SECTION	*/

header > .container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .row-fluid {
  margin-bottom: 30px;
}
header .row-fluid:last-child,
header .row-fluid:empty {
  margin-bottom: 0;
}
header .header-left-section {
  padding-top: 14px;
}
header .header-left-section > .row-fluid {
  margin-bottom: 24px;
}
header .header-left-section > .row-fluid:last-child,
header .header-left-section > .row-fluid:empty {
  margin-bottom: 0;
}
header .logos > a {
  display: block;
  max-width: 309px;
  margin-top: 5px;
}
header .header-right-section {
  background-color: #2658a9;
  min-height: 150px !important;
  -webkit-border-radius: 0px 8px 0px 0px;
  -moz-border-radius: 0px 8px 0px 0px;
  border-radius: 0px 8px 0px 0px;
  color: white;
  padding: 11px 7px 8px 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .header-right-section li {
  padding-right: .5em;
  padding-left: .5em;
}
header .header-right-section a:link,
header .header-right-section a:visited {
  color: white;
}
header .header-right-section a:hover,
header .header-right-section a:active {
  color: white;
  text-decoration: underline !important;
}
header .header-right-section .btn-link {
  color: white !important;
}
header .header-right-section .btn-link:hover,
header .header-right-section .btn-link:active {
  color: white !important;
}
header .header-right-section :not(".dropdown") a:link,
header .header-right-section :not(".dropdown") a:visited {
  color: white;
}
header .header-right-section :not(".dropdown") a:hover,
header .header-right-section :not(".dropdown") a:active {
  color: white;
}
header .header-right-section .myAccountMenu .dropdown-menu {
  left: 0px;
  right: auto;
  text-align: left;
}
header.isLogged .header-right-section > .row-fluid:first-child {
  margin-bottom: 15px;
}
header.isLogged .header-right-section .search-section {
  padding-top: 5px;
}
.header-nav {
  float: none;
  margin-top: 1px;
  margin-right: 12px;
  text-align: right;
}
.header-nav li {
  margin: 0 0 0 5px;
  padding: 0;
}
.header-nav a:link,
.header-nav a:visited {
  color: #005dab;
}
.header-nav a:hover,
.header-nav a:active {
  color: black;
  text-decoration: none;
}
.cart-popup-position {
  position: relative;
}
.cart {
  display: inline-block;
  background: none;
  padding: 0px;
  min-height: 0px !important;
}
.cart:hover {
  background: none;
  text-decoration: underline;
}
header .header-right-section .basket-pop {
  background: none;
  border: 0;
  color: #333333;
  top: 52px;
  left: -16px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header .header-right-section .basket-pop:before {
  color: #005dab;
  right: 115px;
}
header .header-right-section .basket-pop a:link,
header .header-right-section .basket-pop a:visited {
  color: #005dab;
}
header .header-right-section .basket-pop a:hover,
header .header-right-section .basket-pop a:active,
header .header-right-section .basket-pop a:focus {
  color: black;
}
header .header-right-section .basket-pop .btn:hover,
header .header-right-section .basket-pop .btn:active {
  text-decoration: none !important;
}
header .header-right-section .basket-pop .ajaxloading-container {
  background: white;
}
header .header-right-section .basket-pop .basketpop-header {
  background: #005dab;
  border-radius: 8px 8px 0 0;
  padding: 7px 20px 7px 12px;
  width: auto;
}
header .header-right-section .basket-pop .basketpop-header h3 {
  font-size: 18px;
  font-size: 1.28571rem;
}
header .header-right-section .basket-pop .basketpop-header a {
  color: white !important;
  font-weight: 400;
  text-decoration: underline;
}
header .header-right-section .basket-pop .basketpop-body {
  background: white;
  border: 1px solid #005dab;
  border-radius: 0 0 8px 8px;
  padding: 0;
  width: auto;
}
header .header-right-section .basket-pop .basketpop-previewsection {
  border-right: 1px solid #e8e7e7;
  padding: 0 0 51px !important;
}
header .header-right-section .basket-pop .basketpop-previewsection .basketpop-item {
  border-bottom: 1px solid #e8e7e7;
  padding: 26px 28px;
}
header .header-right-section .basket-pop .basketpop-previewsection .basketpop-item .basketpop-photo {
  width: 71px;
}
header .header-right-section .basket-pop .basketpop-previewsection .basketpop-item .basketpop-description {
  width: 183px;
}
header .header-right-section .basket-pop .basketpop-previewsection .basketpop-item .basketpop-description > a {
  font-weight: 700;
}
header .header-right-section .basket-pop .basketpop-previewsection .basketpop-item .basketpop-description > a:hover {
  text-decoration: none !important;
}
header .header-right-section .basket-pop .basketpop-previewsection .basketpop-item .basketpop-description > .muted {
  font-size: 14px;
  font-size: 1rem;
}
header .header-right-section .basket-pop .basketpop-previewsection .basketpop-item .basketpop-qty,
header .header-right-section .basket-pop .basketpop-previewsection .basketpop-item .basketpop-price {
  text-align: left;
}
header .header-right-section .basket-pop .basketpop-previewsection .basketpop-item .basketpop-qty p,
header .header-right-section .basket-pop .basketpop-previewsection .basketpop-item .basketpop-price p {
  margin: 0 0 5px;
}
header .header-right-section .basket-pop .basketpop-previewsection .basketpop-item .basketpop-qty strong,
header .header-right-section .basket-pop .basketpop-previewsection .basketpop-item .basketpop-price strong {
  font-size: 16px;
  font-size: 1.14286rem;
}
header .header-right-section .basket-pop .basketpop-previewsection .basketpop-item .basketpop-qty {
  width: 110px;
}
header .header-right-section .basket-pop .basketpop-pricesection {
  padding: 25px 1em 1em !important;
}
header .header-right-section .basket-pop .basketpop-pricesection strong {
  font-size: 18px;
  font-size: 1.28571rem;
}
header .header-right-section .basket-pop .basketpop-pricesection .btn {
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 700;
  margin: 0 0 15px;
}
header .header-right-section .basket-pop .basketpop-pricesection .btn.basketpop-modify {
  background: #4b4b4b !important;
  border: #4b4b4b !important;
  color: white !important;
}
header .header-right-section .basket-pop .basketpop-pricesection .btn.basketpop-modify:hover,
header .header-right-section .basket-pop .basketpop-pricesection .btn.basketpop-modify:active {
  background: #717171 !important;
  border: #717171 !important;
  color: white !important;
}
header .header-right-section .basket-pop .basketpop-pricesection .btn > .fa {
  margin-right: 5px;
}
.basket-pop .basket-tools {
  margin-top: 37px;
}
.basketpop-header {
  margin-bottom: 0px !important;
}
body header .header-right-section .basket-pop.basket-pop-fixed {
  left: auto;
  margin-top: 58px !important;
  margin-left: -900px;
  top: 0px;
}
.search-section {
  padding-top: 8px;
  margin-bottom: 17px !important;
}
.search-section:last-child,
.search-section:empty {
  margin-bottom: 0;
}
.rightheader-panel-selectcat {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 400;
}
.rightheader-panel-selectcat .fa {
  font-size: 17px !important;
  font-size: 1.21429rem !important;
}
/**************************************************************/

/*	SEARCH	*/

.searchTitleText {
  font-size: 17px;
  font-size: 1.21429rem;
  font-weight: 400;
  text-transform: uppercase;
}
.form-search input {
  width: 80%;
  width: -webkit-calc(100% - 48px);
  width: calc(100% - 48px);
  -webkit-border-radius: 4px 0px 0px 4px !important;
  -moz-border-radius: 4px 0px 0px 4px !important;
  border-radius: 4px 0px 0px 4px !important;
  font-family: 'Times New Roman', Times, serif;
  background-image: url("/medias/searchIcon.png?fv=4D4CAB4F3D41E0AD106F3EFD20318025-595");
  background-position: 13px 10px;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  padding-left: 28px !important;
  padding-bottom: 6px !important;
}
.form-search .btn {
  width: 48px;
  margin-left: -4px;
  padding: 8px 0px !important;
  line-height: 1.2em !important;
  text-align: center;
  -webkit-border-radius: 0px 4px 4px 0px !important;
  -moz-border-radius: 0px 4px 4px 0px !important;
  border-radius: 0px 4px 4px 0px !important;
  background-color: #428bca !important;
  border: solid 1px #428bca !important;
  color: white !important;
}
.form-search .btn:hover,
.form-search .btn:active {
  background-color: #7eb0db !important;
  border: solid 1px #7eb0db !important;
}
.typeahead {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto !important;
}
.typeahead > .active > a {
  background: #005dab !important;
}
/******************************************************/

/*	NAVIGATION MENU	*/

.section-container-main-navigation {
  height: 0px !important;
  margin-bottom: 0 !important;
}
.navbar .navbar-inner {
  background: none;
  border-top: solid 2px #e9e9e9;
  border-bottom: solid 1px #d2d3d3;
}
.navbar .navbar-inner .nav-collapse {
  width: 100% !important;
}
.navbar .navbar-inner .nav-collapse > .nav > li > a {
  color: #005dab;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 700;
  padding: 16px 25px 17px;
  line-height: 1.1em;
}
.navbar .navbar-inner .nav-collapse > .nav > li > a:hover,
.navbar .navbar-inner .nav-collapse > .nav > li > a:active {
  background-color: #337ec6;
  color: white;
  cursor: pointer;
}
.navbar .navbar-inner .nav-collapse > .nav > li > a .caret {
  display: none;
}
.navbar .navbar-inner .nav-collapse > .nav > li.open > a {
  background-color: #337ec6;
  color: white;
}
/* Cancel f-nav */

.main-navigation.f-nav {
  left: 0 !important;
  margin-left: 0 !important;
  position: relative !important;
  width: auto !important;
}
.main-navigation.f-nav .nav-quicklinks {
  display: none !important;
}
.main-navigation .main-navig-search {
  padding: 10px 0px;
}
.main-navigation .main-navig-search input {
  line-height: 1.1em;
  font-size: 16px;
  font-size: 1.14286rem;
  color: #333333;
  background-image: url("/medias/searchIcon.png?fv=4D4CAB4F3D41E0AD106F3EFD20318025-595");
  background-position: 11px 11px;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
.main-navigation .main-navig-search .btn.btn-go {
  line-height: 1.1em;
  height: auto;
}
.main-navigation .main-navig-search .btn.btn-go .fa {
  color: white !important;
}
.submenu {
  margin-left: -20px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.23);
}
.submenu .nav {
  background: white !important;
}
.submenu .nav > li.expand > a {
  color: #005dab !important;
  line-height: 1.2em;
  padding: 18px 12px;
}
.submenu .nav > li.expand > a:hover,
.submenu .nav > li.expand > a:active {
  color: white !important;
  background-color: #005dab !important;
}
.submenu .nav > li.expand.opened > a {
  color: white !important;
  background-color: #005dab !important;
}
.submenu .submenu-bigcontent {
  padding-top: 30px;
}
.submenu .submenu-bigcontent h3 {
  color: #333333;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 15px;
}
.submenu .submenu-bigcontent h3:last-child,
.submenu .submenu-bigcontent h3:empty {
  margin-bottom: 0;
}
.submenu .submenu-bigcontent h3 a {
  color: #333333 !important;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 700;
}
.submenu .submenu-bigcontent h3 a:hover,
.submenu .submenu-bigcontent h3 a:active {
  background: none !important;
}
.submenu .submenu-bigcontent a:link,
.submenu .submenu-bigcontent a:visited {
  color: #333333 !important;
}
.submenu .submenu-bigcontent a:hover,
.submenu .submenu-bigcontent a:active {
  color: #595959 !important;
  background: none !important;
}
.main-navigation .navbar .navbar-inner .nav .dropdown-menu {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  margin: 0!important;
  padding: 7px 10px!important;
  border: 1px solid #c5c5c5;
  font-size: 14px;
  min-width: 280px;
  z-index: 1010;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
.main-navigation .navbar .navbar-inner .nav .dropdown-menu.level2 > li > a {
  font-weight: 700 !important;
  color: black;
}
.main-navigation .navbar .navbar-inner .nav .dropdown-menu.level2 > li > a:hover,
.main-navigation .navbar .navbar-inner .nav .dropdown-menu.level2 > li > a:active {
  background: none !important;
  color: black;
}
.main-navigation .navbar .navbar-inner .nav .dropdown-menu:before,
.main-navigation .navbar .navbar-inner .nav .dropdown-menu:after {
  border: 0!important;
  display: none!important;
}
.main-navigation .navbar .navbar-inner .nav .dropdown-menu li {
  text-indent: 0!important;
}
.main-navigation .navbar .navbar-inner .nav .dropdown-menu li a {
  line-height: 1.1em !important;
  white-space: normal !important;
}
.main-navigation .navbar .navbar-inner .nav .dropdown-menu > li > a:hover,
.main-navigation .navbar .navbar-inner .nav .dropdown-menu > li > a:focus,
.main-navigation .navbar .navbar-inner .nav .dropdown-menu .dropdown-submenu:hover > a,
.main-navigation .navbar .navbar-inner .nav .dropdown-menu .dropdown-submenu:focus > a {
  background: transparent!important;
  color: black !important;
}
.main-navigation .navbar .navbar-inner .nav .dropdown-menu .dropdown-submenu {
  margin-bottom: 1px !important;
}
.main-navigation .navbar .navbar-inner .nav .dropdown-menu .dropdown-submenu:last-child,
.main-navigation .navbar .navbar-inner .nav .dropdown-menu .dropdown-submenu:first-child {
  margin-bottom: 0px !important;
}
.main-navigation .navbar .navbar-inner .nav .dropdown-menu > li {
  border-bottom: 1px solid #c5c5c5;
}
.main-navigation .navbar .navbar-inner .nav .dropdown-menu > li:last-child {
  border: 0;
}
.main-navigation .navbar .navbar-inner .nav .dropdown-menu > li a {
  padding: 5px 10px!important;
  color: black;
}
.main-navigation .navbar .navbar-inner .nav .dropdown-menu > li a:after {
  border: 0;
  display: none;
}
.main-navigation .navbar .navbar-inner .nav .dropdown-menu > li a:hover {
  background: transparent!important;
  color: black !important;
}
.main-navigation .navbar .navbar-inner .nav .dropdown-menu .level3 {
  padding-bottom: 4px !important;
}
.main-navigation .navbar .navbar-inner .nav .dropdown-menu .level3 li {
  border: 0!important;
}
.main-navigation .navbar .navbar-inner .nav .dropdown-menu .level3 li.active > a {
  background: none !important;
  color: black !important;
}
.main-navigation .navbar .navbar-inner .nav .dropdown-menu .level3 a {
  font-weight: normal;
  color: #005dab !important;
  font-size: 14px;
  padding: 3px 10px!important;
}
.main-navigation .navbar .navbar-inner .nav .dropdown-menu .level3 a:hover {
  text-decoration: none!important;
  color: black !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: none transparent !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background: none transparent !important;
}
header .dropdown-menu > .active > a,
header .dropdown-menu > .active > a:hover,
header .dropdown-menu > .active > a:focus {
  background: #005dab !important;
}
header .dropdown-menu > li > a:hover,
header .dropdown-menu > li > a:focus,
header .dropdown-submenu:hover > a,
header .dropdown-submenu:focus > a {
  background: #005dab !important;
}
/***********************************************************/

/*	MAIN SECTION DESIGN	*/

.empty-basket-message {
  font-size: 16px;
  font-size: 1.14286rem;
}
.price,
.basket-list .basket-list-item .basket-item-price h3 {
  font-size: 16px;
  font-size: 1.14286rem;
}
.price.strong,
.basket-list .basket-list-item .basket-item-price h3.strong {
  font-weight: 700;
}
#cartPurchaseRuleValidation {
  display: none;
}
.basket-list .basket-list-item:nth-child(2n) {
  background: none;
}
.basket-list .basket-list-item .basket-item-title h3 {
  margin-bottom: 10px;
}
.basket-list .basket-list-item .basket-item-title p {
  margin: 0;
}
.basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  width: 23px;
  height: auto;
  line-height: 32px !important;
}
.basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc input {
  line-height: 1.3em !important;
  font-size: 14px;
  font-size: 1rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  width: 40px !important;
}
section.main-section input,
section.main-section select {
  margin-bottom: 2px !important;
}
section.main-section input:last-child,
section.main-section select:last-child {
  margin-bottom: 0 !important;
}
section.main-section form .row-fluid {
  margin-bottom: 15px;
}
section.main-section form .row-fluid:last-child,
section.main-section form .row-fluid:empty {
  margin-bottom: 0;
}
.basket-totals {
  background: white;
}
.basket-totals .btn.span12 {
  margin-left: 0px;
  margin-bottom: 0px;
}
.basket-totals .btn.span12:last-child,
.basket-totals .btn.span12:empty {
  margin-bottom: 0;
}
.basket-list-sidebar .coupon input {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.basket-list-sidebar .coupon .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.flexslider {
  margin-bottom: 4px;
}
.flexslider .flex-direction-nav {
  display: none;
}
.flex-control-nav {
  text-align: left;
  bottom: 7px;
  z-index: 1000;
  padding-left: 23px;
  width: auto;
}
.flex-control-nav li {
  margin: 0 1px 0 0;
}
.flex-control-nav li a {
  background: none transparent;
  border: 1px solid transparent;
  position: relative;
  width: 10px;
  height: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.flex-control-nav li a:after {
  border: 1px solid white;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.flex-control-nav li a.flex-active,
.flex-control-nav li a:hover {
  background: none white;
  border-color: white;
  display: block;
}
/************************************/

/*	BREADCRUMBS / PRODUCT LISTING	*/

.breadcrumb-orderonline {
  float: left;
  margin: 0 8px 0 0;
}
.breadcrumb {
  background-color: #e1ecfe !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 7px 15px;
  font-size: 12px;
  font-size: .85714rem;
  font-weight: 700;
  margin-right: 13px;
}
.breadcrumb > li > .divider {
  color: #bbbbbb !important;
}
.breadcrumb > li.active,
.breadcrumb > li.active > a {
  color: black;
}
.breadcrumb a:link,
.breadcrumb a:visited {
  color: #005dab;
  font-weight: 700;
  font-size: 12px;
  font-size: .85714rem;
}
.breadcrumb a:hover,
.breadcrumb a:active,
.breadcrumb a:focus {
  color: black;
}
#Breadcrumb {
  margin-bottom: 0;
}
#Breadcrumb + .row-fluid {
  display: none;
}
#categoryTitle,
#categoryDescription {
  margin-bottom: 0px;
  display: none;
}
#categoryDescription {
  margin-top: 20px;
}
#categoryDescription:empty {
  display: none;
}
#ListingHeader {
  border-bottom: solid 1px #e7e7e7;
  margin-top: 0px;
}
#ListingHeader > .span12 {
  padding-right: 12px;
}
#ListingHeader .inline > .pull-right,
#ListingBottom .inline > .pull-right {
  margin-top: 2px;
}
.list-layout .box-price {
  border-left: solid 1px #e7e7e7;
  padding-left: 2.5641%;
  text-align: right;
}
.list-layout .box-price .btn.btn-primary.addtocart {
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.list-layout .box-price .price {
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 700;
}
.product-listing-information {
  margin-bottom: 30px;
}
.product-listing-information:last-child,
.product-listing-information:empty {
  margin-bottom: 0;
}
.product-listing-information > li {
  margin-bottom: 0;
}
.product-listing-information > li.product-model {
  color: #555555;
  margin-bottom: 1px;
}
.filter-by select {
  padding-right: 6px !important;
  padding-left: 6px !important;
  text-transform: uppercase;
  width: 160px;
}
.list-layout .review-stars {
  display: block;
}
.list-layout .rating > strong {
  display: block;
  margin-bottom: 5px;
}
.list-layout .rating > strong:last-child,
.list-layout .rating > strong:empty {
  margin-bottom: 0;
}
.list-layout .rating > span {
  display: inline-block;
}
/***********************************/

/*	PRODUCT DETAIL	*/

.product-detail .addtocart-section {
  margin: 0px;
}
.product-detail .addtocart-section li {
  margin-bottom: 5px;
}
.product-detail .addtocart-section li:last-child,
.product-detail .addtocart-section li:empty {
  margin-bottom: 0;
}
.product-detail .tab-content {
  background-color: #f1f2f2;
  -webkit-border-radius: 0px 5px 5px 5px;
  -moz-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;
  border: 0px;
  padding: 30px;
  clear: left;
}
.product-detail .top-product-information h1,
.product-detail .top-product-information > p {
  margin-bottom: 2px;
}
.product-detail .top-product-information h1:last-child,
.product-detail .top-product-information > p:last-child,
.product-detail .top-product-information h1:empty,
.product-detail .top-product-information > p:empty {
  margin-bottom: 0;
}
.product-detail .product-page-customer-rating {
  text-align: right;
}
.product-detail .product-page-customer-rating .rating {
  font-size: 12px;
  font-size: .85714rem;
}
.product-detail .product-page-customer-rating .review-stars {
  display: inline-block;
  margin-bottom: 0px;
  height: 15px !important;
}
.product-detail .price-per-quantity {
  width: 100%;
}
.product-detail .price-per-quantity td {
  padding: 5px;
}
.product-detail .price-per-quantity tr:last-child td {
  border: 0px !important;
}
.product-detail-page .product-first-row {
  margin-bottom: 0;
}
.product-detail-page .breadcrumb {
  margin-right: 0;
}
.product-detail-page .product-detail.site-content > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-detail-page .product-detail.site-content > div.product-grid-section .table thead tr {
  background-color: #f1f2f2;
}
.product-detail-page .product-detail.site-content > div.product-grid-section .table thead tr th {
  padding: 4px;
}
.product-detail-page .product-detail.site-content > div.product-grid-section .table thead tr th.text-right {
  text-align: right !important;
}
.product-detail-page .product-detail.site-content > div.product-grid-section .table tr:nth-child(2n) {
  background: none transparent;
}
.product-detail-page .product-detail.site-content > div.product-grid-section .table tr td:first-child {
  padding-left: 14px;
}
.product-detail-page .product-detail.site-content > div.product-grid-section .table td {
  border-top: 0px;
  border-bottom: solid 1px #e9e9e9;
  padding: 4px;
}
.product-detail-page .product-detail.site-content > div.product-grid-section .table td.text-right {
  text-align: right !important;
}
.product-detail-page .product-detail.site-content > div.product-grid-section .table .availabilityCell {
  text-align: center;
}
.product-detail-page .product-detail.site-content > div.product-grid-section .table .listPriceCell,
.product-detail-page .product-detail.site-content > div.product-grid-section .table .netPriceCell,
.product-detail-page .product-detail.site-content > div.product-grid-section .table .rmaButtonCell {
  text-align: right;
}
.product-detail-page .product-detail.site-content > div.product-grid-section .table .price {
  font-size: 14px;
  font-size: 1rem;
}
.product-detail-page .product-detail.site-content > div.product-grid-section .rowMessageTopRow td {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.product-detail-page .product-detail.site-content > div.product-grid-section .rowMessage > td {
  padding-top: 0px;
}
.product-detail-page .product-detail.site-content .rating {
  text-align: right;
}
.product-detail-page .product-detail.site-content .rating > .row-fluid,
.product-detail-page .product-detail.site-content .rating > strong {
  margin-bottom: 5px;
  display: inline-block;
}
.product-detail-page .product-detail.site-content .rating > .row-fluid:last-child,
.product-detail-page .product-detail.site-content .rating > strong:last-child,
.product-detail-page .product-detail.site-content .rating > .row-fluid:empty,
.product-detail-page .product-detail.site-content .rating > strong:empty {
  margin-bottom: 0;
}
.product-detail-page .product-detail.site-content .rating .review-stars {
  display: inline-block;
  margin: 0px !important;
}
.product-detail-page .product-detail.site-content .product-information > h1,
.product-detail-page .product-detail.site-content .product-information > p {
  margin-bottom: 3px;
}
.product-detail-page .product-detail.site-content .product-information > h1:last-child,
.product-detail-page .product-detail.site-content .product-information > p:last-child,
.product-detail-page .product-detail.site-content .product-information > h1:empty,
.product-detail-page .product-detail.site-content .product-information > p:empty {
  margin-bottom: 0;
}
.product-detail-page .product-detail.site-content .product-information .product-brand {
  margin-top: 0px;
}
.product-detail-page .product-review {
  border: 0px;
  margin-bottom: 30px !important;
}
.product-detail-page .product-review > .row-fluid {
  margin-bottom: 0px;
}
.product-detail-page .product-review h5 {
  display: block;
  padding: 0px;
  text-align: left;
  font-weight: 700;
  float: none;
  border: 0;
  color: #333333;
  font-size: 14px;
  font-size: 1rem;
  margin-top: 0px;
  margin-bottom: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.product-detail-page .product-review h5:last-child,
.product-detail-page .product-review h5:empty {
  margin-bottom: 0;
}
.product-detail-page .product-review .review-user-rating {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #e9e9e9;
}
.product-detail-page .product-review .review-user-rating .span3:first-child {
  padding-left: 0px;
}
.product-detail-page .tab-pane .product-review .filter-options > .inline > li {
  padding: 0 0 5px 10px;
}
#ProductPageForm .btn {
  margin-bottom: 5px;
}
/*******************************/

/*	PRODUCT RATING STARS	*/

body #main-section .review-stars,
body .modal .review-stars {
  background-image: url("/medias/review_stars2.png?fv=78449FB7D20BBEB04D67F382A90DA194-3592");
  width: 69px;
  height: 20px;
}
body #main-section .review-stars.review-stars-pos-1,
body .modal .review-stars.review-stars-pos-1,
body #main-section .review-stars.review-stars-fix-1,
body .modal .review-stars.review-stars-fix-1 {
  background-position: 0px -20px;
}
body #main-section .review-stars.review-stars-pos-2,
body .modal .review-stars.review-stars-pos-2,
body #main-section .review-stars.review-stars-fix-2,
body .modal .review-stars.review-stars-fix-2 {
  background-position: 0px -40px;
}
body #main-section .review-stars.review-stars-pos-3,
body .modal .review-stars.review-stars-pos-3,
body #main-section .review-stars.review-stars-fix-3,
body .modal .review-stars.review-stars-fix-3 {
  background-position: 0px -60px;
}
body #main-section .review-stars.review-stars-pos-4,
body .modal .review-stars.review-stars-pos-4,
body #main-section .review-stars.review-stars-fix-4,
body .modal .review-stars.review-stars-fix-4 {
  background-position: 0px -80px;
}
body #main-section .review-stars.review-stars-pos-5,
body .modal .review-stars.review-stars-pos-5,
body #main-section .review-stars.review-stars-fix-5,
body .modal .review-stars.review-stars-fix-5 {
  background-position: 0px -100px;
}
body #main-section .review-stars .review-star-1,
body .modal .review-stars .review-star-1 {
  width: 12px;
  height: 12px;
  margin-left: 3px;
}
body #main-section .review-stars .review-star-2,
body .modal .review-stars .review-star-2 {
  width: 12px;
  height: 12px;
  margin-left: 1px;
}
body #main-section .review-stars .review-star-3,
body .modal .review-stars .review-star-3 {
  width: 12px;
  height: 12px;
  margin-left: 1px;
}
body #main-section .review-stars .review-star-4,
body .modal .review-stars .review-star-4 {
  width: 12px;
  height: 12px;
  margin-left: 1px;
}
body #main-section .review-stars .review-star-5,
body .modal .review-stars .review-star-5 {
  width: 12px;
  height: 12px;
  margin-left: 1px;
}
/********************************/

/*	category listing	*/

.category-listing > .row-fluid {
  margin-bottom: 20px;
}
.category-listing .box-photo {
  background-color: #e1ecfe;
  border: solid 1px #dee2e9;
  padding: 25px 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.category-listing .box-photo .box-info-title a.category-link {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 3px;
  min-height: 36px;
}
.category-listing li a:hover,
.category-listing li a:active {
  color: black;
}
#createaccount_Captcha .row-fluid .span6 .row-fluid.text-center {
  text-align: left!important;
}
.ejs-category-listing {
  margin-bottom: 18px !important;
}
/********************************/

/*	PRODUCT LISTING	*/

/* HORIZONTAL JUSTIFY OF HEADER ELEMENTS */

#ListingHeader > div > ul,
#ListingBottom > div > ul {
  text-align: justify;
}
#ListingHeader > div > ul > li,
#ListingBottom > div > ul > li {
  display: inline-block;
  position: relative;
  top: 1.2em;
  vertical-align: middle;
  margin-bottom: 5px;
}
#ListingHeader > div > ul:before,
#ListingBottom > div > ul:before {
  content: '';
  display: block;
  width: 100%;
  margin-bottom: -1.2em;
}
#ListingHeader > div > ul:after,
#ListingBottom > div > ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.pagination {
  margin-bottom: 30px;
}
.pagination:last-child,
.pagination:empty {
  margin-bottom: 0;
}
.pagination ul {
  display: inline-block;
  vertical-align: middle;
}
.pagination ul > li > a {
  padding: 5px 10px;
  color: #428bca;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:active {
  text-decoration: none !important;
}
.pagination ul > li.active > a,
.pagination ul > li > a.active {
  background: #428bca;
  color: white;
  text-decoration: none;
}
.pagination ul > li:only-child > a {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
.pagination ul > li:first-child > a {
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}
.pagination ul > li:last-child > a {
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}
.pagination ul > li .fa {
  color: #428bca;
}
#formProductListing {
  margin-bottom: 10px;
}
#formProductListing:last-child,
#formProductListing:empty {
  margin-bottom: 0;
}
.productbox .box-photo > ul {
  margin-bottom: 0px;
}
.productbox .product-title > a,
.productbox .product-title > span {
  vertical-align: middle;
}
.productbox .product-title > a {
  font-weight: 400;
  font-size: 14px;
  font-size: 1rem;
}
.productbox .product-title > .label {
  margin-left: 5px;
}
.label.label-manufactured,
.label.label-overhaul {
  background-color: #428bca;
  color: white;
  font-size: 11px;
  font-size: .78571rem;
  padding: 3px 6px 2px;
}
.label.label-overhaul {
  background-color: #999999;
  color: white;
}
/*********************************/

/*	POWER SEARCH	*/

.section-body-container #powerSearchOriginalContainer {
  display: none;
}
#rightSectionMoveTarget {
  margin-bottom: 30px;
}
#rightSectionMoveTarget:last-child,
#rightSectionMoveTarget:empty {
  margin-bottom: 0;
}
#rightSectionMoveTarget:empty {
  display: none;
}
#rightSectionMoveTarget #PowerSearchSection {
  padding-right: 20px;
}
#PowerSearchSection {
  margin-top: 0px;
  padding-left: 0px !important;
}
#PowerSearchSection h5.ps-sectiontitle {
  font-weight: 700;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.1em;
  margin-bottom: 12px;
}
#PowerSearchSection .ejs-powerSearch-section {
  margin-bottom: 12px;
}
#PowerSearchSection .ejs-powerSearch-section:last-child,
#PowerSearchSection .ejs-powerSearch-section:empty {
  margin-bottom: 0;
}
#PowerSearchSection .ejs-powerSearch-subsection {
  margin-left: 2px;
}
#PowerSearchSection .ps-item {
  color: #005dab;
}
#PowerSearchSection .ps-item .muted {
  color: #005dab;
}
#PowerSearchSection .ps-item .checkbox {
  margin-bottom: 9px;
}
#PowerSearchSection .ps-item:hover {
  color: black;
  /*text-decoration: underline;*/

}
#PowerSearchSection .ps-item:hover .muted {
  color: black;
}
/******************************************/

/*	BASKET PAGE 	*/

.basket-list {
  padding-right: 18px;
  padding-left: 18px;
}
.basket-list-item {
  border: solid 1px #e9e9e9;
  padding: 20px !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.basket-list-item:last-child,
.basket-list-item:empty {
  margin-bottom: 0;
}
.basket-list .basket-list-item .basket-item-comments textarea.basket-item-comment {
  display: block;
  margin-bottom: 16px;
  width: 90% !important;
  height: 112px !important;
}
.basket-list .basket-list-item .basket-item-comments .btn.btn-dark {
  margin-right: 15px !important;
}
#cartTopButton > .row-fluid > .span4:last-child {
  overflow: hidden;
}
#cartTopButton > .row-fluid > .span4:last-child > .btn {
  position: relative;
  right: -1px;
}
#cartTopButton .btn {
  border-radius: 0 !important;
  font-weight: 500;
  height: 42px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
#cartTopButton .btn.btn-small {
  height: 27px;
  line-height: 25px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#cartTopButton .btn .fa {
  font-size: 20px !important;
  font-size: 1.42875rem !important;
  margin-right: 8px;
}
.basket-top-options-configuration {
  padding: 5px 20px 4px;
  background-color: #005dab;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.basket-top-options-configuration div.text-center {
  padding-top: 5px;
}
.basket-top-options-configuration .btn > strong {
  float: left;
  margin-right: 7px !important;
  position: relative;
  top: -2px;
}
.basket-item-comments {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #e9e9e9;
  background-color: #f1f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 9px;
  margin-left: 4px;
  width: auto;
}
.basket-item-comments .ejs-comments-title {
  padding: 12px 20px;
  border-bottom: solid 1px #e9e9e9;
}
.basket-item-comments .ejs-comments-title h5 {
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 700;
  color: #8c8c8c;
  border-bottom: 0px !important;
  padding: 0px;
  margin: 0px;
}
.basket-item-comments .ejs-basket-line-comments {
  margin-bottom: 20px;
}
.basket-item-comments .ejs-basket-line-comments:last-child,
.basket-item-comments .ejs-basket-line-comments:empty {
  margin-bottom: 0;
}
.basket-item-comments .ejs-basket-line-comments:empty {
  display: none;
}
.basket-item-comments .basket-comments-container {
  padding: 12px 20px 22px;
}
.basket-item-comments .add-comment-title {
  border-bottom: 1px solid #e0e0e0;
  color: #999999;
  margin-right: -20px;
  margin-left: -20px;
  padding: 0 20px 8px;
}
#product-custom-comments .accordion {
  margin-bottom: 0px;
}
#product-custom-comments .accordion-group {
  margin-bottom: 0px;
}
#product-custom-comments h5 {
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 700;
  color: #8c8c8c;
  padding: 0px;
  margin: 0px;
  padding: 12px 20px;
  border-bottom: solid 1px #e9e9e9;
}
#product-custom-comments h5 a:link,
#product-custom-comments h5 a:visited {
  color: #8c8c8c;
}
#product-custom-comments h5 a:hover,
#product-custom-comments h5 a:active {
  text-decoration: none;
  color: #8c8c8c;
}
#product-custom-comments .accordion-body > div {
  padding: 12px 20px;
  padding-bottom: 0px;
}
#product-custom-comments .accordion-body > div:last-child {
  padding-bottom: 12px;
}
.basket-list-sidebar {
  margin-right: 30px;
}
.basket-list-sidebar h2 {
  background-color: #005dab;
  color: white;
  font-size: 24px;
  font-size: 1.71429rem;
  font-weight: 500;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  padding: 12px;
  margin-bottom: 0px;
}
.basket-list-sidebar .table th.text-right,
.basket-list-sidebar .table td.text-right {
  text-align: right;
}
.basket-list-sidebar > div {
  margin-bottom: 30px;
}
.basket-list-sidebar > div:last-child,
.basket-list-sidebar > div:empty {
  margin-bottom: 0;
}
.basket-list-sidebar .btn .fa {
  font-size: 20px !important;
  font-size: 1.42875rem !important;
  margin-right: 8px;
}
.couponSectionContainer,
.TotalsSectionContainer {
  border: solid 1px #e9e9e9;
  padding: 12px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.TotalsSectionContainer {
  padding: 0px;
}
.TotalsSectionContainer .table-subtotal > tbody > tr {
  font-size: 16px;
  font-size: 1.14286rem;
}
.TotalsSectionContainer .table-subtotal > tbody > tr > td {
  padding: 12px;
}
.TotalsSectionContainer .table-subtotal > tbody > tr > td:first-child {
  padding-right: 0px;
}
.TotalsSectionContainer .table-subtotal > tbody > tr > td:last-child {
  padding-left: 0px;
}
.TotalsSectionContainer .table-subtotal > tbody > tr:first-child > td {
  border-top: 0px;
}
.TotalsSectionContainer .table-subtotal > tbody > tr.noSep > td {
  padding: 12px;
  padding-top: 0px;
  border-top: 0px;
}
.TotalsSectionContainer .table-subtotal > tbody > tr.total td {
  line-height: normal;
  padding-bottom: 0px;
}
.TotalsSectionContainer .table-subtotal > tbody > tr.total strong {
  font-size: 19px;
  font-size: 1.35714rem;
}
.TotalsSectionContainer .table-subtotal > tbody > tr.total small {
  font-size: 12px;
  font-size: .85714rem;
}
.TotalsSectionContainer .table-subtotal > tbody > tr.total .price {
  color: #005dab;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 700;
}
.TotalsSectionContainer .checkoutButtonContainer {
  padding: 12px;
  padding-top: 0px;
}
.modal {
  border-radius: 10px 10px 6px 6px;
}
.modal iframe.span12 {
  margin-left: 0;
}
#frmProductCustomConfirmation .modal-header {
  background: #2658a9;
  border-radius: 6px 6px 0 0;
}
#frmProductCustomConfirmation .modal-header h2 {
  color: white;
}
.customizer-title-section {
  margin-bottom: 15px;
}
.customizer-title-section:last-child,
.customizer-title-section:empty {
  margin-bottom: 0;
}
.customizer-title-section h4 {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: 700;
}
.customizer-option-section {
  margin-bottom: 15px;
}
.customizer-option-section:last-child,
.customizer-option-section:empty {
  margin-bottom: 0;
}
.customizer-option-section.customizer-section-with-title:not(:first-child) {
  border-top: solid 1px #c9cdcd;
  padding-top: 30px;
  margin-top: 30px;
}
.customizer-option-section .alert {
  background: none;
  border: 0;
  color: #999999;
}
.ejs-productcustomizer-productitem:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #cecece;
}
.basket-list .basket-list-item .basket-item-comments ul.product-custom-list li,
.checkout .commentCustomizerLine td li,
.checkout-customized-comment ul li {
  margin-bottom: 5px;
  color: #8c8c8c !important;
  padding-left: 30px;
}
.basket-list .basket-list-item .basket-item-comments ul.product-custom-list li:last-child,
.checkout .commentCustomizerLine td li:last-child,
.checkout-customized-comment ul li:last-child,
.basket-list .basket-list-item .basket-item-comments ul.product-custom-list li:empty,
.checkout .commentCustomizerLine td li:empty,
.checkout-customized-comment ul li:empty {
  margin-bottom: 0;
}
.basket-list .basket-list-item .basket-item-comments ul.product-custom-list li .ejs-product-customizer-section-title,
.checkout .commentCustomizerLine td li .ejs-product-customizer-section-title,
.checkout-customized-comment ul li .ejs-product-customizer-section-title {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.14286rem;
  color: #333333;
  margin-top: 30px;
  display: block;
}
.basket-list .basket-list-item .basket-item-comments ul.product-custom-list li.ejs-basket-line-product-custom-comment-section.title,
.checkout .commentCustomizerLine td li.ejs-basket-line-product-custom-comment-section.title,
.checkout-customized-comment ul li.ejs-basket-line-product-custom-comment-section.title {
  padding-left: 0px;
}
.basket-list .basket-list-item .basket-item-comments ul.product-custom-list li:first-child .ejs-product-customizer-section-title,
.checkout .commentCustomizerLine td li:first-child .ejs-product-customizer-section-title,
.checkout-customized-comment ul li:first-child .ejs-product-customizer-section-title {
  margin-top: 0px;
}
.basket-list .basket-list-item .basket-item-comments ul.product-custom-list li .ejs-product-customizer-section-description,
.checkout .commentCustomizerLine td li .ejs-product-customizer-section-description,
.checkout-customized-comment ul li .ejs-product-customizer-section-description {
  color: #333333;
}
.basket-list .basket-list-item .basket-item-comments ul.product-custom-list li .rangeMarkingTitle,
.checkout .commentCustomizerLine td li .rangeMarkingTitle,
.checkout-customized-comment ul li .rangeMarkingTitle {
  display: block;
  color: #333333;
}
/************************************/

/*	HOMEPAGE CUSTOM	*/

.homepage-box {
  background: #e6e7e8;
  margin: 0 7px 0 1px;
  padding: 16px 18px 18px;
  min-height: 129px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.homepage-box p,
.homepage-box h2 {
  color: #025dab !important;
  line-height: 1.07;
  word-wrap: normal !important;
  margin-bottom: 3px;
}
.homepage-box p:last-child,
.homepage-box h2:last-child,
.homepage-box p:empty,
.homepage-box h2:empty {
  margin-bottom: 0;
}
.homepage-box h2 {
  font-size: 22px;
  font-size: 1.57143rem;
  font-weight: 500;
}
a:hover .homepage-box p,
a:hover .homepage-box h2 {
  color: black !important;
  text-decoration: none!important;
}
.main-section-rightpanel {
  margin-top: -14px;
  padding-top: 14px;
}
.main-section-rightpanel .widget {
  margin-bottom: 12px;
}
.main-section-rightpanel .fa {
  color: #005dab;
  font-size: 14px !important;
  font-size: 1rem !important;
}
.main-section-rightpanel .category-link {
  background: #e1ecfe;
  border: solid 1px #e1ecfe;
  line-height: 1.45;
}
.main-section-rightpanel .category-link.first {
  border-bottom: 1px solid #afc5e7;
  padding-bottom: 3px;
}
.main-section-rightpanel .category-link a {
  display: block;
}
.main-section-rightpanel .category-link a:hover,
.main-section-rightpanel .category-link a:active {
  text-decoration: none !important;
}
.main-section-rightpanel .category-link .text-right {
  float: right;
  position: relative;
}
.main-section-rightpanel .category-link .text-right > .fa {
  font-size: 12px !important;
  font-size: .85714rem !important;
  position: absolute;
  top: 26px;
  right: 9px;
}
.main-section-rightpanel #mc-dropdown-manufactured,
.main-section-rightpanel #mc-dropdown-overhauled {
  position: relative;
}
.main-section-rightpanel #mc-dropdown-manufactured > a,
.main-section-rightpanel #mc-dropdown-overhauled > a {
  background: #e7f1ff !important;
  border: 1px solid #afc5e7 !important;
  color: #2658a9 !important;
  font-weight: 400;
  outline: none;
  padding: 9px 35px 9px 15px !important;
  text-align: left !important;
  text-transform: uppercase;
  width: 100%;
}
.main-section-rightpanel #mc-dropdown-manufactured > a > .fa,
.main-section-rightpanel #mc-dropdown-overhauled > a > .fa {
  color: #2658a9 !important;
  margin-right: 3px;
}
.main-section-rightpanel #mc-dropdown-manufactured > a:hover,
.main-section-rightpanel #mc-dropdown-overhauled > a:hover,
.main-section-rightpanel #mc-dropdown-manufactured > a:active,
.main-section-rightpanel #mc-dropdown-overhauled > a:active,
.main-section-rightpanel #mc-dropdown-manufactured > a:hover > .fa,
.main-section-rightpanel #mc-dropdown-overhauled > a:hover > .fa,
.main-section-rightpanel #mc-dropdown-manufactured > a:active > .fa,
.main-section-rightpanel #mc-dropdown-overhauled > a:active > .fa {
  color: black !important;
}
.main-section-rightpanel #mc-dropdown-manufactured > ul,
.main-section-rightpanel #mc-dropdown-overhauled > ul {
  width: 100%;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-top: -1px;
  background-color: #e7f1ff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #b8c5d4 !important;
  border-top-color: #bce8f1 !important;
}
.main-section-rightpanel #mc-dropdown-manufactured > ul li,
.main-section-rightpanel #mc-dropdown-overhauled > ul li {
  border: 0;
}
.main-section-rightpanel #mc-dropdown-manufactured > ul li > a,
.main-section-rightpanel #mc-dropdown-overhauled > ul li > a {
  color: #2658a9 !important;
  padding: 7px 15px 5px;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.4;
}
.main-section-rightpanel #mc-dropdown-manufactured > ul li > a:hover,
.main-section-rightpanel #mc-dropdown-overhauled > ul li > a:hover,
.main-section-rightpanel #mc-dropdown-manufactured > ul li > a:active,
.main-section-rightpanel #mc-dropdown-overhauled > ul li > a:active {
  color: black !important;
}
.main-section-rightpanel #mc-dropdown-manufactured > ul li:last-child > a,
.main-section-rightpanel #mc-dropdown-overhauled > ul li:last-child > a {
  -webkit-border-radius: 0px 0px 5px 5px !important;
  -moz-border-radius: 0px 0px 5px 5px !important;
  border-radius: 0px 0px 5px 5px !important;
}
.main-section-rightpanel #mc-dropdown-manufactured.open,
.main-section-rightpanel #mc-dropdown-overhauled.open {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.main-section-rightpanel #mc-dropdown-manufactured.open > a,
.main-section-rightpanel #mc-dropdown-overhauled.open > a {
  -webkit-border-radius: 5px 5px 0px 0px !important;
  -moz-border-radius: 5px 5px 0px 0px !important;
  border-radius: 5px 5px 0px 0px !important;
  color: rightSectionDropdownTextColor !important;
  border-color: #b8c5d4 !important;
}
.main-section-rightpanel #mc-dropdown-manufactured.open > a:hover,
.main-section-rightpanel #mc-dropdown-overhauled.open > a:hover,
.main-section-rightpanel #mc-dropdown-manufactured.open > a:active,
.main-section-rightpanel #mc-dropdown-overhauled.open > a:active,
.main-section-rightpanel #mc-dropdown-manufactured.open > a:hover > .fa,
.main-section-rightpanel #mc-dropdown-overhauled.open > a:hover > .fa,
.main-section-rightpanel #mc-dropdown-manufactured.open > a:active > .fa,
.main-section-rightpanel #mc-dropdown-overhauled.open > a:active > .fa {
  color: black !important;
}
.main-section-rightpanel .trade-show-panel {
  color: black;
  line-height: 1.5;
  margin-top: 10px;
  padding-right: 20px;
}
.main-section-rightpanel .trade-show-panel h4 {
  color: black;
  font-size: 17px;
  font-size: 1.21429rem;
  line-height: 1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/**********************************/

/*	CHECKOUT	*/

.checkout .checkout-accordion {
  margin-bottom: 20px;
}
.checkout .checkout-accordion .checkout-accordion-title {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  background-color: #005dab;
}
.checkout .checkout-accordion .checkout-accordion-title .accordion-toggle {
  padding: 12px 24px;
}
.checkout .checkout-accordion .checkout-accordion-title h4 {
  font-size: 16px;
  font-size: 1.14286rem;
  margin: 0px;
  font-weight: 700;
}
.checkout .checkout-accordion .checkout-accordion-title .fa {
  color: white;
}
.checkout .checkout-accordion#accReturningCustomer .checkout-accordion-title {
  border-radius: 7px;
}
.checkout .checkout-accordion #divShippingMethod select {
  width: 100%;
}
.checkout .checkout-accordion .checkout-accordion-content .row-fluid {
  margin-bottom: 10px;
}
.checkout .checkout-accordion .checkout-accordion-content .row-fluid:last-child,
.checkout .checkout-accordion .checkout-accordion-content .row-fluid:empty {
  margin-bottom: 0;
}
.checkout .order-review-totals .table tr td .price {
  font-size: 18px;
  font-size: 1.28571rem;
}
.accordion-inner {
  border-top: 0px;
  padding-left: 18px;
  padding-right: 24px;
}
.accordion-group {
  border-color: #e9e9e9;
  border-radius: 7px;
  border-width: 1px 2px 2px;
}
.accordion-group .control-group input {
  margin-bottom: 16px !important;
}
.accordion-heading {
  margin-right: -2px;
  margin-left: -2px;
}
.control-group small.muted {
  display: block;
  font-size: 14px;
  font-size: 1rem;
  margin: 10px 0 0;
}
.checkoutShippingSubSection {
  border-top: solid 1px #e9e9e9;
}
.checkoutShippingSubSection > div {
  padding: 20px;
}
#checkoutShippingAddressSelector .ffb-input,
.ejs-fbContainer .ffb-input {
  -webkit-border-radius: 5px 0px 0px 5px !important;
  -moz-border-radius: 5px 0px 0px 5px !important;
  border-radius: 5px 0px 0px 5px !important;
}
#checkoutShippingAddressSelector .ffb-input,
.ejs-fbContainer .ffb-input,
#checkoutShippingAddressSelector .ffb,
.ejs-fbContainer .ffb {
  width: -webkit-calc(100% - 47px) !important;
  width: calc(100% - 47px) !important;
}
#checkoutShippingAddressSelector .ffb-arrow,
.ejs-fbContainer .ffb-arrow {
  -webkit-border-radius: 0px 5px 5px 0px !important;
  -moz-border-radius: 0px 5px 5px 0px !important;
  border-radius: 0px 5px 5px 0px !important;
  background-color: #005dab !important;
  border: solid 1px #357ebd !important;
  color: white !important;
  width: 47px;
}
#checkoutShippingAddressSelector .ffb-arrow:before,
.ejs-fbContainer .ffb-arrow:before {
  color: white !important;
  top: 10px;
}
#checkoutShippingAddressSelector .ffb-arrow:hover,
.ejs-fbContainer .ffb-arrow:hover,
#checkoutShippingAddressSelector .ffb-arrow:active,
.ejs-fbContainer .ffb-arrow:active {
  background-color: #3276b1 !important;
  border: solid 1px #285e8e !important;
  color: white !important;
}
#checkoutShippingAddressSelector .ffb-arrow:hover .fa,
.ejs-fbContainer .ffb-arrow:hover .fa,
#checkoutShippingAddressSelector .ffb-arrow:active .fa,
.ejs-fbContainer .ffb-arrow:active .fa {
  color: white !important;
}
input#searchValue {
  margin-bottom: 0 !important;
}
.accordion-body #divShippingMethod h5 {
  color: #333333;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
}
.accordion-body #divShippingMethod h5:last-child,
.accordion-body #divShippingMethod h5:empty {
  margin-bottom: 0;
}
.order-review-content-picture img {
  width: 60px;
}
#divOrderReview > table tr td {
  border: 0px;
}
#divOrderReview > table tr.firstRowProductSeparator td {
  border-top: solid 1px #e9e9e9;
  padding-top: 15px;
}
.checkout .commentCustomizerLine td .comment-list {
  margin-left: 0px;
}
.checkout .commentCustomizerLine td .comment-list li {
  margin-top: 0px;
  margin-bottom: 3px;
}
.order-review-footer {
  border-top: solid 1px #e9e9e9;
}
.order-review-footer .btn {
  margin-top: 20px !important;
  margin-left: 20px;
}
.checkout .order-review-content th:last-child,
.checkout .order-review-content td:last-child {
  padding-right: 45px;
}
.checkout .order-review-totals .table {
  margin-bottom: 0px;
}
.checkout .order-review-totals .table tr td {
  border-color: #e9e9e9;
}
.checkout .order-review-totals .table tr td:first-child {
  width: 45%;
  text-align: right;
  padding-right: 8px;
}
.checkout .order-review-totals .table tr td:last-child {
  padding-right: 45px;
}
.checkout .order-review-totals .table tr td .price {
  color: #005dab;
  font-weight: 700;
}
.checkout .order-review-totals .table tbody tr:first-child td {
  border-top: 0px;
}
.payment-type.payment-creditcard input,
.payment-type.payment-creditcard select {
  margin-bottom: 10px !important;
}
.ejs-payment-credit-card h5 {
  font-weight: 700;
}
.submit-bottom-section {
  text-align: right;
}
/************************************/

/*	order confirmation thank you page */

.orderNumber {
  color: #005dab;
  font-size: 20px;
  font-size: 1.42875rem;
}
/************************************/

/*	order invoice detail page 	*/

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

/*	CUSTOM LOGIN PAGE 	*/

.login-page-container {
  padding: 0 29px 0 22px;
}
.login-page-container h1 {
  font-size: 18px;
  font-size: 1.28571rem;
}
.login-page-container #LostPasswordSend {
  padding-right: 10px !important;
  padding-left: 10px !important;
  width: auto;
}
.login-box {
  background-color: #f1f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.login-box > form {
  padding: 23px 38px 25px 38px;
  border-bottom: solid 1px #c9cdcd;
  margin-bottom: 0px;
}
.login-box > form:first-child {
  padding-bottom: 8px;
}
.login-box > form:last-child {
  border-bottom: 0;
}
.login-box > form h3 {
  margin-bottom: 7px;
}
.login-box > form p {
  margin-bottom: 11px;
}
.login-box > form .control-group {
  margin-bottom: 13px;
}
.login-box > form .control-group + .control-group {
  margin-bottom: 8px;
}
.login-box > form .controls > .checkbox:first-child {
  padding-top: 0;
}
.login-box > form #cmdSignIn {
  margin-top: 14px !important;
}
.login-box.login-box-highlight {
  background-color: #e7f1ff;
}
.login-box.login-box-highlight > div > div {
  float: left;
  padding-top: 20px;
  padding-right: 26px;
  padding-bottom: 60px;
  padding-left: 26px;
  border-right: solid 1px #afc5e7;
  position: relative;
  width: 48%;
  vertical-align: top;
  min-height: 237px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.login-box.login-box-highlight > div > div h3,
.login-box.login-box-highlight > div > div p {
  line-height: 1.4;
}
.login-box.login-box-highlight > div > div h3 {
  margin-bottom: 12px;
}
.login-box.login-box-highlight > div > div p {
  margin-bottom: 0;
}
.login-box.login-box-highlight > div > div .btn {
  position: absolute;
  bottom: 15px;
}
.login-box.login-box-highlight > div > div:last-child {
  border-right: 0px;
}
.login-box.login-box-highlight > div.usernameVisible > div {
  width: 33.33333%;
}
/******************************************/

/*	CONTENT PAGE CUSTOM LEFT NAVIGATION	*/

.contentPageLeftNavigation .dropdown-menu.level2 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0!important;
  padding: 0px !important;
  border: 1px solid #c5c5c5;
  border-top: 0px;
  border-left: 0px;
  font-size: 14px;
  width: 100%;
  position: static;
  display: block;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.contentPageLeftNavigation .dropdown-menu.level2.level2 > li > a {
  font-weight: 700 !important;
  color: black;
}
.contentPageLeftNavigation .dropdown-menu.level2.level2 > li > a:hover,
.contentPageLeftNavigation .dropdown-menu.level2.level2 > li > a:active {
  background: none !important;
  color: black;
}
.contentPageLeftNavigation .dropdown-menu.level2:before,
.contentPageLeftNavigation .dropdown-menu.level2:after {
  border: 0!important;
  display: none!important;
}
.contentPageLeftNavigation .dropdown-menu.level2 li {
  text-indent: 0!important;
}
.contentPageLeftNavigation .dropdown-menu.level2 li a {
  line-height: 1.1em !important;
  white-space: normal !important;
}
.contentPageLeftNavigation .dropdown-menu.level2 > li > a:hover,
.contentPageLeftNavigation .dropdown-menu.level2 > li > a:focus,
.contentPageLeftNavigation .dropdown-menu.level2 .dropdown-submenu:hover > a,
.contentPageLeftNavigation .dropdown-menu.level2 .dropdown-submenu:focus > a {
  background: transparent!important;
  color: black !important;
}
.contentPageLeftNavigation .dropdown-menu.level2 .dropdown-submenu {
  margin-bottom: 1px !important;
}
.contentPageLeftNavigation .dropdown-menu.level2 .dropdown-submenu:last-child,
.contentPageLeftNavigation .dropdown-menu.level2 .dropdown-submenu:first-child {
  margin-bottom: 0px !important;
}
.contentPageLeftNavigation .dropdown-menu.level2 > li {
  border-bottom: 1px solid #c5c5c5;
}
.contentPageLeftNavigation .dropdown-menu.level2 > li:last-child {
  border: 0;
}
.contentPageLeftNavigation .dropdown-menu.level2 > li a {
  color: black;
  padding: 4px 10px 2px 0 !important;
}
.contentPageLeftNavigation .dropdown-menu.level2 > li a:after {
  border: 0;
  display: none;
}
.contentPageLeftNavigation .dropdown-menu.level2 > li a:hover {
  background: transparent!important;
  color: black !important;
}
.contentPageLeftNavigation .dropdown-menu.level2 .level3 {
  display: block!important;
  list-style: none;
  margin: 0!important;
  padding: 0!important;
  padding-bottom: 4px !important;
  border: 0px;
  position: static;
  float: none;
  left: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contentPageLeftNavigation .dropdown-menu.level2 .level3 li {
  border: 0!important;
}
.contentPageLeftNavigation .dropdown-menu.level2 .level3 li.active > a {
  color: black !important;
}
.contentPageLeftNavigation .dropdown-menu.level2 .level3 a {
  font-weight: normal;
  color: #005dab !important;
  font-size: 14px;
  padding: 3px 10px!important;
  padding-left: 0px !important;
}
.contentPageLeftNavigation .dropdown-menu.level2 .level3 a:hover {
  text-decoration: none!important;
  color: black !important;
}
/*******************************************************/

/*	FIND A DEALER CUSTOM	*/

.findADealerCustomForm {
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
}
.dealerListTitle {
  background-color: #f1f2f2;
  padding: 8px;
  font-size: 18px;
  font-size: 1.28571rem;
}
.dealersSection > li {
  margin-bottom: 15px;
  padding: 30px 0 20px;
  margin: 0px 15px;
  border-bottom: solid 1px #e9e9e9;
}
.dealersSection > li:last-child,
.dealersSection > li:empty {
  margin-bottom: 0;
}
.dealersSection .boxshad {
  position: relative;
}
.dealersSection .boxshad > .row-fluid {
  margin-bottom: 10px;
}
.dealersSection .boxshad > .row-fluid:last-child,
.dealersSection .boxshad > .row-fluid:empty {
  margin-bottom: 0;
}
.google-marker-list {
  position: absolute;
  top: 0px;
  right: 0px;
}
.store-list-pages {
  margin-top: 6px;
}
.store-list-pages > li {
  padding: 0 !important;
}
#map-canvas > iframe {
  border: 0px;
}
.websiteLink {
  margin-bottom: 10px;
}
.websiteLink:last-child,
.websiteLink:empty {
  margin-bottom: 0;
}
.directionsLink {
  margin-top: 10px;
}
.directionsLink:first-child {
  margin-top: 0px;
}
.pagingInformation {
  display: inline-block;
}
.pagingInformation:last-child {
  margin-left: 50px;
}
.ejs-map-section {
  margin-bottom: 30px;
}
/*******************************************************/

/*	DEALER APPLICATION	*/

.form-application-container {
  margin: 0 0 12px;
}
.form-application-container > [class$="-title"] {
  position: relative;
}
.form-application-container > [class$="-title"]:after {
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: 22px;
}
.form-application-container.form-opened > [class$="-title"]:after {
  border-color: #005dab transparent transparent;
  border-width: 12px 7px 0;
}
.form-application-container.form-closed > [class$="-title"]:after {
  border-color: transparent transparent transparent #005dab;
  border-width: 7px 0 7px 11px;
}
.form-application-container.form-closed > [class$="-title"] > h2 {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
}
.form-application-container.form-closed > [class$="-title"] + div {
  display: none;
}
/*****************************************/

/*	MY PROFILE SECTION	*/

.cursorhand {
  cursor: pointer;
}
.myaccount-title {
  font-size: 24px;
  font-size: 1.71429rem;
  margin-bottom: 5px;
}
h2.accountSectionTitle,
h3.accountSectionTitle {
  background-color: #005dab;
  color: white;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
  line-height: 1.2em;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.28571rem;
  margin-bottom: 0px;
}
h2.accountSectionTitle.sectionTitleLight,
h3.accountSectionTitle.sectionTitleLight {
  background-color: #eff6ff;
  color: #333333;
  border: solid 1px #e9e9e9;
  border-bottom: 0px;
}
h2.accountSectionTitle .numberCircle,
h3.accountSectionTitle .numberCircle {
  display: inline-block;
  background-color: #005dab;
  color: white;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-right: 14px;
}
h2.accountSectionTitle .numberCircle + div,
h3.accountSectionTitle .numberCircle + div {
  display: inline-block;
}
.accountSectionBlock {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #e9e9e9;
  padding: 20px;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px;
  margin-bottom: 30px;
}
.accountSectionBlock:last-child,
.accountSectionBlock:empty {
  margin-bottom: 0;
}
#checkoutShippingAddressSelector .ffb-input,
.ejs-fbContainer .ffb-input {
  border-color: #cecece;
}
.orderTrackingPage .accountSectionTitle:after {
  content: "My Orders";
}
.invoiceTrackingPage .accountSectionTitle:after {
  content: "My Invoices / Credits";
}
#formCreateAccount {
  padding-right: 78px;
  padding-left: 24px;
}
#formCreateAccount h1 small {
  font-size: 12px;
  font-size: 0.8571rem;
}
/*****************************************/

/*	Overhaul or Repair Section	*/

#fb-formPartNumber2_input {
  border-radius: 4px !important;
  line-height: 1.2em;
  padding: 9px 12px 7px;
  -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  width: 100% !important;
  height: auto;
}
#fb-formPartNumber2_input:focus {
  border-color: rgba(82, 168, 236, 0.8);
}
#fb-formPartNumber2_arrow {
  display: none;
}
.rmaform-phone input[type=tel] {
  width: 84%;
}
.rmaform-phone .input-phone-extension {
  margin-left: 1%;
  width: 15%;
}
/******************************************/

/*	VIDEO LIBRARY 	*/

.video-box {
  margin: 15px 0;
  padding-right: 25px;
}
.video-box > a {
  display: block;
  margin: 0 0 30px;
}
.video-box > p {
  line-height: 1.43;
  padding: 0 9px;
}
.video-box > p > strong {
  display: inline-block;
  margin: 0 0 5px;
}
.video-container {
  padding-bottom: 56.52%;
  position: relative;
  height: 0;
}
.video-container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/******************************************/

/*	PRESS RELEASES 	*/

.releases time {
  color: #8c8c8c;
}
p time {
  font-style: italic;
}
.releases-years {
  margin-bottom: 15px;
}
/********************************************************/

/*	FOOTER	*/

footer {
  line-height: 1.42;
  margin-bottom: 35px;
}
footer > .container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  padding: 17px 30px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
footer > .container > .widget > .row-fluid:first-child {
  margin-bottom: 10px;
}
footer h4 {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: 500;
  margin: 4px 0 9px !important;
}
footer td {
  color: #818285;
  height: 17px !important;
  line-height: 1;
}
footer .link {
  color: #005dab;
}
footer .footer-menu {
  margin: 3px 6px 4px 0 !important;
}
footer .footer-menu a {
  color: #2658a9;
  font-size: 13px;
}
footer .footer-menu > li:last-child {
  padding-right: 0;
}
footer a:hover {
  text-decoration: none!important;
}
footer .span8 small {
  display: block;
  margin-top: 16px;
}
footer .text-muted {
  color: #999999;
}
footer .vertical-dividers {
  border-right: 1px solid #999999;
  height: 17px;
  margin-bottom: -4px;
}
/********************************************************/

/*	404	*/

.page-404 > .container {
  background: white;
  border-radius: 8px;
  margin-top: 20px;
  padding: 43px 0 70px;
}
.page-404 h1 {
  font-size: 50px;
  font-size: 3.57143rem;
}
.page-404 h2 {
  color: #333333;
  font-size: 20px;
  font-size: 1.42875rem;
  margin-bottom: 28px;
}
.page-404 p {
  font-size: 16px;
  font-size: 1.14286rem;
  margin: 0 auto 63px;
  max-width: 505px;
}
.page-404 .btn-large {
  background: #2658a9 !important;
  font-size: 20px;
  font-size: 1.42875rem;
  margin: 0 9px;
  padding: 10px 30px !important;
}
.logo-404 {
  max-width: 309px;
  padding: 0 0 45px;
}
.title-404 {
  margin: 0 0 19px;
}
.title-404 > p {
  background-color: #e1ecfe;
  border-radius: 8px;
  color: #2658a9;
  display: inline-block;
  font-size: 20px;
  font-size: 1.42875rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 10px auto 0;
  padding: 14px 0;
  vertical-align: top;
  min-width: 200px;
}
/*******************************************************/

/*	LAYOUT WITHOUT RIGHT SECTION	*/

@media screen and (min-width: 768px) {
  .noRightMenuSection {
    position: relative;
  }
  .noRightMenuSection .section-body-container {
    padding-right: 25px;
    padding-left: 30px;
    padding-top: 109px;
  }
  .noRightMenuSection .main-section-rightpanel {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .navbar .navbar-inner .nav-collapse > .nav > li > a.active {
    background-color: #337ec6;
    color: white;
    cursor: pointer;
  }
  #ListingHeader,
  .list-layout {
    margin-right: 12px;
    margin-left: -16px;
    padding-left: 16px;
    width: auto !important;
  }
  .product-detail-page .product-detail.site-content > .product-grid-section {
    margin-left: -16px;
    padding-left: 0px;
    width: auto;
  }
}
/*******************************************************/

/*	RESPONSIVE MEDIA QUERIES	*/

@media screen and (min-width: 1200px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container,
  .basket-pop {
    width: 1156px;
  }
  header .header-right-section .basket-pop {
    margin-left: 70px;
    width: 1012px;
  }
  header .header-right-section .basket-pop.basket-pop-fixed {
    margin-left: -830px !important;
  }
  header .header-right-section .basket-pop .span9.basketpop-previewsection {
    width: 700px;
  }
  header .header-right-section .basket-pop .span3.basketpop-pricesection {
    width: 262px;
  }
  .main-section-rightpanel .category-link .text-right {
    width: 70%;
  }
  .main-section-rightpanel .category-link.first > img {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .image-category-listing > .row-fluid > .span3 {
    margin-left: 3.642773%;
    width: 21.856639% !important;
  }
  .image-category-listing > .row-fluid > .span3:first-child {
    margin-left: 0;
  }
  .basket-list-item > .row-fluid > .span1:first-child {
    width: 70px;
  }
  .basket-list-item > .row-fluid > .span5 {
    margin-left: 32px;
    width: 275px;
  }
  .basket-list-item > .row-fluid > .span3 {
    margin-left: 38px;
    width: 134px;
  }
  .basket-list-item > .row-fluid > .span2 {
    margin-left: 0;
    width: 128px;
  }
  .basket-list-item > .row-fluid > .span1:last-child {
    margin-left: 0;
    text-align: right !important;
    width: 79px;
  }
  .login-page-container {
    padding: 0 29px 0 22px;
  }
  .login-page-container > .row-fluid > .span5 {
    width: 300px !important;
  }
  .login-page-container > .row-fluid > .span7 {
    width: 480px !important;
  }
  .login-page-container #LostPasswordEmail {
    width: 328px;
  }
  .findADealerCustomForm > .row-fluid > .span9 {
    padding-right: 0 !important;
    width: 627px !important;
  }
  .findADealerCustomForm > .row-fluid > .span9 > .row-fluid > .span6 {
    margin-left: 0 !important;
    width: 325px;
  }
  .findADealerCustomForm > .row-fluid > .span9 > .row-fluid > .span6 + .span6 {
    margin-left: 14px !important;
    width: 276px;
  }
  .findADealerCustomForm > .row-fluid > .span9 > .row-fluid > .span6 + .span6 > .row-fluid > .span5 {
    width: 96px;
  }
  .findADealerCustomForm > .row-fluid > .span9 > .row-fluid > .span6 + .span6 > .row-fluid > .span7 {
    width: 169px;
  }
  .findADealerCustomForm > .row-fluid > .span9 > .row-fluid > .span6 > .row-fluid > .span5 {
    width: 110px;
  }
  .findADealerCustomForm > .row-fluid > .span9 > .row-fluid > .span6 > .row-fluid > .span7 {
    width: 206px;
  }
  .findADealerCustomForm > .row-fluid > .span9 > .row-fluid > .span6 > .row-fluid > .span7.offset5 {
    margin-left: 103px;
  }
  .findADealerCustomForm > .row-fluid > .span3 {
    padding-left: 25px !important;
  }
  .dealer-application-text {
    width: 88%;
  }
  #formCreateAccount > .row-fluid > .span6 {
    width: 352px;
  }
  #formCreateAccount > .row-fluid > .span6 + .span6 {
    margin-left: 47px;
  }
  .releases {
    padding-right: 18px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-right-section {
    font-size: 11px;
    font-size: .78571rem;
  }
  header .header-right-section li {
    padding-right: .36364em;
    padding-left: .36364em;
  }
  .rightheader-panel-selectcat {
    font-size: 11px;
    font-size: .78571rem;
  }
  .rightheader-panel-selectcat .fa {
    font-size: 1em !important;
  }
  .navbar .navbar-inner .nav-collapse > .nav > li > a {
    padding: 17px 12px;
    font-size: .9rem;
  }
  body header .header-right-section .basket-pop.basket-pop-fixed {
    margin-left: -735px;
  }
  .basket-pop .btn-secondary {
    height: auto !important;
    line-height: 1.2em !important;
  }
  .basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
    width: 20px;
  }
  .basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc input {
    width: 30px;
  }
  .homepage-box {
    padding-right: 10px;
  }
  .homepage-box h2 {
    font-size: 18px;
    font-size: 1.28571rem;
  }
  .main-section-rightpanel .category-link {
    font-size: 13px;
    font-size: .92857rem;
  }
  .main-section-rightpanel .category-link.first {
    padding-bottom: 0;
  }
  .main-section-rightpanel .category-link img {
    width: 74%;
  }
  .main-section-rightpanel .category-link .text-right {
    font-size: 12px;
    font-size: .85714rem;
  }
  .main-section-rightpanel .category-link .text-right > .fa {
    top: 24px;
  }
  .main-section-rightpanel .trade-show-panel {
    font-size: 13px;
    font-size: .92857rem;
  }
  .main-section-rightpanel .trade-show-panel h4 {
    font-size: 14px;
    font-size: 1rem;
  }
  .main-section-rightpanel #mc-dropdown-manufactured > a,
  .main-section-rightpanel #mc-dropdown-overhauled > a {
    font-size: 11px;
    font-size: .78571rem;
    padding-right: 5px !important;
    padding-left: 15px !important;
  }
  .main-section-rightpanel .featured-products a > img {
    width: 95%;
  }
  .video-box {
    padding-right: 0;
  }
  .video-box > p {
    padding-right: 0;
    padding-left: 0;
  }
  .login-page-container h3,
  .login-page-container label,
  .login-page-container p {
    font-size: 12px;
    font-size: .85714rem;
  }
  #ListingHeader,
  #ListingBottom,
  #ListingHeader select,
  #ListingBottom select {
    font-size: 12px;
    font-size: .85714rem;
  }
  #ListingHeader #cmdQtyResult,
  #ListingBottom #cmdQtyResult {
    width: 75px;
  }
  #ListingCategories {
    margin-right: 13px;
  }
  .category-listing .box-photo .box-info-title a.category-link {
    font-size: 12px;
    font-size: .85714rem;
  }
  .basket-top-options-configuration {
    font-size: 12px;
    font-size: .85714rem;
  }
  .basket-top-options-configuration .btn.btn-small {
    font-size: 11px;
    font-size: .78571rem;
  }
  .basket-list-sidebar h2 {
    font-size: 20px;
    font-size: 1.42875rem;
  }
  .basket-list-sidebar .TotalsSectionContainer .table-subtotal > tbody > tr.total strong {
    font-size: 17px;
    font-size: 1.21429rem;
  }
  .basket-list-sidebar .TotalsSectionContainer .btn-checkout {
    font-size: 12px;
    font-size: .85714rem;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .pagingInformation:last-child {
    margin-left: 13px;
  }
  .ejs-find-a-store-result .pagination ul > li > a {
    padding-right: 8px;
    padding-left: 8px;
  }
  .ffb .page,
  .ffb a.page {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  footer .footer-menu li {
    padding-right: 4px;
    padding-left: 4px;
  }
  footer .footer-menu a {
    font-size: 11px;
    font-size: .78571rem;
  }
  footer .vertical-dividers {
    height: 11px;
    margin-bottom: -2px;
  }
}
/* iPad portrait */

@media screen and (max-width: 979px) and (min-width: 768px) {
  .contentPageLeftNavigation {
    display: none;
  }
  .middle-section {
    margin-right: 4%;
    margin-left: 2%;
    width: 69%;
  }
  .noRightMenuSection .middle-section-large {
    width: 100%;
  }
  .rightheader-panel-selectcat {
    font-size: 9px;
    font-size: .64286rem;
    margin-left: -2px;
    white-space: nowrap;
  }
  .rightheader-panel-selectcat .fa {
    font-size: 14px !important;
    font-size: 1rem !important;
  }
  .main-section-rightpanel .category-link img {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .main-section-rightpanel .category-link .text-right {
    font-size: 11px;
    font-size: .78571rem;
    padding-top: 12px !important;
    padding-right: 15px !important;
    padding-bottom: 8px !important;
  }
  .main-section-rightpanel .category-link .text-right > .fa {
    top: 15px;
    right: 4px;
  }
  .main-section-rightpanel #mc-dropdown-manufactured > a,
  .main-section-rightpanel #mc-dropdown-overhauled > a {
    font-size: 10px;
    font-size: .71429rem;
    padding-right: 2px !important;
    padding-left: 7px !important;
  }
  .main-section-rightpanel .featured-products {
    margin-top: 15px;
  }
  .main-section-rightpanel .trade-show-panel {
    font-size: 11px;
    font-size: .78571rem;
    padding-right: 12px;
  }
  .main-section-rightpanel .trade-show-panel h4 {
    font-size: 12px;
    font-size: .85714rem;
  }
  .main-section-rightpanel .trade-show-panel .panel-body {
    padding-right: 0 !important;
  }
  .main-section .row-fluid,
  .main-section form {
    margin-bottom: 30px;
  }
  .main-section .row-fluid:last-child,
  .main-section form:last-child,
  .main-section .row-fluid:empty,
  .main-section form:empty {
    margin-bottom: 0;
  }
  .main-section-container.container {
    width: 95%;
  }
  .main-section-container.container .container {
    width: 100%;
  }
  .main-section-rightpanel .category-link > img {
    padding-top: 0 !important;
    padding-bottom: 1px !important;
  }
  .homepage-box {
    min-height: 102px;
    padding: 7px;
  }
  .homepage-box h2 {
    font-size: 14px;
    font-size: 1rem;
  }
  .homepage-box p {
    font-size: 11px;
    font-size: .78571rem;
  }
  .login-page-container > .row-fluid > [class*="span"] {
    margin-left: 0;
    width: 100%;
  }
  .login-page-container h3,
  .login-page-container label,
  .login-page-container p {
    font-size: 13px;
    font-size: .92857rem;
  }
  .login-box {
    margin-top: 15px;
  }
  .login-box.login-box-highlight {
    text-align: center;
  }
  .login-box .btn {
    width: 100%;
  }
  .login-box > form > .control-group:last-child [class*="span"] {
    margin-left: 0;
    width: 100% !important;
  }
  #cartTopButton > .row-fluid:first-child .btn {
    border-radius: 5px !important;
    font-weight: 700;
    min-height: 49px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .basket-list .basket-list-item .basket-item-price h3 {
    font-size: 14px;
    font-size: 1rem;
  }
  .basket-list-sidebar {
    margin-right: 24px;
  }
  .basket-list-sidebar .TotalsSectionContainer .table-subtotal > tbody > tr,
  .basket-list-sidebar .TotalsSectionContainer .table-subtotal > tbody > tr.total strong,
  .basket-list-sidebar .TotalsSectionContainer .table-subtotal > tbody > tr.total .price {
    font-size: 14px;
    font-size: 1rem;
  }
  .basket-list-sidebar .TotalsSectionContainer .table-subtotal > tbody > tr.total small {
    font-size: 11px;
    font-size: .78571rem;
  }
  .dealerListTitle {
    font-size: 17px;
    font-size: 1.21429rem;
  }
  .pagingInformation:last-child {
    margin-left: 25px;
  }
  .ffb .page,
  .ffb a.page,
  .ffb .box {
    padding: 6px 4px !important;
  }
  .ffb .box {
    margin: 0;
  }
  .nav-tabs > li > a {
    padding-right: 8px;
    padding-left: 8px;
  }
  .header-right-section ul.text-right > li > a {
    font-size: 11px;
    font-size: .78571rem;
  }
  header .header-right-section {
    padding: 5px 8px;
  }
  header .header-right-section > .row-fluid {
    margin-bottom: 15px;
  }
  header .header-right-section > .row-fluid:last-child,
  header .header-right-section > .row-fluid:empty {
    margin-bottom: 0;
  }
  .basket-pop {
    width: 100%;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
  }
  body header .header-right-section .basket-pop.basket-pop-fixed {
    margin-left: 0px;
    left: 1%;
    width: 98%;
  }
  .searchTitleText {
    font-size: 14px;
    font-size: 1rem;
  }
  .cart {
    font-size: 11px;
    font-size: .78571rem;
    font-weight: 400;
  }
  header.isLogged .header-left-section > .row-fluid:first-child {
    margin-bottom: 31px;
  }
  header.isLogged .header-right-section .search-section {
    margin-bottom: 5px !important;
    padding-top: 0;
  }
  footer {
    padding-top: 0px !important;
  }
  footer > .container {
    padding-right: 20px;
    padding-left: 20px;
    width: 95%;
  }
  footer h4 {
    margin-bottom: 12px !important;
  }
  footer tr,
  footer td {
    display: block;
  }
  footer tr {
    margin-bottom: 1px;
  }
  footer .footer-menu a {
    font-size: 9px;
    font-size: .64286rem;
  }
  footer .vertical-dividers {
    height: 10px;
  }
  footer small.text-muted table td {
    font-size: 10px;
  }
  footer small.text-muted table td .phm {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  footer small.text-muted {
    font-size: 10px;
  }
  .footer-top {
    margin-bottom: 6px !important;
  }
  .footer-top > .span4 {
    width: 25% !important;
  }
  .footer-top > .span8 {
    margin-left: 0;
    width: 75% !important;
  }
  .collapse {
    position: static;
  }
  .submenu {
    width: 100%;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
  }
  .submenu .nav-inner-items {
    position: static !important;
  }
  .submenu .submenu-bigcontent {
    width: 50%;
    width: -webkit-calc(100% - 268px);
    width: calc(100% - 268px);
  }
  .navbar .navbar-inner .nav-collapse > .nav > li > a {
    font-size: 12px !important;
    font-size: .85714rem !important;
    padding-right: 6px;
    padding-left: 6px;
  }
  #LostPasswordForm .span9 {
    width: 65.74585635359117%;
  }
  #LostPasswordForm .span3 {
    width: 31.491712707182323%;
  }
  .basket-top-options-configuration .span6 {
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  .btn.btn-arrow-left {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    padding-left: 16px !important;
  }
  .btn.btn-arrow-left:before {
    display: none;
  }
  .btn.btn-arrow-right {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    padding-right: 16px !important;
  }
  .btn.btn-arrow-right:after {
    display: none;
  }
  .customerservice-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 95%;
    position: static;
    margin-left: 2.5%;
    margin-top: 10px;
  }
  .customerservice-box > ul > li {
    margin-bottom: 2px;
  }
  .customerservice-box > ul > li:last-child,
  .customerservice-box > ul > li:empty {
    margin-bottom: 0;
  }
  .login-box > form {
    padding: 15px;
    margin-bottom: 0px;
  }
  .login-box.login-box-highlight > div > div {
    width: 100% !important;
    border: 0px;
    min-height: 0px;
    border-bottom: solid 1px #a3cbff;
    padding-bottom: 15px;
  }
  .login-box.login-box-highlight > div > div:last-child {
    border-bottom: 0px;
  }
  .login-box.login-box-highlight > div > div p {
    margin-bottom: 20px;
  }
  .login-box.login-box-highlight > div > div .btn {
    position: static;
    bottom: auto;
  }
}
@media screen and (min-width: 768px) {
  .basket-pop .basketpop-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .navbar .navbar-inner .nav .dropdown-menu .level3 {
    display: block!important;
    list-style: none;
    margin: 0!important;
    padding: 0!important;
    border: 0px;
    position: relative;
    float: none;
    left: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar .navbar-inner .nav-collapse > .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .findADealerCustomForm {
    display: table;
    width: 100%;
  }
  .findADealerCustomForm > .row-fluid {
    margin-bottom: 0px !important;
    display: table;
  }
  .findADealerCustomForm > .row-fluid > .span9,
  .findADealerCustomForm > .row-fluid > .span3 {
    display: table-cell;
    float: none;
    padding-top: 21px;
    padding-bottom: 8px;
    vertical-align: top;
    width: auto;
  }
  .findADealerCustomForm > .row-fluid > .span9 {
    padding-right: 15px;
  }
  .findADealerCustomForm > .row-fluid > .span9 label {
    margin-top: 6px;
    font-weight: 700;
  }
  .findADealerCustomForm > .row-fluid > .span9 > .row-fluid > .span6 > .row-fluid {
    margin-bottom: 13px !important;
  }
  .findADealerCustomForm > .row-fluid > .span3 {
    padding-left: 15px;
    border-left: solid 1px #e9e9e9;
  }
  .findADealerCustomForm > .row-fluid > .span3 .radio {
    margin-bottom: 16px;
    padding-left: 0px;
  }
  .findADealerCustomForm > .row-fluid > .span3 .radio input {
    margin-top: 0px;
  }
  /* Fixed Basket Totals */
  
  .basket-totals-fixed {
    position: fixed;
  }
}
/* Mobile */

@media screen and (max-width: 767px) {
  .left-section,
  .left-section-large,
  .middle-section,
  .middle-section-large,
  .right-section {
    float: none;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .flip-scroll {
    border-collapse: collapse;
  }
  .flip-scroll tr {
    margin-bottom: 5px;
  }
  .flip-scroll tr:last-child,
  .flip-scroll tr:empty {
    margin-bottom: 0;
  }
  .flip-scroll tr td:last-child {
    border-bottom: 0px !important;
  }
  .main-section-container {
    margin-top: 10px;
  }
  .noRightMenuSection .section-body-container {
    padding-top: 0 !important;
  }
  .section-body-container > .row-fluid {
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
  }
  .noRightMenuSection .section-body-container {
    padding-top: 0 !important;
  }
  .main-section .btn {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width: 100% !important;
    text-align: center;
    display: block;
  }
  .main-section [class*="span"],
  .main-section .row-fluid,
  .main-section p,
  .main-section form {
    margin-bottom: 15px;
  }
  .main-section [class*="span"]:last-child,
  .main-section .row-fluid:last-child,
  .main-section p:last-child,
  .main-section form:last-child,
  .main-section [class*="span"]:empty,
  .main-section .row-fluid:empty,
  .main-section p:empty,
  .main-section form:empty {
    margin-bottom: 0;
  }
  .well {
    padding: 15px;
  }
  header {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  header > .container {
    padding-left: 0px;
  }
  header .header-left-section {
    padding-top: 0px;
  }
  header .header-left-section > .row-fluid {
    margin-bottom: 10px;
  }
  header .header-left-section > .row-fluid:last-child,
  header .header-left-section > .row-fluid:empty {
    margin-bottom: 0;
  }
  header .header-left-section > .row-fluid > .span6 {
    float: left;
    width: 50%;
  }
  header .logos {
    margin: 18px 0 9px;
  }
  header .logos img {
    max-width: 90%;
  }
  header .header-nav {
    margin-top: 28px;
    margin-right: 0;
  }
  header .header-nav > li {
    margin-bottom: 5px;
  }
  header #lstCurrencySelector {
    margin-top: 0px;
  }
  .main-navigation {
    padding: 0px;
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #428bca;
  }
  .main-navigation .navbar .navbar-inner {
    border: 0px !important;
  }
  .main-navigation .navbar .navbar-inner .btn-navbar {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none !important;
    border: 0px !important;
  }
  .main-navigation .navbar .navbar-inner li:first-child > a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .main-navigation ul.nav {
    padding: 0px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-navigation ul.nav li {
    margin: 0 !important;
  }
  .main-navigation ul.nav li a {
    color: white !important;
    border-bottom: solid 1px #7eb0db;
    padding: 15px !important;
  }
  .main-navigation ul.nav li a:hover,
  .main-navigation ul.nav li a:active,
  .main-navigation ul.nav li a:focus {
    background-color: #7eb0db !important;
  }
  .main-navigation ul.nav li:last-child a {
    border-bottom: 0px;
  }
  .main-navigation .submenu {
    margin-left: 0px;
  }
  .main-navigation .submenu ul.nav {
    padding: 0px;
  }
  .main-navigation .submenu .submenu-left li > a {
    text-align: left;
    text-transform: none;
    font-size: 14px !important;
    font-size: 1rem !important;
    padding: 15px !important;
    padding-left: 40px !important;
    font-weight: 700;
    background-color: white !important;
    color: #005dab !important;
  }
  .main-navigation .submenu .submenu-left li > a:hover,
  .main-navigation .submenu .submenu-left li > a:active,
  .main-navigation .submenu .submenu-left li > a:focus {
    background-color: #7eb0db !important;
    color: white !important;
  }
  .main-navigation .submenu .submenu-left li.opened > a {
    background-color: white !important;
    color: #005dab !important;
  }
  .main-navigation .submenu .submenu-left li.opened > a:hover,
  .main-navigation .submenu .submenu-left li.opened > a:active,
  .main-navigation .submenu .submenu-left li.opened > a:focus {
    background-color: #7eb0db !important;
    color: white !important;
  }
  .main-navigation .submenu .submenu-bigcontent {
    padding-top: 0px;
    text-align: left !important;
  }
  .main-navigation .submenu .submenu-bigcontent .bigcontent-categories li:first-child > a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .main-navigation .submenu .submenu-bigcontent .bigcontent-categories li a {
    text-align: left;
    text-transform: none;
    font-size: 14px !important;
    font-size: 1rem !important;
    padding: 15px !important;
    padding-left: 60px !important;
    font-weight: 700;
    background-color: #f1f2f2 !important;
    color: #333333 !important;
  }
  .main-navigation .submenu .submenu-bigcontent .bigcontent-categories li a:hover,
  .main-navigation .submenu .submenu-bigcontent .bigcontent-categories li a:active,
  .main-navigation .submenu .submenu-bigcontent .bigcontent-categories li a:focus {
    background-color: #7eb0db !important;
    color: white !important;
  }
  .main-navigation  .navbar .navbar-inner .nav .dropdown-menu {
    padding: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .main-navigation  .navbar .navbar-inner .nav .dropdown-menu > li a {
    text-align: left !important;
    text-transform: none !important;
    font-size: 14px !important;
    font-size: 1rem !important;
    padding: 15px !important;
    padding-left: 40px !important;
    font-weight: 700;
    background-color: white !important;
    color: #005dab !important;
  }
  .main-navigation  .navbar .navbar-inner .nav .dropdown-menu > li a:hover,
  .main-navigation  .navbar .navbar-inner .nav .dropdown-menu > li a:active,
  .main-navigation  .navbar .navbar-inner .nav .dropdown-menu > li a:focus {
    background-color: #7eb0db !important;
    color: white !important;
  }
  .main-navigation  .navbar .navbar-inner .nav .dropdown-menu > li:not(.opened) > ul.level3 {
    display: none !important;
  }
  .main-navigation  .navbar .navbar-inner .nav .dropdown-menu > li .dropdown-submenu > a {
    text-align: left !important;
    text-transform: none !important;
    font-size: 14px !important;
    font-size: 1rem !important;
    padding: 15px !important;
    padding-left: 60px !important;
    font-weight: 700 !important;
    background-color: #f1f2f2 !important;
    color: #333333 !important;
    border-bottom: 1px solid #cccccc !important;
  }
  .main-navigation  .navbar .navbar-inner .nav .dropdown-menu > li .dropdown-submenu > a:hover,
  .main-navigation  .navbar .navbar-inner .nav .dropdown-menu > li .dropdown-submenu > a:active,
  .main-navigation  .navbar .navbar-inner .nav .dropdown-menu > li .dropdown-submenu > a:focus {
    background-color: #7eb0db !important;
    color: white !important;
  }
  .main-navigation .navbar .navbar-inner li a:after {
    top: 11px !important;
  }
  header .header-right-section {
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    min-height: 0px !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  header .header-right-section > .row-fluid {
    margin-bottom: 10px;
  }
  header .header-right-section > .row-fluid:last-child,
  header .header-right-section > .row-fluid:empty {
    margin-bottom: 0;
  }
  header .header-right-section .basket-pop {
    left: 0px;
    margin-top: 5px !important;
    top: 0px;
  }
  .search-section {
    margin-bottom: 0px !important;
  }
  .search {
    margin-bottom: 0px;
  }
  .search .form-search input {
    line-height: 1.2em;
    font-size: 14px;
    font-size: 1rem;
    width: 80%;
    width: -webkit-calc(100% - 48px);
    width: calc(100% - 48px);
    margin-right: 0px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    background-position: 11px 13px;
  }
  .main-section-rightpanel .category-link .text-right {
    float: none;
    font-size: 20px;
    font-size: 1.42875rem;
    margin: 0 auto;
    text-align: center !important;
  }
  .main-section-rightpanel .category-link .text-right > .fa {
    display: none;
  }
  .main-section-rightpanel .category-link img {
    width: 80%;
  }
  #main-section.container {
    padding-left: 0px;
  }
  .section-container-main-navigation {
    display: none !important;
  }
  .main-section {
    margin-left: 10px;
    margin-right: 10px;
  }
  .flex-direction-nav {
    display: none;
  }
  #cartTopButton .span4 {
    margin-bottom: 0px !important;
  }
  .basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc a {
    width: 50px !important;
  }
  .basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc input {
    width: 50px !important;
  }
  .basket-list .basket-list-item .basket-item-comments textarea.basket-item-comment {
    width: 100% !important;
  }
  .basket-list .basket-list-item .basket-item-comments .btn.btn-dark {
    margin-right: 0 !important;
  }
  .flex-control-nav {
    display: none;
  }
  .homepage-box {
    min-height: 0;
    margin-top: 0;
    width: auto;
  }
  .homepage-box .row-fluid .span12 {
    margin-left: 0!important;
    text-align: center;
  }
  .homepage-box h2 {
    font-size: 22px;
    font-size: 1.57143rem;
    margin-bottom: 20px;
  }
  .homepage-box p {
    font-size: 16px;
    font-size: 1.14286rem;
  }
  .breadcrumb {
    margin-right: 0;
  }
  #ListingCategories {
    margin-right: 0;
  }
  .category-listing .box-photo .box-info-title a.category-link {
    font-size: 13px;
    font-size: .92857rem;
  }
  .list-layout.productbox .box-photo img {
    max-width: 100px;
  }
  .productbox .product-title > a {
    font-size: 21px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .ejs-show-powersearch-section.visible-phone {
    margin-bottom: 20px !important;
  }
  .login-box.login-box-highlight {
    text-align: center;
  }
  .login-box.login-box-highlight > div.usernameVisible > div {
    padding-right: 50px;
    padding-left: 50px;
  }
  .basket-list .basket-list-item .basket-item-price h3 {
    font-size: 24px;
    font-size: 1.71429rem;
  }
  .store-list-pages {
    text-align: center;
  }
  .ejs-find-a-store-result .pagination {
    text-align: center;
  }
  .checkout .flip-scroll tr {
    margin-bottom: -1px;
  }
  .checkout .flip-scroll tr td {
    padding-left: 25%;
    text-align: left !important;
  }
  .checkout .order-review-content table .order-review-content-picture {
    padding-left: 12px;
  }
  .checkout .commentCustomizerLine {
    margin-top: -5px;
    padding-left: 6px !important;
  }
  .checkout .commentCustomizerLine tr {
    border: 0;
  }
  .checkout .commentCustomizerLine td li {
    padding-left: 0;
  }
  .checkout .order-review-totals .table tr td:first-child {
    width: 75%;
  }
  .ffb .page,
  .ffb a.page {
    display: inline-block !important;
    width: auto !important;
  }
  .ffb .page,
  .ffb a.page,
  .ffb .box {
    padding: 6px !important;
  }
  .basket-top-options-configuration .span6 {
    margin-bottom: 0px;
  }
  .basket-list.span12 {
    margin-bottom: 0;
  }
  .basket-list-sidebar {
    margin-right: 0;
    padding-right: 18px;
    padding-left: 18px;
  }
  .basket-list-sidebar h2 {
    font-size: 24px;
    font-size: 1.71429rem;
  }
  .basket-list-sidebar .TotalsSectionContainer .table-subtotal > tbody > tr.total small {
    font-size: 11px;
    font-size: .78571rem;
  }
  /*********************************/
  
  /*	MY ACCOUNT	*/
  
  .account-icons a:link,
  .account-icons a:visited {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    line-height: 1.2em !important;
    padding: 10px !important;
    font-weight: 700;
    background-color: #eff6ff !important;
    border: solid 1px #e8ecf1 !important;
    color: #005dab !important;
  }
  .account-icons a:link .fa,
  .account-icons a:visited .fa {
    color: #005dab !important;
  }
  .account-icons a:hover,
  .account-icons a:active {
    background-color: #a3cbff !important;
    border: solid 1px #b8c5d4 !important;
    color: #00335e !important;
  }
  .account-icons a:hover .fa,
  .account-icons a:active .fa {
    color: #00335e !important;
  }
  .myaccount-menu {
    border: 0;
  }
  .myaccount-menu > li {
    float: none;
    margin: 0;
  }
  .myaccount-menu > li > a {
    background: none !important;
    border: 0 !important;
    padding: 0 !important;
  }
  .productbox .product-title > a {
    display: block;
  }
  .page-404 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-404 > .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .logo-404 {
    width: 95%;
  }
  .video-box {
    margin-bottom: 50px !important;
    text-align: center;
  }
  footer {
    padding-top: 0px !important;
  }
  footer h4 {
    text-align: center;
  }
  footer .text-muted {
    display: block;
    text-align: center!important;
  }
  footer .text-muted .span3 {
    float: left;
    text-align: left;
    width: 33%;
  }
  footer .text-muted .span3 span {
    display: inline-block;
    width: 100%;
  }
  footer .text-muted .span9 {
    float: left;
    text-align: left;
    width: 66%;
  }
  footer .text-muted .span9 span {
    display: inline-block;
    width: 100%;
  }
  footer .text-muted .phm {
    width: auto!important;
  }
  footer .footer-menu {
    margin-top: 15px!important;
    margin-bottom: 15px!important;
    border: 1px solid #cecece;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  footer .footer-menu li {
    width: 100%;
    border-bottom: 1px solid #cecece;
    padding: 0;
  }
  footer .footer-menu li a {
    display: block;
    width: 100%;
    text-align: center!important;
    padding: 7px 0!important;
  }
  footer .footer-menu li:last-child {
    border: 0;
  }
  footer .footer-menu li.vertical-dividers {
    display: none;
  }
  footer td {
    display: inline-block;
  }
  footer .social-medias {
    text-align: center;
  }
  .main-section-rightpanel {
    margin-top: 0;
    padding-top: 0;
  }
  .main-section-rightpanel .category-link .ptl {
    text-align: center;
    padding-right: 0px;
  }
  .main-section-rightpanel .category-link .pls {
    padding-left: 0;
  }
  .main-section-rightpanel .trade-show-panel {
    text-align: center;
    padding-right: 0px;
  }
  .main-section-rightpanel #mc-dropdown-manufactured > ul,
  .main-section-rightpanel #mc-dropdown-overhauled > ul {
    position: relative;
    top: -3px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .main-section-rightpanel #mc-dropdown-manufactured.open,
  .main-section-rightpanel #mc-dropdown-overhauled.open {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .category-link .prl {
    padding-right: 0px !important;
  }
  .image-category-listing .span3 {
    width: 48.9362%;
    margin-left: 2.12766%;
    float: left;
  }
  .image-category-listing .span3:first-child,
  .image-category-listing .span3:nth-child(3) {
    margin-left: 0px;
    clear: left;
  }
  .image-category-listing .span3:nth-child(3),
  .image-category-listing .span3:nth-child(4) {
    margin-bottom: 0px;
  }
  #rightSectionMoveTarget {
    margin-bottom: 15px;
  }
  #rightSectionMoveTarget:last-child,
  #rightSectionMoveTarget:empty {
    margin-bottom: 0;
  }
  /***********************/
  
  /*	CUSTOM LOGIN PAGE 	*/
  
  .login-box > form {
    padding: 15px;
  }
  .order-review-footer > .span7 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 15px;
  }
  .order-review-footer .btn {
    margin-left: 0px !important;
  }
  .submit-bottom-section {
    text-align: center;
  }
  .ejs-find-a-store-result #map-canvas {
    margin-left: 0px;
  }
  /******************************************/
  
  /*	PRODUCT DETAIL	*/
  
  .product-detail-page .product-first-row {
    margin-left: 10px;
  }
  .product-detail-page .mc-new-popup-button {
    font-size: 17px;
    font-size: 1.21429rem;
  }
  .product-detail-page .product-detail.site-content > div {
    padding-left: 0px;
  }
  .product-detail-page .product-detail.site-content .rating {
    text-align: left;
  }
  .product-detail-page .product-detail.site-content > div.product-grid-section .table .visible-phone {
    display: inline !important;
  }
  .product-detail-page .product-detail.site-content > div.product-grid-section .table .listPriceCell,
  .product-detail-page .product-detail.site-content > div.product-grid-section .table .netPriceCell,
  .product-detail-page .product-detail.site-content > div.product-grid-section .table .titleCell,
  .product-detail-page .product-detail.site-content > div.product-grid-section .table .rowMessage {
    text-align: center;
  }
  .product-detail-page .product-detail.site-content > div.product-grid-section .table .listPriceCell > td,
  .product-detail-page .product-detail.site-content > div.product-grid-section .table .netPriceCell > td,
  .product-detail-page .product-detail.site-content > div.product-grid-section .table .titleCell > td,
  .product-detail-page .product-detail.site-content > div.product-grid-section .table .rowMessage > td {
    text-align: center;
  }
  .product-detail-page .product-detail.site-content > div.product-grid-section .table .ejs-addtocart-section.text-right {
    text-align: center !important;
  }
  .product-detail-page .product-detail.site-content > div.product-grid-section .table tr td:first-child {
    padding-left: 4px;
  }
  .product-detail-page .product-detail.site-content > div.product-grid-section .rowMessageTopRow td {
    padding: 4px;
    border-bottom: solid 1px #e9e9e9;
  }
  /******************************************/
  
  /*	APPLICATION FORM	*/
  
  .applicationForm .row-fluid > .span6 {
    margin-bottom: 30px;
  }
  .applicationForm .row-fluid > .span6:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 552px) {
  .ejs-add-credit-card-modal.modal iframe {
    min-height: 740px;
  }
}
@media screen and (max-width: 360px) {
  .main-section-rightpanel .category-link .text-right {
    font-size: 14px;
    font-size: 1rem;
  }
  .login-box.login-box-highlight > div.usernameVisible > div {
    padding-bottom: 20px;
  }
  .ejs-product-listing .breadcrumb {
    margin-top: 20px;
  }
  #ListingHeader > div > ul > li:last-child,
  #ListingBottom > div > ul > li:last-child {
    width: 100%;
  }
  #ListingHeader > div > ul > li:last-child .pagination-right,
  #ListingBottom > div > ul > li:last-child .pagination-right {
    margin-top: 5px;
    text-align: center;
  }
  .product-detail .nav-tabs > .active > a {
    background-color: #dcdede !important;
    color: #005dab;
  }
  .ejs-find-a-store-result .pagination {
    font-size: 12px;
    font-size: .85714rem;
  }
  .ejs-find-a-store-result .pagination ul > li > a {
    padding: 3px 5px;
  }
}
@media print {
  a:after,
  .customerservice-box,
  .main-section-rightpanel {
    display: none !important;
  }
  #main-section > .row-fluid > .span9 {
    width: 100% !important;
  }
  .accountSectionTitle {
    page-break-after: avoid;
  }
}
/* RETINA */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  
}
#frmDealerApplication h1 {
  margin-bottom: 30px;
}
#frmDealerApplication h3 {
  font-size: 16px;
  font-size: 1.14286rem;
}
#frmDealerApplication p {
  line-height: 1.42;
  margin-bottom: 10px;
}
#frmDealerApplication label {
  font-weight: 700;
}
#frmDealerApplication label.checkbox,
#frmDealerApplication label.radio {
  font-weight: 400;
}
#frmDealerApplication .well hr {
  margin: 0 -20px 15px -20px;
}
#frmDealerApplication .ejs-phone-control-number {
  width: 80%;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
#frmDealerApplication .dealer-application-paymentterms label:first-child {
  font-size: 16px;
  font-size: 1.14286rem;
}
.modalPositionListingApply {
  width: 748px !important;
  margin-left: -374px !important;
}
.modalPositionListingApply .modal-header {
  min-height: 19px;
  padding: 15px;
}
.modalPositionListingApply .modal-body {
  height: 700px;
  max-height: none;
  overflow: hidden;
  padding: 0;
}
.modalPositionListingApply .modal-body.iosModalWrapper {
  height: 500px;
}
.modalPositionListingApply .modal-body.iosModalWrapper .iosScrollWrapper {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  width: 100%;
  height: 500px;
}
.modalPositionListingApply .modal-body iframe {
  border: 0px;
  width: 100%;
  height: 700px;
}
.footer-form {
  padding: 20px;
}
.footer-form #form_Captcha .text-center {
  text-align: left !important;
}
.applicationListing {
  margin-bottom: 20px;
}
.applicationListing:last-child {
  margin-bottom: 0px;
}
.applicationListing li {
  margin-bottom: 5px;
}
.applicationListing li:last-child {
  margin-bottom: 0px;
}
.information-table td {
  vertical-align: top;
  padding: 5px 0px;
}
.positionListingBottomContentColumns {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%;
}
.positionListingBottomContentColumns.columnLeft {
  padding-right: 20px;
  border-right: solid 1px #e9e9e9;
}
.positionListingBottomContentColumns.columnRight {
  padding-left: 20px;
}
.position-location-details {
  padding: 20px;
}
.position-location-details h3 {
  font-size: 20px;
  font-size: 1.42875rem;
  font-weight: 700;
}
.position-location-details dd {
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .modalPositionListingApply {
    width: 800px !important;
    margin-left: -400px !important;
  }
  .modalPositionListingApply .modal-body {
    height: 600px;
  }
  .modalPositionListingApply .modal-body iframe {
    height: 600px;
  }
}
@media screen and (max-width: 979px) {
  .modalPositionListingApply {
    width: 700px !important;
    margin-left: -350px !important;
  }
  .modalPositionListingApply .modal-body {
    height: 500px;
  }
  .modalPositionListingApply .modal-body iframe {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .modalPositionListingApply {
    width: 90% !important;
    left: 5%;
    margin-left: 0px !important;
  }
  .modalPositionListingApply .modal-body {
    height: 500px;
  }
  .modalPositionListingApply .modal-body.iosModalWrapper {
    height: 300px;
  }
  .modalPositionListingApply .modal-body.iosModalWrapper .iosScrollWrapper {
    height: 300px;
  }
  .modalPositionListingApply .modal-body iframe {
    height: 500px;
  }
}
@media screen and (max-width: 400px) {
  .modalPositionListingApply {
    width: 90% !important;
    left: 5%;
    margin-left: 0px !important;
  }
  .modalPositionListingApply .modal-body {
    height: 300px;
  }
  .modalPositionListingApply .modal-body iframe {
    height: 300px;
  }
  .resumeInput input[type="file"],
  .resumeInput input[type="image"],
  .resumeInput input[type="submit"],
  .resumeInput input[type="reset"],
  .resumeInput input[type="button"],
  .resumeInput input[type="radio"],
  .resumeInput input[type="checkbox"] {
    width: 100%;
  }
}
