/* stylelint-disable font-family-name-quotes, font-family-no-missing-generic-family-keyword */
/* stylelint-disable media-feature-name-no-vendor-prefix, media-feature-parentheses-space-inside, media-feature-name-no-unknown, indentation, at-rule-name-space-after */
/* stylelint-disable declaration-no-important */
/* stylelint-disable indentation, property-no-vendor-prefix, selector-no-vendor-prefix */
/* stylelint-disable value-no-vendor-prefix, selector-max-id */
/* stylelint-disable */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* stylelint-disable declaration-no-important, selector-no-qualifying-type */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *::before,
  *::after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* stylelint-disable value-list-comma-newline-after, value-list-comma-space-after, indentation, declaration-colon-newline-after, font-family-no-missing-generic-family-keyword */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk::before {
  content: "\002a";
}
.glyphicon-plus::before {
  content: "\002b";
}
.glyphicon-euro::before,
.glyphicon-eur::before {
  content: "\20ac";
}
.glyphicon-minus::before {
  content: "\2212";
}
.glyphicon-cloud::before {
  content: "\2601";
}
.glyphicon-envelope::before {
  content: "\2709";
}
.glyphicon-pencil::before {
  content: "\270f";
}
.glyphicon-glass::before {
  content: "\e001";
}
.glyphicon-music::before {
  content: "\e002";
}
.glyphicon-search::before {
  content: "\e003";
}
.glyphicon-heart::before {
  content: "\e005";
}
.glyphicon-star::before {
  content: "\e006";
}
.glyphicon-star-empty::before {
  content: "\e007";
}
.glyphicon-user::before {
  content: "\e008";
}
.glyphicon-film::before {
  content: "\e009";
}
.glyphicon-th-large::before {
  content: "\e010";
}
.glyphicon-th::before {
  content: "\e011";
}
.glyphicon-th-list::before {
  content: "\e012";
}
.glyphicon-ok::before {
  content: "\e013";
}
.glyphicon-remove::before {
  content: "\e014";
}
.glyphicon-zoom-in::before {
  content: "\e015";
}
.glyphicon-zoom-out::before {
  content: "\e016";
}
.glyphicon-off::before {
  content: "\e017";
}
.glyphicon-signal::before {
  content: "\e018";
}
.glyphicon-cog::before {
  content: "\e019";
}
.glyphicon-trash::before {
  content: "\e020";
}
.glyphicon-home::before {
  content: "\e021";
}
.glyphicon-file::before {
  content: "\e022";
}
.glyphicon-time::before {
  content: "\e023";
}
.glyphicon-road::before {
  content: "\e024";
}
.glyphicon-download-alt::before {
  content: "\e025";
}
.glyphicon-download::before {
  content: "\e026";
}
.glyphicon-upload::before {
  content: "\e027";
}
.glyphicon-inbox::before {
  content: "\e028";
}
.glyphicon-play-circle::before {
  content: "\e029";
}
.glyphicon-repeat::before {
  content: "\e030";
}
.glyphicon-refresh::before {
  content: "\e031";
}
.glyphicon-list-alt::before {
  content: "\e032";
}
.glyphicon-lock::before {
  content: "\e033";
}
.glyphicon-flag::before {
  content: "\e034";
}
.glyphicon-headphones::before {
  content: "\e035";
}
.glyphicon-volume-off::before {
  content: "\e036";
}
.glyphicon-volume-down::before {
  content: "\e037";
}
.glyphicon-volume-up::before {
  content: "\e038";
}
.glyphicon-qrcode::before {
  content: "\e039";
}
.glyphicon-barcode::before {
  content: "\e040";
}
.glyphicon-tag::before {
  content: "\e041";
}
.glyphicon-tags::before {
  content: "\e042";
}
.glyphicon-book::before {
  content: "\e043";
}
.glyphicon-bookmark::before {
  content: "\e044";
}
.glyphicon-print::before {
  content: "\e045";
}
.glyphicon-camera::before {
  content: "\e046";
}
.glyphicon-font::before {
  content: "\e047";
}
.glyphicon-bold::before {
  content: "\e048";
}
.glyphicon-italic::before {
  content: "\e049";
}
.glyphicon-text-height::before {
  content: "\e050";
}
.glyphicon-text-width::before {
  content: "\e051";
}
.glyphicon-align-left::before {
  content: "\e052";
}
.glyphicon-align-center::before {
  content: "\e053";
}
.glyphicon-align-right::before {
  content: "\e054";
}
.glyphicon-align-justify::before {
  content: "\e055";
}
.glyphicon-list::before {
  content: "\e056";
}
.glyphicon-indent-left::before {
  content: "\e057";
}
.glyphicon-indent-right::before {
  content: "\e058";
}
.glyphicon-facetime-video::before {
  content: "\e059";
}
.glyphicon-picture::before {
  content: "\e060";
}
.glyphicon-map-marker::before {
  content: "\e062";
}
.glyphicon-adjust::before {
  content: "\e063";
}
.glyphicon-tint::before {
  content: "\e064";
}
.glyphicon-edit::before {
  content: "\e065";
}
.glyphicon-share::before {
  content: "\e066";
}
.glyphicon-check::before {
  content: "\e067";
}
.glyphicon-move::before {
  content: "\e068";
}
.glyphicon-step-backward::before {
  content: "\e069";
}
.glyphicon-fast-backward::before {
  content: "\e070";
}
.glyphicon-backward::before {
  content: "\e071";
}
.glyphicon-play::before {
  content: "\e072";
}
.glyphicon-pause::before {
  content: "\e073";
}
.glyphicon-stop::before {
  content: "\e074";
}
.glyphicon-forward::before {
  content: "\e075";
}
.glyphicon-fast-forward::before {
  content: "\e076";
}
.glyphicon-step-forward::before {
  content: "\e077";
}
.glyphicon-eject::before {
  content: "\e078";
}
.glyphicon-chevron-left::before {
  content: "\e079";
}
.glyphicon-chevron-right::before {
  content: "\e080";
}
.glyphicon-plus-sign::before {
  content: "\e081";
}
.glyphicon-minus-sign::before {
  content: "\e082";
}
.glyphicon-remove-sign::before {
  content: "\e083";
}
.glyphicon-ok-sign::before {
  content: "\e084";
}
.glyphicon-question-sign::before {
  content: "\e085";
}
.glyphicon-info-sign::before {
  content: "\e086";
}
.glyphicon-screenshot::before {
  content: "\e087";
}
.glyphicon-remove-circle::before {
  content: "\e088";
}
.glyphicon-ok-circle::before {
  content: "\e089";
}
.glyphicon-ban-circle::before {
  content: "\e090";
}
.glyphicon-arrow-left::before {
  content: "\e091";
}
.glyphicon-arrow-right::before {
  content: "\e092";
}
.glyphicon-arrow-up::before {
  content: "\e093";
}
.glyphicon-arrow-down::before {
  content: "\e094";
}
.glyphicon-share-alt::before {
  content: "\e095";
}
.glyphicon-resize-full::before {
  content: "\e096";
}
.glyphicon-resize-small::before {
  content: "\e097";
}
.glyphicon-exclamation-sign::before {
  content: "\e101";
}
.glyphicon-gift::before {
  content: "\e102";
}
.glyphicon-leaf::before {
  content: "\e103";
}
.glyphicon-fire::before {
  content: "\e104";
}
.glyphicon-eye-open::before {
  content: "\e105";
}
.glyphicon-eye-close::before {
  content: "\e106";
}
.glyphicon-warning-sign::before {
  content: "\e107";
}
.glyphicon-plane::before {
  content: "\e108";
}
.glyphicon-calendar::before {
  content: "\e109";
}
.glyphicon-random::before {
  content: "\e110";
}
.glyphicon-comment::before {
  content: "\e111";
}
.glyphicon-magnet::before {
  content: "\e112";
}
.glyphicon-chevron-up::before {
  content: "\e113";
}
.glyphicon-chevron-down::before {
  content: "\e114";
}
.glyphicon-retweet::before {
  content: "\e115";
}
.glyphicon-shopping-cart::before {
  content: "\e116";
}
.glyphicon-folder-close::before {
  content: "\e117";
}
.glyphicon-folder-open::before {
  content: "\e118";
}
.glyphicon-resize-vertical::before {
  content: "\e119";
}
.glyphicon-resize-horizontal::before {
  content: "\e120";
}
.glyphicon-hdd::before {
  content: "\e121";
}
.glyphicon-bullhorn::before {
  content: "\e122";
}
.glyphicon-bell::before {
  content: "\e123";
}
.glyphicon-certificate::before {
  content: "\e124";
}
.glyphicon-thumbs-up::before {
  content: "\e125";
}
.glyphicon-thumbs-down::before {
  content: "\e126";
}
.glyphicon-hand-right::before {
  content: "\e127";
}
.glyphicon-hand-left::before {
  content: "\e128";
}
.glyphicon-hand-up::before {
  content: "\e129";
}
.glyphicon-hand-down::before {
  content: "\e130";
}
.glyphicon-circle-arrow-right::before {
  content: "\e131";
}
.glyphicon-circle-arrow-left::before {
  content: "\e132";
}
.glyphicon-circle-arrow-up::before {
  content: "\e133";
}
.glyphicon-circle-arrow-down::before {
  content: "\e134";
}
.glyphicon-globe::before {
  content: "\e135";
}
.glyphicon-wrench::before {
  content: "\e136";
}
.glyphicon-tasks::before {
  content: "\e137";
}
.glyphicon-filter::before {
  content: "\e138";
}
.glyphicon-briefcase::before {
  content: "\e139";
}
.glyphicon-fullscreen::before {
  content: "\e140";
}
.glyphicon-dashboard::before {
  content: "\e141";
}
.glyphicon-paperclip::before {
  content: "\e142";
}
.glyphicon-heart-empty::before {
  content: "\e143";
}
.glyphicon-link::before {
  content: "\e144";
}
.glyphicon-phone::before {
  content: "\e145";
}
.glyphicon-pushpin::before {
  content: "\e146";
}
.glyphicon-usd::before {
  content: "\e148";
}
.glyphicon-gbp::before {
  content: "\e149";
}
.glyphicon-sort::before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet::before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt::before {
  content: "\e152";
}
.glyphicon-sort-by-order::before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt::before {
  content: "\e154";
}
.glyphicon-sort-by-attributes::before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt::before {
  content: "\e156";
}
.glyphicon-unchecked::before {
  content: "\e157";
}
.glyphicon-expand::before {
  content: "\e158";
}
.glyphicon-collapse-down::before {
  content: "\e159";
}
.glyphicon-collapse-up::before {
  content: "\e160";
}
.glyphicon-log-in::before {
  content: "\e161";
}
.glyphicon-flash::before {
  content: "\e162";
}
.glyphicon-log-out::before {
  content: "\e163";
}
.glyphicon-new-window::before {
  content: "\e164";
}
.glyphicon-record::before {
  content: "\e165";
}
.glyphicon-save::before {
  content: "\e166";
}
.glyphicon-open::before {
  content: "\e167";
}
.glyphicon-saved::before {
  content: "\e168";
}
.glyphicon-import::before {
  content: "\e169";
}
.glyphicon-export::before {
  content: "\e170";
}
.glyphicon-send::before {
  content: "\e171";
}
.glyphicon-floppy-disk::before {
  content: "\e172";
}
.glyphicon-floppy-saved::before {
  content: "\e173";
}
.glyphicon-floppy-remove::before {
  content: "\e174";
}
.glyphicon-floppy-save::before {
  content: "\e175";
}
.glyphicon-floppy-open::before {
  content: "\e176";
}
.glyphicon-credit-card::before {
  content: "\e177";
}
.glyphicon-transfer::before {
  content: "\e178";
}
.glyphicon-cutlery::before {
  content: "\e179";
}
.glyphicon-header::before {
  content: "\e180";
}
.glyphicon-compressed::before {
  content: "\e181";
}
.glyphicon-earphone::before {
  content: "\e182";
}
.glyphicon-phone-alt::before {
  content: "\e183";
}
.glyphicon-tower::before {
  content: "\e184";
}
.glyphicon-stats::before {
  content: "\e185";
}
.glyphicon-sd-video::before {
  content: "\e186";
}
.glyphicon-hd-video::before {
  content: "\e187";
}
.glyphicon-subtitles::before {
  content: "\e188";
}
.glyphicon-sound-stereo::before {
  content: "\e189";
}
.glyphicon-sound-dolby::before {
  content: "\e190";
}
.glyphicon-sound-5-1::before {
  content: "\e191";
}
.glyphicon-sound-6-1::before {
  content: "\e192";
}
.glyphicon-sound-7-1::before {
  content: "\e193";
}
.glyphicon-copyright-mark::before {
  content: "\e194";
}
.glyphicon-registration-mark::before {
  content: "\e195";
}
.glyphicon-cloud-download::before {
  content: "\e197";
}
.glyphicon-cloud-upload::before {
  content: "\e198";
}
.glyphicon-tree-conifer::before {
  content: "\e199";
}
.glyphicon-tree-deciduous::before {
  content: "\e200";
}
.glyphicon-cd::before {
  content: "\e201";
}
.glyphicon-save-file::before {
  content: "\e202";
}
.glyphicon-open-file::before {
  content: "\e203";
}
.glyphicon-level-up::before {
  content: "\e204";
}
.glyphicon-copy::before {
  content: "\e205";
}
.glyphicon-paste::before {
  content: "\e206";
}
.glyphicon-alert::before {
  content: "\e209";
}
.glyphicon-equalizer::before {
  content: "\e210";
}
.glyphicon-king::before {
  content: "\e211";
}
.glyphicon-queen::before {
  content: "\e212";
}
.glyphicon-pawn::before {
  content: "\e213";
}
.glyphicon-bishop::before {
  content: "\e214";
}
.glyphicon-knight::before {
  content: "\e215";
}
.glyphicon-baby-formula::before {
  content: "\e216";
}
.glyphicon-tent::before {
  content: "\26fa";
}
.glyphicon-blackboard::before {
  content: "\e218";
}
.glyphicon-bed::before {
  content: "\e219";
}
.glyphicon-apple::before {
  content: "\f8ff";
}
.glyphicon-erase::before {
  content: "\e221";
}
.glyphicon-hourglass::before {
  content: "\231b";
}
.glyphicon-lamp::before {
  content: "\e223";
}
.glyphicon-duplicate::before {
  content: "\e224";
}
.glyphicon-piggy-bank::before {
  content: "\e225";
}
.glyphicon-scissors::before {
  content: "\e226";
}
.glyphicon-bitcoin::before {
  content: "\e227";
}
.glyphicon-btc::before {
  content: "\e227";
}
.glyphicon-xbt::before {
  content: "\e227";
}
.glyphicon-yen::before {
  content: "\00a5";
}
.glyphicon-jpy::before {
  content: "\00a5";
}
.glyphicon-ruble::before {
  content: "\20bd";
}
.glyphicon-rub::before {
  content: "\20bd";
}
.glyphicon-scale::before {
  content: "\e230";
}
.glyphicon-ice-lolly::before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted::before {
  content: "\e232";
}
.glyphicon-education::before {
  content: "\e233";
}
.glyphicon-option-horizontal::before {
  content: "\e234";
}
.glyphicon-option-vertical::before {
  content: "\e235";
}
.glyphicon-menu-hamburger::before {
  content: "\e236";
}
.glyphicon-modal-window::before {
  content: "\e237";
}
.glyphicon-oil::before {
  content: "\e238";
}
.glyphicon-grain::before {
  content: "\e239";
}
.glyphicon-sunglasses::before {
  content: "\e240";
}
.glyphicon-text-size::before {
  content: "\e241";
}
.glyphicon-text-color::before {
  content: "\e242";
}
.glyphicon-text-background::before {
  content: "\e243";
}
.glyphicon-object-align-top::before {
  content: "\e244";
}
.glyphicon-object-align-bottom::before {
  content: "\e245";
}
.glyphicon-object-align-horizontal::before {
  content: "\e246";
}
.glyphicon-object-align-left::before {
  content: "\e247";
}
.glyphicon-object-align-vertical::before {
  content: "\e248";
}
.glyphicon-object-align-right::before {
  content: "\e249";
}
.glyphicon-triangle-right::before {
  content: "\e250";
}
.glyphicon-triangle-left::before {
  content: "\e251";
}
.glyphicon-triangle-bottom::before {
  content: "\e252";
}
.glyphicon-triangle-top::before {
  content: "\e253";
}
.glyphicon-console::before {
  content: "\e254";
}
.glyphicon-superscript::before {
  content: "\e255";
}
.glyphicon-subscript::before {
  content: "\e256";
}
.glyphicon-menu-left::before {
  content: "\e257";
}
.glyphicon-menu-right::before {
  content: "\e258";
}
.glyphicon-menu-down::before {
  content: "\e259";
}
.glyphicon-menu-up::before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #f4da02;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #c1ad02;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
/* stylelint-disable selector-list-comma-newline-after, selector-no-qualifying-type */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: SansaPro-SemiBold;
  font-weight: normal;
  line-height: 1.1;
  color: #333333;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #f4da02;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c1ad02;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #f4da02;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #c1ad02;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 150px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 170px;
  }
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer::before,
blockquote small::before,
blockquote .small::before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer::before,
blockquote.pull-right footer::before,
.blockquote-reverse small::before,
blockquote.pull-right small::before,
.blockquote-reverse .small::before,
blockquote.pull-right .small::before {
  content: "";
}
.blockquote-reverse footer::after,
blockquote.pull-right footer::after,
.blockquote-reverse small::after,
blockquote.pull-right small::after,
.blockquote-reverse .small::after,
blockquote.pull-right .small::after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 962px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* stylelint-disable selector-max-type, selector-max-compound-selectors, selector-no-qualifying-type */
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* stylelint-disable selector-no-qualifying-type, property-no-vendor-prefix, media-feature-name-no-vendor-prefix, indentation */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ffffff;
}
.form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 50px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 33px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.input-lg {
  height: 50px;
  padding: 10px 16px;
  font-size: 21px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 50px;
  line-height: 50px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 50px;
  padding: 10px 16px;
  font-size: 21px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 50px;
  line-height: 50px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 50px;
  min-height: 41px;
  padding: 11px 16px;
  font-size: 21px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}
/* stylelint-disable selector-no-qualifying-type */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #ffffff;
  background-color: #00a4e3;
  border-color: #00a4e3;
}
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #007fb0;
  border-color: #004863;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #007fb0;
  border-color: #0078a6;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #007fb0;
  background-image: none;
  border-color: #0078a6;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #00658c;
  border-color: #004863;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #00a4e3;
  border-color: #00a4e3;
}
.btn-default .badge {
  color: #00a4e3;
  background-color: #ffffff;
}
.btn-primary,
.btn-primary-new {
  color: #ffffff;
  background-color: #00a4e3;
  border-color: #007fb0;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #007fb0;
  border-color: #002331;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #007fb0;
  border-color: #005373;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #007fb0;
  background-image: none;
  border-color: #005373;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #00658c;
  border-color: #002331;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00a4e3;
  border-color: #007fb0;
}
.btn-primary .badge {
  color: #00a4e3;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #00abea;
  border-color: #0098d1;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #0086b7;
  border-color: #003b51;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #0086b7;
  border-color: #006c93;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #0086b7;
  background-image: none;
  border-color: #006c93;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #006c93;
  border-color: #003b51;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #00abea;
  border-color: #0098d1;
}
.btn-info .badge {
  color: #00abea;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f39c12;
  border-color: #e08e0b;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #c87f0a;
  border-color: #674105;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #c87f0a;
  border-color: #a66908;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #c87f0a;
  background-image: none;
  border-color: #a66908;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #a66908;
  border-color: #674105;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f39c12;
  border-color: #e08e0b;
}
.btn-warning .badge {
  color: #f39c12;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #e74c3c;
  border-color: #e43725;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #d62c1a;
  border-color: #7b190f;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #d62c1a;
  border-color: #b62516;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d62c1a;
  background-image: none;
  border-color: #b62516;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #b62516;
  border-color: #7b190f;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #e74c3c;
  border-color: #e43725;
}
.btn-danger .badge {
  color: #e74c3c;
  background-color: #ffffff;
}
.btn-link {
  font-weight: 400;
  color: #f4da02;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #c1ad02;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 21px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* stylelint-disable selector-no-qualifying-type */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #f4da02;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #999999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/* stylelint-disable selector-no-qualifying-type */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/* stylelint-disable selector-no-qualifying-type */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 50px;
  padding: 10px 16px;
  font-size: 21px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 50px;
  line-height: 50px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 21px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
/* stylelint-disable selector-no-qualifying-type, selector-max-type */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #f4da02;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #f4da02;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* stylelint-disable selector-max-type, selector-max-compound-selectors, selector-max-combinators, selector-max-class, declaration-no-important, selector-no-qualifying-type, no-duplicate-selectors */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: none;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 0px;
  font-size: 21px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px 0px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 0px;
  margin-right: 0px;
  margin-left: 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.navbar-form label {
  padding-right: 3.75px;
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #999999;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li::before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #f4da02;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #c1ad02;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  cursor: default;
  background-color: #f4da02;
  border-color: #f4da02;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 21px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #f4da02;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #c1ad02;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #00abea;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0086b7;
}
.label-warning {
  background-color: #f39c12;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c87f0a;
}
.label-danger {
  background-color: #e74c3c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d62c1a;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #f4da02;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 0px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/* stylelint-disable selector-no-qualifying-type */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #f4da02;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
/* stylelint-disable at-rule-no-vendor-prefix */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #f4da02;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #00abea;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f39c12;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #e74c3c;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
/* stylelint-disable selector-no-qualifying-type */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #f4da02;
  border-color: #f4da02;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #fff8c3;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
/* stylelint-disable selector-max-type, selector-max-compound-selectors, selector-max-combinators, no-duplicate-selectors */
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #f4da02;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #f4da02;
  border-color: #f4da02;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f4da02;
}
.panel-primary > .panel-heading .badge {
  color: #f4da02;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f4da02;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
/* stylelint-disable property-no-vendor-prefix */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #f4da02;
  text-shadow: none;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #f4da02;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  overflow: auto;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #cccccc;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #cccccc;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/* stylelint-disable no-duplicate-selectors */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 13px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/* stylelint-disable no-duplicate-selectors */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 310px;
  padding: 1px;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow::after {
  content: "";
  border-width: 10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow::after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #ffffff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow::after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow::after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #ffffff;
}
/* stylelint-disable media-feature-name-no-unknown */
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5%;
  font-size: 20px;
  color: #2c2d2e;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #2c2d2e;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev::before {
  content: "\2039";
}
.carousel-control .icon-next::before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #999999;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #f4da02;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/* stylelint-disable declaration-no-important */
.clearfix::before,
.clearfix::after,
.dl-horizontal dd::before,
.dl-horizontal dd::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after,
.form-horizontal .form-group::before,
.form-horizontal .form-group::after,
.btn-toolbar::before,
.btn-toolbar::after,
.btn-group-vertical > .btn-group::before,
.btn-group-vertical > .btn-group::after,
.nav::before,
.nav::after,
.navbar::before,
.navbar::after,
.navbar-header::before,
.navbar-header::after,
.navbar-collapse::before,
.navbar-collapse::after,
.pager::before,
.pager::after,
.panel-body::before,
.panel-body::after,
.modal-header::before,
.modal-header::after,
.modal-footer::before,
.modal-footer::after,
.dl-horizontal dd::before,
.dl-horizontal dd::after {
  display: table;
  content: " ";
}
.clearfix::after,
.dl-horizontal dd::after,
.container::after,
.container-fluid::after,
.row::after,
.form-horizontal .form-group::after,
.btn-toolbar::after,
.btn-group-vertical > .btn-group::after,
.nav::after,
.navbar::after,
.navbar-header::after,
.navbar-collapse::after,
.pager::after,
.panel-body::after,
.modal-header::after,
.modal-footer::after,
.dl-horizontal dd::after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/* stylelint-disable declaration-no-important, at-rule-no-vendor-prefix */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'robotoregular';
  src: url('../fonts/roboto/roboto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_condensedregular';
  src: url('../fonts/roboto/robotocondensed-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_condensedbold';
  src: url('../fonts/roboto/robotocondensed-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url('../fonts/roboto/roboto-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/**** SVG ICONS *****/
.icon-svg {
  background: url(../img/icons/sprite-icons.svg) no-repeat;
}
/* Fallback to PNG Icon for browsers that do not support SVG */
.no-svg .icon-svg {
  background: url(../img/icons/sprite-icons.png) no-repeat;
}
.icon-facebook {
  background-position: 0 0;
}
.icon-twitter {
  background-position: 0 -30px;
}
.icon-youtube {
  background-position: 0 -60px;
}
.icon-vimeo {
  background-position: 0 -90px;
}
.icon-pinterest {
  background-position: 0 -120px;
}
.icon-googleplus {
  background-position: 0 -150px;
}
.icon-instagram {
  background-position: 0 -180px;
}
.btn-tool .glyphicon {
  font-size: 21px;
}
.btn-tool ~ .btn-tool {
  margin-left: 10px;
}
.btn-circle .glyphicon {
  font-size: 12px;
}
/* Icons (.btn-tool) after a list within a product line item description */
.pli-description .dl-horizontal + .btn-tool {
  margin-top: 7.5px;
}
.pli-description .dl-horizontal + .btn-tool ~ .btn-tool {
  margin-top: 7.5px;
  margin-left: 10px;
}
/* small arrow beside a link/button that opens a drop box */
.switch_arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #00a4e3;
  display: inline-block;
  height: 0;
  margin-left: 3px;
  margin-top: -2px;
  vertical-align: middle;
  width: 0;
}
.layout {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.layout-direction-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.layout-direction-row-reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.layout-direction-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout-direction-column-reverse {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.layout-wrap-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout-wrap-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.layout-wrap-wrap-reserve {
  -webkit-flex-wrap: wrap-reserve;
  -moz-flex-wrap: wrap-reserve;
  -ms-flex-wrap: wrap-reserve;
  flex-wrap: wrap-reserve;
}
.layout-justify-content-flex-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.layout-justify-content-flex-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.layout-justify-content-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.layout-justify-content-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.layout-justify-content-space-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.layout-align-items-flex-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.layout-align-items-flex-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.layout-align-items-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.layout-align-items-stretch {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.layout-align-items-baseline {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.layout-align-content-flex-start {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.layout-align-content-flex-end {
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
}
.layout-align-content-center {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.layout-align-content-stretch {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
.layout-align-content-baseline {
  -webkit-align-content: baseline;
  -moz-align-content: baseline;
  -ms-align-content: baseline;
  align-content: baseline;
}
.layout-align-self-auto {
  -webkit-align-self: auto;
  -moz-align-self: auto;
  -ms-align-self: auto;
  align-self: auto;
}
.layout-align-self-flex-start {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.layout-align-self-flex-end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.layout-align-self-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.layout-align-self-baseline {
  -webkit-align-self: baseline;
  -moz-align-self: baseline;
  -ms-align-self: baseline;
  align-self: baseline;
}
.layout-align-self-stretch {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
}
.main-container {
  background: #ffffff;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
body {
  font-family: "Arial", "Helvetica", sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}
h4,
.h4 h5,
.h5 h6,
.h6 {
  font-family: "Arial", "Helvetica", sans-serif;
  margin-top: 10px;
  margin-bottom: 15px;
}
a {
  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
}
a h3:hover {
  color: #818181;
}
a.teaser-link {
  display: block;
}
.glyphicon.glyphicon-footer-icon:before {
  color: #ffffff;
  font-size: 50px;
}
.top-header .glyphicon {
  top: 3px;
}
.wrapper {
  padding: 0px 0px 50px 0px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
.show-inline {
  display: inline;
}
.grey-panel {
  background: #eeeeee;
  padding: 22.5px 0;
}
.help-block {
  color: #818181;
}
h4.help-block {
  color: #818181;
}
.help-block-inline {
  display: inline-block;
  margin: 0;
}
.marketing-area img {
  padding-bottom: 15px;
}
img.marketing {
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  .text-right-lg {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .text-right-md {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .text-left-md {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .text-right-sm {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-right-xs {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
}
[data-toggle="popover"] .glyphicon {
  padding-left: 3.75px;
  font-size: 120%;
}
.details-link,
.details-tooltip {
  padding-left: 7.5px;
  font-size: 90%;
  font-family: "Arial", "Helvetica", sans-serif;
  text-transform: none;
  white-space: nowrap;
  display: inline-block;
}
@media (min-width: 768px) {
  .equal,
  .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
  }
  .equal > div[class*='col-']:only-child {
    display: inherit;
    flex: 0 0 auto;
  }
}
.custom-pull-right {
  float: right !important;
  margin-right: 0 !important;
  padding-right: 15px !important;
  text-align: right !important;
}
.top-padding {
  padding-top: 15px;
}
.bottom-padding {
  padding-bottom: 15px;
}
.loader {
  height: 20px;
  width: 20px;
  border: 4px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spin .8s linear infinite;
  -moz-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
  margin: auto;
}
.loader.loader-inline {
  display: inline-block;
  border-color: #333333;
  border-right-color: transparent;
  position: relative;
  top: 4px;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn .loader {
  display: none;
}
.btn.btn-default .loader {
  border-color: #ffffff;
}
.btn.btn-default.disabled {
  background: rgba(255, 255, 255, 0.3);
}
.btn.btn-primary .loader {
  border-color: #00a4e3;
}
.btn.btn-primary.btn-lg .loader {
  height: 24px;
  width: 24px;
}
.btn.btn-primary.disabled {
  background: rgba(0, 164, 227, 0.3);
}
.btn.btn-loader {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.btn.btn-loader .loader {
  display: block;
  border-right-color: transparent;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.btn.btn-loader .loader + .btn-content {
  display: none;
}
.btn.btn-loader .loader + .btn-content.btn-content-show {
  display: block;
  margin-left: 7.5px;
}
.btn {
  font-family: SansaConPro-Bold;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    clear: both;
  }
}
.btn ~ .btn {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .btn ~ .btn {
    margin-left: 0;
  }
}
.btn ~ .btn.btn-block {
  margin-left: 0;
}
.btn.btn-link {
  text-transform: unset;
  font-family: "Arial", "Helvetica", sans-serif;
  text-decoration: none;
}
.btn.btn-link-inline {
  padding: 0;
  line-height: inherit;
  vertical-align: baseline;
  display: inline;
}
.btn-lg,
.btn-group-lg > .btn {
  font-family: SansaPro-SemiBold;
}
.btn-lg.btn-block {
  padding-left: 0;
  padding-right: 0;
}
.btn.pull-right ~ .btn.pull-right {
  margin-right: 2px;
}
.btn-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #cccccc;
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 14px;
  margin-bottom: 5px;
  padding: 7px 8px;
  width: 30px;
}
.btn.processing-state {
  background: #c1ad02 url(../img/icons/processing.gif) 50% no-repeat;
  color: rgba(255, 255, 255, 0);
}
.btn-group .btn {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
  clear: none;
}
.modal-dialog .close {
  opacity: 1;
}
.modal-dialog .modal-header {
  min-height: 50px;
}
.modal-dialog .modal-header h2 {
  font-family: "Arial", "Helvetica", sans-serif;
  margin-bottom: 0;
}
.modal-dialog .modal-footer .btn {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}
/******* GLOBAL BREADCRUMBS *********/
.breadcrumbs {
  padding: 0 15px 15px 15px;
}
@media (max-width: 991px) {
  .breadcrumbs .breadcrumbs-list li,
  .breadcrumbs .breadcrumbs-list .breadcrumb-list-separator {
    display: none;
  }
  .breadcrumbs .breadcrumbs-list li:nth-last-child(2) {
    display: block;
  }
  .breadcrumbs .breadcrumbs-list li:nth-last-child(2) .breadcrumbs-list-link {
    position: relative;
    padding-left: 13px;
    font-size: 11px;
    text-transform: none;
    color: #222222;
  }
  .breadcrumbs .breadcrumbs-list li:nth-last-child(2) .breadcrumbs-list-link::before {
    content: ' ';
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7L1 3.97815L3.99999 1' stroke='%23F4DA02' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    height: 8px;
    width: 5px;
    position: absolute;
    top: 2px;
    left: 0;
  }
}
.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs li {
  float: left;
  text-transform: uppercase;
  font-size: 12px;
}
.breadcrumbs li span {
  margin: 0 7.5px;
}
.breadcrumbs li a {
  color: #818181;
  font-size: 12px;
  text-transform: none;
}
.breadcrumbs li a:hover {
  color: #686868;
}
.panel {
  margin-bottom: 30px;
  background-color: #ffffff;
  border: 1px solid transparent;
  box-shadow: none;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group:first-child .list-group-item:last-child {
  border-bottom: 0;
}
.panel-body {
  padding: 22.5px 0;
}
.panel-heading {
  padding: 7.5px 0;
  border-bottom: 1px solid transparent;
}
.panel-heading a:hover {
  text-decoration: none;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-heading > a {
  display: block;
}
.panel-heading > a:active {
  outline: none;
}
.panel-heading > a:focus {
  outline: none;
}
.panel-heading > a .glyphicon {
  color: #00a4e3;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 15px 22.5px;
  background-color: #eeeeee;
  border-top: 1px solid #cccccc;
}
.panel-group {
  margin-bottom: 30px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 7.5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #cccccc;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #cccccc;
}
.panel-default {
  border-color: #cccccc;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #eeeeee;
  border-color: #cccccc;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #cccccc;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #cccccc;
}
.panel-primary {
  border-color: #f4da02;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #f4da02;
  border-color: #f4da02;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f4da02;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f4da02;
}
.collection.panel-group .panel-heading {
  padding: 0;
}
.collection.panel-group .panel-heading h4 {
  padding: 10px 15px;
}
.collection.panel-group .panel-heading a {
  display: block;
  color: #555555;
}
.collection.panel-group .panel-heading a:hover {
  color: #333333;
}
.collection.panel-group .panel-heading + .panel-collapse .panel-body {
  padding: 15px;
  border-top: 1px solid #cccccc;
}
.table-responsive {
  border: none;
}
.table-responsive _::selection,
.table-responsive img {
  width: 100%\0;
}
.table {
  margin-bottom: 30px;
}
.table > thead > tr > th {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  overflow: hidden;
  padding: 8px 8px 8px 0;
  border-right: 4px solid #FFF;
  border-bottom: 1px solid #222222;
}
.table > thead > tr > th.no-separator {
  border-bottom: 0;
}
.table > thead > tr > th:last-child {
  padding-right: 0;
}
.table > tbody > tr > td {
  border: none;
  padding: 8px 8px 8px 0;
}
.table > tbody > tr > td:last-child {
  padding-right: 0;
}
.table > tbody > tr:last-child > td {
  border-bottom: 1px solid #dddddd;
}
.list-header {
  border-bottom: 1px solid #222222;
}
.list-header::before,
.list-header::after {
  display: table;
  content: " ";
}
.list-header::after {
  clear: both;
}
.list-header::before,
.list-header::after {
  display: table;
  content: " ";
}
.list-header::after {
  clear: both;
}
.list-header.no-separator {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .list-header {
    display: none;
  }
}
.list-header .list-header-item {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  overflow: hidden;
  padding: 8px 8px 8px 0;
  border-right: 4px solid #FFF;
}
.list-header .list-header-item:last-child {
  padding-right: 0;
}
.list-header .list-header-item.column-price {
  white-space: nowrap;
  padding-right: 0;
}
.list-body {
  margin-bottom: 30px;
}
.list-body .list-item-row::before,
.list-body .list-item-row::after {
  display: table;
  content: " ";
}
.list-body .list-item-row::after {
  clear: both;
}
.list-body .list-item-row::before,
.list-body .list-item-row::after {
  display: table;
  content: " ";
}
.list-body .list-item-row::after {
  clear: both;
}
@media (max-width: 767px) {
  .list-body .list-item-row {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
  }
}
.list-body .list-item-row.list-item-row-big {
  margin-top: 7.5px;
  padding-bottom: 7.5px;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .list-body .list-item-row.list-item-row-big:first-child {
    border-top: 1px solid #dddddd;
  }
}
.list-body .list-item-row:last-child {
  border-bottom: 1px solid #dddddd;
}
.list-body .list-item-row .list-item {
  padding: 8px 8px 8px 0;
  overflow: hidden;
}
.list-body .list-item-row .list-item .list-item {
  padding: 0;
}
.list-body .list-item-row .list-item .list-item-promo {
  font-family: SansaPro-SemiBold;
  text-transform: uppercase;
}
.list-body .list-item-row .list-item:last-child {
  padding-right: 0;
}
.list-body .list-item-row .list-item.column-price {
  white-space: nowrap;
  padding-right: 0;
}
.list-body .list-item-row .list-item.checkbox {
  margin-top: 0;
}
.list-body .list-item-row .list-item .form-control-feedback {
  display: none !important;
}
@media (max-width: 767px) {
  .list-body .list-item-row .list-item label {
    margin-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .list-body .list-item-row .clearfix.visible-xs-block + .list-item,
  .list-body .list-item-row .dl-horizontal dd.visible-xs-block + .list-item,
  .list-body .list-item-row .container.visible-xs-block + .list-item,
  .list-body .list-item-row .container-fluid.visible-xs-block + .list-item,
  .list-body .list-item-row .row.visible-xs-block + .list-item,
  .list-body .list-item-row .form-horizontal .form-group.visible-xs-block + .list-item,
  .list-body .list-item-row .btn-toolbar.visible-xs-block + .list-item,
  .list-body .list-item-row .btn-group-vertical > .btn-group.visible-xs-block + .list-item,
  .list-body .list-item-row .nav.visible-xs-block + .list-item,
  .list-body .list-item-row .navbar.visible-xs-block + .list-item,
  .list-body .list-item-row .navbar-header.visible-xs-block + .list-item,
  .list-body .list-item-row .navbar-collapse.visible-xs-block + .list-item,
  .list-body .list-item-row .pager.visible-xs-block + .list-item,
  .list-body .list-item-row .panel-body.visible-xs-block + .list-item,
  .list-body .list-item-row .modal-header.visible-xs-block + .list-item,
  .list-body .list-item-row .modal-footer.visible-xs-block + .list-item,
  .list-body .list-item-row .dl-horizontal dd.visible-xs-block + .list-item {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-body .list-item-row .clearfix.visible-sm-block + .list-item,
  .list-body .list-item-row .dl-horizontal dd.visible-sm-block + .list-item,
  .list-body .list-item-row .container.visible-sm-block + .list-item,
  .list-body .list-item-row .container-fluid.visible-sm-block + .list-item,
  .list-body .list-item-row .row.visible-sm-block + .list-item,
  .list-body .list-item-row .form-horizontal .form-group.visible-sm-block + .list-item,
  .list-body .list-item-row .btn-toolbar.visible-sm-block + .list-item,
  .list-body .list-item-row .btn-group-vertical > .btn-group.visible-sm-block + .list-item,
  .list-body .list-item-row .nav.visible-sm-block + .list-item,
  .list-body .list-item-row .navbar.visible-sm-block + .list-item,
  .list-body .list-item-row .navbar-header.visible-sm-block + .list-item,
  .list-body .list-item-row .navbar-collapse.visible-sm-block + .list-item,
  .list-body .list-item-row .pager.visible-sm-block + .list-item,
  .list-body .list-item-row .panel-body.visible-sm-block + .list-item,
  .list-body .list-item-row .modal-header.visible-sm-block + .list-item,
  .list-body .list-item-row .modal-footer.visible-sm-block + .list-item,
  .list-body .list-item-row .dl-horizontal dd.visible-sm-block + .list-item {
    padding-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list-body .list-item-row .clearfix.visible-md-block + .list-item,
  .list-body .list-item-row .dl-horizontal dd.visible-md-block + .list-item,
  .list-body .list-item-row .container.visible-md-block + .list-item,
  .list-body .list-item-row .container-fluid.visible-md-block + .list-item,
  .list-body .list-item-row .row.visible-md-block + .list-item,
  .list-body .list-item-row .form-horizontal .form-group.visible-md-block + .list-item,
  .list-body .list-item-row .btn-toolbar.visible-md-block + .list-item,
  .list-body .list-item-row .btn-group-vertical > .btn-group.visible-md-block + .list-item,
  .list-body .list-item-row .nav.visible-md-block + .list-item,
  .list-body .list-item-row .navbar.visible-md-block + .list-item,
  .list-body .list-item-row .navbar-header.visible-md-block + .list-item,
  .list-body .list-item-row .navbar-collapse.visible-md-block + .list-item,
  .list-body .list-item-row .pager.visible-md-block + .list-item,
  .list-body .list-item-row .panel-body.visible-md-block + .list-item,
  .list-body .list-item-row .modal-header.visible-md-block + .list-item,
  .list-body .list-item-row .modal-footer.visible-md-block + .list-item,
  .list-body .list-item-row .dl-horizontal dd.visible-md-block + .list-item {
    padding-top: 0;
  }
}
.column-price,
.column-action {
  text-align: right;
}
@media (max-width: 767px) {
  .column-price,
  .column-action {
    text-align: left;
  }
}
.product-title {
  font-family: SansaPro-SemiBold;
  color: #333333;
  font-size: 16px;
}
a.product-title {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #00a4e3;
}
.product-id {
  font-size: 14px;
  color: #818181;
}
.form-horizontal .list-item .form-group {
  margin: 0;
}
.table-compare > .fixed-column {
  position: absolute;
  display: inline-block;
}
@media (min-width: 768px) {
  .table-compare > .fixed-column {
    display: none;
  }
}
.table-compare .table > tbody > tr > td {
  border: none;
  border-bottom: 1px solid #dddddd;
  padding: 15px;
}
.table-compare .table > tbody > tr > td .product-image {
  position: relative;
}
.table-compare .table > tbody > tr > td .product-image .btn-tool {
  position: absolute;
  right: 0;
  top: 0;
}
.table-compare .table > tbody > tr > th {
  border: none;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .table-compare .table > tbody > tr > th {
    display: none !important;
  }
}
.form-horizontal .control-label {
  text-align: left;
}
.form-horizontal .control-label.control-label-right {
  text-align: right;
  padding-right: 0;
}
@media (max-width: 767px) {
  .form-horizontal .control-label.control-label-right {
    text-align: left;
  }
}
.form-inline label {
  padding-right: 3.75px;
}
label {
  font-weight: normal;
}
label.disabled {
  opacity: 0.5;
}
.input-help {
  color: #818181;
}
.radio label label {
  padding-left: 0;
}
fieldset {
  margin-bottom: 15px;
}
.form-control:focus {
  border-color: #f4da02;
}
input.quantity {
  min-width: 80px;
  max-width: 100%;
}
input[type="radio"] ~ input[type="text"] {
  margin-left: 7.5px;
}
@media (max-width: 767px) {
  input[type="radio"] ~ input[type="text"] {
    display: inline-block;
    width: 90%;
  }
}
.has-feedback .form-control-feedback {
  height: 34px;
  line-height: 34px;
  position: absolute;
}
.bv-form .has-feedback select + .form-control-feedback {
  right: 28px;
}
.indicates-required {
  color: #818181;
}
.indicates-required .required {
  color: #e50000;
  margin-right: 4px;
}
label .required {
  color: #e50000;
  margin-left: 4px;
}
.server-error .help-block,
.server-error .control-label,
.server-error .radio,
.server-error .checkbox,
.server-error .radio-inline,
.server-error .checkbox-inline,
.server-error.radio label,
.server-error.checkbox label,
.server-error.radio-inline label,
.server-error.checkbox-inline label {
  color: #a94442;
}
.server-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.server-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.server-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.server-error .form-control-feedback {
  color: #a94442;
}
.has-feedback .form-control[type="number"] {
  padding: 6px 12px;
}
.has-feedback .form-control[type="number"] + .form-control-feedback {
  display: none !important;
}
.has-feedback .form-control + a.form-control-feedback {
  pointer-events: all;
}
.has-success .checkbox {
  color: inherit;
}
.form-horizontal .has-feedback .form-control[type="number"] + .form-control-feedback {
  display: none !important;
}
@media (max-width: 767px) {
  .form-horizontal.form-horizontal-inline label {
    padding-top: 7.5px;
  }
}
input[type="file"] {
  border: none;
  box-shadow: none;
  padding: 0;
}
textarea {
  max-width: 100%;
}
.dl-horizontal {
  margin-bottom: 7.5px;
}
.dl-horizontal dt {
  font-weight: normal;
  text-align: left;
  width: 158px;
}
.dl-horizontal dt + dd {
  margin-bottom: 3.75px;
}
.dl-horizontal.dl-horizontal-inline dt {
  clear: left;
  float: left;
}
.dl-horizontal.dl-horizontal-inline dd {
  margin-left: 170px;
}
.dl-separator > dt:after {
  content: ":";
}
.inactive *:not(a) {
  color: #818181;
}
.inactive a {
  color: #c1ad02;
}
.inactive a .glyphicon {
  color: #c1ad02;
}
.inactive a:hover .inactive a:hover > .glyphicon {
  color: #8f8001;
}
.share-tools {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right !important;
}
.share-tools::before,
.share-tools::after {
  display: table;
  content: " ";
}
.share-tools::after {
  clear: both;
}
.share-tools::before,
.share-tools::after {
  display: table;
  content: " ";
}
.share-tools::after {
  clear: both;
}
@media (max-width: 767px) {
  .share-tools {
    float: left !important;
  }
}
.share-tools > li {
  float: right;
  font-size: 18px;
  /*border-right: @border-width-default solid @border-color-light;*/
  padding: 0 15px;
  margin: 0;
  height: 23px;
  overflow: hidden;
  max-width: 50px;
  -webkit-transition: max-width 0.5s ease-in-out;
  -o-transition: max-width 0.5s ease-in-out;
  transition: max-width 0.5s ease-in-out;
}
.share-tools > li button {
  border: 0;
  background-color: transparent;
  padding: 0;
  white-space: normal;
}
.share-tools .glyphicon {
  color: #00a4e3;
  float: left;
  font-size: 22px;
}
.share-tools li:hover .glyphicon {
  color: #00a4e3;
}
@media (max-width: 767px) {
  .share-tools .add-to-compare {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .share-tools li {
    -webkit-transition: max-width 0.5s ease-in-out;
    -o-transition: max-width 0.5s ease-in-out;
    transition: max-width 0.5s ease-in-out;
  }
  .share-tools li:hover {
    overflow: hidden;
    max-width: 300px;
    color: #00a4e3;
    cursor: pointer;
  }
  .share-tools li:hover .share-label {
    color: #00a4e3;
  }
  .share-tools li .share-label {
    font-size: 14px;
    float: right;
    padding-left: 7.5px;
    line-height: 26px;
    color: #818181;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .share-tools li .share-label {
    display: none;
  }
}
.account-wrapper .share-tools {
  margin-bottom: 15px;
}
.system-notification {
  padding: 15px 0;
  background-color: #f39c12;
}
.system-notification .system-notification-icon {
  float: left;
  padding: 15px 60px 15px 0;
}
.system-notification .system-notification-icon .glyphicon {
  font-size: 300%;
}
.system-notification .system-notification-text {
  float: left;
}
.system-notification .system-notification-close {
  float: right;
  color: #333333;
  font-size: 200%;
}
.alert-box {
  border: 3px solid #a94442;
}
.alert-box .alert-box-header {
  color: #a94442;
  padding-bottom: 15px;
}
.alert-box .list-body {
  margin-bottom: 0;
}
.alert-box .list-item-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .alert-box .btn {
    width: 100%;
    margin-top: 7.5px;
  }
}
.label {
  border-radius: 22px;
  font-size: 100%;
}
.label.label-info {
  background-color: #1ec2ff;
}
.section {
  margin-bottom: 30px;
  clear: both;
}
.section.section-separator {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .section.section-separator-lg {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .section.section-separator-md {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section.section-separator-sm {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section.section-separator-xs {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
body .propertyeditor {
  margin-bottom: 15px;
}
body .propertyeditor .propertygroup-property .propertygroup-property-content {
  display: inherit;
}
body .propertyeditor .propertygroup-property .propertygroup-property-content .propertygroup-editor-value {
  width: 100%;
}
body .propertyeditor .propertygroup-description {
  font-size: inherit;
}
body .propertyeditor .propertygroup-error {
  display: none !important;
}
body .propertyeditor-view .propertygroup-description {
  display: none;
}
body .propertyeditor-view .propertygroup-property-noneditable {
  margin-bottom: 0;
}
body .propertyeditor-view .propertygroup-property-noneditable label {
  padding-top: 0;
  margin-bottom: 0;
}
body .propertyeditor-view .propertygroup-property-noneditable label:after {
  content: ":";
}
body .propertyeditor-view .propertygroup-property-noneditable .required {
  display: none;
}
.promotion-list {
  list-style: none;
  font-family: "Arial", "Helvetica", sans-serif;
  padding-left: 0px;
  display: table;
  width: 100%;
}
.promotion-list .promotion-list-item {
  display: table-row;
}
.promotion-list .promotion-icon {
  float: left;
  margin-right: 10px;
}
.promotion-list .promotion-short-title {
  display: inline;
}
.promotion-list .promotion-long-title {
  display: inline;
}
.promotion-list .promotion-details-link {
  display: inline;
}
.modal-body .product-info .promotion-list {
  margin-bottom: 0;
}
.imageVariationList.swatchImage {
  margin: 10px 0;
  padding: 0;
}
.imageVariationList.swatchImage .imageVariationListItem {
  display: inline-block;
  list-style: outside none none;
  margin-right: 5px;
}
.imageVariationList.swatchImage .imageVariationListItem a {
  padding: 1px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.imageVariationList.swatchImage .imageVariationListItem a.selected {
  background: #fff;
  display: block;
  border: 1px solid #cccccc;
}
.imageVariationList.swatchImage .imageVariationListItem a img {
  border-radius: 50%;
  width: 32px;
}
.imageVariationList.colorCode {
  margin: 10px 0;
  padding: 0;
}
.imageVariationList.colorCode .imageVariationListItem {
  display: inline-block;
  list-style: outside none none;
  margin-right: 5px;
}
.imageVariationList.colorCode .imageVariationListItem a {
  padding: 1px;
  border-radius: 50%;
  display: block;
  border: 1px solid transparent;
}
.imageVariationList.colorCode .imageVariationListItem a.selected {
  border: 1px solid #cccccc;
}
.imageVariationList.colorCode .imageVariationListItem a span {
  color: #333;
  font-weight: normal;
  border-radius: 50%;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
}
/************************  Global Header ******************************/
header {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  header {
    margin-bottom: 0;
  }
}
header .top-header {
  min-height: 40px;
  background: #cccccc;
}
header .top-header a span:hover {
  color: #818181;
}
@media (max-width: 767px) {
  header .top-header {
    background: #ffffff;
  }
}
header .mid-header {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  header .mid-header {
    margin: 0;
    padding: 0;
  }
}
header .mid-header .header-info-wrapper {
  padding-top: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .mid-header .header-info-wrapper {
    padding-top: 0;
  }
}
header .mid-header .header-info-wrapper .header-info {
  margin-right: 15px;
  font-size: 13px;
}
@media (max-width: 767px) {
  header .mid-header .header-info-wrapper .header-info {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .mid-header .header-info-wrapper .header-info {
    display: block;
    float: left;
    margin-bottom: 3px;
  }
}
@media (max-width: 767px) {
  header .mid-header-checkout {
    padding: 15px 0;
  }
}
.header-utility {
  margin: 0;
  padding: 0;
  line-height: 40px;
  float: right;
}
.header-utility ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.header-utility ul li {
  list-style: none;
  color: #ffffff;
  font-size: 12px;
  font-family: SansaConPro-Bold;
}
.header-utility ul li a {
  color: #818181;
}
.user-links {
  margin: 0;
  padding: 0;
  line-height: 40px;
  float: left;
}
@media (max-width: 767px) {
  .user-links {
    float: right;
    line-height: 50px;
    position: relative;
  }
}
.user-links li {
  list-style: none;
  color: #818181;
  font-size: 12px;
  font-family: SansaConPro-Bold;
  float: left;
  margin-right: 30px;
  text-transform: uppercase;
}
.user-links li a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .user-links li a {
    color: #f4da02;
  }
}
@media (max-width: 767px) {
  .user-links li {
    margin-right: 22.5px;
  }
  .user-links li:last-child {
    margin-right: 30px;
  }
}
.user-links li .seperator {
  padding-left: 5px;
  padding-right: 5px;
}
.user-links li .login-name {
  color: #00a4e3;
  padding-right: 5px;
}
.user-links li .wishlist-count {
  position: relative;
}
.user-links li .wishlist-count .wishlist-count-text div {
  background: #f4da02;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
  left: 10px;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: -7.5px;
  width: 13px;
  height: 13px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .user-links li .wishlist-count .wishlist-count-text div {
    left: 14px;
    line-height: 18px;
    top: -8.5px;
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 767px) {
  .user-links li .wishlist-count .wishlist-count-text span {
    display: none !important;
  }
}
.user-links li .compare-status {
  position: relative;
}
.user-links li .compare-status .compare-count-text div {
  background: #f4da02;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
  left: 10px;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: -7.5px;
  width: 13px;
  height: 13px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .user-links li .compare-status .compare-count-text div {
    left: 14px;
    line-height: 18px;
    top: -8.5px;
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 767px) {
  .user-links li .compare-status {
    display: none !important;
  }
}
.user-links ul {
  list-style: none;
}
.glyphicon.glyphicon-header-icon:before {
  color: #818181;
  font-size: 17px;
  margin-right: 7.5px;
}
.mid-header .glyphicon.glyphicon-header-icon:before {
  font-size: 20px;
  margin-right: 4px;
  color: #00a4e3;
}
.mid-header .delivery-info-wrapper .glyphicon {
  top: 6px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mid-header .delivery-info-wrapper .glyphicon {
    top: 0;
    display: block;
    float: left;
    margin-bottom: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mid-header .delivery-info-wrapper .glyphicon-send {
    clear: left;
  }
}
.bottom-header {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .mobile-logo {
    padding: 5px;
    float: left;
  }
  .mobile-edge {
    margin-left: -30px;
    margin-right: -30px;
  }
  .glyphicon.glyphicon-header-icon:before {
    color: #333333;
  }
  .global-nav ul.quick-links {
    padding: 0;
    width: 100%;
  }
  .global-nav ul.quick-links li {
    width: 50%;
    margin: 0;
    padding: 0;
    background: #cccccc;
  }
  .global-nav ul.quick-links li:first-child {
    border-right: 1px solid #222222;
  }
  .global-nav ul.quick-links li a {
    padding: 7.5px 30px;
    display: block;
    color: #ffffff;
    font-size: 16px;
  }
  .mobile-header-promo {
    background: #ffffff;
  }
  .homepage .mobile-promos {
    display: block;
  }
  .mobile-promos {
    display: none;
  }
  .mobile-promos .glyphicon:before {
    font-size: 12px;
  }
  .mobile-promos > div {
    padding: 15px 30px;
  }
}
header .header-utility .language-switch {
  font-size: 13px;
  font-family: SansaConPro-Bold;
  float: left;
  margin-left: 30px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (max-width: 767px) {
  header .header-utility .language-switch {
    display: flex;
    flex-direction: column;
    float: none;
    margin-right: 22.5px;
    position: relative;
  }
  header .header-utility .language-switch .language-switch-container {
    top: 40px;
  }
}
header .header-utility .language-switch.language-switch-active {
  background-color: #ffffff;
}
header .header-utility .language-switch.language-switch-active .language-switch-link span {
  color: #00a4e3;
}
header .header-utility .language-switch.language-switch-active .language-switch-link span:hover {
  color: #00a4e3;
}
header .header-utility .language-switch.language-switch-active .language-switch-link span:hover .switch_arrow {
  border-top: 4px solid #00a4e3;
}
header .header-utility .language-switch.language-switch-active .switch_arrow {
  border-top: 4px solid #00a4e3;
}
header .header-utility .language-switch .language-switch-link {
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  header .header-utility .language-switch .language-switch-link {
    padding-top: 5px;
  }
}
header .header-utility .language-switch .language-switch-link span {
  color: #00a4e3;
}
header .header-utility .language-switch .language-switch-link span:hover {
  color: #c1ad02;
}
header .header-utility .language-switch .language-switch-link span:hover .switch_arrow {
  border-top: 4px solid #c1ad02;
}
header .header-utility .language-switch .language-switch-menu-container {
  box-shadow: 5px 0 4px -4px rgba(0, 0, 0, 0.12), -4px 0 4px -4px rgba(0, 0, 0, 0.12);
  margin: -15px;
  overflow: hidden;
  padding: 15px;
}
header .header-utility .language-switch .language-switch-container {
  background: #ffffff;
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  position: absolute;
  right: 15px;
  z-index: 9999;
}
header .header-utility .language-switch .language-switch-container ul li {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 2.14285714;
  margin-right: 0px;
}
header .header-utility .language-switch .language-switch-container ul li a {
  color: #00a4e3;
}
header .header-utility .language-switch .language-switch-container ul li a:hover {
  color: #c1ad02;
}
/*********** SEARCH CONTAINER **********/
.search-container {
  position: relative;
}
.search-container button.btn-search {
  position: absolute;
  right: 15px;
  border: 0;
  background: 0;
  line-height: 33px;
  height: 38px;
  width: auto;
}
.search-container button.btn-search span:before {
  font-size: 21px;
  color: #ffffff;
}
.search-container ul.search-suggest-results {
  border: 1px solid #cccccc;
  display: none;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 37px;
  z-index: 9999;
  background: #ffffff;
  margin: 0;
}
.search-container ul.search-suggest-results li {
  width: 100%;
  padding: 0 15px;
}
.search-container ul.search-suggest-results li:hover {
  background: #f4da02;
  border-bottom: 1px solid #222222;
  color: #ffffff;
}
.search-container ul.search-suggest-results li:hover button {
  color: #ffffff;
  border-top: 1px solid transparent;
}
.search-container ul.search-suggest-results li:hover + li button {
  border: none;
}
.search-container ul.search-suggest-results li.active-suggestion {
  background: #f4da02;
  border-bottom: 1px solid #f4da02;
  color: #ffffff;
}
.search-container ul.search-suggest-results li.active-suggestion button {
  color: #ffffff;
  border-top: 1px solid transparent;
}
.search-container ul.search-suggest-results li.active-suggestion + li button {
  border-top: 1px solid transparent;
}
.search-container ul.search-suggest-results li:first-child button {
  border: 0;
}
.search-container ul.search-suggest-results li button {
  width: 100%;
  padding: 15px 0 15px 4px;
  border: 0;
  border-top: 1px solid #cccccc;
  background: none;
  font-size: 13px;
  color: #818181;
  text-align: left;
  text-transform: capitalize;
  font-family: "Arial", "Helvetica", sans-serif;
}
.search-container ul.search-suggest-results li button span {
  font-weight: bold;
}
@media (max-width: 767px) {
  .header-search-container {
    border-top: 1px solid #ffffff;
    padding: 0;
  }
}
.header-search-container input.form-control {
  border: 1px solid #222222;
  background: #cccccc;
  height: 38px;
  padding-left: 19;
  float: right;
  font-size: 14px;
  color: #ffffff;
}
.header-search-container input.form-control::-ms-clear {
  display: none;
}
@media (max-width: 767px) {
  .header-search-container input.form-control {
    border: 1px solid #222222;
  }
  .header-search-container input.form-control:focus {
    background: #eeeeee;
  }
}
.header-search-container input:focus {
  border: 1px solid #cccccc;
  background: #ffffff;
  font-size: 14px;
  color: #333333;
  box-shadow: none;
}
.header-search-container input:focus + button.btn-search span:before {
  color: #333333;
}
.header-search-container input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #818181 !important;
}
.header-search-container input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #818181 !important;
}
.header-search-container input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #818181 !important;
}
.header-search-container input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #818181 !important;
}
.header-search-container ul.search-suggest-results {
  width: 92.5%;
}
.main-search-container ul.search-suggest-results {
  width: 100%;
}
.error-search-container ul.search-suggest-results {
  top: 33px;
  width: 100%;
}
form.search.suggest ul.search-suggest-results li.classic {
  padding: 0 15px;
}
form.search.suggest ul.search-suggest-results li.classic:hover {
  background: #f4da02;
  border-bottom: 1px solid #222222;
  color: #ffffff;
}
form.search.suggest ul.search-suggest-results li {
  white-space: nowrap;
  border: none;
  padding: 0;
}
form.search.suggest ul.search-suggest-results li:hover {
  background-color: #ffffff;
}
form.search.suggest ul.search-suggest-results li:hover div {
  background-color: #f4da02;
}
form.search.suggest ul.search-suggest-results li div {
  padding: 0 15px;
}
form.search.suggest ul.search-suggest-results li div.border {
  padding: 0;
  margin: 0 15px;
  border-bottom: 1px solid #cccccc;
}
form.search.suggest ul.search-suggest-results li span.ish-searchTerm {
  font-weight: bold;
}
form.search.suggest ul.search-suggest-results li a span {
  color: #cccccc;
}
form.search.suggest ul.search-suggest-results li:hover a span {
  color: white;
}
form.search.suggest ul.search-suggest-results li:hover span.left img {
  opacity: 0.8;
}
form.search.suggest ul.search-suggest-results li.sectionHeader {
  background-color: #cccccc;
  font-weight: bold;
  padding: 10px;
  white-space: nowrap;
  border-bottom: none;
}
form.search.suggest ul.search-suggest-results li span.left {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 250px;
  max-width: 100%;
  line-height: 50px;
}
form.search.suggest ul.search-suggest-results li span.left img {
  height: 50px;
  padding-right: 5px;
}
form.search.suggest ul.search-suggest-results li span.right {
  float: right;
  line-height: 50px;
}
form.search.suggest ul.search-suggest-results li.textOnly span.left {
  line-height: 30px;
  width: 300px;
  max-width: 100%;
}
form.search.suggest ul.search-suggest-results li.textOnly span.right {
  line-height: 30px;
}
form.search.suggest ul.search-suggest-results.twocolumns {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
  width: 800px;
  left: -115px;
}
/*********** GLOBAL NAVIGATION **********/
.main-navigation {
  z-index: 3;
}
@media (max-width: 991px) {
  .main-navigation {
    padding: 0;
  }
}
.main-navigation ul.main-navigation-list {
  padding: 0;
  list-style: none;
  margin: 0;
  position: relative;
}
.main-navigation ul.main-navigation-list li {
  float: left;
  margin: 0 20px 0 0;
  list-style: none;
  line-height: 40px;
}
@media (max-width: 767px) {
  .main-navigation ul.main-navigation-list li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.main-navigation ul.main-navigation-list li.home {
  margin-left: 0;
}
.main-navigation ul.main-navigation-list li.home a {
  padding-bottom: 9px;
}
.main-navigation ul.main-navigation-list li.home a span:before {
  font-size: 17px;
  color: #a1a1a1;
}
.main-navigation ul.main-navigation-list li.dropdown {
  position: static;
  background: url(../img/header/active_catalog.png) -2000px bottom no-repeat;
}
@media (min-width: 992px) {
  .main-navigation ul.main-navigation-list li.dropdown {
    margin: 0;
    padding: 0 10px;
  }
  .main-navigation ul.main-navigation-list li.dropdown:hover {
    background-position: center bottom;
    transition-delay: 0.5s;
  }
  .main-navigation ul.main-navigation-list li.dropdown:hover ul {
    visibility: visible;
    transition-delay: 0.5s;
  }
}
.main-navigation ul.main-navigation-list li a {
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
@media (max-width: 991px) {
  .main-navigation ul.main-navigation-list li > a {
    background: #f4da02;
    border-bottom: 1px solid #222222;
    width: 85%;
    float: left;
    padding: 15px;
    font-size: 16px;
    color: #ffffff;
  }
  .main-navigation ul.main-navigation-list li > a.dropdown-toggle {
    float: right;
    border-left: 1px solid #222222;
    width: 15%;
    text-align: center;
    font-size: 14px;
  }
  .main-navigation ul.main-navigation-list li.open .glyphicon-plus:before {
    content: "\2212";
  }
}
.main-navigation ul.main-navigation-list li > ul.category-level1 {
  border-top: 7.5px solid #222222;
  left: 0;
  padding: 25px 25px 15px 25px;
  top: 40px;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 767px) {
  .main-navigation ul.main-navigation-list li > ul.category-level1 {
    padding: 0;
    position: relative;
    border-top: none;
    top: 0;
  }
}
@media (min-width: 992px) {
  .main-navigation ul.main-navigation-list li > ul.category-level1 {
    display: block;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .main-navigation ul.main-navigation-list li > ul.category-level1 {
    /* ~768px (Bootstrap) */
    width: 720px;
  }
}
@media (min-width: 992px) {
  .main-navigation ul.main-navigation-list li > ul.category-level1 {
    /* ~992px (Bootstrap) */
    width: 932px;
  }
}
@media (min-width: 1200px) {
  .main-navigation ul.main-navigation-list li > ul.category-level1 {
    /* ~1200px (Bootstrap) */
    width: 1140px;
  }
}
.main-navigation ul li ul {
  padding: 0;
}
.main-navigation ul.category-level1 > li {
  float: left;
  padding-right: 3%;
  line-height: 28px;
  margin-bottom: 15px;
}
.main-navigation ul.category-level1 > li:nth-child(4n+1) {
  clear: left;
}
@media (max-width: 767px) {
  .main-navigation ul.category-level1 > li {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .main-navigation ul.category-level1 > li::before,
  .main-navigation ul.category-level1 > li::after {
    display: table;
    content: " ";
  }
  .main-navigation ul.category-level1 > li::after {
    clear: both;
  }
  .main-navigation ul.category-level1 > li::before,
  .main-navigation ul.category-level1 > li::after {
    display: table;
    content: " ";
  }
  .main-navigation ul.category-level1 > li::after {
    clear: both;
  }
}
.main-navigation ul.category-level1 > li a {
  font-size: 15px;
  text-transform: uppercase;
  background: none;
  padding: 0;
  font-family: "Arial", "Helvetica", sans-serif;
}
@media (max-width: 767px) {
  .main-navigation ul.category-level1 > li a {
    text-transform: capitalize;
    font-size: 14px;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    padding: 15px 15px !important;
    width: 100%;
    color: #333333;
    display: block;
  }
}
.main-navigation ul.category-level1 > li li {
  float: none;
  margin: 0;
  line-height: 24px;
}
.main-navigation ul.category-level1 > li li ul {
  margin: 0;
  padding: 0;
}
.main-navigation ul.category-level1 > li li a {
  font-size: 14px;
  color: #8c8c8c;
  text-transform: none;
}
@media (max-width: 767px) {
  .main-navigation ul.category-level1 > li ul {
    display: none;
  }
}
.main-navigation li a {
  text-transform: uppercase;
  font-size: 15px;
  font-family: SansaPro-SemiBold;
}
.main-navigation-right {
  z-index: 3;
}
@media (max-width: 767px) {
  .main-navigation-right {
    width: 100%;
    padding: 0;
  }
}
.dropdown-menu {
  border: 0px;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .navbar-toggle {
    position: relative;
    float: right;
    margin: 0 0 0 0;
    padding: 17px 17px;
    background-color: #cccccc;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .navbar-toggle:focus {
    outline: none;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #ffffff;
  }
  .navbar-collapse .container {
    margin: 0 0px;
  }
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
footer {
  clear: both;
  color: #00a4e3;
}
.footer-top {
  padding: 40px 0 60px;
  background: #cccccc;
}
@media (max-width: 767px) {
  .footer-top {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-top {
    padding: 0;
  }
  .footer-top .container {
    margin: 0;
    width: 100%;
  }
}
.footer-top h4 {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
.footer {
  padding: 30px 0 15px;
  background: #282828;
  margin-top: 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0 15px;
  }
}
.footer h4 {
  color: #ffffff;
  font-size: 18px;
  font-family: SansaPro-SemiBold;
  text-transform: uppercase;
}
.footer li a {
  color: #818181;
  text-decoration: none;
  font-family: "Arial", "Helvetica", sans-serif;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.disclaimer {
  padding: 0 15px;
}
.copyright {
  padding: 45px 15px 0;
  font-size: 12px;
}
@media (max-width: 767px) {
  .link-group {
    border-bottom: 1px solid #222222;
    margin-left: -15px;
    margin-right: -15px;
  }
  .link-group ul {
    padding: 15px 22.5px 30px;
    list-style: none;
    margin: 0;
  }
  .link-group.collapse {
    display: none;
  }
  .link-group.mobile-collapse {
    display: none;
  }
  .link-group.collapse.in {
    display: block;
  }
  .link-group-title {
    border-bottom: 1px solid #222222;
    margin: 0px -15px;
    padding: 15px 22.5px;
  }
  .link-group-icon {
    font-size: 14px;
    color: #00a4e3;
    float: right;
    cursor: pointer;
  }
}
@media (max-width: 991px) {
  .storefinder {
    float: none;
    width: 100%;
  }
}
.storefinder .glyphicon {
  color: #ffffff;
  font-size: 40px;
  display: block;
  float: left;
  padding: 20px 15px 20px 0px;
}
.storefinder h4 {
  font-size: 18px;
  margin: 25px 0px 0px;
}
.storefinder a {
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 991px) {
  .newsletter {
    float: none;
    padding: 22.5px;
    width: 100%;
  }
}
.newsletter .newsletter-form {
  position: relative;
  display: block;
}
.newsletter .newsletter-form input.newsletter-email-field {
  width: 100%;
  border: 0;
  background: #ffffff;
  height: 38px;
  padding-left: 15px;
}
.newsletter .newsletter-form input ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #818181 !important;
}
.newsletter .newsletter-form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #818181 !important;
}
.newsletter .newsletter-form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #818181 !important;
}
.newsletter .newsletter-form input :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #818181 !important;
}
.newsletter .newsletter-form button {
  color: #00a4e3;
  position: absolute;
  font-size: 12px;
  right: 15px;
  top: 12px;
  border: 0;
  background: none;
}
.social-links {
  float: right;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .social-links {
    float: none;
    padding: 22.5px;
    width: 100%;
  }
}
.social-links ul {
  margin: 0;
  padding: 0;
}
.social-links li {
  list-style: none;
  float: left;
  margin-top: 3px;
  margin-right: 9px;
}
.social-links li a {
  width: 30px;
  height: 30px;
  display: block;
}
.social-links li a:hover {
  opacity: 0.7;
}
/*********** CAROUSEL *************/
.carousel-control {
  color: #2c2d2e;
  text-shadow: none;
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  background-image: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 20px;
  }
}
.carousel-indent .carousel-inner {
  padding-left: 45px;
  padding-right: 45px;
  text-align: center;
}
.carousel-indicators li {
  width: 11px;
  height: 11px;
  margin: 0px 5px;
  background-color: #ffffff;
}
.carousel-indicators .active {
  width: 11px;
  height: 11px;
  margin: 0px 5px;
  border: 1px solid #f4da02;
}
.recently-viewed-links-container .recently-viewed-links {
  list-style: none;
  margin-top: 17px;
}
@media (max-width: 991px) {
  .recently-viewed-links-container .recently-viewed-links {
    margin-top: 0px;
  }
}
.recently-viewed-links-container .recently-viewed-links li {
  display: inline-block;
  padding-left: 15px;
}
.enhanced-image-container {
  position: relative;
}
.enhanced-image-text {
  color: #fff;
  font-weight: bold;
  position: absolute;
  text-align: center;
  top: 30%;
  width: 100%;
}
.enhanced-image-text h1 {
  color: #fff;
  font-size: 60px;
}
.enhanced-image-text h2 {
  color: #fff;
}
@media (max-width: 767px) {
  .enhanced-image-text .btn {
    display: inline;
    width: auto;
  }
  .enhanced-image-text h1 {
    font-size: 30px;
  }
}
.video-container {
  position: relative;
}
.video-container video {
  display: block;
}
.video-text {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
.video-text h1 {
  color: #fff;
  font-size: 60px;
}
.video-link {
  display: inline-block;
  font-size: 66px;
  font-weight: bold;
  opacity: 0.7;
}
.video-link:hover {
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 992px) {
  .video-link {
    font-size: 85px;
  }
}
.video-wrapper {
  position: relative;
  padding-bottom: 55%;
  /* 16:9 - original: 56.25%; */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepage header {
  margin-bottom: 0px;
}
.homepage .wrapper {
  background: none;
  padding: 0;
}
.homepage .wrapper .main-container {
  width: 100%;
  padding: 0;
}
.homepage .main-container img {
  width: 100%;
}
.homepage .main-container .brands-carousel img {
  width: auto;
}
.homepage .content-container:not(.container) {
  padding: 0;
}
.homepage-carousel .carousel-indicators {
  bottom: 35%;
}
.brands-carousel {
  background-color: #eeeeee;
  padding: 40px 0;
}
.welcome-message {
  margin-top: 15px;
}
.welcome-message p {
  font-family: SansaPro-SemiBold;
  font-size: 21px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.welcome-message a {
  padding-right: 7.5px;
}
body.errorpage header {
  margin-bottom: 0px;
}
body.errorpage .wrapper {
  background: url(../img/background/error_bg.jpg) center;
  padding: 0;
}
body.errorpage .wrapper .main-container {
  background: none;
}
body.errorpage .errorpage-content {
  color: #333333;
  padding: 75px 0px 120px;
}
body.errorpage .errorpage-content h1 {
  font-size: 70px;
  opacity: 0.85;
}
body.errorpage .errorpage-content .error-text {
  background: rgba(238, 238, 238, 0.8);
  padding: 15px;
}
body.errorpage .errorpage-content input.form-control {
  border-color: #cccccc;
  background: rgba(238, 238, 238, 0.8);
  box-shadow: none;
  color: #333333;
}
body.errorpage .errorpage-content .btn-primary {
  color: #00a4e3;
  font-weight: normal;
  bottom: 3px;
}
.product-list {
  padding: 0;
  margin: 0;
}
.product-list .product-tile {
  position: relative;
  text-align: center;
}
.product-list .product-tile img {
  width: auto;
  padding-bottom: 0;
}
.product-list .product-tile .product-variation-container {
  width: 100%;
}
.product-list .product-tile .product-variation-container .product-variation {
  display: inline-block;
  text-align: left;
  width: 60%;
}
.product-list .product-tile .product-variation-container .product-variation .form-group {
  margin-bottom: 5px;
}
.product-list .product-tile-list .product-variation-container {
  width: 100%;
  margin: 10px 0;
}
.product-list .product-tile-list .product-variation-container .product-variation {
  display: inline-block;
  text-align: right;
  width: 73%;
}
.product-list .product-tile-list .product-variation-container .product-variation label {
  text-align: left;
  padding-top: 0px;
  width: 100%;
}
.product-list .product-tile-list .product-variation-container .product-variation .form-group {
  margin-bottom: 7.5px;
  margin-left: 0px;
  margin-right: 0px;
}
.product-list .product-tile-list .product-list-actions-container * ~ * {
  margin-top: 7.5px;
}
.product-list .product-tile-list .quantity-min-width {
  min-width: 135px;
}
.product-list .product-list-item {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  list-style-type: none;
  outline: none;
}
.product-list .product-list-item.grid-view:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 992px) {
  .product-list .product-list-item.grid-view:nth-child(2n+1) {
    clear: none;
  }
  .product-list .product-list-item.grid-view:nth-child(3n+1) {
    clear: both;
  }
}
.product-list .product-list-item.list-view {
  width: 100%;
}
.product-list .product-list-item.list-view a.product-title {
  text-align: left;
  padding-top: 0;
}
.product-list .product-list-item.list-view .add-to-wishlist {
  padding-right: 0;
}
.product-list .product-list-item.list-view .add-to-compare {
  padding-right: 0;
}
@media (min-width: 768px) {
  .product-list .product-list-item.list-view .add-to-compare {
    text-align: right;
    display: block;
  }
}
.product-list .product-list-item.list-view .add-to-quote {
  padding-right: 0;
}
.product-list a.product-title {
  color: #333333;
  text-decoration: none !important;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 21px;
  display: inline-block;
  text-align: center;
  padding-top: 15px;
}
.product-list .product-tile-actions {
  position: absolute;
  top: 0;
  right: 0;
}
.product-list .product-tile-actions .btn {
  padding: 3px 6px;
  font-size: 21px;
}
.product-list .product-tile-actions .add-to-cart,
.product-list .product-tile-actions .add-to-wishlist,
.product-list .product-tile-actions .add-to-compare {
  float: right;
}
.product-list .product-tile-actions .add-to-cart.is-selected,
.product-list .product-tile-actions .add-to-wishlist.is-selected,
.product-list .product-tile-actions .add-to-compare.is-selected {
  color: #999999;
}
.product-list .color-variations {
  margin: 0 auto;
  width: auto;
}
.product-list .color-variations li {
  width: 16px;
  height: 16px;
  padding: 3px 0 0 0;
  margin-right: 7.5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.product-list .color-variations li a {
  display: none;
}
.product-list .product-number {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #818181;
}
.product-list .product-number .product-number-label {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .product-list .product-number {
    margin-bottom: 15px;
  }
}
.filtered-products .product-list .product-list-item.grid-view:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 992px) {
  .filtered-products .product-list .product-list-item.grid-view:nth-child(2n+1),
  .filtered-products .product-list .product-list-item.grid-view:nth-child(3n+1) {
    clear: none;
  }
  .filtered-products .product-list .product-list-item.grid-view:nth-child(4n+1) {
    clear: both;
  }
}
.product-list-container {
  padding-bottom: 30px;
}
.product-list-container::before,
.product-list-container::after {
  display: table;
  content: " ";
}
.product-list-container::after {
  clear: both;
}
.product-list-container::before,
.product-list-container::after {
  display: table;
  content: " ";
}
.product-list-container::after {
  clear: both;
}
.product-list-container a.view-all {
  display: block;
  clear: both;
}
.express-shop .product-img-thumbs {
  width: auto;
}
.express-shop .product-thumb-set {
  margin-right: 15px;
}
.product-image-container {
  position: relative;
}
.product-image-container:hover .express-shop-trigger {
  display: block;
}
.express-shop-trigger {
  display: none;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: #f4da02;
  opacity: 0.93;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}
.express-shop-trigger:hover {
  background-color: #c1ad02;
}
.express-shop-trigger .glyphicon {
  font-size: 30px;
  padding: 25px 0px;
}
.product-label {
  position: absolute;
  top: 90px;
  left: -6px;
  height: 36px;
  width: 82px;
}
.product-label.product-label-new {
  background: url('../img/icons/product_sprite.png') no-repeat -164px -73px;
}
.product-label.product-label-topseller {
  background: url('../img/icons/product_sprite.png') no-repeat -82px -73px;
}
.product-label.product-label-sale {
  background: url('../img/icons/product_sprite.png') no-repeat 0px -73px;
}
.list-view .product-label {
  top: 15px;
}
.full-page-grid-view-product-list .product-list:not(.slick-carousel) .product-list-item:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 768px) {
  .full-page-grid-view-product-list .product-list:not(.slick-carousel) .product-list-item:nth-child(2n+1) {
    clear: none;
  }
  .full-page-grid-view-product-list .product-list:not(.slick-carousel) .product-list-item:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .full-page-grid-view-product-list .product-list:not(.slick-carousel) .product-list-item:nth-child(2n+1) {
    clear: none;
  }
  .full-page-grid-view-product-list .product-list:not(.slick-carousel) .product-list-item:nth-child(3n+1) {
    clear: none;
  }
  .full-page-grid-view-product-list .product-list:not(.slick-carousel) .product-list-item:nth-child(4n+1) {
    clear: both;
  }
}
.current-price {
  color: #333333;
  font-family: SansaPro-SemiBold;
  font-size: 21px;
}
.sale-price {
  color: #e50000;
  font-family: SansaPro-SemiBold;
  font-size: 21px;
}
.old-price {
  color: #8b8b8b;
  text-decoration: line-through;
  font-family: "Arial", "Helvetica", sans-serif;
  margin: -5px 0;
}
.price-savings {
  color: #8b8b8b;
  font-family: "Arial", "Helvetica", sans-serif;
}
.secondary-actions button:first-child {
  margin-right: 45px;
}
.add-new-wishlist {
  display: inline-block;
}
.choose-variation-link-margin {
  margin-top: 7.5px;
}
/**************** SEARCH RESULT ******************/
.search-product-list .product-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .search-product-list .product-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.search-term {
  font-family: SansaConPro-Bold;
}
.product-search-result {
  padding: 0 0 15px 0;
}
.search-content-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.radio.search-result-toggle {
  margin: 15px 0;
}
.radio.search-result-toggle label {
  padding-left: 0;
}
.no-search-result {
  clear: both;
}
.no-search-result .result-count-message {
  padding-left: 15px;
}
.no-search-result-title span {
  font-size: 21px;
}
.no-search-result-title span.result-count-message {
  font-size: 14px;
}
.search-guidelines {
  clear: both;
}
.main-search-container {
  padding: 0 0 30px 0;
  position: relative;
  display: inline-block;
}
.main-search-container input {
  border: 1px solid #cccccc;
  height: 38px;
  line-height: 38px;
  width: 400px;
  padding-left: 14px;
  float: left;
}
.main-search-container input::-ms-clear {
  display: none;
}
.main-search-container button.btn-search {
  position: absolute;
  line-height: 33px;
  height: 38px;
  right: 0;
  border: 0;
  background: 0;
}
.main-search-container button.btn-search span:before {
  font-size: 18px;
  color: #333333;
}
.category-page {
  padding: 0 0 15px;
}
@media (max-width: 767px) {
  .category-page {
    padding: 0;
    margin-bottom: 0;
  }
}
.category-page .filter-panel h1 {
  font-size: 24px;
  margin: 0 0 15px 0;
}
ul.category-list {
  padding: 0;
  list-style: none;
  clear: both;
}
@media (max-width: 767px) {
  ul.category-list {
    margin-bottom: 1px;
  }
  ul.category-list > li {
    margin: 0;
    padding: 0 1px 0 0;
  }
}
ul.category-list > li:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 992px) {
  ul.category-list > li:nth-child(2n+1) {
    clear: none;
  }
  ul.category-list > li:nth-child(3n+1) {
    clear: both;
  }
}
ul.category-list li {
  margin-bottom: 15px;
}
ul.category-list ul.category-list {
  padding-left: 10px;
}
ul.category-list ul.category-list ul.category-list {
  padding-left: 10px;
}
.category-name {
  text-align: center;
}
.category-name a {
  position: relative;
  display: block;
}
.category-name a img {
  height: auto;
}
.category-name h3 {
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .category-name h3 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .category-name h3 {
    font-size: 13px;
  }
}
.loading-block > div {
  text-align: center;
}
/**************** CATEGORY FILTER ROW ******************/
.filters-row {
  background-color: #eeeeee;
  padding: 10px 0;
  margin: 15px 0;
  z-index: 99999;
}
.filters-row a {
  color: #818181;
  float: right;
}
.filters-row a.grid-view-link {
  margin-right: 15px;
}
.filters-row a.grid-active,
.filters-row a.list-active {
  color: #00a4e3;
}
.filters-row a span.glyphicon {
  font-size: 24px;
  line-height: 34px;
}
.filters-row .search-count {
  line-height: 34px;
}
.filters-row .search-count > span {
  font-size: 14px;
  font-weight: bold;
}
.filters-row .sort-by label {
  float: right;
  font-weight: normal;
  line-height: 34px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.filters-row .sort-by select {
  float: right;
}
@media (max-width: 991px) {
  .filters-row .sort-by select {
    width: 100%;
  }
}
.filters-row .switch-layout {
  padding-left: 0px;
}
.pagination-total {
  line-height: 34px;
}
.pagination-sites {
  line-height: 34px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 991px) {
  .pagination-sites {
    margin-bottom: 15px;
  }
}
.pagination-sites .pagination-label {
  float: left;
  margin-bottom: 0px;
  font-weight: normal;
}
.pagination-sites .pagination-site-list {
  display: inline-block;
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.pagination-sites .pagination-site-list li {
  float: left;
  margin-right: 15px;
}
.pagination-sites .pagination-site-list li .pagination-hide {
  display: none;
}
.search-contentlist {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}
/**************** CATEGORY FILTER PANEL ******************/
/* FILTER PANEL */
.category-panel h3 {
  text-transform: uppercase;
}
.filter-panel {
  padding-right: 30px;
}
@media (max-width: 991px) {
  .filter-panel {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .filter-panel {
    margin-top: 15px;
  }
}
.filter-panel h3 span {
  color: #00a4e3;
  font-size: 12px;
}
.filter-panel .filter-group:first-child h3 {
  margin-top: 0;
  cursor: initial;
}
.filter-group {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 14px;
}
.filter-group .filter-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.filter-group .filter-checkbox {
  padding: 0;
  margin: 0;
  list-style: none;
}
.filter-group .glyphicon:hover {
  color: #c1ad02;
  cursor: pointer;
}
.filter-group li.filter-item {
  padding: 3px 0;
  color: #818181;
}
.filter-group li.filter-item.filter-colour {
  padding: 0;
}
.filter-group li.filter-item a.filter-item-name {
  color: #818181;
}
.filter-group li.filter-item a.filter-swatch span[style="background-color:#fcfcfc;"] {
  border: 1px solid #cccccc;
}
.filter-group li.filter-item span.icon-notselected {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  width: 15px;
}
.filter-group li.filter-item span.filter-count {
  margin-left: 5px;
}
.filter-group li.filter-selected {
  color: #00a4e3;
}
.filter-group li.filter-selected a.filter-item-name {
  color: #00a4e3;
}
.filter-group li.filter-selected a.filter-clear {
  float: right;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 14px;
}
.filter-group li.filter-selected span.icon-selected {
  background-color: #f4da02;
  border: 1px solid #222222;
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  width: 15px;
}
.filter-group li.filter-selected.filter-colour span {
  border: 2px solid #f4da02;
}
.filter-group li.filter-layer1 {
  padding-left: 15px;
}
.filter-group li.filter-layer2 {
  padding-left: 30px;
}
.filter-group li.filter-layer3 {
  padding-left: 45px;
}
.filter-group li.filter-layer4 {
  padding-left: 60px;
}
.filter-group li.filter-layer5 {
  padding-left: 75px;
}
.filter-group li.filter-layer6 {
  padding-left: 90px;
}
.filter-group li.filter-layer7 {
  padding-left: 105px;
}
.filter-group li.filter-layer8 {
  padding-left: 120px;
}
.filter-group li.filter-layer9 {
  padding-left: 135px;
}
.filter-group > ul .filter-list {
  max-height: 155px;
  overflow-y: auto;
}
.non-parametric-panel .filter-group {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.non-parametric-panel .filter-group ul ul {
  padding-left: 15px;
}
.non-parametric-panel .filter-group ul ul.filter-list {
  max-height: none;
  overflow-y: visible;
  padding-top: 5px;
}
.non-parametric-panel .filter-group ul li.filter-item a.filter-item-name.filter-selected {
  color: #00a4e3;
}
input.filter-checkbox {
  display: none;
}
label.filter-checkbox-label {
  font-size: 0;
  text-indent: 999em;
  width: 12px;
  height: 12px;
  background: #eeeeee;
  float: left;
  margin: 3px 5px 0 0;
  border: 1px solid #cccccc;
}
label.filter-checkbox-label.selected {
  background: #f4da02;
  border: 1px solid #cccccc;
}
.filter-clear .glyphicon {
  font-size: 10px;
  line-height: 14px;
}
.filter-colour {
  float: left;
  display: inline-block;
  margin-right: 3px;
}
.filter-swatch span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
}
.filter-swatch span.filter-colour-bright {
  border: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .mobile-filter-toggle {
    display: block;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Arial", "Helvetica", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .mobile-filter-toggle.collapsed .glyphicon-chevron-up:before {
    content: "\e114";
  }
  .mobile-filter-toggle:hover {
    text-decoration: none;
  }
  .mobile-filter-toggle .glyphicon {
    display: block;
    font-size: 12px;
  }
}
/**************** QUICK VIEW ******************/
#quickView h1 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
#quickView .product-sale-price {
  color: #00a4e3;
  font-size: 24px;
  font-family: "Arial", "Helvetica", sans-serif;
}
#quickView .control-label {
  margin-top: 7px;
}
#quickView .btn-add-to-cart {
  background: #f4da02;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Arial", "Helvetica", sans-serif;
  border: 1px solid #dbc302;
  height: 60px;
  line-height: 60px;
  width: 100%;
}
.account-wrapper .grey-panel h2 {
  font-weight: bold;
  margin: 0;
}
.account-wrapper .account-main {
  padding: 15px 0;
}
.account-wrapper .account-main h1,
.account-wrapper .account-main h2,
.account-wrapper .account-main h3 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .account-wrapper .account-main h1 .btn {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both;
  }
}
@media (min-width: 768px) {
  .account-wrapper .account-main h1 .btn {
    float: right;
  }
}
.account-wrapper .cost-summary {
  border: none;
}
.user-profile .h3 {
  margin-top: 0;
}
.birthday-input .form-control {
  width: 25%;
  margin-right: 2%;
  float: left;
}
.birthday-input .form-control:last-child {
  margin-right: 0;
}
.dl-profile dd {
  text-align: left;
}
/* Wishlist */
.product-img-box {
  float: right;
  width: 70%;
}
.table-checkbox {
  display: inline-block;
  margin: -4px 4% 0 0;
}
@media (max-width: 767px) {
  .order-detail-box:first-child,
  .order-detail-box:nth-child(2) {
    min-height: 180px;
  }
}
@media (max-width: 767px) {
  .order-detail-box:first-child,
  .order-detail-box:nth-child(2) {
    min-height: auto;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .order-detail-box:first-child,
  .order-detail-box:nth-child(2) {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .order-detail-box {
    min-height: auto;
    margin-bottom: 15px;
  }
}
.order-detail-box address {
  margin-bottom: 0;
}
.order-detail-box .infobox {
  width: 100%;
}
@media (min-width: 768px) {
  .myAccount-addressBook .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).dropdown {
    width: auto;
  }
}
@media (max-width: 767px) {
  .myAccount-addressBook .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
  }
  .myAccount-addressBook .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) button {
    font-family: SansaPro-SemiBold;
  }
}
.account-dashboard {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.account-dashboard .dashboard-item {
  text-align: center;
  color: #00a4e3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.account-dashboard .dashboard-item a {
  font-size: 13px;
  color: #00a4e3;
}
.account-dashboard .dashboard-item a:hover {
  text-decoration: none;
}
.account-dashboard .circle-icon {
  background: #2c2d2e;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 15px auto;
  cursor: pointer;
}
.account-dashboard .circle-icon:hover {
  background: #f4da02;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}
.account-dashboard .circle-icon * {
  color: #ffffff;
  font-size: 32px;
  line-height: 86px;
}
@media (max-width: 767px) {
  .account-dashboard > div:nth-child(2n+1) {
    clear: left;
  }
}
.account-navigation li:hover {
  background: #eeeeee none repeat scroll 0 0;
}
.account-navigation li {
  padding-bottom: 7.5px;
  background: #eeeeee;
  border: 1px solid #dddddd;
  padding: 10px;
  border-width: 0 1px 1px 1px;
}
.account-navigation li.collapse,
.account-navigation li.collapsing {
  padding: 0;
  border: none;
}
.account-navigation li:hover {
  background: #d5d5d5;
}
.account-navigation li.account-nav-header {
  background: #2c2d2e;
  border: 1px solid #222222;
  cursor: pointer;
}
.account-navigation li .glyphicon {
  font-size: 14px;
  margin-right: 7.5px;
  color: #818181;
}
.account-navigation li p {
  margin: 0;
  color: #333333;
  font-size: 16px;
}
.account-navigation li:first-child {
  border-radius: 0;
  border-width: 1px;
}
.account-navigation li:last-child {
  border-radius: 0;
}
.account-navigation li a {
  color: #f4da02;
  font-size: 14px;
}
.account-navigation li.active {
  background: #ffffff;
  border-right: none;
}
.account-navigation li.active a {
  color: #333333;
}
@media (max-width: 767px) {
  .account-nav-box {
    background: #eeeeee;
    margin-top: -15px;
    border-top: 1px solid #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 22.5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .account-nav-box {
    background: #eeeeee;
    margin-top: -25px;
    border-top: 1px solid #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 22.5px;
  }
}
/************* Checkout Step 1 - Address ***************/
.multiple-address-container .list-body .list-item-row .list-item {
  overflow: inherit;
}
@media (min-width: 1200px) {
  .multiple-address-container .list-body .list-item-row .list-item address {
    margin-bottom: 0;
  }
}
/************* Checkout Step 2 - Shipping ***************/
.shipping-methods {
  margin-bottom: 15px;
}
.cart-summary-checkout {
  font-size: 13px;
}
.cart-summary-checkout h5 {
  margin-top: 0;
}
.cart-summary-checkout .cart-pli-data {
  color: #818181;
}
.cart-summary-checkout .cart-pli-data span {
  width: 80px;
  display: inline-block;
}
.packslip-message .checkbox {
  margin-bottom: 7.5px;
}
.dialog-giftwrap-content {
  padding: 30px;
  width: 100%;
  text-align: center;
}
/************* Checkout Step 5 - Checkout Receipt ***************/
.checkout-signup {
  background: #2c2d2e;
  height: 100%;
  padding-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .checkout-signup {
    margin-top: 30px;
    padding-top: 1px;
  }
}
.checkout-signup input {
  border: 1px solid #222222;
}
.addressDeleteConfirmation {
  display: none;
}
.infobox {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #eeeeee;
  width: 100%;
}
.infobox h3 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .infobox .col-sm-6 ~ .col-sm-6 {
    padding-left: 30px;
  }
}
/* Promotions Carousel */
.promotionsCarousel {
  padding-bottom: 45px;
}
.promotionsCarousel .carousel-indicators {
  bottom: -25px;
}
.promotionsCarousel .carousel-inner > .active {
  padding-left: 30px;
  padding-right: 30px;
}
.progress-bar-panel {
  background: #eeeeee;
  overflow: auto;
}
.progress-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.progress-steps li {
  color: #818181;
  border-bottom: 4px solid #cccccc;
  line-height: 50px;
  float: left;
  width: 20%;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .progress-steps li {
    line-height: 25px;
    text-align: center;
    padding-top: 15px;
    padding-left: 3.75px;
  }
  .progress-steps li .progress-label {
    font-size: 85%;
    display: block;
  }
}
.progress-steps .progress-active {
  color: #00a4e3;
  border-bottom: 4px solid #f4da02;
}
.progress-steps .progress-active .progress-number {
  background: #f4da02;
  color: #ffffff;
}
.progress-steps .progress-complete {
  color: #00a4e3;
  border-bottom: solid 4px #f4da02;
}
.progress-number {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 22.5px;
  text-align: center;
  line-height: 30px;
  font-weight: SansaConPro-Bold;
  background: #cccccc;
  color: #ffffff;
}
.progress-complete .progress-number {
  background: #ffffff;
  color: #00a4e3;
  border: 2px solid #f4da02;
  line-height: 26px;
}
/************* SHOPPING CART LAYOUT ***************/
.cart-header .share-tools {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cart-header .cart-header-title {
  padding-right: 10px;
}
.cart-header .cart-header-note {
  font-size: 14px;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #818181;
  text-transform: none;
}
.cart-header .cart-header-note span,
.cart-header .cart-header-note a {
  white-space: nowrap;
}
.cart-line-img {
  float: left;
  width: 20%;
  margin-right: 5%;
}
.cart-line-img img {
  max-width: 100%;
}
.cart-line-details {
  float: left;
  max-width: 70%;
}
.cart-group-details {
  padding-bottom: 7.5px;
}
.cart-line-actions {
  padding: 30px 0 0 0;
}
.cart-summary {
  border: 1px solid #cccccc;
  border-width: 1px 1px 0 1px;
  padding: 22.5px;
}
.cart-summary .form-inline * {
  margin-right: 7.5px;
  margin-top: 15px;
}
.cart-summary .form-inline *:last-child {
  margin-right: 0;
}
.cart-summary .alert {
  margin-top: 7.5px;
  margin-bottom: 0;
}
.cart-summary .alert a {
  color: inherit;
  text-decoration: underline;
}
.cart-summary .alert a.btn {
  text-decoration: none;
}
.cart-summary h3 {
  margin-top: 0;
}
.cart-summary-subscription {
  margin-top: -15px;
}
.address-summary {
  border: 1px solid #cccccc;
  border-width: 1px 1px 0 1px;
  padding: 22.5px;
}
.address-summary h5 {
  margin-top: 0;
}
.address-summary > div:last-child address {
  margin-bottom: 0;
}
.address-summary address {
  font-size: 13px;
}
.cost-summary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  padding: 22.5px;
  margin-bottom: 15px;
  font-size: 13px;
}
.cost-summary .dl-horizontal {
  font-size: 100%;
  color: #333333;
}
.cost-summary .dl-horizontal .promo-applied {
  font-family: SansaConPro-Bold;
}
.cost-summary .dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  white-space: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cost-summary .dl-horizontal dt {
    width: 330px;
  }
}
.cost-summary .dl-horizontal dd {
  text-align: right;
  margin-left: 170px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cost-summary .dl-horizontal dd {
    margin-left: 340px;
  }
}
.cost-summary .dl-horizontal .total-price {
  font-size: 14px;
  font-family: SansaConPro-Bold;
}
.cost-summary ~ .cart-summary {
  border-bottom-width: 1px;
  margin-bottom: 15px;
}
.cost-summary ~ .cart-summary-subscription {
  border-width: 0 1px 0 1px;
  margin-bottom: 0;
}
.cost-summary .form-group-tc {
  font-size: 14px;
  border: none;
  margin-bottom: 0;
}
.cost-summary .form-group-tc.has-error .form-control a {
  color: inherit;
  text-decoration: underline;
}
.cost-summary .form-group-tc .form-control {
  background-color: inherit;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.cost-summary .form-group-tc .form-control + .form-control-feedback {
  display: none !important;
}
.mobile-cart-label {
  display: none;
}
.product-out-of-stock {
  color: #e50000;
}
.cart-variations {
  padding-top: 7.5px;
  font-size: 90%;
}
.cart-variations dd {
  float: left;
}
.cart-variations dt {
  float: left;
  width: 70px;
  clear: left;
}
@media (max-width: 767px) {
  .cart-line-items {
    padding-top: 15px;
  }
  .cart-line-items .col-xs-4 {
    background: #eeeeee;
    margin-top: 15px;
    min-height: 135px;
  }
}
@media (max-width: 991px) {
  .cart-line-items label {
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .order-summary h2 {
    margin-top: 3.75px;
  }
}
@media (max-width: 767px) {
  .order-summary {
    margin: 22.5px 0;
  }
}
@media (max-width: 767px) {
  .mobile-cart-item-label {
    font-size: 90%;
    font-weight: bold;
    padding: 7.5px 0 3px 0;
    margin: 0;
  }
  .cart-line-qty {
    clear: left;
  }
  .cart-separator {
    margin: 0 -22.5px 30px -22.5px;
  }
  .mobile-cart-img {
    width: 20%;
    float: left;
    padding-right: 0;
  }
  .mobile-cart-label {
    display: inline-block;
    text-transform: uppercase;
    color: #00a4e3;
    width: 150px;
    font-size: 13px;
    float: left;
    text-align: left;
  }
  .text-right .mobile-cart-label {
    width: auto;
  }
  .mobile-cart-counter {
    position: absolute;
    top: 7.5px;
    right: 16.5px;
    background: #f4da02;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    width: 19px;
    height: 19px;
    line-height: 18px;
    font-size: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
}
.empty-cart {
  text-align: center;
  padding-bottom: 75px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}
.empty-cart .empty-cart-icon {
  padding: 105px 0 30px;
}
.empty-cart h2 {
  font-family: "Arial", "Helvetica", sans-serif;
  margin-bottom: 30px;
}
.pli-description ul {
  padding-left: 20px;
  list-style-position: outside;
}
.pli-description .btn-tool {
  margin-top: 15px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .pli-description .btn-tool {
    margin-bottom: 15px;
  }
}
.pli-description .dl-horizontal dt {
  width: auto;
  padding-right: 2.5px;
  float: left;
}
.pli-description .dl-horizontal dd {
  margin-left: auto;
}
.warranty select {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
ul.quick-links {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 15px 30px 0 0;
}
ul.quick-links li {
  float: left;
  margin-left: 30px;
}
ul.quick-links a {
  color: #00a4e3;
  font-size: 14px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: "Arial", "Helvetica", sans-serif;
}
.quick-cart-link {
  float: right;
  background: #eeeeee;
  padding: 9px 15px 8px;
  position: relative;
}
.quick-cart-link a {
  font-family: SansaConPro-Bold;
  color: #818181;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
}
.quick-cart-link a span.mini-cart-price {
  color: #00a4e3;
  font-size: 14px;
  white-space: nowrap;
}
.quick-cart-link a .glyphicon:before {
  font-size: 21px;
  margin-right: 7.5px;
}
.quick-cart-link > a {
  padding: 0 7.5px;
  white-space: nowrap;
}
.quick-cart-link.mini-cart-active {
  background: #f4da02;
}
.quick-cart-link.mini-cart-active a {
  color: #ffffff;
}
.quick-cart-link.mini-cart-active a span.mini-cart-price {
  color: #ffffff;
}
.quick-cart-link .mini-cart {
  position: absolute;
  top: 40px;
  background: #ffffff;
  right: -1px;
  z-index: 9999;
  width: 310px;
  padding: 15px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.23);
}
.quick-cart-link .mini-cart .product-rows-block {
  max-height: 228px;
  position: relative;
  overflow: hidden;
}
.quick-cart-link .mini-cart .product-rows-block .slider {
  max-height: 208px;
  position: relative;
}
.quick-cart-link .mini-cart .btn-scroll-up {
  cursor: pointer;
  height: 22px;
  color: #00a4e3;
  width: 100%;
  margin: 15px 0 0;
  padding: 2px 0 0 0;
  text-align: center;
}
.quick-cart-link .mini-cart .btn-scroll-up.disabled {
  color: #ffffff;
}
.quick-cart-link .mini-cart .btn-scroll-down {
  cursor: pointer;
  height: 22px;
  color: #00a4e3;
  width: 100%;
  margin: 0 0 15px;
  padding: 2px 0 0 0;
  text-align: center;
}
.quick-cart-link .mini-cart .btn-scroll-down.disabled {
  color: #ffffff;
}
.quick-cart-link .mini-cart .view-cart {
  font-family: SansaPro-SemiBold;
  font-size: 21px;
  margin-top: 30px;
}
.product-row {
  display: block;
  padding: 15px 0;
}
.product-row::before,
.product-row::after {
  display: table;
  content: " ";
}
.product-row::after {
  clear: both;
}
.product-row::before,
.product-row::after {
  display: table;
  content: " ";
}
.product-row::after {
  clear: both;
}
.product-row ~ .product-row {
  border-top: 1px solid #cccccc;
}
.product-row .mini-product-img {
  width: 30%;
  text-align: center;
  float: left;
}
.product-row .mini-product-info {
  float: right;
  text-align: left;
  width: 70%;
  padding-left: 15px;
}
.product-row .mini-product-info a {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #818181;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  text-overflow: ellipsis;
  margin: 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 3.75px;
  padding-top: 7.5px;
}
.product-row .mini-product-info .product-price {
  font-family: SansaPro-SemiBold;
  color: #333333;
  font-size: 21px;
  padding-bottom: 3.75px;
}
.product-row .mini-product-info .product-size {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #00a4e3;
  font-size: 14px;
}
.product-row .mini-product-info .cart-pli-data {
  font-size: 85%;
  color: #818181;
}
.product-row .mini-product-info .cart-pli-data span {
  width: 80px;
  display: inline-block;
}
.product-row .mini-product-info .qty-label {
  font-size: 85%;
  color: #818181;
}
.product-row .mini-product-info .qty-label span {
  width: 75px;
  display: inline-block;
}
#payment-accordion {
  margin-bottom: 30px;
}
#payment-accordion .panel {
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#payment-accordion .panel .panel-collapse {
  padding-left: 20px;
}
#payment-accordion .panel .radio {
  margin-bottom: 15px;
}
#payment-accordion .panel .radio > label {
  display: block;
}
#payment-accordion .propertygroup-property-noneditable {
  margin: 0;
}
@media (max-width: 767px) {
  #payment-accordion .propertygroup-property-noneditable .propertygroup-property-content {
    padding-left: 0;
  }
}
#payment-accordion .creditcards li {
  background-image: url("../img/checkout/checkout-sprite.png");
  background-repeat: no-repeat;
  width: 55px;
  height: 35px;
  margin: 5px;
  text-indent: -9999px;
}
#payment-accordion .creditcards li.creditcards-vsa {
  background-position: 0 -70px;
}
#payment-accordion .creditcards li.creditcards-dcv {
  background-position: -55px -70px;
}
#payment-accordion .creditcards li.creditcards-amx {
  background-position: -110px -70px;
}
#payment-accordion .creditcards li.creditcards-mas {
  background-position: -165px -70px;
}
#payment-accordion .creditcards li.creditcards-jcb {
  background-position: -220px -70px;
}
#payment-accordion .iframe-container {
  height: 35px;
}
.page-navigation .page-navigation-contents ul {
  list-style: none outside none;
  padding-left: 0;
}
.page-navigation .page-navigation-contents ul.page-navigation-0 ul {
  padding-left: 15px;
}
.page-navigation .page-navigation-contents ul li {
  line-height: 24px;
}
.page-navigation .page-navigation-contents ul li.page-navigation-active > a {
  font-weight: bold;
}
ul.collection {
  list-style: none outside none;
  padding-left: 0;
}
ol.collection {
  list-style: outside none decimal;
  padding-left: 24px;
}
.helpdesk-info-box {
  color: #ffffff;
  background: #f4da02;
  padding: 7.5px;
  width: 100%;
}
.helpdesk-info-box a {
  color: #ffffff;
  text-decoration: underline;
}
.helpdesk-info-box h2 {
  color: #ffffff;
  margin-top: 0;
}
.sitemap-navigation .navbar {
  min-height: auto;
}
.sitemap-category-list {
  list-style: none;
  padding-left: 0px;
}
.sitemap-category-list li {
  padding-bottom: 15px;
  font-family: SansaPro-SemiBold;
  font-size: 21px;
}
.sitemap-category-list li a {
  color: #333333;
  font-size: 21px;
  text-transform: uppercase;
}
.sitemap-category-list .sitemap-category-list {
  padding-left: 15px;
}
.sitemap-category-list .sitemap-category-list li {
  text-decoration: none;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 21px;
  padding-top: 0px;
  padding-bottom: 5px;
}
.sitemap-category-list .sitemap-category-list li a {
  font-size: 15px;
}
.sitemap-product-list {
  list-style: none;
  padding-left: 0px;
}
.sitemap-product-list li a {
  text-decoration: none;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 21px;
}
ul.brand-index {
  list-style: none outside none;
  padding-left: 0;
}
ul.brand-list {
  list-style: none outside none;
  padding-left: 0;
}
.brand-list-container {
  padding: 15px;
}
.product-details {
  padding: 0px;
}
.product-details .label-quantity {
  padding-top: 7px;
}
.product-details .bundled-product-list,
.product-details .retail-product-list {
  margin-bottom: 15px;
}
.product-details .bundled-product-list .product-number,
.product-details .retail-product-list .product-number {
  clear: both;
}
.product-details .bundled-product-list .quantity,
.product-details .retail-product-list .quantity {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 21px;
}
.product-details .bundled-product-list .bundled-product-list-item,
.product-details .retail-product-list .bundled-product-list-item,
.product-details .bundled-product-list .retail-product-list-item,
.product-details .retail-product-list .retail-product-list-item {
  list-style: none;
}
.product-details .bundled-product-list-actions form {
  display: inline;
}
.product-details .bundled-product-list-actions .add-to-wishlist,
.product-details .bundled-product-list-actions .price-notification {
  display: inline;
  padding-left: 0px;
}
.product-details-top-line {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .product-details-top-line {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
.product-details-top-line .product-rating {
  float: right;
}
.product-details-top-line .product-rating .rating-display {
  margin-left: 15px;
}
.product-photo {
  float: left;
}
.product-alt-images {
  float: left;
}
.product-alt-images .product-alt-images-list {
  list-style: none;
  float: left;
  padding-left: 0px;
}
.product-alt-images .product-alt-images-list .product-alt-images-list-item {
  border: 1px solid #dddddd;
  margin-bottom: 15px;
  padding: 15px;
}
.panel-group {
  margin: 15px 0;
}
.panel-group .panel-heading {
  padding: 5px 0px;
}
.panel-group .panel-heading a {
  color: #818181;
}
.panel-group .panel-heading a:hover {
  color: #686868;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}
.panel-group .panel-body {
  color: #333333;
  padding: 15px 0;
}
.panel-group .panel-body .product-attachments-list-item span.glyphicon {
  font-size: 22px;
  margin-left: 10px;
}
.product-warranty {
  color: #333333;
  font-family: "Arial", "Helvetica", sans-serif;
  margin-top: 15px;
}
.product-warranty .product-warranty-title {
  font-weight: bold;
}
.product-warranty .product-warranty-list {
  margin-top: 5px;
}
.collection .tab-content > .tab-pane,
.accordion .panel-collapse {
  display: block;
  visibility: hidden;
  pointer-events: none;
  height: 0px;
}
.collection .tab-content > .active,
.accordion .panel-collapse.in {
  display: block;
  visibility: visible;
  pointer-events: auto;
  height: auto;
}
.border-bottom-none {
  border-bottom: none!important;
}
.margin-bottom-zero {
  margin-bottom: 0!important;
}
.ratings-box {
  font-size: 0;
  overflow: hidden;
}
.rating-total,
.rating-rated {
  color: #818181;
  line-height: 24px;
}
.rating-total {
  margin-right: 15px;
}
.rating-overview {
  float: right;
  border-right: 1px solid #cccccc;
  padding-right: 30px;
}
.rating-overview .rating-display {
  font-size: 30px;
}
.rating-input {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.rating-input li {
  float: left;
  margin-right: 2px;
  color: #818181;
}
.rating-input li:last-child {
  margin-right: 0;
}
.rating-input > li {
  font-size: 16px;
}
.rating-input > li.stars-before a {
  color: #333333;
}
.rating-input > li a {
  color: #818181;
}
.rating-input > li a:hover {
  color: #333333;
}
.rating-display {
  margin: 0px 7.5px 0px 0px;
  padding: 0;
  list-style: none;
  display: block;
  float: left;
  clear: both;
}
.rating-display li {
  float: left;
  margin-right: 2px;
  color: #acacac;
  font-size: 21px;
}
.rating-display li.rating-total {
  font-size: 14px;
  color: #818181;
}
.rating-display li:last-child {
  margin-right: 0;
}
.rating-display > li.rating-description {
  padding-left: 30px;
  font-size: 85%;
  color: #00a4e3;
}
.rating-one .star-one,
.rating-two .star-one,
.rating-two .star-two,
.rating-three .star-one,
.rating-three .star-two,
.rating-three .star-three,
.rating-four .star-one,
.rating-four .star-two,
.rating-four .star-three,
.rating-four .star-four,
.rating-five .star-one,
.rating-five .star-two,
.rating-five .star-three,
.rating-five .star-four,
.rating-five .star-five {
  color: #333333;
}
div.rating-description {
  overflow: hidden;
  margin-bottom: 15px;
}
.product-tile .product-rating .rating-display {
  position: relative;
  left: 50%;
}
.product-tile .product-rating .rating-display li {
  position: relative;
  right: 50%;
}
.product-tile .current-price {
  clear: both;
}
.product-rating {
  position: relative;
}
.product-tile .rating-total {
  font-size: 14px;
}
.product-tile-list .rating-total {
  font-size: 14px;
}
.product-details-top-line .rating-rated,
.express-shop .rating-rated {
  float: left;
  white-space: nowrap;
}
.review-item {
  margin-bottom: 30px;
}
.review-item .review-item-created {
  color: #818181;
}
.review-item .review-item-header-title {
  font-size: 21px;
}
.review-item .review-item-text {
  margin-bottom: 15px;
}
.review-item + .pagination {
  margin-top: 0;
}
.product-detail-img .carousel {
  float: left;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 767px) {
  .product-detail-img .carousel {
    width: 100%;
  }
}
.product-img-main {
  width: 95%;
  float: left;
}
@media (max-width: 767px) {
  .product-img-main {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-img-main {
    margin-bottom: 30px;
  }
}
.product-img-main img {
  display: inline;
  float: left;
  max-width: 100%;
}
.product-img-main img:first-child {
  margin-right: 2%;
}
.product-img-inner .item > img {
  display: inline;
  float: left;
}
@media (max-width: 767px) {
  .product-img-inner .item > img {
    display: inline;
  }
}
@media (max-width: 480px) {
  .product-img-inner .item > img {
    display: inline;
    max-width: 100%;
  }
}
.product-img-inner .item > img:first-child {
  margin-right: 2%;
}
@media (max-width: 767px) {
  .product-img-inner .item > img:first-child {
    margin-right: 0px;
  }
}
.product-thumb-set {
  opacity: 0.3;
  cursor: pointer;
  border: 1px solid #dddddd;
  margin-bottom: 15px;
  padding: 5px;
  float: left;
}
.product-thumb-set img {
  width: 100%;
}
.product-thumb-set.active {
  opacity: 1.0;
}
.product-info {
  color: #818181;
  font-family: "Arial", "Helvetica", sans-serif;
}
.product-info label {
  text-transform: uppercase;
}
.product-info .product-brand {
  text-transform: uppercase;
}
.product-info .product-brand a {
  color: #818181;
}
.product-info .product-brand a:hover {
  color: #686868;
}
.product-info .product-number label {
  margin: 0px;
}
.product-info .current-price {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 30px;
}
.product-info .current-price .price-note {
  font-size: 14px;
  margin-left: 15px;
}
.product-info .sale-price {
  font-size: 30px;
}
.product-info .old-price {
  margin: 0px;
}
.product-info .was-price {
  color: #818181;
  font-size: 18px;
  text-decoration: line-through;
}
.product-info .ready-for-shipment,
.product-info .product-availability {
  color: #333333;
}
.product-info .ready-for-shipment {
  padding-bottom: 15px;
}
.product-info .product-quantity label,
.product-info .product-variation label {
  text-align: left;
  text-transform: uppercase;
}
.product-info .product-quantity .form-group,
.product-info .product-variation .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.product-info .product-variation {
  width: 73%;
}
.product-info .product-variation .form-group {
  margin-bottom: 5px;
}
.product-info .product-variation .form-group label {
  padding-top: 0px;
}
.product-info .product-variation-container {
  margin-bottom: 30px;
}
.product-info .add-to-cart {
  padding-bottom: 15px;
}
.product-info .add-to-wishlist {
  padding-left: 0px;
}
.product-info .secondary-actions button:first-child {
  margin-right: 0;
}
.product-info .secondary-actions button:last-child {
  float: right;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-info .secondary-actions button:last-child {
    float: left;
  }
}
.product-info .promotion-list {
  border-collapse: separate;
  border-spacing: 0 15px;
}
ul.color-variations li {
  float: left;
  margin-right: 6px;
  border-radius: 12px;
  width: 24px;
  padding: 6px 0 0 6px;
  height: 24px;
  text-align: center;
  border: solid 1px transparent;
}
ul.color-variations li.pink-color-variation {
  background-color: pink;
}
ul.color-variations li.yellow-color-variation {
  background-color: yellow;
}
ul.color-variations li.blue-color-variation {
  background-color: blue;
}
ul.color-variations li.black-color-variation {
  background-color: black;
}
ul.color-variations li.green-color-variation {
  background-color: green;
}
ul.color-variations li.red-color-variation {
  background-color: red;
}
ul.color-variations li.white-color-variation {
  background-color: white;
  border: 1px solid #cccccc;
}
ul.color-variations li a {
  display: block;
  font-size: 0;
  text-indent: -999em;
  width: 15px;
  height: 15px;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
ul.color-variations li.selected a {
  background-color: #5cb85c;
}
ul.size-variations li {
  float: left;
  margin-right: 7.5px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #eeeeee;
  text-align: center;
}
ul.size-variations li a {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #333333;
}
ul.size-variations li.selected {
  background-color: #cccccc;
}
ul.size-variations li.selected a {
  color: #ffffff;
}
.cross-sell-product {
  padding-top: 60px;
  text-align: center;
  clear: both;
}
.cross-sell-product a.product-title {
  color: #00a4e3;
  text-decoration: none !important;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  display: block;
  text-align: center;
  padding-top: 7.5px;
}
.bundle-product {
  margin-top: 90px;
  padding-top: 60px;
  text-align: center;
  clear: both;
  position: relative;
  border-top: 1px solid #cccccc;
}
.bundle-product h3 {
  background-color: #ffffff;
  left: 38%;
  position: absolute;
  top: -35px;
  width: 28%;
  font-weight: bold;
  text-transform: uppercase;
}
.bundle-product a.product-title {
  color: #00a4e3;
  text-decoration: none !important;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  display: block;
  text-align: center;
  padding-top: 7.5px;
}
.product-end-of-live-status {
  padding-bottom: 5px;
}
.product-lifecycle-status {
  color: #e50000;
  padding-bottom: 5px;
}
.product-lifecycle-status span {
  display: block;
}
.product-lifecycle-status span.product-lifecycle-status-title {
  font-family: SansaConPro-Bold;
  font-size: 21px;
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  padding-right: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: right;
  white-space: nowrap;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #ffffff;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle:before {
  content: '';
  display: inline-block;
}
.bootstrap-select .dropdown-toggle .filter-option {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.datepicker {
  border-radius: 0px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #afd9ee;
  background-image: none;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted .badge {
  color: #d9edf7;
  background-color: #000000;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #999999;
}
.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000000;
  background-color: #ffc966;
  background-image: none;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge {
  color: #ffdb99;
  background-color: #000000;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #999999;
}
.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000000;
  background-color: #d5d5d5;
  background-image: none;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range .badge {
  color: #eeeeee;
  background-color: #000000;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #999999;
}
.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #c1d7e3;
  background-image: none;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted .badge {
  color: #e4eef3;
  background-color: #000000;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #999999;
}
.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f4b747;
  background-image: none;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today .badge {
  color: #f7ca77;
  background-color: #000000;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #999999;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #808080;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #808080;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #808080;
  background-image: none;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected.highlighted .badge {
  color: #999999;
  background-color: #ffffff;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #00a4e3;
  border-color: #007fb0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #007fb0;
  border-color: #002331;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #ffffff;
  background-color: #007fb0;
  border-color: #005373;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #007fb0;
  background-image: none;
  border-color: #005373;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #00658c;
  border-color: #002331;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #00a4e3;
  border-color: #007fb0;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active.highlighted .badge {
  color: #00a4e3;
  background-color: #ffffff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #00a4e3;
  border-color: #007fb0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #007fb0;
  border-color: #002331;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #ffffff;
  background-color: #007fb0;
  border-color: #005373;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #007fb0;
  background-image: none;
  border-color: #005373;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #00658c;
  border-color: #002331;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #00a4e3;
  border-color: #007fb0;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #00a4e3;
  background-color: #ffffff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*
based on slick-theme.less from slick-version 1.8.0
includes adjustments
 */
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../img/icons/loading.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 5;
  position: absolute;
  display: block;
  height: 100%;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 0;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Glyphicons Halflings";
  font-size: 20px;
  line-height: 1;
  color: #2c2d2e;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0px;
}
.slick-prev:before {
  content: "\e079";
}
[dir="rtl"] .slick-prev:before {
  content: "\e080";
}
.slick-next {
  right: 0px;
}
[dir="rtl"] .slick-next {
  left: 0px;
  right: auto;
}
.slick-next:before {
  content: "\e080";
}
[dir="rtl"] .slick-next:before {
  content: "\e079";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: relative;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e074";
  width: 20px;
  height: 20px;
  font-family: "Glyphicons Halflings";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.5;
}
@font-face {
  font-family: 'SansaConPro-Bold';
  src: url('../fonts/sansa/SansaConPro-Bold.eot');
  src: url('../fonts/sansa/SansaConPro-Bold.eot') format('embedded-opentype'), url('../fonts/sansa/SansaConPro-Bold.woff') format('woff'), url('../fonts/sansa/SansaConPro-Bold.ttf') format('truetype'), url('../fonts/sansa/SansaConPro-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'SansaPro-SemiBold';
  src: url('../fonts/sansa/SansaPro-SemiBold.eot');
  src: url('../fonts/sansa/SansaPro-SemiBold.eot') format('embedded-opentype'), url('../fonts/sansa/SansaPro-SemiBold.woff') format('woff'), url('../fonts/sansa/SansaPro-SemiBold.ttf') format('truetype'), url('../fonts/sansa/SansaPro-SemiBold.otf') format('opentype');
}
.form-control {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .form-control {
    font-size: 14px;
  }
}
.server-error .help-block,
.server-error .control-label,
.server-error .radio,
.server-error .checkbox,
.server-error .radio-inline,
.server-error .checkbox-inline,
.server-error.radio label,
.server-error.checkbox label,
.server-error.radio-inline label,
.server-error.checkbox-inline label {
  color: #a94442;
}
.server-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.server-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.server-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.server-error .form-control-feedback {
  color: #a94442;
}
.has-feedback .form-control[type="number"] {
  padding: 6px 6px;
}
.has-feedback .form-control[type="number"] + .form-control-feedback {
  right: -15px;
}
.form-horizontal .has-feedback .form-control[type="number"] + .form-control-feedback {
  right: 45px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: inherit;
  top: 2px ;
}
@media all and (-ms-high-contrast: active) {
  ::-ms-backdrop,
  .radio input[type="radio"],
  ::-ms-backdrop,
  .radio-inline input[type="radio"] {
    position: inherit;
    top: 2px;
  }
  .radio input[type="radio"],
  .radio-inline input[type="radio"] {
    position: inherit;
    top: 2px;
  }
}
.delivery-block {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0;
}
.delivery-block.col-sm-5 {
  clear: both;
}
.delivery-block .control-label {
  width: 40%;
  float: left;
  padding-right: 10px;
}
.delivery-block .control-field {
  width: 60%;
  float: left;
  padding-right: 10px;
}
.delivery-block .help-block {
  float: left;
}
@media (min-width: 768px) {
  .delivery-block .help-block {
    margin-left: 41%;
  }
}
.delivery-block .control-field1 {
  padding-right: 25px;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .delivery-block .control-field1 .glyphicon {
    right: 25px;
  }
}
.has-error .file-upload {
  border-style: solid;
  border-width: 1px;
}
.checked-blk {
  float: left;
  position: relative;
  border: 1px solid #dddddd;
  width: 18px;
  height: 18px;
  background: #ffffff;
  margin-right: 15px;
}
.checked-blk .glyphicon-ok {
  top: -10px;
  left: -8px;
  color: #00a4e3;
  font-size: 18px;
}
.add_crtft {
  padding: 10px 0;
  border-top: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .delivery-block .control-label {
    width: 100%;
    padding-right: 0;
  }
  .delivery-block .control-field {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .delivery-block .control-field .glyphicon {
    right: 0;
  }
  .delivery-block .help-block {
    margin-bottom: 0;
  }
  .mobile-class .form-control {
    margin-bottom: 15px;
  }
  .mobile-class .control-label {
    margin-bottom: 5px;
  }
}
.btn {
  font-family: SansaConPro-Bold;
  text-transform: uppercase;
  font-size: 13px;
  clear: none;
  width: auto;
  display: inline-block;
}
.btn.btn-link {
  text-transform: unset;
  font-family: "Arial", "Helvetica", sans-serif;
  text-decoration: none;
  color: #00a4e3;
}
.btn.btn-link:hover {
  color: #e50000;
}
.btn.btn-link-inline {
  padding: 0;
  line-height: inherit;
  vertical-align: baseline;
  display: inline;
}
.btn-block {
  width: 100%;
}
.btn-block:hover {
  color: #00a4e3;
  background-color: #ffffff;
  border-color: #00a4e3;
}
.btn-default:hover {
  color: #00a4e3;
  background-color: #ffffff;
  border-color: #00a4e3;
}
.btn-primary:hover {
  color: #00a4e3;
  background-color: #ffffff;
  border-color: #00a4e3;
}
.btn-primary-new {
  border: none;
  color: white;
  background-color: #7fad00;
  min-width: 40%;
  height: 48px;
  padding: .9em 0;
}
.btn-primary-new:hover {
  background-color: #5a7a00;
}
@media (max-width: 767px) {
  .btn-primary-new {
    width: 100%;
  }
}
.btn-primary-showmore {
  font-family: SansaPro-SemiBold;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  background-color: #7fad00;
  min-width: 249px;
  height: 40px;
  padding: 9px 0;
}
.btn-primary-showmore:hover {
  background-color: #5a7a00;
}
@media (max-width: 767px) {
  .btn-primary-showmore {
    width: 100%;
  }
}
.btn-secondary {
  background: none;
  color: #00a4e3;
  border-color: #00a4e3;
}
.btn-secondary:hover {
  background: #00a4e3;
  color: white;
}
.btn-secondary.disabled {
  background: none;
  color: #7d7d7d;
  border-color: #7d7d7d;
}
.btn-lg,
.btn-group-lg > .btn {
  font-family: SansaPro-SemiBold;
}
.btn-lg.btn-block {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn.pull-right ~ .btn.pull-right {
  margin-right: 2px;
}
.btn-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #cccccc;
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 14px;
  margin-bottom: 5px;
  padding: 7px 8px;
  width: 30px;
}
.btn-disabled {
  border: 1px solid #d5d5d5;
  color: #d5d5d5;
}
div.processing-state {
  background: #ffffff url(../img/icons/ajax-loader.gif) 50% no-repeat;
  color: rgba(255, 255, 255, 0);
  height: 300px;
}
div.ajax-processing-state {
  background: #ffffff url(../img/icons/ajaxloader.gif) 50% no-repeat;
  color: rgba(255, 255, 255, 0);
  height: 16px;
}
.btn.processing-state {
  background: #c1ad02 url(../img/icons/processing.gif) 50% no-repeat;
  color: rgba(255, 255, 255, 0);
}
.btn.ajax-processing-state {
  background: #ffffff url(../img/icons/ajaxloader.gif) 50% no-repeat;
  color: rgba(255, 255, 255, 0);
  height: 16px;
}
@media (max-width: 767px) {
  .btn-block-xs {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    clear: both;
  }
}
.btn-cart {
  background: #7fad00;
  color: #ffffff;
  border: none;
  font-family: SansaPro-SemiBold;
  font-size: 14px;
}
.btn-cart:hover {
  background: #729b00;
}
.system-notification {
  padding: 15px 0;
  background-color: #f39c12;
}
.system-notification .system-notification-icon {
  float: left;
  padding: 15px 60px 15px 0;
}
.system-notification .system-notification-icon .glyphicon {
  font-size: 300%;
}
.system-notification .system-notification-text {
  float: left;
}
.system-notification .system-notification-close {
  float: right;
  color: #333333;
  font-size: 200%;
}
.system-notification .system-notification-heading {
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 24px;
  color: #333333;
  font-family: SansaPro-SemiBold;
  font-weight: normal;
  line-height: 1.1;
}
.alert-box {
  border: 3px solid #a94442;
}
.alert-box .alert-box-header {
  color: #a94442;
  padding-bottom: 15px;
}
.alert-box .list-body {
  margin-bottom: 0;
}
.alert-box .list-item-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .alert-box .btn {
    width: 100%;
    margin-top: 7.5px;
  }
}
.contract-lock {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M0 0h24v24H0V0z'/%3E%3Cpath opacity='.87' d='M0 0h24v24H0V0z'/%3E%3C/g%3E%3Cpath d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM9 8V6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9z'/%3E%3C/svg%3E");
  width: 16px;
  height: 15px;
  margin-right: 5px;
  float: left;
}
.locked-alert-text,
.unLocked-alert-text {
  padding-left: 23px;
}
.alert-lock {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='11px' height='14px' viewBox='0 0 11 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 56.2 (81672) - https://sketch.com --%3E%3Ctitle%3Eic_person copy%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Cpath d='M6.75,9.5625 C7.36875,9.5625 7.875,9.05625 7.875,8.4375 C7.875,7.81875 7.36875,7.3125 6.75,7.3125 C6.13125,7.3125 5.625,7.81875 5.625,8.4375 C5.625,9.05625 6.13125,9.5625 6.75,9.5625 L6.75,9.5625 Z M10.125,4.5 L9.5625,4.5 L9.5625,3.375 C9.5625,1.8225 8.3025,0.5625 6.75,0.5625 C5.1975,0.5625 3.9375,1.8225 3.9375,3.375 L3.9375,4.5 L3.375,4.5 C2.75625,4.5 2.25,5.00625 2.25,5.625 L2.25,11.25 C2.25,11.86875 2.75625,12.375 3.375,12.375 L10.125,12.375 C10.74375,12.375 11.25,11.86875 11.25,11.25 L11.25,5.625 C11.25,5.00625 10.74375,4.5 10.125,4.5 L10.125,4.5 Z M5.00625,3.375 C5.00625,2.413125 5.788125,1.63125 6.75,1.63125 C7.711875,1.63125 8.49375,2.413125 8.49375,3.375 L8.49375,4.5 L5.00625,4.5 L5.00625,3.375 L5.00625,3.375 Z M10.125,11.25 L3.375,11.25 L3.375,5.625 L10.125,5.625 L10.125,11.25 L10.125,11.25 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='Bestellijst---detailpage---contract' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop_Bestellijst_detail_gedeeld_leesmodus' transform='translate(-641.000000, -331.000000)'%3E%3Cg id='ic_lock_outline' transform='translate(639.000000, 331.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask'%3E%3C/g%3E%3Cg id='Colors/-blue' mask='url(%23mask-2)' fill-rule='evenodd' stroke-width='1'%3E%3Cg transform='translate(-7.312500, -7.312500)' id='Colors/color-black'%3E%3Cg%3E%3Crect id='Rectangle-2-Copy-2' fill='%2300A4E3' x='0' y='0' width='27.7941176' height='27.7941176'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 11px;
  height: 14px;
  float: left;
  position: relative;
  top: 2px;
}
.alert-un-lock {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='11px' height='14px' viewBox='0 0 11 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 56.2 (81672) - https://sketch.com --%3E%3Ctitle%3Eic_person copy%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Cpath d='M6.75,9.5625 C7.36875,9.5625 7.875,9.05625 7.875,8.4375 C7.875,7.81875 7.36875,7.3125 6.75,7.3125 C6.13125,7.3125 5.625,7.81875 5.625,8.4375 C5.625,9.05625 6.13125,9.5625 6.75,9.5625 L6.75,9.5625 Z M10.125,4.5 L9.5625,4.5 L9.5625,3.375 C9.5625,1.8225 8.3025,0.5625 6.75,0.5625 C5.1975,0.5625 3.9375,1.8225 3.9375,3.375 L5.00625,3.375 C5.00625,2.413125 5.788125,1.63125 6.75,1.63125 C7.711875,1.63125 8.49375,2.413125 8.49375,3.375 L8.49375,4.5 L3.375,4.5 C2.75625,4.5 2.25,5.00625 2.25,5.625 L2.25,11.25 C2.25,11.86875 2.75625,12.375 3.375,12.375 L10.125,12.375 C10.74375,12.375 11.25,11.86875 11.25,11.25 L11.25,5.625 C11.25,5.00625 10.74375,4.5 10.125,4.5 L10.125,4.5 Z M10.125,11.25 L3.375,11.25 L3.375,5.625 L10.125,5.625 L10.125,11.25 L10.125,11.25 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='Bestellijst---detailpage---contract' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop_Bestellijst_detail_gedeeld_bewerkmodus' transform='translate(-641.000000, -317.000000)'%3E%3Cg id='ic_lock_open' transform='translate(639.000000, 317.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask'%3E%3C/g%3E%3Cg id='Colors/-blue' mask='url(%23mask-2)' fill-rule='evenodd' stroke-width='1'%3E%3Cg transform='translate(-7.312500, -7.312500)' id='Colors/color-black'%3E%3Cg%3E%3Crect id='Rectangle-2-Copy-2' fill='%2300A4E3' x='0' y='0' width='27.7941176' height='27.7941176'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 11px;
  height: 14px;
  float: left;
  position: relative;
  top: 3px;
}
.not-online-product-error {
  color: #e50000;
  font-size: 10px;
}
.ban-circle {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 56.2 (81672) - https://sketch.com --%3E%3Ctitle%3Eicon /shopping-cart copy%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Detail-/-list-/-row-/-not-available' transform='translate(-621.000000, -107.000000)' fill='%23F14444'%3E%3Cg id='icon-/ban-circle' transform='translate(621.000000, 107.000000)'%3E%3Cg transform='translate(0.000000, -0.370370)' id='Group'%3E%3Cg transform='translate(5.185185, 5.254630) scale(-1, 1) rotate(-180.000000) translate(-5.185185, -5.254630) translate(0.000000, 0.069444)'%3E%3Cpath d='M5.03472222,10.0694444 C5.71532592,10.0694444 6.36684399,9.93710484 6.98927643,9.67242562 C7.61170887,9.40774641 8.14833871,9.04999318 8.59916594,8.59916594 C9.04999318,8.14833871 9.40774641,7.61170887 9.67242562,6.98927643 C9.93710484,6.36684399 10.0694444,5.71532592 10.0694444,5.03472222 C10.0694444,4.35411852 9.93710484,3.70260046 9.67242562,3.08016801 C9.40774641,2.45773557 9.04999318,1.92110574 8.59916594,1.4702785 C8.14833871,1.01945126 7.61170887,0.661698039 6.98927643,0.397018823 C6.36684399,0.132339608 5.71532592,0 5.03472222,0 C4.35411852,0 3.70260046,0.132339608 3.08016801,0.397018823 C2.45773557,0.661698039 1.92110574,1.01945126 1.4702785,1.4702785 C1.01945126,1.92110574 0.661698039,2.45773557 0.397018823,3.08016801 C0.132339608,3.70260046 0,4.35411852 0,5.03472222 C0,5.71532592 0.132339608,6.36684399 0.397018823,6.98927643 C0.661698039,7.61170887 1.01945126,8.14833871 1.4702785,8.59916594 C1.92110574,9.04999318 2.45773557,9.40774641 3.08016801,9.67242562 C3.70260046,9.93710484 4.35411852,10.0694444 5.03472222,10.0694444 Z M5.03472222,8.76059118 C4.35993565,8.76059118 3.73604893,8.5948031 3.16306205,8.26322694 C2.59007518,7.93165078 2.13779366,7.47936926 1.8062175,6.90638239 C1.47464134,6.33339552 1.30885326,5.70950879 1.30885326,5.03472222 C1.30885326,4.33666715 1.49790985,3.68224052 1.87602301,3.07144233 L6.99800212,8.19342143 C6.38720393,8.5715346 5.7327773,8.76059118 5.03472222,8.76059118 Z M8.2195985,6.94564799 L3.12379646,1.84984595 C3.72877752,1.48918416 4.36575278,1.30885326 5.03472222,1.30885326 C5.70950879,1.30885326 6.33339552,1.47464134 6.90638239,1.8062175 C7.47936926,2.13779366 7.93165078,2.59007518 8.26322694,3.16306205 C8.5948031,3.73604893 8.76059118,4.35993565 8.76059118,5.03472222 C8.76059118,5.70369167 8.58026029,6.34066692 8.2195985,6.94564799 Z' id='ban-circle'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 5px;
}
.pointer-events-none {
  cursor: no-drop;
}
.pointer-events-none .product-quantity {
  pointer-events: none;
}
.main-container {
  background: #ffffff;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.content-row-left {
  margin-left: -15px;
}
.content-row-right {
  margin-right: -15px;
}
body {
  font-family: "Arial", "Helvetica", sans-serif;
  -ms-overflow-style: scrollbar;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}
h4,
.h4 h5,
.h5 h6,
.h6 {
  font-family: "Arial", "Helvetica", sans-serif;
  margin-top: 10px;
  margin-bottom: 15px;
}
a {
  color: #00a4e3;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #e50000;
  outline: 0 none;
}
a > h3:hover {
  color: #e50000;
}
a.teaser-link {
  display: block;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
.glyphicon.glyphicon-footer-icon:before {
  color: #ffffff;
  font-size: 50px;
}
.top-header .glyphicon {
  top: 3px;
}
.bootstrap-select.btn-group .dropdown-menu {
  max-width: 100%;
  padding-right: 10px;
}
.bootstrap-select.btn-group .dropdown-menu > li > a {
  padding: 3px 10px;
}
@media (max-width: 991px) {
  .bootstrap-select > .dropdown-toggle {
    margin-top: 5px;
  }
}
.wrapper {
  padding: 0 0 0 0;
}
@media (max-width: 991px) {
  .wrapper {
    margin-top: 65px;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.show-inline {
  display: inline;
}
.grey-panel {
  background: #eeeeee;
  padding: 22.5px 0;
}
.help-block {
  color: #818181;
}
.help-block.error {
  color: #a94442;
}
.packagingText {
  font-size: 14px;
  color: #a6a6a6;
  font-weight: 600;
}
.product-price .sale-price {
  color: #222222;
}
h4.help-block {
  color: #818181;
}
.help-block-inline {
  display: inline-block;
  margin: 0;
}
.subtext {
  font-size: 14px;
  text-transform: uppercase;
  color: #818181;
}
.marketing-area img {
  padding-bottom: 15px;
}
img.marketing {
  padding-bottom: 15px;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
@media (min-width: 1200px) {
  .text-right-lg {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .text-right-md {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .text-left-md {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .text-right-sm {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-right-xs {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .float-right-lg {
    float: right;
  }
}
@media (min-width: 1200px) {
  .float-left-lg {
    float: left;
  }
}
.p {
  padding: 15px;
}
.pt {
  padding-top: 15px;
}
.pr {
  padding-right: 15px;
}
.pb {
  padding-bottom: 15px;
}
.pl {
  padding-left: 15px;
}
.m {
  margin: 15px;
}
.mt {
  margin-top: 15px;
}
.mr {
  margin-right: 15px;
}
.mb {
  margin-bottom: 15px;
}
.ml {
  margin-left: 15px;
}
.pr0 {
  padding-right: 0;
}
.pl0 {
  padding-left: 0;
}
.mr0 {
  margin-right: 0;
}
.ml0 {
  margin-left: 0;
}
.pt5 {
  padding-top: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl5 {
  padding-left: 5px;
}
.p5 {
  padding: 5px;
}
.nopadding {
  padding: 0;
}
[data-toggle="popover"] .glyphicon {
  padding-left: 3.75px;
  font-size: 120%;
}
.details-link,
.details-tooltip {
  padding-left: 7.5px;
  font-size: 90%;
  font-family: "Arial", "Helvetica", sans-serif;
  text-transform: none;
  white-space: nowrap;
  display: inline-block;
}
.btn.btn-primary.disabled {
  background: rgba(0, 164, 227, 0.6);
}
.btn.btn-primary.disabled:hover {
  border: 1px solid #cccccc;
}
[data-spinner] {
  display: inline-block;
  vertical-align: bottom;
}
@media (max-width: 991px) {
  [data-spinner] .btn {
    margin-bottom: 0;
  }
}
[data-spinner-minus] {
  float: left;
  margin-right: 5px;
  padding: 6px 12px !important;
}
[data-spinner-plus] {
  float: left;
  margin-left: 5px !important;
  padding: 6px 12px !important;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: button;
  text-align: center;
  width: 60px;
  float: left;
  min-width: unset;
  max-width: unset;
}
@media (min-width: 992px) and (max-width: 1199px) {
  input[type="number"] {
    width: 58px;
  }
}
input[type="text"]::-ms-clear {
  display: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ajax-processing-state-l {
  background: url(../img/icons/ajax-loader.gif) 50% no-repeat;
  color: rgba(255, 255, 255, 0);
}
.ajax-processing-state-m {
  background: url(../img/icons/loading.gif) 50% no-repeat;
  color: rgba(255, 255, 255, 0);
}
.ajax-processing-state-s {
  background: url(../img/icons/ajaxloader.gif) 50% no-repeat;
  color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) {
  .margin-negative {
    margin-top: -10px;
  }
}
@media (min-width: 768px) {
  .margin-bottom {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .fixed-height-first-box {
    height: 260px;
  }
}
@media (min-width: 768px) {
  .fixed-height-second-box {
    height: 240px;
  }
}
.fixed-height-second-box > address {
  word-break: break-all;
  padding-right: 30px;
}
#payment-accordion .panel {
  height: 50px;
}
@media (min-width: 768px) {
  .equal,
  .equal > div[class*="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
  }
}
.appUser #onetrust-consent-sdk {
  display: none;
}
.no-pad {
  padding: 0;
}
.share-tools {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right !important;
}
.share-tools::before,
.share-tools::after {
  display: table;
  content: " ";
}
.share-tools::after {
  clear: both;
}
.share-tools::before,
.share-tools::after {
  display: table;
  content: " ";
}
.share-tools::after {
  clear: both;
}
@media (max-width: 767px) {
  .share-tools {
    float: left !important;
  }
}
.share-tools > li {
  float: right;
  font-size: 18px;
  /*border-right: @border-width-default solid @border-color-light;*/
  padding: 0 15px;
  margin: 0;
  height: 23px;
  overflow: hidden;
  max-width: 50px;
  -webkit-transition: max-width 0.5s ease-in-out;
  -o-transition: max-width 0.5s ease-in-out;
  transition: max-width 0.5s ease-in-out;
}
.share-tools > li button {
  border: 0;
  background-color: transparent;
  padding: 0;
  white-space: normal;
}
.share-tools > li a.compare-product.is-selected .glyphicon {
  color: #999999;
}
.share-tools .glyphicon {
  color: #00a4e3;
  float: left;
  font-size: 22px;
}
.share-tools li:hover .glyphicon {
  color: #e50000;
}
@media (min-width: 768px) {
  .share-tools li {
    -webkit-transition: max-width 0.5s ease-in-out;
    -o-transition: max-width 0.5s ease-in-out;
    transition: max-width 0.5s ease-in-out;
  }
  .share-tools li:hover {
    overflow: hidden;
    max-width: 300px;
    color: #e50000;
    cursor: pointer;
  }
  .share-tools li:hover .share-label {
    color: #e50000;
  }
  .share-tools li .share-label {
    font-size: 14px;
    float: right;
    padding-left: 7.5px;
    line-height: 26px;
    color: #818181;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .share-tools li .share-label {
    display: none;
  }
}
.account-wrapper .share-tools {
  margin-bottom: 15px;
}
.breadcrumbs .breadcrumbs-list-active h1 {
  font-family: "Arial", "Helvetica", sans-serif;
  text-transform: none;
  font-weight: normal;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 0px;
  color: #222222;
}
.form-vertical-space {
  margin-bottom: 15px;
}
.quick-order-links {
  text-align: right;
  line-height: 37px;
}
@media (min-width: 1200px) {
  .quick-order-links {
    margin-top: 5px;
  }
}
.quick-order-links a .glyphicon {
  margin-right: 7.5px;
}
.quick-order-links .header-promotion {
  margin: 0;
  padding: 0 15px 0 0;
  line-height: 36px;
  float: left;
  overflow: hidden;
  width: 235px;
  height: 38px;
}
.quick-order-links .header-promotion li {
  list-style: none;
  color: #ffffff;
  font-size: 12px;
  font-family: SansaConPro-Bold;
  margin-right: 30px;
}
.quick-order-links .header-promotion li a {
  color: #818181;
}
@media (max-width: 767px) {
  .quick-order-links .header-promotion {
    padding: 10px 15px 5px;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .quick-order-links .header-promotion {
    padding: 3px 15px 5px;
  }
}
@media (max-width: 767px) {
  .quick-order-links {
    text-align: left !important;
    padding: 15px 15px;
  }
}
@media (max-width: 767px) {
  .addToCartCSV {
    width: 100%;
  }
  .shopping-cart .quick-order-rows-container .list-item .quickorder-search-container {
    width: 100% !important;
  }
  .shopping-cart .quick-order-rows-container .js-quickorder-productvalidation {
    width: 100%;
  }
}
.direct-order-container {
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
.direct-order-container .quick-order-rows-container {
  padding-top: 1em;
}
.direct-order-container .quick-order-rows-container h3 {
  padding-bottom: .5em;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1em;
  text-transform: none;
}
.direct-order-container .quick-order-rows-container .artikelnbr-text {
  text-align: left;
  font-size: 14px;
  color: #000000;
}
.direct-order-container .quick-order-rows-container .quickorder-controls {
  padding-right: 0;
}
.direct-order-container .quick-order-rows-container .quickorder-controls label {
  margin-right: 0;
}
@media (max-width: 991px) {
  .direct-order-container .quick-order-rows-container .quickorder-controls {
    padding-right: 14px;
  }
}
@media (max-width: 767px) {
  .direct-order-container .quick-order-rows-container .quickorder-controls {
    padding-right: 10px;
    padding-left: 0;
  }
  .direct-order-container .quick-order-rows-container .quickorder-controls .has-feedback {
    text-align: start;
  }
}
@media (max-width: 767px) {
  .direct-order-container {
    padding: 0 14px;
  }
}
@media (max-width: 767px) {
  .quick-order-section .list-body .list-item-row:last-child,
  .erpcheckquickorder .list-body .list-item-row:last-child {
    padding-bottom: 10px;
    margin-top: -20px;
  }
  .quick-order-section .price-check-button,
  .erpcheckquickorder .price-check-button,
  .quick-order-section .js-quickorder-productvalidation,
  .erpcheckquickorder .js-quickorder-productvalidation,
  .quick-order-section .addToCartCSV,
  .erpcheckquickorder .addToCartCSV {
    width: 100%;
  }
}
.quick-order-section .msgSuccess,
.erpcheckquickorder .msgSuccess {
  background-color: #818181;
  color: #ffffff;
  display: none;
  top: 85px;
  width: 70%;
  padding: 5px;
  text-align: center;
  z-index: 9999;
  left: 15px;
}
.quick-order-section .msgSuccess a,
.erpcheckquickorder .msgSuccess a {
  color: #ffffff;
}
.quick-order-rows-container + .add-more-rows a:focus {
  color: #00a4e3;
}
.quick-order-rows-container + .add-more-rows a:hover {
  color: #e50000;
}
@media (max-width: 767px) {
  .quick-order-rows-container .list-item-row .list-item {
    margin-bottom: 0;
    text-align: center;
  }
  .quick-order-rows-container .list-item-row .list-item .visible-xs {
    float: left;
    padding: 7px 10px 5px 0;
  }
  .quick-order-rows-container .list-item-row .list-item .quick_order_qty {
    float: right;
  }
  .quick-order-rows-container .list-item-row .list-item .quickorder-search-container {
    float: right;
    width: 60%;
  }
  .quick-order-rows-container .list-item-row .list-item .remove-row {
    float: right;
  }
  .quick-order-rows-container .list-item-row .list-item #priceDiv {
    padding: 7px 0 0 10px;
    float: right;
  }
}
.quick-order-rows-container .list-item-row .list-item.search-container {
  overflow: visible;
  margin-bottom: 3.75px;
}
@media (max-width: 767px) {
  .quick-order-rows-container .list-item-row .list-item.search-container {
    float: left;
    width: 100%;
  }
}
.quick-order-rows-container .list-item-row .list-item.search-container .quickorder-search-container {
  position: relative;
}
.quick-order-rows-container .list-item-row .list-item.search-container .quickorder-search-container input {
  padding: 1em;
}
.quick-order-rows-container .list-item-row .list-item.search-container .quickorder-search-container ul.search-suggest-results {
  position: absolute;
  top: 33px;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .quick-order-rows-container .list-item-row .list-item.search-container .quickorder-search-container ul.search-suggest-results button.search-result .row div:first-child {
    width: 25%;
  }
  .quick-order-rows-container .list-item-row .list-item.search-container .quickorder-search-container ul.search-suggest-results button.search-result .row .seacrh-sku-details {
    width: 75%;
  }
}
.quick-order-rows-container .list-item-row .list-item.search-container .quickorder-search-container ul.search-suggest-results button.search-result .seacrh-sku-details {
  padding-top: 0;
}
.quick-order-rows-container .list-item-row .list-item.search-container .quickorder-search-container .glyphicon-remove {
  font-size: 16px;
  padding: 8px;
  color: #f4da02;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.quick-order-rows-container .list-item-row .list-item.search-container .quickorder-search-container .glyphicon-remove:hover {
  color: #e50000;
}
.quick-order-rows-container .list-item-row:last-child {
  border-bottom: none;
}
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
table.dataTable thead th {
  border-bottom: 1px solid #222222;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  white-space: nowrap;
  padding-right: 26px;
}
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
  content: "";
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  position: absolute;
  background-position: center left;
  display: inline-block;
}
table.dataTable thead th:last-child.text-right {
  padding-right: 15px;
}
table.dataTable thead .sorting::after {
  background-image: url("../img/datatable-sort-both.png");
}
table.dataTable thead .sorting_asc::after {
  background-image: url("../img/datatable-sort-asc.png");
}
table.dataTable thead .sorting_desc::after {
  background-image: url("../img/datatable-sort-desc.png");
}
table.dataTable thead .sorting_asc_disabled::after {
  background-image: url("../img/datatable-sort-asc-disabled.png");
}
table.dataTable thead .sorting_desc_disabled::after {
  background-image: url("../img/datatable-sort-desc-disabled.png");
}
table.dataTable tbody tr.selected {
  background-color: #f4da02;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
  margin-top: 20px;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 15px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  margin: 16px 7.5px;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 15px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  border-color: #cccccc;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  color: #333333;
  border-color: #cccccc;
  text-decoration: underline;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  text-decoration: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  border: 0;
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.dataTables_wrapper [type="search"],
select {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #00a4e3;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
}
.account-navigation .account-nav-heading {
  color: #ffffff;
}
.account-navigation .account-nav-heading .glyphicon {
  color: #ffffff;
}
.account-navigation li {
  list-style: none;
}
.account-navigation li a {
  text-transform: capitalize;
  color: #00a4e3;
}
.account-navigation li a:hover {
  color: #e50000;
}
.account-navigation li a p {
  text-transform: lowercase;
  color: #00a4e3;
  font-size: 14px;
}
.account-navigation li a p:hover {
  color: #e50000;
}
.account-navigation li a > p:first-letter {
  text-transform: uppercase;
}
.account-navigation li .glyphicon-exclamation-sign {
  color: #e50000;
  float: right;
  margin: 3px 0 0;
}
.progress {
  position: relative;
}
.progress .progress-bar {
  text-shadow: 0px 0px 2px #000;
}
.progress-overflow {
  position: relative;
}
.progress-overflow .progress-overflow-indicator {
  position: absolute;
  height: 30px;
  margin-top: -6px;
  background: transparent url('../img/progress-bar-point-indicator.png') 100% -8px no-repeat;
  z-index: 2;
}
.progress-overflow .progress-overflow-indicator .overflow-display {
  margin-top: -18px;
  margin-right: -17px;
  float: right;
  visibility: hidden;
}
.StoreMap {
  height: 400px;
  width: 100%;
}
.store-list .no-stores {
  color: red;
}
.zero-price-dialog {
  z-index: 1051 !important;
}
@media (max-width: 767px) {
  .zeroPriceBtn {
    margin-bottom: 7.5px !important;
  }
}
/*Hero image*/
.hero_image {
  position: relative;
  /*Hero image button*/
  /*Hero image text*/
}
.hero_image img {
  position: relative;
  z-index: 0;
}
.hero_image a {
  position: absolute;
  top: 33%;
  right: 20px;
  z-index: 4;
  font-size: 200%;
}
.hero_image h1 {
  position: absolute;
  font-size: 60px;
  bottom: 25%;
  z-index: 4;
  width: auto;
  text-align: center;
  /* Comment this out when enabling h1 background */
  background: white;
  opacity: 0.8;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  right: 20px;
}
.hero_image .content_block {
  background: rgba(238, 238, 238, 0.8);
  padding: 15px;
  position: absolute;
  right: 20px;
  top: 20%;
  width: 300px;
  z-index: 4;
}
.hero_image .content_block h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .hero_image .content_block h3 {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
  }
}
.hero_image .content_block a {
  position: relative;
  right: unset;
  width: 100%;
  font-size: 155%;
}
@media (max-width: 991px) {
  .hero_image .content_block a {
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hero_image .content_block p {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero_image .content_block {
    padding: 5px;
    top: 40%;
    width: 185px;
  }
}
.filler_one {
  margin-left: auto;
  margin-right: auto;
  display: table;
  text-align: center;
}
.filler_one img {
  min-height: 94px!important;
  max-height: 94px!important;
  max-width: 104px!important;
  display: table-cell;
  vertical-align: middle;
}
.filler_one span {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-family: Arial, "Arial", "Helvetica", sans-serif;
  color: #cccccc;
  text-align: left;
}
@media (max-width: 480px) {
  .filler_one span {
    font-size: 16px;
  }
}
.half_a {
  border: 1px 1px 0px 0px solid white;
  position: relative;
  margin-left: 10px;
  margin-bottom: 10px;
}
.half_a a {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 4;
  font-size: 150%;
}
.half_a img {
  position: relative;
  z-index: 0;
}
.half_b {
  border: 1px 1px 0px 0px solid white;
  position: relative;
  margin-left: 10px;
  margin-bottom: 10px;
}
.half_b a {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 4;
  font-size: 150%;
}
.half_b img {
  position: relative;
  z-index: 0;
}
.bouw {
  border-top: 1px solid white;
  border-bottom: 0px solid white;
  border-left: 0px solid white;
  border-right: 1px solid white;
  position: relative;
}
.bouw a {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 4;
  font-size: 150%;
}
.bouw h1 {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 4;
}
.bouw img {
  position: relative;
  z-index: 0;
}
.bouw_two_third {
  position: relative;
  margin-left: 10px;
}
.bouw_two_third a {
  position: absolute;
  bottom: 10%;
  right: 10%;
  z-index: 4;
  font-size: 150%;
}
.bouw_two_third h1 {
  position: absolute;
  top: 10%;
  right: 10%;
  color: black;
  z-index: 4;
}
.bouw_two_third img {
  position: relative;
  z-index: 0;
}
.one_fourth_a {
  border-top: 1px solid white;
  border-bottom: 0px solid white;
  border-left: 0px solid white;
  border-right: 1px solid white;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
}
.one_fourth_a a {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 4;
  font-size: 150%;
}
.one_fourth_a h1 {
  position: absolute;
  top: 10%;
  z-index: 4;
  /*left:10%; */
  /* Comment this out when enabling h1 background */
  background: white;
  opacity: 0.8;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 27px;
}
.one_fourth_a img {
  position: relative;
  z-index: 0;
}
.one_fourth_b {
  border-top: 1px solid white;
  border-bottom: 0px solid white;
  border-left: 0px solid white;
  border-right: 1px solid white;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
}
.one_fourth_b a {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 4;
  font-size: 150%;
}
.one_fourth_b h1 {
  position: absolute;
  top: 10%;
  z-index: 4;
  /*left:10%; */
  /* Comment this out when enabling h1 background */
  background: white;
  opacity: 0.8;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 27px;
}
.one_fourth_b img {
  position: relative;
  z-index: 0;
}
.one_fourth_c {
  border-top: 1px solid white;
  border-bottom: 0px solid white;
  border-left: 0px solid white;
  border-right: 1px solid white;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
}
.one_fourth_c a {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 4;
  font-size: 150%;
}
.one_fourth_c h1 {
  position: absolute;
  top: 10%;
  z-index: 4;
  /*left:10%; */
  /* Comment this out when enabling h1 background */
  background: white;
  opacity: 0.8;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 27px;
}
.one_fourth_c img {
  position: relative;
  z-index: 0;
}
.one_fourth_d {
  border-top: 1px solid white;
  border-bottom: 0px solid white;
  border-left: 0px solid white;
  border-right: 1px solid white;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
}
.one_fourth_d a {
  position: absolute;
  left: 5%;
  bottom: 2%;
  right: 5%;
  z-index: 4;
  font-size: 150%;
}
.one_fourth_d h1 {
  position: absolute;
  top: 10%;
  z-index: 4;
  /*left:10%; / /* Comment this out when enabling h1 background */
  background: white;
  opacity: 0.8;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 27px;
}
.one_fourth_d img {
  position: relative;
  z-index: 0;
}
/* Zoom effect, add the word " zoom " to a div class and "zoom1" to an image class to activate the effect */
.zoom {
  overflow: hidden;
}
.zoom .zoom1 {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}
.zoom:hover .zoom1 {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Shine effect, add the word "shine" to your div class to activate the effect */
.shine {
  /* change the width, color and the speed */
}
.shine:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  /* No transitions, otherwise the effect will play in reverse when you leave the element with your mouse. */
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.shine:hover:after {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ui-datepicker {
  background-color: #fff;
  border: 1px solid #f4da02;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: 240px;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker a:hover {
  text-decoration: none;
  color: #2A6496;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.ui-datepicker td:hover a {
  color: #2A6496;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title {
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left;
  cursor: default;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  line-height: 1;
  margin-top: 2px;
  width: 30px;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\e079";
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right;
  cursor: default;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  line-height: 1;
  margin-top: 2px;
  width: 30px;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\e080";
}
.ui-datepicker .ui-icon {
  display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th {
  text-align: center;
  padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 4px 0;
  border-radius: 4px;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #eee;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #fff;
  cursor: default;
}
.ui-datepicker .ui-datepicker-current-day {
  background-color: #4289cc;
}
.ui-datepicker .ui-datepicker-current-day a {
  color: #ffffff;
}
.product-number_eol {
  color: #7d7d7d;
}
.price-container-eol {
  margin-top: 3em;
}
.product-eol_alternative {
  margin-top: 1em;
  box-shadow: 0px 1px 8px rgba(229, 229, 229, 0.75);
}
.product-eol_alternative.no-pad {
  padding: 0;
}
.product-eol_alternative .no-pad {
  padding: 0;
}
.product-eol_alternative .product-eol_alternative_header {
  background: #00A4E3;
  padding: 1em 1em;
}
.product-eol_alternative .product-eol_alternative_header h3 {
  text-transform: none;
  font-size: 1.2em;
  margin: 0;
  color: white;
}
.product-eol_alternative .product-eol_alternative_product {
  width: 100%;
  display: table;
  padding: 1em 1em;
  text-transform: uppercase;
}
.product-eol_alternative .product-eol_alternative_product div .product-eol_alternative_product-text {
  text-transform: uppercase;
  text-align: left;
}
.product-eol_alternative .product-eol_alternative_product div .product-eol_alternative_product-text h4 {
  text-transform: uppercase;
  text-align: left;
  font-size: 1.5em;
  word-break: break-word;
}
.product-eol_alternative .product-eol_alternative_product a {
  font-family: SansaPro-SemiBold;
  padding: .7em 2em;
  font-weight: bold;
  color: white;
  background: #7FAD00;
}
@media (max-width: 1200px) {
  .product-eol_alternative .product-eol_alternative_product a {
    text-align: center;
  }
}
.product-eol_alternative .product-eol_alternative_product-category {
  padding: 1em 1em;
  text-transform: uppercase;
}
.product-eol_alternative .product-eol_alternative_product-category div h4 {
  text-transform: uppercase;
  text-align: left;
  font-size: 1.5em;
  word-break: break-word;
}
.product-eol_alternative .product-eol_alternative_product-category a {
  font-family: SansaPro-SemiBold;
  padding: .7em 2em;
  font-weight: bold;
  color: white;
  background: #7FAD00;
}
@media (max-width: 1200px) {
  .product-eol_alternative .product-eol_alternative_product-category a {
    margin-top: 1.2em;
    text-align: center;
  }
}
.product-eol_alternative .product-eol_alternative_product-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 24px;
}
.product-eol_alternative .button-alt-prod {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
@media (max-width: 1199px) {
  .product-eol_alternative .button-alt-prod {
    display: block;
  }
  .product-eol_alternative .button-alt-prod a {
    display: inline-block;
    width: 100%;
  }
}
ul.share-tools li.eol-disabled .glyphicon {
  color: #eaeaea;
}
ul.share-tools li.eol-disabled:hover {
  max-width: 50px;
}
ul.share-tools li.eol-disabled:hover .glyphicon {
  color: #eaeaea;
  cursor: auto;
}
.product-img_eol-banner {
  position: absolute;
  top: 33%;
  width: 90%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 1em;
}
.product-img_eol-banner h3 {
  font-size: 1.5em;
  color: #A60000;
  margin-bottom: .2em;
  text-transform: none;
}
.product-img_eol-banner p {
  font-size: .9em;
}
.temporaryunavailable div img {
  filter: grayscale(100%);
}
.shopping-cart .cart-eol-header {
  background: #eaeaea;
  z-index: 1;
  padding: 10px 40px 16px;
  position: relative;
  border: none;
}
.shopping-cart .cart-eol-header h3 {
  z-index: 30;
  text-transform: none;
}
.shopping-cart .cart-eol-header::before {
  z-index: -1;
  content: "";
  height: 3em;
  width: 3em;
  background: white;
  position: absolute;
  bottom: 0;
  left: 20px;
  clip-path: polygon(50% 60%, 0% 100%, 100% 100%);
}
.shopping-cart .eol-list-body .list-item .right-sided a.product-title {
  color: #7d7d7d;
}
.shopping-cart .eol-list-body .list-item .right-sided .pli-description .actionButtons .eol-prodlist-actbuttons .btn {
  min-width: 6em;
  padding: 6px 2em;
}
.shopping-cart .eol-list-body .list-item .right-sided .pli-description .actionButtons .eol-prodlist-actbuttons .btn ~ .btn {
  margin-left: 1em;
}
.shopping-cart .eol-list-body .list-item .right-sided .pli-description .actionButtons .eol-prodlist-actbuttons .btn.no-altprod {
  width: 80%;
}
.shopping-cart .eol-list-body .list-item .mobile-view .action-items .actionButtons .eol-prodlist-actbuttons .btn {
  width: auto;
  min-width: 6em;
  padding: 6px 2em;
}
.shopping-cart .eol-list-body .list-item .mobile-view .action-items .actionButtons .eol-prodlist-actbuttons .btn ~ .btn {
  margin-left: .8em;
}
.shopping-cart .eol-list-body .list-item .mobile-view .action-items .actionButtons .eol-prodlist-actbuttons .btn.no-altprod {
  width: 80%;
}
.shopping-cart .eol-list-body .list-item .mobile-view .action-items .actionButtons .eol-prodlist-actbuttons .btn .removeFromCart {
  margin-right: .7em;
}
@media (max-width: 767px) {
  .shopping-cart .eol-list-body .list-item .mobile-view .action-items .actionButtons .eol-prodlist-actbuttons .btn {
    width: 48%;
    padding: 1em 2em;
  }
  .shopping-cart .eol-list-body .list-item .mobile-view .action-items .actionButtons .eol-prodlist-actbuttons .btn.no-altprod {
    width: 100%;
  }
}
.shopping-cart .eol_img img {
  filter: grayscale(1);
}
.shopping-cart .btn.contains_eol {
  background: #eaeaea;
  color: #222;
  border: none;
  pointer-events: none;
}
.shopping-cart a.eol-btn-disabled {
  pointer-events: none;
  border: 1px solid #7d7d7d;
  color: #7d7d7d;
}
.modal-eol {
  margin-top: 12%;
}
.modal-eol .modal-header {
  background: #00a4e3;
  min-height: 20px;
  padding: 10px 25px;
}
.modal-eol .modal-header h2 {
  font-size: 16px;
  color: white;
  text-transform: none;
  font-family: SansaPro-SemiBold;
}
.modal-eol .modal-header button {
  color: white;
}
.modal-eol .modal-body {
  padding: 15px 15px 35px;
}
.modal-eol .modal-body h4 {
  margin-bottom: 5px;
  width: 91%;
  font-size: 18px;
}
.modal-eol .modal-body p.subtitle {
  color: #7d7d7d;
}
.modal-eol .modal-body .price-direct {
  padding-top: 10px;
}
.modal-eol .modal-body .price-direct .current-price {
  color: #00a4e3;
}
.modal-eol .modal-body .packagingText {
  color: black;
}
.modal-eol .modal-body .btn-cart {
  width: 100%;
  padding: 1em;
}
.modal-eol .modal-body div.no-pad {
  padding: 0;
}
.modal-eol .modal-body div[data-spinner] {
  width: 100%;
}
@media (max-width: 767px) {
  .modal-eol .modal-body {
    padding: 15px 15px 10px;
  }
  .modal-eol .modal-body .modal-quantity {
    margin-bottom: 1em;
  }
}
.modal-eol .modal-body .quantity-btn {
  color: #333333;
  background-color: #ffffff;
  border-color: #7d7d7d;
  width: 40px;
  height: 48px;
  margin-right: 0px;
  margin-left: 0px !important;
  line-height: 35px;
}
.modal-eol .modal-body .quantity-btn:hover {
  color: #00a4e3;
  border-color: #00a4e3;
}
.modal-eol .modal-body .quantity-btn:active:hover {
  color: #ffffff;
  border-color: #00a4e3;
  background-color: #00a4e3;
}
.modal-eol .modal-body input[type="number"] {
  width: 60% !important;
  width: calc((100%) - 165px) !important;
  height: 48px;
}
@media (max-width: 921px) {
  .modal-eol .modal-body input[type="number"] {
    width: calc((100%) - 80px) !important;
  }
}
.modal-eol .modal-body .form-control.quantity {
  padding: 6px;
  height: 48px;
}
.modal-dialog-eol-product {
  max-width: 880px !important;
}
.modal-dialog-eol-product .replace-product-dialog-box {
  max-width: 880px;
}
.modal-dialog-eol-product .price-label-eol {
  padding: 0;
}
.modal-dialog-eol-product .price-label-eol .price-tag-edited .current-price {
  display: block;
  width: 100%;
  margin-bottom: 2px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: SansaPro-SemiBold;
  font-weight: normal;
  line-height: 1.1;
  color: #333333;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #f4da02;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c1ad02;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #f4da02;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #c1ad02;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unstyled.alert {
  padding-left: 15px;
  clear: both;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 150px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 170px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.homepage header {
  margin-bottom: 0px;
}
.homepage .wrapper {
  background: none;
  padding: 0;
}
.homepage .wrapper .main-container {
  width: 100%;
  padding: 0;
}
.homepage .main-container img {
  width: 100%;
}
.homepage .main-container .brands-carousel img {
  width: auto;
}
.homepage .content-container:not(.container) {
  padding: 0;
}
.homepage-carousel .carousel-indicators {
  bottom: 35%;
}
.brands-carousel {
  background-color: #eeeeee;
  padding: 40px 0;
}
.welcome-message {
  margin-top: 15px;
}
.welcome-message p {
  font-family: SansaPro-SemiBold;
  font-size: 21px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.welcome-message a {
  padding-right: 7.5px;
}
.homepage_layout3 .content-container {
  padding: 0;
}
.homepage_layout3 header {
  margin-bottom: 0px;
}
.usp_content_block {
  float: left;
  font-size: 13px;
  margin-top: 30px;
  margin-right: 15px;
}
.usp_content_block:last-child {
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .usp_content_block {
    font-size: 12px;
    margin-right: 6px;
  }
}
.usp_content_block .fa {
  background-color: #f4da02;
  border-radius: 25px;
  color: #fff;
  font-size: 27px;
  padding-top: 10px;
  height: 45px;
  width: 45px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .usp_content_block .fa {
    font-size: 18px;
    padding: 10px;
  }
}
.usp_content_block > span {
  color: #f4da02;
  display: inline-block;
  font-weight: bold;
  padding-left: 8px;
  padding-top: 14px;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 991px) {
  .usp_content_block > span {
    padding-left: 3px;
  }
}
.category_content_block {
  border: 1px solid #cccccc;
  float: left;
  margin-right: 15px;
  margin-top: 30px;
  width: 24%;
}
@media (max-width: 480px) {
  .category_content_block {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .category_content_block {
    width: 47.5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category_content_block {
    width: 48.9%;
  }
}
@media (min-width: 992px) {
  .category_content_block {
    margin-right: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category_content_block:nth-child(even) {
    margin-right: 0;
  }
}
.category_content_block:last-child {
  margin-right: 0;
}
.category_content_block .content-img {
  height: 160px;
}
.category_content_block > h4 {
  color: #f4da02;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 10px 0;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.category_content_block > span {
  display: block;
  font-size: 12px;
  padding: 0 10px;
}
.category_content_block .read_more {
  color: #ee7203;
  display: block;
  font-size: 13px;
  padding: 10px;
}
.category_content_block .read_more:hover,
.category_content_block .read_more:focus {
  color: #007bb0;
  text-decoration: underline;
}
.category_content_block:hover {
  box-shadow: 3px 3px 5px 6px rgba(0, 0, 0, 0.16);
}
.UDPC .usp {
  height: auto;
  float: left;
}
.ul-usp > li {
  padding-bottom: 15px;
}
.uspcontent {
  text-align: left;
}
.homepage .content-container.container {
  padding: 0;
  float: none;
}
.approval-required {
  background: url("../img/ic_approver_16.png") no-repeat;
  padding-left: 25px;
  display: inline-block;
  margin-bottom: 7.5px;
}
.stock-information {
  min-height: 25px;
  display: inline-block;
}
.stock-information.ajax-processing-state {
  width: 60px;
}
.stock-quantity-information {
  color: #00a4e3;
  display: inline-block;
  margin-left: 5px;
}
.stock-quantity-information:empty {
  display: none;
}
.referenceId {
  word-wrap: break-word;
}
ul.quick-links {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 15px 30px 0 0;
}
ul.quick-links li {
  float: left;
  margin-left: 30px;
}
ul.quick-links a {
  color: #00a4e3;
  font-size: 14px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: "Arial", "Helvetica", sans-serif;
}
.desktop-shopping-cart {
  position: absolute;
  right: 15px;
  width: 55px;
  height: 42px;
  z-index: 30;
}
.quick-cart-link {
  float: right;
  background: none;
  padding: 0;
  position: relative;
}
.quick-cart-link a {
  font-family: SansaConPro-Bold;
  color: #bbbbbb;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: bold;
}
.quick-cart-link a span.mini-cart-price {
  color: #00a4e3;
  font-size: 14px;
  white-space: nowrap;
}
.quick-cart-link a span.js-cart-count {
  display: none;
}
.quick-cart-link a span.glyphicon-shopping-cart {
  position: relative;
  top: 14px;
  right: -4px;
}
.quick-cart-link a span.glyphicon:before {
  font-size: 28px;
  margin-right: 7.5px;
  color: #333333;
}
.quick-cart-link a span.header-cart-counter {
  background: #f4da02;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #333333;
  font-size: 12px;
  height: 20px;
  line-height: 22px;
  position: absolute;
  right: 0;
  top: 7px;
  text-align: center;
  text-decoration: none;
  width: 22px;
}
.quick-cart-link > a {
  padding: 0 7.5px;
  white-space: nowrap;
}
.quick-cart-link.mini-cart-active {
  background: #f7f7f7;
  padding: 0px 24px;
  width: 100%;
  height: 50px;
  right: 0;
  top: 0;
}
.quick-cart-link.mini-cart-active a {
  color: #ffffff;
}
.quick-cart-link.mini-cart-active a span.glyphicon:before {
  color: #333;
}
.quick-cart-link.mini-cart-active a span.mini-cart-price {
  color: #00a4e3;
}
.quick-cart-link.mini-cart-active a span.glyphicon-shopping-cart {
  position: relative;
  left: -15px;
}
.quick-cart-link.mini-cart-active a:hover {
  color: #00a4e3;
}
.quick-cart-link .mini-cart {
  position: absolute;
  top: 50px;
  background: #f7f7f7;
  right: 0;
  z-index: 9999;
  width: 310px;
  padding: 15px 0;
  box-shadow: none;
}
.quick-cart-link .mini-cart .glyphicon-remove {
  float: right;
  padding-right: 15px;
  cursor: pointer;
  margin-bottom: 5px;
}
.quick-cart-link .mini-cart h3 {
  margin-top: 0;
  text-transform: capitalize;
}
.quick-cart-link .mini-cart .product-rows-block {
  max-height: 183px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 10px 0 5px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.quick-cart-link .mini-cart .product-rows-block .slider {
  position: relative;
}
.quick-cart-link .mini-cart .product-rows-block img {
  border: 1px solid #dddddd;
  width: 70px;
}
.quick-cart-link .mini-cart .btn-scroll-up {
  cursor: pointer;
  height: 22px;
  color: #00a4e3;
  width: 100%;
  margin: 0;
  padding: 2px 0 0 30px;
  text-align: center;
}
.quick-cart-link .mini-cart .btn-scroll-up.disabled {
  color: #d5d5d5;
}
.quick-cart-link .mini-cart .btn-scroll-down {
  cursor: pointer;
  height: 22px;
  color: #00a4e3;
  width: 100%;
  margin: 0;
  padding: 2px 0 0 0;
  text-align: center;
}
.quick-cart-link .mini-cart .btn-scroll-down.disabled {
  color: #d5d5d5;
}
.quick-cart-link .mini-cart .view-cart {
  font-family: SansaPro-SemiBold;
  font-size: 21px;
  margin: 10px 15px 0;
  width: 90%;
}
.quick-cart-link .mini-cart .empty-mini-cart {
  display: block;
  text-align: center;
}
.product-row {
  display: block;
  padding: 10px;
}
.product-row::before,
.product-row::after {
  display: table;
  content: " ";
}
.product-row::after {
  clear: both;
}
.product-row::before,
.product-row::after {
  display: table;
  content: " ";
}
.product-row::after {
  clear: both;
}
.product-row ~ .product-row {
  border-top: 1px solid #cccccc;
}
.product-row .mini-product-img {
  width: 30%;
  text-align: center;
  float: left;
}
.product-row .mini-product-info {
  float: right;
  text-align: left;
  width: 70%;
  padding-left: 15px;
}
.product-row .mini-product-info a {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #818181;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  text-overflow: ellipsis;
  margin: 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 3.75px;
  padding-top: 7.5px;
}
.product-row .mini-product-info .product-price {
  font-family: SansaPro-SemiBold;
  color: #333333;
  font-size: 21px;
  padding-bottom: 3.75px;
}
.product-row .mini-product-info .product-size {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #00a4e3;
  font-size: 14px;
}
.product-row .mini-product-info .cart-pli-data {
  font-size: 85%;
  color: #818181;
}
.product-row .mini-product-info .cart-pli-data span {
  width: 80px;
  display: inline-block;
}
.product-row .mini-product-info .qty-label {
  font-size: 85%;
  color: #818181;
}
.product-row .mini-product-info .qty-label span {
  width: 75px;
  display: inline-block;
}
.quote-list-quantity [data-spinner-plus],
.quote-list-quantity [data-spinner-minus] {
  padding: 6px 8px !important;
}
.quote-list-quantity input[type="number"] {
  width: 50px !important;
}
.quote-popup {
  margin-bottom: 0;
}
.quote-popup .list-item-row:last-child {
  border-bottom: none !important;
}
@media (max-width: 767px) {
  .modal-dialog .modal-footer .mbl_btn {
    width: 100%;
    margin: 5px 0;
  }
}
.laser-scan-page .icon-scanner {
  float: left;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='23px' viewBox='0 0 30 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EGroup 4%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='APP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='App_laserscan_input_version-1' transform='translate(-20.000000, -167.000000)' fill='%23333333'%3E%3Cg id='Group-4' transform='translate(20.000000, 167.000000)'%3E%3Cg id='scanner' fill-rule='nonzero'%3E%3Cpath d='M21.0348967,0.0231938202 C20.4949347,0.0231938202 7.11579302,0.0231938202 5.96692446,0.0231938202 C2.67655994,0.0231938202 0,2.81291292 0,6.2415927 C0,8.75156461 1.43407069,10.9191208 3.49372603,11.9004972 L1.35843012,21.7252444 C1.22717514,22.3339691 1.67159446,22.9088399 2.26549688,22.9088399 L8.00363964,22.9088399 C8.43826288,22.9088399 8.81522569,22.5954972 8.9107064,22.1535871 L9.99261446,17.1749916 L13.7647226,17.1749916 C14.5254062,17.1749916 14.9649275,16.2713371 14.5143082,15.6321826 C13.8998836,14.7606376 13.6959021,13.6474635 13.6692419,12.4599916 C13.8834535,12.4599916 20.8746875,12.4599916 21.0348967,12.4599916 C21.5482606,12.4599916 21.9649037,12.0258343 21.9649037,11.4908904 L21.9649037,0.992294944 C21.9649037,0.457351124 21.5482606,0.0231938202 21.0348967,0.0231938202 Z M20.1048898,10.5217893 L17.5932511,10.5217893 L17.5932511,1.96139607 L20.1048898,1.96139607 L20.1048898,10.5217893 Z M12.2364112,15.2367893 L10.4142176,15.2367893 L11.0174821,12.4599916 L11.807368,12.4599916 C11.8234881,13.4155253 11.9363289,14.3549073 12.2364112,15.2367893 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-Copy' transform='translate(27.000000, 6.500000) rotate(-270.000000) translate(-27.000000, -6.500000) translate(21.000000, 4.000000)'%3E%3Crect id='Rectangle' x='0.0310880829' y='0.0925925926' width='1.11917098' height='4.87654321' rx='0.1171875'%3E%3C/rect%3E%3Crect id='Rectangle-Copy' x='1.83419689' y='0.0925925926' width='1.11917098' height='4.87654321' rx='0.1171875'%3E%3C/rect%3E%3Crect id='Rectangle-Copy-4' x='7.80310881' y='0.0925925926' width='1.11917098' height='4.87654321' rx='0.1171875'%3E%3C/rect%3E%3Crect id='Rectangle-Copy-2' x='4.63212435' y='0.0308641975' width='2.23834197' height='4.87654321' rx='0.17578125'%3E%3C/rect%3E%3Crect id='Rectangle-Copy-3' x='9.73056995' y='0.0308641975' width='2.23834197' height='4.87654321' rx='0.17578125'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 30px;
  height: 23px;
  margin-right: 8px;
}
.laser-scan-page h1 {
  font-size: 29px;
  font-weight: 600;
  margin-top: -2px;
}
.laser-scan-page .scan-description {
  font-size: 16px;
  max-width: 509px;
}
.laser-scan-page .scan-input-heading {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.laser-scan-page .scan-form-control {
  border: 1px solid #fadb00;
  min-height: 300px;
  max-width: 850px;
}
.laser-scan-page .addToCart {
  width: 100%;
}
@media (min-width: 768px) {
  .laser-scan-page .addToCart {
    max-width: 480px;
  }
}
/**************** CATEGORY FILTER ROW ******************/
.filters-row {
  background-color: white;
  padding: 10px 0;
  margin: 0 0 15px;
  z-index: 0;
}
.filters-row a {
  color: #00a4e3;
  float: right;
}
.filters-row a.grid-view-link {
  margin-right: 15px;
}
.filters-row a.grid-active,
.filters-row a.list-active {
  color: #818181;
  cursor: default;
}
.filters-row a.grid-active:hover,
.filters-row a.list-active:hover {
  color: #818181;
}
.filters-row a span.glyphicon {
  font-size: 24px;
  line-height: 34px;
}
.filters-row a:hover {
  color: #e50000;
}
.filters-row .ws-product-listing-pagination.pagination-simple.pagination-simple-top {
  padding: 0 0 18px 0;
}
@media (max-width: 991px) {
  .filters-row .ws-product-listing-pagination.pagination-simple.pagination-simple-top {
    border-bottom: 2px solid #eaeaea;
  }
}
.filters-row .pagination-simple-top {
  width: 100%;
  position: relative;
}
.filters-row .pagination-simple-top a .pagination-button-small-left,
.filters-row .pagination-simple-top a .pagination-button-small-right {
  position: absolute;
  top: 0;
  width: 42px;
  height: 42px;
  line-height: 50px;
  background-color: #EAEAEA;
}
.filters-row .pagination-simple-top a .pagination-button-big-left,
.filters-row .pagination-simple-top a .pagination-button-big-right {
  position: absolute;
  top: 0;
  width: 60px;
  height: 42px;
  line-height: 50px;
  background-color: #EAEAEA;
}
.filters-row .pagination-simple-top a .pagination-button-small-left {
  left: 0px;
}
.filters-row .pagination-simple-top a .pagination-button-small-left::after {
  position: absolute;
  top: 13px;
  left: 10px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1818 2.87477L5.39677 8L10.1818 13.1252L7.50382 16L0 7.98548L7.50382 9.53674e-07L10.1818 2.87477Z' fill='black'/%3E%3Cpath d='M21.1818 2.87477L16.3968 8L21.1818 13.1252L18.5038 16L11 7.98548L18.5038 9.53674e-07L21.1818 2.87477Z' fill='black'/%3E%3C/svg%3E%0A");
  height: 16px;
  width: 22px;
}
.filters-row .pagination-simple-top a .pagination-button-small-right {
  right: 0px;
}
.filters-row .pagination-simple-top a .pagination-button-small-right::after {
  position: absolute;
  top: 13px;
  left: 10px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.1252L15.7851 8L11 2.87477L13.678 -6.56005e-07L21.1818 8.01452L13.678 16L11 13.1252Z' fill='black'/%3E%3Cpath d='M3.62093e-06 13.1252L4.78505 8L4.51705e-06 2.87477L2.678 -6.56005e-07L10.1818 8.01452L2.678 16L3.62093e-06 13.1252Z' fill='black'/%3E%3C/svg%3E");
  height: 16px;
  width: 22px;
}
.filters-row .pagination-simple-top a .pagination-button-big-left {
  left: 52px;
}
.filters-row .pagination-simple-top a .pagination-button-big-left::after {
  position: absolute;
  top: 13px;
  left: 24px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1818 2.87477L5.39677 8L10.1818 13.1252L7.50382 16L0 7.98548L7.50382 9.53674e-07L10.1818 2.87477Z' fill='black'/%3E%3C/svg%3E");
  height: 16px;
  width: 11px;
}
.filters-row .pagination-simple-top a .pagination-button-big-right {
  right: 52px;
}
.filters-row .pagination-simple-top a .pagination-button-big-right::after {
  position: absolute;
  top: 13px;
  left: 24px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.81818 13.1252L5.60323 8L0.818181 2.87477L3.49618 -6.56005e-07L11 8.01452L3.49617 16L0.81818 13.1252Z' fill='%23222222'/%3E%3C/svg%3E");
  height: 16px;
  width: 11px;
}
.filters-row .pagination-simple-top a:hover .pagination-button-small-left,
.filters-row .pagination-simple-top a:hover .pagination-button-small-right,
.filters-row .pagination-simple-top a:hover .pagination-button-big-right,
.filters-row .pagination-simple-top a:hover .pagination-button-big-left {
  background-color: #00a4e3;
}
.filters-row .pagination-simple-top a:hover .pagination-button-small-left::after {
  position: absolute;
  top: 13px;
  left: 10px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1818 2.87477L5.39677 8L10.1818 13.1252L7.50382 16L0 7.98548L7.50382 9.53674e-07L10.1818 2.87477Z' fill='white'/%3E%3Cpath d='M21.1818 2.87477L16.3968 8L21.1818 13.1252L18.5038 16L11 7.98548L18.5038 9.53674e-07L21.1818 2.87477Z' fill='white'/%3E%3C/svg%3E%0A");
  height: 16px;
  width: 22px;
}
.filters-row .pagination-simple-top a:hover .pagination-button-small-right::after {
  position: absolute;
  top: 13px;
  left: 10px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.1252L15.7851 8L11 2.87477L13.678 -6.56005e-07L21.1818 8.01452L13.678 16L11 13.1252Z' fill='white'/%3E%3Cpath d='M3.62093e-06 13.1252L4.78505 8L4.51705e-06 2.87477L2.678 -6.56005e-07L10.1818 8.01452L2.678 16L3.62093e-06 13.1252Z' fill='white'/%3E%3C/svg%3E");
  height: 16px;
  width: 22px;
}
.filters-row .pagination-simple-top a:hover .pagination-button-big-left {
  left: 52px;
}
.filters-row .pagination-simple-top a:hover .pagination-button-big-left::after {
  position: absolute;
  top: 13px;
  left: 24px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1818 2.87477L5.39677 8L10.1818 13.1252L7.50382 16L0 7.98548L7.50382 9.53674e-07L10.1818 2.87477Z' fill='white'/%3E%3C/svg%3E");
  height: 16px;
  width: 11px;
}
.filters-row .pagination-simple-top a:hover .pagination-button-big-right {
  right: 52px;
}
.filters-row .pagination-simple-top a:hover .pagination-button-big-right::after {
  position: absolute;
  top: 13px;
  left: 24px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.81818 13.1252L5.60323 8L0.818181 2.87477L3.49618 -6.56005e-07L11 8.01452L3.49617 16L0.81818 13.1252Z' fill='white'/%3E%3C/svg%3E");
  height: 16px;
  width: 11px;
}
.filters-row .pagination-simple-top .pagination-button-small-left,
.filters-row .pagination-simple-top .pagination-button-small-right {
  position: absolute;
  top: 0;
  width: 42px;
  height: 42px;
  line-height: 50px;
  background-color: #EAEAEA;
}
.filters-row .pagination-simple-top .pagination-button-big-left,
.filters-row .pagination-simple-top .pagination-button-big-right {
  position: absolute;
  top: 0;
  width: 60px;
  height: 42px;
  line-height: 50px;
  background-color: #EAEAEA;
}
.filters-row .pagination-simple-top .pagination-button-big-left {
  left: 52px;
}
.filters-row .pagination-simple-top .pagination-button-big-left::after {
  position: absolute;
  top: 13px;
  left: 24px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M10.1818 2.87477L5.39677 8L10.1818 13.1252L7.50382 16L0 7.98548L7.50382 9.53674e-07L10.1818 2.87477Z' fill='%237D7D7D'/%3E%3C/svg%3E");
  height: 16px;
  width: 11px;
}
.filters-row .pagination-simple-top .pagination-button-small-left {
  left: 0px;
}
.filters-row .pagination-simple-top .pagination-button-small-left::after {
  position: absolute;
  top: 13px;
  left: 10px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M10.1818 2.87477L5.39677 8L10.1818 13.1252L7.50382 16L0 7.98548L7.50382 9.53674e-07L10.1818 2.87477Z' fill='%237D7D7D'/%3E%3Cpath opacity='0.5' d='M21.1818 2.87477L16.3968 8L21.1818 13.1252L18.5038 16L11 7.98548L18.5038 9.53674e-07L21.1818 2.87477Z' fill='%237D7D7D'/%3E%3C/svg%3E");
  height: 16px;
  width: 22px;
}
.filters-row .pagination-simple-top .pagination-button-small-right {
  right: 0px;
}
.filters-row .pagination-simple-top .pagination-button-small-right::after {
  position: absolute;
  top: 13px;
  left: 10px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M11 13.1252L15.7851 8L11 2.87477L13.678 -6.56005e-07L21.1818 8.01452L13.678 16L11 13.1252Z' fill='%237D7D7D'/%3E%3Cpath opacity='0.5' d='M3.62093e-06 13.1252L4.78505 8L4.51705e-06 2.87477L2.678 -6.56005e-07L10.1818 8.01452L2.678 16L3.62093e-06 13.1252Z' fill='%237D7D7D'/%3E%3C/svg%3E");
  height: 16px;
  width: 22px;
}
.filters-row .pagination-simple-top .pagination-button-big-right {
  right: 52px;
}
.filters-row .pagination-simple-top .pagination-button-big-right::after {
  position: absolute;
  top: 13px;
  left: 24px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M0.81818 13.1252L5.60323 8L0.818181 2.87477L3.49618 -6.56005e-07L11 8.01452L3.49617 16L0.81818 13.1252Z' fill='%237D7D7D'/%3E%3C/svg%3E");
  height: 16px;
  width: 11px;
}
.filters-row .pagination-simple-top .page-numbers-top {
  line-height: 40px;
}
.filters-row .pagination-simple-top .pagination-button-small-right {
  right: 0px;
}
.filters-row .search-count {
  line-height: 34px;
}
.filters-row .search-count > span {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 991px) {
  .filters-row .filter-second-block {
    padding-left: 0;
  }
}
.filters-row .lister-paging {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  .filters-row .lister-paging {
    padding-right: 0;
    padding-left: 0;
  }
}
.filters-row .lister-paging.pagination-simple {
  float: left;
  width: 335px;
}
@media (max-width: 768px) {
  .filters-row .lister-paging.pagination-simple {
    margin: 0 auto;
    float: none;
    width: 100%;
  }
}
.lister-paging {
  padding-right: 0px;
}
@media (max-width: 991px) {
  .lister-paging {
    padding-right: 0px;
  }
}
.lister-paging.pagination-simple {
  float: left;
  width: 350px;
}
@media (max-width: 768px) {
  .lister-paging.pagination-simple {
    margin: 0 auto;
    float: none;
  }
}
.lister-paging.pagination-simple-bottom {
  width: 100%;
  min-width: 300px;
  text-align: center;
  padding: 0px;
}
.lister-paging .total-items {
  padding: 0;
}
.pagination-row {
  background-color: #eeeeee;
  padding: 10px 0;
  margin: 0 0 15px;
  z-index: 0;
}
.filter-buttons-sm {
  width: 140px;
  position: relative;
  top: 37px;
}
.sorting-row {
  position: relative;
  padding: 10px 0;
  margin: 0 0 15px;
  z-index: 5;
}
@media (max-width: 991px) {
  .sorting-row {
    padding: 0 0 0 15px;
    float: right;
  }
}
@media (max-width: 350px) {
  .sorting-row {
    width: 100%;
    padding: 0 0 0 0;
  }
}
.sorting-row .gridListView {
  position: absolute;
  right: 0px;
  top: 51px;
}
.sorting-row .gridListView a {
  font-size: 24px;
  color: #222222;
  margin-left: 5px;
}
.sorting-row .gridListView a:hover {
  color: #00a4e3;
}
.sorting-row .gridListView a.list-view-link.list-active,
.sorting-row .gridListView a.grid-view-link.grid-active {
  cursor: default;
  color: #eaeaea;
}
.sorting-row .sort-by {
  position: absolute;
  right: 89px;
  top: 44px;
}
@media (max-width: 991px) {
  .sorting-row .sort-by {
    position: relative;
    top: 0;
    right: 0;
    float: right;
  }
}
@media (max-width: 350px) {
  .sorting-row .sort-by {
    width: 100%;
  }
}
.sorting-row .sort-by .form-control {
  background-color: #EAEAEA;
  font-family: SansaPro-SemiBold;
  font-size: 11px;
  line-height: 39px;
  color: #222222;
  height: 42px;
  width: 181px;
  padding: 0 12px;
  border: 0px solid #ccc;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='12' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.96572 0.909093L8.09094 5.69414L13.2162 0.909093L16.0909 3.58709L8.07642 11.0909L0.090943 3.58709L2.96572 0.909093Z' fill='%23222222'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 16px;
}
@media (max-width: 767px) {
  .sorting-row .sort-by .form-control {
    width: 158px;
  }
}
@media (max-width: 350px) {
  .sorting-row .sort-by .form-control {
    width: 100%;
  }
}
.sorting-row .sort-by .form-control:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1252 10.1818L8 5.39677L2.87477 10.1818L-3.28003e-07 7.50382L8.01452 3.50326e-07L16 7.50382L13.1252 10.1818Z' fill='%23222222'/%3E%3C/svg%3E");
}
.sorting-row .sort-by .form-control option {
  font-size: 12px;
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
}
.sorting-row .sort-by .form-control option:active {
  background: #f4da02;
}
.pagination-total {
  line-height: 34px;
  font-size: 14px;
  float: left;
}
.pagination-sites {
  line-height: 34px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
@media (max-width: 991px) {
  .pagination-sites {
    margin-bottom: 15px;
  }
}
.pagination-sites .pagination-label {
  float: left;
  margin-bottom: 0px;
  font-weight: normal;
}
.pagination-sites .pagination-site-list {
  display: inline-block;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.pagination-sites .pagination-site-list li {
  float: left;
  margin-right: 15px;
}
.pagination-sites .pagination-site-list li .pagination-hide {
  display: none;
}
.ws-product-listing-pagination {
  padding: 3px 0 0 20px;
  text-align: center;
  float: left;
}
@media (max-width: 480px) {
  .ws-product-listing-pagination {
    padding: 3px 0 0 0;
  }
}
@media (max-width: 991px) {
  .ws-product-listing-pagination {
    margin-bottom: 15px;
  }
}
.ws-product-listing-pagination .ws-product-listing-filter-label {
  display: none;
}
.ws-product-listing-pagination .ws-product-listing-pagination-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.ws-product-listing-pagination .ws-product-listing-pagination-list li {
  float: left;
  margin-right: 5px;
  line-height: 0.5;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #00a4e3;
  cursor: pointer;
}
@media (max-width: 480px) {
  .ws-product-listing-pagination .ws-product-listing-pagination-list li {
    margin-right: 4px;
  }
}
.ws-product-listing-pagination .ws-product-listing-pagination-list li .ws-hide {
  display: none;
}
.ws-product-listing-pagination .ws-product-listing-pagination-list li a {
  padding: 8px;
}
@media (max-width: 480px) {
  .ws-product-listing-pagination .ws-product-listing-pagination-list li a {
    padding: 8px 6px;
  }
}
.ws-product-listing-pagination .ws-product-listing-pagination-list li.ws-product-listing-pagination-list-item-last {
  padding: 8px;
  cursor: default;
}
@media (max-width: 480px) {
  .ws-product-listing-pagination .ws-product-listing-pagination-list li.ws-product-listing-pagination-list-item-last {
    padding: 8px 6px;
  }
}
.ws-product-listing-pagination .ws-product-listing-pagination-list li.ws-product-listing-pagination-list-item-prev {
  padding: 8px;
  cursor: default;
}
@media (max-width: 480px) {
  .ws-product-listing-pagination .ws-product-listing-pagination-list li.ws-product-listing-pagination-list-item-prev {
    padding: 8px 6px;
  }
}
.ws-product-listing-pagination .ws-product-listing-pagination-list li:hover a {
  color: #ffffff;
  background-color: #00a4e3;
}
.ws-product-listing-pagination .ws-product-listing-pagination-list li.ws-product-listing-pagination-list-item-seperator {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: default;
  padding-top: 6px;
}
.ws-product-listing-pagination .ws-product-listing-pagination-list li.ws-product-listing-pagination-list-item-active {
  background-color: #00a4e3;
  color: #ffffff;
  padding: 8px;
  cursor: default;
}
@media (max-width: 480px) {
  .ws-product-listing-pagination .ws-product-listing-pagination-list li.ws-product-listing-pagination-list-item-active {
    padding: 8px 6px;
  }
}
.ws-product-listing-pagination.pagination-simple {
  padding-left: 0;
  display: block;
}
.ws-product-listing-pagination.pagination-simple.pagination-simple-bottom {
  display: inline-block;
  margin: 0 auto;
  float: none;
}
.ws-product-listing-pagination.pagination-simple .ws-product-listing-pagination-list .ws-product-listing-pagination-list-item {
  padding: 16px 0;
  background: none;
  border: none;
  color: #000;
}
.ws-product-listing-pagination.pagination-simple .ws-product-listing-pagination-list .ws-product-listing-pagination-list-item.pagination-button {
  background: #eaeaea;
  padding: 13px 25px;
  font-weight: bold;
  font-size: 26px;
  width: 60px;
}
.ws-product-listing-pagination.pagination-simple .ws-product-listing-pagination-list .ws-product-listing-pagination-list-item.pagination-button.pagination-button-small {
  padding: 13px 12px;
  width: 42px;
}
.ws-product-listing-pagination.pagination-simple .ws-product-listing-pagination-list .ws-product-listing-pagination-list-item a {
  padding: 0;
  color: black;
}
.ws-product-listing-pagination.pagination-simple .ws-product-listing-pagination-list .ws-product-listing-pagination-list-item:hover a {
  background: none;
}
.ws-product-listing-pagination.pagination-simple .ws-product-listing-pagination-list .ws-product-listing-pagination-list-item.ws-product-listing-pagination-list-item-of {
  line-height: 13px;
}
.ws-product-listing-pagination.pagination-simple .ws-product-listing-pagination-list .ws-product-listing-pagination-list-item.ws-product-listing-pagination-list-item-of:nth-child(3) {
  margin-left: 15px;
}
@media (max-width: 350px) {
  .ws-product-listing-pagination.pagination-simple .ws-product-listing-pagination-list .ws-product-listing-pagination-list-item.ws-product-listing-pagination-list-item-of:nth-child(3) {
    margin-left: 5px;
  }
}
.ws-product-listing-pagination.pagination-simple .ws-product-listing-pagination-list .ws-product-listing-pagination-list-item.ws-product-listing-pagination-list-item-of:nth-child(5) {
  margin-right: 15px;
}
@media (max-width: 350px) {
  .ws-product-listing-pagination.pagination-simple .ws-product-listing-pagination-list .ws-product-listing-pagination-list-item.ws-product-listing-pagination-list-item-of:nth-child(5) {
    margin-right: 5px;
  }
}
.search-contentlist {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}
.product-list .product-tile-list .product-variation-container .product-variation {
  display: inline-block;
  text-align: left;
  width: 199px;
  margin-right: 24px;
}
.product-list .product-tile-list .product-variation-container .product-variation:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .product-list .product-tile-list .product-variation-container .product-variation {
    width: 161px;
  }
}
.product-list .product-tile-list .variation-Products {
  min-width: 72px;
  float: left;
  margin: 0px 15px 9px 0;
}
.product-list .product-tile-list .variation-Products span {
  color: #222222;
  font-size: 12px;
  line-height: 24px;
  background-color: #eaeaea;
  padding: 5px 6px;
}
.product-list .product-tile-list .price-direct .product-price-NA-error .show-details-error {
  display: block;
  cursor: pointer;
  font-size: 11px;
  line-height: 15px;
  color: #00a4e3;
  position: absolute;
  top: 19px;
  left: 130px;
  height: 15px;
  width: 13px;
}
@media (max-width: 331px) {
  .product-list .product-tile-list .price-direct .product-price-NA-error .show-details-error {
    top: 36px;
    left: 57px;
  }
}
@media (max-width: 480px) {
  .product-list .product-tile-list .price-direct .product-price-NA-error .details-error {
    left: -170px;
  }
}
@media (max-width: 480px) {
  .product-list .product-tile-list .price-direct .product-price-NA-error .arrow-down {
    left: 167px;
  }
}
@media (max-width: 331px) {
  .product-list .product-tile-list .price-direct .product-price-NA-error .no-price {
    float: unset;
  }
}
@media (max-width: 331px) {
  .product-list .product-tile-list .price-direct .product-price-NA-error .price-note {
    top: -8px !important;
  }
}
.product-list .product-tile-list .product-availability {
  float: left;
}
.product-list .product-tile-list .product-availability .stock-information-label .stock-lable {
  margin-top: 0;
}
.product-list .product-tile-list .product-availability .stock-information-label .show-details-delivery {
  cursor: pointer;
  font-size: 11px;
  line-height: 15px;
  color: #00a4e3;
  position: absolute;
  top: 3px;
  right: -18px;
  height: 15px;
  width: 13px;
}
.product-list .product-tile-list .product-availability .stock-information-label .show-details-delivery .glyphicon-info-sign {
  height: 9px;
  width: 9px;
  color: #00a4e3;
}
.product-list .product-tile-list .product-availability .stock-information-label .show-details-delivery:hover {
  color: #e50000;
}
.product-list .product-tile-list .product-availability .stock-information-label .show-details-delivery:hover .glyphicon-info-sign {
  color: #e50000;
}
.product-list .product-tile-list .product-availability .stock-information-label .show-details-delivery:hover .details-delivery {
  display: block;
}
.product-list .product-tile-list .product-availability .stock-information-label .details-delivery {
  display: none;
  color: #333333;
  min-width: 202px;
  max-width: 202px;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  border: 1px solid #cccccc;
  background: #ffffff;
  position: absolute;
  left: -150px;
  padding: 10px;
  bottom: 27px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 5px 10px 0 rgba(0, 0, 0, 0.19);
}
@media (max-width: 332px) {
  .product-list .product-tile-list .product-availability .stock-information-label .details-delivery {
    right: -10px;
    left: unset;
  }
}
.product-list .product-tile-list .product-availability .stock-information-label .details-delivery .arrow-down {
  position: absolute;
  left: 147px;
  bottom: -8px;
  width: 15px;
  height: 15px;
  border: solid #cccccc;
  background: #ffffff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 332px) {
  .product-list .product-tile-list .product-availability .stock-information-label .details-delivery .arrow-down {
    left: 176px;
  }
}
.product-list .product-tile-list .product-availability .stock-information-label.in-stock-sufficient .stock-lable {
  background-color: unset;
  position: relative;
  padding: 0 0 0 20px;
  font-size: 12px;
  font-weight: 700;
  color: #5CB85C;
  width: unset;
}
.product-list .product-tile-list .product-availability .stock-information-label.in-stock-sufficient .stock-lable:before {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid #5CB85C;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-list .product-tile-list .product-availability .stock-information-label.limited-stock .stock-lable {
  background-color: unset;
  position: relative;
  padding: 0 0 0 20px;
  font-size: 12px;
  font-weight: 700;
  color: #F0AD4E;
  width: unset;
}
.product-list .product-tile-list .product-availability .stock-information-label.limited-stock .stock-lable:before {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid #F0AD4E;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-list .product-tile-list .product-availability .stock-information-label.orderable-stock .stock-lable {
  background-color: unset;
  position: relative;
  padding: 0 0 0 20px;
  font-size: 12px;
  font-weight: 700;
  color: #808080;
  width: unset;
}
.product-list .product-tile-list .product-availability .stock-information-label.orderable-stock .stock-lable:before {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid #808080;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-list .product-tile-list .product-availability .stock-information-label.no-stock-info {
  color: #a60000;
  font-weight: 700;
  padding-left: 18px;
  position: relative;
  top: -4px;
}
.product-list .product-tile-list .product-availability .stock-information-label.no-stock-info:before {
  content: "";
  background: url('../img/icons/plus.svg');
  height: 12px;
  width: 12px;
  position: absolute;
  top: 4px;
  left: 0;
}
.product-list .product-tile-list .product-availability .stock-information-label.no-stock-info .show-details-delivery {
  top: 4px;
}
@media (max-width: 332px) {
  .product-list .product-tile-list .product-availability .stock-information-label.no-stock-info .show-details-delivery {
    right: 0px;
  }
}
.product-list .product-tile-list .variation-block-desktop {
  padding: 0;
}
.product-list .product-tile-list .variation-block-mobile {
  padding: 0;
}
.product-list .product-tile-list .variation-block-mobile .product-variation-container .product-variation {
  width: 100%;
}
.product-list .product-price-error {
  padding-top: 3px;
}
.product-list .product-price-error:before {
  top: 6px;
}
.product-list .stock-information-label.in-stock-sufficient .stock-lable {
  background-color: unset;
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #5CB85C;
  width: unset;
}
.product-list .stock-information-label.in-stock-sufficient .stock-lable:before {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid #5CB85C;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-list .stock-information-label.limited-stock .stock-lable {
  background-color: unset;
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #F0AD4E;
  width: unset;
}
.product-list .stock-information-label.limited-stock .stock-lable:before {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid #F0AD4E;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-list .stock-information-label.orderable-stock .stock-lable {
  background-color: unset;
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #808080;
  width: unset;
}
.product-list .stock-information-label.orderable-stock .stock-lable:before {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid #808080;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-list {
  padding: 0;
  margin: 0;
}
.product-list .product-tile {
  position: relative;
  text-align: center;
}
.product-list .product-tile .product-image-container {
  position: relative;
  height: 205px;
}
.product-list .product-tile img {
  width: auto;
  height: 100%;
  padding-bottom: 0;
}
.product-list .product-tile .loader-image {
  height: unset !important;
}
.product-list .product-tile .product-variation-container {
  width: 100%;
}
.product-list .product-tile .product-variation-container .product-variation {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.product-list .product-tile .product-variation-container .product-variation .form-group {
  margin-bottom: 5px;
}
.product-list .product-tile .price-container {
  min-height: 30px;
  margin: 0 0 15px 0;
}
.product-list .product-tile .price-container .product-price {
  display: inline-block;
}
.product-list .product-tile .price-container .current-price #zeroPrice_btn {
  margin-left: 7.5px;
  font-size: 16px;
}
.product-list .product-tile .addToCart-button .addToCart {
  background-color: #7FAD00;
  border-color: #7FAD00;
  color: #ffffff;
  height: 40px;
  max-width: 226px;
  padding: 0 0;
  margin: 0 auto;
  text-align: -webkit-center;
}
.product-list .product-tile .addToCart-button .addToCart:hover {
  background-color: #729B00;
}
.product-list .product-tile .addToCart-button .addToCart .centerCart {
  text-align: center;
  position: relative;
  top: -1px;
  width: 100%;
}
.product-list .product-tile .addToCart-button .addToCart .centerCart .add-to-cart-text:before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.891341 0H2.56706C2.7691 0 2.95331 0.0672207 3.11969 0.201666C3.28608 0.336111 3.39304 0.501112 3.44058 0.696667L4.118 3.66667L20.0908 3.66667C20.3761 3.66667 20.6078 3.77972 20.7861 4.00583C20.9643 4.23194 21.0238 4.49167 20.9643 4.785L19.1817 13.4933C19.1222 13.75 18.9618 14.0097 18.7003 14.2725C18.4389 14.5353 18.1121 14.6667 17.7199 14.6667L6.43548 14.6667L7.29117 18.3333L16.8285 18.3333C17.0781 18.3333 17.2891 18.4219 17.4614 18.5992C17.6337 18.7764 17.7199 18.9933 17.7199 19.25C17.7199 19.5067 17.6337 19.7236 17.4614 19.9008C17.2891 20.0781 17.0781 20.1667 16.8285 20.1667H15.9372V21.0833C15.9372 21.34 15.851 21.5569 15.6787 21.7342C15.5064 21.9114 15.2954 22 15.0458 22C14.7963 22 14.5853 21.9114 14.413 21.7342C14.2407 21.5569 14.1545 21.34 14.1545 21.0833V20.1667H8.80645V21.0833C8.80645 21.34 8.72029 21.5569 8.54796 21.7342C8.37564 21.9114 8.16469 22 7.91511 22C7.66554 22 7.45458 21.9114 7.28226 21.7342C7.10993 21.5569 7.02377 21.34 7.02377 21.0833V20.1667H6.47114C6.25722 20.1667 6.06409 20.1056 5.89177 19.9833C5.71944 19.8611 5.59762 19.745 5.52632 19.635L5.43718 19.4517L1.85399 1.83333H0.891341C0.65365 1.83333 0.445671 1.74472 0.267402 1.5675C0.0891341 1.39028 0 1.17333 0 0.916666C0 0.66 0.0891341 0.443054 0.267402 0.265833C0.445671 0.0886097 0.65365 0 0.891341 0Z' fill='white'/%3E%3Cpath d='M11.7295 6.23322L12.8297 6.23322C12.9067 6.23322 12.9718 6.26061 13.0249 6.31539C13.0781 6.37016 13.1047 6.43722 13.1047 6.51655V8.49989H15.03C15.107 8.49989 15.1721 8.52728 15.2252 8.58205C15.2784 8.63683 15.305 8.70389 15.305 8.78322V9.91655C15.305 9.99589 15.2784 10.0629 15.2252 10.1177C15.1721 10.1725 15.107 10.1999 15.03 10.1999H13.1047V12.1832C13.1047 12.2626 13.0781 12.3296 13.0249 12.3844C12.9718 12.4392 12.9067 12.4666 12.8297 12.4666H11.7295C11.6525 12.4666 11.5874 12.4392 11.5342 12.3844C11.481 12.3296 11.4545 12.2626 11.4545 12.1832V10.1999H9.52919C9.45218 10.1999 9.38709 10.1725 9.33391 10.1177C9.28074 10.0629 9.25415 9.99589 9.25415 9.91655V8.78322C9.25415 8.70389 9.28074 8.63683 9.33391 8.58205C9.38709 8.52728 9.45218 8.49989 9.52919 8.49989H11.4545V6.51655C11.4545 6.43722 11.481 6.37016 11.5342 6.31539C11.5874 6.26061 11.6525 6.23322 11.7295 6.23322Z' fill='%237FAD00'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 22px;
  width: 21px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.product-list .product-tile .addToCart-button button[type=submit]:disabled.addToCart {
  background-color: #7D7D7D;
  border-color: #7D7D7D;
  opacity: 0.5;
  color: #ffffff;
}
.product-list .product-tile .addToCart-button button[type=submit]:disabled.addToCart .centerCart .add-to-cart-text:before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.891341 -4.76837e-07H2.56706C2.7691 -4.76837e-07 2.95331 0.0672215 3.11969 0.201666C3.28608 0.33611 3.39304 0.501111 3.44058 0.696667L4.118 3.66667L20.0908 3.66667C20.3761 3.66667 20.6078 3.77972 20.7861 4.00583C20.9643 4.23194 21.0238 4.49167 20.9643 4.785L19.1817 13.4933C19.1222 13.75 18.9618 14.0097 18.7003 14.2725C18.4389 14.5353 18.1121 14.6667 17.7199 14.6667L6.43548 14.6667L7.29117 18.3333L16.8285 18.3333C17.0781 18.3333 17.2891 18.4219 17.4614 18.5992C17.6337 18.7764 17.7199 18.9933 17.7199 19.25C17.7199 19.5067 17.6337 19.7236 17.4614 19.9008C17.2891 20.0781 17.0781 20.1667 16.8285 20.1667H15.9372V21.0833C15.9372 21.34 15.851 21.5569 15.6787 21.7342C15.5064 21.9114 15.2954 22 15.0458 22C14.7963 22 14.5853 21.9114 14.413 21.7342C14.2407 21.5569 14.1545 21.34 14.1545 21.0833V20.1667H8.80645V21.0833C8.80645 21.34 8.72029 21.5569 8.54796 21.7342C8.37564 21.9114 8.16469 22 7.91511 22C7.66554 22 7.45458 21.9114 7.28226 21.7342C7.10993 21.5569 7.02377 21.34 7.02377 21.0833V20.1667H6.47114C6.25722 20.1667 6.06409 20.1056 5.89177 19.9833C5.71944 19.8611 5.59762 19.745 5.52632 19.635L5.43718 19.4517L1.85399 1.83333H0.891341C0.65365 1.83333 0.445671 1.74472 0.267402 1.5675C0.0891341 1.39028 0 1.17333 0 0.916666C0 0.66 0.0891341 0.443055 0.267402 0.265832C0.445671 0.0886101 0.65365 -4.76837e-07 0.891341 -4.76837e-07Z' fill='white'/%3E%3Cpath opacity='1' d='M9.68743 7.53503L10.4654 6.7571C10.5198 6.70265 10.5852 6.67598 10.6615 6.67712C10.7379 6.67825 10.8041 6.70687 10.8602 6.76297L12.2626 8.16539L13.624 6.80402C13.6784 6.74957 13.7438 6.72291 13.8202 6.72404C13.8965 6.72518 13.9627 6.75379 14.0188 6.80989L14.8202 7.61128C14.8763 7.66737 14.9049 7.73359 14.906 7.80992C14.9072 7.88625 14.8805 7.95165 14.8261 8.0061L13.4647 9.36748L14.8671 10.7699C14.9232 10.826 14.9518 10.8922 14.953 10.9685C14.9541 11.0449 14.9274 11.1103 14.873 11.1647L14.0951 11.9427C14.0406 11.9971 13.9752 12.0238 13.8989 12.0226C13.8225 12.0215 13.7563 11.9929 13.7002 11.9368L12.2978 10.5344L10.9364 11.8957C10.882 11.9502 10.8166 11.9769 10.7403 11.9757C10.6639 11.9746 10.5977 11.946 10.5416 11.8899L9.74022 11.0885C9.68412 11.0324 9.6555 10.9662 9.65437 10.8898C9.65324 10.8135 9.6799 10.7481 9.73435 10.6937L11.0957 9.33228L9.69329 7.92986C9.6372 7.87376 9.60858 7.80754 9.60745 7.73121C9.60631 7.65488 9.63297 7.58948 9.68743 7.53503Z' fill='%237D7D7D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 22px;
  width: 21px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.product-list .product-tile .productDetails {
  background-color: #7FAD00;
  border-color: #7FAD00;
  color: #ffffff;
  height: 40px;
  max-width: 226px;
  padding: 10px 15px;
  text-align: -webkit-center;
  font-family: SansaPro-SemiBold;
  font-size: 14px;
  line-height: 26px;
  margin: 0 auto;
}
.product-list .product-tile .productDetails:hover {
  background-color: #729B00;
}
.product-list .product-tile .msgSuccess {
  background-color: #818181;
  color: #ffffff;
  display: none;
  position: absolute;
  top: 157px;
  left: -14px;
  width: 110.5%;
  z-index: 1;
  padding: 2px;
}
.product-list .product-tile .msgSuccess a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .product-list .product-tile .msgSuccess {
    width: 100%;
    left: 2px;
    top: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-list .product-tile .msgSuccess {
    width: 240px;
  }
}
.product-list .product-tile .msgError {
  background-color: #818181;
  display: none;
  position: absolute;
  top: 157px;
  left: -14px;
  width: 110.5%;
  z-index: 1;
  padding: 2px;
}
@media (max-width: 767px) {
  .product-list .product-tile .msgError {
    width: 100%;
    left: 2px;
    top: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-list .product-tile .msgError {
    width: 264px;
  }
}
.product-list .product-tile .msgError .help-block {
  color: #e50000;
}
.product-list .product-tile-list {
  border-top: 1px solid #cccccc;
  display: flex;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .product-list .product-tile-list {
    display: inherit;
    margin: 0 0;
  }
}
.product-list .product-tile-list .ajax-processing-state {
  background-position: right center;
}
@media (max-width: 767px) {
  .product-list .product-tile-list .ajax-processing-state {
    background-position: left center;
  }
}
.product-list .product-tile-list .log-in-link {
  text-align: center;
  padding: 0;
}
@media (max-width: 767px) {
  .product-list .product-tile-list .log-in-link {
    text-align: left;
  }
}
.product-list .product-tile-list .log-in-link .account-login .my-account-login {
  font-family: SansaPro-SemiBold;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
}
.product-list .product-tile-list .log-in-link .account-login .login-button {
  background: #7fad00;
  text-align: center;
  height: 48px;
  width: 161px;
  padding: 4% 25px;
}
.product-list .product-tile-list .log-in-link .account-login .login-button:hover {
  background: #729B00;
}
.product-list .product-tile-list .product-price {
  min-height: 30px;
  display: block !important;
  float: left;
  margin-right: 5px;
}
.product-list .product-tile-list .product-price .current-price {
  color: #00a4e3;
  font-size: 24px;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 700;
}
.product-list .product-tile-list .packagingText {
  color: #585858;
  clear: both;
}
.product-list .product-tile-list .price-ondemand .btn {
  float: right;
  width: auto;
}
.product-list .product-tile-list .product-stock-ondemand {
  float: right;
  width: 100%;
  min-height: 25px;
}
.product-list .product-tile-list .product-stock-ondemand .btn {
  float: right;
  margin-bottom: 5px;
  width: auto;
}
.product-list .product-tile-list .addtowislist-container {
  float: right;
}
.product-list .product-tile-list .addtowislist-container.addtowislistbtn-container {
  margin-top: 12px;
}
.product-list .product-tile-list .addtowislist-container.addtowislistbtn-container .addtowislistbtn {
  width: 161px;
  font-size: 14px;
  padding: 9px 0;
  text-transform: uppercase;
}
.product-list .product-tile-list .addtowislist-container.addtowislistbtn-container .addtowislistbtn:hover {
  color: white;
}
.product-list .product-tile-list .addtowislist-container.addtowislistbtn-container .addtowislistbtn .glyphicon {
  margin-right: 3px;
  top: 2px;
}
@media (max-width: 767px) {
  .product-list .product-tile-list .addtowislist-container.addtowislistbtn-container {
    width: 100%;
  }
  .product-list .product-tile-list .addtowislist-container.addtowislistbtn-container .addtowislistbtn {
    width: 100%;
  }
}
.product-list .product-tile-list .product-right-block .product-list-addTocartClock .addtocart-container .addtocart-block {
  display: inline;
  background: orange;
}
.product-list .product-tile-list .product-right-block .product-list-addTocartClock .addtocart-container .addtocart-block .add-to-cart .btn {
  width: 161px !important;
  background: #7fad00;
  color: white;
  float: right;
  padding: 9px 0;
  height: 48px;
}
.product-list .product-tile-list .product-right-block .product-list-addTocartClock .addtocart-container .addtocart-block .add-to-cart .btn .glyphicon-shopping-cart::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.891341 0H2.56706C2.7691 0 2.95331 0.0672207 3.11969 0.201666C3.28608 0.336111 3.39304 0.501112 3.44058 0.696667L4.118 3.66667L20.0908 3.66667C20.3761 3.66667 20.6078 3.77972 20.7861 4.00583C20.9643 4.23194 21.0238 4.49167 20.9643 4.785L19.1817 13.4933C19.1222 13.75 18.9618 14.0097 18.7003 14.2725C18.4389 14.5353 18.1121 14.6667 17.7199 14.6667L6.43548 14.6667L7.29117 18.3333L16.8285 18.3333C17.0781 18.3333 17.2891 18.4219 17.4614 18.5992C17.6337 18.7764 17.7199 18.9933 17.7199 19.25C17.7199 19.5067 17.6337 19.7236 17.4614 19.9008C17.2891 20.0781 17.0781 20.1667 16.8285 20.1667H15.9372V21.0833C15.9372 21.34 15.851 21.5569 15.6787 21.7342C15.5064 21.9114 15.2954 22 15.0458 22C14.7963 22 14.5853 21.9114 14.413 21.7342C14.2407 21.5569 14.1545 21.34 14.1545 21.0833V20.1667H8.80645V21.0833C8.80645 21.34 8.72029 21.5569 8.54796 21.7342C8.37564 21.9114 8.16469 22 7.91511 22C7.66554 22 7.45458 21.9114 7.28226 21.7342C7.10993 21.5569 7.02377 21.34 7.02377 21.0833V20.1667H6.47114C6.25722 20.1667 6.06409 20.1056 5.89177 19.9833C5.71944 19.8611 5.59762 19.745 5.52632 19.635L5.43718 19.4517L1.85399 1.83333H0.891341C0.65365 1.83333 0.445671 1.74472 0.267402 1.5675C0.0891341 1.39028 0 1.17333 0 0.916666C0 0.66 0.0891341 0.443054 0.267402 0.265833C0.445671 0.0886097 0.65365 0 0.891341 0Z' fill='white'/%3E%3Cpath d='M11.7295 6.23322L12.8297 6.23322C12.9067 6.23322 12.9718 6.26061 13.0249 6.31539C13.0781 6.37016 13.1047 6.43722 13.1047 6.51655V8.49989H15.03C15.107 8.49989 15.1721 8.52728 15.2252 8.58205C15.2784 8.63683 15.305 8.70389 15.305 8.78322V9.91655C15.305 9.99589 15.2784 10.0629 15.2252 10.1177C15.1721 10.1725 15.107 10.1999 15.03 10.1999H13.1047V12.1832C13.1047 12.2626 13.0781 12.3296 13.0249 12.3844C12.9718 12.4392 12.9067 12.4666 12.8297 12.4666H11.7295C11.6525 12.4666 11.5874 12.4392 11.5342 12.3844C11.481 12.3296 11.4545 12.2626 11.4545 12.1832V10.1999H9.52919C9.45218 10.1999 9.38709 10.1725 9.33391 10.1177C9.28074 10.0629 9.25415 9.99589 9.25415 9.91655V8.78322C9.25415 8.70389 9.28074 8.63683 9.33391 8.58205C9.38709 8.52728 9.45218 8.49989 9.52919 8.49989H11.4545V6.51655C11.4545 6.43722 11.481 6.37016 11.5342 6.31539C11.5874 6.26061 11.6525 6.23322 11.7295 6.23322Z' fill='%237FAD00'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 22px;
  width: 21px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  top: 2px;
}
.product-list .product-tile-list .product-right-block .product-list-addTocartClock .addtocart-container .addtocart-block .add-to-cart .btn:disabled,
.product-list .product-tile-list .product-right-block .product-list-addTocartClock .addtocart-container .addtocart-block .add-to-cart .btn[disabled] {
  background-color: rgba(125, 125, 125, 0.5);
  opacity: 1;
}
.product-list .product-tile-list .product-right-block .product-list-addTocartClock .addtocart-container .addtocart-block .add-to-cart .btn:disabled .glyphicon-shopping-cart::before,
.product-list .product-tile-list .product-right-block .product-list-addTocartClock .addtocart-container .addtocart-block .add-to-cart .btn[disabled] .glyphicon-shopping-cart::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.891341 -4.76837e-07H2.56706C2.7691 -4.76837e-07 2.95331 0.0672215 3.11969 0.201666C3.28608 0.33611 3.39304 0.501111 3.44058 0.696667L4.118 3.66667L20.0908 3.66667C20.3761 3.66667 20.6078 3.77972 20.7861 4.00583C20.9643 4.23194 21.0238 4.49167 20.9643 4.785L19.1817 13.4933C19.1222 13.75 18.9618 14.0097 18.7003 14.2725C18.4389 14.5353 18.1121 14.6667 17.7199 14.6667L6.43548 14.6667L7.29117 18.3333L16.8285 18.3333C17.0781 18.3333 17.2891 18.4219 17.4614 18.5992C17.6337 18.7764 17.7199 18.9933 17.7199 19.25C17.7199 19.5067 17.6337 19.7236 17.4614 19.9008C17.2891 20.0781 17.0781 20.1667 16.8285 20.1667H15.9372V21.0833C15.9372 21.34 15.851 21.5569 15.6787 21.7342C15.5064 21.9114 15.2954 22 15.0458 22C14.7963 22 14.5853 21.9114 14.413 21.7342C14.2407 21.5569 14.1545 21.34 14.1545 21.0833V20.1667H8.80645V21.0833C8.80645 21.34 8.72029 21.5569 8.54796 21.7342C8.37564 21.9114 8.16469 22 7.91511 22C7.66554 22 7.45458 21.9114 7.28226 21.7342C7.10993 21.5569 7.02377 21.34 7.02377 21.0833V20.1667H6.47114C6.25722 20.1667 6.06409 20.1056 5.89177 19.9833C5.71944 19.8611 5.59762 19.745 5.52632 19.635L5.43718 19.4517L1.85399 1.83333H0.891341C0.65365 1.83333 0.445671 1.74472 0.267402 1.5675C0.0891341 1.39028 0 1.17333 0 0.916666C0 0.66 0.0891341 0.443055 0.267402 0.265832C0.445671 0.0886101 0.65365 -4.76837e-07 0.891341 -4.76837e-07Z' fill='white'/%3E%3Cpath opacity='0.5' d='M9.68743 7.53503L10.4654 6.7571C10.5198 6.70265 10.5852 6.67598 10.6615 6.67712C10.7379 6.67825 10.8041 6.70687 10.8602 6.76297L12.2626 8.16539L13.624 6.80402C13.6784 6.74957 13.7438 6.72291 13.8202 6.72404C13.8965 6.72518 13.9627 6.75379 14.0188 6.80989L14.8202 7.61128C14.8763 7.66737 14.9049 7.73359 14.906 7.80992C14.9072 7.88625 14.8805 7.95165 14.8261 8.0061L13.4647 9.36748L14.8671 10.7699C14.9232 10.826 14.9518 10.8922 14.953 10.9685C14.9541 11.0449 14.9274 11.1103 14.873 11.1647L14.0951 11.9427C14.0406 11.9971 13.9752 12.0238 13.8989 12.0226C13.8225 12.0215 13.7563 11.9929 13.7002 11.9368L12.2978 10.5344L10.9364 11.8957C10.882 11.9502 10.8166 11.9769 10.7403 11.9757C10.6639 11.9746 10.5977 11.946 10.5416 11.8899L9.74022 11.0885C9.68412 11.0324 9.6555 10.9662 9.65437 10.8898C9.65324 10.8135 9.6799 10.7481 9.73435 10.6937L11.0957 9.33228L9.69329 7.92986C9.6372 7.87376 9.60858 7.80754 9.60745 7.73121C9.60631 7.65488 9.63297 7.58948 9.68743 7.53503Z' fill='%237D7D7D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 22px;
  width: 21px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  top: 2px;
}
.product-list .product-tile-list .add-to-compare {
  float: right;
  display: block;
  width: 100%;
  text-align: right;
}
.product-list .product-tile-list .product-lifecycle-status {
  float: right;
}
.product-list .product-tile-list .product-list-actions-container * ~ * {
  margin-top: 15px;
}
.product-list .product-tile-list .product-list-addTocartClock {
  position: relative;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .product-list .product-tile-list .product-list-addTocartClock {
    float: right;
  }
}
@media (max-width: 767px) {
  .product-list .product-tile-list .product-list-addTocartClock {
    padding-left: 0;
    float: left;
    text-align: left;
  }
}
.product-list .product-tile-list .product-list-addTocartClock .price-desktop {
  padding: 0 0 0 71px;
  position: relative;
}
@media (max-width: 1199px) {
  .product-list .product-tile-list .product-list-addTocartClock .price-desktop {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 991px) {
  .product-list .product-tile-list .product-list-addTocartClock .price-desktop {
    padding: 0 0 0 110px;
  }
}
.product-list .product-tile-list .product-list-addTocartClock .price-note {
  color: #7d7d7d;
  font-size: 10px;
}
.product-list .product-tile-list .product-list-addTocartClock .stock-available a {
  display: none;
}
.product-list .product-tile-list .product-list-addTocartClock .msgSuccess {
  background-color: #818181;
  color: #ffffff;
  display: none;
  position: absolute;
  left: -231px;
  bottom: 0;
  width: 225px;
  padding: 2px;
  text-align: center;
  z-index: 9999;
}
@media (min-width: 480px) and (max-width: 767px) {
  .product-list .product-tile-list .product-list-addTocartClock .msgSuccess {
    width: 175px;
    left: -178px;
  }
}
@media (max-width: 480px) {
  .product-list .product-tile-list .product-list-addTocartClock .msgSuccess {
    width: 145px;
    left: -145px;
  }
}
.product-list .product-tile-list .product-list-addTocartClock .msgSuccess a {
  color: #ffffff;
}
.product-list .product-tile-list .product-list-addTocartClock .msgError {
  background-color: #818181;
  display: none;
  position: absolute;
  left: -180px;
  top: 125px;
  width: 225px;
  padding: 2px;
  text-align: center;
  z-index: 9999;
}
@media (max-width: 480px) {
  .product-list .product-tile-list .product-list-addTocartClock .msgError {
    width: 175px;
    left: -178px;
  }
}
.product-list .product-tile-list .product-list-addTocartClock .msgError .help-block {
  color: #e50000;
}
.product-list .product-tile-list .product-list-addTocartClock .product-quantity {
  margin-right: 0!important;
  margin-left: 0!important;
  margin-bottom: 0;
}
.product-list .product-tile-list .product-list-addTocartClock .product-quantity .form-group {
  margin-top: 16px;
  margin-right: 0;
}
.product-list .product-tile-list .product-list-addTocartClock .product-quantity .form-group .help-block {
  float: right;
  text-align: right;
}
@media (max-width: 480px) {
  .product-list .product-tile-list .product-list-addTocartClock .product-quantity .form-group .help-block {
    float: none;
  }
}
.product-list .product-tile-list .mobile-bottom-cart-controls .addToCart.btn {
  width: 100%;
  height: 48px;
  background: #7fad00;
  color: white;
}
.product-list .product-tile-list .mobile-bottom-cart-controls .addToCart.btn .glyphicon-shopping-cart::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.891341 0H2.56706C2.7691 0 2.95331 0.0672207 3.11969 0.201666C3.28608 0.336111 3.39304 0.501112 3.44058 0.696667L4.118 3.66667L20.0908 3.66667C20.3761 3.66667 20.6078 3.77972 20.7861 4.00583C20.9643 4.23194 21.0238 4.49167 20.9643 4.785L19.1817 13.4933C19.1222 13.75 18.9618 14.0097 18.7003 14.2725C18.4389 14.5353 18.1121 14.6667 17.7199 14.6667L6.43548 14.6667L7.29117 18.3333L16.8285 18.3333C17.0781 18.3333 17.2891 18.4219 17.4614 18.5992C17.6337 18.7764 17.7199 18.9933 17.7199 19.25C17.7199 19.5067 17.6337 19.7236 17.4614 19.9008C17.2891 20.0781 17.0781 20.1667 16.8285 20.1667H15.9372V21.0833C15.9372 21.34 15.851 21.5569 15.6787 21.7342C15.5064 21.9114 15.2954 22 15.0458 22C14.7963 22 14.5853 21.9114 14.413 21.7342C14.2407 21.5569 14.1545 21.34 14.1545 21.0833V20.1667H8.80645V21.0833C8.80645 21.34 8.72029 21.5569 8.54796 21.7342C8.37564 21.9114 8.16469 22 7.91511 22C7.66554 22 7.45458 21.9114 7.28226 21.7342C7.10993 21.5569 7.02377 21.34 7.02377 21.0833V20.1667H6.47114C6.25722 20.1667 6.06409 20.1056 5.89177 19.9833C5.71944 19.8611 5.59762 19.745 5.52632 19.635L5.43718 19.4517L1.85399 1.83333H0.891341C0.65365 1.83333 0.445671 1.74472 0.267402 1.5675C0.0891341 1.39028 0 1.17333 0 0.916666C0 0.66 0.0891341 0.443054 0.267402 0.265833C0.445671 0.0886097 0.65365 0 0.891341 0Z' fill='white'/%3E%3Cpath d='M11.7295 6.23322L12.8297 6.23322C12.9067 6.23322 12.9718 6.26061 13.0249 6.31539C13.0781 6.37016 13.1047 6.43722 13.1047 6.51655V8.49989H15.03C15.107 8.49989 15.1721 8.52728 15.2252 8.58205C15.2784 8.63683 15.305 8.70389 15.305 8.78322V9.91655C15.305 9.99589 15.2784 10.0629 15.2252 10.1177C15.1721 10.1725 15.107 10.1999 15.03 10.1999H13.1047V12.1832C13.1047 12.2626 13.0781 12.3296 13.0249 12.3844C12.9718 12.4392 12.9067 12.4666 12.8297 12.4666H11.7295C11.6525 12.4666 11.5874 12.4392 11.5342 12.3844C11.481 12.3296 11.4545 12.2626 11.4545 12.1832V10.1999H9.52919C9.45218 10.1999 9.38709 10.1725 9.33391 10.1177C9.28074 10.0629 9.25415 9.99589 9.25415 9.91655V8.78322C9.25415 8.70389 9.28074 8.63683 9.33391 8.58205C9.38709 8.52728 9.45218 8.49989 9.52919 8.49989H11.4545V6.51655C11.4545 6.43722 11.481 6.37016 11.5342 6.31539C11.5874 6.26061 11.6525 6.23322 11.7295 6.23322Z' fill='%237FAD00'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 22px;
  width: 21px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  top: 2px;
}
.product-list .product-tile-list .mobile-bottom-cart-controls .add-to-cart .btn {
  max-width: 161px;
  background: #7fad00;
  color: white;
  float: right;
  padding: 9px 0;
  height: 48px;
}
.product-list .product-tile-list .mobile-bottom-cart-controls .add-to-cart .btn .glyphicon-shopping-cart::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.891341 0H2.56706C2.7691 0 2.95331 0.0672207 3.11969 0.201666C3.28608 0.336111 3.39304 0.501112 3.44058 0.696667L4.118 3.66667L20.0908 3.66667C20.3761 3.66667 20.6078 3.77972 20.7861 4.00583C20.9643 4.23194 21.0238 4.49167 20.9643 4.785L19.1817 13.4933C19.1222 13.75 18.9618 14.0097 18.7003 14.2725C18.4389 14.5353 18.1121 14.6667 17.7199 14.6667L6.43548 14.6667L7.29117 18.3333L16.8285 18.3333C17.0781 18.3333 17.2891 18.4219 17.4614 18.5992C17.6337 18.7764 17.7199 18.9933 17.7199 19.25C17.7199 19.5067 17.6337 19.7236 17.4614 19.9008C17.2891 20.0781 17.0781 20.1667 16.8285 20.1667H15.9372V21.0833C15.9372 21.34 15.851 21.5569 15.6787 21.7342C15.5064 21.9114 15.2954 22 15.0458 22C14.7963 22 14.5853 21.9114 14.413 21.7342C14.2407 21.5569 14.1545 21.34 14.1545 21.0833V20.1667H8.80645V21.0833C8.80645 21.34 8.72029 21.5569 8.54796 21.7342C8.37564 21.9114 8.16469 22 7.91511 22C7.66554 22 7.45458 21.9114 7.28226 21.7342C7.10993 21.5569 7.02377 21.34 7.02377 21.0833V20.1667H6.47114C6.25722 20.1667 6.06409 20.1056 5.89177 19.9833C5.71944 19.8611 5.59762 19.745 5.52632 19.635L5.43718 19.4517L1.85399 1.83333H0.891341C0.65365 1.83333 0.445671 1.74472 0.267402 1.5675C0.0891341 1.39028 0 1.17333 0 0.916666C0 0.66 0.0891341 0.443054 0.267402 0.265833C0.445671 0.0886097 0.65365 0 0.891341 0Z' fill='white'/%3E%3Cpath d='M11.7295 6.23322L12.8297 6.23322C12.9067 6.23322 12.9718 6.26061 13.0249 6.31539C13.0781 6.37016 13.1047 6.43722 13.1047 6.51655V8.49989H15.03C15.107 8.49989 15.1721 8.52728 15.2252 8.58205C15.2784 8.63683 15.305 8.70389 15.305 8.78322V9.91655C15.305 9.99589 15.2784 10.0629 15.2252 10.1177C15.1721 10.1725 15.107 10.1999 15.03 10.1999H13.1047V12.1832C13.1047 12.2626 13.0781 12.3296 13.0249 12.3844C12.9718 12.4392 12.9067 12.4666 12.8297 12.4666H11.7295C11.6525 12.4666 11.5874 12.4392 11.5342 12.3844C11.481 12.3296 11.4545 12.2626 11.4545 12.1832V10.1999H9.52919C9.45218 10.1999 9.38709 10.1725 9.33391 10.1177C9.28074 10.0629 9.25415 9.99589 9.25415 9.91655V8.78322C9.25415 8.70389 9.28074 8.63683 9.33391 8.58205C9.38709 8.52728 9.45218 8.49989 9.52919 8.49989H11.4545V6.51655C11.4545 6.43722 11.481 6.37016 11.5342 6.31539C11.5874 6.26061 11.6525 6.23322 11.7295 6.23322Z' fill='%237FAD00'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 22px;
  width: 21px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  top: 2px;
}
.product-list .product-tile-list .mobile-bottom-cart-controls .add-to-cart .btn:disabled,
.product-list .product-tile-list .mobile-bottom-cart-controls .add-to-cart .btn[disabled] {
  background-color: rgba(125, 125, 125, 0.5);
  opacity: 1;
}
.product-list .product-tile-list .mobile-bottom-cart-controls .add-to-cart .btn:disabled .glyphicon-shopping-cart::before,
.product-list .product-tile-list .mobile-bottom-cart-controls .add-to-cart .btn[disabled] .glyphicon-shopping-cart::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.891341 -4.76837e-07H2.56706C2.7691 -4.76837e-07 2.95331 0.0672215 3.11969 0.201666C3.28608 0.33611 3.39304 0.501111 3.44058 0.696667L4.118 3.66667L20.0908 3.66667C20.3761 3.66667 20.6078 3.77972 20.7861 4.00583C20.9643 4.23194 21.0238 4.49167 20.9643 4.785L19.1817 13.4933C19.1222 13.75 18.9618 14.0097 18.7003 14.2725C18.4389 14.5353 18.1121 14.6667 17.7199 14.6667L6.43548 14.6667L7.29117 18.3333L16.8285 18.3333C17.0781 18.3333 17.2891 18.4219 17.4614 18.5992C17.6337 18.7764 17.7199 18.9933 17.7199 19.25C17.7199 19.5067 17.6337 19.7236 17.4614 19.9008C17.2891 20.0781 17.0781 20.1667 16.8285 20.1667H15.9372V21.0833C15.9372 21.34 15.851 21.5569 15.6787 21.7342C15.5064 21.9114 15.2954 22 15.0458 22C14.7963 22 14.5853 21.9114 14.413 21.7342C14.2407 21.5569 14.1545 21.34 14.1545 21.0833V20.1667H8.80645V21.0833C8.80645 21.34 8.72029 21.5569 8.54796 21.7342C8.37564 21.9114 8.16469 22 7.91511 22C7.66554 22 7.45458 21.9114 7.28226 21.7342C7.10993 21.5569 7.02377 21.34 7.02377 21.0833V20.1667H6.47114C6.25722 20.1667 6.06409 20.1056 5.89177 19.9833C5.71944 19.8611 5.59762 19.745 5.52632 19.635L5.43718 19.4517L1.85399 1.83333H0.891341C0.65365 1.83333 0.445671 1.74472 0.267402 1.5675C0.0891341 1.39028 0 1.17333 0 0.916666C0 0.66 0.0891341 0.443055 0.267402 0.265832C0.445671 0.0886101 0.65365 -4.76837e-07 0.891341 -4.76837e-07Z' fill='white'/%3E%3Cpath opacity='0.5' d='M9.68743 7.53503L10.4654 6.7571C10.5198 6.70265 10.5852 6.67598 10.6615 6.67712C10.7379 6.67825 10.8041 6.70687 10.8602 6.76297L12.2626 8.16539L13.624 6.80402C13.6784 6.74957 13.7438 6.72291 13.8202 6.72404C13.8965 6.72518 13.9627 6.75379 14.0188 6.80989L14.8202 7.61128C14.8763 7.66737 14.9049 7.73359 14.906 7.80992C14.9072 7.88625 14.8805 7.95165 14.8261 8.0061L13.4647 9.36748L14.8671 10.7699C14.9232 10.826 14.9518 10.8922 14.953 10.9685C14.9541 11.0449 14.9274 11.1103 14.873 11.1647L14.0951 11.9427C14.0406 11.9971 13.9752 12.0238 13.8989 12.0226C13.8225 12.0215 13.7563 11.9929 13.7002 11.9368L12.2978 10.5344L10.9364 11.8957C10.882 11.9502 10.8166 11.9769 10.7403 11.9757C10.6639 11.9746 10.5977 11.946 10.5416 11.8899L9.74022 11.0885C9.68412 11.0324 9.6555 10.9662 9.65437 10.8898C9.65324 10.8135 9.6799 10.7481 9.73435 10.6937L11.0957 9.33228L9.69329 7.92986C9.6372 7.87376 9.60858 7.80754 9.60745 7.73121C9.60631 7.65488 9.63297 7.58948 9.68743 7.53503Z' fill='%237D7D7D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 22px;
  width: 21px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  top: 2px;
}
.product-list .product-tile-list .mobile-bottom-cart-controls .product-quantity .quantity-btn {
  height: 48px;
}
.product-list .product-tile-list .mobile-bottom-cart-controls .product-quantity .quantity-btn .glyphicon {
  top: 7px;
}
@media (max-width: 480px) {
  .product-list .product-tile-list .mobile-bottom-cart-controls .product-quantity .quantity-btn .glyphicon {
    left: 0;
  }
}
.product-list .product-tile-list .mobile-bottom-cart-controls .product-quantity .input-quantity {
  height: 48px;
}
@media (max-width: 355px) {
  .product-list .product-tile-list .mobile-bottom-cart-controls .product-quantity .input-quantity {
    width: 53px !important;
  }
}
.product-list .product-list-item {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1px;
  padding-bottom: 30px;
  list-style-type: none;
  position: relative;
  outline: none;
}
.product-list .product-list-item.grid-view {
  max-width: 50%;
  min-width: 202px;
}
@media (max-width: 450px) {
  .product-list .product-list-item.grid-view {
    width: 100%;
    max-width: 100%;
  }
}
.product-list .product-list-item.grid-view:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 992px) {
  .product-list .product-list-item.grid-view:nth-child(2n+1) {
    clear: none;
  }
  .product-list .product-list-item.grid-view:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  .product-list .product-list-item.grid-view:hover {
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16);
    border: 1px solid #dddddd;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 29px;
    padding-top: 0px;
  }
}
.product-list .product-list-item.grid-view:hover .express-shop-trigger,
.product-list .product-list-item.grid-view:hover .addtocart-trigger {
  display: block;
}
@media (min-width: 768px) {
  .product-list .product-list-item.slick-slide:hover {
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16);
    border: 1px solid #dddddd;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 29px;
    padding-top: 0px;
  }
}
.product-list .product-list-item.slick-slide:hover .express-shop-trigger,
.product-list .product-list-item.slick-slide:hover .addtocart-trigger {
  display: block;
}
.product-list .product-list-item.list-view {
  width: 100%;
  padding-bottom: 15px;
}
.product-list .product-list-item.list-view a.product-title {
  text-align: left;
  padding-top: 0;
}
.product-list .product-list-item.list-view .product-description {
  margin-bottom: 10px;
}
.product-list .product-list-item.list-view .product-right-block {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .product-list .product-list-item.list-view .product-right-block {
    padding-top: 0;
    padding-right: 0;
  }
}
.product-list .product-list-item.list-view .product-right-block .right-form {
  float: right;
  margin-top: 5px;
  width: 100%;
}
@media (max-width: 767px) {
  .product-list .product-list-item.list-view .product-right-block .right-form {
    text-align: left;
  }
}
.product-list .product-list-item.list-view .product-right-block .price-ondemand .btn {
  width: 150px;
}
.product-list .product-list-item.list-view .product-right-block .product-stock-ondemand .btn {
  width: 150px;
}
.product-list .product-list-item.list-view .product-right-block .product-stock {
  margin-top: 5px;
  margin-bottom: 10px;
}
.product-list .product-list-item.list-view .product-right-block .product-stock .stock-information {
  float: right;
}
.product-list .product-list-item.list-view .product-right-block .product-stock .stock-information .stock-lable {
  float: right;
  margin-right: 0;
}
@media (max-width: 767px) {
  .product-list .product-list-item.list-view .product-right-block .product-stock .stock-information {
    float: left;
  }
  .product-list .product-list-item.list-view .product-right-block .product-stock .stock-information .stock-lable {
    float: left;
  }
  .product-list .product-list-item.list-view .product-right-block .product-stock .stock-information .stock-available a {
    padding-left: 0;
  }
}
.product-list .product-list-item.list-view .product-right-block .addtocart-container .add-to-cart .btn {
  width: 100%;
  padding: 6px 0;
  border: none;
}
.product-list .product-list-item.list-view .product-right-block .product-quantity div[data-spinner] {
  float: right;
}
.product-list .product-list-item.list-view .product-right-block .product-quantity div[data-spinner] .product-quantity-input {
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-list .product-list-item.list-view .product-right-block .product-quantity div[data-spinner] .product-quantity-input {
    float: left;
  }
}
.product-list .product-list-item.list-view .product-right-block .label-quantity {
  display: none;
}
.product-list .product-list-item.list-view .product-right-block .product-list-quantity {
  float: right;
  width: 100%;
}
.product-list .product-list-item.list-view .product-right-block .product-list-quantity .help-block.error {
  font-size: 11px;
}
.product-list .product-list-item.list-view .product-right-block .plp-login-mobile {
  margin-top: 4.3em;
}
.product-list .product-list-item.list-view .product-right-block .plp-login-mobile .btn {
  width: 100%;
  white-space: pre-wrap;
  height: auto;
  padding: 0;
}
.product-list .product-list-item.list-view .product-right-block .plp-price-mobile {
  margin-top: 15px;
  margin-left: 5px;
}
.product-list .product-list-item.list-view .product-right-block .plp-price-mobile .price-note {
  color: #7d7d7d;
  font-size: 10px;
}
@media (max-width: 320px) {
  .product-list .product-list-item.list-view .product-right-block .plp-price-mobile .product-price-NA-error .price-note {
    top: -8px !important;
  }
}
@media (max-width: 480px) {
  .product-list .product-list-item.list-view .product-right-block {
    padding-top: 0;
    padding-right: 0;
    width: 48%;
  }
  .product-list .product-list-item.list-view .product-right-block .plp-login-mobile {
    margin-top: 2.9em;
  }
}
.product-list .product-list-item.list-view .product-list-actions {
  float: left;
  padding-left: 0;
}
.product-list .product-list-item.list-view .product-list-actions .addtowislist-container {
  float: left;
}
.product-list .product-list-item.list-view .product-list-actions .addtowislist-container .add-to-wishlist {
  padding-right: 0;
  padding-left: 0;
}
.product-list .product-list-item.list-view .product-list-actions .addtocompare-container {
  float: left;
}
.product-list .product-list-item.list-view .product-list-actions .addtocompare-container .add-to-compare {
  padding-right: 0;
}
.product-list .product-list-item.list-view .product-list-actions .addtocompare-container .add-to-cart.is-selected,
.product-list .product-list-item.list-view .product-list-actions .addtocompare-container .add-to-wishlist.is-selected,
.product-list .product-list-item.list-view .product-list-actions .addtocompare-container .add-to-compare.is-selected {
  color: #999999;
}
.product-list .product-list-item.list-view .product-list-actions .btn {
  font-size: 21px;
}
.product-list .product-list-item.list-view .product-image-container {
  float: left;
  width: 150px;
  height: 150px;
  background-color: #c4c4c4;
  padding: 0;
}
.product-list .product-list-item.list-view .product-image-container img {
  max-width: 150px;
  height: 150px;
  width: 150px;
}
.product-list .product-list-item.list-view:first-child .product-tile-list {
  border-top: 0px;
  padding-top: 0;
}
.product-list .product-list-item .server-error {
  padding: 0;
}
.product-list a.product-title {
  color: #333333;
  text-decoration: none !important;
  font-family: SansaPro-SemiBold;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  padding-top: 15px;
  width: 100%;
}
.product-list a.product-title span {
  display: inline-block;
  height: 55px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 765px) {
  .product-list a.product-title span {
    display: inline;
  }
}
.product-list .product-tile-actions {
  position: absolute;
  top: 0;
  right: 0;
}
.product-list .product-tile-actions .btn {
  padding: 3px 6px;
  font-size: 21px;
}
.product-list .product-tile-actions .btn-link {
  color: #00a4e3;
}
.product-list .product-tile-actions .btn-link:hover {
  color: #e50000;
}
.product-list .product-tile-actions .addtocart-block {
  display: inline;
  background: orange;
}
.product-list .product-tile-actions .addtocart-block .add-to-cart .btn {
  width: 161px;
  background: #7fad00;
}
.product-list .product-tile-actions .add-to-cart,
.product-list .product-tile-actions .add-to-wishlist,
.product-list .product-tile-actions .add-to-compare {
  float: right;
}
.product-list .product-tile-actions .add-to-cart.is-selected,
.product-list .product-tile-actions .add-to-wishlist.is-selected,
.product-list .product-tile-actions .add-to-compare.is-selected {
  color: #999999;
}
.product-list .color-variations {
  margin: 0 auto;
  width: auto;
}
.product-list .color-variations li {
  width: 16px;
  height: 16px;
  padding: 3px 0 0 0;
  margin-right: 7.5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.product-list .color-variations li a {
  display: none;
}
@media (max-width: 767px) {
  .product-list .header-tile {
    padding: 0;
  }
}
.product-list .product-brand {
  margin: 0 0 9px 0;
}
@media (max-width: 767px) {
  .product-list .product-brand {
    margin: 0 0 8px 0;
    padding: 0;
  }
}
.product-list .product-brand a {
  color: #7d7d7d;
}
.product-list .product-number {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #7d7d7d;
}
.product-list .product-number .product-number-label {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .product-list .product-number {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .product-list .shiftRight,
  .product-list .product-info {
    padding-left: 15px;
  }
}
.product-variation-container {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.product-variation-container .loadingVariationSpinner {
  position: absolute;
  top: -15px;
  left: 40%;
  width: 30px;
  height: 30px;
}
.product-variation-container .product-variation {
  display: inline-block;
  text-align: right;
  width: 100%;
}
.product-variation-container .product-variation label {
  text-align: left;
  margin-bottom: 0;
  padding: 0 0 3px 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
}
.product-variation-container .product-variation select {
  background-color: white;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA3klEQVRIS+3VMU9CMRTF8d8zBL+aizoQFhx0kUk33RzdYMNFXUFnYeGrYYyaJiUxJHDLSxodbNKpfeffc9/pbaPyaCrr+3OA++z4rtT5Pg5GuMnCY9yWQEoBE1xhlUUP8YDrCBIB0vojLvGO0yz4hm4JJAKcYYoPHGOZAUdYoIMBXrc5iQAHeMlzviFygj7O8dkWEJU4XI8chALRhn9AVKHf70VRTHu4wFfbmKZLNKt50dLBnna0imcMd/2I0phWa3Y/D1e1Xa9BCZJG0VuQNpaWKMx72xS1Fl5/WN3BN+AgJhnZQlq4AAAAAElFTkSuQmCC');
  background-position: calc(99.5%), 100% 0;
  background-size: 1.5em 1.5em;
  background-repeat: no-repeat;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.product-variation-container .product-variation .form-group {
  margin-bottom: 7.5px;
  margin-left: 0px;
  margin-right: 0px;
}
.filtered-products .product-list .product-list-item.grid-view:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 992px) {
  .filtered-products .product-list .product-list-item.grid-view:nth-child(2n+1),
  .filtered-products .product-list .product-list-item.grid-view:nth-child(3n+1) {
    clear: none;
  }
  .filtered-products .product-list .product-list-item.grid-view:nth-child(4n+1) {
    clear: both;
  }
}
.product-list-container {
  padding-bottom: 30px;
}
.product-list-container::before,
.product-list-container::after {
  display: table;
  content: " ";
}
.product-list-container::after {
  clear: both;
}
.product-list-container::before,
.product-list-container::after {
  display: table;
  content: " ";
}
.product-list-container::after {
  clear: both;
}
.product-list-container a.view-all {
  display: block;
  clear: both;
}
.express-shop .product-img-thumbs {
  width: auto;
}
.express-shop .product-thumb-set {
  margin-right: 15px;
}
.express-shop .product-thumb-set.active img {
  padding: 4px;
}
.express-shop .zoomContainer {
  left: 30px !important;
  top: 0 !important;
  height: 47% !important;
  width: 50% !important;
}
.express-shop .carousel-inner.product-img-inner .item:nth-child(5) {
  z-index: 99999;
}
.express-shop .add-to-cart_overlay {
  padding: 0;
}
.product-sub-title {
  width: 100%;
  padding: 0;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: SansaPro-SemiBold;
  font-weight: normal;
  line-height: 1.1;
  color: #333333;
  text-transform: uppercase;
  word-break: break-word;
}
.main-image {
  display: none;
}
.loader-image {
  position: absolute;
  top: 50%;
  left: 40%;
}
.express-shop-trigger {
  display: none;
  position: absolute;
  top: unset;
  left: -10px;
  bottom: 0;
  right: unset;
  cursor: pointer;
  background-color: #00a4e3;
  opacity: 0.93;
  width: 53%;
  height: 45px;
  color: #ffffff;
  text-align: center;
  border-radius: 0;
}
.express-shop-trigger:hover {
  background-color: #e50000;
}
.express-shop-trigger .glyphicon {
  font-size: 30px;
  padding: 7px 0px;
}
*::-ms-backdrop,
.express-shop-trigger {
  top: auto;
  right: auto;
}
.trigger-full-width {
  width: 108% !important;
}
.addtocart-trigger {
  display: none;
  position: absolute;
  bottom: 0;
  right: -10px;
  cursor: pointer;
  background-color: #00a4e3;
  opacity: 0.93;
  width: 53%;
  height: 45px;
  color: #ffffff;
  text-align: center;
}
.addtocart-trigger:hover {
  background-color: #e50000;
  color: #ffffff;
}
.addtocart-trigger .glyphicon {
  font-size: 30px;
  color: #ffffff;
}
.product-label {
  position: absolute;
  top: 90px;
  left: -6px;
  height: 36px;
  width: 82px;
}
.product-label.product-label-new {
  height: 92px;
  left: 0;
  top: 0;
  width: 92px;
  background: url('../img/icons/product_tile_labels.png') no-repeat -124px -13px;
}
.product-label.product-label-topseller {
  background: url('../img/icons/product_sprite.png') no-repeat -82px -73px;
}
.product-label.product-label-sale {
  background: url('../img/icons/product_sprite.png') no-repeat 0px -73px;
}
.product-label.product-label-OP {
  height: 85px;
  left: 0;
  top: 0;
  width: 80px;
  background: url('../img/icons/product_tile_labels.png') no-repeat -235px -12px;
}
.product-label.product-label-Voltreffer {
  height: 75px;
  left: 0;
  top: 0;
  width: 148px;
  background: url('../img/icons/product_tile_labels.png') no-repeat -345px -13px;
}
.product-label.product-label-Actie {
  height: 88px;
  left: 0;
  top: 0;
  width: 88px;
  background: url('../img/icons/product_tile_labels.png') no-repeat -13px -12px;
}
.list-view .product-label.product-label-new {
  height: 40px;
  left: 0;
  top: 0px;
  width: 42px;
  background: url('../img/icons/product_item_labels.png') no-repeat -52px -3px;
}
.list-view .product-label.product-label-OP {
  height: 45px;
  left: 0;
  top: 0;
  width: 45px;
  background: url('../img/icons/product_item_labels.png') no-repeat -103px -3px;
}
.list-view .product-label.product-label-Voltreffer {
  height: 35px;
  left: 0px;
  top: 0px;
  width: 60px;
  background: url('../img/icons/product_item_labels.png') no-repeat -150px -3px;
}
.list-view .product-label.product-label-Actie {
  height: 45px;
  left: 0;
  top: 0;
  width: 45px;
  background: url('../img/icons/product_item_labels.png') no-repeat -5px -3px;
}
.discount-view {
  color: #e50000;
  font-size: 13px;
}
.ErrorProductQuantity {
  display: none;
}
.MaximumQuantityError {
  display: none;
}
.product-tile-list .product-quantity .quantity-btn {
  color: #333333;
  background-color: #ffffff;
  border-color: #7d7d7d;
  width: 50px;
  height: 48px;
  margin-right: 0px;
  margin-left: 0px !important;
  line-height: 35px;
}
@media (max-width: 767px) {
  .product-tile-list .product-quantity .quantity-btn {
    line-height: 25px;
  }
}
@media (max-width: 356px) {
  .product-tile-list .product-quantity .quantity-btn {
    width: 42px;
  }
}
.product-tile-list .product-quantity .quantity-btn:hover {
  color: #00a4e3;
  border-color: #00a4e3;
}
.product-tile-list .product-quantity .quantity-btn:active:hover {
  color: #ffffff;
  border-color: #00a4e3;
  background-color: #00a4e3;
}
.product-tile-list .product-quantity .input-quantity.form-control {
  height: 48px;
  width: 63px;
}
.net-price-display {
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
  font-family: SansaPro-SemiBold;
  font-size: 11px;
  color: #7D7D7D;
}
.contract-price-logo {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.66667 14L1 13.9999V1L6.50763 1.00005L9.66667 4.39134V14Z' stroke='white' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M6.50781 1.00024V4.39153H9.66685' stroke='white' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M2.59375 9.01733H8.05696' stroke='white' stroke-width='0.8' stroke-linecap='square'/%3E%3Cpath d='M2.59375 10.6088H8.05696' stroke='white' stroke-width='0.8' stroke-linecap='square'/%3E%3Cpath d='M2.59375 12.2002H8.05696' stroke='white' stroke-width='0.8' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 11px;
  height: 15px;
}
.price-parent-block {
  background: #7D7D7D;
  width: 24px;
  height: 21px;
  margin: 0;
  padding: 0;
  text-align: center;
  padding-left: 7px;
  padding-top: 2px;
  float: left;
  margin-right: 4px !important;
}
.text-card {
  height: 23px;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-color: #7D7D7D;
  border-width: 1px;
  display: inline-block;
  box-sizing: border-box;
  font-family: SansaPro-SemiBold;
  color: #7D7D7D;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  padding-left: 0;
  width: 116px;
}
.discount-price-display {
  font-size: 11px;
  font-family: SansaPro-SemiBold;
  font-weight: 600;
  color: #7D7D7D;
  display: none;
}
.discount-price-display .discount-percent {
  display: inline;
}
@media (max-width: 765px) {
  .discount-price-display .striked-through-price {
    font-size: 10px;
  }
  .discount-price-display .discount-percent {
    font-size: 10px;
  }
}
.discount-price-display .extra-discount {
  display: none;
}
.action-price {
  font-size: 11px;
  font-family: SansaPro-SemiBold;
  font-weight: 600;
  color: #7D7D7D;
  display: none;
}
.action-price .discount-percent {
  display: inline;
}
@media (max-width: 765px) {
  .action-price .discount-percent {
    font-size: 10px;
  }
}
.blank {
  font-size: 13px;
  font-family: SansaPro-SemiBold;
  color: #8b8b8b;
}
.discount-amount {
  font-size: 13px;
  font-family: SansaPro-SemiBold;
  color: #8b8b8b;
}
.price-tag-edited {
  color: #00A4E3;
  font-size: 24px;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  line-height: 0.7;
  margin-top: 5px;
}
.price-tag-edited .current-price {
  float: left;
  margin-bottom: 4px;
}
.price-tag-edited .current-price .price-display-para {
  margin-right: 3px;
  display: inline-block;
  margin-bottom: 0;
  color: #00A4E3;
  font-size: 24px;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 700;
}
.price-tag-edited .price-note {
  display: inline-block;
}
.contract-old-price {
  margin-top: 5px;
  margin-bottom: 5px;
}
.discount-parent {
  margin-bottom: 21px;
  font-size: 11px;
}
.discount-parent .old-price {
  font-family: SansaPro-SemiBold;
  float: left;
  margin: 0;
  margin-right: 5px;
  color: #8b8b8b;
}
.discount-parent .discount-amount {
  font-size: 11px;
  float: left;
  margin-bottom: 3px;
}
.packagingText {
  color: #585858;
}
.tile .discount-parent {
  text-align: center;
  margin-bottom: 8px;
}
.tile .discount-parent .old-price {
  float: none;
  display: inline;
  color: #8b8b8b;
}
.tile .discount-parent .discount-amount {
  float: none;
  display: inline;
}
.tile .net-price-display {
  margin-bottom: 3px;
}
.tile .contract-old-price {
  display: none	;
}
.tile .text-card {
  margin-bottom: 5px;
}
.tile .text-card .price-parent-block {
  margin-right: 0;
}
.tile .net-price-display {
  margin-bottom: 8px;
}
/**************** SEARCH RESULT ******************/
.search-product-list {
  float: left;
  width: 100%;
  overflow: hidden;
}
.search-product-list .product-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .search-product-list .product-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.search-term {
  font-family: SansaConPro-Bold;
}
.product-search-result {
  padding: 0 0 15px 0;
}
@media (max-width: 767px) {
  .product-search-result .product-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.search-content-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.search-content-list li {
  padding: 1em 0 3em;
  border-bottom: 1px solid #eaeaea;
}
.search-content-list li h3 a {
  color: black;
  font-size: 18px;
}
.search-content-list li .btn {
  margin-top: 1em;
}
.search-content-list li p {
  max-width: 550px;
  line-height: 1.7;
}
.search-tab-container {
  box-shadow: inset 0 -1px 0px 0px #eaeaea;
  display: block;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.search-tab-container .disabled {
  opacity: 0.3;
  cursor: default;
}
.search-result-toggle {
  font-size: 14px;
  float: left;
  padding: 15px 25px;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  font-family: SansaPro-SemiBold;
}
.search-result-toggle.active {
  border-bottom: 1px solid #f4da02;
  overflow: hidden;
}
.search-result-toggle.active::after {
  position: absolute;
  height: 10px;
  width: 10px;
  content: "";
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  background-color: #f4da02;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .search-result-toggle {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .search-result-toggle:first-child {
    border-right: 5px #fff solid;
  }
  .search-result-toggle .search-switch-tab {
    white-space: nowrap;
    text-align: center;
  }
}
.radio.search-result-toggle {
  margin: 15px 0;
}
.radio.search-result-toggle label {
  padding-left: 0;
}
.search-result-container .filters-row {
  background: none;
  position: relative;
}
.search-result-container .filters-row .sorting-content {
  position: absolute;
  right: 0;
  top: 47px;
}
.no-search-result {
  clear: both;
}
.no-search-result .result-count-message {
  padding-left: 15px;
}
.no-search-result-title span {
  font-size: 21px;
}
.no-search-result-title span.result-count-message {
  font-size: 14px;
}
.search-guidelines {
  clear: both;
}
.main-search-container {
  padding: 0 0 30px 0;
  position: relative;
  display: inline-block;
}
.main-search-container input {
  border: 1px solid #cccccc;
  height: 34px;
  line-height: 34px;
  width: 320px;
  padding-left: 14px;
  float: left;
}
.main-search-container input::-ms-clear {
  display: none;
}
.main-search-container button.btn-search {
  position: absolute;
  line-height: 33px;
  height: 38px;
  right: 0 !important;
  border: 0;
  background: 0;
}
.main-search-container button.btn-search span:before {
  font-size: 18px;
  color: #333333;
}
#updatecart.btn-block-xs.pull-right {
  color: #fff;
}
#updatecart.btn-block-xs.pull-right:active,
#updatecart.btn-block-xs.pull-right:focus,
#updatecart.btn-block-xs.pull-right:focus-within {
  color: #ffffff;
  background-color: #00a4e3;
  border-color: #00a4e3;
}
#updatecart.btn-block-xs.pull-right:hover {
  color: #00a4e3;
  background-color: #ffffff;
  border-color: #00a4e3;
}
@media (max-width: 991px) {
  .content-search-container .mobile-filter-toggle {
    display: none !important;
  }
}
.content-search-container .sort-by-filter .form-control {
  background-color: #EAEAEA;
  font-family: SansaPro-SemiBold;
  font-size: 11px;
  line-height: 39px;
  color: #222222;
  height: 42px;
  width: 181px;
  padding: 0 12px;
  border: 0px solid #ccc;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.79673 -5.7466e-07L5 2.81976L8.20327 -4.98263e-07L10 1.5781L4.99093 6L5.27306e-08 1.5781L1.79673 -5.7466e-07Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 16px;
}
@media (max-width: 767px) {
  .content-search-container .sort-by-filter .form-control {
    width: 158px;
  }
}
@media (max-width: 350px) {
  .content-search-container .sort-by-filter .form-control {
    width: 100%;
  }
}
.content-search-container .sort-by-filter .form-control:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.20327 6L5 3.18024L1.79673 6L-1.93287e-07 4.4219L5.00907 2.18954e-07L10 4.4219L8.20327 6Z' fill='black'/%3E%3C/svg%3E");
}
.content-search-container .sort-by-filter .form-control option {
  font-size: 12px;
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
}
.content-search-container .sort-by-filter .form-control option:active {
  background: #f4da02;
}
.content-search-container .filters-row {
  margin-bottom: 0;
  padding: 10px 0 0;
}
.content-search-container .item-first {
  padding-top: 0;
}
/**************** CATEGORY FILTER PANEL ******************/
/* FILTER PANEL */
.category-panel-titles {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: SansaPro-SemiBold;
  font-weight: normal;
  line-height: 1.1;
  color: #333333;
}
.category-panel-titles span {
  color: #000000;
  font-size: 12px;
}
.filter-panel {
  padding-right: 30px;
}
@media (max-width: 991px) {
  .filter-panel {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .filter-panel {
    margin-top: 15px;
  }
}
.filter-panel .filter-group:first-child .category-panel-titles {
  margin-top: 0;
  cursor: initial;
}
.filter-group {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 14px;
}
.filter-group .filter-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.filter-group .filter-checkbox {
  padding: 0;
  margin: 0;
  list-style: none;
}
.filter-group .glyphicon:hover {
  color: #00a4e3;
  cursor: pointer;
}
.filter-group .filter-clear {
  font-size: 13px;
  text-transform: capitalize;
  margin-left: 10px;
  display: none;
}
.filter-group .search-filter-container {
  position: relative;
}
.filter-group .search-filter-container .glyphicon {
  position: absolute;
  right: 10px;
  font-size: 22px;
  margin: auto;
  top: 6px;
  color: #818181;
  cursor: pointer;
}
.filter-group .search-filter-container .glyphicon:hover {
  color: #f4da02;
}
.filter-group .search-filter-container .form-control {
  margin-bottom: 10px;
}
.filter-group .search-filter-container .non-selected-filter {
  max-height: 200px;
  overflow: auto;
  height: auto !important;
}
.filter-group li.filter-item {
  padding: 3px 0;
  color: #818181;
}
.filter-group li.filter-item.filter-colour {
  padding: 0;
}
.filter-group li.filter-item a {
  display: block;
}
.filter-group li.filter-item a.filter-item-name {
  color: #818181;
}
.filter-group li.filter-item a.filter-item-name:hover {
  color: #e50000;
}
.filter-group li.filter-item a.show-all-less-link {
  color: #f4da02;
}
.filter-group li.filter-item a.show-all-less-link:hover {
  color: #e50000;
}
.filter-group li.filter-item a.filter-swatch span[style="background-color:#fcfcfc;"] {
  border: 1px solid #cccccc;
}
.filter-group li.filter-item span.icon-notselected {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  display: inline-block;
  height: 15px;
  width: 15px;
  position: relative;
  top: 2px;
  left: 0;
}
.filter-group li.filter-item span.filter-count {
  margin-left: 5px;
}
.filter-group li.filter-item:hover a.filter-item-name {
  color: #00a4e3;
}
.filter-group li.filter-selected a.filter-item-name {
  color: #818181;
}
.filter-group li.filter-selected a.filter-clear {
  float: right;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 14px;
}
.filter-group li.filter-selected span.icon-selected {
  background-color: #00a4e3;
  border: 1px solid #222222;
  display: inline-block;
  height: 15px;
  width: 15px;
  position: relative;
  top: 2px;
  left: 0;
}
.filter-group li.filter-selected.filter-colour span {
  border: 2px solid #f4da02;
}
.filter-group li.filter-layer1 {
  padding-left: 0;
}
.filter-group li.filter-layer2 {
  padding-left: 0;
}
.filter-group li.filter-layer3 {
  padding-left: 0;
}
.filter-group li.filter-layer4 {
  padding-left: 0;
}
.filter-group li.filter-layer5 {
  padding-left: 0;
}
.filter-group li.filter-layer6 {
  padding-left: 0;
}
.filter-group li.filter-layer7 {
  padding-left: 0;
}
.filter-group li.filter-layer8 {
  padding-left: 0;
}
.filter-group li.filter-layer9 {
  padding-left: 0;
}
.filter-group > ul .filter-list {
  max-height: 155px;
  overflow-y: auto;
}
.non-parametric-panel .filter-group {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.non-parametric-panel .filter-group ul ul {
  padding-left: 15px;
}
.non-parametric-panel .filter-group ul ul.filter-list {
  max-height: none;
  overflow-y: visible;
  padding-top: 5px;
}
.non-parametric-panel .filter-group ul li.filter-item a.filter-item-name.filter-selected {
  color: #00a4e3;
}
input.filter-checkbox {
  display: none;
}
label.filter-checkbox-label {
  font-size: 0;
  text-indent: 999em;
  width: 12px;
  height: 12px;
  background: #eeeeee;
  float: left;
  margin: 3px 5px 0 0;
  border: 1px solid #cccccc;
  cursor: pointer;
}
label.filter-checkbox-label.selected {
  background: #f4da02;
  border: 1px solid #cccccc;
}
.filter-clear .glyphicon {
  font-size: 10px;
  line-height: 14px;
}
.filter-colour {
  float: left;
  display: inline-block;
  margin-right: 3px;
}
.filter-swatch span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
}
.filter-swatch span.filter-colour-bright {
  border: 1px solid #cccccc;
}
@media (max-width: 991px) {
  .filter-icon {
    margin-left: 25%;
  }
  .filter-icon::after {
    position: absolute;
    top: 13px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 7.94629H1' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23 14.4375H1' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23 1.375H1' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='2.71875' y='0.34375' width='2.0625' height='2.0625' fill='black' stroke='black' stroke-width='0.6875'/%3E%3Crect x='10.9688' y='7.21875' width='2.0625' height='2.0625' fill='black' stroke='black' stroke-width='0.6875'/%3E%3Crect x='19.9062' y='13.4062' width='2.0625' height='2.0625' fill='black' stroke='black' stroke-width='0.6875'/%3E%3C/svg%3E");
    height: 16px;
    width: 24px;
    margin-left: 8px;
  }
  .mobile-filter-toggle,
  .closeFilters {
    display: block;
    padding: 0 0;
    text-align: unset;
    text-transform: uppercase;
    font-size: 12px;
    font-family: SansaPro-SemiBold;
    font-weight: 700;
    line-height: 42px;
    color: #222222;
    margin-bottom: 15px;
    background: #EAEAEA;
    width: 158px;
    height: 42px;
    float: left;
    position: relative;
    z-index: 5;
  }
  .mobile-filter-toggle:hover,
  .closeFilters:hover {
    text-decoration: none;
  }
  .showMoreFilters,
  .showLessFilters {
    padding: 0 0;
    text-align: unset;
    text-transform: uppercase;
    font-size: 12px;
    font-family: SansaPro-SemiBold;
    font-weight: 700;
    line-height: 42px;
    color: #222222;
    margin-bottom: 15px;
    background: #EAEAEA;
    width: 158px;
    height: 42px;
    float: left;
    position: relative;
    z-index: 5;
  }
  .showMoreFilters:hover,
  .showLessFilters:hover {
    text-decoration: none;
  }
}
@media (max-width: 991px) and (max-width: 350px) {
  .filter-icon {
    margin-left: 37%;
  }
}
@media (max-width: 991px) and (max-width: 350px) {
  .mobile-filter-toggle,
  .closeFilters {
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 350px) {
  .showMoreFilters,
  .showLessFilters {
    width: 100%;
  }
}
.showMoreFilters {
  display: block;
}
@media (max-width: 991px) {
  .showMoreFilters {
    display: none;
  }
}
.filter-clear-all {
  display: block;
  margin-bottom: 8px;
}
.filter-clear-all a {
  font-size: 16px;
  font-weight: bold;
}
.category-page {
  padding: 0 0 15px;
}
@media (max-width: 767px) {
  .category-page {
    padding: 0;
    margin-bottom: 0;
  }
}
.category-page h1 {
  word-break: break-all;
}
.category-page .filter-panel h1 {
  font-size: 24px;
  margin: 0 0 15px 0;
}
.category-page .category-panel {
  float: left;
  width: 100%;
}
.category-page .category-panel h1 {
  font-size: 22px;
}
.catagory-main-title {
  font-family: SansaPro-SemiBold;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.category-filter-title,
.category-title {
  font-family: SansaPro-SemiBold;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
}
ul.category-list {
  padding: 0;
  list-style: none;
  clear: both;
}
@media (max-width: 767px) {
  ul.category-list {
    margin-bottom: 1px;
  }
  ul.category-list > li {
    margin: 0;
    padding: 0 1px 0 0;
  }
}
ul.category-list > li:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 992px) {
  ul.category-list > li:nth-child(2n+1) {
    clear: none;
  }
  ul.category-list > li:nth-child(3n+1) {
    clear: both;
  }
}
ul.category-list li {
  margin-bottom: 15px;
}
ul.category-list ul.category-list {
  padding-left: 10px;
}
ul.category-list ul.category-list ul.category-list {
  padding-left: 10px;
}
.category-name {
  text-align: center;
}
.category-name a {
  position: relative;
  display: block;
}
.category-name a img {
  height: auto;
}
.category-name h3 {
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .category-name h3 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .category-name h3 {
    font-size: 13px;
  }
}
.category-name .loader-image {
  left: 40%;
  position: absolute;
  top: 50%;
}
.loading-block > div {
  text-align: center;
}
.storelocator-panel {
  overflow: auto;
}
.storelocator-panel .store-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.storelocator-panel .store-list li {
  padding: 5px;
}
.storelocator-panel .store-list li.store:hover {
  cursor: pointer;
  background: #eee;
}
.storelocator-panel .store-list li.highlighted {
  background: rgba(45, 181, 181, 0.2);
}
.storelocator-panel .store-list li.highlighted:hover {
  background: rgba(45, 181, 181, 0.2);
}
.storelocator-panel .store-list .directions-panel {
  font-size: 0.8em;
  padding: 5px;
}
.storelocator-panel .store-list .no-stores {
  color: grey;
}
.storelocator-panel .directions {
  display: none;
}
.storelocator-panel .location-search {
  padding: 5px 0;
}
.storelocator-panel .store .features {
  display: none;
}
.storelocator-panel .feature-filter {
  overflow: hidden;
}
.storelocator-panel .feature-filter label {
  display: block;
  font-size: 0.8em;
  margin: 0 0.4em;
  float: left;
}
.store .title {
  font-weight: bold;
}
.store .openingHours {
  margin: 5px 0;
}
.store .address,
.store .phone,
.store .web,
.store .misc {
  font-size: 90%;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  display: block;
}
.store .features {
  overflow: hidden;
  color: grey;
  margin: 0;
  padding: 0;
  font-size: 70%;
  max-width: 250px;
}
.store .features li {
  display: inline;
  float: left;
  padding-right: 0.8em;
}
.store .action {
  font-size: 90%;
  margin-right: 15px;
}
.store .address-read-more {
  padding: 5px 0;
}
.map {
  height: 500px;
}
#map-canvas {
  height: 100%;
  border: 1px solid #ccc;
}
#panel {
  height: 100%;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  #panel {
    height: auto !important;
    border-bottom: none;
    padding-bottom: 15px;
  }
}
#panel .feature-filter label {
  width: 130px;
}
p .attribution a {
  color: #666;
}
.directions-panel form input[type="submit"] {
  margin-top: 15px;
  font-family: SansaConPro-Bold;
  text-transform: uppercase;
  background-color: #00a4e3;
  color: #ffffff;
  -moz-user-select: none;
  border: 1px solid #007fb0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.directions-panel form .close-directions {
  margin-top: 15px;
  display: block;
  text-transform: capitalize;
}
.product-details .info-top {
  padding: 0;
  margin: 15px 0;
}
@media (max-width: 991px) {
  .product-details .info-top {
    margin: 0 0 15px 0;
  }
}
.product-details .info-top .product-brand,
.product-details .info-top .manufaturerimage {
  float: left;
}
@media (max-width: 767px) {
  .product-details .info-top .product-brand,
  .product-details .info-top .manufaturerimage {
    float: right;
  }
}
.product-details .product-name {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: none;
}
@media (min-width: 992px) {
  .product-details .product-name {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .product-details .product-name {
    font-size: 32px;
  }
}
.product-details .product-name.eol {
  color: #7D7D7D;
}
.product-details .stock-information-label.in-stock-sufficient .stock-lable {
  background-color: unset;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #5CB85C;
  width: unset;
}
.product-details .stock-information-label.in-stock-sufficient .stock-lable:before {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid #5CB85C;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-details .stock-information-label.limited-stock .stock-lable {
  background-color: unset;
  position: relative;
  padding: 0 0 0 20px;
  font-size: 12px;
  font-weight: 700;
  color: #F0AD4E;
  width: unset;
}
.product-details .stock-information-label.limited-stock .stock-lable:before {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid #F0AD4E;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-details .stock-information-label.orderable-stock .stock-lable {
  background-color: unset;
  position: relative;
  padding: 0 0 0 20px;
  font-size: 12px;
  font-weight: 700;
  color: #808080;
  width: unset;
}
.product-details .stock-information-label.orderable-stock .stock-lable:before {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid #808080;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-details .product-price-NA-error {
  padding-left: 0px;
}
.product-details .product-price-NA-error .show-details-error {
  right: -20px;
}
@media (max-width: 991px) {
  .product-details .product-price-NA-error .show-details-error {
    right: 28px;
  }
}
.product-info {
  color: #333333;
  font-family: "Arial", "Helvetica", sans-serif;
  position: relative;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .product-info {
    padding: 0 0 0 0;
  }
}
.product-info .contract-old-price {
  margin-top: 4px;
  margin-bottom: -2px;
}
.product-info label {
  text-transform: uppercase;
}
.product-info .product-brand {
  text-transform: uppercase;
}
.product-info .product-brand a {
  color: #818181;
}
.product-info .product-brand a:hover {
  color: #686868;
}
.product-info .product-number {
  font-size: 12px;
  margin: 0 0 20px 0;
}
.product-info .product-number label {
  margin: 0px;
}
.product-info .short-description {
  margin-bottom: 0 0 10px 0;
  float: left;
}
@media (max-width: 767px) {
  .product-info .short-description {
    margin: 22px 0 10px 0;
  }
}
.product-info .short-description ul {
  margin-left: -40px;
  margin-bottom: 0px;
  list-style-type: none;
}
.product-info .short-description ul li {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  margin-bottom: 15px;
}
.product-info .short-description ul li:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 25%;
  width: 4px;
  height: 7px;
  border: solid #333333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-info .EAN-Code {
  margin-top: 5px;
  margin-bottom: 5px;
}
.product-info .product-image-xs {
  height: 125px;
  padding: 0;
}
@media (max-width: 345px) {
  .product-info .product-image-xs {
    margin-right: 12px;
  }
}
.product-info .product-image-xs img {
  height: 125px;
  max-width: 125px;
}
.product-info .product-image-xs.eol {
  filter: grayscale(100%);
}
.product-info .price-container {
  margin-bottom: 5px;
  position: relative;
  float: left;
  padding: 0;
}
.product-info .price-container .productAvailability {
  padding: 0;
  position: absolute;
  bottom: -10px;
  left: 185px;
}
@media (max-width: 991px) {
  .product-info .price-container .productAvailability {
    position: relative;
    bottom: 0;
    left: 0;
  }
}
.product-info .price-container .productAvailability-left {
  padding: 0;
  position: relative;
  bottom: 10px;
  left: 0;
}
@media (max-width: 991px) {
  .product-info .price-container .productAvailability-left {
    position: relative;
    bottom: 0;
    left: 0;
  }
}
.product-info .price-container .loged-in {
  padding-right: 0;
}
@media (max-width: 767px) {
  .product-info .price-container .loged-in {
    margin-bottom: 10px;
  }
}
.product-info .price-container .loged-in .stock-information-label {
  margin-bottom: 0px;
}
.product-info .price-container .loged-in .stock-information-label .stock-lable {
  margin-top: 0px;
}
.product-info .price-container .price-block {
  line-height: 18px;
  padding-left: 0;
  padding-right: 0;
  display: inline;
  max-width: 100%;
}
.product-info .price-container .price-block .old-price {
  font-size: 11px;
}
.product-info .price-container .price-block .price-note {
  font-size: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-info .price-container .price-block .price-note {
    position: relative;
    top: -4px;
  }
}
.product-info .price-container .price-block .product-price-NA-error .price-note {
  color: #7d7d7d;
  font-size: 10px;
  position: relative !important;
  top: 15px !important;
  right: unset !important;
}
.product-info .price-container .price-ondemand {
  min-height: 33px !important;
  margin-top: 10px;
}
.product-info .price-container .product-price {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-info .price-container .product-price {
    width: 100%;
  }
}
@media (max-width: 385px) {
  .product-info .price-container .product-price {
    width: 100%;
  }
}
.product-info .price-container .packagingText {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .product-info .price-container .packagingText {
    font-size: 16px;
  }
}
.product-info .price-container .product-stock-ondemand {
  margin-top: 5px !important;
}
.product-info .price-container .product-stock {
  margin-top: 0;
}
.product-info .price-container .stock-information-label {
  position: relative;
}
.product-info .price-container .stock-information-label .show-details-delivery {
  cursor: pointer;
  font-size: 11px;
  line-height: 15px;
  color: #00a4e3;
  position: absolute;
  top: 3px;
  right: -15px;
  height: 9px;
  width: 9px;
}
.product-info .price-container .stock-information-label .show-details-delivery .glyphicon-info-sign {
  height: 9px;
  width: 9px;
  color: #00a4e3;
}
.product-info .price-container .stock-information-label .show-details-delivery:hover {
  color: #e50000;
}
.product-info .price-container .stock-information-label .show-details-delivery:hover .glyphicon-info-sign {
  color: #e50000;
}
.product-info .price-container .stock-information-label .show-details-delivery:hover .details-delivery {
  display: block;
}
.product-info .price-container .stock-information-label .details-delivery {
  display: none;
  color: #333333;
  min-width: 202px;
  max-width: 202px;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  border: 1px solid #cccccc;
  background: #ffffff;
  position: absolute;
  left: -105px;
  padding: 10px;
  bottom: 22px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 5px 10px 0 rgba(0, 0, 0, 0.19);
}
@media (max-width: 480px) {
  .product-info .price-container .stock-information-label .details-delivery {
    left: -132px;
  }
}
.product-info .price-container .stock-information-label .details-delivery .arrow-down {
  position: absolute;
  left: 102px;
  bottom: -8px;
  width: 15px;
  height: 15px;
  border: solid #cccccc;
  background: #ffffff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 480px) {
  .product-info .price-container .stock-information-label .details-delivery .arrow-down {
    left: 130px;
  }
}
.product-info .price-container .stock-information-label .stock-desc {
  display: block;
  float: left;
  width: 100%;
  color: #818181;
}
@media (min-width: 1200px) {
  .product-info .price-container .stock-information-label .stock-desc {
    width: 70%;
  }
}
.product-info .price-container .stock-information-label .stock-available {
  width: 100%;
  float: left;
  padding: 2px 0px;
  font-weight: bold;
}
.product-info .price-container .stock-information-label .stock-available .details-link {
  padding-left: 0;
  font-size: 12px;
  text-decoration: none;
}
.product-info .price-container .stock-information-label .stock-available .details-link .glyphicon {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .product-info .price-container .stock-information-label .stock-available .details-link {
    font-size: 11px;
  }
}
.product-info .price-container .stock-information-label .stock-available a {
  text-decoration: underline;
}
.product-info .price-container .stock-information-label .stock-available + br {
  clear: both;
}
.product-info .price-container .product-scale-price {
  padding: 5px 0 20px 0;
  display: none;
}
.product-info .price-container .product-scale-price li {
  list-style: none;
  font-size: 16px;
  font-family: "Arial", "Helvetica", sans-serif;
  border-bottom: 1px solid #f1f1f1;
  padding: 5px 10px;
  color: #333333;
}
.product-info .price-container .product-scale-price li:first-child {
  color: #333333;
  font-family: SansaConPro-Bold;
  background-color: #f1f1f1;
}
.product-info .price-container .product-scale-price li.scale-price-bottom {
  color: #8b8b8b;
  background-color: #f1f1f1;
  text-align: right;
  height: 32px;
}
.product-info .price-container .product-scale-price li:nth-last-child(2) {
  font-weight: bold;
}
.product-info .price-container .product-scale-price li span {
  display: inline-block;
}
.product-info .price-container .product-scale-price li span:last-child {
  float: right;
}
.product-info .stock-information-label.no-stock-info {
  padding-left: 24px;
}
.product-info .stock-information-label.no-stock-info:before {
  content: "";
  background: url('../img/icons/plus.svg');
  height: 12px;
  width: 12px;
  position: absolute;
  top: 4px;
  left: 0;
}
.product-info .productAvailability.eol {
  padding: 0;
  font-weight: bold;
}
.product-info .current-price {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 30px;
}
.product-info .current-price .price-note {
  font-size: 14px;
  margin-left: 0;
}
.product-info .sale-price {
  color: #00A4E3;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .product-info .sale-price {
    font-size: 26px;
    line-height: 24px;
  }
}
.product-info .was-price {
  color: #818181;
  font-size: 18px;
  text-decoration: line-through;
}
.product-info .ajax-processing-state {
  width: 16px;
}
.product-info .ready-for-shipment,
.product-info .product-availability {
  color: #333333;
}
.product-info .ready-for-shipment .stock-information,
.product-info .product-availability .stock-information {
  width: 100%;
  margin-top: 10px;
  display: inline-block;
}
.product-info .ready-for-shipment .stock-quantity-information,
.product-info .product-availability .stock-quantity-information {
  color: #00a4e3;
  display: inline-block;
  margin-left: 5px;
}
.product-info .stock-information-label .stock-available .details-link {
  padding-left: 0;
}
.product-info .stock-information-label .stock-available .details-link .glyphicon {
  margin-right: 10px;
}
.product-info .ready-for-shipment {
  padding-bottom: 15px;
}
.product-info .product-quantity label,
.product-info .product-variation label {
  text-align: left;
}
.product-info .product-quantity .form-group,
.product-info .product-variation .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.product-info .product-variation {
  width: 100%;
}
.product-info .product-variation .form-group {
  margin-bottom: 5px;
}
.product-info .product-variation .form-group label {
  padding-top: 0px;
  text-transform: none;
}
.product-info .product-variation-container {
  margin-bottom: 4px;
  float: left;
}
.product-info .product-info-addtocart {
  position: relative;
  height: 60px;
  padding: 15px 0 0 0;
}
@media (max-width: 767px) {
  .product-info .product-info-addtocart.fixed-bottom {
    position: fixed;
    bottom: -15px;
    margin: 0;
    left: 10px;
    z-index: 2140483647;
  }
  .product-info .product-info-addtocart.fixed-bottom .btn-primary {
    background-color: #E50000;
    border-color: #E50000;
    color: #ffffff;
  }
  .product-info .product-info-addtocart.fixed-bottom .btn-primary.processing_state {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
    color: #ffffff;
  }
  .product-info .product-info-addtocart.fixed-bottom .btn-primary[disabled] {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
    color: #ffffff;
    cursor: no-drop;
  }
  .product-info .product-info-addtocart.fixed-bottom .btn-primary[disabled]:hover {
    color: #7FAD00;
  }
  .product-info .product-info-addtocart.fixed-bottom .msgSuccess {
    top: -28px;
  }
  .product-info .product-info-addtocart.fixed-bottom .msgError {
    top: -10px;
  }
}
.product-info .product-info-addtocart .msgSuccess {
  background-color: #818181;
  color: #ffffff;
  display: none;
  position: absolute;
  text-align: center;
  top: -40px;
  width: 100%;
  padding: 5px;
}
.product-info .product-info-addtocart .msgSuccess a {
  color: #ffffff;
}
.product-info .product-info-addtocart .msgError {
  background-color: #ffffff;
  display: none;
  position: absolute;
  text-align: center;
  top: -40px;
  width: 100%;
  padding: 5px;
}
.product-info .product-info-addtocart .msgError .help-block {
  color: #e50000;
}
.product-info div.server-error:empty {
  display: none;
}
.product-info .quantity-add {
  padding: 0;
}
.product-info .product-quantity-status {
  padding-left: 0;
}
.product-info .productQuantity {
  margin: 15px 0;
}
.product-info .productQuantity .product-quantity [data-spinner-minus] {
  float: left;
  margin-right: 0;
  padding: 19px 18px!important;
}
.product-info .productQuantity .product-quantity .product-quantity-input {
  width: 100%;
  position: relative;
}
.product-info .productQuantity .product-quantity .product-quantity-input .help-block {
  position: relative;
  top: 5px;
  width: 320px;
  clear: both;
}
.product-info .productQuantity .product-quantity .product-quantity-input [data-spinner] {
  display: block;
}
.product-info .productQuantity .product-quantity input[type=number] {
  width: 33.33%!important;
  height: 58px;
  max-width: 53px;
}
.product-info .productQuantity .product-quantity input[type=number]:focus {
  border-color: #729B00;
}
.product-info .productQuantity .product-quantity .has-error input[type=number]:focus {
  border-color: #979797;
}
.product-info .productQuantity .product-quantity .has-error .form-control {
  border-left-color: #979797;
  border-right-color: #979797;
}
.product-info .productQuantity .product-quantity .has-success .form-control {
  border-color: #EBEBEB;
}
.product-info .productQuantity .product-quantity .has-success .form-control:focus {
  border-color: #729B00;
}
.product-info .productQuantity .product-quantity [data-spinner-plus] {
  float: left;
  margin-left: 0 !important;
  padding: 19px 18px!important;
}
.product-info .productQuantity .product-quantity .quantity-btn {
  color: #333333;
  background-color: #ffffff;
  border-color: #979797;
  width: 33.33%;
  max-width: 50px;
  text-align: center;
}
.product-info .btn-default {
  color: #00a4e3;
  background-color: #ffffff;
  border-color: #00a4e3;
}
.product-info .btn-default:hover {
  color: #ffffff;
  background-color: #00a4e3;
  border-color: #00a4e3;
}
.product-info .btn-primary {
  color: #fff;
  background-color: #7FAD00;
  border-color: #7FAD00;
}
.product-info .btn-primary:hover {
  background-color: #729B00;
  border-color: #729B00;
}
.product-info .addToCart {
  background-color: #7FAD00;
  border-color: #7FAD00;
  color: #ffffff;
  height: 58px;
  padding: 0 0;
  text-align: -webkit-center;
}
.product-info .addToCart:hover {
  background-color: #729B00;
}
.product-info .addToCart .centerCart {
  text-align: center;
  position: relative;
  width: 100%;
}
.product-info .addToCart .centerCart .add-to-cart-text {
  position: relative;
  top: -2px;
}
.product-info .addToCart .centerCart .add-to-cart-text:before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.891341 0H2.56706C2.7691 0 2.95331 0.0672207 3.11969 0.201666C3.28608 0.336111 3.39304 0.501112 3.44058 0.696667L4.118 3.66667L20.0908 3.66667C20.3761 3.66667 20.6078 3.77972 20.7861 4.00583C20.9643 4.23194 21.0238 4.49167 20.9643 4.785L19.1817 13.4933C19.1222 13.75 18.9618 14.0097 18.7003 14.2725C18.4389 14.5353 18.1121 14.6667 17.7199 14.6667L6.43548 14.6667L7.29117 18.3333L16.8285 18.3333C17.0781 18.3333 17.2891 18.4219 17.4614 18.5992C17.6337 18.7764 17.7199 18.9933 17.7199 19.25C17.7199 19.5067 17.6337 19.7236 17.4614 19.9008C17.2891 20.0781 17.0781 20.1667 16.8285 20.1667H15.9372V21.0833C15.9372 21.34 15.851 21.5569 15.6787 21.7342C15.5064 21.9114 15.2954 22 15.0458 22C14.7963 22 14.5853 21.9114 14.413 21.7342C14.2407 21.5569 14.1545 21.34 14.1545 21.0833V20.1667H8.80645V21.0833C8.80645 21.34 8.72029 21.5569 8.54796 21.7342C8.37564 21.9114 8.16469 22 7.91511 22C7.66554 22 7.45458 21.9114 7.28226 21.7342C7.10993 21.5569 7.02377 21.34 7.02377 21.0833V20.1667H6.47114C6.25722 20.1667 6.06409 20.1056 5.89177 19.9833C5.71944 19.8611 5.59762 19.745 5.52632 19.635L5.43718 19.4517L1.85399 1.83333H0.891341C0.65365 1.83333 0.445671 1.74472 0.267402 1.5675C0.0891341 1.39028 0 1.17333 0 0.916666C0 0.66 0.0891341 0.443054 0.267402 0.265833C0.445671 0.0886097 0.65365 0 0.891341 0Z' fill='white'/%3E%3Cpath d='M11.7295 6.23322L12.8297 6.23322C12.9067 6.23322 12.9718 6.26061 13.0249 6.31539C13.0781 6.37016 13.1047 6.43722 13.1047 6.51655V8.49989H15.03C15.107 8.49989 15.1721 8.52728 15.2252 8.58205C15.2784 8.63683 15.305 8.70389 15.305 8.78322V9.91655C15.305 9.99589 15.2784 10.0629 15.2252 10.1177C15.1721 10.1725 15.107 10.1999 15.03 10.1999H13.1047V12.1832C13.1047 12.2626 13.0781 12.3296 13.0249 12.3844C12.9718 12.4392 12.9067 12.4666 12.8297 12.4666H11.7295C11.6525 12.4666 11.5874 12.4392 11.5342 12.3844C11.481 12.3296 11.4545 12.2626 11.4545 12.1832V10.1999H9.52919C9.45218 10.1999 9.38709 10.1725 9.33391 10.1177C9.28074 10.0629 9.25415 9.99589 9.25415 9.91655V8.78322C9.25415 8.70389 9.28074 8.63683 9.33391 8.58205C9.38709 8.52728 9.45218 8.49989 9.52919 8.49989H11.4545V6.51655C11.4545 6.43722 11.481 6.37016 11.5342 6.31539C11.5874 6.26061 11.6525 6.23322 11.7295 6.23322Z' fill='%237FAD00'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 22px;
  width: 21px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
@media (max-width: 991px) {
  .product-info .addToCart .centerCart .add-to-cart-text .cart-text {
    display: none;
  }
}
.product-info button[type=submit]:disabled.addToCart {
  background-color: #7D7D7D;
  border-color: #7D7D7D;
  opacity: 0.5;
  color: #ffffff;
}
.product-info button[type=submit]:disabled.addToCart .centerCart .add-to-cart-text {
  position: relative;
  top: -2px;
}
.product-info button[type=submit]:disabled.addToCart .centerCart .add-to-cart-text:before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.891341 -4.76837e-07H2.56706C2.7691 -4.76837e-07 2.95331 0.0672215 3.11969 0.201666C3.28608 0.33611 3.39304 0.501111 3.44058 0.696667L4.118 3.66667L20.0908 3.66667C20.3761 3.66667 20.6078 3.77972 20.7861 4.00583C20.9643 4.23194 21.0238 4.49167 20.9643 4.785L19.1817 13.4933C19.1222 13.75 18.9618 14.0097 18.7003 14.2725C18.4389 14.5353 18.1121 14.6667 17.7199 14.6667L6.43548 14.6667L7.29117 18.3333L16.8285 18.3333C17.0781 18.3333 17.2891 18.4219 17.4614 18.5992C17.6337 18.7764 17.7199 18.9933 17.7199 19.25C17.7199 19.5067 17.6337 19.7236 17.4614 19.9008C17.2891 20.0781 17.0781 20.1667 16.8285 20.1667H15.9372V21.0833C15.9372 21.34 15.851 21.5569 15.6787 21.7342C15.5064 21.9114 15.2954 22 15.0458 22C14.7963 22 14.5853 21.9114 14.413 21.7342C14.2407 21.5569 14.1545 21.34 14.1545 21.0833V20.1667H8.80645V21.0833C8.80645 21.34 8.72029 21.5569 8.54796 21.7342C8.37564 21.9114 8.16469 22 7.91511 22C7.66554 22 7.45458 21.9114 7.28226 21.7342C7.10993 21.5569 7.02377 21.34 7.02377 21.0833V20.1667H6.47114C6.25722 20.1667 6.06409 20.1056 5.89177 19.9833C5.71944 19.8611 5.59762 19.745 5.52632 19.635L5.43718 19.4517L1.85399 1.83333H0.891341C0.65365 1.83333 0.445671 1.74472 0.267402 1.5675C0.0891341 1.39028 0 1.17333 0 0.916666C0 0.66 0.0891341 0.443055 0.267402 0.265832C0.445671 0.0886101 0.65365 -4.76837e-07 0.891341 -4.76837e-07Z' fill='white'/%3E%3Cpath opacity='1' d='M9.68743 7.53503L10.4654 6.7571C10.5198 6.70265 10.5852 6.67598 10.6615 6.67712C10.7379 6.67825 10.8041 6.70687 10.8602 6.76297L12.2626 8.16539L13.624 6.80402C13.6784 6.74957 13.7438 6.72291 13.8202 6.72404C13.8965 6.72518 13.9627 6.75379 14.0188 6.80989L14.8202 7.61128C14.8763 7.66737 14.9049 7.73359 14.906 7.80992C14.9072 7.88625 14.8805 7.95165 14.8261 8.0061L13.4647 9.36748L14.8671 10.7699C14.9232 10.826 14.9518 10.8922 14.953 10.9685C14.9541 11.0449 14.9274 11.1103 14.873 11.1647L14.0951 11.9427C14.0406 11.9971 13.9752 12.0238 13.8989 12.0226C13.8225 12.0215 13.7563 11.9929 13.7002 11.9368L12.2978 10.5344L10.9364 11.8957C10.882 11.9502 10.8166 11.9769 10.7403 11.9757C10.6639 11.9746 10.5977 11.946 10.5416 11.8899L9.74022 11.0885C9.68412 11.0324 9.6555 10.9662 9.65437 10.8898C9.65324 10.8135 9.6799 10.7481 9.73435 10.6937L11.0957 9.33228L9.69329 7.92986C9.6372 7.87376 9.60858 7.80754 9.60745 7.73121C9.60631 7.65488 9.63297 7.58948 9.68743 7.53503Z' fill='%237D7D7D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 22px;
  width: 21px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.product-info .add-to-cart {
  padding-bottom: 0;
}
.product-info .add-to-compare {
  padding-bottom: 10px;
}
.product-info .add-to-wishlist {
  padding-left: 0px;
}
.product-info button[type=submit]:disabled.add-to-wishlist {
  background-color: #00a4e3;
  border-color: #00a4e3;
  color: #ffffff;
}
.product-info button[type=submit]:disabled.add-to-wishlist:hover {
  color: #ffffff;
}
.product-info .secondary-actions button:first-child {
  margin-right: 0;
}
.product-info .secondary-actions button:last-child {
  float: right;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-info .secondary-actions button:last-child {
    float: left;
  }
}
.product-info .NewUserLoginBtn {
  float: left;
  width: 100%;
  max-width: 364px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .product-info .NewUserLoginBtn {
    max-width: 100%;
  }
}
.product-info .NewUserLoginBtn .btn-primary {
  line-height: 33px;
  padding-top: 13px;
}
.product-info .NewUserLoginBtn .btn-primary:disabled {
  background: #D7D7D7;
  border-color: #D7D7D7;
  opacity: 0.5;
}
.product-info .NewUserLoginBtn .loginLink {
  font-size: 12px;
  text-align: left;
  margin: 20px 0 10px 0;
}
@media (max-width: 767px) {
  .product-info .NewUserLoginBtn .loginLink {
    text-align: center;
    margin: 2px 0 0 0;
  }
}
.product-info .promotion-list {
  padding-bottom: 15px;
  padding-top: 15px;
}
.product-info .promotion-list .promotion-icon {
  display: none;
}
.product-info .promotion-list .promotion-long-title {
  display: none;
}
.product-info .promotion-list .promotion-details-link {
  display: inline;
}
.product-info .order-list {
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
}
@media (min-width: 1200px) {
  .product-info .order-list {
    padding: 0 15px 0 0;
    margin: 0 0;
  }
}
.product-info .quotation {
  padding: 0;
}
.product-info .quotation .btn,
.product-info .order-list .btn {
  font-size: 11.5px;
  margin-bottom: 0;
  line-height: 29px;
  padding: 3px 0 0 0;
}
.product-quantity .quantity-btn {
  color: #00a4e3;
  background-color: #ffffff;
  border-color: #00a4e3;
}
@media (max-width: 480px) {
  .product-quantity .quantity-btn {
    width: auto;
    display: inline-block;
    clear: none;
  }
}
@media (max-width: 370px) {
  .product-quantity .quantity-btn .glyphicon {
    left: -4px;
  }
}
ul.color-variations li {
  float: left;
  margin-right: 6px;
  border-radius: 12px;
  width: 24px;
  padding: 6px 0 0 6px;
  height: 24px;
  text-align: center;
  border: solid 1px transparent;
}
ul.color-variations li.pink-color-variation {
  background-color: pink;
}
ul.color-variations li.yellow-color-variation {
  background-color: yellow;
}
ul.color-variations li.blue-color-variation {
  background-color: blue;
}
ul.color-variations li.black-color-variation {
  background-color: black;
}
ul.color-variations li.green-color-variation {
  background-color: green;
}
ul.color-variations li.red-color-variation {
  background-color: red;
}
ul.color-variations li.white-color-variation {
  background-color: white;
  border: 1px solid #cccccc;
}
ul.color-variations li a {
  display: block;
  font-size: 0;
  text-indent: -999em;
  width: 15px;
  height: 15px;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
ul.color-variations li.selected a {
  background-color: #5cb85c;
}
ul.size-variations li {
  float: left;
  margin-right: 7.5px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #eeeeee;
  text-align: center;
}
ul.size-variations li a {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #333333;
}
ul.size-variations li.selected {
  background-color: #cccccc;
}
ul.size-variations li.selected a {
  color: #ffffff;
}
.cross-sell-product {
  padding-top: 60px;
  text-align: center;
  clear: both;
}
.cross-sell-product a.product-title {
  color: #00a4e3;
  text-decoration: none !important;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  display: block;
  text-align: center;
  padding-top: 7.5px;
}
.bundle-product {
  margin-top: 90px;
  padding-top: 60px;
  text-align: center;
  clear: both;
  position: relative;
  border-top: 1px solid #cccccc;
}
.bundle-product h3 {
  background-color: #ffffff;
  left: 38%;
  position: absolute;
  top: -35px;
  width: 28%;
  font-weight: bold;
  text-transform: uppercase;
}
.bundle-product a.product-title {
  color: #00a4e3;
  text-decoration: none !important;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  display: block;
  text-align: center;
  padding-top: 7.5px;
}
.product-end-of-live-status {
  padding-bottom: 5px;
}
.product-lifecycle-status {
  color: #e50000;
  padding-bottom: 5px;
}
.product-lifecycle-status span {
  display: block;
}
.product-lifecycle-status span.product-lifecycle-status-title {
  font-family: SansaConPro-Bold;
  font-size: 21px;
}
.product-stock {
  margin-top: 0;
}
.product-stock .stock-information {
  min-height: 0;
  position: relative;
}
.product-stock-stockerror {
  display: none;
  margin-bottom: 5px;
}
.stock-information-label {
  color: #333333;
  margin-bottom: 5px;
}
.stock-information-label .stock-desc {
  display: none;
}
.stock-information-label .stock-lable {
  color: #ffffff;
  float: left;
  margin-top: 10px;
  padding: 2px 10px;
  margin-right: 5px;
  width: 100%;
}
.stock-information-label .stock-lable .show-details-delivery {
  cursor: pointer;
  font-size: 11px;
  line-height: 15px;
  color: #00a4e3;
  position: absolute;
  top: 3px;
  right: -8px;
  height: 15px;
  width: 13px;
}
.stock-information-label .stock-lable .show-details-delivery .glyphicon-info-sign {
  height: 9px;
  width: 9px;
  color: #00a4e3;
}
.stock-information-label .stock-lable .show-details-delivery:hover {
  color: #e50000;
}
.stock-information-label .stock-lable .show-details-delivery:hover .glyphicon-info-sign {
  color: #e50000;
}
.stock-information-label .stock-lable .show-details-delivery:hover .details-delivery {
  display: block;
}
.stock-information-label .stock-lable .details-delivery {
  display: none;
  color: #333333;
  min-width: 202px;
  max-width: 202px;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  border: 1px solid #cccccc;
  background: #ffffff;
  position: absolute;
  left: -105px;
  padding: 10px;
  bottom: 27px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 5px 10px 0 rgba(0, 0, 0, 0.19);
}
@media (max-width: 480px) {
  .stock-information-label .stock-lable .details-delivery {
    left: -162px;
  }
}
@media (max-width: 345px) {
  .stock-information-label .stock-lable .details-delivery {
    left: -65px;
  }
}
.stock-information-label .stock-lable .details-delivery .arrow-down {
  position: absolute;
  left: 102px;
  bottom: -8px;
  width: 15px;
  height: 15px;
  border: solid #cccccc;
  background: #ffffff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 480px) {
  .stock-information-label .stock-lable .details-delivery .arrow-down {
    left: 160px;
  }
}
@media (max-width: 345px) {
  .stock-information-label .stock-lable .details-delivery .arrow-down {
    left: 63px;
  }
}
.stock-information-label.out-of-stock {
  display: none;
  background-color: #D9534F;
}
.stock-information-label.limited-stock {
  display: none;
}
.stock-information-label.limited-stock .stock-lable {
  color: #F0AD4E;
}
.stock-information-label.in-stock-average {
  display: none;
}
.stock-information-label.in-stock-average .stock-lable {
  background-color: #808080;
}
.stock-information-label.in-stock-sufficient {
  display: none;
}
.stock-information-label.in-stock-sufficient .stock-lable {
  background-color: #5CB85C;
}
.stock-information-label.no-text {
  display: none;
  background-color: #ffffff;
}
.stock-information-label.on-request {
  display: none;
  background-color: #777777;
}
.stock-information-label.no-stock-info {
  display: none;
  color: #e50000;
}
.stock-information-label.out-of-stock.active {
  display: inline-block;
}
.stock-information-label.limited-stock.active {
  display: inline-block;
}
.stock-information-label.in-stock-average.active {
  display: inline-block;
}
.stock-information-label.in-stock-sufficient.active {
  display: inline-block;
}
.stock-information-label.no-text.active {
  display: inline-block;
}
.stock-information-label.on-request.active {
  display: inline-block;
}
.stock-information-label.no-stock-info.active {
  display: inline-block;
}
.price-direct .product-price-NA-error {
  text-align: left;
  padding-left: 0;
  position: relative;
}
@media (max-width: 767px) {
  .price-direct .product-price-NA-error {
    padding-left: 0;
  }
}
.price-direct .product-price-NA-error .no-price {
  color: #a60000;
  font-size: 28px;
  font-weight: 700;
  float: left;
  margin-right: 5px;
}
.price-direct .product-price-NA-error .price-note {
  color: #7d7d7d;
  font-size: 10px;
  position: relative !important;
  top: 15px !important;
  right: unset !important;
}
@media (max-width: 320px) {
  .price-direct .product-price-NA-error .price-note {
    top: -5px;
  }
}
.price-direct .product-price-NA-error .show-details-error {
  display: block;
  cursor: pointer;
  font-size: 11px;
  line-height: 15px;
  color: #00a4e3;
  position: absolute;
  top: 19px;
  left: 130px;
  height: 15px;
  width: 13px;
}
.price-direct .product-price-NA-error .show-details-error .glyphicon-info-sign {
  height: 9px;
  width: 9px;
  color: #00a4e3;
}
.price-direct .product-price-NA-error .show-details-error:hover {
  color: #e50000;
}
.price-direct .product-price-NA-error .show-details-error:hover .glyphicon-info-sign {
  color: #e50000;
}
.price-direct .product-price-NA-error .show-details-error:hover .details-error {
  display: block;
}
.price-direct .product-price-NA-error .details-error {
  display: none;
  color: #333333;
  min-width: 202px;
  max-width: 202px;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  border: 1px solid #cccccc;
  background: #ffffff;
  position: absolute;
  left: -154px;
  padding: 10px;
  bottom: 27px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 5px 10px 0 rgba(0, 0, 0, 0.19);
}
@media (max-width: 480px) {
  .price-direct .product-price-NA-error .details-error {
    left: -130px;
  }
}
.price-direct .product-price-NA-error .details-error .arrow-down {
  position: absolute;
  left: 151px;
  bottom: -8px;
  width: 15px;
  height: 15px;
  border: solid #cccccc;
  background: #ffffff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 480px) {
  .price-direct .product-price-NA-error .details-error .arrow-down {
    left: 128px;
  }
}
.price-direct .product-price-NA-error .error-text {
  font-size: 12px;
  color: #a60000;
  clear: both;
  position: relative;
  top: -7px;
}
.product-price-error {
  color: #a60000;
  font-size: 14px;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
}
.product-price-error:before {
  content: "";
  background: url('../img/icons/plus.svg');
  height: 12px;
  width: 12px;
  position: absolute;
  top: 3px;
  left: 0;
}
.related-product-container {
  margin: 0 5px;
}
.related-product-container .list-item {
  overflow: visible !important;
}
.related-product-container .list-item .product-quantity .label-quantity {
  display: none;
}
.related-product-container .list-body {
  margin-bottom: 5px;
}
.related-product-container .ish-listFilters-pagination {
  float: left;
  width: 100%;
}
.related-product-container .pagination-sites .pagination-site-list {
  float: unset;
}
.related-product-container .product-quantity .product-quantity-input {
  width: 100%;
}
.related-product-container .addtocart-block {
  position: relative;
}
.related-product-container .addtocart-block .msgSuccess {
  background-color: #818181;
  color: #ffffff;
  display: none;
  position: absolute;
  left: -200px;
  top: -5px;
  width: 235px;
  padding: 2px;
  text-align: center;
  z-index: 9999;
}
.related-product-container .addtocart-block .msgSuccess a {
  color: #ffffff;
}
@media (max-width: 480px) {
  .related-product-container .addtocart-block .msgSuccess {
    left: 159px;
    top: -22px;
    width: 140px;
  }
}
.related-product-container .addtocart-block .msgError {
  background-color: #ffffff;
  display: none;
  position: absolute;
  left: -200px;
  top: -5px;
  width: 235px;
  padding: 2px;
  text-align: center;
  z-index: 9999;
}
@media (max-width: 480px) {
  .related-product-container .addtocart-block .msgError {
    left: 159px;
    top: -22px;
    width: 140px;
  }
}
.related-product-container .addtocart-block .msgError .help-block {
  color: #e50000;
}
.related-product-container .addtocart-block .addToCart {
  background-color: #7FAD00;
  border-color: #7FAD00;
  color: #ffffff;
}
.related-product-container .addtocart-block .addToCart:hover {
  background-color: #ffffff;
  color: #7FAD00;
}
.product-quantity .form-control-feedback,
.quote-list-quantity .form-control-feedback {
  display: none !important;
}
.price-note {
  color: #7d7d7d;
  font-size: 10px;
}
.product-detail-img .product-label {
  position: absolute;
  height: 36px;
  width: 82px;
  left: 0;
  top: 0;
}
.product-detail-img .product-label.product-label-new {
  height: 135px;
  width: 135px;
  background: url('../img/icons/product_detail_labels.png') no-repeat -192px -20px;
}
.product-detail-img .product-label.product-label-OP {
  height: 135px;
  width: 135px;
  background: url('../img/icons/product_detail_labels.png') no-repeat -362px -18px;
}
.product-detail-img .product-label.product-label-Voltreffer {
  height: 90px;
  width: 178px;
  background: url('../img/icons/product_detail_labels.png') no-repeat -536px -18px;
}
.product-detail-img .product-label.product-label-Actie {
  height: 135px;
  width: 135px;
  background: url('../img/icons/product_detail_labels.png') no-repeat -19px -20px;
}
@media (min-width: 768px) {
  .shiftRight {
    position: absolute;
    right: 30px;
  }
}
@media (min-width: 768px) {
  .shiftDown {
    position: relative;
    top: 10px;
    float: right;
    right: 30px;
  }
}
.modal-dialog .modal-header .h2tag {
  margin-right: 15px;
  overflow: hidden;
  word-break: break-word;
  font-family: "Arial", "Helvetica", sans-serif;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
}
.modal-dialog .stock-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.modal-dialog .stock-header .modal-title {
  text-transform: capitalize;
}
.modal-dialog .stock-body {
  padding-top: 0;
  max-height: 500px;
  overflow-y: auto;
}
.modal-dialog .stock-body table th {
  border-bottom: 1px solid #dddddd;
  border-right: 0;
  width: 40%;
  text-transform: capitalize;
  padding-left: 5px;
  font-size: 16px;
}
.modal-dialog .stock-body table th:first-child {
  width: 60%;
}
.modal-dialog .stock-body table tr > td {
  padding-left: 5px;
}
.price-error-na {
  display: none;
}
.product-detail-img .carousel {
  float: left;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 767px) {
  .product-detail-img .carousel {
    width: 100%;
  }
}
.product-detail-img .carousel .carousel-control .glyphicon-chevron-left {
  margin-left: -30px;
}
.product-detail-img .carousel .carousel-control .glyphicon-chevron-right {
  margin-right: -30px;
}
.product-img-main {
  width: 95%;
  float: left;
}
@media (max-width: 767px) {
  .product-img-main {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-img-main {
    margin-bottom: 30px;
  }
}
.product-img-main img {
  display: inline;
  float: left;
  max-width: 100%;
}
.product-img-main img:first-child {
  margin-right: 2%;
}
.product-img-inner {
  min-height: 500px;
}
@media (max-width: 480px) {
  .product-img-inner {
    min-height: unset;
  }
}
.product-img-inner .item {
  text-align: center;
}
.product-img-inner .item > img {
  display: inline;
  float: left;
}
@media (max-width: 767px) {
  .product-img-inner .item > img {
    display: inline;
  }
}
@media (max-width: 480px) {
  .product-img-inner .item > img {
    display: inline;
    max-width: 100%;
  }
}
.product-img-inner .item > img:first-child {
  margin-right: 2%;
}
@media (max-width: 767px) {
  .product-img-inner .item > img:first-child {
    margin-right: 0px;
  }
}
.product-thumb-set {
  opacity: unset;
  cursor: pointer;
  margin-bottom: 0;
  float: left;
  border: 0;
  padding: 0;
  position: relative;
}
.product-thumb-set img {
  width: 100%;
  padding: 5px;
  margin-bottom: 15px;
}
.product-thumb-set img:hover {
  border: 1px solid #dddddd;
  padding: 4px;
}
.product-thumb-set.active {
  opacity: 1.0;
}
.product-thumb-set.active img {
  border: 1px solid #dddddd;
  padding: 5px;
}
.product-img-thumbs {
  padding: 0;
  margin: 0;
}
.product-img-thumbs .youtube-icon {
  background: url(../img/icons/sprite-icons.svg) no-repeat;
  background-position: 0 -60px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 28px;
  left: 30px;
}
.zoomContainer {
  right: 0px !important;
}
.hide-product-link {
  position: relative;
}
.hide-product-link .spuarqe {
  display: none;
  background: #ffffff;
  width: 100%;
  height: 434px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.hide-product-link .spuarqe .loader-image {
  position: absolute;
  top: 35%;
  left: 50%;
}
.product-detail-page .product-list-container {
  padding-bottom: 10px;
  padding-top: 15px;
  border-bottom: 1px solid #E5E5E5;
}
.product-detail-page .product-list-container:last-child {
  border-bottom: none;
}
.product-detail-page .details-tab .ish-productAttributes {
  border-bottom: 1px solid #E5E5E5;
  float: left;
  padding-bottom: 15px;
}
.product-detail-page .details-tab .attachment {
  border-bottom: 1px solid #E5E5E5;
}
.product-details {
  padding: 0px;
}
.product-details .breadcrumbs-mobile .breadcrumbs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-details .breadcrumbs-mobile .breadcrumbs-list .breadcrumbs-list {
  float: left;
  font-size: 11px;
  display: none;
}
.product-details .breadcrumbs-mobile .breadcrumbs-list .breadcrumbs-list:nth-last-child(2) {
  display: block;
  line-height: 20px;
}
.product-details .breadcrumbs-mobile .breadcrumbs-list .breadcrumbs-list:nth-last-child(2):before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7L1 3.97815L3.99999 1' stroke='%23F4DA02' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  height: 8px;
  width: 5px;
  position: absolute;
  top: 6px;
  left: 0;
}
.product-details .breadcrumbs-mobile .breadcrumbs-list .breadcrumbs-list a {
  color: #222222;
  font-size: 10px;
  padding-left: 13px;
}
.product-details .breadcrumbs-mobile .breadcrumbs-list .breadcrumbs-list .breadcrumb-list-separator {
  display: none;
}
.product-details .breadcrumbs-mobile .breadcrumbs-list .breadcrumbs-list-active {
  display: none;
}
.product-details .label-quantity {
  padding-top: 7px;
}
.product-details .bundled-product-list,
.product-details .retail-product-list {
  margin-bottom: 15px;
}
.product-details .bundled-product-list .product-number,
.product-details .retail-product-list .product-number {
  clear: both;
}
.product-details .bundled-product-list .quantity,
.product-details .retail-product-list .quantity {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 21px;
}
.product-details .bundled-product-list .bundled-product-list-item,
.product-details .retail-product-list .bundled-product-list-item,
.product-details .bundled-product-list .retail-product-list-item,
.product-details .retail-product-list .retail-product-list-item {
  list-style: none;
}
.product-details .bundled-product-list-actions form {
  display: inline;
}
.product-details .bundled-product-list-actions .add-to-wishlist,
.product-details .bundled-product-list-actions .price-notification {
  display: inline;
  padding-left: 0px;
}
.product-details .product-list-item.grid-view:nth-child(3n+1) {
  clear: none;
}
.product-details .product-list-item.grid-view .product-tile-list {
  border-top: 0;
}
@media (min-width: 992px) {
  .product-details .product-list-item.grid-view .product-tile-list > div:first-child {
    width: 25%;
  }
  .product-details .product-list-item.grid-view .product-tile-list > div:nth-child(2) {
    width: 75%;
    word-break: break-all;
  }
}
.product-details .product-list-item.grid-view .product-tile-list .product-title {
  text-align: left;
}
.product-details .product-list-item.grid-view .product-tile-list .label-quantity {
  display: none;
}
.product-details .product-list-item.grid-view .product-tile-list .product-description {
  max-height: 100px;
  overflow: hidden;
}
.product-details .product-list-item.grid-view .product-tile-list .current-price {
  font-size: 20px;
}
.product-details .product-list-item.grid-view .product-tile-list .stock-information-label {
  text-align: center;
}
.product-details .product-list-item.grid-view .product-tile-list .stock-information-label .stock-lable {
  float: right;
}
.product-details .product-list-item.grid-view .product-tile-list form > div:not(.product-list-addTocartClock) {
  display: none;
}
.product-details .product-list-item.grid-view .product-tile-list form .product-list-addTocartClock {
  width: 100%;
}
@media (min-width: 768px) {
  .product-details .product-list-item.grid-view .product-tile-list form .product-list-addTocartClock > div:not(.product-price) {
    display: none;
  }
  .product-details .product-list-item.grid-view .product-tile-list form .product-list-addTocartClock .addtocart-container {
    display: block !important;
  }
}
.product-details .product-list-item.grid-view .product-tile-list .product-quantity-input {
  width: 100%;
}
@media (min-width: 768px) {
  .product-details .product-list-item.grid-view .product-tile-list .product-quantity-input {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .product-details .product-list-item.grid-view .product-tile-list .product-quantity-input {
    margin-left: 0;
  }
}
.product-details .product-list-item.grid-view .product-tile-list .product-quantity-input [data-spinner] .quantity-btn {
  padding: 6px 10px !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-details .product-list-item.grid-view .product-tile-list .product-quantity-input [data-spinner] .quantity-btn {
    padding: 6px 6px !important;
  }
}
.product-details .product-list-item.grid-view .product-tile-list .product-quantity-input [data-spinner] .form-control[type="number"] {
  width: 50px !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-details .product-list-item.grid-view .product-tile-list .product-quantity-input [data-spinner] .form-control[type="number"] {
    width: 40px !important;
  }
}
@media (max-width: 991px) {
  .product-details .product-list-item.grid-view .product-tile-list .product-price,
  .product-details .product-list-item.grid-view .product-tile-list .product-stock {
    text-align: left;
  }
  .product-details .product-list-item.grid-view .product-tile-list [data-spinner] {
    float: left;
  }
}
.product-details .product-list-item.list-view .product-tile .express-shop-trigger {
  width: 100%;
  left: 0;
}
.product-details .product-list-item.list-view .product-tile .product-form .product-variation-container {
  display: none;
}
@media (max-width: 991px) {
  .product-details .product-list-item.list-view .product-tile .product-image-container {
    float: none;
  }
  .product-details .product-list-item.list-view .product-tile .product-form .product-variation-container {
    display: block;
  }
  .product-details .product-list-item.list-view .product-tile .express-shop-trigger {
    display: none;
  }
}
.product-details .product-label-OP,
.product-details .product-label-Voltreffer,
.product-details .product-label-Actie,
.product-details .product-label-new,
.product-details .product-label-topseller,
.product-details .product-label-sale {
  z-index: 1;
  left: 15px;
}
.product-details .product-image-slider {
  min-height: 400px;
}
.product-details .product-image-slider .slider {
  display: none;
}
.product-details .product-image-slider .slider.slick-initialized {
  display: block;
}
.product-details .wrap-modal-slider .slider {
  display: none;
}
.product-details .wrap-modal-slider .slider.slick-initialized {
  display: block;
}
.product-details .product-img-inner-slick {
  display: none;
  position: relative;
}
.product-details .slick-prev {
  left: -24px;
}
.product-details .slick-next {
  right: -18px;
}
.product-details .slider-nav .slick-slide {
  padding: 2px;
}
.product-details .slider-nav img {
  border: 1px solid #C4C4C4;
  cursor: pointer;
}
.product-details .slider-nav .is-active img {
  border: 1px solid #00A4E3;
}
.product-details .enlarge {
  display: none;
  padding: 8px 1px 3px 1px;
  width: fit-content;
  font-size: 12px;
  color: #00a4e3;
  cursor: pointer;
  margin: 0 0 10px 0;
}
.product-details .enlarge:before {
  display: block;
  content: "";
  float: left;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.46411 0C7.33667 0 8.1714 0.171396 8.96828 0.51419C9.76516 0.856983 10.453 1.31775 11.0317 1.89649C11.6105 2.47524 12.0712 3.16305 12.414 3.95993C12.7568 4.75682 12.9282 5.59154 12.9282 6.46411C12.9282 7.71953 12.581 8.88592 11.8865 9.96327L15.8932 13.9566C15.9644 14.0278 16 14.1102 16 14.2037C16 14.2972 15.9644 14.3795 15.8932 14.4508L14.4374 15.8932C14.3751 15.9644 14.2972 16 14.2037 16C14.1102 16 14.0278 15.9644 13.9566 15.8932L9.94992 11.8998C8.89037 12.5854 7.72844 12.9282 6.46411 12.9282C5.59154 12.9282 4.75459 12.7568 3.95326 12.414C3.15192 12.0712 2.46411 11.6127 1.88982 11.0384C1.31553 10.4641 0.856984 9.77629 0.51419 8.97496C0.171397 8.17362 0 7.33667 0 6.46411C0 5.59154 0.171397 4.75682 0.51419 3.95993C0.856984 3.16305 1.31553 2.47524 1.88982 1.89649C2.46411 1.31775 3.15192 0.856983 3.95326 0.51419C4.75459 0.171396 5.59154 0 6.46411 0ZM6.4574 2.0556C5.66052 2.0556 4.92374 2.25148 4.24705 2.64324C3.57037 3.03501 3.03615 3.57146 2.64438 4.25259C2.25262 4.93373 2.05674 5.67274 2.05674 6.46962C2.05674 7.26651 2.25262 8.00329 2.64438 8.67997C3.03615 9.35666 3.57037 9.89088 4.24705 10.2826C4.92374 10.6744 5.66052 10.8703 6.4574 10.8703C7.25429 10.8703 7.9933 10.6744 8.67443 10.2826C9.35557 9.89088 9.89202 9.35666 10.2838 8.67997C10.6755 8.00329 10.8714 7.26651 10.8714 6.46962C10.8714 5.67274 10.6755 4.93373 10.2838 4.25259C9.89202 3.57146 9.35557 3.03501 8.67443 2.64324C7.9933 2.25148 7.25429 2.0556 6.4574 2.0556ZM7.37234 3.69969L5.369 3.69969C5.27997 3.69969 5.20206 3.73308 5.13528 3.79986C5.0685 3.86664 5.03511 3.94454 5.03511 4.03358V5.03525H4.03344C3.94441 5.03525 3.8665 5.06864 3.79972 5.13542C3.73294 5.2022 3.69955 5.2801 3.69955 5.36914L3.69955 7.37248C3.69955 7.46152 3.73294 7.53942 3.79972 7.6062C3.8665 7.67298 3.94441 7.70637 4.03344 7.70637H5.03511V8.70804C5.03511 8.79708 5.0685 8.87498 5.13528 8.94176C5.20206 9.00854 5.27997 9.04193 5.369 9.04193H7.37234C7.46138 9.04193 7.53929 9.00854 7.60607 8.94176C7.67284 8.87498 7.70623 8.79708 7.70623 8.70804V7.70637H8.7079C8.79694 7.70637 8.87485 7.67298 8.94163 7.6062C9.0084 7.53942 9.04179 7.46152 9.04179 7.37248V5.36914C9.04179 5.2801 9.0084 5.2022 8.94163 5.13542C8.87485 5.06864 8.79694 5.03525 8.7079 5.03525H7.70623V4.03358C7.70623 3.94454 7.67284 3.86664 7.60607 3.79986C7.53929 3.73308 7.46138 3.69969 7.37234 3.69969Z' fill='%2300A4E3'/%3E%3C/svg%3E");
  height: 16px;
  width: 16px;
}
.product-details .product-img-thumbs-slick {
  display: none;
}
.product-details .modal-dialog {
  width: 100%;
  max-width: 738px;
}
.product-details .wrap-modal-slider {
  padding: 0 30px;
  opacity: 0;
  transition: all 0.3s;
}
.product-details .wrap-modal-slider .slider-nav-popup .slick-slide {
  padding: 2px;
}
.product-details .wrap-modal-slider .slider-nav-popup img {
  border: 1px solid #C4C4C4;
  cursor: pointer;
}
.product-details .wrap-modal-slider .slider-nav-popup .is-active img {
  border: 1px solid #00A4E3;
}
.product-details .wrap-modal-slider.open {
  opacity: 1;
}
.product-details .modal-header {
  border-bottom: none;
  padding: 15px 15px 0 15px;
}
.product-details .modal-header .modal-title {
  float: left;
  font-weight: 600;
  font-size: 16px;
  padding-right: 20px;
}
.product-details .modal-header .close {
  color: #000000;
  position: absolute;
  right: 15px;
}
.product-details .modal-body {
  padding: 0 15px;
}
.product-details .modal-footer {
  border-top: none;
}
.product-details .enhance-image-carousel {
  width: 100%;
  float: left;
  margin: 0 0 30px 0;
}
.product-details .enhance-image-carousel .picture-and-textBlock {
  padding-right: 0;
  padding-left: 15%;
}
@media (max-width: 991px) {
  .product-details .enhance-image-carousel .picture-and-textBlock {
    padding-left: 0;
  }
}
.product-details .enhance-image-carousel .picture-and-textBlock .picture-slider {
  float: left;
}
.product-details .enhance-image-carousel .picture-and-textBlock .picture-slider-text {
  padding: 0 0 0 33px;
}
.product-details .enhance-image-carousel .carousel-indicators {
  bottom: -25px;
}
.product-details .enhance-image-carousel .carousel-indicators li {
  background-color: #D8D8D8;
  border: 1px solid #D8D8D8;
}
.product-details .enhance-image-carousel .carousel-indicators .active {
  border: 1px solid #00A4E3;
  background-color: #00A4E3;
}
.product-details .links-to-details {
  border-bottom: 1px solid #E5E5E5;
  min-height: 40px;
  line-height: 40px;
  margin-top: 25px;
  font-size: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .product-details .links-to-details {
    border-top: 1px solid #E5E5E5;
  }
}
.product-details .links-to-details a {
  float: left;
  margin-right: 40px;
}
.product-details .links-to-details a:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .product-details .links-to-details a {
    margin-right: 20px;
  }
}
.product-image-container .carousel-control {
  width: 50px;
  z-index: 1000;
}
.product-details-top-line {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .product-details-top-line {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
.product-details-top-line .product-rating {
  float: right;
}
.product-details-top-line .product-rating .rating-display {
  margin-left: 15px;
}
.product-photo {
  float: left;
}
.product-alt-images {
  float: left;
}
.product-alt-images .product-alt-images-list {
  list-style: none;
  float: left;
  padding-left: 0px;
}
.product-alt-images .product-alt-images-list .product-alt-images-list-item {
  border: 1px solid #dddddd;
  margin-bottom: 15px;
  padding: 15px;
}
.panel-group {
  margin: 15px 0;
  padding: 0;
}
.panel-group .panel-heading {
  padding: 5px 0px;
}
.panel-group .panel-heading a {
  color: #818181;
  display: block;
}
.panel-group .panel-heading a:hover {
  color: #686868;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}
.panel-group .panel-heading:hover a {
  color: #e50000;
}
.panel-group .panel-heading:hover .glyphicon {
  color: #e50000;
}
.panel-group .panel-body {
  color: #333333;
  padding: 15px 0;
}
.panel-group .panel-body .product-attachments-list-item span.glyphicon {
  font-size: 22px;
  margin-left: 10px;
}
.panel-group .panel-body .ish-ca-type-block {
  float: left;
  padding-left: 33px;
  width: 52%;
  max-width: 232px;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  background: #F7F7F7;
}
@media (max-width: 767px) {
  .panel-group .panel-body .ish-ca-type-block {
    padding-left: 13px;
    width: 49%;
    max-width: 212px;
  }
}
.panel-group .panel-body .suppValue {
  font-size: 12px;
  line-height: 40px;
  background: #F7F7F7;
}
.panel-group .panel-body .zebra-color {
  min-height: 40px;
  padding-left: 33px;
  position: relative;
}
@media (max-width: 767px) {
  .panel-group .panel-body .zebra-color {
    padding-left: 13px;
  }
}
.panel-group .panel-body .zebra-color:nth-child(even) {
  background: #F7F7F7;
}
.panel-group .panel-body .zebra-color:nth-child(odd) {
  background: #FFFFFF;
}
.panel-group .panel-body .zebra-color .ish-ca-type {
  float: left;
  width: 50%;
  max-width: 200px;
  font-size: 12px;
  line-height: 40px;
}
.panel-group .panel-body .zebra-color .ish-ca-value {
  font-size: 12px;
  line-height: 40px;
  float: left;
  width: 50%;
}
.panel-group .panel-body .zebra-color .product-attachments-list-item-description {
  line-height: 40px;
  font-size: 12px;
}
.panel-group .panel-body .zebra-color-attachments {
  min-height: 40px;
  padding-left: 33px;
  position: relative;
}
@media (max-width: 767px) {
  .panel-group .panel-body .zebra-color-attachments {
    padding-left: 13px;
  }
}
.panel-group .panel-body .zebra-color-attachments:nth-child(odd) {
  background: #F7F7F7;
}
.panel-group .panel-body .zebra-color-attachments:nth-child(even) {
  background: #FFFFFF;
}
.panel-group .panel-body .zebra-color-attachments .ish-ca-type {
  float: left;
  width: 50%;
  max-width: 200px;
  font-size: 12px;
  line-height: 40px;
}
.panel-group .panel-body .zebra-color-attachments .ish-ca-value {
  font-size: 12px;
  line-height: 40px;
  float: left;
  width: 50%;
}
.panel-group .panel-body .zebra-color-attachments .product-attachments-list-item-description {
  line-height: 40px;
  font-size: 12px;
}
.panel-group .panel-body .no-padding {
  padding: 0;
}
.panel-group .long-description-PDP {
  padding-left: 33px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .panel-group .long-description-PDP {
    padding-left: 13px;
  }
}
.download-icon {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 5.25V0H5.325V5.25L3.375 3.375L2.25 4.5L6 8.25L9.75 4.5L8.625 3.375L6.75 5.25Z' fill='%2300A4E3'/%3E%3Cpath d='M10.5 7.5V9.75H1.5V7.5H0V12H12V7.5H10.5Z' fill='%2300A4E3'/%3E%3C/svg%3E");
  height: 12px;
  width: 12px;
  float: left;
  margin-right: 8px;
  position: relative;
  top: 13px;
}
.download-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  float: left;
  width: 42%;
  max-width: 182px;
}
@media (max-width: 320px) {
  .download-name {
    width: 40%;
  }
}
.product-warranty {
  color: #333333;
  font-family: "Arial", "Helvetica", sans-serif;
  margin-top: 15px;
}
.product-warranty .product-warranty-title {
  font-weight: bold;
}
.product-warranty .product-warranty-list {
  margin-top: 5px;
}
@media (max-width: 767px) {
  #trengo-web-widget .TrengoWidgetLauncher__iframe {
    bottom: 4px;
    right: 10px;
  }
  .add-to-cart_overlay {
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1049;
    width: 100%;
    padding-top: 10px;
    border-top: 5px solid #000;
  }
  .add-to-cart_overlay .btn-lg.btn-block:empty {
    display: none;
  }
  .add-to-cart_overlay .product-quantity-status {
    padding: 0 10px;
  }
  .add-to-cart_overlay .product-quantity-status .productQuantity {
    width: 63%;
    display: inline-block;
  }
  .add-to-cart_overlay .product-quantity-status .productQuantity .label-quantity {
    padding: 0px 8px 0px 15px;
    width: 75px;
    margin-bottom: 0px;
  }
  .add-to-cart_overlay .product-quantity-status .productQuantity .product-quantity-input {
    padding: 0 0;
    width: 155px;
    margin-bottom: 0;
  }
  .add-to-cart_overlay .product-quantity-status .productAvailability {
    width: 35%;
    float: right;
    text-align: right;
    margin-right: -10px;
  }
  .add-to-cart_overlay .product-quantity-status .productAvailability .stock-available {
    display: none;
  }
  .add-to-cart_overlay .product-quantity-status .productAvailability .product-stock-stockerror {
    text-align: left;
    line-height: 12px;
  }
  .add-to-cart_overlay .product-quantity-status .productAvailability .product-stock {
    margin-top: 0px;
  }
  .add-to-cart_overlay .product-quantity-status .productAvailability .stock-information {
    display: block;
    margin-right: 10px;
  }
  .add-to-cart_overlay .product-quantity-status .productAvailability .stock-information .stock-information-label.active {
    display: block;
  }
  .add-to-cart_overlay .product-quantity-status .productAvailability .stock-lable {
    margin-right: 15px;
    line-height: auto;
    width: 100%;
    margin-top: 0px;
    padding: 7px 0px;
    text-align: center;
  }
  .add-to-cart_overlay .dammy-space {
    height: 60px;
  }
}
/************* SHOPPING CART LAYOUT ***************/
.cart-header {
  position: relative;
  padding: 0;
}
.cart-header .share-tools {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cart-header .cart-header-title {
  padding-right: 10px;
  text-transform: none;
}
.cart-header .cart-header-required {
  text-align: right;
  font-size: 12px;
  color: #585858;
  position: absolute;
  right: 15px;
  bottom: 11px;
}
.cart-header .cart-header-required-tablet {
  text-align: left;
  font-size: 12px;
  color: #585858;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.cart-header .cart-header-note {
  font-size: 14px;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #818181;
  text-transform: none;
}
.cart-header .cart-header-note span,
.cart-header .cart-header-note a {
  white-space: nowrap;
}
.cart-header .checkoutTop .order-summary {
  margin-top: 0;
}
.cart-header .checkoutTop .form-control-feedback {
  top: -7px;
}
.cart-header .placeOrderCartTop .order-summary {
  margin-bottom: 0;
}
.cart-header .placeOrderCartTop .order-summary .btn-block {
  margin-bottom: 0;
}
.shopping-cart .list-header {
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 767px) {
  .shopping-cart .list-header {
    display: block;
    border: none;
  }
}
.shopping-cart .list-header .list-header-item {
  font-family: SansaPro-SemiBold;
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
  overflow: hidden;
  padding: 8px 0;
  border-right: 0px solid #ffffff;
}
@media (max-width: 767px) {
  .shopping-cart .list-header .list-header-item {
    padding: 8px 0 0 0;
  }
}
.shopping-cart .list-header .quantity-list {
  text-align: left;
  margin-right: 2%;
  margin-left: 0%;
  width: 160px;
}
.shopping-cart .list-header .price-list {
  width: 105px;
}
@media (max-width: 1199px) {
  .shopping-cart .list-header .price-list {
    width: 100px;
  }
}
.shopping-cart .list-header .total-price-list {
  text-align: left;
  width: 100px;
}
@media (max-width: 1199px) {
  .shopping-cart .list-header .total-price-list {
    width: 104px;
  }
}
@media (max-width: 991px) {
  .shopping-cart .list-header .total-price-list {
    float: right;
  }
}
@media (min-width: 765px) and (max-width: 850px) {
  .shopping-cart .list-header .total-price-list {
    float: right;
    margin-right: 20px;
  }
}
.shopping-cart .stock-information-label .stock-desc {
  display: inline-block;
  font-size: 12px;
}
.shopping-cart .stock-information-label .stock-lable {
  background: none;
  margin-top: 0;
  padding-left: 20px;
  width: auto;
  position: relative;
  font-weight: 700;
}
.shopping-cart .stock-information-label .stock-lable:before {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 3px;
  width: 7px;
  height: 11px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.shopping-cart .stock-information-label .order-summary {
  margin: 0;
}
.shopping-cart .stock-information-label .order-summary .btn-primary {
  font-size: 14px;
}
.shopping-cart .in-stock-sufficient .stock-lable {
  color: #7fad00;
}
.shopping-cart .in-stock-sufficient .stock-lable:before {
  border: solid #7fad00;
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 3px;
  width: 7px;
  height: 11px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.shopping-cart .in-stock-average .stock-lable {
  color: #7d7d7d;
}
.shopping-cart .in-stock-average .stock-lable:before {
  border: solid #7d7d7d;
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 3px;
  width: 7px;
  height: 11px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.shopping-cart .limited-stock .stock-lable {
  color: #f0ad4e;
}
.shopping-cart .limited-stock .stock-lable:before {
  border: solid #f0ad4e;
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 3px;
  width: 7px;
  height: 11px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.shopping-cart .product-stock-stockerror {
  margin-bottom: 20px;
  font-weight: 700;
}
.shopping-cart .stock-information {
  min-height: 0;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .shopping-cart .right-sided .pli-description {
    padding-top: 20px;
  }
}
.shopping-cart .quantity-btn {
  color: #333333;
  background-color: #ffffff;
  border-color: #7d7d7d;
  width: 40px;
  height: 46px;
  margin-right: 0px;
  margin-left: 0px !important;
  line-height: 35px;
}
.shopping-cart .quantity-btn:hover {
  color: #00a4e3;
  border-color: #00a4e3;
}
.shopping-cart .quantity-btn:active:hover {
  color: #ffffff;
  border-color: #00a4e3;
  background-color: #00a4e3;
}
@media (max-width: 767px) {
  .shopping-cart .productImageCartContainer {
    margin-right: 5px;
  }
}
.shopping-cart .price-note {
  color: #7d7d7d;
  font-size: 10px;
}
.shopping-cart .mobile-view {
  padding: 0;
}
.shopping-cart .mobile-view .action-items {
  padding: 6px 0;
  float: left;
}
.shopping-cart .mobile-view .quantity-box {
  width: 225px;
  padding-left: 20px !important;
  text-align: left;
}
@media (max-width: 991px) {
  .shopping-cart .mobile-view .quantity-box {
    width: 210px;
    padding-left: 6px !important;
  }
}
@media (max-width: 767px) {
  .shopping-cart .mobile-view .quantity-box {
    width: 210px;
  }
}
.shopping-cart .mobile-view .quantity-box .form-control[type="number"] {
  height: 58px;
  width: 100px !important;
}
@media (max-width: 767px) {
  .shopping-cart .mobile-view .quantity-box .form-control[type="number"] {
    width: 71px !important;
  }
}
.shopping-cart .mobile-view .quantity-box .has-error .form-control[type="number"] {
  border-top-color: #a60000;
  border-bottom-color: #a60000;
}
.shopping-cart .mobile-view .quantity-btn {
  width: 50px;
  height: 58px;
  line-height: 45px;
  margin-right: 0px !important;
}
.shopping-cart .quantity-desktop {
  padding: 8px 0 !important;
}
.shopping-cart .quantity-box {
  width: 160px;
  padding: 8px 0;
}
.shopping-cart .quantity-box .form-control[type="number"] {
  height: 46px;
  width: 65px;
  border-color: #eaeaea;
}
.shopping-cart .quantity-box .form-control[type="number"]:focus {
  box-shadow: none;
}
.shopping-cart .quantity-box .has-error .form-control[type="number"] {
  border-top-color: #a60000;
  border-bottom-color: #a60000;
}
.shopping-cart .list-body .list-item-row.list-item-row-big {
  border-bottom: 1px solid #eaeaea;
}
.shopping-cart .list-body .list-item-row .pli-description {
  padding-left: 24px;
}
@media (max-width: 767px) {
  .shopping-cart .list-body .list-item-row .pli-description {
    padding-left: 0;
  }
}
.shopping-cart .list-body .list-item-row .pli-description .actionButtons {
  margin-top: 5px;
}
.shopping-cart .list-body .list-item-row a.product-title {
  font-size: 15px;
  font-family: SansaPro-SemiBold;
  color: #333333;
}
.shopping-cart .list-body .list-item-row .action-items .actionButtons {
  padding: 12px 0 0 0;
}
.shopping-cart .list-body .list-item-row .action-items .quantity-box {
  width: 160px;
  padding: 0 0 0 8px;
  text-align: left;
}
.shopping-cart .list-body .list-item-row .list-item {
  padding: 8px 0px 8px 0;
}
.shopping-cart .list-body .list-item-row .list-item .pli-description .product-id {
  margin-bottom: 7px;
  font-size: 12px;
  text-transform: uppercase;
  color: #585858;
}
.shopping-cart .list-body .list-item-row .list-item .pli-description .stock-information-label.no-stock-info {
  color: #a60000;
  font-size: 14px;
  font-weight: 700;
}
.shopping-cart .list-body .list-item-row .list-item .pli-description .no-stock-info .stock-desc {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.shopping-cart .list-body .list-item-row .list-item .pli-description .no-stock-info .stock-desc::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.98597 2.52882L2.52875 0.98604C2.63674 0.878046 2.76531 0.824049 2.91444 0.824048C3.06358 0.824048 3.19214 0.878046 3.30014 0.986041L6 3.6859L8.69986 0.986041C8.80786 0.878046 8.93642 0.824048 9.08556 0.824048C9.23469 0.824049 9.36326 0.878046 9.47125 0.98604L11.014 2.52882C11.122 2.63681 11.176 2.76538 11.176 2.91451C11.176 3.06365 11.122 3.19221 11.014 3.30021L8.31417 6.00007L11.014 8.69993C11.122 8.80793 11.176 8.93649 11.176 9.08563C11.176 9.23476 11.122 9.36333 11.014 9.47132L9.47125 11.0141C9.36326 11.1221 9.23469 11.1761 9.08556 11.1761C8.93642 11.1761 8.80786 11.1221 8.69986 11.0141L6 8.31424L3.30014 11.0141C3.19214 11.1221 3.06358 11.1761 2.91444 11.1761C2.76531 11.1761 2.63674 11.1221 2.52875 11.0141L0.98597 9.47132C0.877975 9.36333 0.823979 9.23476 0.823978 9.08563C0.823979 8.93649 0.877975 8.80793 0.98597 8.69993L3.68583 6.00007L0.985971 3.30021C0.877976 3.19221 0.823978 3.06365 0.823978 2.91451C0.823978 2.76538 0.877976 2.63681 0.98597 2.52882Z' fill='%23A60000'/%3E%3C/svg%3E");
  height: 12px;
  width: 12px;
  position: relative;
  top: 1px;
  margin-right: 6px;
}
.shopping-cart .list-body .list-item-row .list-item .actionButtons .btn-tool {
  margin: 0 12px 0 12px;
}
@media (min-width: 1199px) {
  .shopping-cart .list-body .list-item-row .list-item .actionButtons .btn-tool {
    margin: 0 22px 0 0;
  }
}
.shopping-cart .list-body .list-item-row .price-list {
  margin-left: 20px;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .shopping-cart .list-body .list-item-row .price-list {
    float: right;
  }
}
@media (min-width: 765px) and (max-width: 850px) {
  .shopping-cart .list-body .list-item-row .price-list {
    float: right;
  }
}
.shopping-cart .list-body .list-item-row .total-price-list {
  font-weight: 700;
  color: #00a4e3;
}
@media (max-width: 1199px) {
  .shopping-cart .list-body .list-item-row .total-price-list {
    width: 104px;
  }
}
@media (max-width: 991px) {
  .shopping-cart .list-body .list-item-row .total-price-list {
    width: 138px;
  }
}
@media (max-width: 767px) {
  .shopping-cart .list-body .list-item-row .total-price-list {
    font-size: 24px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.shopping-cart .list-body.eol-below {
  margin-bottom: 0;
}
.shopping-cart .btn#updatecart {
  position: relative;
  z-index: 1;
}
.shopping-cart .order-summary {
  position: relative;
  top: -11px;
}
@media (max-width: 767px) {
  .shopping-cart .order-summary {
    top: 0;
  }
}
@media (max-width: 991px) {
  .shopping-cart .direct-order-container .quick-order-rows-container h3 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .shopping-cart .direct-order-container .quick-order-rows-container h3 {
    margin-top: 35px;
  }
}
.shopping-cart .quick-order-rows-container .list-item-row input {
  height: 46px;
}
.shopping-cart .quickorder-search-container input {
  border: 1px solid #7D7D7D;
}
.cart-customer-info {
  margin-top: 4px;
  position: relative;
}
.cart-customer-info .cart-header-required-tablet {
  position: absolute;
  right: 0;
  font-size: 12px;
}
.cart-customer-info .form-group {
  padding: 0;
}
.cart-customer-info .form-group .cart-customer-info_input {
  padding: 0;
}
.cart-customer-info .form-group .cart-customer-info_input select {
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='18' viewBox='0 0 11 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.5L5.5 2L10 6.5' stroke='black' stroke-width='2'/%3E%3Cpath d='M10 16L5.5 20.5L1 16' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 7px;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .cart-customer-info .form-group {
    width: 100%;
  }
}
.cart-customer-info .form-control[disabled],
.cart-customer-info fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee !important;
  opacity: 0.5;
}
.cart-customer-info .has-error .alert-danger {
  font-size: 13px;
  color: #a60000;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  margin: 0;
  padding: 35px 15px 0;
}
@media (max-width: 991px) {
  .cart-customer-info .has-error .alert-danger {
    padding: 5px 15px 0;
  }
}
@media (max-width: 767px) {
  .cart-customer-info .has-error .alert-danger {
    padding: 10px 15px 0;
  }
}
.column-price.noPrice {
  visibility: hidden;
}
.column-price.noTotalPrice .new-price {
  color: #A60000;
}
.column-price.noTotalPrice .new-price::before {
  content: "€ ";
}
.cart-order-export {
  margin-top: 11px;
}
.cart-order-export .btn-default {
  border: 1px solid #00A4E3;
  color: #00A4E3;
  background: white;
}
.cart-order-export .btn-default:hover {
  background: #00A4E3;
  color: white;
}
.cart-order-export .btn-default.disabled {
  border: 1px solid #7D7D7D;
  color: #7D7D7D;
}
.cart-order-export a.btn {
  font-size: 1rem;
  margin: 1em 0 0;
  width: 100%;
  font-family: SansaPro-SemiBold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
}
@media (max-width: 991px) {
  .cart-order-export {
    margin-top: 0em;
    display: flex;
    justify-content: space-between;
  }
  .cart-order-export a.btn {
    width: 49%;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .cart-order-export {
    margin-top: 0em;
    display: block;
  }
  .cart-order-export a.btn {
    width: 100%;
  }
}
.cart-line-img {
  float: left;
  width: 20%;
  margin-right: 5%;
}
.cart-line-img img {
  max-width: 100%;
}
.cart-line-details {
  float: left;
  max-width: 70%;
}
.cart-group-details {
  padding-bottom: 7.5px;
}
.cart-line-actions {
  padding: 30px 0 0 0;
}
.cart-summary {
  border: 1px solid #cccccc;
  border-width: 1px 1px 0 1px;
  padding: 22.5px;
}
.cart-summary .form-inline * {
  margin-right: 7.5px;
  margin-top: 15px;
}
.cart-summary .form-inline *:last-child {
  margin-right: 0;
}
.cart-summary .alert {
  margin-top: 7.5px;
  margin-bottom: 0;
}
.cart-summary .alert a {
  color: inherit;
  text-decoration: underline;
}
.cart-summary .alert a.btn {
  text-decoration: none;
}
.cart-summary h3 {
  margin-top: 0;
}
.address-summary {
  border: 1px solid #cccccc;
  border-width: 1px 1px 0 1px;
  padding: 22.5px;
}
.address-summary address {
  font-size: 13px;
}
.btn-closer-mob-search {
  display: none;
}
@media (max-width: 767px) {
  .btn-closer-mob-search {
    width: auto;
    padding: 0 0 0 5px;
    text-transform: none;
    display: inline-block;
    background: none;
    margin: 5px 0 0 5px;
    font-family: "Arial", "Helvetica", sans-serif;
  }
  .container.active_search {
    background: #ffffff;
    height: 50px;
  }
}
.cost-summary {
  background: #eeeeee;
  border: none;
  padding: 22.5px;
  margin-bottom: 24px;
  font-size: 13px;
}
@media (max-width: 991px) {
  .cost-summary {
    margin-bottom: 47px;
  }
}
@media (max-width: 767px) {
  .cost-summary {
    margin: 0 0 32px;
  }
}
.cost-summary .dl-horizontal {
  font-size: 100%;
  color: #333333;
}
.cost-summary .dl-horizontal .promo-applied {
  font-family: SansaConPro-Bold;
}
.cost-summary .dl-horizontal .borderBottom {
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  margin-bottom: 5px;
}
.cost-summary .dl-horizontal dt {
  float: left;
  width: 50%;
  clear: left;
  white-space: normal;
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cost-summary .dl-horizontal dt {
    width: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cost-summary .dl-horizontal dt {
    width: 330px;
  }
}
.cost-summary .dl-horizontal dd {
  text-align: right;
  margin-left: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cost-summary .dl-horizontal dd {
    margin-left: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cost-summary .dl-horizontal dd {
    margin-left: 340px;
  }
}
.cost-summary .dl-horizontal .total-price {
  font-size: 16px !important;
  font-family: arial, "Arial", "Helvetica", sans-serif !important;
  font-weight: bold;
}
.cost-summary .dl-horizontal .total-price-num {
  font-size: 16px !important;
  font-family: arial, "Arial", "Helvetica", sans-serif !important;
  font-weight: bold;
  color: #00A4E3;
}
.cost-summary .dl-horizontal .dtClass {
  padding-left: 10px;
  width: 210px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cost-summary .dl-horizontal .dtClass {
    width: 120px;
  }
}
.cost-summary .dl-horizontal hr {
  height: 1px;
  width: 100%;
  background-color: #cccccc;
  margin-top: 3px;
  margin-bottom: 3px;
}
.cost-summary ~ .cart-summary {
  border-bottom-width: 1px;
  margin-bottom: 15px;
}
.cost-summary .form-group-tc {
  font-size: 14px;
  border: none;
  margin-bottom: 0;
}
.cost-summary .form-group-tc.has-error .form-control a {
  color: inherit;
  text-decoration: underline;
}
.cost-summary .form-group-tc .form-control {
  background-color: inherit;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.cost-summary .has-success .help-block {
  display: none !important;
}
.cost-summary .has-success .glyphicon-ok,
.cost-summary .has-success .glyphicon-remove {
  display: none !important;
}
.cost-summary .has-error .help-block {
  display: block !important;
}
.cost-summary .has-error .glyphicon-ok,
.cost-summary .has-error .glyphicon-remove {
  display: none !important;
}
.cost-summary .has-feedback label ~ .form-control-feedback {
  top: 0;
}
.cost-summary .btn-primary {
  background-color: #7fad00;
  border: 1px solid #7fad00;
}
.cost-summary .btn-primary:hover {
  box-sizing: border-box;
  background: #729B00;
  color: #ffffff;
}
.cost-summary button.btn-primary.disabled {
  background-color: #7d7d7d;
  color: #222222;
  border: none;
}
.mobile-cart-label {
  display: none;
}
.product-out-of-stock {
  color: #e50000;
}
.product-stock-inf {
  display: inline-block !important;
}
.cart-variations {
  padding-top: 7.5px;
  font-size: 90%;
}
.cart-variations dd {
  float: left;
}
.cart-variations dt {
  float: left;
  width: 70px;
  clear: left;
}
@media (max-width: 767px) {
  .cart-line-items {
    padding-top: 15px;
  }
  .cart-line-items .col-xs-4 {
    background: #eeeeee;
    margin-top: 15px;
    min-height: 135px;
  }
}
@media (max-width: 991px) {
  .cart-line-items label {
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .shopping-cart-checkOut-top {
    margin: 1em 0 1.5em;
    position: relative;
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .shopping-cart-checkOut-top .order-summary {
    margin: 0 0;
  }
}
.shopping-cart-checkOut-top .order-summary .btn {
  margin-bottom: 0px;
}
.shopping-cart-checkOut-top .checkoutButtonTop {
  padding: 0;
}
@media (max-width: 767px) {
  .shopping-cart-checkOut-top .checkoutButtonTop {
    padding: 0 14px;
  }
}
.order-summary h2 {
  padding: 0 14px;
  text-transform: none;
}
.order-summary .form-group .checkbox.form-control {
  height: auto;
}
.order-summary .has-error .help-block {
  display: block !important;
}
.order-summary .has-error .glyphicon-ok,
.order-summary .has-error .glyphicon-remove {
  display: none !important;
}
.order-summary .has-success .help-block {
  display: none !important;
}
.order-summary .has-success .glyphicon-ok,
.order-summary .has-success .glyphicon-remove {
  display: none !important;
}
.order-summary div .btn-primary {
  background-color: #7FAD00 ;
  border: 1px solid #7FAD00;
}
.order-summary div .btn-primary:hover {
  box-sizing: border-box;
  background: #729B00;
  color: #ffffff;
}
.order-summary div button.btn-primary.disabled {
  background-color: #7D7D7D;
  color: #222222;
  border: none;
}
@media (min-width: 992px) {
  .order-summary h2 {
    margin-top: 3.75px;
  }
}
@media (max-width: 767px) {
  .order-summary {
    margin: 22.5px 0;
  }
}
@media (max-width: 767px) {
  .CartCheckoutButtons {
    padding: 0 14px;
  }
}
@media (max-width: 767px) {
  .mobile-cart-item-label {
    font-size: 90%;
    font-weight: bold;
    padding: 7.5px 0 3px 0;
    margin: 0;
  }
  .cart-line-qty {
    clear: left;
  }
  .cart-separator {
    margin: 0 -7.5px 30px -7.5px;
  }
  .mobile-cart-img {
    width: 20%;
    float: left;
    padding-right: 0;
  }
  .mobile-cart-label {
    display: inline-block;
    text-transform: uppercase;
    color: #00a4e3;
    width: 150px;
    font-size: 13px;
    float: left;
    text-align: left;
  }
  .mobile-cart-counter {
    position: absolute;
    top: 7.5px;
    right: 16.5px;
    background: #f4da02;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    width: 19px;
    height: 19px;
    line-height: 18px;
    font-size: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    pointer-events: none;
  }
}
.empty-cart {
  text-align: center;
  padding-bottom: 75px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}
.empty-cart .empty-cart-icon {
  padding: 105px 0 30px;
}
.empty-cart h2 {
  font-family: "Arial", "Helvetica", sans-serif;
  margin-bottom: 30px;
}
.pli-description ul {
  padding-left: 15px;
  list-style-position: outside;
}
.pli-description .product-id {
  margin-bottom: 0;
}
.pli-description .line-item-isero-surcharges {
  color: #818181;
}
.pli-description .btn-tool {
  margin-top: 5px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .pli-description .btn-tool {
    margin-bottom: 15px;
  }
}
.pli-description .dl-horizontal dt {
  width: auto;
  padding-right: 2.5px;
  float: left;
}
.pli-description .dl-horizontal dd {
  margin-left: auto;
}
.warranty select {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.remove-discontinued-product {
  margin-top: 30px;
  display: block;
}
.remove-discontinued-product span {
  float: left;
}
.remove-discontinued-product span.remove-text {
  margin-left: 5px;
  margin-top: 4px;
}
.productImageCartContainer {
  position: relative;
  height: 100%;
  width: 75px;
}
.productImageCartContainer .loader-image {
  left: 35%;
  position: absolute;
  top: 35%;
}
@media (max-width: 1199px) {
  .productImageCartContainer {
    height: 100%;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .productImageCartContainer {
    height: 100%;
    margin-right: 18px;
  }
}
.productImageContainer {
  height: 100%;
  width: 100%;
  position: relative;
}
.productImageContainer .loader-image {
  left: 35%;
  position: absolute;
  top: 35%;
}
.order-detail-ajax .productImageContainer .loader-image {
  left: 20%;
  position: absolute;
  top: 15%;
}
.modalClass {
  padding: 0px;
}
.modalPaddingClass {
  padding: 15px;
}
.textColor {
  color: #55556d!important;
}
@media (max-width: 767px) {
  .laserScanErrorDialog .modal-dialog {
    margin-top: 25%;
  }
}
.laserScanErrorDialog .modal-header .modal-title {
  text-transform: lowercase;
}
.laserScanErrorDialog .modal-header .modal-title::first-letter {
  text-transform: uppercase;
}
.laserScanErrorDialog .modal-header .close {
  color: #000;
}
.laserScanErrorDialog .alert-danger {
  background-color: #991616;
  color: #fff;
}
.laserScanErrorDialog .textdanger {
  color: #991616;
}
.laserScanErrorDialog .modal-body .alert-danger {
  line-height: 25px;
  margin-bottom: 5px !important;
  font-size: 17px;
  word-wrap: break-word;
}
.net-price-display {
  padding: 0;
  margin: 0;
  font-family: SansaPro-SemiBold;
  font-size: 10px;
  color: #7D7D7D;
}
.contract-price-logo {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='12' viewBox='0 0 9 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.7881 11.0431L1.13867 11.0431V1.06897L5.36435 1.06901L7.7881 3.67095V11.0431Z' stroke='white' stroke-width='0.613793' stroke-linecap='round'/%3E%3Cpath d='M5.36328 1.06909V3.67103H7.78703' stroke='white' stroke-width='0.613793' stroke-linecap='round'/%3E%3Cpath d='M2.36133 7.22021H6.55293' stroke='white' stroke-width='0.613793' stroke-linecap='square'/%3E%3Cpath d='M2.36133 8.44116H6.55293' stroke='white' stroke-width='0.613793' stroke-linecap='square'/%3E%3Cpath d='M2.36133 9.66223H6.55293' stroke='white' stroke-width='0.613793' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 9px;
  height: 12px;
}
.text-card {
  height: 17px;
  border-radius: 2.3px 2.3px 2.3px 2.3px;
  border-style: solid;
  border-color: #7D7D7D;
  border-width: 1px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: SansaPro-SemiBold;
  color: #7D7D7D;
  font-size: 9px;
  font-weight: 600;
  width: auto;
  padding-right: 5px;
  position: relative;
}
.text-card span {
  margin-right: 3px;
  margin-left: 3px;
  position: absolute;
  bottom: -27%;
}
@media (max-width: 420px) {
  .text-card span {
    margin: 0;
    padding-left: 3px;
  }
}
.price-parent-block {
  background: #7D7D7D;
  width: 19px;
  height: 17px;
  border-radius: 2.3px 0 0 2.3px;
  margin: 0;
  padding: 0;
  text-align: center;
  padding-left: 6px;
  padding-top: 2px;
  float: left;
  margin-right: 1px;
  margin-left: -1px;
  margin-top: -1px;
}
@media (max-width: 420px) and (min-width: 350px) {
  .mobile-desc {
    margin-left: 7%;
  }
}
@media (max-width: 350px) {
  .mobile-desc {
    margin-left: 12px;
  }
}
@media (max-width: 420px) and (min-width: 350px) {
  .quantity-mobile {
    padding-left: 0;
    margin-left: 30px;
  }
}
@media (max-width: 350px) {
  .quantity-mobile {
    margin: 0;
    padding: 0;
    width: 177px !important;
    margin-left: 18px;
  }
}
.new-price-desktop {
  color: #00A4E3;
  font-size: 20px;
  font-family: arial, "Arial", "Helvetica", sans-serif !important;
  margin-top: -2px;
}
.disable-wrapper {
  cursor: not-allowed;
}
.disable-btn {
  pointer-events: none !important;
  opacity: 0.65;
}
.disable-btn:hover {
  border-color: #007fb0 !important;
}
.progress-bar-panel {
  margin-bottom: 28px;
  background: #f9f9f9;
}
@media (max-width: 767px) {
  .progress-bar-panel {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.progress-bar-panel .progress-steps {
  text-align: center;
}
.progress-bar-panel .progress-steps li {
  width: 33.33333333%;
}
.progress-bar-panel .progress-steps .progress-number {
  color: #333333;
}
.progress-bar-panel .progress-steps .progress-label {
  font-weight: 600;
  padding-left: 5px;
}
.progress-bar-panel .progress-steps .progress-complete,
.progress-bar-panel .progress-steps .progress-active {
  background-color: #ededed;
}
.progress-bar-panel .progress-steps .progress-complete .progress-number,
.progress-bar-panel .progress-steps .progress-active .progress-number {
  color: #333333;
  background: #f4da02;
}
.title-review-order {
  font-size: 22px;
}
.errors-checkout .alert-info {
  color: #a94442;
  background: #f2e3e3;
  border-color: #a94442;
  border: 2px solid;
}
.circle-checkout {
  float: left;
  height: 26px;
  width: 26px;
  background-color: #00a4e3;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
  margin-right: 15px;
}
.title-checkout {
  margin-bottom: 15px;
}
.title-checkout,
.title-delivery-option {
  height: 40px;
}
.title-checkout h2,
.title-delivery-option h2 {
  font-size: 22px;
  position: relative;
  top: 3px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .title-checkout h2,
  .title-delivery-option h2 {
    font-size: 21px;
  }
}
.title-checkout .stripe-checkout-top,
.title-delivery-option .stripe-checkout-top {
  width: 2px;
  background: #00a4e3;
  height: 15px;
  position: relative;
  left: 12px;
  top: 0px;
}
.title-checkout .stripe-checkout,
.title-delivery-option .stripe-checkout {
  width: 2px;
  background: #00a4e3;
  height: 15px;
  position: relative;
  left: 12px;
  top: -8px;
}
@media (max-width: 767px) {
  .title-checkout .stripe-checkout,
  .title-delivery-option .stripe-checkout {
    top: -7px;
  }
}
.shipping-adress-border-bottom {
  border-style: solid solid solid solid !important;
}
.shipping-adress,
.order-reference {
  border-style: solid solid none solid;
}
.pick-up-store,
.msg-to-merchant {
  border-style: solid solid solid solid;
}
.shipping-adress.open-adress-lg {
  min-height: 310px;
}
.shipping-adress.open-adress-md {
  min-height: 280px;
}
.pick-up-store.open-store {
  min-height: 140px;
}
.shipping-adress,
.pick-up-store,
.order-reference,
.msg-to-merchant {
  border-color: #cccccc;
  border-width: thin;
  min-height: 71px;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
}
.shipping-adress .background-shipping-option,
.pick-up-store .background-shipping-option,
.order-reference .background-shipping-option,
.msg-to-merchant .background-shipping-option {
  background-color: #f9f9f9;
}
.shipping-adress .background-shipping-option .checkmark,
.pick-up-store .background-shipping-option .checkmark,
.order-reference .background-shipping-option .checkmark,
.msg-to-merchant .background-shipping-option .checkmark {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 58 (84663) - https://sketch.com --%3E%3Ctitle%3EGroup 2 Copy 5%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Checkout' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop_Checkout_sequence_step-1_EXAMPLE' transform='translate(-369.000000, -895.000000)' fill='%2300A4E3'%3E%3Cg id='Group-2-Copy-5' transform='translate(369.000000, 895.000000)'%3E%3Cpath d='M6,0 C9.3137085,0 12,2.6862915 12,6 C12,9.3137085 9.3137085,12 6,12 C2.6862915,12 0,9.3137085 0,6 C0,2.6862915 2.6862915,0 6,0 Z M6,3.6 C4.6745166,3.6 3.6,4.6745166 3.6,6 C3.6,7.3254834 4.6745166,8.4 6,8.4 C7.3254834,8.4 8.4,7.3254834 8.4,6 C8.4,4.6745166 7.3254834,3.6 6,3.6 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 6px;
}
.shipping-adress .delivery-option,
.pick-up-store .delivery-option,
.order-reference .delivery-option,
.msg-to-merchant .delivery-option,
.shipping-adress .pickup-option,
.pick-up-store .pickup-option,
.order-reference .pickup-option,
.msg-to-merchant .pickup-option {
  height: 69px;
  line-height: 69px;
  padding-left: 30px;
  position: relative;
}
.shipping-adress .delivery-option .border-delivery,
.pick-up-store .delivery-option .border-delivery,
.order-reference .delivery-option .border-delivery,
.msg-to-merchant .delivery-option .border-delivery,
.shipping-adress .pickup-option .border-delivery,
.pick-up-store .pickup-option .border-delivery,
.order-reference .pickup-option .border-delivery,
.msg-to-merchant .pickup-option .border-delivery,
.shipping-adress .delivery-option .border-pickup,
.pick-up-store .delivery-option .border-pickup,
.order-reference .delivery-option .border-pickup,
.msg-to-merchant .delivery-option .border-pickup,
.shipping-adress .pickup-option .border-pickup,
.pick-up-store .pickup-option .border-pickup,
.order-reference .pickup-option .border-pickup,
.msg-to-merchant .pickup-option .border-pickup {
  position: absolute;
  height: 1px;
  background-color: #cccccc;
  width: 100%;
  bottom: 0;
  left: 0;
}
.shipping-adress .delivery-option .show-details-delivery,
.pick-up-store .delivery-option .show-details-delivery,
.order-reference .delivery-option .show-details-delivery,
.msg-to-merchant .delivery-option .show-details-delivery,
.shipping-adress .pickup-option .show-details-delivery,
.pick-up-store .pickup-option .show-details-delivery,
.order-reference .pickup-option .show-details-delivery,
.msg-to-merchant .pickup-option .show-details-delivery {
  cursor: pointer;
  font-size: 11px;
  line-height: 15px;
  color: #00a4e3;
  position: absolute;
  top: 28px;
  right: 22px;
  height: 17px;
}
.shipping-adress .delivery-option .show-details-delivery .glyphicon-info-sign,
.pick-up-store .delivery-option .show-details-delivery .glyphicon-info-sign,
.order-reference .delivery-option .show-details-delivery .glyphicon-info-sign,
.msg-to-merchant .delivery-option .show-details-delivery .glyphicon-info-sign,
.shipping-adress .pickup-option .show-details-delivery .glyphicon-info-sign,
.pick-up-store .pickup-option .show-details-delivery .glyphicon-info-sign,
.order-reference .pickup-option .show-details-delivery .glyphicon-info-sign,
.msg-to-merchant .pickup-option .show-details-delivery .glyphicon-info-sign {
  height: 9px;
  width: 9px;
  color: #00a4e3;
  position: relative;
  right: -5px;
}
.shipping-adress .delivery-option .show-details-delivery:hover,
.pick-up-store .delivery-option .show-details-delivery:hover,
.order-reference .delivery-option .show-details-delivery:hover,
.msg-to-merchant .delivery-option .show-details-delivery:hover,
.shipping-adress .pickup-option .show-details-delivery:hover,
.pick-up-store .pickup-option .show-details-delivery:hover,
.order-reference .pickup-option .show-details-delivery:hover,
.msg-to-merchant .pickup-option .show-details-delivery:hover {
  color: #e50000;
}
.shipping-adress .delivery-option .show-details-delivery:hover .glyphicon-info-sign,
.pick-up-store .delivery-option .show-details-delivery:hover .glyphicon-info-sign,
.order-reference .delivery-option .show-details-delivery:hover .glyphicon-info-sign,
.msg-to-merchant .delivery-option .show-details-delivery:hover .glyphicon-info-sign,
.shipping-adress .pickup-option .show-details-delivery:hover .glyphicon-info-sign,
.pick-up-store .pickup-option .show-details-delivery:hover .glyphicon-info-sign,
.order-reference .pickup-option .show-details-delivery:hover .glyphicon-info-sign,
.msg-to-merchant .pickup-option .show-details-delivery:hover .glyphicon-info-sign {
  color: #e50000;
}
.shipping-adress .delivery-option .show-details-delivery:hover ~ .details-delivery,
.pick-up-store .delivery-option .show-details-delivery:hover ~ .details-delivery,
.order-reference .delivery-option .show-details-delivery:hover ~ .details-delivery,
.msg-to-merchant .delivery-option .show-details-delivery:hover ~ .details-delivery,
.shipping-adress .pickup-option .show-details-delivery:hover ~ .details-delivery,
.pick-up-store .pickup-option .show-details-delivery:hover ~ .details-delivery,
.order-reference .pickup-option .show-details-delivery:hover ~ .details-delivery,
.msg-to-merchant .pickup-option .show-details-delivery:hover ~ .details-delivery {
  display: block;
}
.shipping-adress .delivery-option .details-delivery,
.pick-up-store .delivery-option .details-delivery,
.order-reference .delivery-option .details-delivery,
.msg-to-merchant .delivery-option .details-delivery,
.shipping-adress .pickup-option .details-delivery,
.pick-up-store .pickup-option .details-delivery,
.order-reference .pickup-option .details-delivery,
.msg-to-merchant .pickup-option .details-delivery {
  display: none;
  max-width: 300px;
  line-height: 21px;
  border: 1px solid #cccccc;
  background: #ffffff;
  position: absolute;
  right: -1px;
  padding: 10px;
  bottom: 54px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 5px 10px 0 rgba(0, 0, 0, 0.19);
}
.shipping-adress .delivery-option .details-delivery .arrow-down,
.pick-up-store .delivery-option .details-delivery .arrow-down,
.order-reference .delivery-option .details-delivery .arrow-down,
.msg-to-merchant .delivery-option .details-delivery .arrow-down,
.shipping-adress .pickup-option .details-delivery .arrow-down,
.pick-up-store .pickup-option .details-delivery .arrow-down,
.order-reference .pickup-option .details-delivery .arrow-down,
.msg-to-merchant .pickup-option .details-delivery .arrow-down {
  position: absolute;
  right: 43px;
  bottom: -8px;
  width: 15px;
  height: 15px;
  border: solid #cccccc;
  background: #ffffff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.shipping-adress .delivery-option .container,
.pick-up-store .delivery-option .container,
.order-reference .delivery-option .container,
.msg-to-merchant .delivery-option .container,
.shipping-adress .pickup-option .container,
.pick-up-store .pickup-option .container,
.order-reference .pickup-option .container,
.msg-to-merchant .pickup-option .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.shipping-adress .delivery-option .container .truck,
.pick-up-store .delivery-option .container .truck,
.order-reference .delivery-option .container .truck,
.msg-to-merchant .delivery-option .container .truck,
.shipping-adress .pickup-option .container .truck,
.pick-up-store .pickup-option .container .truck,
.order-reference .pickup-option .container .truck,
.msg-to-merchant .pickup-option .container .truck {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  top: -3px;
}
.shipping-adress .delivery-option .container .truck::before,
.pick-up-store .delivery-option .container .truck::before,
.order-reference .delivery-option .container .truck::before,
.msg-to-merchant .delivery-option .container .truck::before,
.shipping-adress .pickup-option .container .truck::before,
.pick-up-store .pickup-option .container .truck::before,
.order-reference .pickup-option .container .truck::before,
.msg-to-merchant .pickup-option .container .truck::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='22px' height='16px' viewBox='0 0 22 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 58 (84663) - https://sketch.com --%3E%3Ctitle%3Eicon / local_shipping%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Cpath d='M20,8 L17,8 L17,4 L3,4 C1.9,4 1,4.9 1,6 L1,17 L3,17 C3,18.66 4.34,20 6,20 C7.66,20 9,18.66 9,17 L15,17 C15,18.66 16.34,20 18,20 C19.66,20 21,18.66 21,17 L23,17 L23,12 L20,8 L20,8 Z M6,18.5 C5.17,18.5 4.5,17.83 4.5,17 C4.5,16.17 5.17,15.5 6,15.5 C6.83,15.5 7.5,16.17 7.5,17 C7.5,17.83 6.83,18.5 6,18.5 L6,18.5 Z M19.5,9.5 L21.46,12 L17,12 L17,9.5 L19.5,9.5 L19.5,9.5 Z M18,18.5 C17.17,18.5 16.5,17.83 16.5,17 C16.5,16.17 17.17,15.5 18,15.5 C18.83,15.5 19.5,16.17 19.5,17 C19.5,17.83 18.83,18.5 18,18.5 L18,18.5 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='Checkout' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop_Checkout_sequence_step-1_EXAMPLE' transform='translate(-398.000000, -282.000000)'%3E%3Cg id='icon-/-local_shipping' transform='translate(397.000000, 278.000000)'%3E%3Cg id='ic_local_shipping'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask'%3E%3C/g%3E%3Cg id='Colors/color-black' mask='url(%23mask-2)' fill='%23333333' fill-rule='evenodd'%3E%3Cg transform='translate(-13.000000, -13.000000)' id='Rectangle-2-Copy-2'%3E%3Crect x='0' y='0' width='50' height='50'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 16px;
  width: 22px;
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.shipping-adress .delivery-option .container .store,
.pick-up-store .delivery-option .container .store,
.order-reference .delivery-option .container .store,
.msg-to-merchant .delivery-option .container .store,
.shipping-adress .pickup-option .container .store,
.pick-up-store .pickup-option .container .store,
.order-reference .pickup-option .container .store,
.msg-to-merchant .pickup-option .container .store {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  top: -3px;
}
.shipping-adress .delivery-option .container .store::before,
.pick-up-store .delivery-option .container .store::before,
.order-reference .delivery-option .container .store::before,
.msg-to-merchant .delivery-option .container .store::before,
.shipping-adress .pickup-option .container .store::before,
.pick-up-store .pickup-option .container .store::before,
.order-reference .pickup-option .container .store::before,
.msg-to-merchant .pickup-option .container .store::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20px' height='18px' viewBox='0 0 20 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 58 (84663) - https://sketch.com --%3E%3Ctitle%3Eicon / local_shipping copy%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Cpath d='M12,7 L12,3 L2,3 L2,21 L22,21 L22,7 L12,7 L12,7 Z M6,19 L4,19 L4,17 L6,17 L6,19 L6,19 Z M6,15 L4,15 L4,13 L6,13 L6,15 L6,15 Z M6,11 L4,11 L4,9 L6,9 L6,11 L6,11 Z M6,7 L4,7 L4,5 L6,5 L6,7 L6,7 Z M10,19 L8,19 L8,17 L10,17 L10,19 L10,19 Z M10,15 L8,15 L8,13 L10,13 L10,15 L10,15 Z M10,11 L8,11 L8,9 L10,9 L10,11 L10,11 Z M10,7 L8,7 L8,5 L10,5 L10,7 L10,7 Z M20,19 L12,19 L12,17 L14,17 L14,15 L12,15 L12,13 L14,13 L14,11 L12,11 L12,9 L20,9 L20,19 L20,19 Z M18,11 L16,11 L16,13 L18,13 L18,11 L18,11 Z M18,15 L16,15 L16,17 L18,17 L18,15 L18,15 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='Checkout' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop_Checkout_sequence_step-1_EXAMPLE' transform='translate(-399.000000, -573.000000)'%3E%3Cg id='Group-4' transform='translate(339.000000, 548.000000)'%3E%3Cg id='Group' transform='translate(30.000000, 22.000000)'%3E%3Cg id='icon-/-business' transform='translate(28.000000, 0.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask'%3E%3C/g%3E%3Cg id='Colors/color-black' mask='url(%23mask-2)' fill='%23333333' fill-rule='evenodd'%3E%3Cg transform='translate(-13.000000, -13.000000)' id='Rectangle-2-Copy-2'%3E%3Crect x='0' y='0' width='50' height='50'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 18px;
  width: 20px;
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.shipping-adress .delivery-option .container input,
.pick-up-store .delivery-option .container input,
.order-reference .delivery-option .container input,
.msg-to-merchant .delivery-option .container input,
.shipping-adress .pickup-option .container input,
.pick-up-store .pickup-option .container input,
.order-reference .pickup-option .container input,
.msg-to-merchant .pickup-option .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.shipping-adress .delivery-option .container input:checked ~ .checkmark,
.pick-up-store .delivery-option .container input:checked ~ .checkmark,
.order-reference .delivery-option .container input:checked ~ .checkmark,
.msg-to-merchant .delivery-option .container input:checked ~ .checkmark,
.shipping-adress .pickup-option .container input:checked ~ .checkmark,
.pick-up-store .pickup-option .container input:checked ~ .checkmark,
.order-reference .pickup-option .container input:checked ~ .checkmark,
.msg-to-merchant .pickup-option .container input:checked ~ .checkmark {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 58 (84663) - https://sketch.com --%3E%3Ctitle%3EGroup 2 Copy 5%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Checkout' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop_Checkout_sequence_step-1_EXAMPLE' transform='translate(-369.000000, -895.000000)' fill='%2300A4E3'%3E%3Cg id='Group-2-Copy-5' transform='translate(369.000000, 895.000000)'%3E%3Cpath d='M6,0 C9.3137085,0 12,2.6862915 12,6 C12,9.3137085 9.3137085,12 6,12 C2.6862915,12 0,9.3137085 0,6 C0,2.6862915 2.6862915,0 6,0 Z M6,3.6 C4.6745166,3.6 3.6,4.6745166 3.6,6 C3.6,7.3254834 4.6745166,8.4 6,8.4 C7.3254834,8.4 8.4,7.3254834 8.4,6 C8.4,4.6745166 7.3254834,3.6 6,3.6 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 6px;
}
.shipping-adress .delivery-option .container .checkmark,
.pick-up-store .delivery-option .container .checkmark,
.order-reference .delivery-option .container .checkmark,
.msg-to-merchant .delivery-option .container .checkmark,
.shipping-adress .pickup-option .container .checkmark,
.pick-up-store .pickup-option .container .checkmark,
.order-reference .pickup-option .container .checkmark,
.msg-to-merchant .pickup-option .container .checkmark {
  position: absolute;
  top: 28px;
  left: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 58 (84663) - https://sketch.com --%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Checkout' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop_Checkout_sequence_step-1_EXAMPLE' transform='translate(-369.000000, -961.000000)' fill='%23CCCCCC'%3E%3Cg id='Group-Copy' transform='translate(369.000000, 959.000000)'%3E%3Cg id='Group-2-Copy-4' transform='translate(0.000000, 2.000000)'%3E%3Cpath d='M6,0 C9.3137085,0 12,2.6862915 12,6 C12,9.3137085 9.3137085,12 6,12 C2.6862915,12 0,9.3137085 0,6 C0,2.6862915 2.6862915,0 6,0 Z M6,2 C3.790861,2 2,3.790861 2,6 C2,8.209139 3.790861,10 6,10 C8.209139,10 10,8.209139 10,6 C10,3.790861 8.209139,2 6,2 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 6px;
}
.shipping-adress .delivery-option .container:hover input ~ .checkmark,
.pick-up-store .delivery-option .container:hover input ~ .checkmark,
.order-reference .delivery-option .container:hover input ~ .checkmark,
.msg-to-merchant .delivery-option .container:hover input ~ .checkmark,
.shipping-adress .pickup-option .container:hover input ~ .checkmark,
.pick-up-store .pickup-option .container:hover input ~ .checkmark,
.order-reference .pickup-option .container:hover input ~ .checkmark,
.msg-to-merchant .pickup-option .container:hover input ~ .checkmark {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 58 (84663) - https://sketch.com --%3E%3Ctitle%3EGroup 2 Copy 6%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Checkout' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop_Checkout_sequence_step-1_EXAMPLE' transform='translate(-263.000000, -961.000000)' fill='%2300A4E3'%3E%3Cg id='Group-2-Copy-6' transform='translate(263.000000, 961.000000)'%3E%3Cpath d='M6,0 C9.3137085,0 12,2.6862915 12,6 C12,9.3137085 9.3137085,12 6,12 C2.6862915,12 0,9.3137085 0,6 C0,2.6862915 2.6862915,0 6,0 Z M6,2 C3.790861,2 2,3.790861 2,6 C2,8.209139 3.790861,10 6,10 C8.209139,10 10,8.209139 10,6 C10,3.790861 8.209139,2 6,2 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .shipping-adress .delivery-option .container:hover input ~ .checkmark,
  .pick-up-store .delivery-option .container:hover input ~ .checkmark,
  .order-reference .delivery-option .container:hover input ~ .checkmark,
  .msg-to-merchant .delivery-option .container:hover input ~ .checkmark,
  .shipping-adress .pickup-option .container:hover input ~ .checkmark,
  .pick-up-store .pickup-option .container:hover input ~ .checkmark,
  .order-reference .pickup-option .container:hover input ~ .checkmark,
  .msg-to-merchant .pickup-option .container:hover input ~ .checkmark {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 58 (84663) - https://sketch.com --%3E%3Ctitle%3EGroup 2 Copy 5%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Checkout' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop_Checkout_sequence_step-1_EXAMPLE' transform='translate(-369.000000, -895.000000)' fill='%2300A4E3'%3E%3Cg id='Group-2-Copy-5' transform='translate(369.000000, 895.000000)'%3E%3Cpath d='M6,0 C9.3137085,0 12,2.6862915 12,6 C12,9.3137085 9.3137085,12 6,12 C2.6862915,12 0,9.3137085 0,6 C0,2.6862915 2.6862915,0 6,0 Z M6,3.6 C4.6745166,3.6 3.6,4.6745166 3.6,6 C3.6,7.3254834 4.6745166,8.4 6,8.4 C7.3254834,8.4 8.4,7.3254834 8.4,6 C8.4,4.6745166 7.3254834,3.6 6,3.6 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}
.shipping-adress .ship-to-adress,
.pick-up-store .ship-to-adress,
.order-reference .ship-to-adress,
.msg-to-merchant .ship-to-adress {
  min-height: 225px;
  padding: 0 20px 0 65px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .shipping-adress .ship-to-adress,
  .pick-up-store .ship-to-adress,
  .order-reference .ship-to-adress,
  .msg-to-merchant .ship-to-adress {
    padding: 0 20px 0 31px;
  }
}
.shipping-adress .ship-to-adress h3,
.pick-up-store .ship-to-adress h3,
.order-reference .ship-to-adress h3,
.msg-to-merchant .ship-to-adress h3 {
  font-size: 14px;
  font-weight: 600;
}
.shipping-adress .ship-to-adress address,
.pick-up-store .ship-to-adress address,
.order-reference .ship-to-adress address,
.msg-to-merchant .ship-to-adress address {
  margin-bottom: 10px;
}
.shipping-adress .ship-to-adress .form-group,
.pick-up-store .ship-to-adress .form-group,
.order-reference .ship-to-adress .form-group,
.msg-to-merchant .ship-to-adress .form-group {
  margin-bottom: 10px;
}
.shipping-adress .ship-to-adress .select-address,
.pick-up-store .ship-to-adress .select-address,
.order-reference .ship-to-adress .select-address,
.msg-to-merchant .ship-to-adress .select-address,
.shipping-adress .ship-to-adress .one-time-address,
.pick-up-store .ship-to-adress .one-time-address,
.order-reference .ship-to-adress .one-time-address,
.msg-to-merchant .ship-to-adress .one-time-address {
  margin-bottom: 10px;
}
.shipping-adress .ship-to-adress .select-address a,
.pick-up-store .ship-to-adress .select-address a,
.order-reference .ship-to-adress .select-address a,
.msg-to-merchant .ship-to-adress .select-address a,
.shipping-adress .ship-to-adress .one-time-address a,
.pick-up-store .ship-to-adress .one-time-address a,
.order-reference .ship-to-adress .one-time-address a,
.msg-to-merchant .ship-to-adress .one-time-address a {
  padding: 9px 12px 0;
}
.shipping-adress .ship-to-adress #checkoutAddressSelectedStore,
.pick-up-store .ship-to-adress #checkoutAddressSelectedStore,
.order-reference .ship-to-adress #checkoutAddressSelectedStore,
.msg-to-merchant .ship-to-adress #checkoutAddressSelectedStore {
  display: none;
}
.shipping-adress .ship-to-adress .bootstrap-select.btn-group .dropdown-toggle .filter-option,
.pick-up-store .ship-to-adress .bootstrap-select.btn-group .dropdown-toggle .filter-option,
.order-reference .ship-to-adress .bootstrap-select.btn-group .dropdown-toggle .filter-option,
.msg-to-merchant .ship-to-adress .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-align: center;
  font-size: 13px;
  padding: 9px 0;
}
.shipping-adress .ship-to-adress .bootstrap-select.btn-group .dropdown-toggle .caret,
.pick-up-store .ship-to-adress .bootstrap-select.btn-group .dropdown-toggle .caret,
.order-reference .ship-to-adress .bootstrap-select.btn-group .dropdown-toggle .caret,
.msg-to-merchant .ship-to-adress .bootstrap-select.btn-group .dropdown-toggle .caret {
  right: 5px;
}
.shipping-adress .ship-to-adress .dropdown-menu > li > a,
.pick-up-store .ship-to-adress .dropdown-menu > li > a,
.order-reference .ship-to-adress .dropdown-menu > li > a,
.msg-to-merchant .ship-to-adress .dropdown-menu > li > a {
  white-space: unset;
}
.shipping-adress .ship-to-adress .btn-default,
.pick-up-store .ship-to-adress .btn-default,
.order-reference .ship-to-adress .btn-default,
.msg-to-merchant .ship-to-adress .btn-default {
  color: #00a4e3;
  background-color: #ffffff;
  border-color: #00a4e3;
  width: 100%;
  padding: 0 12px;
  min-height: 34px;
}
.shipping-adress .ship-to-adress .btn-default:hover,
.pick-up-store .ship-to-adress .btn-default:hover,
.order-reference .ship-to-adress .btn-default:hover,
.msg-to-merchant .ship-to-adress .btn-default:hover {
  color: #ffffff;
  background-color: #00a4e3;
  border-color: #00a4e3;
}
.shipping-adress .form-group,
.pick-up-store .form-group,
.order-reference .form-group,
.msg-to-merchant .form-group {
  margin: 0;
}
@media (min-width: 991px) {
  .shipping-adress .instructions,
  .pick-up-store .instructions,
  .order-reference .instructions,
  .msg-to-merchant .instructions {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .shipping-adress .instructions,
  .pick-up-store .instructions,
  .order-reference .instructions,
  .msg-to-merchant .instructions {
    padding: 0 30px;
  }
}
.shipping-adress .instructions .shipping-instruction,
.pick-up-store .instructions .shipping-instruction,
.order-reference .instructions .shipping-instruction,
.msg-to-merchant .instructions .shipping-instruction {
  margin: 12px 0 10px 0;
}
.shipping-adress .instructions .shipping-instruction .form-control,
.pick-up-store .instructions .shipping-instruction .form-control,
.order-reference .instructions .shipping-instruction .form-control,
.msg-to-merchant .instructions .shipping-instruction .form-control {
  min-height: 111px;
  background: none;
}
.shipping-adress .content-pickup,
.pick-up-store .content-pickup,
.order-reference .content-pickup,
.msg-to-merchant .content-pickup {
  padding: 15px 15px 0 65px;
}
.shipping-adress .content-pickup .btn-pickup-in-store,
.pick-up-store .content-pickup .btn-pickup-in-store,
.order-reference .content-pickup .btn-pickup-in-store,
.msg-to-merchant .content-pickup .btn-pickup-in-store {
  max-width: 300px;
}
.shipping-adress .content-pickup .btn-default,
.pick-up-store .content-pickup .btn-default,
.order-reference .content-pickup .btn-default,
.msg-to-merchant .content-pickup .btn-default {
  color: #00a4e3;
  background-color: #ffffff;
  border-color: #00a4e3;
  padding: 0 12px;
  line-height: 34px;
  min-width: 216px;
}
@media (max-width: 767px) {
  .shipping-adress .content-pickup .btn-default,
  .pick-up-store .content-pickup .btn-default,
  .order-reference .content-pickup .btn-default,
  .msg-to-merchant .content-pickup .btn-default {
    min-width: 180px;
  }
}
.shipping-adress .content-pickup .btn-default:hover,
.pick-up-store .content-pickup .btn-default:hover,
.order-reference .content-pickup .btn-default:hover,
.msg-to-merchant .content-pickup .btn-default:hover {
  color: #ffffff;
  background-color: #00a4e3;
  border-color: #00a4e3;
}
.payment-option .ISH_INVOICE,
.checkout-payment-option .ISH_INVOICE,
.sectionsection .ISH_INVOICE {
  border-bottom: 1px solid #cccccc;
}
.payment-option .back-ground-color-payment,
.checkout-payment-option .back-ground-color-payment,
.sectionsection .back-ground-color-payment {
  background-color: #f9f9f9;
}
.payment-option .payment-selection,
.checkout-payment-option .payment-selection,
.sectionsection .payment-selection,
.payment-option .payment-selection-factuur,
.checkout-payment-option .payment-selection-factuur,
.sectionsection .payment-selection-factuur,
.payment-option .payment-selection-ideal,
.checkout-payment-option .payment-selection-ideal,
.sectionsection .payment-selection-ideal {
  min-height: 69px;
  padding: 20px 0 0 30px;
}
.payment-option .payment-selection .show-details-delivery,
.checkout-payment-option .payment-selection .show-details-delivery,
.sectionsection .payment-selection .show-details-delivery,
.payment-option .payment-selection-factuur .show-details-delivery,
.checkout-payment-option .payment-selection-factuur .show-details-delivery,
.sectionsection .payment-selection-factuur .show-details-delivery,
.payment-option .payment-selection-ideal .show-details-delivery,
.checkout-payment-option .payment-selection-ideal .show-details-delivery,
.sectionsection .payment-selection-ideal .show-details-delivery {
  font-size: 11px;
  color: #00a4e3;
  position: absolute;
  top: 0;
  right: 22px;
}
.payment-option .payment-selection .show-details-delivery::after,
.checkout-payment-option .payment-selection .show-details-delivery::after,
.sectionsection .payment-selection .show-details-delivery::after,
.payment-option .payment-selection-factuur .show-details-delivery::after,
.checkout-payment-option .payment-selection-factuur .show-details-delivery::after,
.sectionsection .payment-selection-factuur .show-details-delivery::after,
.payment-option .payment-selection-ideal .show-details-delivery::after,
.checkout-payment-option .payment-selection-ideal .show-details-delivery::after,
.sectionsection .payment-selection-ideal .show-details-delivery::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='9px' height='9px' viewBox='0 0 9 9' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 58 (84663) - https://sketch.com --%3E%3Ctitle%3Eicon / info%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Checkout' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop_Checkout_sequence_step-1_EXAMPLE' transform='translate(-1036.000000, -287.000000)' fill='%2300A4E3'%3E%3Cg id='icon-/-info-copy' transform='translate(1036.000000, 287.000000)'%3E%3Cg id='information-button'%3E%3Cpath d='M8.3966438,2.24116488 C7.99422847,1.55175881 7.44837777,1.0059106 6.75894804,0.603517629 C6.06939516,0.201145179 5.31665192,0 4.50014366,0 C3.68371749,0 2.9307485,0.201145179 2.24131876,0.603517629 C1.55184798,1.00584903 1.00599728,1.55169725 0.603581951,2.24116488 C0.201146097,2.93067356 0,3.68363912 0,4.5 C0,5.31640192 0.201207666,6.06924435 0.603520382,6.75879407 C1.00591519,7.44820014 1.55176589,7.99404835 2.24123667,8.39648237 C2.9307485,8.7988343 3.68365592,9 4.50006157,9 C5.31646721,9 6.06945673,8.7988343 6.75892751,8.39648237 C7.44835725,7.99419201 7.99418743,7.44820014 8.39656171,6.75879407 C8.79887443,6.06930591 9,5.31636088 9,4.5 C9,3.68355703 8.79887443,2.93057095 8.3966438,2.24116488 Z M3.75010946,1.12492304 C3.75010946,1.07020892 3.76765664,1.02532529 3.80285361,0.990190042 C3.83798902,0.955075319 3.88295495,0.937446127 3.93762827,0.937446127 L5.0627001,0.937446127 C5.11733237,0.937446127 5.1622983,0.955075319 5.19735162,0.990190042 C5.2324665,1.02532529 5.25015734,1.07020892 5.25015734,1.12492304 L5.25015734,2.06245126 C5.25015734,2.11712433 5.2324665,2.16206953 5.19735162,2.19716373 C5.1622983,2.23229898 5.1173529,2.2498666 5.0627001,2.2498666 L3.93762827,2.2498666 C3.88295495,2.2498666 3.83800954,2.23229898 3.80285361,2.19716373 C3.76765664,2.16209005 3.75010946,2.11712433 3.75010946,2.06245126 L3.75010946,1.12492304 Z M6.00009577,7.31250257 C6.00009577,7.36713459 5.98237757,7.41210032 5.94734478,7.44715347 C5.91237356,7.48232976 5.86740762,7.49989739 5.81265221,7.49989739 L3.18757354,7.49989739 C3.13283865,7.49989739 3.08795481,7.48232976 3.05279888,7.44715347 C3.01766348,7.41210032 3.00009577,7.36715511 3.00009577,7.312441 L3.00009577,6.37491278 C3.00009577,6.32011657 3.01766348,6.27531503 3.05279888,6.24013873 C3.08795481,6.20508558 3.13290022,6.18739482 3.18757354,6.18739482 L3.75010946,6.18739482 L3.75010946,4.31246152 L3.18757354,4.31246152 C3.13283865,4.31246152 3.08797534,4.29491442 3.05279888,4.25975865 C3.01766348,4.22464393 3.00009577,4.17969872 3.00009577,4.12498461 L3.00009577,3.18751796 C3.00009577,3.13280384 3.01766348,3.08792021 3.05279888,3.05274391 C3.08799586,3.01758815 3.13294127,3.00004105 3.18757354,3.00004105 L5.0627001,3.00004105 C5.11733237,3.00004105 5.1622983,3.01758815 5.19735162,3.05274391 C5.2324665,3.08792021 5.25015734,3.13280384 5.25015734,3.18751796 L5.25015734,6.18753848 L5.81250855,6.18753848 C5.86728449,6.18753848 5.91222989,6.20508558 5.94734478,6.2402003 C5.982316,6.27533555 6.00000684,6.32026023 6.00000684,6.37497435 L6.00000684,7.31252309 L6.00009577,7.31252309 L6.00009577,7.31250257 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 9px;
  width: 9px;
  content: "";
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.payment-option .payment-selection .container,
.checkout-payment-option .payment-selection .container,
.sectionsection .payment-selection .container,
.payment-option .payment-selection-factuur .container,
.checkout-payment-option .payment-selection-factuur .container,
.sectionsection .payment-selection-factuur .container,
.payment-option .payment-selection-ideal .container,
.checkout-payment-option .payment-selection-ideal .container,
.sectionsection .payment-selection-ideal .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.payment-option .payment-selection .container .ideal,
.checkout-payment-option .payment-selection .container .ideal,
.sectionsection .payment-selection .container .ideal,
.payment-option .payment-selection-factuur .container .ideal,
.checkout-payment-option .payment-selection-factuur .container .ideal,
.sectionsection .payment-selection-factuur .container .ideal,
.payment-option .payment-selection-ideal .container .ideal,
.checkout-payment-option .payment-selection-ideal .container .ideal,
.sectionsection .payment-selection-ideal .container .ideal {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  top: -3px;
}
.payment-option .payment-selection .container .ideal::before,
.checkout-payment-option .payment-selection .container .ideal::before,
.sectionsection .payment-selection .container .ideal::before,
.payment-option .payment-selection-factuur .container .ideal::before,
.checkout-payment-option .payment-selection-factuur .container .ideal::before,
.sectionsection .payment-selection-factuur .container .ideal::before,
.payment-option .payment-selection-ideal .container .ideal::before,
.checkout-payment-option .payment-selection-ideal .container .ideal::before,
.sectionsection .payment-selection-ideal .container .ideal::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20px' height='19px' viewBox='0 0 20 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 58 (84663) - https://sketch.com --%3E%3Ctitle%3Eicon / iDeal%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Checkout' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop_Checkout_sequence_step-1_EXAMPLE' transform='translate(-400.000000, -959.000000)'%3E%3Cg id='icon-/-iDeal' transform='translate(400.000000, 959.000000)'%3E%3Cg id='ideal'%3E%3Crect id='Rectangle' fill='%23000000' fill-rule='nonzero' x='2.21356858' y='10.3576975' width='3.17799637' height='5.59958054'%3E%3C/rect%3E%3Cellipse id='Oval' fill='%23000000' fill-rule='nonzero' cx='3.83073837' cy='7.55854329' rx='1.79878671' ry='1.90871663'%3E%3C/ellipse%3E%3Cpath d='M11.409978,0.0298932628 L0.00851141994,0.0298932628 L0.00851141994,18.3776783 L11.409978,18.3776783 L11.409978,18.3738622 C13.9004075,18.3376722 15.8731389,17.6818013 17.2733274,16.4173799 C18.9765105,14.8799758 19.8397602,12.4530244 19.8397602,9.20330877 C19.8397602,7.65044918 19.6123495,6.2567871 19.1646608,5.06232865 C18.7362726,3.91976998 18.1029511,2.94779372 17.2827379,2.17438505 C15.8381341,0.812142707 13.8104382,0.0753691838 11.4097382,0.033709424 L11.4097382,0.0298932628 L11.409978,0.0298932628 L11.409978,0.0298932628 Z M11.1944353,1.24839354 C13.4040479,1.24839354 15.2455715,1.88333916 16.5201866,3.08542994 C17.9605346,4.44430134 18.6911981,6.5029295 18.6911981,9.20356318 C18.6911981,14.5563653 16.2389501,17.1589872 11.1944353,17.1589872 C10.8023705,17.1589872 2.16537716,17.1589872 1.15659408,17.1589872 C1.15659408,16.0673743 1.15659408,2.34007005 1.15659408,1.24864795 C2.16537716,1.24839354 10.8023705,1.24839354 11.1944353,1.24839354 Z' id='Shape' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M10.8804718,15.9628115 L6.84989486,15.9628115 L6.84989486,2.7317354 L10.8804118,2.7317354 L10.7177958,2.7317354 C14.0793271,2.7317354 17.6576599,4.13945366 17.6576599,9.36441438 C17.6576599,14.8880533 14.0792672,15.9628115 10.7177958,15.9628115 L10.8804718,15.9628115 Z' id='Path' fill='%23CC1B69' fill-rule='nonzero'%3E%3C/path%3E%3Cg id='Group' transform='translate(6.053897, 6.042255)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M0.100998187,0.105071639 L1.20802224,0.105071639 C1.45767057,0.105071639 1.64785885,0.125042882 1.77882683,0.165748602 C1.95486937,0.220701323 2.10513789,0.318776666 2.23095106,0.458702577 C2.35634465,0.599582528 2.45206816,0.771182577 2.51734236,0.974647572 C2.58261656,1.17785816 2.61558332,1.42870715 2.61558332,1.72713096 C2.61558332,1.98891962 2.58441474,2.21502717 2.52363601,2.40443597 C2.44829196,2.63645857 2.34129982,2.82376848 2.20247976,2.96706534 C2.0972858,3.07557152 1.95534888,3.1602903 1.7772684,3.22096726 C1.64312363,3.26567995 1.46438381,3.28832251 1.240989,3.28832251 L0.101178006,3.28832251 L0.101178006,0.105008036 L0.100998187,0.105008036 L0.100998187,0.105071639 L0.100998187,0.105071639 Z M0.705848459,0.644804038 L0.705848459,2.74909893 L1.15911154,2.74909893 C1.3286806,2.74909893 1.45137692,2.7388589 1.52624145,2.71863324 C1.62472218,2.69293776 1.70635988,2.64867029 1.77115456,2.58653046 C1.83642876,2.52439064 1.88887589,2.42205391 1.93017426,2.27952029 C1.97141269,2.13717748 1.99185208,1.9435073 1.99185208,1.69812813 C1.99185208,1.45230375 1.97123287,1.2640398 1.93017426,1.13244584 C1.88911565,1.00085188 1.83193329,0.898769566 1.75790792,0.824736039 C1.68436205,0.750702512 1.59013704,0.700965211 1.477091,0.675015314 C1.39209668,0.65478966 1.22612399,0.644804038 0.978513595,0.644804038 L0.705848459,0.644804038 L0.705848459,0.644804038 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M0.0188809668,0.0177451496 L0.0188809668,3.37545819 L1.24050949,3.37545819 C1.47127686,3.37545819 1.66014647,3.35116196 1.80118429,3.30403237 C1.99137257,3.23953925 2.1449977,3.14718815 2.25894284,3.02939597 C2.40651408,2.87706754 2.52177789,2.67690988 2.60053849,2.43299358 C2.66443408,2.234744 2.69698127,1.99725157 2.69698127,1.72713096 C2.69698127,1.4203752 2.66245607,1.15788691 2.59448459,0.946789595 C2.52519444,0.732130527 2.42269776,0.547937146 2.29011142,0.398916051 C2.15506755,0.247796068 1.99047347,0.141197965 1.80160387,0.0821746713 C1.6614052,0.0388612416 1.46744073,0.0176815469 1.20772254,0.0176815469 L0.0188809668,0.0177451496 L0.0188809668,0.0177451496 Z M1.20778248,0.191952909 C1.44820012,0.191952909 1.63281402,0.211224523 1.75569015,0.249068121 C1.91650804,0.299759463 2.05622719,0.389948072 2.17107142,0.51867991 C2.28771384,0.649319829 2.37786296,0.812142707 2.43954079,1.00250555 C2.50163819,1.19598492 2.53286671,1.43971042 2.53286671,1.72719456 C2.53286671,1.97829797 2.50349631,2.19670959 2.44559468,2.37645079 C2.37516568,2.59371757 2.27380785,2.77174149 2.14463807,2.90479831 C2.04909438,3.00331887 1.91674779,3.0821226 1.75125462,3.13847458 C1.62634054,3.18038875 1.45431396,3.20156844 1.24056943,3.20156844 C1.24056943,3.20156844 0.324153233,3.20156844 0.182635891,3.20156844 C0.182635891,3.04141688 0.182635891,0.351913666 0.182635891,0.192016511 C0.323913474,0.191952909 1.20778248,0.191952909 1.20778248,0.191952909 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M0.624030937,0.557223139 L0.624030937,2.83572579 L1.15941124,2.83572579 C1.33773148,2.83572579 1.46420399,2.82504054 1.54674079,2.8029068 C1.65750912,2.77339516 1.75173414,2.7222586 1.82665861,2.65057837 C1.90338127,2.57705366 1.96326091,2.4642225 2.00923456,2.30477056 C2.05299045,2.15269654 2.07402924,1.95419255 2.07402924,1.69768291 C2.07402924,1.44015564 2.05251094,1.24648545 2.00833547,1.10465146 C1.96326091,0.960209762 1.89798671,0.844325667 1.81431106,0.761260558 C1.73021583,0.67679619 1.62256435,0.618917745 1.49447347,0.589660509 C1.40342526,0.567781185 1.23475529,0.557032331 0.978873233,0.557032331 L0.624030937,0.557032331 L0.624030937,0.557223139 L0.624030937,0.557223139 Z M0.978813293,0.731685308 C1.27803166,0.731685308 1.40492375,0.74688635 1.45946876,0.759797696 C1.55794949,0.78263106 1.63958719,0.825499271 1.70216411,0.887829904 C1.76564012,0.951368988 1.81610924,1.04276605 1.85285221,1.1598586 C1.8905542,1.28172134 1.9097948,1.46260738 1.9097948,1.69819174 C1.9097948,1.93377609 1.89049426,2.121086 1.85195311,2.25458804 C1.81562973,2.38071217 1.77007565,2.47070997 1.71648967,2.52184653 C1.66218441,2.57419154 1.59109607,2.61203514 1.50610175,2.63416887 C1.43813027,2.65274086 1.32130804,2.66228126 1.15917148,2.66228126 C1.15917148,2.66228126 0.898134622,2.66228126 0.788205438,2.66228126 C0.788205438,2.50899879 0.788205438,0.885031386 0.788205438,0.732003322 C0.868224773,0.731685308 0.978813293,0.731685308 0.978813293,0.731685308 Z' id='Shape'%3E%3C/path%3E%3Cpolygon id='Path' points='3.29985353 3.28864052 3.29985353 0.105071639 5.5206748 0.105071639 5.5206748 0.644804038 3.90476375 0.644804038 3.90476375 1.34971262 5.4076887 1.34971262 5.4076887 1.88969943 3.90476375 1.88969943 3.90476375 2.74903533 5.57809692 2.74903533 5.57809692 3.28876773 3.29985353 3.28876773'%3E%3C/polygon%3E%3Cpath d='M3.2175565,0.0177451496 L3.2175565,3.37545819 L5.6601542,3.37545819 L5.6601542,2.66196325 C5.6601542,2.66196325 4.13529136,2.66196325 3.98682103,2.66196325 C3.98682103,2.53704757 3.98682103,2.10149637 3.98682103,1.97632629 C4.13349317,1.97632629 5.48974598,1.97632629 5.48974598,1.97632629 L5.48974598,1.26257693 C5.48974598,1.26257693 4.13355311,1.26257693 3.98682103,1.26257693 C3.98682103,1.14783769 3.98682103,0.846360953 3.98682103,0.731621706 C4.13439227,0.731621706 5.60273208,0.731621706 5.60273208,0.731621706 L5.60273208,0.0176815469 L3.2175565,0.0177451496 L3.2175565,0.0177451496 Z M5.43837776,0.191952909 C5.43837776,0.290982292 5.43837776,0.458257358 5.43837776,0.557286741 C5.29080653,0.557286741 3.82288628,0.557286741 3.82288628,0.557286741 L3.82288628,1.43665749 C3.82288628,1.43665749 5.17907915,1.43665749 5.32581124,1.43665749 C5.32581124,1.53543246 5.32581124,1.70347076 5.32581124,1.80199132 C5.17913909,1.80199132 3.82288628,1.80199132 3.82288628,1.80199132 L3.82288628,2.83578939 C3.82288628,2.83578939 5.34732955,2.83578939 5.49579988,2.83578939 C5.49579988,2.93481877 5.49579988,3.10234825 5.49579988,3.20131403 C5.34912773,3.20131403 3.5286429,3.20131403 3.381731,3.20131403 C3.381731,3.04116247 3.381731,0.351659255 3.381731,0.191762101 C3.52822332,0.191952909 5.29218514,0.191952909 5.43837776,0.191952909 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M8.96606163,3.28864052 L8.30666634,3.28864052 L8.04514997,2.56585959 L6.84659819,2.56585959 L6.59784894,3.28864052 L5.95529668,3.28864052 L7.12130127,0.105071639 L7.76613124,0.105071639 L8.96606163,3.28864052 Z M7.85076592,2.02657241 L7.43718284,0.846869774 L7.03193136,2.02657241 L7.85076592,2.02657241 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M7.0653177,0.0177451496 L5.8358371,3.37545819 L6.655331,3.37545819 C6.655331,3.37545819 6.8703942,2.75024378 6.90360073,2.65318608 C7.00250103,2.65318608 7.89134502,2.65318608 7.98868689,2.65318608 C8.02279251,2.74814489 8.25062284,3.37545819 8.25062284,3.37545819 L9.08695976,3.37545819 L7.82181511,0.0177451496 L7.0653177,0.0177451496 L7.0653177,0.0177451496 Z M7.71056725,0.191952909 C7.74868882,0.29378081 8.76268665,2.98398365 8.84474393,3.20150484 C8.70010973,3.20150484 8.43859335,3.20150484 8.36342912,3.20150484 C8.3293235,3.10680044 8.10149317,2.47923273 8.10149317,2.47923273 L6.78899625,2.47923273 C6.78899625,2.47923273 6.57393305,3.10489236 6.5411461,3.20150484 C6.46532254,3.20150484 6.21663323,3.20150484 6.07553547,3.20150484 C6.15447589,2.98563732 7.1395229,0.295243672 7.17764447,0.191952909 C7.26197946,0.191952909 7.62647202,0.191952909 7.71056725,0.191952909 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M6.91456967,2.11319927 L7.96848725,2.11319927 L7.43628375,0.595066737 L6.91456967,2.11319927 Z M7.43808193,1.09892722 C7.52781148,1.35524605 7.67939867,1.78863476 7.73256508,1.93924592 C7.58882997,1.93924592 7.29230888,1.93924592 7.14899335,1.93924592 C7.20078115,1.78952519 7.34967106,1.35569127 7.43808193,1.09892722 Z' id='Shape'%3E%3C/path%3E%3Cpolygon id='Path' points='9.47207154 3.28864052 9.47207154 0.131021535 10.0769818 0.131021535 10.0769818 2.74884452 11.5843422 2.74884452 11.5843422 3.28857692 9.47207154 3.28857692'%3E%3C/polygon%3E%3Cpath d='M9.39019408,0.0441402646 L9.39019408,3.37545819 L11.6666393,3.37545819 L11.6666393,2.66196325 C11.6666393,2.66196325 10.3057112,2.66196325 10.1587993,2.66196325 C10.1587993,2.49894956 10.1587993,0.0441402646 10.1587993,0.0441402646 L9.39019408,0.0441402646 L9.39019408,0.0441402646 Z M9.99510429,0.218093613 C9.99510429,0.380852888 9.99510429,2.8359166 9.99510429,2.8359166 C9.99510429,2.8359166 11.3556128,2.8359166 11.5024648,2.8359166 C11.5024648,2.93494598 11.5024648,3.10247546 11.5024648,3.20144124 C11.3571113,3.20144124 9.6994823,3.20144124 9.553949,3.20144124 C9.553949,3.04128967 9.553949,0.378245178 9.553949,0.21803001 C9.65728483,0.218093613 9.89170852,0.218093613 9.99510429,0.218093613 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 19px;
  width: 20px;
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.payment-option .payment-selection .container .factuur,
.checkout-payment-option .payment-selection .container .factuur,
.sectionsection .payment-selection .container .factuur,
.payment-option .payment-selection-factuur .container .factuur,
.checkout-payment-option .payment-selection-factuur .container .factuur,
.sectionsection .payment-selection-factuur .container .factuur,
.payment-option .payment-selection-ideal .container .factuur,
.checkout-payment-option .payment-selection-ideal .container .factuur,
.sectionsection .payment-selection-ideal .container .factuur {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  top: -3px;
}
.payment-option .payment-selection .container .factuur::before,
.checkout-payment-option .payment-selection .container .factuur::before,
.sectionsection .payment-selection .container .factuur::before,
.payment-option .payment-selection-factuur .container .factuur::before,
.checkout-payment-option .payment-selection-factuur .container .factuur::before,
.sectionsection .payment-selection-factuur .container .factuur::before,
.payment-option .payment-selection-ideal .container .factuur::before,
.checkout-payment-option .payment-selection-ideal .container .factuur::before,
.sectionsection .payment-selection-ideal .container .factuur::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='20px' viewBox='0 0 18 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 58 (84663) - https://sketch.com --%3E%3Ctitle%3Eicon / local_shipping copy 2%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Cpath d='M18,17 L6,17 L6,15 L18,15 L18,17 L18,17 Z M18,13 L6,13 L6,11 L18,11 L18,13 L18,13 Z M18,9 L6,9 L6,7 L18,7 L18,9 L18,9 Z M3,22 L4.5,20.5 L6,22 L7.5,20.5 L9,22 L10.5,20.5 L12,22 L13.5,20.5 L15,22 L16.5,20.5 L18,22 L19.5,20.5 L21,22 L21,2 L19.5,3.5 L18,2 L16.5,3.5 L15,2 L13.5,3.5 L12,2 L10.5,3.5 L9,2 L7.5,3.5 L6,2 L4.5,3.5 L3,2 L3,22 L3,22 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='Checkout' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop_Checkout_sequence_step-1_EXAMPLE' transform='translate(-400.000000, -891.000000)'%3E%3Cg id='ic_receipt' transform='translate(397.000000, 889.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask'%3E%3C/g%3E%3Cg id='Colors/color-black' mask='url(%23mask-2)' fill='%23333333' fill-rule='evenodd'%3E%3Cg transform='translate(-13.000000, -13.000000)' id='Rectangle-2-Copy-2'%3E%3Crect x='0' y='0' width='50' height='50'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 20px;
  width: 18px;
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.payment-option .payment-selection .container input,
.checkout-payment-option .payment-selection .container input,
.sectionsection .payment-selection .container input,
.payment-option .payment-selection-factuur .container input,
.checkout-payment-option .payment-selection-factuur .container input,
.sectionsection .payment-selection-factuur .container input,
.payment-option .payment-selection-ideal .container input,
.checkout-payment-option .payment-selection-ideal .container input,
.sectionsection .payment-selection-ideal .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.payment-option .payment-selection .container input:checked ~ .checkmark,
.checkout-payment-option .payment-selection .container input:checked ~ .checkmark,
.sectionsection .payment-selection .container input:checked ~ .checkmark,
.payment-option .payment-selection-factuur .container input:checked ~ .checkmark,
.checkout-payment-option .payment-selection-factuur .container input:checked ~ .checkmark,
.sectionsection .payment-selection-factuur .container input:checked ~ .checkmark,
.payment-option .payment-selection-ideal .container input:checked ~ .checkmark,
.checkout-payment-option .payment-selection-ideal .container input:checked ~ .checkmark,
.sectionsection .payment-selection-ideal .container input:checked ~ .checkmark {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 58 (84663) - https://sketch.com --%3E%3Ctitle%3EGroup 2 Copy 5%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Checkout' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop_Checkout_sequence_step-1_EXAMPLE' transform='translate(-369.000000, -895.000000)' fill='%2300A4E3'%3E%3Cg id='Group-2-Copy-5' transform='translate(369.000000, 895.000000)'%3E%3Cpath d='M6,0 C9.3137085,0 12,2.6862915 12,6 C12,9.3137085 9.3137085,12 6,12 C2.6862915,12 0,9.3137085 0,6 C0,2.6862915 2.6862915,0 6,0 Z M6,3.6 C4.6745166,3.6 3.6,4.6745166 3.6,6 C3.6,7.3254834 4.6745166,8.4 6,8.4 C7.3254834,8.4 8.4,7.3254834 8.4,6 C8.4,4.6745166 7.3254834,3.6 6,3.6 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 6px;
}
.payment-option .payment-selection .container .checkmark,
.checkout-payment-option .payment-selection .container .checkmark,
.sectionsection .payment-selection .container .checkmark,
.payment-option .payment-selection-factuur .container .checkmark,
.checkout-payment-option .payment-selection-factuur .container .checkmark,
.sectionsection .payment-selection-factuur .container .checkmark,
.payment-option .payment-selection-ideal .container .checkmark,
.checkout-payment-option .payment-selection-ideal .container .checkmark,
.sectionsection .payment-selection-ideal .container .checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 58 (84663) - https://sketch.com --%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Checkout' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop_Checkout_sequence_step-1_EXAMPLE' transform='translate(-369.000000, -961.000000)' fill='%23CCCCCC'%3E%3Cg id='Group-Copy' transform='translate(369.000000, 959.000000)'%3E%3Cg id='Group-2-Copy-4' transform='translate(0.000000, 2.000000)'%3E%3Cpath d='M6,0 C9.3137085,0 12,2.6862915 12,6 C12,9.3137085 9.3137085,12 6,12 C2.6862915,12 0,9.3137085 0,6 C0,2.6862915 2.6862915,0 6,0 Z M6,2 C3.790861,2 2,3.790861 2,6 C2,8.209139 3.790861,10 6,10 C8.209139,10 10,8.209139 10,6 C10,3.790861 8.209139,2 6,2 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 6px;
}
.payment-option .payment-selection .container:hover input ~ .checkmark,
.checkout-payment-option .payment-selection .container:hover input ~ .checkmark,
.sectionsection .payment-selection .container:hover input ~ .checkmark,
.payment-option .payment-selection-factuur .container:hover input ~ .checkmark,
.checkout-payment-option .payment-selection-factuur .container:hover input ~ .checkmark,
.sectionsection .payment-selection-factuur .container:hover input ~ .checkmark,
.payment-option .payment-selection-ideal .container:hover input ~ .checkmark,
.checkout-payment-option .payment-selection-ideal .container:hover input ~ .checkmark,
.sectionsection .payment-selection-ideal .container:hover input ~ .checkmark {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 58 (84663) - https://sketch.com --%3E%3Ctitle%3EGroup 2 Copy 6%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Checkout' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop_Checkout_sequence_step-1_EXAMPLE' transform='translate(-263.000000, -961.000000)' fill='%2300A4E3'%3E%3Cg id='Group-2-Copy-6' transform='translate(263.000000, 961.000000)'%3E%3Cpath d='M6,0 C9.3137085,0 12,2.6862915 12,6 C12,9.3137085 9.3137085,12 6,12 C2.6862915,12 0,9.3137085 0,6 C0,2.6862915 2.6862915,0 6,0 Z M6,2 C3.790861,2 2,3.790861 2,6 C2,8.209139 3.790861,10 6,10 C8.209139,10 10,8.209139 10,6 C10,3.790861 8.209139,2 6,2 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .payment-option .payment-selection .container:hover input ~ .checkmark,
  .checkout-payment-option .payment-selection .container:hover input ~ .checkmark,
  .sectionsection .payment-selection .container:hover input ~ .checkmark,
  .payment-option .payment-selection-factuur .container:hover input ~ .checkmark,
  .checkout-payment-option .payment-selection-factuur .container:hover input ~ .checkmark,
  .sectionsection .payment-selection-factuur .container:hover input ~ .checkmark,
  .payment-option .payment-selection-ideal .container:hover input ~ .checkmark,
  .checkout-payment-option .payment-selection-ideal .container:hover input ~ .checkmark,
  .sectionsection .payment-selection-ideal .container:hover input ~ .checkmark {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 58 (84663) - https://sketch.com --%3E%3Ctitle%3EGroup 2 Copy 5%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Checkout' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop_Checkout_sequence_step-1_EXAMPLE' transform='translate(-369.000000, -895.000000)' fill='%2300A4E3'%3E%3Cg id='Group-2-Copy-5' transform='translate(369.000000, 895.000000)'%3E%3Cpath d='M6,0 C9.3137085,0 12,2.6862915 12,6 C12,9.3137085 9.3137085,12 6,12 C2.6862915,12 0,9.3137085 0,6 C0,2.6862915 2.6862915,0 6,0 Z M6,3.6 C4.6745166,3.6 3.6,4.6745166 3.6,6 C3.6,7.3254834 4.6745166,8.4 6,8.4 C7.3254834,8.4 8.4,7.3254834 8.4,6 C8.4,4.6745166 7.3254834,3.6 6,3.6 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}
.payment-option .payment-option,
.checkout-payment-option .payment-option,
.sectionsection .payment-option {
  border-style: solid solid solid solid;
  border-color: #cccccc;
  border-width: 1px;
  min-height: 71px;
}
.payment-option .payment-option #payment-accordion,
.checkout-payment-option .payment-option #payment-accordion,
.sectionsection .payment-option #payment-accordion {
  margin-bottom: 0px;
}
.section {
  margin-bottom: 0;
}
.order-reference {
  padding: 0 0 10px 35px;
}
@media (max-width: 767px) {
  .order-reference {
    padding: 24px 15px 10px 15px;
  }
}
.order-reference .control-label {
  font-size: 16px;
  font-weight: 700;
}
.order-reference .input-help {
  font-size: 10px;
}
.msg-to-merchant {
  padding: 0 0 10px 50px;
}
@media (max-width: 767px) {
  .msg-to-merchant {
    padding: 0 0 10px 28px;
  }
}
.msg-to-merchant .input-help {
  font-size: 10px;
}
.msg-to-merchant .checkbox {
  padding-top: 23px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.msg-to-merchant .checkbox .container-msg-to {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.msg-to-merchant .checkbox .container-msg-to input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.msg-to-merchant .checkbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 13px;
  width: 13px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.msg-to-merchant .checkbox .container-msg-to:hover input ~ .checkmark {
  background-color: #cccccc;
}
.msg-to-merchant .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.msg-to-merchant .checkbox .container-msg-to input:checked ~ .checkmark:after {
  display: block;
}
.msg-to-merchant .checkbox .container-msg-to .checkmark:after {
  left: 5px;
  top: -3px;
  width: 7px;
  height: 12px;
  border: solid #00a4e3;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.msg-to-merchant .collapse.in {
  min-height: 156px;
}
.msg-to-merchant .col-xs-12 {
  padding-left: 0;
}
.msg-to-merchant .col-xs-12 .form-group label {
  font-size: 17px;
  font-weight: 700;
}
.msg-to-merchant .col-xs-12 .form-group .form-control {
  min-height: 107px;
}
.continue-order {
  margin-bottom: 15px;
}
.continue-order .stripe-checkout {
  width: 2px;
  background: #00a4e3;
  height: 15px;
  position: relative;
  left: 27px;
  top: 0px;
}
.continue-order .btn-primary {
  max-width: 283px;
  background-color: #7fad00;
  border: 1px solid #7fad00;
}
.continue-order .btn-primary:hover {
  box-sizing: border-box;
  background: #729B00;
  color: #ffffff;
}
@media (max-width: 767px) {
  .continue-order .btn-primary {
    max-width: 100%;
  }
}
.continue-order button.btn-primary.disabled {
  background-color: #7d7d7d;
  color: #222222;
  border: none;
}
.kor-shoppingCartCommand .order-summary,
.order-overview-sum .order-summary {
  padding-right: 14px;
  padding-left: 14px;
}
@media (max-width: 767px) {
  .kor-shoppingCartCommand .order-summary,
  .order-overview-sum .order-summary {
    padding-right: 0;
    padding-left: 0;
  }
}
.order-summary {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 991px) {
  .order-summary {
    padding-left: 15px;
  }
}
.order-summary h2 {
  margin-top: 6px;
  font-size: 22px;
}
.order-summary .form-group {
  margin: 0 0 0 0;
}
.order-summary .btn-default {
  color: #00a4e3;
  background-color: #ffffff;
  border-color: #00a4e3;
  width: 100%;
  padding: 0 12px;
  min-height: 34px;
}
.order-summary .btn-default:hover {
  color: #ffffff;
  background-color: #00a4e3;
  border-color: #00a4e3;
}
.order-summary .btn-default .filter-option {
  padding: 9px 15px;
}
@media (max-width: 767px) {
  .order-summary {
    margin: 0;
  }
}
.checkoutTop {
  padding: 0 15px;
}
.review-page-checkout {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .review-page-checkout {
    margin-top: 20px;
  }
}
.review-page-checkout .order-summary-review h2 {
  font-size: 22px;
  margin-top: 17px;
}
.review-page-checkout .form-control {
  height: auto;
}
@media (min-width: 992px) {
  .review-page-checkout .no-padding-right {
    padding-right: 0;
  }
}
.review-page-checkout .info-box-message {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #eeeeee;
  margin-left: 0;
}
@media (max-width: 992px) {
  .review-page-checkout .info-box-message {
    margin-right: 0;
  }
}
.review-page-checkout .info-box-message h3 {
  margin-top: 0;
}
.review-page-checkout .list-header-item {
  overflow: visible;
}
.review-page-checkout .list-item {
  padding: 8px 0px 8px 0 !important;
}
.review-page-checkout .column-price {
  overflow: visible !important;
}
.address-selection-list .modal-body {
  max-height: 544px;
  overflow-y: auto;
}
.search-address {
  width: 100%;
  margin-bottom: 16px;
}
.search-address .search-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 9px;
}
.search-address .form-control {
  width: 100%;
}
.search-address .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f4da02;
}
.filter-Address {
  padding: 10px 15px;
  border: 1px solid #cccccc;
  margin: 0 0 12px 0;
  position: relative;
}
.filter-Address:hover {
  background-color: #f4da02;
}
@media (min-width: 992px) {
  .filter-Address {
    padding: 5px 15px;
  }
}
.filter-Address .address-to-select {
  padding-left: 10px;
  min-height: 75px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  word-break: break-word;
}
.filter-Address .select-address-button {
  text-align: right;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 23%;
}
.filter-Address .select-address-button .selectShippingAddress {
  min-height: 45px;
}
.reference-input {
  letter-spacing: 9px;
}
.order-reference-checkout-parent .form-control-feedback {
  right: 15px;
}
.order-reference-checkout-parent .reference-info-img {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.39664 2.24116C7.99423 1.55176 7.44838 1.00591 6.75895 0.603518C6.0694 0.201145 5.31665 0 4.50014 0C3.68372 0 2.93075 0.201145 2.24132 0.603518C1.55185 1.00585 1.006 1.5517 0.603582 2.24116C0.201146 2.93067 0 3.68364 0 4.5C0 5.3164 0.201208 6.06924 0.60352 6.75879C1.00592 7.4482 1.55177 7.99405 2.24124 8.39648C2.93075 8.79883 3.68366 9 4.50006 9C5.31647 9 6.06946 8.79883 6.75893 8.39648C7.44836 7.99419 7.99419 7.4482 8.39656 6.75879C8.79887 6.06931 9 5.31636 9 4.5C9.00002 3.68356 8.79887 2.93057 8.39664 2.24116ZM3.7504 1.12478C3.7504 1.07007 3.76795 1.02518 3.80315 0.990046C3.83828 0.954932 3.88325 0.937302 3.93792 0.937302H5.06299C5.11762 0.937302 5.16259 0.954932 5.19764 0.990046C5.23276 1.02518 5.25045 1.07007 5.25045 1.12478V2.06231C5.25045 2.11698 5.23276 2.16193 5.19764 2.19702C5.16259 2.23216 5.11765 2.24972 5.06299 2.24972H3.93792C3.88325 2.24972 3.8383 2.23216 3.80315 2.19702C3.76795 2.16195 3.7504 2.11698 3.7504 2.06231V1.12478ZM6.00034 7.31261C6.00034 7.36724 5.98263 7.41221 5.9476 7.44726C5.91263 7.48244 5.86766 7.50001 5.81291 7.50001H3.18783C3.13309 7.50001 3.08821 7.48244 3.05305 7.44726C3.01792 7.41221 3.00035 7.36726 3.00035 7.31255V6.37502C3.00035 6.32023 3.01792 6.27542 3.05305 6.24025C3.08821 6.20519 3.13316 6.1875 3.18783 6.1875H3.75036V4.31257H3.18783C3.13309 4.31257 3.08823 4.29502 3.05305 4.25987C3.01792 4.22475 3.00035 4.17981 3.00035 4.12509V3.18763C3.00035 3.13291 3.01792 3.08803 3.05305 3.05285C3.08825 3.0177 3.1332 3.00015 3.18783 3.00015H5.06296C5.11759 3.00015 5.16255 3.0177 5.19761 3.05285C5.23272 3.08803 5.25041 3.13291 5.25041 3.18763V6.18765H5.81276C5.86754 6.18765 5.91249 6.2052 5.9476 6.24031C5.98257 6.27545 6.00026 6.32037 6.00026 6.37508V7.31263H6.00034V7.31261Z' fill='%237D7D7D'/%3E%3C/svg%3E%0A");
  height: 9px;
  width: 9px;
  display: inline-block;
  margin-right: 5px;
}
.order-reference-checkout-parent .reference-info-img-red {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.39664 2.24116C7.99423 1.55176 7.44838 1.00591 6.75895 0.603518C6.0694 0.201145 5.31665 0 4.50014 0C3.68372 0 2.93075 0.201145 2.24132 0.603518C1.55185 1.00585 1.006 1.5517 0.603582 2.24116C0.201146 2.93067 0 3.68364 0 4.5C0 5.3164 0.201208 6.06924 0.60352 6.75879C1.00592 7.4482 1.55177 7.99405 2.24124 8.39648C2.93075 8.79883 3.68366 9 4.50006 9C5.31647 9 6.06946 8.79883 6.75893 8.39648C7.44836 7.99419 7.99419 7.4482 8.39656 6.75879C8.79887 6.06931 9 5.31636 9 4.5C9.00002 3.68356 8.79887 2.93057 8.39664 2.24116ZM3.7504 1.12478C3.7504 1.07007 3.76795 1.02518 3.80315 0.990046C3.83828 0.954932 3.88325 0.937302 3.93792 0.937302H5.06299C5.11762 0.937302 5.16259 0.954932 5.19764 0.990046C5.23276 1.02518 5.25045 1.07007 5.25045 1.12478V2.06231C5.25045 2.11698 5.23276 2.16193 5.19764 2.19702C5.16259 2.23216 5.11765 2.24972 5.06299 2.24972H3.93792C3.88325 2.24972 3.8383 2.23216 3.80315 2.19702C3.76795 2.16195 3.7504 2.11698 3.7504 2.06231V1.12478ZM6.00034 7.31261C6.00034 7.36724 5.98263 7.41221 5.9476 7.44726C5.91263 7.48244 5.86766 7.50001 5.81291 7.50001H3.18783C3.13309 7.50001 3.08821 7.48244 3.05305 7.44726C3.01792 7.41221 3.00035 7.36726 3.00035 7.31255V6.37502C3.00035 6.32023 3.01792 6.27542 3.05305 6.24025C3.08821 6.20519 3.13316 6.1875 3.18783 6.1875H3.75036V4.31257H3.18783C3.13309 4.31257 3.08823 4.29502 3.05305 4.25987C3.01792 4.22475 3.00035 4.17981 3.00035 4.12509V3.18763C3.00035 3.13291 3.01792 3.08803 3.05305 3.05285C3.08825 3.0177 3.1332 3.00015 3.18783 3.00015H5.06296C5.11759 3.00015 5.16255 3.0177 5.19761 3.05285C5.23272 3.08803 5.25041 3.13291 5.25041 3.18763V6.18765H5.81276C5.86754 6.18765 5.91249 6.2052 5.9476 6.24031C5.98257 6.27545 6.00026 6.32037 6.00026 6.37508V7.31263H6.00034V7.31261Z' fill='%23DD2A2A'/%3E%3C/svg%3E%0A");
  height: 9px;
  width: 9px;
  display: inline-block;
  margin-right: 5px;
}
.order-reference-checkout-parent .reference-head-label {
  margin-top: 10px;
}
.order-reference-checkout-parent .default-help-reference {
  margin-left: 15px;
  font-size: 11px;
}
@media (max-width: 550px) {
  .order-reference-checkout-parent .default-help-reference {
    margin-right: 15px;
    display: inline-block;
    margin-top: 10px;
  }
}
.order-reference-checkout-parent .input-error-blank {
  margin-bottom: -14px;
  margin-top: 8px;
  font-size: 11px;
}
.order-reference-checkout-parent .reference-error-wrong-input {
  font-size: 11px;
}
.approver-main-block .help-block {
  margin-bottom: 0;
}
.form-control {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .form-control {
    font-size: 14px;
  }
}
.softlogin-info-block {
  background-color: rgba(127, 173, 0, 0.15);
  border: 0.5px solid rgba(127, 173, 0, 0.49);
  padding: 15px;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.softlogin-info-block strong {
  color: #518552;
  font-size: 16px;
  font-family: 'SansaPro-SemiBold';
}
.account-wrapper ul {
  padding: 0;
}
.account-wrapper .grey-panel h2 {
  font-weight: bold;
  margin: 0;
}
.account-wrapper .account-main {
  padding: 15px 0 0 0;
}
.account-wrapper .account-main h1,
.account-wrapper .account-main h2,
.account-wrapper .account-main h3 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .account-wrapper .account-main h1 .btn {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both;
  }
}
@media (min-width: 768px) {
  .account-wrapper .account-main h1 .btn {
    float: right;
  }
}
.account-wrapper .overview-msg {
  border-right: 1px solid #d5d5d5;
  margin-top: 15px;
  min-height: 55px;
}
.account-wrapper .account-manager-details .account-seperator {
  background-color: #ffffff;
  float: left;
  height: 65px;
  width: 1px;
}
.account-wrapper .account-manager-details .acc-manager-image {
  border: 1px solid #333333;
  border-radius: 50%;
  height: 80px;
  width: 80px;
}
.account-wrapper .account-manager-details .acc-manager-image img {
  height: 70px;
  padding-top: 14px;
  width: 70px;
}
.account-wrapper .account-manager-details .acc-manager-image .glyphicon-user {
  color: #ffffff;
  font-size: 32px;
  line-height: 65px;
  padding-left: 9px;
  padding-top: 3px;
}
.account-wrapper .account-manager-details .no-image {
  background: #282828;
  border: 1px solid #282828;
}
.account-wrapper .account-manager-details span {
  display: block;
  width: 100%;
}
.account-wrapper .account-manager-details .acc-mangager-title {
  color: #00a4e3;
  font-size: 16px;
}
.account-wrapper .account-manager-details .acc-mangager-detail {
  font-size: 12px;
  margin-top: 3px;
}
.account-wrapper .account-manager-details .acc-mangager-detail p {
  display: inline;
  text-decoration: underline;
  margin: 0;
}
.account-wrapper .cost-summary {
  border: none;
}
.account-wrapper .marketing-area {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .account-wrapper .account-dashboard {
    display: block;
    flex-wrap: nowrap;
  }
}
.account-wrapper .account-order-detail .ERPCostSummary {
  float: right;
}
.account-wrapper .account-order-detail .border-bot {
  border-bottom: 2px solid #222;
  padding-bottom: 10px;
}
.user-profile .h3 {
  margin-top: 0;
}
.birthday-input .form-control {
  width: 25%;
  margin-right: 2%;
  float: left;
}
.birthday-input .form-control:last-child {
  margin-right: 0;
}
.dl-profile dd {
  text-align: left;
}
/* Wishlist */
.product-img-box {
  float: right;
  width: 70%;
}
.table-checkbox {
  display: inline-block;
  margin: -4px 4% 0 0;
}
.account-order-pagination {
  line-height: 26px;
  margin: 0 auto;
  width: 160px;
}
.account-order-pagination a {
  background-color: #00a4e3;
  color: #ffffff;
  padding: 3px 10px;
  text-transform: uppercase;
  margin-left: 5px;
}
.order-search-form .input-group {
  z-index: 0;
}
.order-detail-info {
  font-family: SansaConPro-Bold;
}
@media (max-width: 767px) {
  .order-detail-box:first-child,
  .order-detail-box:nth-child(2) {
    min-height: 180px;
  }
}
@media (max-width: 767px) {
  .order-detail-box:first-child,
  .order-detail-box:nth-child(2) {
    min-height: auto;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .order-detail-box:first-child,
  .order-detail-box:nth-child(2) {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .order-detail-box {
    min-height: auto;
    margin-bottom: 15px;
  }
}
.order-detail-box address {
  margin-bottom: 0;
}
.order-detail-box .infobox {
  width: 100%;
}
.custom-drop-down {
  float: left;
  text-align: center;
  margin: 0 5px;
  position: relative;
}
.custom-drop-down ul {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.custom-drop-down:hover ul {
  display: block;
}
.custom-drop-down li {
  margin-top: 2px;
  list-style: outside none none;
}
.custom-drop-down li a {
  width: 100%;
}
.custom-drop-down span {
  background-color: #f4da02;
  font-family: SansaConPro-Bold;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  line-height: 34px;
  padding: 0 25px 0 10px;
  position: relative;
  cursor: pointer;
}
.custom-drop-down span:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  position: absolute;
  bottom: -6px;
  right: 5px;
  top: 43%;
  margin-left: -6px;
}
.myAccount-addressBook .col-md-6:nth-child(odd) {
  clear: both;
}
.moveToWishlish {
  padding-left: 15px;
  display: inline-block;
  width: 90%;
}
.moveToWishlish i {
  display: none !important;
}
.moveToWishlish .help-block {
  float: left;
}
.filename {
  padding-right: 15px !important;
}
.mydocuments-wrapper .table-responsive {
  float: left;
  margin-top: 15px;
}
.mydocuments-wrapper .no-document {
  width: 100%;
}
.mydocuments-wrapper .myaccount-search-container {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.mydocuments-wrapper .myaccount-search-container .daterangeselector {
  background-color: #eee;
  padding: 15px;
}
.mydocuments-wrapper .myaccount-search-container .daterangeselector label {
  margin-right: 5px;
  margin-top: 5px;
  width: 40px;
  display: block;
  float: left;
}
.mydocuments-wrapper .myaccount-search-container .daterangeselector .fromDate .from-date-field {
  display: inline;
  float: left;
  position: relative;
  width: 75%;
}
.mydocuments-wrapper .myaccount-search-container .daterangeselector .fromDate input[type='text'] {
  line-height: 25px;
  width: 100%;
}
.mydocuments-wrapper .myaccount-search-container .daterangeselector .fromDate span {
  right: 6px;
  position: absolute;
  top: 6px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .mydocuments-wrapper .myaccount-search-container .daterangeselector .toDate {
    margin-top: 15px;
  }
}
.mydocuments-wrapper .myaccount-search-container .daterangeselector .toDate .to-date-field {
  display: inline;
  float: left;
  position: relative;
  width: 75%;
}
.mydocuments-wrapper .myaccount-search-container .daterangeselector .toDate input[type='text'] {
  line-height: 25px;
  width: 100%;
}
.mydocuments-wrapper .myaccount-search-container .daterangeselector .toDate span {
  right: 6px;
  position: absolute;
  top: 6px;
  font-size: 18px;
}
.mydocuments-wrapper .myaccount-search-container .daterangeselector .btn-primary {
  padding: 3.5px 12px;
}
@media (max-width: 767px) {
  .mydocuments-wrapper .myaccount-search-container .daterangeselector .btn-primary {
    margin-top: 15px;
    margin-left: 45px;
  }
}
.mydocuments-wrapper .myaccount-search-container .SearchDocuments {
  line-height: 25px;
  margin-top: 10px;
  width: 100%;
  padding: 5px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .mydocuments-wrapper .myaccount-search-container {
    /*@supports ((not (-ms-accelerator:'true'))   and (not (-moz-appearance:'none'))) {
		      .SearchDocuments{ padding-bottom:6px; } 
		  } */
  }
}
.mydocuments-wrapper .myaccount-search-container .documentsearch {
  position: absolute;
  right: 16px;
  top: 11px;
  padding: 7px 12px;
}
@media (max-width: 767px) {
  .mydocuments-wrapper .myaccount-search-container .documentsearch {
    right: 3px;
    top: 13px;
    position: relative;
  }
}
.account-wrapper .float-left {
  float: left;
}
.account-wrapper .header-order-list {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .account-wrapper .header-order-list {
    width: 50%;
  }
}
.account-wrapper .add-order-list {
  float: left;
  font-size: 15px;
  height: 40px;
  line-height: 42px;
  padding: 0 12px 0 12px;
}
@media (min-width: 768px) {
  .account-wrapper .add-order-list {
    float: right;
  }
}
.personalListIcon {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3Eic_person%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Cpath d='M8.1,8.1 C9.59175,8.1 10.8,6.89175 10.8,5.4 C10.8,3.90825 9.59175,2.7 8.1,2.7 C6.60825,2.7 5.4,3.90825 5.4,5.4 C5.4,6.89175 6.60825,8.1 8.1,8.1 L8.1,8.1 Z M8.1,9.45 C6.29775,9.45 2.7,10.3545 2.7,12.15 L2.7,13.5 L13.5,13.5 L13.5,12.15 C13.5,10.3545 9.90225,9.45 8.1,9.45 L8.1,9.45 Z' id='path-1'%3E%3C/path%3E%3Crect id='path-3' x='0' y='0' width='33.75' height='33.75'%3E%3C/rect%3E%3C/defs%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Lister-/-row-/-tablet' transform='translate(-347.000000, -39.000000)'%3E%3Cg id='ic_person' transform='translate(345.000000, 37.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask'%3E%3C/g%3E%3Cg id='Colors/Black' mask='url(%23mask-2)'%3E%3Cg transform='translate(-8.775000, -8.775000)'%3E%3Cmask id='mask-4' fill='white'%3E%3Cuse xlink:href='%23path-3'%3E%3C/use%3E%3C/mask%3E%3Cuse id='Black' stroke='none' fill='%23000000' fill-rule='evenodd' xlink:href='%23path-3'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 12px;
  height: 16px;
  background-repeat: no-repeat;
  background-position-y: center;
}
.sharedListIcon {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EIcon / group%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Cpath d='M16,11 C17.66,11 18.99,9.66 18.99,8 C18.99,6.34 17.66,5 16,5 C14.34,5 13,6.34 13,8 C13,9.66 14.34,11 16,11 L16,11 Z M8,11 C9.66,11 10.99,9.66 10.99,8 C10.99,6.34 9.66,5 8,5 C6.34,5 5,6.34 5,8 C5,9.66 6.34,11 8,11 L8,11 Z M8,13 C5.67,13 1,14.17 1,16.5 L1,19 L15,19 L15,16.5 C15,14.17 10.33,13 8,13 L8,13 Z M16,13 C15.71,13 15.38,13.02 15.03,13.05 C16.19,13.89 17,15.02 17,16.5 L17,19 L23,19 L23,16.5 C23,14.17 18.33,13 16,13 L16,13 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='Icon-/-group' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Mask'%3E%3C/g%3E%3Cg id='Colors/color-black' mask='url(%23mask-2)' fill='%23333333'%3E%3Cg transform='translate(-13.000000, -13.000000)' id='Rectangle-2-Copy-2'%3E%3Crect x='0' y='0' width='50' height='50'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position-y: center;
}
.modal {
  z-index: 9999999999;
}
@media (max-width: 767px) {
  .contractOrderTemplatesErrorDialog .modal-dialog {
    margin-top: 25%;
  }
}
@media (min-width: 992px) {
  .contractOrderTemplatesErrorDialog .modal-dialog {
    margin-top: 5%;
  }
}
.contractOrderTemplatesErrorDialog .modal-header .modal-title {
  text-transform: lowercase;
}
.contractOrderTemplatesErrorDialog .modal-header .modal-title::first-letter {
  text-transform: uppercase;
}
.contractOrderTemplatesErrorDialog .modal-header .close {
  color: #000;
}
.contractOrderTemplatesErrorDialog .alert-danger {
  color: #000;
  border-color: #b71831;
  border-width: 2px;
}
.contractOrderTemplatesErrorDialog .textdanger {
  color: #991616;
}
.contractOrderTemplatesErrorDialog .modal-body .ul {
  list-style-type: none;
}
.contractOrderTemplatesErrorDialog .modal-body .alert-danger {
  line-height: 25px;
  margin-bottom: 5px !important;
  font-size: 14px;
  word-wrap: break-word;
}
.contractOrderTemplatesErrorDialog .modal-body .quantity-bold {
  color: #007bff;
  font-weight: bold;
}
.contractOrderTemplatesErrorDialog .modal-footer {
  margin-top: 25px;
}
.contractOrderTemplatesErrorDialog .modal-footer .btn {
  width: 15% !important;
}
.order-list .section,
.order-detail-page .section {
  margin-bottom: 0px;
}
.order-list .discription-header,
.order-detail-page .discription-header {
  text-transform: uppercase;
  font-family: SansaPro-SemiBold;
  padding: 10px 0 0 0;
}
.order-list .product-error-text,
.order-detail-page .product-error-text {
  float: left;
}
.order-detail-page .wishlist-title {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .order-detail-page .wishlist-title {
    margin-bottom: 43px;
    max-width: 560px;
    float: left;
    padding-left: 15px;
  }
}
.order-detail-page .wishlist-title h1 {
  margin: 0;
  overflow: hidden;
  word-break: break-word;
  word-wrap: break-word;
}
.order-detail-page .wishlist-title .type-order-list,
.order-detail-page .wishlist-title .owner-order-list {
  text-transform: uppercase;
  font-family: SansaPro-SemiBold;
  font-size: 14px;
  float: left;
  width: 100%;
}
.order-detail-page .wishlist-title .type-order-list .order-type-label,
.order-detail-page .wishlist-title .owner-order-list .order-type-label {
  float: left;
}
.order-detail-page .wishlist-title .type-order-list .sharedListIcon,
.order-detail-page .wishlist-title .owner-order-list .sharedListIcon,
.order-detail-page .wishlist-title .type-order-list .personalListIcon,
.order-detail-page .wishlist-title .owner-order-list .personalListIcon,
.order-detail-page .wishlist-title .type-order-list .contract-lock,
.order-detail-page .wishlist-title .owner-order-list .contract-lock {
  float: left;
  margin: 0 5px;
  padding-left: 19px;
}
.order-detail-page .wishlist-title .type-order-list .customer-object,
.order-detail-page .wishlist-title .owner-order-list .customer-object {
  clear: both;
}
.order-detail-page .wishlist-title-edit {
  float: left;
  margin: 35px 0 8px 15px;
}
@media (min-width: 768px) {
  .order-detail-page .wishlist-title-edit {
    float: right;
    margin: 0 15px 0 15px;
  }
}
.order-detail-page .wishlist-title-edit .disabledList {
  color: #ffffff;
  background-color: #00a4e3;
  opacity: 0.2;
}
.order-detail-page .wishlist-title-edit .disabledList:hover {
  color: #ffffff;
}
.order-detail-page .list-header {
  display: block;
  border-bottom: 2px solid #222222;
}
.order-detail-page .list-header .list-header-item {
  font-size: 14px;
  font-weight: 600;
  border: 0px;
  position: relative;
}
.order-detail-page .list-header .list-header-item .order-list-name,
.order-detail-page .list-header .list-header-item .order-items,
.order-detail-page .list-header .list-header-item .order-list-type,
.order-detail-page .list-header .list-header-item .order-list-owner {
  position: absolute;
  bottom: 0px;
}
.order-detail-page .list-header .list-header-item .SelectAllOrderTemplateItems,
.order-detail-page .list-header .list-header-item .DeselectAllOrderTemplateItems {
  position: relative;
  top: -2px;
}
.order-detail-page .list-header .list-header-item .SelectAllOrderTemplateItems input[type=checkbox],
.order-detail-page .list-header .list-header-item .DeselectAllOrderTemplateItems input[type=checkbox] {
  position: relative;
  top: 2px;
}
.order-detail-page .alert-success {
  color: #457c45;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.order-detail-page .alert-info {
  color: #137293;
  background-color: #d5eef8;
  border-color: #b2e9f3;
}
.order-detail-page .list-body {
  margin-bottom: 24px;
  /*add to basket, adding list, delete list */
}
.order-detail-page .list-body .productImage {
  position: relative;
  z-index: 1;
}
.order-detail-page .list-body .list-item-row {
  border-bottom: 1px solid #dddddd;
}
.order-detail-page .list-body .list-item-row:last-child {
  border-bottom: 2px solid #222222;
}
.order-detail-page .list-body .list-item-row .list-item-name {
  font-size: 16px;
  padding: 25px 0px;
  align-items: center;
  min-height: 24px;
  line-height: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .order-detail-page .list-body .list-item-row .list-item-name {
    font-size: 14px;
    min-height: 86px;
    padding: 5% 8px;
  }
}
.order-detail-page .list-body .list-item-row .list-item {
  line-height: 16px;
  padding: 0;
  overflow: visible;
  min-height: 95px;
}
@media (min-width: 768px) {
  .order-detail-page .list-body .list-item-row .list-item {
    font-size: 16px;
    line-height: 10px;
    min-height: 98px;
  }
}
.order-detail-page .list-body .list-item-row .list-item .productNameNumbr {
  padding-left: 90px;
}
@media (min-width: 768px) {
  .order-detail-page .list-body .list-item-row .list-item .productNameNumbr {
    padding-left: 0;
  }
}
.order-detail-page .list-body .list-item-row .list-item .productNameNumbr p {
  font-size: 16px;
  line-height: 18px;
  margin: 0;
}
.order-detail-page .list-body .list-item-row .list-item .productNameNumbr .product-id {
  font-size: 12px;
  padding: 8px 0 0 0;
}
.order-detail-page .list-body .list-item-row .list-item .product-id {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}
.order-detail-page .list-body .list-item-row .list-item .quantity-buttons {
  position: absolute;
  right: 0;
  bottom: 5px;
}
@media (min-width: 768px) {
  .order-detail-page .list-body .list-item-row .list-item .quantity-buttons {
    bottom: 30px;
  }
}
.order-detail-page .list-body .list-item-row .list-item .quantity-buttons .form-control {
  border: 1px solid #cccccc;
}
.order-detail-page .list-body .list-item-row .list-item .quantity-buttons .form-control:focus {
  box-shadow: 0 0 5px #cccccc;
}
.order-detail-page .list-body .list-item-row .list-item .quantity-buttons .quantity {
  margin-left: 5px;
  height: 32px;
}
.order-detail-page .list-body .list-item-row .list-item .quantity-buttons .input-readonly {
  pointer-events: none;
}
.order-detail-page .list-body .list-item-row .list-item .quantity-buttons .btn-disabled {
  background-color: #7b7b7b;
  border: 1px solid #7b7b7b;
}
.order-detail-page .list-body .list-item-row .list-item .quantity-buttons .btn-disabled:hover {
  border: 1px solid #7b7b7b;
  color: #cccccc;
  cursor: auto;
}
.order-detail-page .list-body .list-item-row .list-item .quantity-buttons label {
  margin-right: 0;
  font-size: 13px;
}
.order-detail-page .list-body .list-item-row .list-item .not-online-product-error {
  position: absolute;
  right: 0px;
  bottom: -15px;
}
.order-detail-page .list-body .list-item-row .order-type,
.order-detail-page .list-body .list-item-row .order-owner {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 0;
}
.order-detail-page .list-body .list-item-row .select-box-product {
  float: left;
  padding: 0;
  line-height: 53px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .order-detail-page .list-body .list-item-row .select-box-product {
    line-height: 113px;
    margin-right: 15px;
  }
}
.order-detail-page .list-body .list-item-row .productImageContainer {
  width: 53px;
  height: 53px;
  padding: 0;
  float: left;
}
@media (min-width: 768px) {
  .order-detail-page .list-body .list-item-row .productImageContainer {
    width: 113px;
    height: 113px;
    float: left;
  }
}
.order-detail-page .list-body .list-item-row-big {
  margin-top: 23px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .order-detail-page .list-body .list-item-row-big {
    padding-bottom: 25px;
  }
}
.order-detail-page .list-body .list-item-row-big:first-child {
  border-top: 0px;
}
.order-detail-page .list-body .personalListIcon {
  float: left;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .order-detail-page .list-body .personalListIcon {
    margin: 0 5px 0 0;
  }
}
.order-detail-page .list-body .sharedListIcon {
  float: left;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .order-detail-page .list-body .sharedListIcon {
    margin: 0 5px 0 0;
  }
}
.order-detail-page .list-body .action-icons {
  font-size: 21px;
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 1;
}
@media (min-width: 768px) {
  .order-detail-page .list-body .action-icons {
    bottom: 0;
  }
}
.order-detail-page .list-body .action-icons .btn-tool {
  margin: 0;
}
.order-detail-page .list-body .action-icons .disabled {
  color: #cccccc;
  pointer-events: none;
}
.order-detail-page .list-body .action-icons .shopping-cart {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='39px' height='39px' viewBox='0 0 31 31' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 56.2 (81672) - https://sketch.com --%3E%3Ctitle%3Eicon /shopping-cart%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Detail-/-list-/-row-/-contract-/-inactive' transform='translate(-266.000000, -96.000000)'%3E%3Cg id='icon-/shopping-cart-plus' transform='translate(266.000000, 96.000000)'%3E%3Cg id='icon-/shopping-cart' transform='translate(0.000000, -0.339286)' fill='%2300A4E3'%3E%3Cg id='Group' transform='translate(9.672727, 9.754464) scale(-1, 1) rotate(-180.000000) translate(-9.672727, -9.754464) translate(0.000000, 0.084821)'%3E%3Cpath d='M0.811033724,19.0848214 L2.33577713,19.0848214 C2.51961144,19.0848214 2.68722507,19.0265067 2.83861804,18.9098772 C2.990011,18.7932478 3.08733504,18.6501116 3.13059018,18.4804688 L3.74697581,15.9040179 L18.2807001,15.9040179 C18.5402309,15.9040179 18.7510997,15.8059431 18.9133065,15.6097935 C19.0755132,15.413644 19.1295821,15.1883371 19.0755132,14.9338728 L17.4534457,7.37946429 C17.3993768,7.15680804 17.2533908,6.93150112 17.0154875,6.70354353 C16.7775843,6.47558594 16.4802053,6.36160714 16.1233504,6.36160714 L5.85566349,6.36160714 L6.63425587,3.18080357 L15.3123167,3.18080357 C15.5394062,3.18080357 15.7313508,3.10393415 15.8881507,2.95019531 C16.0449505,2.79645647 16.1233504,2.60825893 16.1233504,2.38560268 C16.1233504,2.16294643 16.0449505,1.97474888 15.8881507,1.82101004 C15.7313508,1.66727121 15.5394062,1.59040179 15.3123167,1.59040179 L14.501283,1.59040179 L14.501283,0.795200893 C14.501283,0.572544643 14.4228831,0.384347098 14.2660832,0.230608259 C14.1092834,0.0768694196 13.9173387,0 13.6902493,0 C13.4631598,0 13.2712152,0.0768694196 13.1144153,0.230608259 C12.9576155,0.384347098 12.8792155,0.572544643 12.8792155,0.795200893 L12.8792155,1.59040179 L8.0130132,1.59040179 L8.0130132,0.795200893 C8.0130132,0.572544643 7.93461327,0.384347098 7.77781342,0.230608259 C7.62101356,0.0768694196 7.42906891,0 7.20197947,0 C6.97489003,0 6.78294538,0.0768694196 6.62614553,0.230608259 C6.46934567,0.384347098 6.39094575,0.572544643 6.39094575,0.795200893 L6.39094575,1.59040179 L5.88810484,1.59040179 C5.69345674,1.59040179 5.51773277,1.64341518 5.36093292,1.74944196 C5.20413306,1.85546875 5.09329179,1.9561942 5.02840909,2.0516183 L4.94730572,2.21065848 L1.68695015,17.4944196 L0.811033724,17.4944196 C0.594758065,17.4944196 0.405516862,17.5712891 0.243310117,17.7250279 C0.0811033724,17.8787667 0,18.0669643 0,18.2896205 C0,18.5122768 0.0811033724,18.7004743 0.243310117,18.8542132 C0.405516862,19.007952 0.594758065,19.0848214 0.811033724,19.0848214 Z' id='shopping-cart'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg id='icon-/plus' transform='translate(8.420455, 5.068080)' fill='%23FFFFFF'%3E%3Cg id='Group' transform='translate(2.763636, 3.032366) scale(-1, 1) rotate(-180.000000) translate(-2.763636, -3.032366) translate(0.000000, 0.318080)' fill-rule='nonzero'%3E%3Cpath d='M2.25232438,5.40736607 L3.25335744,5.40736607 C3.32342975,5.40736607 3.38265754,5.38360643 3.43104081,5.33608716 C3.47942407,5.28856788 3.5036157,5.23039773 3.5036157,5.1615767 L3.5036157,3.44105114 L5.25542355,3.44105114 C5.32549587,3.44105114 5.38472366,3.4172915 5.43310692,3.36977222 C5.48149019,3.32225294 5.50568182,3.26408279 5.50568182,3.19526177 L5.50568182,2.2121043 C5.50568182,2.14328328 5.48149019,2.08511313 5.43310692,2.03759385 C5.38472366,1.99007457 5.32549587,1.96631494 5.25542355,1.96631494 L3.5036157,1.96631494 L3.5036157,0.245789367 C3.5036157,0.176968344 3.47942407,0.118798194 3.43104081,0.0712789164 C3.38265754,0.0237596388 3.32342975,0 3.25335744,0 L2.25232438,0 C2.18225207,0 2.12302428,0.0237596388 2.07464101,0.0712789164 C2.02625775,0.118798194 2.00206612,0.176968344 2.00206612,0.245789367 L2.00206612,1.96631494 L0.250258264,1.96631494 C0.18018595,1.96631494 0.120958161,1.99007457 0.0725748967,2.03759385 C0.0241916322,2.08511313 0,2.14328328 0,2.2121043 L0,3.19526177 C0,3.26408279 0.0241916322,3.32225294 0.0725748967,3.36977222 C0.120958161,3.4172915 0.18018595,3.44105114 0.250258264,3.44105114 L2.00206612,3.44105114 L2.00206612,5.1615767 C2.00206612,5.23039773 2.02625775,5.28856788 2.07464101,5.33608716 C2.12302428,5.38360643 2.18225207,5.40736607 2.25232438,5.40736607 Z' id='plus'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 28px;
  height: 28px;
  position: relative;
  top: 5px;
  display: inline-block;
}
.order-detail-page .list-body .action-icons .shopping-cart:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='39px' height='39px' viewBox='0 0 31 31' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 56.2 (81672) - https://sketch.com --%3E%3Ctitle%3Eicon /shopping-cart%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Detail-/-list-/-row-/-not-available' transform='translate(-266.000000, -96.000000)'%3E%3Cg id='icon-/shopping-cart-plus' transform='translate(266.000000, 96.000000)'%3E%3Cg id='icon-/shopping-cart' transform='translate(0.000000, -0.339286)' fill='%23E50000'%3E%3Cg id='Group' transform='translate(9.672727, 9.754464) scale(-1, 1) rotate(-180.000000) translate(-9.672727, -9.754464) translate(0.000000, 0.084821)'%3E%3Cpath d='M0.811033724,19.0848214 L2.33577713,19.0848214 C2.51961144,19.0848214 2.68722507,19.0265067 2.83861804,18.9098772 C2.990011,18.7932478 3.08733504,18.6501116 3.13059018,18.4804688 L3.74697581,15.9040179 L18.2807001,15.9040179 C18.5402309,15.9040179 18.7510997,15.8059431 18.9133065,15.6097935 C19.0755132,15.413644 19.1295821,15.1883371 19.0755132,14.9338728 L17.4534457,7.37946429 C17.3993768,7.15680804 17.2533908,6.93150112 17.0154875,6.70354353 C16.7775843,6.47558594 16.4802053,6.36160714 16.1233504,6.36160714 L5.85566349,6.36160714 L6.63425587,3.18080357 L15.3123167,3.18080357 C15.5394062,3.18080357 15.7313508,3.10393415 15.8881507,2.95019531 C16.0449505,2.79645647 16.1233504,2.60825893 16.1233504,2.38560268 C16.1233504,2.16294643 16.0449505,1.97474888 15.8881507,1.82101004 C15.7313508,1.66727121 15.5394062,1.59040179 15.3123167,1.59040179 L14.501283,1.59040179 L14.501283,0.795200893 C14.501283,0.572544643 14.4228831,0.384347098 14.2660832,0.230608259 C14.1092834,0.0768694196 13.9173387,0 13.6902493,0 C13.4631598,0 13.2712152,0.0768694196 13.1144153,0.230608259 C12.9576155,0.384347098 12.8792155,0.572544643 12.8792155,0.795200893 L12.8792155,1.59040179 L8.0130132,1.59040179 L8.0130132,0.795200893 C8.0130132,0.572544643 7.93461327,0.384347098 7.77781342,0.230608259 C7.62101356,0.0768694196 7.42906891,0 7.20197947,0 C6.97489003,0 6.78294538,0.0768694196 6.62614553,0.230608259 C6.46934567,0.384347098 6.39094575,0.572544643 6.39094575,0.795200893 L6.39094575,1.59040179 L5.88810484,1.59040179 C5.69345674,1.59040179 5.51773277,1.64341518 5.36093292,1.74944196 C5.20413306,1.85546875 5.09329179,1.9561942 5.02840909,2.0516183 L4.94730572,2.21065848 L1.68695015,17.4944196 L0.811033724,17.4944196 C0.594758065,17.4944196 0.405516862,17.5712891 0.243310117,17.7250279 C0.0811033724,17.8787667 0,18.0669643 0,18.2896205 C0,18.5122768 0.0811033724,18.7004743 0.243310117,18.8542132 C0.405516862,19.007952 0.594758065,19.0848214 0.811033724,19.0848214 Z' id='shopping-cart'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg id='icon-/plus' transform='translate(8.420455, 5.068080)' fill='%23FFFFFF'%3E%3Cg id='Group' transform='translate(2.763636, 3.032366) scale(-1, 1) rotate(-180.000000) translate(-2.763636, -3.032366) translate(0.000000, 0.318080)' fill-rule='nonzero'%3E%3Cpath d='M2.25232438,5.40736607 L3.25335744,5.40736607 C3.32342975,5.40736607 3.38265754,5.38360643 3.43104081,5.33608716 C3.47942407,5.28856788 3.5036157,5.23039773 3.5036157,5.1615767 L3.5036157,3.44105114 L5.25542355,3.44105114 C5.32549587,3.44105114 5.38472366,3.4172915 5.43310692,3.36977222 C5.48149019,3.32225294 5.50568182,3.26408279 5.50568182,3.19526177 L5.50568182,2.2121043 C5.50568182,2.14328328 5.48149019,2.08511313 5.43310692,2.03759385 C5.38472366,1.99007457 5.32549587,1.96631494 5.25542355,1.96631494 L3.5036157,1.96631494 L3.5036157,0.245789367 C3.5036157,0.176968344 3.47942407,0.118798194 3.43104081,0.0712789164 C3.38265754,0.0237596388 3.32342975,0 3.25335744,0 L2.25232438,0 C2.18225207,0 2.12302428,0.0237596388 2.07464101,0.0712789164 C2.02625775,0.118798194 2.00206612,0.176968344 2.00206612,0.245789367 L2.00206612,1.96631494 L0.250258264,1.96631494 C0.18018595,1.96631494 0.120958161,1.99007457 0.0725748967,2.03759385 C0.0241916322,2.08511313 0,2.14328328 0,2.2121043 L0,3.19526177 C0,3.26408279 0.0241916322,3.32225294 0.0725748967,3.36977222 C0.120958161,3.4172915 0.18018595,3.44105114 0.250258264,3.44105114 L2.00206612,3.44105114 L2.00206612,5.1615767 C2.00206612,5.23039773 2.02625775,5.28856788 2.07464101,5.33608716 C2.12302428,5.38360643 2.18225207,5.40736607 2.25232438,5.40736607 Z' id='plus'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.order-detail-page .list-body .action-icons .shopping-cart-disabled {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='39px' height='39px' viewBox='0 0 31 31' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 56.2 (81672) - https://sketch.com --%3E%3Ctitle%3Eicon /shopping-cart%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Detail-/-list-/-row-/-not-available' transform='translate(-266.000000, -96.000000)'%3E%3Cg id='icon-/shopping-cart-plus' transform='translate(266.000000, 96.000000)'%3E%3Cg id='icon-/shopping-cart' transform='translate(0.000000, -0.339286)' fill='%23CCCCCC'%3E%3Cg id='Group' transform='translate(9.672727, 9.754464) scale(-1, 1) rotate(-180.000000) translate(-9.672727, -9.754464) translate(0.000000, 0.084821)'%3E%3Cpath d='M0.811033724,19.0848214 L2.33577713,19.0848214 C2.51961144,19.0848214 2.68722507,19.0265067 2.83861804,18.9098772 C2.990011,18.7932478 3.08733504,18.6501116 3.13059018,18.4804688 L3.74697581,15.9040179 L18.2807001,15.9040179 C18.5402309,15.9040179 18.7510997,15.8059431 18.9133065,15.6097935 C19.0755132,15.413644 19.1295821,15.1883371 19.0755132,14.9338728 L17.4534457,7.37946429 C17.3993768,7.15680804 17.2533908,6.93150112 17.0154875,6.70354353 C16.7775843,6.47558594 16.4802053,6.36160714 16.1233504,6.36160714 L5.85566349,6.36160714 L6.63425587,3.18080357 L15.3123167,3.18080357 C15.5394062,3.18080357 15.7313508,3.10393415 15.8881507,2.95019531 C16.0449505,2.79645647 16.1233504,2.60825893 16.1233504,2.38560268 C16.1233504,2.16294643 16.0449505,1.97474888 15.8881507,1.82101004 C15.7313508,1.66727121 15.5394062,1.59040179 15.3123167,1.59040179 L14.501283,1.59040179 L14.501283,0.795200893 C14.501283,0.572544643 14.4228831,0.384347098 14.2660832,0.230608259 C14.1092834,0.0768694196 13.9173387,0 13.6902493,0 C13.4631598,0 13.2712152,0.0768694196 13.1144153,0.230608259 C12.9576155,0.384347098 12.8792155,0.572544643 12.8792155,0.795200893 L12.8792155,1.59040179 L8.0130132,1.59040179 L8.0130132,0.795200893 C8.0130132,0.572544643 7.93461327,0.384347098 7.77781342,0.230608259 C7.62101356,0.0768694196 7.42906891,0 7.20197947,0 C6.97489003,0 6.78294538,0.0768694196 6.62614553,0.230608259 C6.46934567,0.384347098 6.39094575,0.572544643 6.39094575,0.795200893 L6.39094575,1.59040179 L5.88810484,1.59040179 C5.69345674,1.59040179 5.51773277,1.64341518 5.36093292,1.74944196 C5.20413306,1.85546875 5.09329179,1.9561942 5.02840909,2.0516183 L4.94730572,2.21065848 L1.68695015,17.4944196 L0.811033724,17.4944196 C0.594758065,17.4944196 0.405516862,17.5712891 0.243310117,17.7250279 C0.0811033724,17.8787667 0,18.0669643 0,18.2896205 C0,18.5122768 0.0811033724,18.7004743 0.243310117,18.8542132 C0.405516862,19.007952 0.594758065,19.0848214 0.811033724,19.0848214 Z' id='shopping-cart'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg id='icon-/plus' transform='translate(8.420455, 5.068080)' fill='%23FFFFFF'%3E%3Cg id='Group' transform='translate(2.763636, 3.032366) scale(-1, 1) rotate(-180.000000) translate(-2.763636, -3.032366) translate(0.000000, 0.318080)' fill-rule='nonzero'%3E%3Cpath d='M2.25232438,5.40736607 L3.25335744,5.40736607 C3.32342975,5.40736607 3.38265754,5.38360643 3.43104081,5.33608716 C3.47942407,5.28856788 3.5036157,5.23039773 3.5036157,5.1615767 L3.5036157,3.44105114 L5.25542355,3.44105114 C5.32549587,3.44105114 5.38472366,3.4172915 5.43310692,3.36977222 C5.48149019,3.32225294 5.50568182,3.26408279 5.50568182,3.19526177 L5.50568182,2.2121043 C5.50568182,2.14328328 5.48149019,2.08511313 5.43310692,2.03759385 C5.38472366,1.99007457 5.32549587,1.96631494 5.25542355,1.96631494 L3.5036157,1.96631494 L3.5036157,0.245789367 C3.5036157,0.176968344 3.47942407,0.118798194 3.43104081,0.0712789164 C3.38265754,0.0237596388 3.32342975,0 3.25335744,0 L2.25232438,0 C2.18225207,0 2.12302428,0.0237596388 2.07464101,0.0712789164 C2.02625775,0.118798194 2.00206612,0.176968344 2.00206612,0.245789367 L2.00206612,1.96631494 L0.250258264,1.96631494 C0.18018595,1.96631494 0.120958161,1.99007457 0.0725748967,2.03759385 C0.0241916322,2.08511313 0,2.14328328 0,2.2121043 L0,3.19526177 C0,3.26408279 0.0241916322,3.32225294 0.0725748967,3.36977222 C0.120958161,3.4172915 0.18018595,3.44105114 0.250258264,3.44105114 L2.00206612,3.44105114 L2.00206612,5.1615767 C2.00206612,5.23039773 2.02625775,5.28856788 2.07464101,5.33608716 C2.12302428,5.38360643 2.18225207,5.40736607 2.25232438,5.40736607 Z' id='plus'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 28px;
  height: 28px;
  position: relative;
  top: 5px;
  display: inline-block;
}
.order-detail-page .list-body .action-icons .delete-icon {
  margin: 0 10px;
}
@media (min-width: 480px) {
  .order-detail-page .list-body .action-icons .delete-icon {
    margin: 0 31px;
  }
}
.order-detail-page .list-body .sharedListText {
  line-height: 20px;
}
.order-detail-page .list-body .trashIconDisabled {
  color: #cccccc;
  font-size: 22px;
  padding-left: 15px;
}
.order-detail-page .main-add-cart-btn,
.order-detail-page .activation-list-btn {
  height: 40px;
  border: 1px solid #00a4e3;
}
.order-detail-page .main-add-cart-btn:hover,
.order-detail-page .activation-list-btn:hover {
  border: 1px solid #00a4e3;
}
.order-detail-page .activation-list-btn {
  padding: 0 8px;
  line-height: 40px;
  min-width: 100%;
}
@media (min-width: 765px) {
  .order-detail-page .activation-list-btn {
    margin: 0 0 0 19px;
    min-width: 10px;
    max-width: 297px;
    position: absolute;
  }
}
.order-detail-page .update-btn {
  display: none;
  height: 40px;
  border: 1px solid #00a4e3;
}
@media (min-width: 765px) {
  .order-detail-page .update-btn {
    display: block;
  }
}
.order-detail-page .update-btn-mobile {
  display: block;
  height: 40px;
  border: 1px solid #00a4e3;
}
@media (min-width: 765px) {
  .order-detail-page .update-btn-mobile {
    display: none;
  }
}
.order-detail-page button[type=submit]:disabled.disabledButton {
  color: #ffffff;
  background-color: #cccccc;
  border: 1px solid #cccccc;
}
.order-detail-page button[type=submit]:disabled.disabledButton:hover {
  color: #FFF;
}
.btn-Updatedisabled,
.btn-Updatedisabled-Mobile {
  float: right;
  cursor: no-drop;
}
.btn-Updatedisabled .disabled-update-btn,
.btn-Updatedisabled-Mobile .disabled-update-btn {
  color: #ffffff;
  background-color: #cccccc;
  border: 1px solid #cccccc;
  pointer-events: none;
}
.btn-Updatedisabled .disabled-update-btn:hover,
.btn-Updatedisabled-Mobile .disabled-update-btn:hover {
  color: #FFF;
}
.btn-Updatedisabled-Mobile {
  display: block;
}
@media (min-width: 765px) {
  .btn-Updatedisabled-Mobile {
    display: none;
  }
}
.btn-Updatedisabled {
  display: none;
}
@media (min-width: 765px) {
  .btn-Updatedisabled {
    display: block;
  }
}
.shopping-cart button[type=submit]:disabled#updatecart {
  background-color: #00a4e3;
  border-color: #00a4e3;
  color: #ffffff;
}
.shopping-cart button[type=submit]:disabled#updatecart:hover {
  color: #ffffff;
}
.shopping-cart .quickAddToCart-button {
  background: #7FAD00;
  color: white;
  border: none;
  padding: 0 5em;
  width: 100%;
  height: 46px;
}
.shopping-cart .quickAddToCart-button.disabled:disabled {
  background: #7D7D7D;
  color: white;
  border: none;
}
.shopping-cart .quickAddToCart-button:hover {
  background: #729B00;
}
.shopping-cart .quickAddToCart-button .add-to-cart-text:before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.891341 0H2.56706C2.7691 0 2.95331 0.0672207 3.11969 0.201666C3.28608 0.336111 3.39304 0.501112 3.44058 0.696667L4.118 3.66667L20.0908 3.66667C20.3761 3.66667 20.6078 3.77972 20.7861 4.00583C20.9643 4.23194 21.0238 4.49167 20.9643 4.785L19.1817 13.4933C19.1222 13.75 18.9618 14.0097 18.7003 14.2725C18.4389 14.5353 18.1121 14.6667 17.7199 14.6667L6.43548 14.6667L7.29117 18.3333L16.8285 18.3333C17.0781 18.3333 17.2891 18.4219 17.4614 18.5992C17.6337 18.7764 17.7199 18.9933 17.7199 19.25C17.7199 19.5067 17.6337 19.7236 17.4614 19.9008C17.2891 20.0781 17.0781 20.1667 16.8285 20.1667H15.9372V21.0833C15.9372 21.34 15.851 21.5569 15.6787 21.7342C15.5064 21.9114 15.2954 22 15.0458 22C14.7963 22 14.5853 21.9114 14.413 21.7342C14.2407 21.5569 14.1545 21.34 14.1545 21.0833V20.1667H8.80645V21.0833C8.80645 21.34 8.72029 21.5569 8.54796 21.7342C8.37564 21.9114 8.16469 22 7.91511 22C7.66554 22 7.45458 21.9114 7.28226 21.7342C7.10993 21.5569 7.02377 21.34 7.02377 21.0833V20.1667H6.47114C6.25722 20.1667 6.06409 20.1056 5.89177 19.9833C5.71944 19.8611 5.59762 19.745 5.52632 19.635L5.43718 19.4517L1.85399 1.83333H0.891341C0.65365 1.83333 0.445671 1.74472 0.267402 1.5675C0.0891341 1.39028 0 1.17333 0 0.916666C0 0.66 0.0891341 0.443054 0.267402 0.265833C0.445671 0.0886097 0.65365 0 0.891341 0Z' fill='white'/%3E%3Cpath d='M11.7295 6.23322L12.8297 6.23322C12.9067 6.23322 12.9718 6.26061 13.0249 6.31539C13.0781 6.37016 13.1047 6.43722 13.1047 6.51655V8.49989H15.03C15.107 8.49989 15.1721 8.52728 15.2252 8.58205C15.2784 8.63683 15.305 8.70389 15.305 8.78322V9.91655C15.305 9.99589 15.2784 10.0629 15.2252 10.1177C15.1721 10.1725 15.107 10.1999 15.03 10.1999H13.1047V12.1832C13.1047 12.2626 13.0781 12.3296 13.0249 12.3844C12.9718 12.4392 12.9067 12.4666 12.8297 12.4666H11.7295C11.6525 12.4666 11.5874 12.4392 11.5342 12.3844C11.481 12.3296 11.4545 12.2626 11.4545 12.1832V10.1999H9.52919C9.45218 10.1999 9.38709 10.1725 9.33391 10.1177C9.28074 10.0629 9.25415 9.99589 9.25415 9.91655V8.78322C9.25415 8.70389 9.28074 8.63683 9.33391 8.58205C9.38709 8.52728 9.45218 8.49989 9.52919 8.49989H11.4545V6.51655C11.4545 6.43722 11.481 6.37016 11.5342 6.31539C11.5874 6.26061 11.6525 6.23322 11.7295 6.23322Z' fill='%237FAD00'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 22px;
  width: 21px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.order-list .wishlist-title {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .order-list .wishlist-title {
    margin-bottom: 43px;
    width: 50%;
    float: left;
    padding-left: 15px;
  }
}
.order-list .wishlist-title h1 {
  margin: 0;
}
.order-list .wishlist-title .type-order-list,
.order-list .wishlist-title .owner-order-list {
  text-transform: uppercase;
  font-family: SansaPro-SemiBold;
  font-size: 14px;
  float: left;
  width: 100%;
}
.order-list .wishlist-title .type-order-list .order-type-label,
.order-list .wishlist-title .owner-order-list .order-type-label {
  float: left;
}
.order-list .wishlist-title .type-order-list .personalListIcon,
.order-list .wishlist-title .owner-order-list .personalListIcon {
  float: left;
  margin: 0 5px;
}
.order-list .wishlist-title .type-order-list .sharedListIcon,
.order-list .wishlist-title .owner-order-list .sharedListIcon {
  float: left;
  margin: 0 5px;
}
.order-list .wishlist-title-edit {
  float: left;
  margin: 35px 0 8px 15px;
}
@media (min-width: 768px) {
  .order-list .wishlist-title-edit {
    float: right;
    margin: 0 15px 0 15px;
  }
}
.order-list .wishlist-title-edit .disabledList {
  color: #ffffff;
  background-color: #00a4e3;
  opacity: 0.2;
}
.order-list .wishlist-title-edit .disabledList:hover {
  color: #ffffff;
}
.order-list .list-header {
  display: block;
  border-bottom: 2px solid #222222;
}
.order-list .list-header .list-header-item {
  font-size: 14px;
  font-weight: 600;
  border: 0px;
  min-height: 77px;
  position: relative;
}
.order-list .list-header .list-header-item .order-list-name,
.order-list .list-header .list-header-item .order-items,
.order-list .list-header .list-header-item .order-list-type,
.order-list .list-header .list-header-item .order-list-owner {
  position: absolute;
  bottom: 0px;
}
.order-list .list-body {
  /*add to basket, adding list, delete list */
}
.order-list .list-body .list-item-row {
  border-bottom: 1px solid #dddddd;
  padding-top: 15px;
}
.order-list .list-body .list-item-row:first-child {
  border-top: 1px solid #222222;
}
@media (min-width: 768px) {
  .order-list .list-body .list-item-row:first-child {
    border-top: 0px solid #222222;
  }
}
.order-list .list-body .list-item-row:last-child {
  border-bottom: 2px solid #222222;
}
.order-list .list-body .list-item-row .list-item-name {
  font-size: 16px;
  padding: 20px 0px 10px 0px;
  align-items: center;
  min-height: 24px;
  line-height: 18px;
  word-break: break-word;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .order-list .list-body .list-item-row .list-item-name {
    font-size: 14px;
    min-height: 86px;
    padding: 5% 8px;
  }
}
.order-list .list-body .list-item-row .list-item {
  align-items: center;
  min-height: 24px;
  line-height: 16px;
  padding: 0 0 15px 0;
}
@media (min-width: 768px) {
  .order-list .list-body .list-item-row .list-item {
    min-height: 86px;
    padding: 5% 8px 4% 0;
  }
}
.order-list .list-body .list-item-row .order-type,
.order-list .list-body .list-item-row .order-owner {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 0;
}
.order-list .list-body .list-item-row .viewLink {
  padding: 0 0;
  text-align: right;
}
@media (min-width: 768px) {
  .order-list .list-body .list-item-row .viewLink {
    padding: 5% 0;
    text-align: center;
  }
}
.order-list .list-body .personalListIcon {
  float: left;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .order-list .list-body .personalListIcon {
    margin: 0 5px 0 0;
  }
}
.order-list .list-body .sharedListIcon {
  float: left;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .order-list .list-body .sharedListIcon {
    margin: 0 5px 0 0;
  }
}
.order-list .list-body .action-icons {
  min-height: 24px;
  line-height: 16px;
  padding: 16px 8px 26px 0;
  text-align: left;
}
@media (min-width: 768px) {
  .order-list .list-body .action-icons {
    min-height: 86px;
    padding: 5% 0;
    text-align: right;
  }
}
.order-list .list-body .action-icons .addToCart,
.order-list .list-body .action-icons .eddit-btn,
.order-list .list-body .action-icons .delete-icon {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .order-list .list-body .action-icons .addToCart,
  .order-list .list-body .action-icons .eddit-btn,
  .order-list .list-body .action-icons .delete-icon {
    margin-right: 0px;
  }
}
.order-list .list-body .sharedListText {
  line-height: 20px;
}
.order-list .list-body .trashIconDisabled {
  color: #cccccc;
  font-size: 22px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .ERPCostSummary dt,
  .ERPCostSummary dd {
    width: 50%;
    float: left;
  }
  .ERPCostSummary dd {
    text-align: right;
  }
  .order-search-form label {
    display: block;
  }
}
.delivery-details {
  margin: 60px auto;
  width: 700px;
}
.order-template-container {
  margin: 0 auto;
  width: 90%;
}
.order-template-container .shared-block {
  color: #00a4e3;
  font-size: 12px;
}
.order-template-container .radio .form-control-feedback {
  top: 7px;
}
.order-template-container .help-block {
  padding-left: 22px;
}
.order-template-body .productImageContainer {
  width: auto;
}
/*Registration form CSS */
.checkboxInline {
  margin-left: 20px;
}
#Step3 .has-feedback label ~ .form-control-feedback {
  top: 0px;
}
.inOneLine {
  white-space: nowrap;
}
.marginClass {
  margin-bottom: 0px;
}
.modal-width {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .modal-width {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .modal-width {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*Order history*/
.table-order-history.table-responsive {
  overflow: visible;
}
.table-order-history .table {
  border-bottom: 1px solid #222222;
}
.table-order-history .table thead > tr > th {
  border-right: 0 none;
  font-size: 15px;
}
.table-order-history .table tbody > tr td {
  border-right: 0 none;
  border-top: 1px solid #ddd;
  padding: 15px 8px 15px 0;
}
.table-order-history .table tbody > tr td ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}
.table-order-history .alternate-color.table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.table-order-history .alternate-color.table tr td {
  border-top: 0 none;
}
.table-order-history .alternate-color.table tr td:first-child {
  padding-left: 10px;
}
.table-order-history .alternate-color.table tr td:last-child {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .table-order-history .mobile-heading {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    overflow: hidden;
    padding: 8px 8px 15px 0;
    border-right: 4px solid #FFF;
    border-bottom: 1px solid #222222;
  }
  .table-order-history tbody > tr.visibel-xs td {
    border-top: 0 none;
    padding: 5px 8px 5px 0;
    white-space: normal;
  }
  .table-order-history tbody > tr.visibel-xs.top td {
    padding: 15px 8px 5px 0;
  }
  .table-order-history tbody > tr.visibel-xs.bottom td {
    padding: 5px 8px 15px 0;
    border-bottom: 1px solid #ddd;
  }
  .table-order-history tbody > tr.visibel-xs.bottom:last-child > td {
    border-bottom: 1px solid #222222;
  }
  .table-order-history .mob-blcok {
    padding: 10px 0;
  }
  .table-order-history .mob-blcok.bbottom {
    border-bottom: 1px solid #ddd;
  }
}
.account-order-pagination.order-history-pagination {
  text-align: right;
  width: 100%;
}
.account-order-pagination.order-history-pagination .ish-itemLinkSingle {
  padding: 10px 10px;
}
@media (max-width: 767px) {
  .account-order-pagination.order-history-pagination .ish-itemLinkSingle {
    float: right;
    margin: 0;
    padding: 5px 10px;
  }
  .account-order-pagination.order-history-pagination .ish-itemLinkSingle.left-mob {
    float: left;
  }
}
.section-seperator .infobox {
  min-height: 200px;
}
@media (max-width: 767px) {
  .section-seperator .infobox {
    min-height: auto;
  }
}
.section-seperator .infobox h3 {
  border-bottom: 2px solid #222;
  padding-bottom: 10px;
}
.section-seperator .infobox address {
  margin-bottom: 0px;
}
.section-seperator .infobox p {
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .section-seperator .form-vertical-space.btn-cancel {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-seperator .custom-drop-down {
    width: 100%;
    margin: 0;
  }
}
.section-seperator .custom-drop-down > span {
  background-color: #00a4e3;
  line-height: 37px;
}
.section-seperator .custom-drop-down > span:after {
  top: 38%;
}
@media (max-width: 767px) {
  .section-seperator .custom-drop-down > span:after {
    right: 30%;
  }
}
.order-history-LineItems {
  padding: 0 15px;
}
.order-history-LineItems .pli-description > div {
  display: grid;
  padding-left: 10px;
}
.order-history-LineItems .pli-description .product-id {
  color: #222;
}
@media (max-width: 767px) {
  .order-history-LineItems .remove-rigth-space {
    padding-right: 0 !important;
  }
  .order-history-LineItems .text-left-xs {
    text-align: left !important;
  }
}
.order-history-LineItems .uppercase {
  text-transform: uppercase;
}
.btn.btn-cancel {
  border: 1px solid #00a4e3;
  padding: 8px 15px;
}
.btn.btn-cancel:hover,
.btn.btn-cancel:active,
.btn.btn-cancel:focus {
  color: #222;
}
@media (max-width: 767px) {
  .btn.btn-cancel:hover {
    color: #222;
  }
}
.btn.non-btn {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .btn.non-btn {
    margin-bottom: 25px;
  }
}
.orderInformation .orderInformation-block {
  margin: 5px 0 20px 0;
}
.orderInformation .statusKey {
  cursor: initial;
  background: #ddd;
  padding: 8px 25px;
  display: inline-block;
  font-weight: bold;
}
.orderInformation > div > .row {
  line-height: 25px;
}
.ERPCostSummary {
  width: 100%;
}
.ERPCostSummary .header {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  margin: 5px 0;
}
.ERPCostSummary .text-normal {
  font-weight: normal;
}
.ERPCostSummary .header-total {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  margin: 5px 0;
}
.ERPCostSummary.infobox {
  min-height: auto;
}
.ERPCostSummary.dl-horizontal dt {
  text-align: left;
}
@media (min-width: 480px) and (max-width: 991px) {
  .ERPCostSummary.dl-horizontal dt {
    width: 50% !important;
  }
}
.ERPCostSummary.dl-horizontal dd {
  text-align: right;
}
@media (min-width: 480px) and (max-width: 991px) {
  .ERPCostSummary.dl-horizontal dd {
    width: 50% !important;
    margin-left: 50% !important;
  }
}
.ERPCostSummary .borderBottom {
  border-bottom: 1px solid #ccc;
}
.mobile-Sales-table {
  padding-top: 10px;
}
.mobile-Sales-table:nth-child(even) {
  background-color: #f2f2f2;
}
.mobile-Sales-table ul {
  padding-left: 0;
  list-style: none;
}
.mobile-Sales-table .pad-10 {
  padding-bottom: 10px;
}
.three-row-block {
  max-height: 60px;
  overflow-y: hidden;
  transition: max-height 0.5s ease;
}
.uppercase {
  text-transform: uppercase;
}
.section-seperator-search {
  background: #ccc;
  padding: 15px 0px 0px 0px;
  margin: 0px 15px;
}
.section-seperator-search .text-right-pad-10 {
  padding-left: 15px;
  text-align: right;
}
@media (max-width: 767px) {
  .section-seperator-search .text-right-pad-10 {
    padding-left: 0px;
  }
}
.section-seperator-search .form-group {
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section-seperator-search .form-group {
    margin-bottom: 0px;
  }
}
.section-seperator-search .form-group label {
  width: 25px;
  text-align: left;
}
@media (max-width: 767px) {
  .section-seperator-search .form-group label {
    width: 100%;
    text-align: left;
  }
}
.section-seperator-search .form-group input[type=text],
.section-seperator-search .form-group select {
  height: 40px;
  width: 85%;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-seperator-search .form-group input[type=text],
  .section-seperator-search .form-group select {
    width: 82%;
  }
}
@media (max-width: 767px) {
  .section-seperator-search .form-group input[type=text],
  .section-seperator-search .form-group select {
    width: 100%;
  }
}
.section-seperator-search .form-group select {
  width: 100%;
}
.section-seperator-search .form-group .search-box input[type=text],
.section-seperator-search .form-group .search-box select {
  width: 100%;
  margin-right: 15px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-seperator-search .form-group .search-box input[type=text],
  .section-seperator-search .form-group .search-box select {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-seperator-search .form-group .search-box input[type=text],
  .section-seperator-search .form-group .search-box select {
    width: 100%;
  }
}
.section-seperator-search .form-group .documentsearch {
  height: 40px;
}
@media (max-width: 767px) {
  .section-seperator-search .form-group .documentsearch {
    width: 100%;
    margin-top: 15px;
    margin-bottom: -10px;
  }
}
.section-seperator-search .form-group .glyphicon-calendar {
  position: absolute;
  font-size: 25px;
  top: 8px;
  right: 10px;
}
@media (max-width: 767px) {
  .section-seperator-search .form-group .glyphicon-calendar {
    top: 33px;
    right: 10px;
  }
}
.section-seperator-search .form-group .toDate .glyphicon-calendar {
  right: 27px;
}
.section-seperator-search small.help-block {
  margin-left: 45px;
}
@media (max-width: 767px) {
  .section-seperator-search small.help-block {
    margin-left: 0px;
  }
}
.section-seperator-search i.form-control-feedback {
  right: 8px;
  top: 5px;
}
@media (max-width: 767px) {
  .section-seperator-search i.form-control-feedback {
    top: 30px;
  }
}
@media (max-width: 767px) {
  .section-seperator-search .daterangeselector .col-sm-4 {
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
.section-seperator-search .daterangeselector .col-sm-4:first-child {
  padding-left: 15px;
}
.section-seperator-search .daterangeselector .col-sm-4.remove-space-left {
  padding-left: 0px;
}
.section-seperator-search .daterangeselector .btn-primary {
  padding: 3.5px 12px;
}
@media (max-width: 767px) {
  .section-seperator-search .daterangeselector .btn-primary {
    margin-top: 15px;
    margin-left: 45px;
  }
}
@media (max-width: 767px) {
  .table-invoice-history tbody > tr.top.visibel-xs {
    border-bottom: 1px solid #ccc;
  }
  .table-invoice-history tbody > tr.top.visibel-xs td {
    padding: 15px 8px 15px 0;
  }
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  margin-top: 8px;
}
#ui-datepicker-div {
  z-index: 99 !important;
}
#ui-datepicker-div .dataTables_wrapper [type="search"],
#ui-datepicker-div select {
  padding: 6px 6px;
}
.orderlists .pagination-sites {
  text-align: right;
  width: 50%;
}
.orderlists .pagination-sites ul {
  float: right;
}
.orderlists .col-sm-3.col-xs-3 {
  width: 50%;
}
.main-container .article-details .article-addthis {
  float: none;
}
.input-group-btn:last-child > .btn {
  height: 34px;
  line-height: 24px;
}
.col-sm-offset-6.col-xs-offset-0.order-summary {
  padding-right: 0px;
  padding-left: 0px;
}
.cost-summary .dl-horizontal dt {
  float: left;
  width: 50%;
  clear: left;
  white-space: normal;
  text-align: left;
}
.cost-summary .dl-horizontal dd {
  text-align: right;
  width: 50%;
  margin-left: 50%;
}
.section-seperator-search .daterangeselector .right-cmdBtn {
  position: relative;
  height: 110px;
}
.section-seperator-search .daterangeselector .right-cmdBtn .documentsearch {
  position: absolute;
  bottom: 16px;
  right: 15px;
  line-height: 29px;
  padding: 3.5px 25px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-seperator-search .daterangeselector .right-cmdBtn .documentsearch {
    padding: 3.5px 20px;
  }
}
@media (max-width: 767px) {
  .section-seperator-search .daterangeselector .right-cmdBtn {
    height: auto;
  }
  .section-seperator-search .daterangeselector .right-cmdBtn .documentsearch {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    margin-left: 0px;
    margin-top: 0;
  }
}
.section-seperator-search .InvoiceSearchFilters .form-group input[type="text"] {
  width: 87%;
}
.section-seperator-search .InvoiceSearchFilters .form-group .search-box input[type="text"] {
  width: 62%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-seperator-search .InvoiceSearchFilters .form-group .search-box input[type="text"] {
    width: 53%;
  }
  .section-seperator-search .InvoiceSearchFilters .form-group input[type="text"] {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .section-seperator-search .InvoiceSearchFilters .form-group .search-box input[type="text"] {
    width: 100%;
  }
  .section-seperator-search .InvoiceSearchFilters .form-group input[type="text"] {
    width: 100%;
  }
  .section-seperator-search .InvoiceSearchFilters .form-group .btn-primary {
    margin-bottom: 5px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .table-order-history .mobile-heading {
    margin: 0 auto;
    padding: 15px 0 0 0;
  }
}
.right-cmdBtn .documentsearch[disabled] {
  border: 1px solid #c0c0c0;
  background: #808080;
}
#trengo-web-widget .TrengoWidgetOnlineMessage__iframe {
  width: 175px;
  height: 40px;
  margin-bottom: 20px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
.key-img img {
  margin: 25px;
  max-width: 100%;
}
.key-img .key-img-blk {
  display: table-row;
  margin: 0;
  padding: 15px 0;
  width: auto;
  float: left;
}
.key-img .key-img-blk div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .list-header.visible-xs.border-bottom_hide {
    border-bottom: 0 none;
  }
  .key-img img {
    margin: 0;
  }
}
.orderTemplateSelect {
  font-size: 12px;
  font-weight: 700;
}
.orderTemplateSelect a:focus,
.orderTemplateSelect a:active,
.orderTemplateSelect a:visited {
  color: #00a4e3;
}
.wishlists .btn-default,
.wishlists .main-add-cart-btn,
.wishlists .activation-list-btn {
  font-size: 12px;
}
@media (min-width: 765px) {
  .wishlists .btn-default,
  .wishlists .main-add-cart-btn,
  .wishlists .activation-list-btn {
    font-size: 16px;
  }
}
.wishlists .btn-default.disabled,
.wishlists .main-add-cart-btn.disabled,
.wishlists .activation-list-btn.disabled {
  color: #ffffff;
  background-color: #cccccc;
  border: 1px solid #cccccc;
}
.wishlists .btn-default.disabledWislist,
.wishlists .main-add-cart-btn.disabledWislist,
.wishlists .activation-list-btn.disabledWislist {
  color: #ffffff;
  background-color: #cccccc;
  border: 1px solid #cccccc;
  pointer-events: none;
}
#filevalidation button {
  top: 30px;
  left: 94%;
  background: none;
  border: none;
}
@media (max-width: 767px) {
  #filevalidation button {
    left: 92%;
  }
}
#filevalidation .form-control {
  margin-bottom: 15px;
}
#filevalidation input.has-error {
  border: 1px solid #a94442;
}
.mail-form .btn-primary {
  float: right;
}
@media (min-width: 768px) {
  .mail-form .btn-primary {
    margin-right: -15px;
  }
}
.mail-form .glyphicon-time {
  font-size: 26px;
  margin-top: 5px;
}
.mail-form .time-blk {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .mail-form .time-blk {
    float: right;
  }
}
.mail-form .time-blk i {
  color: #8b8b8b;
}
.mail-form .type-block {
  color: #a94442;
}
@media (min-width: 768px) {
  .mail-form .cont-reset {
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .mail-form .mb-second-lbl {
    margin-top: -25px;
  }
}
.mail-form .js-key-validation input.form-control,
.mail-form .js_cylinder-row input.form-control {
  padding-right: 20px;
}
.mail-form .js-key-validation.has-error select,
.mail-form .js_cylinder-row.has-error select {
  border-color: #cccccc;
}
.mail-form .js-key-validation.has-success input,
.mail-form .js_cylinder-row.has-success input,
.mail-form .js-key-validation.has-success select,
.mail-form .js_cylinder-row.has-success select {
  border-color: #cccccc;
}
.mail-form .fact-addrs label {
  float: right;
  font-size: 12px;
}
.mail-form .has-error input {
  border: 1px solid #cccccc;
}
.mail-form .has-error input.has-error {
  border: 1px solid #a94442;
}
.mail-form .header-lebel {
  padding: 10px 0;
}
.mail-form input[type=file] {
  height: 34px;
}
.mail-form .btn-link {
  margin-bottom: 0;
}
.approvalDetailsHeading dt {
  text-align: left;
}
@media (min-width: 480px) {
  .approvalDetailsHeading dt {
    width: 160px !important;
  }
}
@media (min-width: 480px) {
  .approvalDetailsHeading dd {
    margin-left: 185px !important;
  }
}
.modal-open .modal {
  padding: 0 15px !important;
}
.modal-dialog {
  max-width: 560px;
  margin: 308px auto;
}
@media (max-width: 767px) {
  .modal-dialog {
    margin: 222px auto;
  }
}
.contact-person-confirm .modal-header {
  background: #00a4e3;
  padding: 0 0 0 24px;
  border: 0px solid;
  min-height: 42px;
  position: relative;
}
.contact-person-confirm .modal-header h2 {
  font-family: "SansaPro-SemiBold", "Helvetica", sans-serif;
  text-transform: none;
  font-size: 16px;
  color: #ffffff;
  line-height: 41px;
}
.contact-person-confirm .modal-header .close {
  opacity: 1;
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 13px;
}
.contact-person-confirm .modal-body {
  padding: 15px 15px 27px 15px;
}
.contact-person-confirm .modal-body .title {
  font-family: "SansaPro-SemiBold", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin: 0 0 15px 0;
}
.contact-person-confirm .modal-body .contact-person {
  width: 100%;
  padding: 0 0 0 17px;
  border-left: 3px solid #00a4e3;
}
.contact-person-confirm .modal-body .checkbox {
  display: block;
  position: relative;
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
}
.contact-person-confirm .modal-body .checkbox input {
  padding: 0;
  height: 24px;
  width: 24px;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.contact-person-confirm .modal-body .checkbox label {
  padding-left: 37px;
  position: relative;
  cursor: pointer;
  line-height: 24px;
}
.contact-person-confirm .modal-body .checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #222222;
  padding: 10px;
  display: inline-block;
  position: absolute;
  left: 1px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.contact-person-confirm .modal-body .checkbox label:hover:before {
  outline: 4px solid #eaeaea;
}
.contact-person-confirm .modal-body .checkbox .chechedIcon:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #00a4e3;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-person-confirm .modal-body .checkbox .chechedIcon:before {
  outline: 4px solid #eaeaea;
}
.contact-person-confirm .modal-footer {
  border-top: 0px solid;
  padding: 0 15px 15px 15px;
}
.contact-person-confirm .modal-footer .form_group {
  text-align: left;
}
.contact-person-confirm .modal-footer .form_group .btn {
  font-family: "SansaPro-SemiBold", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 32px;
  height: 41px;
  width: 50%;
  max-width: 240px;
  display: inline-block;
}
.contact-person-confirm .modal-footer .form_group .btn:first-child {
  margin: 0 28px 0 0;
}
@media (max-width: 767px) {
  .contact-person-confirm .modal-footer .form_group .btn:first-child {
    max-width: 100%;
    width: 100%;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 767px) {
  .contact-person-confirm .modal-footer .form_group .btn {
    max-width: 100%;
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.contact-person-confirm .modal-footer .form_group .btn-default {
  background-color: #ffffff;
  border: 1px solid #00a4e3;
  color: #00a4e3;
}
.contact-person-confirm .modal-footer .form_group .btn-default:hover {
  background-color: #00a4e3;
  color: #ffffff;
}
.contact-person-confirm .modal-footer .form_group .btn-primary.disabled {
  background-color: rgba(125, 125, 125, 0.5);
  color: #222222;
  border: 0;
  opacity: 1;
}
.contact-person-confirm .modal-footer .form_group .btn-primary.disabled:hover {
  background-color: rgba(125, 125, 125, 0.5);
  color: #222222;
  border: 0;
}
.contact-person-confirm .modal-footer .form_group .btn-primary {
  background-color: #7fad00;
  border: 1px solid #7fad00;
  color: #ffffff;
}
.contact-person-confirm .modal-footer .form_group .btn-primary:hover {
  background-color: #729b00;
  border: 1px solid #729b00;
  color: #ffffff;
}
.account-dashboard {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
}
.account-dashboard .dashboard-item {
  text-align: center;
  color: #00a4e3;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.account-dashboard .dashboard-item a {
  font-size: 13px;
  color: #00a4e3;
}
.account-dashboard .dashboard-item a:hover {
  text-decoration: none;
  color: #e50000;
}
.account-dashboard .circle-icon {
  background: #2c2d2e;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 15px auto;
  cursor: pointer;
}
.account-dashboard .circle-icon:hover {
  background: #f4da02;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}
.account-dashboard .circle-icon * {
  color: #ffffff;
  font-size: 32px;
  line-height: 86px;
}
@media (max-width: 767px) {
  .account-dashboard > div:nth-child(2n+1) {
    clear: left;
  }
}
body.errorpage header {
  margin-bottom: 0px;
}
body.errorpage .wrapper {
  background: url(../img/background/error_bg.jpg) no-repeat;
  padding: 0;
}
body.errorpage .wrapper .main-container {
  background: none;
}
body.errorpage .errorpage-content {
  color: #333333;
  padding: 75px 0px 120px;
}
body.errorpage .errorpage-content h1 {
  font-size: 70px;
  opacity: 0.85;
}
body.errorpage .errorpage-content .error-text {
  background: rgba(238, 238, 238, 0.8);
  padding: 15px;
}
body.errorpage .errorpage-content input.form-control {
  border-color: #cccccc;
  background: #ffffff;
  box-shadow: none;
  color: #333333;
}
body.errorpage .errorpage-content .btn-primary {
  color: #ffffff;
  font-weight: normal;
  bottom: 0px;
  right: 0;
  height: 34px;
  line-height: unset;
}
.errorpage-content #SearchForm .btn-search {
  right: 20px;
}
.errorpage-content #SearchForm button.btn-remove {
  right: 57px;
}
.errorpage-content #SearchForm .searchTerm {
  width: 92%;
}
body.sysErrorpage {
  background-color: #759194;
}
.article-result h1 {
  margin-bottom: 15px;
}
.article-result .article-list {
  padding: 0;
  margin: 0;
  width: 95%;
}
.article-result .article-list .article-list-item {
  padding-top: 1px;
  list-style-type: none;
  position: relative;
  outline: none;
}
.article-result .article-list .article-list-item .article-tile-list {
  border-top: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 15px;
}
.article-result .article-list .article-list-item .article-tile-list:first-child {
  border-top: 0;
  padding-top: 0;
}
.article-result .article-list .article-list-item .article-tile-list:last-child {
  padding-bottom: 0;
}
.article-result .article-list .article-list-item .article-tile-list .article-image-container img {
  max-height: 270px;
  width: 270px;
}
.article-result .article-list .article-list-item .article-tile-list .article-creationdate {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #818181;
  padding-top: 5px;
}
.article-result .article-list .article-list-item .article-tile-list .article-creationdate span {
  padding-right: 10px;
}
.article-result .article-list .article-list-item .article-tile-list .article-labels {
  padding-top: 15px;
}
.article-result .article-list .article-list-item .article-tile-list .article-labels .glyphicon {
  margin-right: 5px;
  color: #818181;
}
.article-result .article-list .article-list-item .article-tile-list .article-labels a {
  color: #818181;
  text-decoration: underline;
  text-transform: capitalize;
}
.article-result .article-list .article-list-item .article-tile-list a.article-title {
  text-decoration: none;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 21px;
  display: inline-block;
  text-align: left;
}
.article-result .article-list .article-list-item .article-tile-list a.article-title:hover {
  text-decoration: underline;
}
.article-result .article-list .article-list-item .article-tile-list a.article-title span {
  display: inline-block;
  height: 60px;
  overflow: hidden;
}
.article-result .article-list .article-list-item .article-tile-list .article-description {
  padding-top: 15px;
  width: 90%;
}
.article-result .article-list .article-list-item .article-tile-list .article-label {
  position: absolute;
  top: 90px;
  left: -6px;
  height: 36px;
  width: 82px;
}
.article-result .article-list .article-list-item .article-tile-list .article-read-more {
  margin-top: 15px;
  display: inline-block;
  text-transform: capitalize;
}
.article-filter {
  background-color: #eeeeee;
  padding: 15px;
}
.article-filter .glyphicon {
  margin-right: 10px;
  padding-top: 2px;
}
.articleFilter-Component {
  margin-bottom: 15px;
}
.article-pagination {
  padding-left: 15px;
  margin-top: 15px;
}
.article-pagination .ws-product-listing-pagination {
  line-height: 15px;
  padding-top: 5px;
}
.event-list {
  width: 100% !important;
}
.event-list .event-tile-list .event-img-block {
  width: 12% !important;
  padding-left: 0;
}
@media (max-width: 991px) {
  .event-list .event-tile-list .event-img-block {
    width: 25% !important;
  }
}
.event-list .event-tile-list .event-detail-block {
  width: 86% !important;
}
@media (max-width: 991px) {
  .event-list .event-tile-list .event-detail-block {
    width: 75% !important;
  }
}
.event-list .event-tile-list .event-detail-block .event-desc {
  min-height: 128px;
}
.event-list .event-tile-list .event-detail-block .event-desc .article-labels {
  padding-top: 8px !important;
}
.event-list .event-tile-list .event-detail-block .article-creationdate {
  padding-top: 10px !important;
}
.event-list .event-tile-list .event-location {
  padding-top: 10px;
}
.event-list .event-tile-list .article-read-more {
  float: right;
}
.event-location .glyphicon {
  padding-right: 2px;
}
.event-image .event-date-block {
  background-color: #cccccc;
  display: block;
  height: 80px;
  text-align: center;
  width: 120px;
}
@media (max-width: 991px) {
  .event-image .event-date-block {
    width: 75px;
    height: 68px;
  }
}
.event-image .event-date1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 2.5;
}
.event-image .event-date2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 2px;
  padding-top: 15px;
  text-transform: uppercase;
}
.article-details {
  margin-top: 15px;
}
.article-details .article-image {
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .article-details .article-image {
    margin-bottom: 15px;
  }
}
.article-details .article-image img {
  max-height: 270px;
  max-width: 480px;
}
.article-details h1 {
  margin-bottom: 5px;
}
.article-details .article-creationdate {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #818181;
  padding-top: 5px;
}
.article-details .article-creationdate span {
  padding-right: 10px;
}
.article-details .article-labels {
  padding-top: 15px;
}
.article-details .article-labels .glyphicon {
  margin-right: 5px;
  color: #818181;
}
.article-details .article-labels a {
  color: #818181;
  text-decoration: underline;
  text-transform: capitalize;
}
.article-details .article-description {
  padding-top: 15px;
  padding-bottom: 15px;
}
.article-details .article-addthis {
  float: left;
  text-align: left;
  width: 100%;
}
.event-details .event-img-block {
  padding-left: 0;
  margin-top: 15px;
  width: 12% !important;
}
.event-details .event-detail-block .event-location {
  padding-top: 15px;
}
.event-details .desc-block {
  padding-left: 0;
  margin-top: 15px;
}
/************************  Global Header ******************************/
header {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  header {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  header.header-fixed {
    position: fixed;
    width: 100%;
    z-index: 1050;
    top: 0;
  }
}
@media (min-width: 480px) {
  header .bottom-header {
    background: #ffffff;
  }
  header .bottom-header .icon-search-container .search-suggest-results .search-result .col-xs-3 {
    width: 16%;
  }
}
@media (min-width: 992px) {
  header .bottom-header {
    background: #ffffff;
  }
  header .bottom-header .icon-search-container .search-suggest-results .search-result .col-xs-3 {
    width: 12%;
  }
}
@media (min-width: 1200px) {
  header .bottom-header {
    background: #ffffff;
  }
  header .bottom-header .regular-search-container .search-suggest-results .search-result .col-sm-2 {
    width: 12%;
  }
  header .bottom-header .icon-search-container .search-suggest-results .search-result .col-sm-2 {
    width: 10.5%;
  }
}
header .top-header {
  min-height: 40px;
  display: none;
}
header .top-header a > span:hover {
  color: #818181;
}
@media (max-width: 767px) {
  header .top-header {
    background: #ffffff;
  }
}
header .checkout-top-header {
  display: block !important;
}
@media (max-width: 767px) {
  header .checkout-top-header {
    background: #cccccc none repeat scroll 0 0;
    margin-bottom: 10px;
  }
  header .checkout-top-header .user-links {
    line-height: 1;
  }
}
header .checkout-top-header .user-links li a {
  color: #ffffff;
}
header .checkout-top-header .user-links li span {
  width: auto;
  display: inline;
  color: #ffffff;
}
header .checkout-top-header .user-links li span.glyphicon-header-icon::before {
  color: #ffffff;
}
header .mid-header {
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: 0;
}
header .mid-header .logo-wrapper {
  margin-right: 15px;
  float: left;
  padding-bottom: 5px;
}
header .mid-header .header-promotion {
  float: left;
  max-width: 240px;
}
header .mid-header .header-utility {
  float: left;
}
@media (max-width: 767px) {
  header .mid-header .nav-menu {
    padding: 0;
  }
  header .mid-header .logo-contanior {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  header .mid-header {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .mid-header .logo-wrapper {
    margin-top: 0px;
    padding-bottom: 0;
    float: none;
  }
}
@media (min-width: 991px) {
  header .mid-header .logo-wrapper {
    float: left;
    max-width: 180px;
  }
}
header .mid-header .header-links {
  padding: 0 90px 0 0;
}
@media (max-width: 767px) {
  header .mid-header .header-links {
    padding: 0;
    position: absolute;
    right: 66px;
  }
}
header .mid-header .header-info-wrapper {
  padding-top: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .mid-header .header-info-wrapper {
    padding-top: 0;
  }
}
header .mid-header .header-info-wrapper .header-info {
  margin-right: 15px;
  font-size: 13px;
}
@media (max-width: 767px) {
  header .mid-header .header-info-wrapper .header-info {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .mid-header .header-info-wrapper .header-info {
    display: block;
    float: left;
    margin-bottom: 3px;
  }
}
header .mid-header .glyphicon.glyphicon-header-icon:before {
  font-size: 20px;
  margin-right: 4px;
  color: #333333;
}
header .mid-header .glyphicon.glyphicon-header-icon.glyphicon-shopping-cart:before {
  font-size: 22px;
}
@media (max-width: 767px) {
  header .mid-header .glyphicon.glyphicon-header-icon:before {
    margin-right: -2px;
  }
  header .mid-header .glyphicon.glyphicon-map-marker {
    font-size: 22px;
  }
}
header .mid-header .delivery-info-wrapper .glyphicon {
  top: 6px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .mid-header .delivery-info-wrapper .glyphicon {
    top: 0;
    display: block;
    float: left;
    margin-bottom: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .mid-header .delivery-info-wrapper .glyphicon-send {
    clear: left;
  }
}
header .bottom-header {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  background: #f4da02;
  padding: 0;
  float: left;
  width: 100%;
  z-index: 99;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  header .bottom-header .search-container {
    border-top: none;
  }
}
header .bottom-header .search-container .product-list {
  border-top: 1px solid #cccccc;
}
header .bottom-header .search-container .product-list .add-to-cart-search {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}
header .bottom-header .search-container .product-list .product-form {
  width: 100%;
}
header .bottom-header .search-container .product-list .product-form .addtocart-trigger {
  width: 100%;
}
@media (max-width: 767px) {
  header .mid-header-checkout {
    padding: 15px 0;
  }
}
header.is-pinned {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 150;
  display: none;
}
.mid-header .logo-contanior-checkout {
  width: 270px;
  float: left;
}
@media (max-width: 767px) {
  .mid-header .logo-contanior-checkout {
    width: 198px;
  }
}
.back-to-basket-link {
  padding: 2% 15px 0 0;
  font-size: 14px;
  float: right;
  width: auto;
}
@media (max-width: 381px) {
  .back-to-basket-link {
    font-size: 10px;
    width: 100px;
  }
}
.header-utility {
  margin: 0;
  padding: 0 15px 0 0;
  line-height: 40px;
  float: left;
}
.header-utility ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-utility ul li {
  list-style: none;
  color: #ffffff;
  font-size: 12px;
  font-family: SansaConPro-Bold;
  margin-right: 30px;
}
.header-utility ul li a {
  color: #818181;
}
.erpServiceStatus {
  text-align: center;
  width: 100%;
  background-color: #eeeeee;
}
.erpServiceStatus p {
  line-height: 1.4;
  margin-bottom: 0;
  padding: 5px;
}
.erpServiceStatus p.available {
  color: #5cb85c;
}
.erpServiceStatus p.down {
  color: #e74c3c;
}
.customer-info {
  margin: 0;
  padding: 0 15px 0 0;
  line-height: 40px;
}
.customer-info li {
  list-style: none;
  color: #ffffff;
  font-size: 12px;
  font-family: SansaConPro-Bold;
  float: right;
  margin-left: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .customer-info li {
    margin-left: 0;
  }
}
.customer-info li .locale {
  color: #00a4e3;
}
.customer-info li > div {
  color: #818181;
  font-size: 13px;
  padding-left: 30px;
}
.user-links {
  margin: 0;
  padding: 0;
  line-height: 2;
}
.user-links li {
  list-style: none;
  color: #333333;
  font-size: 12px;
  font-family: SansaConPro-Bold;
  float: left;
  margin-right: 0;
  padding: 5px 40px 0 0px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .user-links li {
    padding: 5px 25px 0 0;
  }
}
.user-links li a {
  color: #333333;
}
@media (max-width: 767px) {
  .user-links li a {
    color: #f4da02;
  }
}
.user-links li span {
  color: #333333;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
}
.user-links li span.glyphicon {
  font-size: 18px;
  height: 20px;
}
.user-links li .local-selected span {
  display: inline;
}
.user-links li .local-selected span.glyphicon-chevron-down,
.user-links li .local-selected span.glyphicon-remove {
  font-size: 10px;
  padding-left: 2px;
}
.user-links li.header-account {
  cursor: pointer;
  padding-left: 0;
}
.user-links li.header-account span {
  display: inline;
}
.user-links li.header-account span.glyphicon-chevron-down,
.user-links li.header-account span.glyphicon-chevron-up,
.user-links li.header-account span.glyphicon-remove {
  font-size: 10px;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .user-links li.header-account span.glyphicon-chevron-down,
  .user-links li.header-account span.glyphicon-chevron-up,
  .user-links li.header-account span.glyphicon-remove {
    top: 6px;
    float: left;
    width: auto;
  }
}
.user-links li.header-account span.glyphicon-user {
  display: block;
  width: unset;
}
@media (max-width: 767px) {
  .user-links li.header-account span.glyphicon-user {
    float: left;
  }
}
.user-links li.header-account span.glyphicon-exclamation-sign {
  font-size: 14px;
  vertical-align: top;
  color: #e50000;
}
@media (max-width: 767px) {
  .user-links li.header-account .first-name-login {
    line-height: 23px;
    margin: 0 10px;
    float: left;
    width: unset;
    font-size: 10px;
  }
}
.user-links li.header-account ul li a span {
  font-size: 12px;
}
.user-links li.header-account ul li a span.exclamation-sign {
  color: #e50000;
  font-weight: bold;
  padding-right: 5px;
}
.user-links li.header-account ul li a span.glyphicon {
  font-size: 16px;
  padding-right: 5px;
}
.user-links li.store-locater {
  padding-right: 0;
}
.user-links li .seperator {
  padding-left: 5px;
  padding-right: 5px;
}
.user-links li .login-name {
  color: #00a4e3;
  padding-right: 5px;
}
.user-links li .wishlist-count {
  position: relative;
}
.user-links li .wishlist-count .wishlist-count-text div {
  background: #f4da02;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
  left: 10px;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: -7.5px;
  width: 13px;
  height: 13px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .user-links li .wishlist-count .wishlist-count-text div {
    left: 14px;
    line-height: 18px;
    top: -8.5px;
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 767px) {
  .user-links li .wishlist-count .wishlist-count-text span {
    display: none !important;
  }
}
.user-links li .compare-status {
  position: relative;
  float: left;
}
.user-links li .compare-status .compare-count-text div {
  background: #f4da02;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
  left: 30px;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: -1px;
  width: 13px;
  height: 13px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .user-links li .compare-status .compare-count-text div {
    left: 14px;
    line-height: 18px;
    top: -8.5px;
    width: 19px;
    height: 19px;
  }
}
.user-links li.header-locale-switch {
  cursor: pointer;
}
.user-links li > ul {
  position: absolute;
  display: none;
  padding: 0;
  background-color: #eeeeee;
  z-index: 999;
  right: 0;
  top: 61px;
  left: -85px;
  width: 230px;
}
.user-links li > ul > li {
  margin: 0;
  width: 100%;
  padding: 0;
  text-align: left;
  border-top: 1px solid #cccccc;
  font-family: "Arial", "Helvetica", sans-serif;
}
.user-links li > ul > li:first-child {
  border-top: 0;
  cursor: default;
}
.user-links li > ul > li:first-child > span {
  color: #bfbfbf;
}
.user-links li > ul > li > a {
  padding: 10px;
  display: block;
  font-size: 12px;
}
.user-links li > ul > li > span {
  float: left;
  width: auto;
  padding: 10px;
  font-size: 12px;
}
.user-links li > ul > li > span.glyphicon-ok {
  float: right;
  font-size: 12px;
}
.user-links li > ul > li > span.glyphicon-remove {
  float: right;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
.user-links li > ul > li:hover {
  background-color: #00a4e3;
}
.user-links li > ul > li:hover a {
  color: #ffffff;
}
.user-links li > ul > li:hover span {
  color: #ffffff;
}
@media (max-width: 767px) {
  .user-links li > ul {
    top: 57px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .user-links li > ul {
    top: 56px;
  }
}
@media (max-width: 767px) {
  .user-links li:last-child {
    margin-right: 0;
  }
}
.user-links ul {
  list-style: none;
}
.glyphicon.glyphicon-header-icon:before {
  color: #333333;
  font-size: 17px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .user-links {
    float: right;
    line-height: 50px;
    position: relative;
  }
  .user-links li {
    padding: 16px 15px 16px 10px;
  }
  .user-links li.store-locater {
    padding: 16px 15px 16px 10px;
  }
  .user-links li.mobile-shopping-cart {
    padding: 16px 25px 16px 12px;
  }
  .user-links li.header-locale-switch {
    padding: 16px 20px;
  }
  .mobile-logo {
    padding: 5px;
    float: left;
  }
  .mobile-edge {
    margin-left: -30px;
    margin-right: -30px;
  }
  .glyphicon.glyphicon-header-icon:before {
    color: #333333;
  }
  .global-nav ul.quick-links {
    padding: 0;
    width: 100%;
  }
  .global-nav ul.quick-links li {
    width: 50%;
    margin: 0;
    padding: 0;
    background: #cccccc;
  }
  .global-nav ul.quick-links li:first-child {
    border-right: 1px solid #222222;
  }
  .global-nav ul.quick-links li a {
    padding: 7.5px 30px;
    display: block;
    color: #ffffff;
    font-size: 16px;
  }
  .mobile-header-promo {
    background: #ffffff;
  }
  .homepage .mobile-promos {
    display: block;
  }
  .mobile-promos {
    display: none;
  }
  .mobile-promos .glyphicon:before {
    font-size: 12px;
  }
  .mobile-promos > div {
    padding: 15px 30px;
  }
  .bottom-header {
    position: relative;
  }
  .bottom-header .mobile-user-links {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 9999;
  }
  .bottom-header .mobile-user-links > ul {
    display: block;
    padding: 0;
    background-color: #eeeeee;
    z-index: 999;
    width: 100%;
    float: left;
  }
  .bottom-header .mobile-user-links > ul > li {
    margin: 0;
    width: 100%;
    padding: 0;
    text-align: left;
    border-top: 1px solid #cccccc;
    font-family: "Arial", "Helvetica", sans-serif;
    list-style: none;
    color: #818181;
    font-size: 12px;
    float: left;
    padding: 5px 15px 5px 10px;
    text-transform: uppercase;
    position: relative;
  }
  .bottom-header .mobile-user-links > ul > li:first-child {
    border-top: 0;
    cursor: default;
  }
  .bottom-header .mobile-user-links > ul > li:first-child > span {
    color: #bfbfbf;
  }
  .bottom-header .mobile-user-links > ul > li > a {
    padding: 10px;
    display: block;
    font-size: 12px;
    color: #00a4e3;
  }
  .bottom-header .mobile-user-links > ul > li > a .glyphicon {
    font-size: 16px;
    padding-right: 5px;
  }
  .bottom-header .mobile-user-links > ul > li > a .exclamation-sign {
    color: #ea1919;
    font-weight: bold;
    padding-right: 5px;
  }
  .bottom-header .mobile-user-links > ul > li > span {
    float: left;
    width: auto;
    padding: 10px;
    font-size: 12px;
    display: block;
  }
  .bottom-header .mobile-user-links > ul > li > span.glyphicon-ok {
    float: right;
    font-size: 12px;
  }
  .bottom-header .mobile-user-links > ul > li > span.glyphicon-remove {
    float: right;
    font-size: 14px;
    color: #00a4e3;
    cursor: pointer;
  }
  .bottom-header .mobile-user-links > ul > li:hover {
    background-color: #00a4e3;
  }
  .bottom-header .mobile-user-links > ul > li:hover a {
    color: #ffffff;
  }
  .bottom-header .mobile-user-links > ul > li:hover span {
    color: #ffffff;
  }
  .quick-order-links {
    z-index: -1;
    padding: 8px 15px;
  }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
  .bottom-header .mobile-user-links > ul {
    top: 50px;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .bottom-header .mobile-user-links > ul {
    top: 58px;
  }
}
.quick-order-section,
.erpcheckquickorder {
  position: relative;
}
.quick-order-section .overlay-disabled,
.erpcheckquickorder .overlay-disabled {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-header .container {
    width: 100%;
  }
  ul.user-links {
    margin-top: 10px;
  }
  ul.user-links li.mobile-shopping-cart {
    left: 30px;
    top: 10px;
  }
  header .mid-header {
    padding-top: 0;
  }
  header .mid-header .container {
    padding-right: 0;
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 991px) {
  .yellow-header {
    height: 3px;
    background-color: #f4da02;
  }
  .desktop-shopping-cart {
    height: 40px;
    top: 8px;
    right: 25px;
  }
}
/************************  Global Header ******************************/
header.fixed {
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1000;
}
header.fixed .hidden-fh {
  display: none !important;
}
header.fixed .visible-fh {
  display: block !important;
}
header.fixed .fixed-header-logo {
  float: left;
  line-height: 42px;
}
header.fixed .header-utility {
  display: none;
}
header.fixed .more-nav-link {
  display: none;
}
header.fixed .user-links {
  float: right;
  line-height: 34px;
  margin-top: 8px;
}
header.fixed .user-links li {
  margin-right: 0;
  margin-left: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header.fixed .user-links li {
    margin-left: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.fixed .user-links li {
    margin-left: 24px;
  }
}
header.fixed .user-links .compare-status .compare-count-text {
  background: #333333;
}
header.fixed .user-links .compare-status .compare-count-text div {
  background: #333333;
  line-height: 17px;
  width: 19px;
  height: 19px;
  top: -12px;
}
header.fixed .user-links .fixed-mini-cart {
  position: relative;
  margin-left: 27px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header.fixed .user-links .fixed-mini-cart {
    margin-left: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.fixed .user-links .fixed-mini-cart {
    margin-left: 24px;
  }
}
header.fixed .user-links .fixed-mini-cart .quick-cart-link {
  background: none;
  padding: 0;
}
header.fixed .user-links .fixed-mini-cart .quick-cart-link > a {
  padding: 0;
}
header.fixed .user-links .fixed-mini-cart .quick-cart-link .glyphicon.glyphicon-shopping-cart::before {
  color: #333333;
  font-size: 17px;
  margin-right: 0px;
}
header.fixed .user-links .fixed-mini-cart .quick-cart-link .fixed-cart-counter {
  background: #333333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
  left: 12px;
  line-height: 17px;
  position: absolute;
  text-align: center;
  width: 19px;
  height: 19px;
  color: #ffffff;
  text-decoration: none;
}
header.fixed .user-links .fixed-mini-cart #miniCart {
  line-height: 20px;
  top: 35px;
}
header.fixed .user-links .fixed-mini-cart #miniCart .mini-product-info {
  color: #333333;
  font-family: "Arial", "Helvetica", sans-serif;
  text-transform: none;
  font-size: 14px;
}
header.fixed .glyphicon {
  cursor: pointer;
}
header.fixed .search-links {
  margin: 0;
  padding: 0;
  line-height: 39px;
  margin-top: 4px;
}
header.fixed .search-links > li {
  list-style: none;
  color: #818181;
  font-size: 12px;
  font-family: SansaConPro-Bold;
  float: right;
  margin-left: 28px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  header.fixed .search-links > li {
    margin-left: 14px;
  }
}
header.fixed .search-links > li a {
  color: #ffffff;
}
@media (max-width: 767px) {
  header.fixed .search-links > li a {
    color: #f4da02;
  }
}
header.fixed .search-links > li ul.search-suggest-results li {
  line-height: 18px;
}
header.fixed .glyphicon.glyphicon-header-icon:before {
  margin-right: 0;
}
header.fixed .fixed-locale-switch {
  position: relative;
}
header.fixed .fixed-locale-switch ul {
  background-color: #f4da02;
  border: 0 none;
  display: none;
  float: left;
  left: 0;
  padding: 0 7px;
  position: absolute;
  top: 35px;
}
header.fixed .fixed-locale-switch ul li {
  color: #333333;
  float: left;
  line-height: 20px;
  margin: 0;
  padding: 8px;
}
header.fixed .fixed-search-box {
  position: relative;
}
header.fixed .fixed-search-box .fixed-search-box-container {
  left: -17px;
  position: absolute;
  top: -6px;
  width: 300px;
  display: none;
}
header.fixed .fixed-search-box .fixed-search-box-container .search-suggest-results {
  top: 79px;
  width: 94.5%;
}
header.fixed .fixed-search-box .fixed-search-box-container .form-control {
  width: 95%;
  display: block;
  left: 0;
  position: absolute;
  top: 45px;
}
header.fixed .fixed-search-box .fixed-search-box-container .btn-search {
  position: absolute;
  right: 15px;
  top: 40px;
  color: #f4da02;
  border: 0 none;
  background: none;
}
header.fixed .fixed-search-box .fixed-search-box-container .btn-search > span:before {
  font-size: 19px;
  color: #f4da02;
}
header.fixed .fixed-search-box .fixed-search-box-container .btn-search:hover {
  background: unset;
  border-color: unset;
}
header.fixed .main-navigation {
  line-height: 40px;
  z-index: 30;
}
header.fixed .main-navigation .main-navigation-list > li {
  line-height: 40px;
}
header.fixed .main-navigation .main-navigation-list > li > a {
  padding-top: 13px;
  padding-bottom: 10px;
  color: #333333;
}
header.fixed .main-navigation .main-navigation-list > li.home {
  margin-left: 10px !important;
  margin-right: 5px !important;
}
header.fixed .main-navigation .main-navigation-list > li.home a {
  padding-top: 9px;
}
header.fixed .main-navigation .main-navigation-list > li.home a > span:before {
  color: #333333 !important;
}
header.fixed .main-navigation .main-navigation-list > li.dropdown {
  position: static;
  background: url(../img/header/fixed_active_catalog.png) -2000px bottom no-repeat;
}
/*********** GLOBAL NAVIGATION **********/
.main-navigation {
  z-index: 20;
  float: left;
}
@media (max-width: 767px) {
  .main-navigation {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-navigation {
    padding-left: 0;
  }
}
.main-navigation ul.main-navigation-list {
  padding: 0;
  list-style: none;
  margin: 0;
  position: relative;
  top: 5px;
  /*QUICK FIX FOR MOBILE MENU*/
  /*END QUICK FIX FOR MOBILE MENU*/
}
@media (max-width: 991px) {
  .main-navigation ul.main-navigation-list {
    top: 1px;
  }
  .main-navigation ul.main-navigation-list .dropdown-menu-new li > a {
    background: #ffffff;
  }
  .main-navigation ul.main-navigation-list .dropdown-menu-new li:hover {
    background-color: #ffffff;
  }
}
@media (min-width: 768px) {
  .main-navigation ul.main-navigation-list {
    top: 0;
  }
}
.main-navigation ul.main-navigation-list .contentDesktop {
  display: none;
}
@media (min-width: 992px) {
  .main-navigation ul.main-navigation-list .contentDesktop {
    display: block;
  }
}
.main-navigation ul.main-navigation-list .contentMobile {
  display: none;
}
@media (max-width: 768px) {
  .main-navigation ul.main-navigation-list .contentMobile {
    display: block;
  }
}
.main-navigation ul.main-navigation-list > ul {
  display: inline;
}
.main-navigation ul.main-navigation-list .dropdown-menu-new a {
  text-transform: none;
}
@media (max-width: 991px) {
  .main-navigation ul.main-navigation-list ul.dropdown-menu-2 li {
    background-color: #f8f8f8;
  }
  .main-navigation ul.main-navigation-list ul.dropdown-menu-2 li > a {
    background-color: #f8f8f8;
  }
}
.main-navigation ul.main-navigation-list li {
  float: left;
  margin: 0 10px 0 0;
  list-style: none;
  line-height: 40px;
}
@media (max-width: 991px) {
  .main-navigation ul.main-navigation-list li {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #000000;
  }
  .main-navigation ul.main-navigation-list li.contentMobile-new > a {
    font-size: 18px;
    color: #222;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-navigation ul.main-navigation-list li:nth-last-child(2) {
    border-bottom: none;
  }
}
.main-navigation ul.main-navigation-list li.contentMobile:first-child {
  border-bottom: 1px solid #000000;
}
.main-navigation ul.main-navigation-list li.home {
  margin-left: 0;
}
.main-navigation ul.main-navigation-list li.home a {
  padding-bottom: 9px;
}
.main-navigation ul.main-navigation-list li.home a > span:before {
  font-size: 17px;
  color: #ffffff;
}
.main-navigation ul.main-navigation-list li.dropdown {
  background: none;
  float: left;
}
.main-navigation ul.main-navigation-list li.dropdown > a {
  padding-bottom: 15px;
  padding-top: 15px;
}
@media (max-width: 991px) {
  .main-navigation ul.main-navigation-list li.dropdown > a {
    padding-top: 16px;
    padding-bottom: 15px;
  }
}
@media (min-width: 991px) {
  .main-navigation ul.main-navigation-list li.dropdown {
    margin: 0;
    padding: 5px 15px 0 0;
  }
  .main-navigation ul.main-navigation-list li.dropdown:first-child {
    padding: 5px 15px 0 15px;
  }
  .main-navigation ul.main-navigation-list li.dropdown.content-navigation,
  .main-navigation ul.main-navigation-list li.dropdown.active {
    padding: 5px 15px 0 15px;
  }
  .main-navigation ul.main-navigation-list li.dropdown:hover {
    background-position: center bottom;
    transition-delay: 0s;
  }
  .main-navigation ul.main-navigation-list li.dropdown:hover ul {
    visibility: unset;
    transition-delay: 0s;
  }
}
@media (min-width: 991px) and (max-width: 991px) {
  .main-navigation ul.main-navigation-list li.dropdown:hover {
    padding: 0;
  }
}
.main-navigation ul.main-navigation-list li.dropdown a {
  float: left;
}
.main-navigation ul.main-navigation-list li.dropdown a .glyphicon {
  float: right;
  font-size: 12px;
  padding-left: 10px;
  padding-top: 3px;
}
.main-navigation ul.main-navigation-list li.dropdown a .glyphicon.glyphicon-chevron-right {
  color: #7d7d7d;
}
@media (max-width: 991px) {
  .main-navigation ul.main-navigation-list li.dropdown a .glyphicon.glyphicon-chevron-right {
    float: right;
    left: 20px;
  }
}
@media (max-width: 991px) {
  .main-navigation ul.main-navigation-list li.dropdown a .glyphicon {
    height: 17px;
    font-size: 14px;
    float: left;
    padding-left: 0px;
  }
}
.main-navigation ul.main-navigation-list li.dropdown a .glyphicon-chevron-up,
.main-navigation ul.main-navigation-list li.dropdown a .glyphicon-remove {
  display: none;
}
.main-navigation ul.main-navigation-list li.dropdown a .glyphicon-chevron-down {
  display: block;
}
@media (max-width: 991px) {
  .main-navigation ul.main-navigation-list li.dropdown a .glyphicon-chevron-up {
    display: block;
  }
  .main-navigation ul.main-navigation-list li.dropdown a .glyphicon-chevron-down {
    display: none;
  }
}
.main-navigation ul.main-navigation-list li.dropdown-last .main-navigation-level1-item a {
  position: relative;
}
.main-navigation ul.main-navigation-list li.dropdown-last .main-navigation-level1-item a .glyphicon {
  position: absolute;
  left: 0px;
  top: 12px;
  transform: rotate(180deg);
}
.main-navigation ul.main-navigation-list li.dropdown-last ul.category-level1 > li > ul {
  left: unset!important;
  right: 100%;
}
.main-navigation ul.main-navigation-list li.active {
  background: #ffffff;
}
.main-navigation ul.main-navigation-list li.active > a {
  color: #333333;
}
.main-navigation ul.main-navigation-list li.active > a.navigation-arrow .glyphicon-chevron-down {
  display: none;
}
.main-navigation ul.main-navigation-list li.active > a.navigation-arrow .glyphicon-chevron-up,
.main-navigation ul.main-navigation-list li.active > a.navigation-arrow .glyphicon-remove {
  display: block;
}
@media (max-width: 991px) {
  .main-navigation ul.main-navigation-list li.active > a {
    color: #ffffff;
  }
}
.main-navigation ul.main-navigation-list li a {
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  white-space: normal;
}
@media (max-width: 991px) {
  .main-navigation ul.main-navigation-list li > a {
    background: #f4da02;
    border-bottom: none;
    float: left;
    padding: 15px;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
  }
  .main-navigation ul.main-navigation-list li > a.dropdown-toggle {
    border-left: 0;
    width: 42px;
    height: 48px;
    text-align: center;
    font-size: 14px;
    padding: 0 0 0 5px;
    cursor: pointer;
    position: absolute;
    right: 0;
  }
  .main-navigation ul.main-navigation-list li > a.dropdown-toggle .glyphicon-chevron-up:before,
  .main-navigation ul.main-navigation-list li > a.dropdown-toggle .glyphicon-chevron-down:before {
    line-height: 50px;
  }
  .main-navigation ul.main-navigation-list li.contentMobile-new > a {
    font-size: 18px;
    color: #222222;
  }
  .main-navigation ul.main-navigation-list li.open {
    border-bottom: 1px solid #000000;
    padding: 0;
  }
  .main-navigation ul.main-navigation-list li.open > a {
    border-bottom: none;
  }
  .main-navigation ul.main-navigation-list li.open .glyphicon-plus:before {
    content: "\2212";
  }
  .main-navigation ul.main-navigation-list li.open:first-child .glyphicon-chevron-up:before {
    content: "\e114";
  }
}
.main-navigation ul.main-navigation-list li > ul.category-level1 {
  border-top: 0;
  left: 0;
  padding: 0;
  top: 44px;
  width: 100%;
  padding-top: 0;
  z-index: 9999;
}
@media (max-width: 991px) {
  .main-navigation ul.main-navigation-list li > ul.category-level1 {
    padding: 0;
    position: relative;
    border-top: none;
    top: 0;
  }
}
.main-navigation ul.main-navigation-list li > ul.category-level1 > li {
  padding: 6px 15px;
  margin: 0;
}
@media (max-width: 991px) {
  .main-navigation ul.main-navigation-list li > ul.category-level1 > li {
    width: 100%;
    padding: 0;
    float: left;
  }
  .main-navigation ul.main-navigation-list li > ul.category-level1 > li .dropdown-toggle {
    display: none !important;
  }
  .main-navigation ul.main-navigation-list li > ul.category-level1 > li:first-child {
    border-top: 1px solid #222222;
  }
}
.main-navigation ul.main-navigation-list li > ul.category-level1 > li:hover > a {
  color: #00a4e3;
}
@media (max-width: 767px) {
  .main-navigation ul.main-navigation-list li > ul.category-level1 > li:hover > a {
    color: #333333;
  }
}
.main-navigation ul.main-navigation-list li.more-nav-link {
  display: none;
}
.main-navigation ul.main-navigation-list li.more-nav-link.active {
  position: relative;
}
.main-navigation ul.main-navigation-list li.more-nav-link.active .showMoreItems {
  position: absolute;
  width: 260px;
}
.main-navigation ul.main-navigation-list li.more-nav-link li.main-navigation-level1-item,
.main-navigation ul.main-navigation-list li.content-navigation li.main-navigation-level1-item {
  float: left;
  width: 100%;
  padding: 0;
  background-color: #ffffff;
}
.main-navigation ul.main-navigation-list li.more-nav-link li.main-navigation-level1-item:last-child,
.main-navigation ul.main-navigation-list li.content-navigation li.main-navigation-level1-item:last-child {
  border-bottom: 0px;
}
.main-navigation ul.main-navigation-list li.more-nav-link li.main-navigation-level1-item > a,
.main-navigation ul.main-navigation-list li.content-navigation li.main-navigation-level1-item > a {
  clear: right;
  padding: 6px 15px;
}
.main-navigation ul.main-navigation-list li.more-nav-link li.main-navigation-level1-item > a .glyphicon,
.main-navigation ul.main-navigation-list li.content-navigation li.main-navigation-level1-item > a .glyphicon {
  float: right;
  padding-left: 20px;
}
.main-navigation ul.main-navigation-list li.more-nav-link li.main-navigation-level1-item > a .glyphicon.glyphicon-chevron-down,
.main-navigation ul.main-navigation-list li.content-navigation li.main-navigation-level1-item > a .glyphicon.glyphicon-chevron-down {
  display: inline;
}
.main-navigation ul.main-navigation-list li.more-nav-link li.main-navigation-level1-item > a.navigation-arrow,
.main-navigation ul.main-navigation-list li.content-navigation li.main-navigation-level1-item > a.navigation-arrow {
  float: right;
  padding: 6px 7px 6px 0;
}
@media (max-width: 767px) {
  .main-navigation ul.main-navigation-list li.more-nav-link li.main-navigation-level1-item > a.navigation-arrow,
  .main-navigation ul.main-navigation-list li.content-navigation li.main-navigation-level1-item > a.navigation-arrow {
    display: none;
  }
}
.main-navigation ul.main-navigation-list li.more-nav-link li.main-navigation-level1-item > a.navigation-arrow span,
.main-navigation ul.main-navigation-list li.content-navigation li.main-navigation-level1-item > a.navigation-arrow span {
  padding-left: 0;
  float: left;
}
.main-navigation ul.main-navigation-list li.more-nav-link li.main-navigation-level1-item ul,
.main-navigation ul.main-navigation-list li.content-navigation li.main-navigation-level1-item ul {
  box-shadow: unset;
  position: relative;
  width: 100%;
  margin-top: 5px;
  background-color: #f2f2f2;
}
.main-navigation ul.main-navigation-list li.more-nav-link li.main-navigation-level1-item ul li a:hover,
.main-navigation ul.main-navigation-list li.content-navigation li.main-navigation-level1-item ul li a:hover {
  color: #00a4e3;
}
.main-navigation ul.main-navigation-list li.more-nav-link li.main-navigation-level1-item ul li a,
.main-navigation ul.main-navigation-list li.content-navigation li.main-navigation-level1-item ul li a {
  clear: right;
  padding: 6px 5px 6px 15px;
  width: 87%;
}
.main-navigation ul.main-navigation-list li.more-nav-link li.main-navigation-level1-item ul li a.navigation-arrow,
.main-navigation ul.main-navigation-list li.content-navigation li.main-navigation-level1-item ul li a.navigation-arrow {
  float: right;
  width: 13%;
  padding: 6px 5px 6px 0;
}
.main-navigation ul.main-navigation-list li.more-nav-link li.main-navigation-level1-item .navigation-wrapper,
.main-navigation ul.main-navigation-list li.content-navigation li.main-navigation-level1-item .navigation-wrapper {
  column-count: 2 !important;
  column-gap: 0;
}
@media (max-width: 1199px) {
  .main-navigation ul.main-navigation-list li.more-nav-link li.main-navigation-level1-item .navigation-wrapper,
  .main-navigation ul.main-navigation-list li.content-navigation li.main-navigation-level1-item .navigation-wrapper {
    column-count: 1 !important;
  }
}
.main-navigation ul.main-navigation-list li.more-nav-link li.active,
.main-navigation ul.main-navigation-list li.content-navigation li.active {
  background-color: #f2f2f2;
}
.main-navigation ul.main-navigation-list li.more-nav-link li.active > a,
.main-navigation ul.main-navigation-list li.content-navigation li.active > a {
  color: #00a4e3 !important;
  background-color: #f2f2f2;
}
.main-navigation ul.main-navigation-list li.more-nav-link li.active > a .glyphicon-chevron-up,
.main-navigation ul.main-navigation-list li.content-navigation li.active > a .glyphicon-chevron-up {
  display: inline;
}
.main-navigation ul.main-navigation-list li.more-nav-link li.active > a .glyphicon-chevron-down,
.main-navigation ul.main-navigation-list li.content-navigation li.active > a .glyphicon-chevron-down {
  display: none !important;
}
.main-navigation ul.main-navigation-list li.more-nav-link li.active:hover > a,
.main-navigation ul.main-navigation-list li.content-navigation li.active:hover > a {
  color: #00a4e3 !important;
}
.main-navigation ul.main-navigation-list li.catalog-block > ul.category-level1 {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .main-navigation ul.main-navigation-list li.catalog-block > ul.category-level1 {
    padding: 0;
    position: relative;
    border-top: none;
    top: 0;
  }
}
@media (min-width: 992px) {
  .main-navigation ul.main-navigation-list li.catalog-block > ul.category-level1 {
    display: none;
    visibility: unset;
  }
}
@media (min-width: 992px) {
  .main-navigation ul.main-navigation-list li.catalog-block > ul.category-level1 {
    /* ~768px (Bootstrap) */
    width: 735px;
  }
}
@media (min-width: 992px) {
  .main-navigation ul.main-navigation-list li.catalog-block > ul.category-level1 {
    /* ~992px (Bootstrap) */
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .main-navigation ul.main-navigation-list li.catalog-block > ul.category-level1 {
    /* ~1200px (Bootstrap) */
    width: 1170px;
  }
}
.main-navigation ul.main-navigation-list li.catalog-block > ul.category-level1 > span.glyphicon-remove {
  position: absolute;
  right: 10px;
  top: 10px;
}
.main-navigation ul.main-navigation-list li.catalog-block > ul.category-level1 > li {
  float: left;
  vertical-align: top;
}
@media (min-width: 992px) {
  .main-navigation ul.main-navigation-list li.catalog-block > ul.category-level1 > li {
    width: 180px;
    border-top: 0;
  }
}
.main-navigation ul.main-navigation-list li.catalog-block > ul.category-level1 > li > a {
  font-weight: bold;
  width: 100%;
}
@media (max-width: 991px) {
  .main-navigation ul.main-navigation-list li.catalog-block > ul.category-level1 > li > a {
    font-weight: normal;
    font-weight: 600;
    color: #222;
  }
}
.main-navigation ul.main-navigation-list li.catalog-block > ul.category-level1 > li:hover {
  background-color: unset;
}
.main-navigation ul.main-navigation-list li.catalog-block > ul.category-level1 > li:hover > a {
  color: #333333;
}
.main-navigation ul.main-navigation-list li.catalog-block > ul.category-level1 > li:hover > a > span {
  color: #333333;
}
@media (max-width: 991px) {
  .main-navigation ul.main-navigation-list li.catalog-block > ul.category-level1 > li {
    width: 100%;
    padding: 0;
  }
  .main-navigation ul.main-navigation-list li.catalog-block > ul.category-level1 > li.main-navigation-level1-item {
    border-bottom: 1px solid #eaeaea;
    background: white;
  }
}
.main-navigation ul.main-navigation-list li.catalog-block > ul.category-level1 > li li {
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  .main-navigation ul.main-navigation-list li.catalog-menu:first-child > a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .main-navigation ul.main-navigation-list li.catalog-menu > ul.dropdown-menu {
    float: left;
  }
  .main-navigation ul.main-navigation-list li.catalog-menu > ul.dropdown-menu li:first-child {
    border-top: 1px solid #000000;
  }
}
.main-navigation ul.main-navigation-list li.catalog-menu > a {
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .main-navigation ul.main-navigation-list li.catalog-menu > a {
    padding-bottom: 17px;
    color: #222222;
  }
  .main-navigation ul.main-navigation-list li.catalog-menu > a.dropdown-toggle {
    padding-bottom: 21px;
    border-bottom: none;
  }
}
.main-navigation ul li ul {
  padding: 0;
}
.main-navigation ul.category-level1 > li {
  float: unset;
  padding-right: 3%;
  line-height: 28px;
  margin-bottom: 15px;
  width: auto;
  border-top: 1px solid #dddddd;
}
.main-navigation ul.category-level1 > li:nth-child(4n+1) {
  clear: none;
}
@media (max-width: 991px) {
  .main-navigation ul.category-level1 > li {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    border-top: 0;
  }
  .main-navigation ul.category-level1 > li::before,
  .main-navigation ul.category-level1 > li::after {
    display: table;
    content: " ";
  }
  .main-navigation ul.category-level1 > li::after {
    clear: both;
  }
  .main-navigation ul.category-level1 > li::before,
  .main-navigation ul.category-level1 > li::after {
    display: table;
    content: " ";
  }
  .main-navigation ul.category-level1 > li::after {
    clear: both;
  }
}
.main-navigation ul.category-level1 > li a {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  background: none;
  padding: 0;
  font-family: "Arial", "Helvetica", sans-serif;
}
@media (max-width: 991px) {
  .main-navigation ul.category-level1 > li a {
    font-size: 14px;
    background: #ffffff;
    padding: 15px 15px !important;
    width: 10%;
    font-family: SansaPro-SemiBold;
    display: block;
  }
}
.main-navigation ul.category-level1 > li li {
  float: none;
  margin: 0;
  line-height: 24px;
}
.main-navigation ul.category-level1 > li li ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.main-navigation ul.category-level1 > li li a {
  font-size: 14px;
  color: #8c8c8c;
  text-transform: none;
}
.main-navigation ul.category-level1 > li li a:hover {
  color: #00a4e3;
}
@media (max-width: 767px) {
  .main-navigation ul.category-level1 > li ul {
    display: none;
  }
}
.main-navigation ul.category-level2 {
  margin-top: 10px;
}
.main-navigation ul.category-level2 li a.category-all-link {
  font-size: 13px;
}
.main-navigation ul.category-level2 li a.category-all-link span {
  font-weight: bold;
}
.main-navigation li a {
  text-transform: uppercase;
  font-size: 15px;
  font-family: SansaPro-SemiBold;
}
.main-navigation .active-catalog {
  background-color: #f4da02;
  bottom: -6px;
  display: block;
  height: 6px;
  left: 85px;
  position: absolute;
  width: 40px;
}
.main-navigation .navigation-marketing-slot {
  position: absolute;
  padding: 15px;
  width: 325px;
  z-index: 9999;
  left: 845px;
  background-color: #ffffff;
  display: none;
  height: calc(100%);
}
.main-navigation .navigation-marketing-slot .glyphicon-remove {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.main-navigation .subcategory-title {
  display: none;
}
.standard-main-navigation ul.category-level1 > li li {
  width: 100%;
}
@media (min-width: 992px) {
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level1,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level1 {
    border-top: 0;
    position: absolute;
    left: 0;
    top: 55px;
    width: 250px;
    padding: 0;
  }
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level1 > li,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level1 > li {
    width: 100% !important;
    margin: 0;
    padding: 0;
    float: left;
  }
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level1 > li:first-child,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level1 > li:first-child {
    padding-top: 10px;
    border-top: none;
  }
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level1 > li:last-child,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level1 > li:last-child {
    padding-bottom: 10px;
  }
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level1 > li a,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level1 > li a {
    text-transform: none;
    word-wrap: break-word;
    padding: 10px 15px;
    font-weight: normal;
    font-size: 12px;
    font-family: SansaPro-SemiBold;
    width: 90%;
    margin-left: 12px;
    border-bottom: 1px solid #dddddd;
  }
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level1 > li > ul,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level1 > li > ul {
    display: none;
    background-color: #f2f2f2;
    border: 1px solid #dddddd;
    border-top: 0;
    border-left: 0;
    left: 100%;
    padding: 10px 15px 15px 15px;
    position: absolute;
    top: 0;
    margin-top: 0;
    width: 190%;
    margin-left: -1px;
    min-height: calc(100%);
    max-height: calc(100%);
    overflow-y: auto;
  }
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level1 > li:hover,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level1 > li:hover {
    border-right: 0px;
  }
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level1 > li:hover > a,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level1 > li:hover > a {
    color: #222222;
    background-color: #eaeaea;
  }
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level1 > li:hover > a span,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level1 > li:hover > a span {
    color: #222222;
  }
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level1 > li:hover > ul,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level1 > li:hover > ul {
    display: block;
  }
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level2 > ul.navigation-wrapper > li,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level2 > ul.navigation-wrapper > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: -moz-groupbox;
    width: 200px;
    border: none;
  }
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level2 > ul.navigation-wrapper > li > a,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level2 > ul.navigation-wrapper > li > a {
    color: #222;
    border-bottom: none;
    word-wrap: break-word;
  }
  @-moz-document url-prefix() {
    font-weight: lighter !important;
  }
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level2 > ul.navigation-wrapper > li > a:hover,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level2 > ul.navigation-wrapper > li > a:hover {
    color: #00a4e3;
  }
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level2 .subcategory-title,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level2 .subcategory-title {
    border-bottom: 1px solid #dddddd;
    font-family: SansaPro-SemiBold;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.1;
    color: #333333;
    text-transform: uppercase;
    margin-top: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level2 span.glyphicon,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level2 span.glyphicon {
    position: relative;
    cursor: pointer;
    color: #222;
    font-size: 10px;
    top: 4px;
  }
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level2 > li,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level2 > li {
    float: left;
    width: 33%;
  }
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level2 > li > a,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level2 > li > a {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    background: none;
    padding: 5px 10px !important;
    font-family: "Arial", "Helvetica", sans-serif;
    width: 100%;
  }
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level3 > li > a,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level3 > li > a {
    font-weight: normal;
    padding: 0 15px !important;
    font-family: "Arial", "Helvetica", sans-serif;
    color: #333333;
    width: 185px;
    border-bottom: none;
  }
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level3 > li > a.category-all-link,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level3 > li > a.category-all-link {
    font-weight: bold;
    font-family: "Arial", "Helvetica", sans-serif;
    color: #222;
    width: auto;
  }
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level3 > li > a:hover,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level3 > li > a:hover {
    color: #00a4e3;
  }
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level3 > li > a:hover span,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level3 > li > a:hover span {
    color: #00a4e3;
  }
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level1 > li {
    border-top: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level1,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level1 {
    width: 285px;
    padding: 9px 0 9px 0;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level1,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level1 {
    width: 260px;
    padding: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level1 > li > ul,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level1 > li > ul {
    Width: 242%;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level1 > li > ul,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level1 > li > ul {
    width: 340%;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level2 > ul.navigation-wrapper,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level2 > ul.navigation-wrapper {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level2 > ul.navigation-wrapper,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level2 > ul.navigation-wrapper {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level2 > li,
  .custom-main-navigation ul.main-navigation-list > li.more-nav-link ul.category-level2 > li {
    width: 24%;
    float: none !important;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .custom-main-navigation ul.main-navigation-list > li.contentDesktop ul.category-level1 > li > ul {
    width: 100%;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .custom-main-navigation ul.main-navigation-list > li.contentDesktop ul.category-level1 > li > ul {
    width: 180%;
  }
}
.custom-main-navigation .subcategory-title {
  display: block;
}
.main-navigation-right {
  z-index: 20;
}
@media (max-width: 767px) {
  .main-navigation-right {
    width: 100%;
    padding: 0;
  }
}
.dropdown-menu {
  border: 0px;
  border-radius: 0px;
}
.index0 {
  z-index: 0;
}
#darkness {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
  opacity: 0.5;
  display: none;
}
.custom-main-navigation.main-navigation ul.main-navigation-list > li.catalog-block ul.category-level1 .main-navigation-level1-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  word-break: break-word;
}
.custom-main-navigation.main-navigation ul.main-navigation-list > li.catalog-block ul.category-level1 .main-navigation-level1-item > a .glyphicon {
  padding-top: 0;
}
@media (max-width: 991px) {
  .custom-main-navigation.main-navigation ul.main-navigation-list > li.catalog-block ul.category-level1 .main-navigation-level1-item > a {
    width: calc(100% - 30px);
  }
}
@media (max-width: 991px) {
  .custom-main-navigation.main-navigation ul.main-navigation-list .contentMobile-new .dropdown-menu-new li a {
    width: calc(100% - 30px);
    word-break: break-all;
  }
}
.custom-main-navigation ul.main-navigation-list > li.catalog-block ul.category-level3 .main-navigation-level3-item > a .glyphicon {
  padding-top: 3px;
}
.contentMobile-new {
  display: none;
}
.contentMobile-new a {
  display: block;
}
@media (max-width: 991px) {
  .main-navigation {
    border-bottom: 1px solid #000000;
  }
  .contentMobile-new {
    display: block;
  }
  /*header {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 20px;
		background: #f4da02;
		width: 100%;
		box-sizing: border-box;
	}*/
  .contentMobile-new {
    display: block;
    float: right !important;
  }
  .contentMobile-new .plus {
    font-size: 16px;
  }
  header .logo {
    color: #ffffff;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    float: left;
    font-weight: bold;
  }
  .main-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: arial;
    text-align: center;
    line-height: 3.8em;
    font-size: 14px;
    text-transform: uppercase;
  }
  .main-navigation li {
    background: none;
    margin: 0;
    display: inline;
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
  }
  .main-navigation li a {
    margin: 0;
    padding: 0 0 0 15px;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
  }
  .main-navigation ul ul {
    text-align: left;
    line-height: 1.7em;
    font-size: 14px;
    z-index: 610;
    background-color: #fff;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
  }
  .main-navigation ul .activeUl {
    max-height: 1000vh;
  }
  .main-navigation ul ul li {
    margin: 0;
    padding: 0;
    display: block;
    float: none;
    position: relative;
    z-index: 615;
  }
  .main-navigation ul li ul li:hover {
    background-color: #eee;
    text-decoration: none;
  }
  .main-navigation ul ul ul {
    left: 0;
    position: relative;
    z-index: 620;
    display: none;
  }
  .main-navigation ul ul ul li a {
    margin: 0;
    padding: 5px 20px;
    color: #333333;
  }
  .menu-toggle {
    display: block;
    color: #333333;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 24px;
    background: #f4da02;
    padding: 10px 20px;
  }
  .fa-bars:before {
    content: "\f00d";
  }
  .in ul {
    position: relative;
    width: 100%;
  }
  .contentMobile-new .dropdown-menu-new li {
    line-height: unset !important;
  }
  .contentMobile-new .dropdown-menu-new li a {
    background: #FFF;
  }
  .contentMobile-new .dropdown-menu-new li a:hover,
  .contentMobile-new .dropdown-menu-new li a:active {
    background-color: #eee;
  }
  .contentMobile-new .dropdown-toggle .glyphicon {
    font-size: 14px;
    float: left;
  }
  .dropdown-menu-2 > :first-child {
    border-top: 1px solid #222222;
  }
  .plus2 {
    background-image: url("../img/icons/plus.png");
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    position: relative;
    right: 23px;
    top: 20px;
  }
  .plus2.minus2 {
    background-image: url("../img/icons/minus.png");
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    position: relative;
    right: 23px;
    top: 20px;
  }
  .minus1::before {
    content: '\f068' !important;
    position: absolute;
    right: 6px;
    top: 0;
    width: 50px;
    text-align: center;
    font-family: fontAwesome;
    cursor: pointer;
  }
  header .main-navigation {
    transition: 0.5s;
  }
  header .main-navigation ul li {
    border-bottom: 1px solid #222222;
    text-align: left;
    line-height: 45px;
    background-color: #f4da02;
  }
  header .main-navigation ul li.sub-menu ul,
  header .main-navigation ul li ul li.sub-menu ul,
  header .main-navigation ul li ul li ul li.sub-menu ul,
  header .main-navigation ul li ul li ul li ul li.sub-menu ul {
    position: relative;
    background: #003e6f;
  }
  header .main-navigation ul li ul li {
    width: 100%;
    background: #FFF;
  }
  header .main-navigation ul li ul li.activeLi {
    width: 100%;
  }
  header .main-navigation ul li ul li.activeLi .dropdown-menu-2 {
    max-height: 100vh;
  }
  header .main-navigation ul li ul li.activeLi > a {
    background: #ffffff;
  }
  header .main-navigation ul li ul li.activeLi > span.plus2.minus2 {
    background-color: #ffffff;
  }
  header .main-navigation ul.main-navigation-list .dropdown-menu-new > li {
    border-bottom: 1px solid #eaeaea;
  }
  header .main-navigation ul.main-navigation-list .dropdown-menu-new > li:first-child {
    border-top: 1px solid #000000;
  }
  header .main-navigation ul.main-navigation-list .dropdown-menu-new .dropdown-menu-2 > li {
    border-bottom: 1px solid #eaeaea;
  }
  header .main-navigation ul.main-navigation-list .dropdown-menu-new .dropdown-menu-2 > li:first-child {
    border-top: 1px solid #eaeaea;
  }
}
/*********** GLOBAL NAVIGATION **********/
.cookie_msg {
  display: none;
  text-align: left;
  padding: 10px;
  width: 100%;
  background-color: #cccccc;
}
.cookie_msg .cookieTekst {
  float: left;
  margin-right: 5px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .cookie_msg .cookieTekst {
    line-height: 25px;
  }
}
.cookie_msg .alert-warning {
  background-color: #cccccc;
  border: 0 none;
  color: #ffffff;
  margin: 0 auto;
  padding: 6px;
}
.cookie_msg .alert-warning a {
  text-decoration: underline;
}
.cookie_msg .alert-warning button.close,
.cookie_msg .alert-warning a.close {
  color: #ffffff;
  font-size: 32px;
  font-weight: normal;
  position: absolute;
  top: 0px;
  right: 8px;
}
.cookie_msg .alert-warning .close {
  filter: alpha(opacity=100);
  opacity: 1;
}
.cookie_msg .alert-warning .close:hover,
.cookie_msg .alert-warning .close:focus {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.cookie_msg .readMoreBtn {
  margin: 5px 0 0 0;
}
.fixed-cookie {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
@media (max-width: 991px) {
  .nav-menu .navbar-toggle {
    position: relative;
    float: right;
    margin: 0 0 0 0;
    padding: 25px 20px 25px 20px;
    background-color: #f4da02;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .nav-menu .navbar-toggle:focus {
    outline: none;
  }
  .nav-menu .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #333333;
  }
  .nav-menu .navbar-toggle.glyphicon,
  .nav-menu .navbar-toggle img {
    display: none;
  }
  .nav-menu .navbar-collapse .container {
    margin: 0 0px;
  }
  .nav-menu.active .navbar-toggle {
    padding: 25px 20px 25px 20px;
    width: 64px;
  }
  .nav-menu.active .navbar-toggle .icon-bar {
    display: none;
  }
  .nav-menu.active .navbar-toggle img {
    display: block;
  }
  .nav-menu.active .navbar-toggle .glyphicon {
    display: block;
    font-size: 17px;
    color: #333333;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nav-menu .navbar-toggle {
    padding: 20px 20px 25px 20px;
    height: 57px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nav-menu.active .navbar-toggle {
    padding: 16px 20px 25px 20px;
  }
}
@media (min-width: 992px) {
  .global-nav {
    min-height: 55px;
    max-height: 55px;
  }
}
.navbar-nav {
  display: none;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 13px;
}
/*********** SEARCH CONTAINER **********/
.search-container {
  position: relative;
}
.search-container ::-webkit-input-placeholder {
  /* Edge */
  color: #9C9B9B !important;
}
.search-container :-ms-input-placeholder {
  /* Internet Explorer */
  color: #9C9B9B !important;
}
.search-container ::placeholder {
  color: #9C9B9B !important;
}
.search-container button.btn-search {
  line-height: 33px;
  height: 34px;
  width: 36px;
  padding: 5px 0 0 2px;
  background: #222222;
  border-width: 1px 1px 1px 0;
  border-color: #cccccc;
  border-style: solid solid solid none;
  outline: 0;
  display: inline-block;
  right: 5px;
}
.search-container button.btn-search span {
  position: absolute;
  top: 7px;
  left: 9px;
}
.search-container button.btn-search span:before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.884 17.7646L13.3647 12.2452C14.4115 10.9528 15.0417 9.30976 15.0417 7.52086C15.0417 3.37388 11.6678 0 7.52083 0C3.37385 0 0 3.37388 0 7.52086C0 11.6678 3.37388 15.0417 7.52087 15.0417C9.30977 15.0417 10.9528 14.4115 12.2452 13.3647L17.7646 18.8841C17.9192 19.0386 18.1698 19.0386 18.3244 18.8841L18.8841 18.3244C19.0386 18.1698 19.0386 17.9192 18.884 17.7646ZM7.52087 13.4584C4.24673 13.4584 1.58335 10.795 1.58335 7.52086C1.58335 4.24673 4.24673 1.58335 7.52087 1.58335C10.795 1.58335 13.4584 4.24673 13.4584 7.52086C13.4584 10.795 10.795 13.4584 7.52087 13.4584Z' fill='white'/%3E%3C/svg%3E");
  height: 19px;
  width: 19px;
  position: absolute;
}
.search-container button.btn-search:hover {
  background: #e50000;
  border-color: #b20000;
}
.search-container button.btn-search:focus {
  outline: 0;
}
.search-container button.btn-remove {
  display: none;
  position: absolute;
  right: 45px;
  border: 0;
  top: 0;
  line-height: 33px;
  height: 34px;
  background: none;
  outline: 0;
}
@media (max-width: 767px) {
  .search-container button.btn-remove {
    right: 3px;
  }
}
.search-container button.btn-remove span:before {
  font-size: 21px;
  color: #f4da02;
}
.search-container button.btn-remove:focus {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  outline: 0 none;
}
.search-container .form-control {
  padding: 6px 50px 6px 12px;
}
.search-container .icon-search-glyphicon-remove {
  display: none;
}
.search-container ul.search-suggest-results {
  border: 1px solid #cccccc;
  display: none;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 37px;
  z-index: 9999;
  background: #ffffff;
  margin: 0;
  width: 92.5%;
}
.search-container ul.search-suggest-results li {
  width: 100%;
  padding: 0 15px;
  border-top: 1px solid #cccccc;
}
.search-container ul.search-suggest-results li:hover {
  background: #f4da02;
  border-bottom: 0;
  color: #ffffff;
  padding: 0 15px;
}
.search-container ul.search-suggest-results li:hover button {
  color: #ffffff;
  border: 0;
}
.search-container ul.search-suggest-results li.active-suggestion {
  background: #f4da02;
  border-bottom: 1px solid #f4da02;
  color: #ffffff;
}
.search-container ul.search-suggest-results li.active-suggestion button {
  color: #ffffff;
  border-top: 1px solid transparent;
}
.search-container ul.search-suggest-results li.active-suggestion + li button {
  border: none;
}
.search-container ul.search-suggest-results li button {
  width: 100%;
  padding: 6px 0 6px 4px;
  border: 0;
  background: none;
  font-size: 13px;
  color: #818181;
  text-align: left;
  text-transform: capitalize;
  font-family: "Arial", "Helvetica", sans-serif;
}
.search-container ul.search-suggest-results li button img {
  border: 1px solid #dddddd;
  width: 70px;
}
.search-container ul.search-suggest-results li button span {
  font-weight: bold;
}
.search-container ul.search-suggest-results li button .seacrh-sku-details {
  padding-top: 10px;
  padding-left: 0;
}
.search-container ul.search-suggest-results li.ShowMoreLink {
  background-color: #eeeeee;
  text-align: center;
}
.search-container ul.search-suggest-results li.ShowMoreLink a {
  display: block;
  padding: 8px 0;
  text-transform: capitalize;
  font-family: "Arial", "Helvetica", sans-serif;
}
.search-container ul.search-suggest-results li.ShowMoreLink a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .search-container {
    border-top: 1px solid #ffffff;
    padding: 2px;
  }
}
@media (max-width: 767px) {
  .header-search-container {
    border-top: 3px solid #ffffff;
    padding: 0;
  }
}
.header-search-container input.form-control {
  border: 1px solid #222222;
  background: #cccccc;
  height: 38px;
  padding-left: 19;
  float: right;
  font-size: 14px;
  color: #ffffff;
}
.header-search-container input.form-control::-ms-clear {
  display: none;
}
@media (max-width: 767px) {
  .header-search-container input.form-control {
    border: 1px solid #222222;
  }
  .header-search-container input.form-control:focus {
    background: #eeeeee;
  }
}
.header-search-container input:focus {
  border: 1px solid #cccccc;
  background: #ffffff;
  font-size: 14px;
  color: #333333;
  box-shadow: none;
}
.header-search-container input:focus + button.btn-search span:before {
  color: #333333;
}
.header-search-container input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #818181 !important;
}
.header-search-container input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #818181 !important;
}
.header-search-container input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #818181 !important;
}
.header-search-container input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #818181 !important;
}
.header-search-container ul.search-suggest-results {
  width: 92.5%;
}
.regular-search-container {
  float: right;
  margin-top: 10px;
  display: none;
  max-width: 400px !Important;
}
.regular-search-container .form-control {
  position: absolute;
  right: 45px;
  width: 75%;
}
.regular-search-container button.btn-search {
  top: 0;
  right: 0;
}
.regular-search-container ul.search-suggest-results {
  right: 0;
  width: 84.5%;
}
.regular-search-container ul.search-suggest-results .search-result-img {
  width: 22.667%;
}
.regular-search-container ul.search-suggest-results .seacrh-sku-details {
  width: 77.333%;
}
.regular-search-container ul.search-suggest-results .product-list {
  padding-top: 15px;
  border-top: 1px solid #cccccc;
}
.search-cont.active {
  min-height: 50px;
  padding: 0;
  margin: 0;
  background-color: #dddddd;
  float: right;
  z-index: 3;
}
.search-cont.active.index0 {
  z-index: -1;
}
.icon-glyphicon-search {
  display: none;
  color: #ffffff;
  float: right;
  font-size: 25px;
  margin: 8px 25px 8px 35px;
  cursor: pointer;
}
.icon-glyphicon-search.glyphicon-remove {
  color: #333333;
  margin: 8px 25px;
}
.icon-search-container {
  background-color: #EAEAEA;
  width: 100%;
  float: left;
  display: block;
  padding: 0;
  margin-bottom: 0;
  max-height: 54px;
}
@media (max-width: 767px) {
  .icon-search-container {
    max-height: 50px;
  }
}
.icon-search-container form {
  float: left;
  padding: 10px 0;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .icon-search-container form {
    padding: 8px 0;
  }
}
.icon-search-container form input {
  float: left;
  width: 100%;
}
.icon-search-container form button.btn-search {
  position: absolute;
  right: 0;
  top: 10px;
}
@media (max-width: 767px) {
  .icon-search-container form button.btn-search {
    top: 8px;
  }
}
.icon-search-container form button.btn-remove {
  top: 10px;
  right: 28px;
}
@media (max-width: 767px) {
  .icon-search-container form button.btn-remove {
    top: 8px;
  }
}
@media (min-width: 1200px) {
  .icon-search-container form button .search-result-img {
    width: 10.667%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .icon-search-container form button .search-result-img {
    width: 12.666667%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .icon-search-container form button .search-result-img {
    width: 17.666667%;
  }
}
.icon-search-container .icon-search-glyphicon-remove {
  display: block;
  float: right;
  font-size: 20px;
  cursor: pointer;
  right: 18px;
}
.icon-search-container ul.search-suggest-results {
  top: 43px;
  width: 97%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .icon-search-container ul.search-suggest-results {
    width: 95%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .icon-search-container ul.search-suggest-results {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .icon-search-container ul.search-suggest-results {
    width: 100%;
  }
}
.main-search-container ul.search-suggest-results {
  width: 100%;
}
.error-search-container {
  margin-top: 20px;
}
.error-search-container ul.search-suggest-results {
  top: 33px;
  width: 100%;
}
.error-search-container .searchTerm {
  float: left;
  width: 88%;
}
.error-search-container button.btn-search {
  line-height: 25px;
}
.error-page .wrapper .main-container {
  width: 100%;
}
.btn-closer-search .close {
  position: absolute;
  right: 20px;
  top: 25px;
  color: #f4da02;
}
p.inOneLine.b2bcommencontent {
  white-space: normal;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  color: #fff;
}
footer {
  clear: both;
  color: #ffffff;
}
.footer-top {
  padding: 40px 0 60px;
  background: #cccccc;
}
@media (max-width: 767px) {
  .footer-top {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-top {
    padding: 0;
  }
  .footer-top .container {
    margin: 0;
    width: 100%;
  }
}
.footer-top h4 {
  color: #333333;
  font-size: 16px;
  text-transform: inherit;
  font-weight: bold;
}
.footer {
  padding: 30px 0 15px;
  background: #282828;
  margin-top: 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0 15px;
  }
}
.footer h4 {
  color: #ffffff;
  font-size: 18px;
  font-family: SansaPro-SemiBold;
  text-transform: uppercase;
}
.footer li a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Arial", "Helvetica", sans-serif;
}
.footer li a:hover {
  text-decoration: underline;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.disclaimer {
  padding: 0 15px;
}
.copyright {
  padding: 45px 15px 0;
  font-size: 12px;
}
@media (max-width: 767px) {
  .link-group {
    border-bottom: 1px solid #222222;
    margin-left: -15px;
    margin-right: -15px;
  }
  .link-group ul {
    padding: 22.5px;
    list-style: none;
    margin: 0;
  }
  .link-group.collapse {
    display: none;
  }
  .link-group.mobile-collapse {
    display: none;
  }
  .link-group.collapse.in {
    display: block;
  }
  .link-group-title {
    border-bottom: 1px solid #222222;
    margin: -15px;
    padding: 22.5px;
  }
  .link-group-icon {
    font-size: 14px;
    color: #00a4e3;
    float: right;
    cursor: pointer;
  }
}
@media (max-width: 991px) {
  .storefinder {
    float: none;
    width: 100%;
  }
}
.storefinder .glyphicon {
  color: #333333;
  font-size: 40px;
  display: block;
  float: left;
  padding: 20px 15px 20px 0px;
}
.storefinder h4 {
  font-size: 18px;
  margin: 25px 0px 0px;
}
.storefinder a {
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 991px) {
  .newsletter {
    float: none;
    padding: 0 22.5px;
    width: 100%;
  }
}
.newsletter form {
  position: relative;
  display: block;
}
.newsletter form .newsletter-email-field {
  width: 70%;
  border: 0;
  background: #ffffff;
  height: 38px;
  padding-left: 15px;
  display: inline;
}
@media (max-width: 1199px) {
  .newsletter form .newsletter-email-field {
    width: 64%;
  }
}
.newsletter form ul {
  list-style: outside none none;
  padding: 0;
}
.newsletter form ul li {
  float: left;
}
.newsletter form ul li:first-child {
  width: 70%;
}
.newsletter form ul li:last-child {
  width: 30%;
}
.newsletter form .mpFormLabel {
  display: none;
}
.newsletter form .sublabel {
  display: none;
}
.newsletter form input[type='text'] {
  width: 99%;
  border: 0;
  background: #ffffff;
  color: #333333;
  height: 38px;
  padding-left: 15px;
  display: inline;
}
.newsletter form input[type='text'] ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #818181 !important;
}
.newsletter form input[type='text']:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #818181 !important;
}
.newsletter form input[type='text']::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #818181 !important;
}
.newsletter form input[type='text'] :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #818181 !important;
}
.newsletter form input[type='submit'] {
  vertical-align: top;
  padding: 8px 10px;
  background-color: #00a4e3;
  border-color: #007fb0;
}
.newsletter form input[type='submit']:hover {
  background-color: #e50000;
  border-color: #b20000;
  color: #ffffff;
}
@media (max-width: 767px) {
  .newsletter form input[type='submit'] {
    padding: 8px 9px;
    width: auto;
    display: inline-block;
  }
}
.social-links {
  float: right;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .social-links {
    float: none;
    padding: 0 22.5px 22.5px;
    width: 100%;
  }
}
.social-links ul {
  margin: 0;
  padding: 0;
}
.social-links li {
  list-style: none;
  float: left;
  margin-top: 3px;
  margin-right: 9px;
}
.social-links li a {
  width: 30px;
  height: 30px;
  display: block;
}
.social-links li a:hover {
  opacity: 0.7;
}
.radiobutton + i.glyphicon.glyphicon-remove,
.radiobutton + i.glyphicon.glyphicon-ok {
  position: absolute;
  top: -5px;
}

