html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.mdn-Heading--inverse {
  color: var(--theme-text-color-Heading--inverse) !important;
}
/**
 * typography
 */
/**
 *  z-index
 */
/**
 *  buttons
 */
/**
 *  responsive
 */
/**
 * Claro
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-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;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon,
.product__listing.product__list .product__list--item.tag-highlighted:after,
.product__listing.product__grid .product-item.tag-highlighted:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  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: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  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;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -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;
  margin: -1px;
  padding: 0;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-family-highlight);
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
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: #777777;
}
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: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
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: 640px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.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: #777777;
}
.text-primary {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000;
}
.text-success {
  color: #3e5983;
}
a.text-success:hover,
a.text-success:focus {
  color: #2e4160;
}
.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: #000000;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000;
}
.bg-primary {
  color: #fff;
  background-color: #000000;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #000000;
}
.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-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: 640px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.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: #777777;
}
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;
}
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: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 640px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1024px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.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-left: 20px;
  padding-right: 20px;
}
.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 (max-width: 640px) {
  .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: 1024px) {
  .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: 1400px) {
  .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%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  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 #000000;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #000000;
}
.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 #000000;
}
.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 #000000;
}
.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 #000000;
}
.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 col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.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 {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 639px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #000000;
  }
  .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;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 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: bold;
}
input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
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: #000000;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -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: #d9534f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(217, 83, 79, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(217, 83, 79, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.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;
}
input[type='search'] {
  -webkit-appearance: none;
}
@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: 32px;
  }
  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: 40px;
  }
  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: 42px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
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;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 40px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 40px;
  line-height: 40px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 40px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 40px;
  line-height: 40px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 40px;
  min-height: 33px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.input-lg {
  height: 42px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 42px;
  line-height: 42px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 42px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 42px;
  line-height: 42px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 42px;
  min-height: 38px;
  padding: 11px 15px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  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: 42px;
  height: 42px;
  line-height: 42px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.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: #3e5983;
}
.has-success .form-control {
  border-color: #3e5983;
  -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: #2e4160;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6d8bba;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6d8bba;
}
.has-success .input-group-addon {
  color: #3e5983;
  border-color: #3e5983;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3e5983;
}
.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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.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: #000000;
}
.has-error .form-control {
  border-color: #000000;
  -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: #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.has-error .input-group-addon {
  color: #000000;
  border-color: #000000;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #000000;
}
.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: #404040;
}
@media (min-width: 640px) {
  .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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 640px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 640px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 640px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -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 {
  outline: 0;
  background-image: none;
  -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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.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: #000000;
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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: #000000;
  border-color: #000000;
}
.btn-default .badge {
  color: #000000;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.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: #000000;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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: #000000;
  border-color: #000000;
}
.btn-primary .badge {
  color: #000000;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}
.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: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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: transparent;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #000000;
  border-color: transparent;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #000000;
  border-color: rgba(0, 0, 0, 0);
}
.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: #000000;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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: #000000;
  border-color: transparent;
}
.btn-info .badge {
  color: #000000;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: transparent;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: rgba(0, 0, 0, 0);
}
.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: #d58512;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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: #f0ad4e;
  border-color: transparent;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.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: #ac2925;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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: #d9534f;
  border-color: transparent;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #000000;
  font-weight: normal;
  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: #000000;
  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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
.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%;
}
.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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.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: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #000000;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 640px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 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-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.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-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  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;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 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: 42px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
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 {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  height: 40px;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 40px;
  line-height: 40px;
}
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;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 40px;
  line-height: 40px;
}
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: normal;
  line-height: 1;
  color: #000000;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 0;
}
.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-bottom-right-radius: 0;
  border-top-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-bottom-left-radius: 0;
  border-top-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;
}
.nav {
  margin-bottom: 0;
  padding-left: 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: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #000000;
}
.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: 0 0 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;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 640px) {
  .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: 0;
}
.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: 640px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 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: 0;
}
.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: #000000;
}
.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 {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 640px) {
  .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: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 640px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 64px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 640px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 640px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  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: 640px) {
  .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-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 0px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 640px) {
  .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: 640px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 640px) {
  .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;
  padding: 30px 20px;
  font-size: 18px;
  line-height: 20px;
  height: 80px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 640px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 23px;
  margin-bottom: 23px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.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: 640px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 15px -20px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 639px) {
  .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: 1024px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  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: 24px;
  margin-bottom: 24px;
}
@media (min-width: 640px) {
  .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;
  }
}
@media (max-width: 639px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 640px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 24px;
  margin-bottom: 24px;
}
.navbar-btn.btn-sm {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-btn.btn-xs {
  margin-top: 29px;
  margin-bottom: 29px;
}
.navbar-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 640px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }
  .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 {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 639px) {
  .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: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.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 {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 639px) {
  .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: #9d9d9d;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.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: 20px 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #000000;
}
.breadcrumb > .active {
  color: #000000;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: transparent;
  border-color: #dddddd;
}
.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;
  background-color: #000000;
  border-color: #000000;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.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-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.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: #ffffff;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  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: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #000000;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #000000;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #000000;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #000000;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  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: #000000;
  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 {
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 640px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -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-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #000000;
}
.thumbnail .caption {
  padding: 9px;
  color: #000000;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3e5983;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2e4160;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #000000;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #000000;
}
@-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 {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -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: #000000;
  -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: #000000;
}
.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: #f0ad4e;
}
.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: #d9534f;
}
.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 {
  zoom: 1;
  overflow: hidden;
}
.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;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.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-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
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 {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.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: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.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: #666666;
}
.list-group-item-success {
  color: #3e5983;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3e5983;
}
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: #3e5983;
  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: #3e5983;
  border-color: #3e5983;
}
.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: #000000;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #000000;
}
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: #000000;
  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: #000000;
  border-color: #000000;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -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-right-radius: -1;
  border-top-left-radius: -1;
}
.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: -1;
  border-bottom-left-radius: -1;
}
.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-right-radius: -1;
  border-top-left-radius: -1;
}
.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: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-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-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.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: -1;
  border-top-right-radius: -1;
}
.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: -1;
}
.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: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.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-left-radius: -1;
  border-bottom-right-radius: -1;
}
.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: -1;
}
.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: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #000000;
}
.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 {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.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: #000000;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #000000;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #000000;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #000000;
}
.panel-primary > .panel-heading .badge {
  color: #000000;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #000000;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3e5983;
  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: #3e5983;
}
.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: #000000;
  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: #000000;
}
.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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 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: 0;
  -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: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -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;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.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 #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.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: 640px) {
  .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: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0;
}
.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 {
  bottom: 0;
  right: 5px;
  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;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: 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: 0;
  -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-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  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 {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.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;
  line-height: 1;
  font-family: serif;
}
.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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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: 640px) {
  .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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.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,
.tabs .tabs-list:before,
.tabs .tabs-list:after,
.cart__content:before,
.cart__content:after,
.pageType-ProductPage .breadcrumb-section .breadcrumb:before,
.pageType-ProductPage .breadcrumb-section .breadcrumb:after,
.page-productDetails .breadcrumb-section .breadcrumb:before,
.page-productDetails .breadcrumb-section .breadcrumb:after,
.page-productDetailsForPlans .breadcrumb-section .breadcrumb:before,
.page-productDetailsForPlans .breadcrumb-section .breadcrumb:after {
  content: " ";
  display: table;
}
.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,
.tabs .tabs-list:after,
.cart__content:after,
.pageType-ProductPage .breadcrumb-section .breadcrumb:after,
.page-productDetails .breadcrumb-section .breadcrumb:after,
.page-productDetailsForPlans .breadcrumb-section .breadcrumb:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
}
@-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: 639px) {
  .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: 639px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 639px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 639px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .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: 640px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .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: 1024px) and (max-width: 1399px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .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: 1400px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 639px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .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;
  }
}
/* jQuery */
/*! jQuery UI - v1.12.1 - 2017-08-06
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}
/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(97.6%);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
/* Misc visuals
----------------------------------*/
.ui-datepicker {
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
}
.ui-datepicker .ui-datepicker-header {
  color: #000000;
  background-color: transparent;
  border: none;
  font-weight: bold;
}
/* Icons
----------------------------------*/
.ui-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  color: #000000;
  cursor: pointer;
  font-family: 'Glyphicons Halflings', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 15px;
  line-height: 1;
  margin-top: 5px;
  width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 5px;
  float: left;
  text-align: left;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\e079";
}
.ui-datepicker .ui-datepicker-next {
  right: 5px;
  float: right;
  text-align: right;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\e080";
}
.ui-datepicker .ui-icon {
  display: none;
}
.ui-widget-header .ui-datepicker-prev-hover.ui-state-hover,
.ui-widget-header .ui-datepicker-next-hover.ui-state-hover {
  border: 0 none;
  background: transparent;
  color: #000000;
  top: 2px;
}
.ui-datepicker th {
  font-weight: 400;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-color: #ffffff;
  text-align: center;
  color: #000000;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #ec7205;
  color: #ffffff;
  border-color: #ec7205;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #000000;
  color: #ffffff;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
body {
  overflow-x: hidden;
  position: relative;
  background-color: #ffffff;
}
main {
  display: flex;
  flex-flow: column;
  height: 100vh;
}
body.offcanvas {
  overflow-y: hidden;
}
.no-margin {
  margin: 0 !important;
}
@media (min-width: 1400px) {
  .container-lg {
    float: none;
    margin: 0 auto !important;
    overflow: hidden;
  }
}
button {
  font-weight: bold;
}
.btn {
  border-radius: 0 !important;
}
ul,
ol {
  padding-left: 15px;
}
@media (max-width: 1023px) {
  .form-control {
    height: 42px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
    font-size: 14px;
  }
  select.form-control {
    height: 42px;
    line-height: 42px;
  }
  textarea.form-control,
  select[multiple].form-control {
    height: auto;
  }
}
option {
  font-size: 0.875em;
  /* 14/16 */
  line-height: 18px;
  padding: 6px 13px;
  width: 100%;
}
/*
General
*****************************************************************/
a,
button {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000000;
}
.open > .dropdown-menu {
  padding: 15px 0 0 0;
}
.dropdown-menu li {
  margin-top: 3px;
}
.dropdown-menu li:first-child {
  margin-top: 0px;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 25px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #000000;
  white-space: nowrap;
}
.display-none {
  display: none;
}
.page-title {
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .item-label,
  .item-value {
    display: block;
  }
}
@media (max-width: 639px) {
  .item-label,
  .item-value {
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    width: 49%;
  }
  .item-value {
    padding-left: 20px;
  }
  .item-action {
    margin-top: 40px;
  }
}
.item-label {
  text-transform: uppercase;
  font-weight: 300;
}
.item-value {
  font-size: 18px;
  padding-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.alert {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .alert {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container__full {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .container__full {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #000000;
  border: none;
  border-bottom: 1px solid #000000;
  padding: 20px 15px;
  margin: 0;
}
.well:before,
.well:after {
  content: " ";
  display: table;
}
.well:after {
  clear: both;
}
.well:before,
.well:after {
  content: " ";
  display: table;
}
.well:after {
  clear: both;
}
.well.well-single-headline {
  padding-left: 0;
  padding-right: 0;
}
.well.well-xs {
  padding: 0px 15px 5px;
}
.well.well-xs .well-headline {
  padding-top: 15px;
  margin: 0;
}
.well.well-xs .well-content {
  padding-top: 40px;
}
.well.well-sm {
  padding: 20px 40px;
}
.well.well-md {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .well.well-md {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.well.well-lg {
  padding-top: 45px;
  padding-bottom: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .well.well-lg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.well.well-primary {
  background-color: #000000;
  color: #ffffff;
}
.well.well-secondary {
  background-color: #ec7205;
  color: #000000;
}
.well.well-tertiary {
  background-color: #000000;
  color: #ffffff;
}
.well.well-tertiary .item-label {
  color: #ffffff;
}
.well.well-tertiary .item-value {
  color: #fff;
}
.well.well-tertiary .item-value a {
  color: #fff;
  text-decoration: underline;
}
.well.well-quaternary {
  background-color: #ffffff;
  color: #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.well.well-quinary {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
  padding-left: 0;
  padding-right: 0;
}
.well.well-quinary .well-headline {
  background-color: #000000;
  color: #ffffff;
}
.well.well-quinary .well-content {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .well.well-quinary .well-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.well-headline {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #000000;
  padding: 5px 30px 15px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .well-headline {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.well-headline-sub {
  font-weight: 400;
  padding-left: 10px;
}
@media (max-width: 639px) {
  .well-headline {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.well-single-headline {
  padding-bottom: 0;
  border-bottom: 0;
}
.well-content {
  padding-top: 80px;
  padding-bottom: 40px;
}
.well-content:before,
.well-content:after {
  content: " ";
  display: table;
}
.well-content:after {
  clear: both;
}
.well-content:before,
.well-content:after {
  content: " ";
  display: table;
}
.well-content:after {
  clear: both;
}
.well > .col-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.well .well-headline {
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .well .well-headline {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 639px) {
  .well,
  .well.well-lg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.page-errorStep3 .breadcrumb-section,
body.page-errorStep4 .breadcrumb-section {
  display: none;
}
body.page-errorStep3 .main__inner-wrapper,
body.page-errorStep4 .main__inner-wrapper {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 639px) {
  body.page-errorStep3 .main__inner-wrapper,
  body.page-errorStep4 .main__inner-wrapper {
    min-height: auto;
  }
  body.page-errorStep3 .main__inner-wrapper .container-edit .errorNotFoundPageTop div.errorNotFoundPageTop-component .content,
  body.page-errorStep4 .main__inner-wrapper .container-edit .errorNotFoundPageTop div.errorNotFoundPageTop-component .content {
    text-align: center;
  }
}
body.page-errorStep3 .main__inner-wrapper .container-edit .errorNotFoundPageMiddle,
body.page-errorStep4 .main__inner-wrapper .container-edit .errorNotFoundPageMiddle {
  text-align: center;
}
@media (min-width: 1025px) {
  body.page-errorStep3 .main__inner-wrapper .container-edit .errorNotFoundPageMiddle,
  body.page-errorStep4 .main__inner-wrapper .container-edit .errorNotFoundPageMiddle {
    margin-top: 200px;
  }
}
body.page-errorStep3 .main__inner-wrapper .container-edit .errorNotFoundPageMiddle div.errorNotFoundPageMiddle-component .content,
body.page-errorStep4 .main__inner-wrapper .container-edit .errorNotFoundPageMiddle div.errorNotFoundPageMiddle-component .content {
  font-size: 16px;
  text-align: left;
  padding: 0 25px;
  line-height: 20px;
  font-weight: normal;
}
@media (min-width: 1025px) {
  body.page-errorStep3 .main__inner-wrapper .container-edit .errorNotFoundPageMiddle div.errorNotFoundPageMiddle-component .content,
  body.page-errorStep4 .main__inner-wrapper .container-edit .errorNotFoundPageMiddle div.errorNotFoundPageMiddle-component .content {
    padding: 0 10% 0 20%;
    font-size: 20px;
    line-height: 30px;
  }
}
body.page-errorStep3 .main__inner-wrapper .container-edit .errorNotFoundPageMiddle div.errorNotFoundPageMiddle-component .content:before,
body.page-errorStep4 .main__inner-wrapper .container-edit .errorNotFoundPageMiddle div.errorNotFoundPageMiddle-component .content:before {
  content: '';
  background: url('../../common/images/errorStepPageIco.png') no-repeat left center;
  width: 50px;
  height: 50px;
  background-size: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 15px;
}
@media (min-width: 1025px) {
  body.page-errorStep3 .main__inner-wrapper .container-edit .errorNotFoundPageMiddle div.errorNotFoundPageMiddle-component .content:before,
  body.page-errorStep4 .main__inner-wrapper .container-edit .errorNotFoundPageMiddle div.errorNotFoundPageMiddle-component .content:before {
    position: absolute;
    margin: 0px -150px;
    width: 150px;
    height: 100px;
    background-size: auto;
  }
}
body.page-errorStep3 .main__inner-wrapper .container-edit .errorNotFoundPageMiddle div.errorNotFoundPageMiddle-component .content a,
body.page-errorStep4 .main__inner-wrapper .container-edit .errorNotFoundPageMiddle div.errorNotFoundPageMiddle-component .content a {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  body.offcanvas {
    max-height: 100vh;
  }
  main {
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .container {
    width: 100%;
  }
  textarea.form-control,
  select[multiple].form-control {
    height: auto;
  }
}
.claro-radio-convetional,
.claro-radio-scheduledDelivery {
  max-width: 700px;
  width: 100%;
  justify-content: space-between;
}
.claro-radio-convetional .shipping-value,
.claro-radio-scheduledDelivery .shipping-value {
  font-weight: 700 !important;
  white-space: nowrap;
  margin-top: 5px;
}
.claro-radio-convetional .claro-input-check,
.claro-radio-scheduledDelivery .claro-input-check {
  margin-bottom: 14px;
  margin-right: 14px;
}
.claro-radio-convetional .name,
.claro-radio-scheduledDelivery .name {
  margin-left: 0 !important;
}
.subtitle-radio {
  padding-left: 38px;
  margin-top: 6px;
  margin-bottom: 36px;
}
.disabled-error label.error {
  display: none !important;
}
@media (max-width: 1024px) {
  .flex-direction-column-mobile {
    flex-direction: column;
  }
}
footer {
  background: #000000;
  color: #ffffff;
  font-weight: 300;
}
.footer__top {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .footer__top {
    padding-bottom: 38px;
  }
}
@media (max-width: 640px) {
  .footer__top .footer__nav--container {
    margin-bottom: 10px;
    text-align: center;
  }
}
.footer__top .footer__nav--container .footer__nav--links {
  padding-left: 0px;
  width: 100%;
  margin: 0px;
  list-style: none;
}
.footer__top .footer__nav--container .footer__nav--links .footer__link {
  margin-top: 10px;
}
.footer__top .footer__nav--container .footer__nav--links a {
  color: #ffffff;
  font-size: 14px;
}
.footer__left {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .footer__left {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer__right {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .footer__right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .footer__right {
    border-top: 1px solid #ffffff;
    padding-top: 30px;
    margin-top: 25px;
  }
}
.footer__right .footer__dropdown select.form-control {
  padding: 2px 13px;
}
.footer__right .footer__dropdown .form-group {
  margin-bottom: 0;
}
.footer__right .footer__dropdown .form-control {
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
  padding: 7px 10px;
  height: 26px;
  line-height: 20px;
  font-size: 14px;
}
.footer__right .footer__dropdown .form-control option {
  background-color: #000000;
}
.footer__right .footer__dropdown .form-control:focus::-ms-value {
  background-color: #000000;
}
.footer__copyright {
  background: #ffffff;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 640px) {
  .footer__top .footer__nav--container {
    margin-bottom: 50px;
    text-align: left;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .footer__top .footer__nav--container {
    margin-bottom: 50px;
    text-align: left;
  }
}
.footer__right {
  display: none;
}
ul.nav__links::after {
  content: '';
  display: block;
  clear: both;
}
ul.nav__links li {
  float: left;
  list-style-type: none;
  display: inline-block;
}
ul.nav__links::after {
  clear: both;
}
@media (max-width: 1023px) {
  ul.nav__links:before {
    content: ' ';
    display: table;
  }
}
.branding-mobile {
  padding: 10px 0 9px 0;
  border-bottom: solid 1px #000000;
  z-index: 9999;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .branding-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navigation.navigation--top {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .navigation.navigation--top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navigation--top .nav__left {
  padding: 9px 0 7px;
}
.navigation--top .nav__left .simple-banner-component img,
.navigation--top .nav__left .banner__component img {
  width: 100%;
}
.logo-claro-branco img {
  width: auto !important;
}
.miniCartSlot > div[data-ng-transclude] {
  display: inline-block;
}
.navigation--top .nav__right .nav__links--account {
  margin: 0;
  padding-left: 0;
  float: right;
}
.navigation--top .nav__right .nav__links--account div[data-smartedit-component-id='HeaderLinksSlot'] {
  display: inline-block;
  float: left;
}
.navigation--top .nav__right .nav__links--account div[data-smartedit-component-id='HeaderLinksSlot'] li:last-child a {
  padding-right: 12px;
}
.navigation--top .nav__right .nav__links--account li {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}
.navigation--top .nav__right .nav__links--account li:last-child a {
  padding-right: 0;
}
.navigation--top .nav__right .nav__links--account li.logged_in {
  padding: 10px;
}
.navigation--top .nav__right .nav__links--account li button {
  background: transparent none repeat scroll 0% 0%;
  border: medium none;
  color: #0068b3;
  font-size: 1em;
  text-transform: uppercase;
}
.navigation--top .nav__right .nav__links--account li button:hover {
  background: none;
  text-decoration: none;
  color: #ffffff;
}
.navigation--top .nav__right .nav__links--account li a {
  color: inherit;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
  padding: 12px;
  display: block;
  font-size: 1em;
  line-height: 1.329em;
}
.navigation--top .nav__right .nav__links--account li a:hover {
  text-decoration: none;
  color: #ffffff;
}
.navigation--top .nav__right .nav__links--account .myAccountLinksHeader,
.navigation--top .nav__right .nav__links--account .myCompanyLinksHeader {
  background-color: transparent;
  color: inherit;
  display: block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding: 0 12px;
}
.navigation--top .nav__right .nav__links--account .myAccountLinksHeader::after,
.navigation--top .nav__right .nav__links--account .myCompanyLinksHeader::after {
  clear: both;
}
.navigation--top .nav__right .nav__links--account .myAccountLinksHeader:hover,
.navigation--top .nav__right .nav__links--account .myCompanyLinksHeader:hover,
.navigation--top .nav__right .nav__links--account .myAccountLinksHeader:focus,
.navigation--top .nav__right .nav__links--account .myCompanyLinksHeader:focus {
  color: #ffffff;
  text-decoration: none;
}
.navigation--top .nav__right .nav__links--account .myAccountLinksHeader.show,
.navigation--top .nav__right .nav__links--account .myCompanyLinksHeader.show {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding: 0 12px;
}
#accNavComponentDesktopOne,
#accNavComponentDesktopTwo {
  padding: 0;
  background-color: #ffffff;
}
#accNavComponentDesktopOne ul.nav__links,
#accNavComponentDesktopTwo ul.nav__links {
  width: 100%;
  padding: 0px;
  margin-bottom: 0px;
}
#accNavComponentDesktopOne ul.nav__links li,
#accNavComponentDesktopTwo ul.nav__links li {
  text-transform: capitalize;
  list-style: none;
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  padding: 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#accNavComponentDesktopOne ul.nav__links li:hover,
#accNavComponentDesktopTwo ul.nav__links li:hover {
  background-color: #ffffff;
}
#accNavComponentDesktopOne ul.nav__links li a,
#accNavComponentDesktopTwo ul.nav__links li a {
  color: #000000;
  display: block;
  padding: 25px 0 25px 30px;
  font-size: 15px;
  font-weight: 400;
}
#accNavComponentDesktopOne ul.nav__links li a:hover,
#accNavComponentDesktopTwo ul.nav__links li a:hover {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .navigation--middle {
    border-top: 1px solid #000000;
  }
}
@media (max-width: 639px) {
  .navigation--middle .row:first-child {
    border: none;
  }
}
.navigation--middle .btn {
  background-color: transparent;
  width: 100%;
  padding: 0;
  height: 100%;
  color: #000000;
  border: none;
}
@media (min-width: 1024px) {
  .navigation--middle .nav__left {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.navigation--middle .nav__left .site-search {
  background-color: transparent;
  z-index: 2;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .navigation--middle .nav__left .site-search {
    margin-left: -10px;
  }
}
@media (max-width: 1024px) {
  .navigation--middle .nav__left .site-search {
    padding-left: 0;
  }
}
@media (max-width: 639px) {
  .navigation--middle .nav__left .site-search {
    display: none !important;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 0 10px;
    border-top: 1px solid #000000;
  }
  .navigation--middle .nav__left .site-search.active {
    display: block !important;
  }
}
.navigation--middle .nav__left .site-search .ui-front {
  padding: 20px 0px;
}
.navigation--middle .nav__left .site-search .glyphicon-search {
  color: #000000;
  font-size: 17px;
}
.navigation--middle .nav__left .site-search .input-group {
  background-color: #ffffff;
  min-height: 38px;
  border: 1px solid #000000;
}
@media (min-width: 1024px) {
  .navigation--middle .nav__left .site-search .input-group {
    width: 445px;
  }
}
.navigation--middle .nav__left .site-search .input-group .form-control {
  border: 0;
  box-shadow: none;
  height: 38px;
  background-color: transparent;
}
.navigation--middle .nav__left .site-search .input-group .btn {
  width: 40px;
  padding: 0;
}
.navigation--middle .nav__left .site-search .input-group .btn:hover {
  background-color: transparent;
}
.navigation--middle .nav__left .site-search ul.ui-autocomplete {
  display: none;
  position: absolute;
  background: #ffffff;
  left: 0;
  right: 0;
  z-index: 100;
  width: auto !important;
  padding-left: 0;
  padding-top: 0;
  list-style: none;
  margin: 0;
}
.navigation--middle .nav__left .site-search ul.ui-autocomplete li {
  border-top: 1px solid #000000;
  display: block;
  width: 100%;
  padding: 10px;
}
.navigation--middle .nav__left .site-search ul.ui-autocomplete li a {
  display: table;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
.navigation--middle .nav__left .site-search ul.ui-autocomplete li .thumb {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 0;
}
.navigation--middle .nav__left .site-search ul.ui-autocomplete li .name {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
  width: 100%;
}
.navigation--middle .nav__left .site-search ul.ui-autocomplete li .thumb + .name {
  padding: 0 10px;
}
.navigation--middle .nav__left .site-search ul.ui-autocomplete li .price {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.navigation--middle .nav__left .site-search ul.ui-autocomplete li.ui-state-focus {
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 0;
  background: #ffffff;
  color: #000000;
}
.navigation--middle .nav__left .site-search ul.ui-autocomplete.active {
  display: block;
}
.navigation--middle .nav__right {
  padding-right: 25px;
}
@media (max-width: 1024px) {
  .navigation--middle .nav__right {
    padding-right: 20px;
  }
}
.navigation--middle .nav__right ul.nav__links--shop_info {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navigation--middle .nav__right ul.nav__links--shop_info {
    padding-left: 10px;
  }
}
@media (min-width: 640px) {
  .navigation--middle .nav__right ul.nav__links--shop_info {
    float: right;
  }
}
@media (max-width: 639px) {
  .navigation--middle .nav__right ul.nav__links--shop_info {
    border-left: 1px solid #000000;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    padding: 0;
  }
  .navigation--middle .nav__right ul.nav__links--shop_info li {
    float: none;
  }
}
@media (min-width: 640px) {
  .navigation--middle .nav__right ul.nav__links--shop_info .componentContainer .yCmsComponent {
    display: inline;
  }
}
.navigation--middle .nav__right ul.nav__links--shop_info .nav-location {
  min-width: 60px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.navigation--middle .nav__right ul.nav__links--shop_info .nav-location span {
  font-size: 30px;
  top: 27%;
  color: #000000;
}
@media (min-width: 640px) {
  .navigation--middle .nav__right ul.nav__links--shop_info .nav-location {
    float: right;
    padding: 0px 10px;
  }
}
@media (min-width: 1024px) {
  .navigation--middle .nav__right ul.nav__links--shop_info .nav-location {
    padding: 0px 30px;
  }
}
@media (max-width: 639px) {
  .navigation--middle .componentContainer {
    text-align: center;
    vertical-align: top;
    border-left: 1px solid #000000;
  }
}
.navigation--middle .nav-order-tools,
.navigation--middle .nav-location,
.navigation--middle .nav-cart {
  height: 60px;
}
.navigation--middle .nav-order-tools:hover,
.navigation--middle .nav-location:hover,
.navigation--middle .nav-cart:hover,
.navigation--middle .btn:hover,
.navigation--middle .nav-order-tools:active,
.navigation--middle .nav-location:active,
.navigation--middle .nav-cart:active,
.navigation--middle .btn:active,
.navigation--middle .nav-order-tools:focus,
.navigation--middle .nav-location:focus,
.navigation--middle .nav-cart:focus,
.navigation--middle .btn:focus {
  background-color: #ffffff;
  box-shadow: none;
}
.navigation--middle .nav-cart {
  float: right;
  padding: 0 10px;
}
@media (min-width: 640px) {
  .navigation--middle .nav-cart {
    padding-left: 30px;
  }
}
@media (max-width: 639px) {
  .navigation--middle .nav-cart {
    position: relative;
    float: none;
    padding: 0;
  }
}
@media (min-width: 640px) {
  .navigation--middle .nav-cart .mini-cart-price {
    overflow: hidden;
    margin-left: 5px;
    margin-right: 5px;
    float: right;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: 4px;
  }
}
.navigation--middle .nav-cart .mini-cart-link {
  color: #000000;
}
@media (min-width: 640px) {
  .navigation--middle .nav-cart .mini-cart-link {
    line-height: 55px;
    white-space: nowrap;
  }
}
@media (max-width: 639px) {
  .navigation--middle .nav-cart .mini-cart-link {
    display: block;
  }
  .navigation--middle .nav-cart .mini-cart-link .mini-cart-icon {
    color: #000000;
    left: -7px;
    top: 10px;
  }
  .navigation--middle .nav-cart .mini-cart-link .mini-cart-icon .glyphicon-shopping-cart {
    width: 30px;
    font-size: 22px;
    position: relative;
    right: -6px;
    top: 3px;
  }
  .navigation--middle .nav-cart .mini-cart-link .mini-cart-count {
    font-size: 12px;
    position: absolute;
    right: 44%;
    top: -13px;
    margin: 0;
  }
  .navigation--middle .nav-cart .mini-cart-link .nav-items-total {
    display: inline-block;
    background-color: #000000;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    color: #ffffff;
    line-height: 25px;
  }
}
.navigation--middle .nav-cart .mini-cart-count {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .navigation--middle .nav-cart .mini-cart-count:before {
    content: '(';
    position: relative;
    top: 4px;
  }
  .navigation--middle .nav-cart .mini-cart-count:after {
    content: ')';
    position: relative;
    top: 4px;
  }
}
.navigation--middle .nav-cart .mini-cart-count .nav-items-total {
  position: relative;
  right: 0px;
  top: 5px;
}
@media (min-width: 640px) {
  .navigation--middle .nav-cart .mini-cart-icon {
    float: right;
    position: relative;
    top: 5px;
  }
}
.navigation--middle .nav-cart .mini-cart-icon .glyphicon-shopping-cart {
  font-size: 22px;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .navigation--middle .nav-cart .mini-cart-icon .glyphicon-shopping-cart {
    margin-left: 5px;
  }
}
@media (max-width: 639px) {
  .navigation--middle .mobile__nav__row.mobile__nav__row--table,
  .navigation--middle .mobile__nav__row .mobile__nav__row--table {
    display: table !important;
    width: 100%;
  }
  .navigation--middle .mobile__nav__row .mobile__nav__row--table-group {
    display: table-row-group !important;
  }
  .navigation--middle .mobile__nav__row .mobile__nav__row--table-row {
    display: table-row !important;
  }
  .navigation--middle .mobile__nav__row .mobile__nav__row--table-row:before {
    display: table;
    content: ' ';
  }
  .navigation--middle .mobile__nav__row .mobile__nav__row--table-cell {
    display: table-cell !important;
    vertical-align: top;
  }
  .navigation--middle .mobile__nav__row .nav__links--shop_info .componentContainer {
    margin-bottom: 0;
    overflow: hidden;
  }
  .navigation--middle .mobile__nav__row span.glyphicon-align-justify {
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    color: #000000;
    font-size: 29px;
    top: 2px;
  }
  .navigation--middle .mobile__nav__row .componentContainer .nav-order-tools,
  .navigation--middle .mobile__nav__row .componentContainer .nav-cart {
    font-size: 30px;
    line-height: 60px;
    padding: 0;
    width: 100%;
  }
  .navigation--middle .mobile__nav__row .componentContainer .mobile__nav__row--table-cell {
    border-right: 1px solid #000000;
  }
  .navigation--middle .mobile__nav__row .componentContainer .mobile__nav__row--table-cell:last-child {
    border-right: none;
  }
}
@media (max-width: 639px) {
  .navigation--middle .mobile__nav__row .mobile__nav__row--seperator {
    border-left: 1px solid #000000;
  }
}
@media (max-width: 639px) {
  .navigation--middle .mobile__nav__row--btn {
    padding: 0;
    vertical-align: top;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
  }
  .navigation--middle .mobile__nav__row--btn .nav-order-tools,
  .navigation--middle .mobile__nav__row--btn .mini-cart-link,
  .navigation--middle .mobile__nav__row--btn .mobile__nav__row--btn-search {
    font-size: 30px;
    line-height: 60px;
    padding: 0;
    width: 100%;
  }
  .navigation--middle .mobile__nav__row--btn .nav-order-tools:hover,
  .navigation--middle .mobile__nav__row--btn .mini-cart-link:hover,
  .navigation--middle .mobile__nav__row--btn .mobile__nav__row--btn-search:hover,
  .navigation--middle .mobile__nav__row--btn .nav-order-tools:focus,
  .navigation--middle .mobile__nav__row--btn .mini-cart-link:focus,
  .navigation--middle .mobile__nav__row--btn .mobile__nav__row--btn-search:focus,
  .navigation--middle .mobile__nav__row--btn .nav-order-tools:active,
  .navigation--middle .mobile__nav__row--btn .mini-cart-link:active,
  .navigation--middle .mobile__nav__row--btn .mobile__nav__row--btn-search:active {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
  }
  .navigation--middle .mobile__nav__row--btn span.glyphicon {
    color: #000000;
  }
}
.navigation--middle .mobile-menu {
  height: 60px;
}
.navigation--middle .mobile-menu button {
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
  height: 100%;
  width: 100%;
  padding: 0px;
}
.navigation--middle .mobile-menu span {
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  color: #000000;
  font-size: 29px;
  top: 2px;
}
.navigation--bottom {
  background-color: #ffffff;
  border-bottom: 1px solid #000000;
}
@media (max-width: 1023px) {
  .navigation--bottom {
    border-bottom: none;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .sm-back::before {
    content: '\e079';
    float: none;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .navigation__overflow {
    left: -380px;
    top: 0;
    height: 83vh;
    overflow-y: auto;
    border-top: 1px solid #000000;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom.js-enquire-offcanvas-navigation .close-nav {
    display: inline-block;
    cursor: pointer;
    height: 60px;
    width: 20%;
    vertical-align: top;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom.js-enquire-offcanvas-navigation .close-nav button {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    display: inline-block;
    color: transparent;
    overflow: hidden;
    border: none;
  }
}
.navigation--bottom.js-enquire-offcanvas-navigation .close-nav button span {
  color: #000000;
  font-size: 25px;
}
.navigation--bottom:before,
.navigation--bottom:after {
  content: ' ';
  display: table;
}
.navigation--bottom:after {
  clear: both;
}
@media (min-width: 1400px) {
  .navigation--bottom a {
    padding: 20px 32px;
  }
}
.navigation--bottom .column-20-percent {
  float: left;
  width: 20%;
}
@media (max-width: 1023px) {
  .navigation--bottom {
    width: 380px;
    position: absolute;
    left: -380px;
    z-index: 999;
    background-color: #ffffff;
  }
  .navigation--bottom li {
    float: none;
  }
}
@media (max-width: 639px) {
  .navigation--bottom {
    width: 100%;
    height: 83vh;
    left: -100%;
    margin-left: 0;
  }
}
.navigation--bottom .nav__links--products {
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .navigation--bottom .nav__links--products.active {
    position: relative;
    left: -100%;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .nav__links--products {
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    padding: 0;
    position: relative;
    left: 0;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .nav__links--products li {
    float: none;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .nav__links--products li.liUserSign {
    border-bottom: 1px solid #000000;
  }
  .navigation--bottom .nav__links--products li.liUserSign:hover {
    background-color: #ffffff;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .nav__links--products li.liUserSign a.userSign {
    width: 80%;
    display: inline-block;
    text-transform: uppercase;
    padding-right: 40px;
  }
}
.navigation--bottom .nav__links--products li:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .navigation--bottom .nav__links--products li:last-child {
    padding-bottom: 50px;
  }
}
.navigation--bottom .nav__links--products li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  padding: 20px 15px;
  display: block;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .navigation--bottom .nav__links--products li a {
    margin-top: 0;
    color: #000000;
    text-transform: capitalize;
    padding: 40px 30% 40px 50px;
    display: block;
  }
}
.navigation--bottom .nav__links--products .nav__links--secondary {
  display: none;
  background: #ffffff;
  position: absolute;
  z-index: 1000;
  left: 0;
  border: 1px solid #000000;
  border-top: 0;
  padding: 0 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.navigation--bottom .nav__links--products .nav__links--secondary .sm-back {
  display: none;
}
.navigation--bottom .nav__links--products .nav__links--secondary .row {
  position: relative;
}
.navigation--bottom .nav__links--products .nav__links--secondary .sub-navigation-section {
  position: static;
  padding: 10px;
}
.navigation--bottom .nav__links--products .nav__links--secondary .sub-navigation-section.double {
  position: relative;
  min-height: 1px;
  padding: 10px 0 10px 0;
}
.navigation--bottom .nav__links--products .nav__links--secondary .sub-navigation-section .sub-navigation-section-column {
  float: left;
  padding: 0 10px;
}
.navigation--bottom .nav__links--products .nav__links--secondary .sub-navigation-section .sub-navigation-list {
  padding-left: 0;
  list-style: none;
}
.navigation--bottom .nav__links--products .nav__links--secondary .sub-navigation-section .sub-navigation-list li {
  border-bottom: 1px solid #000000;
}
.navigation--bottom .nav__links--products .nav__links--secondary .sub-navigation-section .sub-navigation-list li:last-child {
  border-bottom: none;
}
.navigation--bottom .nav__links--products .nav__links--secondary .sub-navigation-section .sub-navigation-list li a {
  display: block;
  color: #ffffff;
  line-height: 30px;
  padding-left: 5px;
}
.navigation--bottom .nav__links--products .nav__links--secondary .sub-navigation-section .sub-navigation-list li a:hover,
.navigation--bottom .nav__links--products .nav__links--secondary .sub-navigation-section .sub-navigation-list li a:focus {
  background-color: #ffffff;
  text-decoration: none;
}
.navigation--bottom .nav__links--products .nav__links--secondary .sub-navigation-list.has-title {
  margin-top: 40px;
}
.navigation--bottom .nav__links--products .nav__links--secondary .title + .sub-navigation-list.has-title {
  margin-top: 0;
}
.navigation--bottom .show-sub .nav__link a {
  position: relative;
}
.navigation--bottom .show-sub .nav__link a:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid #ffffff;
  display: block;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -10px;
  z-index: 1001;
}
.navigation--bottom .show-sub .sub__navigation {
  display: block !important;
  top: 60px;
}
.navigation--bottom .nav__link {
  display: inline-block;
  width: 100%;
}
@media (max-width: 1023px) {
  .navigation--bottom .nav__links--primary-has__sub {
    position: static;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .nav__links--primary-has__sub .nav__link {
    width: 67%;
  }
}
.navigation--bottom .nav__links--primary-has__sub .nav__link--drill__down {
  display: inline-block;
  width: 33%;
  color: #000000;
  min-height: 30px;
  padding: 20px 0;
}
@media (max-width: 1023px) {
  .navigation--bottom .nav__links--primary.active .sub__navigation {
    display: block;
  }
}
@media (min-width: 1024px) {
  .navigation--bottom .nav__links--primary .sub__navigation {
    display: none;
    background: #ffffff;
    position: absolute;
    z-index: 1000;
    left: 0;
    border: 1px solid #000000;
    border-top: 0;
    padding: 0 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .nav__links--primary .sub__navigation {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .nav__links--primary .sm-back {
    color: #000000;
    padding: 5px 50px;
    border-bottom: 1px solid #ffffff;
    font-size: 18px;
    line-height: 50px;
  }
  .navigation--bottom .nav__links--primary .sm-back::after {
    content: ' ';
  }
  .navigation--bottom .nav__links--primary .sm-back::before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.8em;
    margin-right: 1em;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .nav__links--primary .row {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .nav__links--primary .sub-navigation-section {
    padding: 0;
    background: #ffffff;
  }
}
@media (min-width: 1024px) {
  .navigation--bottom .nav__links--primary .sub-navigation-section {
    position: static;
    padding: 10px;
  }
}
.navigation--bottom .nav__links--primary .sub-navigation-section .title {
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1399px) {
  .navigation--bottom .nav__links--primary .sub-navigation-section .title {
    color: #000000;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .nav__links--primary .sub-navigation-section .title {
    padding: 10px 20px 10px 50px;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .nav__links--primary .sub-navigation-section .sub-navigation-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
}
@media (min-width: 1024px) {
  .navigation--bottom .nav__links--primary .sub-navigation-section .sub-navigation-list {
    padding-left: 0px;
    list-style: none;
    margin-top: 0;
  }
  .navigation--bottom .nav__links--primary .sub-navigation-section .sub-navigation-list a {
    display: block;
    color: #ffffff;
    line-height: 30px;
    padding: 0 0 0 5px;
  }
  .navigation--bottom .nav__links--primary .sub-navigation-section .sub-navigation-list a:hover {
    background-color: #ffffff;
    text-decoration: none;
  }
}
.navigation--bottom .nav__links--primary .sub-navigation-section .sub-navigation-list li {
  position: relative;
  display: block;
  border-bottom: 1px solid #ffffff;
  float: none;
}
@media (min-width: 1024px) {
  .navigation--bottom .nav__links--primary .sub-navigation-section .sub-navigation-list li:last-child {
    border: none;
  }
}
.navigation--bottom .nav__links--mobile.offcanvasGroup1 .offcanvasGroup2 li,
.navigation--bottom .nav__links--mobile.offcanvasGroup1 .offcanvasGroup3 li {
  border-bottom: 1px solid #000000;
}
@media (max-width: 1023px) {
  .navigation--bottom .nav__links--mobile {
    overflow: hidden;
  }
  .navigation--bottom .nav__links--mobile li {
    overflow: hidden;
    background-color: #ffffff;
    border: none;
  }
  .navigation--bottom .nav__links--mobile li a {
    color: #ffffff;
  }
  .navigation--bottom .nav__links--mobile .subNavList {
    padding-left: 0;
  }
  .navigation--bottom .nav__links--mobile .subNavList li {
    padding: 5px 0;
    background: #ffffff;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .nav__links--mobile div.sub-nav .myAccountLinksHeader,
  .navigation--bottom .nav__links--mobile div.sub-nav .myCompanyLinksHeader {
    display: block;
    cursor: pointer;
    max-height: 60px;
    text-transform: uppercase;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .nav__links--mobile div.sub-nav a {
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .nav__links--mobile div.sub-nav a span {
    float: right;
    line-height: 50px;
    left: 0;
    position: relative;
    height: 30px;
    top: -14px;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .userGroup {
    position: relative;
    line-height: 50px;
    background-color: #ffffff;
    padding: 5px 12px 5px 20px;
    cursor: pointer;
    color: #000000;
    display: inline-block;
    width: 80%;
    float: left;
    height: 60px;
    text-transform: uppercase;
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .userGroup a {
    border: none;
    color: #000000;
  }
  .navigation--bottom .userGroup a:hover {
    background-color: transparent !important;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .userGroup .myAcctUserIcon {
    font-size: 20px;
    position: relative;
    top: 4px;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .userGroup .userName {
    display: inline-block;
    padding-left: 10px;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .userGroup #signedInUserOptionsToggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .navigation--bottom .glyphicon-chevron-up,
  .navigation--bottom .glyphicon-chevron-down {
    position: absolute;
    left: 260px;
    line-height: 60px;
    top: 0;
  }
}
@media (max-width: 639px) {
  .navigation--bottom .glyphicon-chevron-up,
  .navigation--bottom .glyphicon-chevron-down {
    left: 68vw;
  }
}
@media (min-width: 640px) {
  main {
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  main.offcanvas {
    position: relative;
    -webkit-transform: translate(380px, 0);
    -ms-transform: translate(380px, 0);
    -o-transform: translate(380px, 0);
    transform: translate(380px, 0);
  }
}
@media (max-width: 639px) {
  main.offcanvas {
    position: relative;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@media (max-width: 639px) {
  .offcanvas .sticky-nav-top {
    left: 0;
    position: absolute;
    height: 60px;
    width: 100vw;
  }
}
@media (max-width: 1023px) {
  .sticky-nav-top {
    position: absolute;
    left: 0px;
    top: -60px;
    width: 380px;
    padding: 0px;
    margin-bottom: 0;
    z-index: 9999;
    text-align: right;
  }
}
@media (max-width: 639px) {
  .sticky-nav-top {
    position: absolute;
    top: -60px;
    height: 60px;
    left: -60px;
    z-index: 999;
    width: 100vw;
  }
}
.sticky-nav-top .liUserSign {
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .sticky-nav-top .userSign {
    text-align: left;
    width: 80%;
    display: inline-block;
    color: #000000;
    padding: 20px 30% 20px 50px;
  }
}
@media (max-width: 1023px) {
  html.offcanvas {
    overflow-x: hidden;
  }
}
.nav-order-tools {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 640px) {
  .nav-order-tools {
    border-left: 0px;
    border-right: 1px solid #000000;
    padding: 0px 15px;
  }
}
@media (min-width: 1024px) {
  .nav-order-tools {
    padding: 0px 30px;
  }
}
@media (max-width: 639px) {
  .nav-order-tools {
    position: static;
  }
}
.nav-order-tools:before {
  position: relative;
  top: 23%;
  display: inline;
  font-family: 'Glyphicons Halflings', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e032';
  color: #000000;
  font-size: 30px;
}
@media (max-width: 639px) {
  .nav-order-tools:before {
    top: 3px;
  }
}
.quote__list {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 65px;
  text-align: right;
}
.quote__list a {
  font-size: 25px;
  background-color: transparent;
  padding: 0;
  border: 0;
  color: #000000;
}
.quote__list a .glyphicon {
  top: 4px;
}
@media (min-width: 640px) {
  .quote__list {
    border-left: 0px;
    padding: 0px 35px;
  }
}
@media (min-width: 1024px) {
  .quote__list {
    padding: 0px 50px;
  }
}
@media (max-width: 639px) {
  .quote__list {
    position: static;
  }
}
.js-nav-order-tools--active .nav-order-tools__child-wrap {
  display: block;
}
.js-nav-quote-list--active .quote__list--nav {
  display: block;
}
.quote__list--nav {
  text-align: left;
  position: absolute;
  border: 1px solid #000000;
  background-color: #ffffff;
  right: 40px;
  top: 26px;
  width: 260px;
  z-index: 10;
}
.quote__list--nav a {
  font-size: 14px;
  line-height: 1.42857143;
}
@media (max-width: 639px) {
  .quote__list--nav {
    width: 100vw;
    top: 103px;
  }
}
.quote__list--nav a {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  padding: 40px 60px;
}
.quote__list--nav a:hover {
  background-color: #ffffff;
}
.nav-order-tools__child-wrap {
  font-size: 14px;
  line-height: 1.42857143;
  text-align: left;
  position: absolute;
  border: 1px solid #000000;
  background-color: #ffffff;
  right: -1px;
  top: 60px;
  width: 260px;
  z-index: 10;
}
@media (max-width: 639px) {
  .nav-order-tools__child-wrap {
    width: 100vw;
    top: 103px;
  }
}
.nav-order-tools__child-wrap div {
  border-bottom: 1px solid #ffffff;
}
.nav-order-tools__child-wrap div:last-child {
  border-bottom: none;
}
.nav-order-tools__child-wrap a {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  padding: 40px 60px;
}
.nav-order-tools__child-wrap a:hover {
  background-color: #ffffff;
}
.search-results-highlight {
  font-weight: bold;
}
.page-homepage header {
  margin-bottom: 0;
}
.cookie-alert--top {
  margin-bottom: 0;
}
#consent-management-alert .consent-management-list {
  max-width: 100%;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}
#consent-management-alert .consent-management-list__item {
  position: relative;
  margin-top: 0;
  margin-bottom: 3px;
  list-style-type: none;
}
@media (max-width: 1023px) {
  #consent-management-alert .consent-management-list__item {
    border-left: 0 none;
    border-right: 0 none;
    margin-left: -20px;
    margin-right: -20px;
  }
}
#consent-management-alert .consent-management-list__title {
  padding: 0 15px 0 62px;
  display: block;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: bold;
}
#consent-management-alert .consent-management-list__title:before {
  font-family: 'Glyphicons Halflings', sans-serif;
  content: '\e114';
  font-size: 16px;
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#consent-management-alert .consent-management-list__title:hover,
#consent-management-alert .consent-management-list__title:focus {
  cursor: pointer;
  outline: none;
}
#consent-management-alert .is-expanded .consent-management-list__title:before {
  content: "\e113";
}
#consent-management-alert .consent-management-list__label {
  width: 85%;
  font-size: 15px;
}
@media (max-width: 1023px) {
  #consent-management-alert .consent-management-list__label {
    width: 60%;
    font-size: 14px;
  }
}
#consent-management-alert .consent-management-list__content-inner {
  padding: 10px 40px 0 65px;
  font-size: 16px;
}
@media (max-width: 1023px) {
  #consent-management-alert .consent-management-list__content-inner {
    font-size: 14px;
  }
}
#consent-management-alert .consent-management-list__content {
  transition: height 0.3s ease-out;
  height: 0;
  overflow: hidden;
}
#consent-management-alert .consent-buttons-group {
  position: absolute;
  top: 10px;
  right: 20px;
}
@media (max-width: 639px) {
  #consent-management-alert .consent-buttons-group {
    right: 30px;
  }
}
#consent-management-alert .consent-buttons-group .btn {
  padding: 4px 38px;
  font-size: 13px;
  margin-left: 10px;
}
@media (max-width: 639px) {
  #consent-management-alert .consent-buttons-group .btn {
    padding: 4px;
    font-size: 12px;
    margin-left: 0;
  }
}
.page-headline {
  color: #000000;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  padding: 40px 0;
  margin: 0;
}
.page-headline.border {
  border-bottom: 1px solid #000000;
  margin-bottom: 45px;
}
.page-sub-headline {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.571;
}
.text-variant-bold {
  font-weight: 600;
}
.full-width-padding {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .full-width-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.half-width-padding {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .half-width-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.btn-formblock {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 25px;
}
.btn {
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.375;
  border-radius: 3px;
}
.btn.glyphicon {
  padding: 3px 0 4px 0;
}
.btn.glyphicon:before {
  font-size: 25px;
}
.btn,
.btn:active,
.btn.active {
  box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0;
}
.btn-small {
  padding: 6px 15px;
  font-size: 16px;
  line-height: 1.375;
  border-radius: 3px;
}
.btn-icon {
  padding-left: 123px;
  position: relative;
}
.btn-icon:before {
  position: absolute;
  font-size: 25px;
  top: 9px;
  left: 40px;
  display: inline-block;
  font-family: 'Glyphicons Halflings', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.btn-icon:after {
  content: "";
  position: absolute;
  left: 105px;
  top: -3px;
  border-right: 3px solid currentColor;
  height: 48px;
}
:hover.btn-icon:after {
  border-right-width: 3px;
}
.btn-edit-confirm {
  width: 48%;
}
.btn-block + .btn-block {
  margin-top: 20px;
}
.btn-default {
  border: 3px solid;
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-default .badge {
  color: #000000;
  background-color: #ffffff;
}
.btn-primary {
  border: 3px solid;
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary .badge {
  color: #000000;
  background-color: #ffffff;
}
.pagination-wrap {
  float: right;
  text-align: right;
}
.pagination {
  border: 1px solid #000000;
  font-weight: 400;
  margin: 0;
}
.pagination > li {
  vertical-align: top;
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  position: static;
  border: none;
  margin: 0;
  float: none;
  display: inline-block;
}
.pagination > li.pagination-prev > a,
.pagination > li.pagination-next > a,
.pagination > li.pagination-prev > span,
.pagination > li.pagination-next > span {
  font-size: 11px;
}
.pagination > li.pagination-prev > a:hover,
.pagination > li.pagination-next > a:hover,
.pagination > li.pagination-prev > span:hover,
.pagination > li.pagination-next > span:hover,
.pagination > li.pagination-prev > a:focus,
.pagination > li.pagination-next > a:focus,
.pagination > li.pagination-prev > span:focus,
.pagination > li.pagination-next > span:focus {
  background-color: #000000;
  color: #ffffff;
}
.pagination > li.pagination-prev.disabled > a:hover,
.pagination > li.pagination-next.disabled > a:hover,
.pagination > li.pagination-prev.disabled > span:hover,
.pagination > li.pagination-next.disabled > span:hover,
.pagination > li.pagination-prev.disabled > a:focus,
.pagination > li.pagination-next.disabled > a:focus,
.pagination > li.pagination-prev.disabled > span:focus,
.pagination > li.pagination-next.disabled > span:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #000000;
}
.pagination > li.pagination-prev {
  text-align: left;
}
.pagination > li.pagination-prev > a,
.pagination > li.pagination-prev > span {
  border-right: 1px solid #000000;
}
.pagination > li.pagination-next {
  text-align: right;
}
.pagination > li.pagination-next > a,
.pagination > li.pagination-next > span {
  border-left: 1px solid #000000;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: transparent;
  border: none;
  font-weight: 400;
}
.pagination > li > a,
.pagination > li > span {
  line-height: 30px;
  width: 30px;
  padding: 0;
  font-size: 14px;
  text-align: center;
}
.pagination > li.pagination-prev > a,
.pagination > li.pagination-prev > span {
  margin-right: 10px;
  width: 40px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li.pagination-next > a,
.pagination > li.pagination-next > span {
  margin-left: 10px;
  width: 40px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 1023px) {
  .pagination > li > a,
  .pagination > li > span {
    line-height: 46px;
    width: 30px;
    padding: 0;
    font-size: 14px;
    text-align: center;
  }
  .pagination > li.pagination-prev > a,
  .pagination > li.pagination-prev > span {
    margin-right: 10px;
    width: 50px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .pagination > li.pagination-next > a,
  .pagination > li.pagination-next > span {
    margin-left: 10px;
    width: 50px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 639px) {
  .pagination {
    display: table;
    width: 100%;
  }
  .pagination > li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .pagination > li > a,
  .pagination > li > span {
    float: none;
  }
  .pagination > li > a,
  .pagination > li > span {
    line-height: 40px;
    width: 40px;
    padding: 0;
    font-size: 14px;
    text-align: center;
  }
  .pagination > li.pagination-prev > a,
  .pagination > li.pagination-prev > span {
    margin-right: 13.33333333px;
    width: 80px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .pagination > li.pagination-next > a,
  .pagination > li.pagination-next > span {
    margin-left: 13.33333333px;
    width: 80px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .pagination-with-pager .pagination-wrap {
    float: none;
  }
}
.breadcrumb-section {
  background: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .breadcrumb-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.breadcrumb-section .breadcrumb {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.breadcrumb-section .breadcrumb li a:hover {
  text-decoration: underline;
}
.image-gallery__image {
  cursor: pointer;
}
.image-gallery__zoom-icon {
  font-size: 20px;
  opacity: 0.5;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
@media (min-width: 640px) {
  .page-productDetails .carousel {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.product-details,
.product-details-price {
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .product-details,
  .product-details-price {
    padding: 0;
  }
}
.product-details .name,
.product-details-price .name {
  color: #000000;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  padding: 40px 0;
  margin: 0;
  padding: 0;
}
.product-details .name.border,
.product-details-price .name.border {
  border-bottom: 1px solid #000000;
  margin-bottom: 45px;
}
.product-details .name .sku,
.product-details-price .name .sku {
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  position: relative;
  padding-left: 20px;
  font-weight: 400;
}
.product-details .name .sku:before,
.product-details-price .name .sku:before {
  border-left: 1px solid #000000;
  content: '';
  height: 14px;
  position: absolute;
  top: 7px;
  left: 10px;
}
.product-details .name .code,
.product-details-price .name .code {
  font-size: 18px;
  line-height: 18px;
  padding-left: 5px;
}
.product-details .promotion,
.product-details-price .promotion {
  color: #000000;
}
.product-details .description,
.product-details-price .description {
  padding: 20px 0 25px;
}
.product-details .price,
.product-details-price .price {
  font-size: 25px;
  font-weight: bold;
}
.product-details .stock-status,
.product-details-price .stock-status {
  font-weight: 300;
}
@media (max-width: 1399px) {
  .product-details .description,
  .product-details-price .description {
    border-bottom: 1px solid #000000;
  }
}
.product-details.page-title {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .product-details.page-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-main-info {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .product-main-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-main-info .product-details {
  padding: 0;
}
.product-info-swiper-df {
  min-height: 40px;
}
.product-info-swiper-df .variant-list {
  padding-left: 0;
  list-style: none;
  margin-left: -24px;
  margin-top: 4px;
}
.product-info-swiper-df .variant-list:before,
.product-info-swiper-df .variant-list:after {
  content: " ";
  display: table;
}
.product-info-swiper-df .variant-list:after {
  clear: both;
}
.product-info-swiper-df .variant-list:before,
.product-info-swiper-df .variant-list:after {
  content: " ";
  display: table;
}
.product-info-swiper-df .variant-list:after {
  clear: both;
}
@media (max-width: 639px) {
  .product-info-swiper-df .variant-list {
    margin-left: -8px;
  }
}
.product-info-swiper-df .variant-list li {
  float: left;
  margin: 0 0 0 8px;
}
.product-info-swiper-df .variant-list li a,
.product-info-swiper-df .variant-list li span {
  display: block;
  height: 32px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ccc;
  background: #fff;
  color: #000000;
  text-decoration: none;
  padding: 4px 8px;
}
.product-info-swiper-df .variant-list li a img,
.product-info-swiper-df .variant-list li span img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 1px solid transparent;
}
.product-info-swiper-df .variant-list li .tma-variant-selected {
  border: 1px solid #000 !important;
  font-weight: bold;
}
.product-info-swiper-df .variant-list li:hover a,
.product-info-swiper-df .variant-list li.active a {
  background: #000000;
  -webkit-box-shadow: inset 0 0  0 1px #fff;
  box-shadow: inset 0 0  0 1px #fff;
  border: 1px solid #000000;
  color: #fff;
}
.product-info-swiper-df .variant-list li:hover a img,
.product-info-swiper-df .variant-list li.active a img {
  border: 1px solid #fff;
}
.product-info-swiper-df .variant-list li.disabled span {
  color: #999;
  cursor: not-allowed;
}
.variant-section {
  margin-bottom: 60px;
}
.variant-section .variant-selector .variant-name {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 5px;
}
.variant-section .variant-selector .variant-name .variant-selected {
  font-weight: normal;
  text-transform: none;
}
.variant-section .variant-selector .variant-select {
  margin: 20px 0 0;
}
.rating:before,
.rating:after {
  content: " ";
  display: table;
}
.rating:after {
  clear: both;
}
.rating:before,
.rating:after {
  content: " ";
  display: table;
}
.rating:after {
  clear: both;
}
.rating .rating-stars {
  margin: 0 5px 0 0;
  padding: 3px 0 1px;
  position: relative;
}
@media (max-width: 1023px) {
  .rating .rating-stars {
    font-size: 18px;
    float: none;
  }
  .rating .rating-stars:before,
  .rating .rating-stars:after {
    content: " ";
    display: table;
  }
  .rating .rating-stars:after {
    clear: both;
  }
  .rating .rating-stars:before,
  .rating .rating-stars:after {
    content: " ";
    display: table;
  }
  .rating .rating-stars:after {
    clear: both;
  }
}
.rating .rating-stars .greenStars {
  position: absolute;
  overflow: hidden;
  top: 3px;
  left: 0;
  white-space: nowrap;
  width: 0;
}
.rating .rating-stars span {
  color: #dee3e8;
  margin: 0 0.1em;
  overflow: hidden;
}
.rating .rating-stars span.fh {
  width: 0.47em;
  margin-right: 0;
  float: left !important;
}
.rating .rating-stars span.lh {
  width: 0.5em;
  text-indent: -0.44em;
  margin-left: 0;
  float: left !important;
}
.rating .rating-stars span.active {
  color: #000000;
}
.rating.rating-set .rating-stars {
  cursor: pointer;
  display: inline-block;
}
.rating a {
  font-size: 13px;
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}
.rating a:before {
  border-left: 1px solid #000000;
  content: '';
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
}
.tabs-responsive .tab-container {
  float: none;
  padding: 0;
}
@media (max-width: 1023px) {
  .tabs-responsive .tabhead {
    border-bottom: 1px solid #000000;
  }
}
.tab-review .review-pagination-bar {
  margin: 20px 0;
}
.tab-review .review-pagination-bar:before,
.tab-review .review-pagination-bar:after {
  content: " ";
  display: table;
}
.tab-review .review-pagination-bar:after {
  clear: both;
}
.tab-review .review-pagination-bar:before,
.tab-review .review-pagination-bar:after {
  content: " ";
  display: table;
}
.tab-review .review-pagination-bar:after {
  clear: both;
}
.tab-review .review-pagination-bar .right {
  float: right;
}
.tab-review .review-pagination-bar .right .pager {
  float: left;
  margin: 0 20px;
}
.tab-review .review-list {
  padding-left: 0;
  list-style: none;
}
.tab-review .review-list .review-entry {
  margin: 20px 0;
}
.tab-review .review-list .review-entry .title {
  font-weight: bold;
}
.tab-review .review-list .review-entry .autor {
  color: #777777;
}
.tab-review .write-review {
  display: none;
}
#AddToCart-PickUpInStoreAction {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}
@media (min-width: 640px) {
  #AddToCart-PickUpInStoreAction {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #AddToCart-PickUpInStoreAction {
    float: left;
    width: 100%;
  }
}
.AddToCart-PickUpInStoreAction {
  margin-top: 20px;
}
.AddToCart-ShareOnSocialNetworkAction {
  margin-top: 40px;
}
#AddToCart-AddToCartAction {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}
@media (min-width: 640px) {
  #AddToCart-AddToCartAction {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #AddToCart-AddToCartAction {
    float: left;
    width: 100%;
  }
}
#AddToCart-ShareOnSocialNetworkAction {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
}
.image-gallery img {
  width: 100%;
  height: auto;
  -webkit-touch-callout: none;
}
.image-gallery .zoomImg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: none;
  max-width: none;
  z-index: 9999;
  border: 0;
  opacity: 0;
}
.image-gallery .zoomImg img {
  width: 100%;
  height: 100%;
}
.image-gallery .zoomImgMask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.addtocart-component {
  margin-top: 20px;
}
.addtocart-component .stock-wrapper {
  font-size: 13px;
  margin: 25px 0;
}
.addtocart-component .stock-wrapper * {
  float: left;
  margin: 0;
}
.addtocart-component .stock-wrapper .futureStockLink {
  margin-left: 20px;
}
.addtocart-component .actions .btn {
  margin-bottom: 20px;
}
.addtocart-component .row .AddToCart-ShareOnSocialNetworkAction {
  margin: 0 auto;
  padding-top: 50px;
  width: 100px;
}
.addtocart-component div.a2a_kit a.a2a_dd.share {
  background: url("../../common/images/productShareIcon.png") no-repeat left center;
  padding-left: 25px;
}
.addtocart-component div.a2a_kit a.a2a_dd.share .a2a_img {
  display: none;
}
.addtocart-component .qty-selector .input-group-btn,
#add_to_cart_storepickup_form .qty-selector .input-group-btn,
.addtocart-component .qty-selector .btn,
#add_to_cart_storepickup_form .qty-selector .btn {
  width: 48px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.addtocart-component .qty-selector .form-control,
#add_to_cart_storepickup_form .qty-selector .form-control {
  width: 50px;
  height: 48px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .addtocart-component {
    margin-top: 40px;
  }
  .addtocart-component .qty-selector .input-group-btn,
  .addtocart-component .qty-selector .btn,
  .addtocart-component .qty-selector .form-control {
    width: 62.4px;
  }
}
@media (max-width: 639px) {
  .addtocart-component .qty-selector {
    margin-left: auto;
    margin-right: auto;
  }
  .addtocart-component .stock-wrapper {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.add-to-cart .add-to-cart-item {
  margin-bottom: 20px;
}
.add-to-cart .add-to-cart-item .thumb {
  float: left;
  margin-right: 20px;
}
.add-to-cart .add-to-cart-item .thumb img {
  max-width: 65px;
}
.add-to-cart .add-to-cart-item .details {
  font-size: 18px;
  margin-left: 85px;
}
.add-to-cart .add-to-cart-item .details .name {
  font-weight: bold;
  color: inherit;
}
.add-to-cart .add-to-cart-item .price {
  font-size: 22px;
  text-align: right;
  font-weight: bold;
}
#owl-carousel-vitrine .owl-stage {
  padding: 4px 0 4px;
}
#owl-carousel-vitrine.owl-carousel .owl-stage-outer {
  margin-top: 40px !important;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel:before,
.owl-carousel:after {
  content: " ";
  display: table;
}
.owl-carousel:after {
  clear: both;
}
.owl-carousel:before,
.owl-carousel:after {
  content: " ";
  display: table;
}
.owl-carousel:after {
  clear: both;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer .owl-wrapper:after:before,
.owl-carousel .owl-wrapper-outer .owl-wrapper:after:after {
  content: " ";
  display: table;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper:after:after {
  clear: both;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper:after:before,
.owl-carousel .owl-wrapper-outer .owl-wrapper:after:after {
  content: " ";
  display: table;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper:after:after {
  clear: both;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
  float: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item.loading > * {
  min-height: 1px;
}
.owl-carousel .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-controls .owl-buttons .owl-prev,
.owl-carousel .owl-controls .owl-buttons .owl-next {
  cursor: pointer;
  position: absolute !important;
  top: 50% !important;
  display: table;
  width: 25px;
  height: 125px;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.7);
  font-size: 120px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev.glyphicon-search:before,
.owl-carousel .owl-controls .owl-buttons .owl-next.glyphicon-search:before {
  color: #ffffff;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev span.glyphicon,
.owl-carousel .owl-controls .owl-buttons .owl-next span.glyphicon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  font-size: 25px;
  line-height: 125px;
  color: #000000;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev:hover,
.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
  color: #ffffff;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev:hover span.glyphicon,
.owl-carousel .owl-controls .owl-buttons .owl-next:hover span.glyphicon {
  color: #000000;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 3px;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev:before {
  content: "\e075";
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 5px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next:before {
  content: "\e071";
}
.carousel,
.carousel__component--carousel {
  width: auto;
  margin: 0px;
  text-align: center;
}
.carousel .item,
.carousel__component--carousel .item,
.carousel .carousel__item,
.carousel__component--carousel .carousel__item {
  display: block;
  margin: 0 20px;
  padding: 20px 0;
}
.carousel .item .thumb,
.carousel__component--carousel .item .thumb,
.carousel .carousel__item .thumb,
.carousel__component--carousel .carousel__item .thumb,
.carousel .item .carousel__item--thumb,
.carousel__component--carousel .item .carousel__item--thumb,
.carousel .carousel__item .carousel__item--thumb,
.carousel__component--carousel .carousel__item .carousel__item--thumb {
  margin-bottom: 20px;
  height: 140px;
}
.carousel .item .thumb img,
.carousel__component--carousel .item .thumb img,
.carousel .carousel__item .thumb img,
.carousel__component--carousel .carousel__item .thumb img,
.carousel .item .carousel__item--thumb img,
.carousel__component--carousel .item .carousel__item--thumb img,
.carousel .carousel__item .carousel__item--thumb img,
.carousel__component--carousel .carousel__item .carousel__item--thumb img {
  max-width: 140px;
  max-height: 140px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.carousel .item a,
.carousel__component--carousel .item a,
.carousel .carousel__item a,
.carousel__component--carousel .carousel__item a {
  color: #000000;
}
.carousel .item a:hover,
.carousel__component--carousel .item a:hover,
.carousel .carousel__item a:hover,
.carousel__component--carousel .carousel__item a:hover,
.carousel .item a:focus,
.carousel__component--carousel .item a:focus,
.carousel .carousel__item a:focus,
.carousel__component--carousel .carousel__item a:focus {
  text-decoration: none;
  color: #000000;
}
.carousel .item .item__name,
.carousel__component--carousel .item .item__name,
.carousel .carousel__item .item__name,
.carousel__component--carousel .carousel__item .item__name,
.carousel .item .carousel__item--name,
.carousel__component--carousel .item .carousel__item--name,
.carousel .carousel__item .carousel__item--name,
.carousel__component--carousel .carousel__item .carousel__item--name {
  margin-top: 26.66666667px;
  margin-bottom: 11px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2em;
  overflow: hidden;
  position: relative;
  height: 2.4em;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
.carousel .item .item__name:before,
.carousel__component--carousel .item .item__name:before,
.carousel .carousel__item .item__name:before,
.carousel__component--carousel .carousel__item .item__name:before,
.carousel .item .carousel__item--name:before,
.carousel__component--carousel .item .carousel__item--name:before,
.carousel .carousel__item .carousel__item--name:before,
.carousel__component--carousel .carousel__item .carousel__item--name:before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  position: absolute;
  right: 0;
  content: '…';
}
.carousel .item .item__name:after,
.carousel__component--carousel .item .item__name:after,
.carousel .carousel__item .item__name:after,
.carousel__component--carousel .carousel__item .item__name:after,
.carousel .item .carousel__item--name:after,
.carousel__component--carousel .item .carousel__item--name:after,
.carousel .carousel__item .carousel__item--name:after,
.carousel__component--carousel .carousel__item .carousel__item--name:after {
  content: '';
  background: #fff none repeat scroll 0% 0%;
  position: absolute;
  height: 50px;
  width: 100%;
  z-index: 1;
}
.carousel .item .item__price,
.carousel__component--carousel .item .item__price,
.carousel .carousel__item .item__price,
.carousel__component--carousel .carousel__item .item__price,
.carousel .item .carousel__item--price,
.carousel__component--carousel .item .carousel__item--price,
.carousel .carousel__item .carousel__item--price,
.carousel__component--carousel .carousel__item .carousel__item--price {
  margin: 20px;
  color: #000000;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.carousel-component,
.carousel__component {
  padding: 0 20px;
  margin: 55px 0 35px;
}
.carousel-component:before,
.carousel__component:before,
.carousel-component:after,
.carousel__component:after {
  content: " ";
  display: table;
}
.carousel-component:after,
.carousel__component:after {
  clear: both;
}
.carousel-component:before,
.carousel__component:before,
.carousel-component:after,
.carousel__component:after {
  content: " ";
  display: table;
}
.carousel-component:after,
.carousel__component:after {
  clear: both;
}
.carousel-component .carousel__component--headline,
.carousel__component .carousel__component--headline {
  color: #000000;
  font-size: 28px;
  margin: 10px 0 20px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.carousel-component:first-child,
.carousel__component:first-child {
  margin: 50px 0 22px;
}
.carousel-component + .carousel-component,
.carousel__component + .carousel-component,
.carousel-component .carousel__component,
.carousel__component .carousel__component {
  margin-top: 0;
  border-top: 4px solid #000000;
  padding-top: 60px;
}
.rotating-image-componet:before,
.rotating-image-componet:after {
  content: " ";
  display: table;
}
.rotating-image-componet:after {
  clear: both;
}
.rotating-image-componet:before,
.rotating-image-componet:after {
  content: " ";
  display: table;
}
.rotating-image-componet:after {
  clear: both;
}
.rotating-image-componet .carousel.rotating-image {
  margin: 0;
}
.rotating-image-componet .owl-item .item {
  padding: 0;
  margin: 0;
}
.rotating-image-componet .owl-item img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}
.rotating-image-componet .owl-controls .owl-pagination {
  display: block !important;
}
.image-gallery .image-gallery__image .owl-item .item {
  padding: 0;
}
.image-gallery .image-gallery__image .owl-item img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .image-gallery .image-gallery__image .owl-controls {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .image-gallery .image-gallery__image .owl-controls {
    display: none !important;
  }
}
.image-gallery .gallery-carousel .owl-item img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}
.owl-nav button {
  background: #e4e4e4cc !important;
  border-radius: 100px !important;
  border: solid 1px #cccccc !important;
  box-shadow: #0000001f 3px 3px 5px;
  height: 40px;
  outline: none;
  position: absolute;
  top: 38%;
  transition: 0.2s;
  width: 40px;
}
.owl-nav button:hover {
  background: #e4e4e4 !important;
  transform: scale(1.2);
}
.owl-nav button span {
  color: #e3262e;
  line-height: 37px;
  font-size: 30px !important;
}
.owl-prev {
  left: 0px;
}
.owl-next {
  right: 30px;
}
@media (max-width: 680px) {
  .owl-nav button:hover {
    transform: scale(1);
  }
  .owl-next {
    right: 0px;
  }
}
.simpleimagecomponent a {
  display: block;
}
.simpleimagecomponent a img {
  width: 100%;
  height: auto;
}
.banner-component {
  width: 100%;
}
.banner-component a {
  display: block;
  color: #000000;
  text-decoration: none;
}
.banner-component a:before,
.banner-component a:after {
  content: " ";
  display: table;
}
.banner-component a:after {
  clear: both;
}
.banner-component a:before,
.banner-component a:after {
  content: " ";
  display: table;
}
.banner-component a:after {
  clear: both;
}
.banner-component .title {
  font-weight: bold;
}
.banner-component .thumb {
  padding: 20px 0;
}
.banner-component .thumb img {
  width: 100%;
  height: auto;
}
@media (max-width: 639px) {
  .simple-banner-component,
  .banner__component {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.simple-banner-component a,
.banner__component a {
  display: block;
}
.simple-banner-component img,
.banner__component img {
  width: 100%;
  height: auto;
}
.image-map-component img {
  width: 100%;
  height: auto;
}
.cms-image-component img {
  width: 100%;
  height: auto;
}
.tabs {
  margin: 120px 0 0;
}
@media (max-width: 1023px) {
  .tabs {
    border-top: 1px solid #000000;
  }
}
.tabs .tabs-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #dddddd;
  display: table;
  margin: 0 auto;
  border: 0;
}
.tabs .tabs-list > li {
  position: relative;
  display: block;
}
.tabs .tabs-list > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.tabs .tabs-list > li > a:hover,
.tabs .tabs-list > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.tabs .tabs-list > li.disabled > a {
  color: #777777;
}
.tabs .tabs-list > li.disabled > a:hover,
.tabs .tabs-list > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.tabs .tabs-list .open > a,
.tabs .tabs-list .open > a:hover,
.tabs .tabs-list .open > a:focus {
  background-color: #eeeeee;
  border-color: #000000;
}
.tabs .tabs-list .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.tabs .tabs-list > li > a > img {
  max-width: none;
}
.tabs .tabs-list > li {
  float: left;
  margin-bottom: -1px;
}
.tabs .tabs-list > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.tabs .tabs-list > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.tabs .tabs-list > li.active > a,
.tabs .tabs-list > li.active > a:hover,
.tabs .tabs-list > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tabs .tabs-list.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.tabs .tabs-list.nav-justified > li {
  float: none;
}
.tabs .tabs-list.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.tabs .tabs-list.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 640px) {
  .tabs .tabs-list.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .tabs .tabs-list.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.tabs .tabs-list.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.tabs .tabs-list.nav-justified > .active > a,
.tabs .tabs-list.nav-justified > .active > a:hover,
.tabs .tabs-list.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 640px) {
  .tabs .tabs-list.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .tabs .tabs-list.nav-justified > .active > a,
  .tabs .tabs-list.nav-justified > .active > a:hover,
  .tabs .tabs-list.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tabs .tabs-list .current-info {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.tabs .tabs-list li {
  padding: 0 40px;
}
.tabs .tabs-list li a {
  text-transform: uppercase;
  color: #000000;
  padding: 0 0 5px 0;
  border: 0;
  border-bottom: 4px solid transparent;
}
.tabs .tabs-list li a:focus,
.tabs .tabs-list li a:hover {
  cursor: pointer;
  background-color: transparent;
}
.tabs .tabs-list li + li:before {
  content: "";
  position: absolute;
  height: 15px;
  left: 0;
  top: 2px;
  border-left: 1px solid #000000;
}
.tabs .tabs-list li.active a,
.tabs .tabs-list li.active a:hover,
.tabs .tabs-list li.active a:focus {
  color: #000000;
  font-weight: bold;
  border: 0;
  border-bottom: 4px solid #000000;
}
.tabs .tabhead {
  height: 75px;
  display: table;
}
@media (max-width: 639px) {
  .tabs .tabhead {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .tabs .tabhead {
    display: none !important;
  }
}
.tabs .tabhead + .tabbody {
  display: none !important;
}
.tabs .tabhead.active {
  font-weight: bold;
}
.tabs .tabhead.active + .tabbody {
  display: block !important;
}
.tabs .tabhead a {
  padding: 0 20px;
  color: inherit;
  line-height: 1;
  text-decoration: none;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .tabs .tabhead a {
    padding-left: 20px;
  }
}
.tabs .tabhead .glyphicon {
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
}
.tabs .tabhead .glyphicon:before {
  content: "\e080";
}
@media (max-width: 1024px) {
  .tabs .tabhead .glyphicon {
    padding-right: 20px;
  }
}
.tabs .tabhead.active .glyphicon:before {
  content: "\e114";
}
.tabs .tabbody {
  border-bottom: 1px solid #000000;
  padding: 20px 0px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .tabs .tabbody {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .tabs .tabbody {
    border-top: 1px solid #000000;
  }
}
@media (max-width: 639px) {
  .tabs.tabs-responsive .tabs-list {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .tabs.tabs-responsive .tabs-list {
    display: none !important;
  }
}
.tabs.tabs-responsive .tabhead {
  text-transform: uppercase;
  display: none !important;
  border-bottom-color: #000000;
}
.tabs.tabs-responsive .tabhead.active {
  border-bottom: 4px solid #000000;
}
@media (max-width: 1023px) {
  .tabs.tabs-responsive .tabhead {
    display: table !important;
  }
}
.tabs.tabs-accordion .tabs-list {
  display: none !important;
}
.tabs.tabs-accordion .tabhead {
  display: table !important;
  margin-bottom: 20px;
}
.languagecurrencycomponent {
  float: right !important;
}
.languagecurrencycomponent form {
  display: inline-block;
}
.languagecurrencycomponent form + form {
  margin-left: 20px;
}
.ui-helper-hidden-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.thumb {
  position: relative;
}
.thumb .badges {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
}
.thumb .badges .badge {
  float: left;
  clear: left;
  margin-bottom: 20px;
}
.com-space > * {
  padding: 20px 0;
}
.flex-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-column > * {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.product-classifications .headline {
  font-weight: bold;
  padding: 20px;
}
.product-classifications table.table td.attrib {
  width: 50%;
}
.no-space {
  padding: 0 !important;
}
.no-space .yCmsComponent {
  padding: 0 !important;
}
.simple-responsive-banner-component a,
.banner__component--responsive a {
  display: block;
}
.simple-responsive-banner-component img,
.banner__component--responsive img {
  width: 100%;
  height: auto;
}
.error-page {
  text-align: center;
}
.back-link {
  padding: 40px 0px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .back-link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.back-link.border {
  border-bottom: 1px solid #000000;
}
.back-link button {
  padding: 0;
}
.back-link .glyphicon {
  border-right: 1px solid #000000;
  border-radius: 0;
  padding-right: 10px;
  line-height: 16px;
  top: -2px;
}
.back-link .label {
  color: #000000;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  padding: 40px 0;
  margin: 0;
  padding-left: 10px;
  white-space: normal;
}
.back-link .label.border {
  border-bottom: 1px solid #000000;
  margin-bottom: 45px;
}
.back-link.product-details .label {
  font-weight: 600;
}
.accordion {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.accordion .panel-group {
  margin: 0;
}
.accordion .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion .panel .panel-heading {
  background-color: #f2f2f2;
  border-bottom: 1px solid #ffffff;
  position: relative;
  padding: 0;
}
.accordion .panel .panel-heading .accordion-toggle {
  display: block;
  color: #000000;
  padding: 40px 30px;
}
.accordion .panel .panel-heading .accordion-toggle:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accordion .panel .panel-heading .accordion-toggle:before.glyphicon-search:before {
  color: #ffffff;
}
.accordion .panel .panel-heading .accordion-toggle:before {
  content: "\e113";
}
.accordion .panel .panel-heading .accordion-toggle.collapsed:before {
  content: "\e114";
}
.accordion .panel .panel-heading .accordion-lnk {
  position: absolute;
  left: 95px;
  top: 40px;
}
.accordion .panel .panel-heading .accordion-lnk.no-subs {
  display: block;
  position: static;
  padding: 40px;
}
.accordion .panel .panel-collapse .panel-heading {
  background-color: #e6e6e6;
}
.accordion .panel .panel-collapse .panel-heading .accordion-lnk {
  left: 135px;
}
.accordion .panel .panel-collapse .panel-heading .accordion-lnk.no-subs {
  padding-left: 135px;
}
.accordion .panel .panel-collapse .panel-collapse .panel-heading {
  background-color: #d9d9d9;
}
.accordion .panel .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
  left: 175px;
}
.accordion .panel .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
  padding-left: 175px;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-heading {
  background-color: #cccccc;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
  left: 215px;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
  padding-left: 215px;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
  background-color: #bfbfbf;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
  left: 255px;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
  padding-left: 255px;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
  background-color: #b3b3b3;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
  left: 295px;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
  padding-left: 295px;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
  background-color: #a6a6a6;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
  left: 335px;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
  padding-left: 335px;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
  background-color: #999999;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
  left: 375px;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
  padding-left: 375px;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
  background-color: #8c8c8c;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
  left: 415px;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
  padding-left: 415px;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
  background-color: #808080;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
  left: 455px;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
  padding-left: 455px;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading {
  background-color: #737373;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk {
  left: 495px;
}
.accordion .panel .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-collapse .panel-heading .accordion-lnk.no-subs {
  padding-left: 495px;
}
.accordion .panel .panel-heading + .panel-collapse > .panel-body {
  border: none;
  padding: 0;
}
.pageType-CategoryPage .map img {
  min-width: 100%;
}
.searchEmptyPageMiddle-component {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .searchEmptyPageMiddle-component {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .product__list--wrapper {
    padding: 0;
    margin: 0 0 0 -20px;
  }
}
@media (min-width: 640px) {
  .product__list--wrapper .pagination-wrap {
    padding-right: 0;
  }
}
.searchSpellingSuggestionPrompt {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 640px) {
  .pagination-bar .sort-refine-bar button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.results h1 {
  color: #000000;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  padding: 30px 0;
  margin: 0;
  margin: 20px 0;
  padding-bottom: 0;
}
.results + .paginationBar {
  margin: 10px 0 25px 0;
}
.product__listing {
  padding-left: 0;
  list-style: none;
}
.product__listing .product__listing--promo {
  color: #3e5983;
  margin-bottom: 20px;
}
a.product__listing .product__listing--promo:hover,
a.product__listing .product__listing--promo:focus {
  color: #2e4160;
}
@media (min-width: 1024px) {
  .product__listing .product__listing--promo {
    padding-right: 20px;
    margin: 0 -10px;
  }
}
.product__listing .product__list--price-panel {
  text-align: right;
}
.product__listing .product__list--name {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 20px 106px;
  color: inherit;
}
.product__listing .product__listing--description {
  margin: 0 210px 0 106px;
}
@media (max-width: 639px) {
  .product__listing .product__listing--description {
    display: none !important;
  }
}
.product__listing .addtocart {
  clear: both;
  text-align: center;
  padding: 20px 0 0 0;
}
.product__listing .addtocart button {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .product__listing .addtocart .pickup-in-store-available .ProductGridComponent-ListPickUpInStoreAction,
  .product__listing .addtocart .pickup-in-store-available .ProductGridComponent-ListAddToCartAction,
  .product__listing .addtocart .pickup-in-store-available .SearchResultsList-ListPickUpInStoreAction,
  .product__listing .addtocart .pickup-in-store-available .SearchResultsList-ListAddToCartAction,
  .product__listing .addtocart .pickup-in-store-available .SearchResultsGrid-ListPickUpInStoreAction,
  .product__listing .addtocart .pickup-in-store-available .SearchResultsGrid-ListAddToCartAction {
    width: 49%;
    display: inline-block;
    float: left;
  }
  .product__listing .addtocart .pickup-in-store-available .ProductGridComponent-ListAddToCartAction {
    position: relative;
    right: 1%;
    float: right;
  }
  .product__listing .addtocart .pickup-in-store-available .ProductGridComponent-ListPickUpInStoreAction {
    position: relative;
    left: 1%;
  }
}
@media (min-width: 1024px) and (min-width: 1400px) {
  .product__listing .addtocart .pickup-in-store-available .ProductGridComponent-ListAddToCartAction,
  .product__listing .addtocart .pickup-in-store-available .ProductGridComponent-ListPickUpInStoreAction {
    width: calc(49% - 4px);
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .product__listing .addtocart .pickup-in-store-available {
    margin: -8px;
  }
  .product__listing .addtocart .pickup-in-store-available .ProductGridComponent-ListPickUpInStoreAction,
  .product__listing .addtocart .pickup-in-store-available .ProductGridComponent-ListAddToCartAction,
  .product__listing .addtocart .pickup-in-store-available .SearchResultsList-ListPickUpInStoreAction,
  .product__listing .addtocart .pickup-in-store-available .SearchResultsList-ListAddToCartAction,
  .product__listing .addtocart .pickup-in-store-available .SearchResultsGrid-ListPickUpInStoreAction,
  .product__listing .addtocart .pickup-in-store-available .SearchResultsGrid-ListAddToCartAction {
    padding: 0 6.66666667px;
  }
}
.product__listing.product__list .product__list--item.tag-highlighted,
.product__listing.product__grid .product-item.tag-highlighted {
  position: relative;
}
.product__listing.product__list .product__list--item.tag-highlighted:before,
.product__listing.product__grid .product-item.tag-highlighted:before {
  content: '';
  z-index: -1;
  position: absolute;
  border: 2px solid #000000;
  top: 14px;
  left: 12px;
  right: 12px;
  bottom: 14px;
}
.product__listing.product__list .product__list--item.tag-highlighted:after,
.product__listing.product__grid .product-item.tag-highlighted:after {
  content: '\e006';
  top: 18px;
  left: 16px;
  color: #000000;
  width: 24px;
  line-height: 22px;
  height: 24px;
  font-size: 18px;
  padding: 0;
  text-align: center;
  position: absolute;
}
.product__listing.product__list .product__list--item {
  padding: 40px 30px;
  border-top: 1px solid #000000;
}
.product__listing.product__list .product__list--item:nth-of-type(2n) {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .product__listing.product__list .product__list--item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product__listing.product__list .product__list--item.tag-highlighted:before {
  left: 0;
  right: 0;
  top: 1px;
  bottom: 0;
}
.product__listing.product__list .product__list--item.tag-highlighted:after {
  font-size: 16px;
  top: 8px;
  left: 7px;
}
.product__listing.product__list .product__list--item.tag-highlighted:first-child:before {
  top: 0;
}
.product__listing.product__list .product__list--item.tag-highlighted:nth-of-type(2n) {
  background: transparent;
}
.product__listing.product__list .product__list--item.tag-highlighted:nth-of-type(2n):before {
  top: 1px;
  background-color: #ffffff;
}
.product__listing.product__list .product__list--thumb {
  float: left;
  margin-right: 20px;
  display: block;
}
.product__listing.product__list .product__list--thumb > img {
  width: 96px;
}
.product__listing.product__list .product__list--price-panel {
  float: right;
  width: 200px;
}
.product__listing.product__list .ProductListComponent-ListPickUpInStoreAction,
.product__listing.product__list .ProductListComponent-ListAddToCartAction,
.product__listing.product__list .SearchResultsList-ListPickUpInStoreAction,
.product__listing.product__list .SearchResultsList-ListAddToCartAction {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 640px) {
  .product__listing.product__list .ProductListComponent-ListPickUpInStoreAction,
  .product__listing.product__list .ProductListComponent-ListAddToCartAction,
  .product__listing.product__list .SearchResultsList-ListPickUpInStoreAction,
  .product__listing.product__list .SearchResultsList-ListAddToCartAction {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 640px) {
  .product__listing.product__list .ProductListComponent-ListPickUpInStoreAction,
  .product__listing.product__list .ProductListComponent-ListAddToCartAction,
  .product__listing.product__list .SearchResultsList-ListPickUpInStoreAction,
  .product__listing.product__list .SearchResultsList-ListAddToCartAction {
    left: 33.33333333%;
  }
}
.product__listing.product__list .ProductListComponent-ListOrderFormAction,
.product__listing.product__list .SearchResultsList-ListOrderFormAction {
  float: left;
  width: 50%;
  left: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 640px) {
  .product__listing.product__list .ProductListComponent-ListOrderFormAction,
  .product__listing.product__list .SearchResultsList-ListOrderFormAction {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 640px) {
  .product__listing.product__list .ProductListComponent-ListOrderFormAction,
  .product__listing.product__list .SearchResultsList-ListOrderFormAction {
    left: 0%;
  }
}
@media (max-width: 639px) {
  .product__listing.product__list .product__list--price-panel {
    text-align: left;
    float: none;
    margin-left: 106px;
    width: auto;
  }
}
.product__listing.product__grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product__listing.product__grid .product-item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 640px) {
  .product__listing.product__grid .product-item {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .product__listing.product__grid .product-item {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .product__listing.product__grid .product-item {
    float: left;
    width: 25%;
  }
}
.product__listing.product__grid .product-item:first-child {
  margin-left: -1px;
}
.product__listing.product__grid .product-item.tag-highlighted {
  position: relative;
}
.product__listing.product__grid .thumb {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  height: 180px;
  overflow: hidden;
}
.product__listing.product__grid .thumb img {
  width: 100%;
  height: auto;
  max-width: 140px;
}
.product__listing.product__grid .details {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.product__listing.product__grid .details .name {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 20px;
  height: 70px;
  overflow: hidden;
  color: #000000;
}
.product__listing.product__grid .details .price {
  font-size: 18px;
}
.product__listing.product__grid .details .promo {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 640px) {
  .product__listing.product__grid .product-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media (max-width: 639px) {
  .product__listing.product__grid .product-item:nth-child(2n + 1) {
    clear: both;
  }
}
.search-empty {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.search-empty .headline {
  margin-bottom: 20px;
}
.search-empty .search-suggestions {
  margin-bottom: 20px;
}
.product-category-page .product-categories .refine-bar {
  padding-bottom: 20px;
  padding-top: 20px;
}
.product-category-page .product-categories .pcp-prod,
.product-category-page .product-categories .pcp-banner {
  padding-left: 0;
  padding-right: 0;
}
.product-category-page .product-categories .pcp-banner .simple-responsive-banner-component,
.product-category-page .product-categories .pcp-banner .banner__component--responsive {
  margin-right: -20px;
}
.product-category-page .product-categories .pcp-banner {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .search-list-page-right-result-list-slot {
    margin-left: -20px;
    margin-top: -20px;
  }
  .search-list-page-right-result-list-component {
    padding-left: 20px;
  }
  .product-list-right-component {
    margin-left: 0;
    padding-top: 20px;
  }
  .product-list-right-component .pagination-bar {
    margin-top: 0;
  }
}
.search-results-highlight {
  font-weight: bold;
}
.category-body-list-row {
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .category-body-list-row {
    align-items: normal;
    flex-direction: row;
  }
}
.sort-refine-bar .form-group select {
  width: auto;
}
.pagination-bar {
  margin: 50px 0;
}
.pagination-bar .pagination-toolbar {
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 30px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 1024px) {
  .pagination-bar .pagination-toolbar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pagination-bar .form-group {
  margin: 0;
}
.pagination-bar .pagination-bar-results {
  margin-top: 45px;
  padding: 0 20px;
  color: #000000;
}
.pagination-bar.bottom .pagination-toolbar {
  padding-top: 60px;
  border-top: 1px solid #000000;
  border-bottom-width: 1px;
}
@media (max-width: 1023px) {
  .pagination-bar button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 639px) {
  .sort-refine-bar .form-group select {
    width: 100%;
  }
  .pagination-bar .pagination,
  .pagination-bar button {
    margin-top: 60px;
    width: 100%;
  }
}
@media (min-width: 640px) {
  .pagination-bar .pagination-toolbar {
    border-bottom-width: 1px;
  }
  .pagination-bar .pagination,
  .pagination-bar button {
    margin-top: 45px;
  }
}
@media (max-width: 1023px) and (min-width: 640px) {
  .sort-refine-bar .form-group select {
    height: 48px;
  }
  .pagination-bar .pagination,
  .pagination-bar button {
    margin-top: 44px;
  }
}
.item__list {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-left: 0;
  list-style: none;
}
.item__list .item__list--item {
  border-bottom: 1px solid #000000;
  padding: 15px 0;
}
.item__list .item__list--item:nth-child(4n+4) + li .add-to-cart-order-form-wrap,
.item__list .item__list--item:nth-child(4n+4) + li .add-to-cart-order-form-wrap:after {
  background-color: #ffffff;
}
.item__list .item__list--item:nth-child(4n+4) + li .add-to-cart-order-form-wrap .order-form-scroll.down {
  bottom: 0;
  z-index: 9999;
}
.item__list .item__list--item:last-child {
  padding-right: 30px;
}
.item__list .item__list--item .btn-group.open .dropdown-menu {
  padding: 0;
}
.item__list .item__list--item .btn-group.open .dropdown-menu li {
  margin: 0;
}
.item__list .item__list--item .btn-group.open .dropdown-menu li:first-child {
  border-bottom: 1px solid #000000;
}
.item__list .item__list--item .btn-group.open a {
  padding: 18px 35px 18px 25px;
}
.item__list .item__list--item .item__configurations--display .btn {
  padding-left: 0;
}
.item__list .item__list--item .item__configurations--display .btn:hover {
  color: #000000;
}
.item__list .item__list--header {
  padding-left: 0;
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.item__list .item__list--header li {
  display: table-cell;
  background-color: #000000;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 7px 10px;
}
.item__list .item__list--header li:last-child {
  padding-right: 30px;
}
.item__list .item__toggle {
  font-size: 15px;
  width: 35px;
}
.item__list .item__toggle > * {
  cursor: pointer;
}
.item__list .item__toggle .open .glyphicon:before {
  content: "\e113";
}
.item__list .item__image {
  width: 176px;
  padding: 0 40px;
}
.item__list .item__image img {
  max-width: 96px;
}
.item__list .item__name {
  font-size: 16px;
  font-weight: 700;
}
.item__list .item__quantity {
  text-align: center;
}
.item__list .item__quantity .form-control {
  display: inline-block;
  width: 120px;
  height: 80px;
  text-align: center;
}
.item__list .item__delivery .item__delivery--label {
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
}
.item__list .item__total--column {
  text-align: right;
}
.item__list .item__total {
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  padding-left: 0;
}
.item__list .item__remove,
.item__list .item__menu {
  width: 65px;
  text-align: right;
}
.item__list .item__remove .btn,
.item__list .item__menu .btn {
  font-size: 25px;
  background-color: transparent;
  padding: 0;
  border: 0;
  color: #000000;
}
.item__list .item__remove .btn .glyphicon,
.item__list .item__menu .btn .glyphicon {
  top: 4px;
}
.item__list #cartOrderGridForm .product-grid-container table {
  background-color: #ffffff;
}
.item__list #cartOrderGridForm .product-grid-container table th {
  background-color: #000000;
  color: #000000;
}
.item__list .promo {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.item__list .promo ul {
  padding-left: 0;
  list-style: none;
}
.item__list .out-of-stock {
  color: #000000;
}
.item__list .read-only-grid .grid-row > td {
  border-bottom: 1px solid #000000;
}
.item__list .read-only-grid .grid-prod-img {
  width: 100px;
  padding: 25px 40px 20px 45px;
  vertical-align: top;
}
.item__list .read-only-grid .grid-prod-img + td {
  padding-bottom: 5px;
}
.item__list .read-only-grid .grid-variant,
.item__list .read-only-grid .grid-size {
  font-weight: 700;
}
.item__list .read-only-grid .grid-variant + .grid-variant:before,
.item__list .read-only-grid .grid-size + .grid-variant:before {
  content: "|";
  font-size: 15px;
  margin: 0 10px;
  width: 1px;
  color: #000000;
}
.item__list .read-only-grid .grid-prod-info {
  display: inline-block;
  padding-top: 0;
  padding-right: 80px;
}
.item__list .read-only-grid .grid-qty .grid-qty-label {
  font-size: 12px;
  text-transform: uppercase;
}
.item__list .read-only-grid .grid-price:before {
  content: "|";
  font-size: 15px;
  margin: 0 10px;
  width: 1px;
  color: #000000;
}
@media (min-width: 1024px) {
  .item__list > li .add-to-cart-order-form-wrap {
    border-bottom: 1px solid #000000;
  }
  .item__list .item__list--item {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .item__list .item__list--item .item__sku__input,
  .item__list .item__list--item .item__toggle,
  .item__list .item__list--item .item__image,
  .item__list .item__list--item .item__info,
  .item__list .item__list--item .item__price,
  .item__list .item__list--item .item__quantity,
  .item__list .item__list--item .item__delivery,
  .item__list .item__list--item .item__total,
  .item__list .item__list--item .item__remove,
  .item__list .item__list--item .item__menu,
  .item__list .item__list--item .item__quantity__total {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
  }
  .item__list .item__info {
    width: 35%;
    padding: 0 20px;
  }
  .item__list .item__delivery {
    padding-left: 3%;
  }
}
@media (min-width: 640px) {
  .item__list #cartOrderGridForm {
    max-height: 460px;
    overflow: scroll;
  }
  .item__list #cartOrderGridForm table tr:first-child > th:first-child,
  .item__list #cartOrderGridForm table tr > td:first-child {
    border-right: 0;
    padding-left: 80px;
  }
}
@media (max-width: 1023px) {
  .item__list {
    border-top: 1px solid #000000;
    margin-top: 0;
    clear: both;
  }
  .item__list .item__toggle .glyphicon {
    width: 50px;
    height: 50px;
  }
  .item__list .item__image {
    float: left;
    margin: 0;
  }
  .item__list .item__price .visible-xs {
    display: inline!important;
  }
  .item__list .item__remove,
  .item__list .item__menu {
    position: absolute;
    right: 20px;
    top: 8px;
    padding: 0;
    margin: 0;
  }
  .item__list .item__remove .btn,
  .item__list .item__menu .btn {
    text-align: center;
    width: 50px;
    height: 50px;
  }
  .item__list .item__total {
    float: right;
  }
  .item__list .item__quantity__total {
    clear: both;
    float: none;
    width: auto;
    padding-right: 40px;
  }
  .item__list .item__quantity__total > .details {
    cursor: pointer;
  }
  .item__list .item__quantity__total .qty {
    line-height: 42px;
    padding-top: 20px;
  }
  .item__list .item__quantity__total .qty:before,
  .item__list .item__quantity__total .qty:after {
    content: " ";
    display: table;
  }
  .item__list .item__quantity__total .qty:after {
    clear: both;
  }
  .item__list .item__quantity__total .qty:before,
  .item__list .item__quantity__total .qty:after {
    content: " ";
    display: table;
  }
  .item__list .item__quantity__total .qty:after {
    clear: both;
  }
  .item__list .item__quantity__total .qty label {
    float: left;
    margin: 0 20px 0 0;
  }
  .item__list .item__quantity__total .qty input {
    float: left;
    width: 70px;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 20px;
  }
  .item__list .item__quantity__total .qty .qtyValue {
    float: left;
  }
  .item__list .item__quantity__total .qty .glyphicon {
    float: right;
    line-height: 40px;
    padding-left: 5px;
  }
  .item__list .item__quantity__total .open .qty .glyphicon:before {
    content: "\e114";
  }
  .item__list #cartOrderGridForm .product-grid-container {
    font-size: 14px;
    margin: 0;
  }
  .item__list #cartOrderGridForm .product-grid-container .variant-detail {
    padding-left: 40px;
    padding-top: 20px;
  }
  .item__list #cartOrderGridForm .product-grid-container .variant-detail img {
    padding-right: 20px;
  }
  .item__list #cartOrderGridForm .product-grid-container .variant-select {
    padding-top: 22px;
    padding-right: 40px;
    vertical-align: top;
  }
  .item__list #cartOrderGridForm .product-grid-container > table {
    border-bottom: 1px solid #000000;
  }
  .item__list #cartOrderGridForm .product-grid-container > table tr td {
    border-bottom: none;
  }
  .item__list #cartOrderGridForm .product-grid-container .variant-summary {
    background-color: transparent;
  }
  .item__list #cartOrderGridForm .product-grid-container .variant-summary > td {
    padding: 0 40px 40px;
  }
  .item__list #cartOrderGridForm .product-grid-container .variant-summary .variant-summary-items {
    border: none;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .item__list #cartOrderGridForm .product-grid-container .variant-summary table tr td {
    padding: 0 10px 0 0;
  }
  .item__list #cartOrderGridForm .product-grid-container .variant-summary table tr td:last-child {
    padding: 0;
  }
  .item__list .read-only-grid .grid-prod-img {
    padding-left: 40px;
    padding-right: 30px;
  }
  .item__list .read-only-grid .grid-variant {
    display: block;
  }
  .item__list .read-only-grid .grid-variant + .grid-variant:before {
    content: none;
  }
  .item__list--item {
    position: relative;
  }
  .item__list--item > div {
    margin-left: 176px;
    padding: 0 80px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.account-orderdetail .item__list {
  clear: both;
  margin-top: 0;
}
.cart-header {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .cart-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cart-header.border {
  border-bottom: 1px solid #000000;
  margin-bottom: 45px;
}
.cart-header .cart-headline {
  color: #000000;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  padding: 40px 0;
  margin: 0;
  padding: 0px;
}
.cart-header .cart-headline.border {
  border-bottom: 1px solid #000000;
  margin-bottom: 45px;
}
.cart-header .cart__id--label {
  font-size: 18px;
  font-weight: 600;
  padding: 0 5px 0 10px;
}
.cart-header .cart__id--label:before {
  content: '|';
  position: relative;
  left: -2px;
  color: #000000;
  font-weight: 400;
  vertical-align: top;
}
.cart-header .cart__id--label .cart__id {
  padding-left: 5px;
}
.cart-top-bar {
  background: #ffffff;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .cart-top-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cart-top-bar a.help {
  font-size: 13px;
  position: relative;
  padding-right: 25px;
}
.cart-top-bar a.help .glyphicon {
  color: #000000;
  font-size: 1.5em;
  position: absolute;
  right: 0;
  top: -1px;
}
.cart-top-bar .help-popup-content-holder {
  display: none;
}
.cart-restoration-bar {
  background: #f2f4f7;
  margin-bottom: 40px;
  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .cart-restoration-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.help-popup-content strong {
  display: block;
  margin-bottom: 15px;
}
.cart__content {
  margin-left: -20px;
  margin-right: -20px;
}
.cart__top--totals {
  text-align: right;
  font-size: 15px;
  margin-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .cart__top--totals {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cart__top--totals .cart__top--amount {
  margin-left: 5px;
}
.cart__top--totals .cart__top--amount:before {
  content: '|';
  position: relative;
  left: -2px;
  color: #000000;
  font-weight: 400;
  top: -1px;
}
.cart__actions.border {
  border-bottom: 1px solid #000000;
}
.cart__actions,
.cart__actions--top {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 32px;
}
@media (max-width: 1024px) {
  .cart__actions,
  .cart__actions--top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .cart__actions,
  .cart__actions--top {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
.item__list__cart {
  margin-top: 15px;
  margin-bottom: 10px;
}
.item__list__cart table td {
  padding: 0;
}
.item__list__cart > table tbody > .entry-group-header > th {
  background-color: #e4e4e4;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  padding-right: 35px;
}
.item__list__cart > table tbody > .entry-group-header a {
  color: #000000;
}
.item__list__cart > table table td {
  background-color: #f4f4f4;
}
.item__list__cart > table table tbody > .entry-group-header > th {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 35px;
}
@media (min-width: 1024px) {
  .item__list__cart .item__remove,
  .item__list__cart .item__menu {
    width: 60px;
  }
}
.item__list__cart .item__list--item {
  border-top: 1px solid #000000;
}
.item__list__cart .item__list--item .item__image {
  padding: 10px;
}
@media (min-width: 1024px) {
  .item__list__cart .item__list--item .item__remove,
  .item__list__cart .item__list--item .item__menu {
    padding-right: 26px;
  }
}
.item__list__cart .item__list--item .item__menu {
  overflow: visible;
}
.item__list__cart .item__list--item .item__menu .dropdown-menu {
  padding: 5px 0;
}
.item__list__cart .item__list--item .btn-group.open .dropdown-menu {
  padding: 0;
}
.item__list__cart .item__list--item .btn-group.open .dropdown-menu li {
  margin: 0;
  border-top: 1px solid #000000;
}
.item__list__cart .item__list--item .btn-group.open .dropdown-menu li:first-child {
  border: none;
}
.item__list__cart .item__list--item .btn-group.open a {
  padding: 18px 35px 18px 25px;
}
.item__list__cart .item__list--comment {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.item__list__cart .item__list--comment .item__comment {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .item__list__cart .item__list--comment .item__comment {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.item__list__cart .item__list--comment .item__comment textarea {
  min-height: inherit;
  resize: none;
  margin-bottom: 20px;
}
.item__list__cart .item__list--comment .item__comment--role {
  margin-top: 58px;
}
.item__list__cart .item__list--comment .item__comment--author {
  font-weight: bold;
}
.item__list__cart .item__quantity {
  text-align: left;
}
.item__list__cart .notification.has-error {
  padding: 0 30px;
  text-align: center;
  margin-top: 10px;
}
.item__list__cart .item__configurations {
  margin: 10px 0;
}
@media (max-width: 0px) {
  .item__list__cart .item__configuration--entry {
    margin-bottom: 5px;
  }
}
.item__list__cart .item__configurations--edit .btn {
  padding-left: 0;
}
.item__list__cart .item__configurations--edit .btn:hover {
  color: #000000;
}
.cart__head--link:after {
  content: '|';
  position: relative;
  left: 5px;
  color: #000000;
  font-weight: 400;
  vertical-align: top;
}
.cart__head--link:first-child:after {
  content: '';
  position: relative;
  left: 0px;
  color: #000000;
  font-weight: 400;
  vertical-align: top;
}
.save__cart--link,
.new__cart--link,
.cart__quotes--link {
  text-align: right;
  margin-top: 12px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
  float: right;
  padding: 0 5px;
}
@media (max-width: 1023px) {
  .save__cart--link,
  .new__cart--link,
  .cart__quotes--link {
    text-align: left;
  }
}
@media (max-width: 639px) {
  .save__cart--link,
  .new__cart--link,
  .cart__quotes--link {
    text-align: center;
    margin-top: 0;
  }
}
.export__cart--link {
  text-align: left;
  width: 100%;
  margin-top: 15px;
  padding-right: 40px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .export__cart--link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 639px) {
  .export__cart--link {
    padding-top: 5px;
  }
}
.cart-totals {
  font-size: 18px;
  line-height: 2em;
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .cart-totals {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cart-totals .cart-totals-left {
  padding-left: 50px;
}
.cart-totals .cart-totals-right {
  font-weight: bold;
  padding-left: 0;
  padding-right: 60px;
}
.cart-totals .cart-price {
  font-weight: bold;
}
.cart-totals .discount {
  color: #000000;
}
.cart-totals .quote-discount-link {
  text-transform: uppercase;
}
.cart-totals .grand-total {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.3em;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cart-totals .cart-totals-taxes {
  clear: both;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  padding-right: 60px;
  padding-left: 55px;
}
@media (max-width: 1023px) and (min-width: 640px) {
  .cart-totals .cart-totals-left,
  .cart-totals .cart-totals-right,
  .cart-totals .cart-totals-taxes {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 639px) {
  .cart-totals .cart-totals-left,
  .cart-totals .cart-totals-right,
  .cart-totals .cart-totals-taxes {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .cart__actions {
    margin: 0;
  }
  .cart__actions .pull-right {
    float: none !important;
  }
  .cart__actions .row {
    margin: 0;
  }
}
.express-checkout {
  background-color: #ffffff;
  padding: 40px 80px;
  margin: 40px 0;
}
@media (min-width: 640px) {
  .express-checkout {
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .express-checkout {
    margin-right: 30px;
  }
}
.express-checkout .headline {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.express-checkout ul {
  margin-top: 5px;
}
.express-checkout ul li {
  list-style-type: disc;
}
@media (max-width: 1023px) and (min-width: 640px) {
  .express-checkout {
    padding: 40px;
    margin-right: 20px;
  }
}
@media (max-width: 639px) {
  .express-checkout {
    margin: 0 0 20px 0;
    padding: 40px;
  }
}
.cartpotproline,
.cartproline {
  font-size: 18px;
  padding-bottom: 45px;
  border-bottom: 1px solid #000000;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .cartpotproline,
  .cartproline {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cartpotproline .info,
.cartproline .info {
  font-size: 14px;
}
.promotion {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.error-details-section .action {
  text-align: center;
  margin: 20px 0;
}
.doFlowSelectedChange,
#selectPciOption {
  margin-top: 40px;
}
@media (max-width: 639px) {
  .cartpotproline,
  .cartproline {
    padding: 20px 40px 45px;
  }
  .btn--continue-shopping,
  .btn--continue-checkout,
  .btn-create-quote {
    margin-bottom: 35px;
  }
  .doFlowSelectedChange {
    margin-top: 40px;
  }
}
#cboxContent .cart_popup_error_msg {
  margin-bottom: 40px;
}
.content__empty .content {
  margin: 0 auto;
  width: 50%;
}
.mini-cart .mini-cart-body:before,
.mini-cart .mini-cart-body:after {
  content: " ";
  display: table;
}
.mini-cart .mini-cart-body:after {
  clear: both;
}
.mini-cart .mini-cart-body:before,
.mini-cart .mini-cart-body:after {
  content: " ";
  display: table;
}
.mini-cart .mini-cart-body:after {
  clear: both;
}
.mini-cart .mini-cart-body .legend {
  margin-bottom: 20px;
}
.mini-cart .mini-cart-body .legend a {
  float: right;
}
.mini-cart .mini-cart-body .mini-cart-list {
  padding-left: 0;
  list-style: none;
}
.mini-cart .mini-cart-body .mini-cart-list li + li {
  margin-top: 20px;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .thumb {
  float: left;
  margin-right: 20px;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .thumb img {
  max-width: 65px;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details {
  margin-left: 85px;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .name {
  font-weight: bold;
  color: inherit;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .price {
  text-align: right;
  font-weight: bold;
}
.mini-cart .mini-cart-body .mini-cart-totals {
  border: 1px solid #000000;
  border-width: 1px 0;
  margin: 20px 0 60px;
  padding: 20px;
}
.mini-cart .mini-cart-body .mini-cart-totals .key {
  float: left;
}
.mini-cart .mini-cart-body .mini-cart-totals .value {
  text-align: right;
}
.mini-cart .mini-cart-body .mini-cart-checkout-button {
  margin: 20px 0;
}
.mini-cart .mini-cart-body img {
  width: 100%;
}
#quoteForm .form__actions {
  margin-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  #quoteForm .form__actions {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 639px) {
  #quoteForm .form__actions--cancel,
  #quoteForm .form__actions--done {
    margin-bottom: 35px;
  }
}
.cart__quote__edit .quote__head {
  color: #000000;
  background-color: #ffffff;
  padding: 40px 0;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .cart__quote__edit .quote__head {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cart__quote__edit .quote__head .quote__head--label {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 0;
}
.cart__quote__edit .quote__head .label__value {
  display: inline-block;
}
.cart__quote__edit .quote__head .glyphicon {
  font-size: 30px;
  position: absolute;
  height: 30px;
  line-height: 20px;
}
.cart__quote__edit .quote__head .quote__head--title {
  font-size: 15px;
  text-transform: uppercase;
  margin-left: 53px;
  display: inline-block;
}
@media (max-width: 639px) {
  .cart__quote__edit .quote__head .quote__head--title {
    margin-bottom: 10px;
  }
}
#quoteFormDiv {
  background: #ffffff;
  padding-top: 45px;
}
#quoteFormDiv label {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
.quote__comments--wrapper {
  padding-top: 40px;
  padding-bottom: 70px;
}
.quote__form--section {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .quote__form--section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.quote__estimate .quote__estimate--amount {
  display: block;
}
textarea.quote__comments--textarea {
  min-height: 100px;
  max-width: 100%;
  width: 100%;
}
.quote__comments--toggle,
.quote__form--toggle {
  background: none;
  border: none;
}
.quote__comments--toggle.collapsed:after,
.quote__form--toggle.collapsed:after {
  font-family: 'Glyphicons Halflings', sans-serif;
  content: '\e114';
}
.quote__comments--toggle:after,
.quote__form--toggle:after {
  font-family: 'Glyphicons Halflings', sans-serif;
  content: '\e113';
  position: relative;
  top: 2px;
}
.quote__comments--toggle:focus,
.quote__form--toggle:focus {
  border: none;
  outline: #ffffff;
}
.quote__form--toggle {
  color: #000000;
}
.quote__comments__header {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 40px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .quote__comments__header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.quote__comments {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .quote__comments {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.quote__comments .quote__comments--header {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 40px;
}
#quoteFormDiv .quote__comments {
  margin-top: 0;
}
.quote__comments .quote__comments--time {
  font-weight: bold;
}
@media (max-width: 640px) {
  .quote__comments .quote__comments--time {
    margin-bottom: 5px;
  }
}
.quote__comments .quote__comments--role {
  font-weight: bold;
}
.quote__comments .quote__comments--comment {
  word-break: break-all;
}
@media (min-width: 1024px) {
  .form-element-icon.datepicker.quote__expiration .glyphicon {
    top: 10px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .form-element-icon.datepicker.quote__expiration .glyphicon {
    top: 28px;
  }
}
@media (min-width: 1024px) {
  .quote__expiration .form-group {
    display: table;
    width: 100%;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .quote__expiration--label {
    display: table-cell;
    text-align: right;
    padding-right: 20px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .quote__expiration--label {
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .quote__expiration--input {
    display: table-cell;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .quote__expiration--input {
    padding: 10px 20px;
    height: 28px;
  }
}
body.page-cartPage .cartAlertMessage {
  display: none;
}
body.page-cartPage #colorbox .cartMessage {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}
body.page-cartPage #colorbox #cboxClose {
  position: absolute;
  right: 5px;
  top: 5px;
  background: transparent;
  border: 0 none;
  color: #000000;
  padding: 5px;
  font-size: 16px;
}
.modal-controleFacil .mdn-Modal-content {
  padding: 0;
  width: 51.875rem !important;
  height: 27.75rem !important;
  border-radius: 10px;
}
@media (max-width: 700px) {
  .modal-controleFacil .mdn-Modal-content {
    width: 20.063rem !important;
    height: 31rem !important;
    margin-top: 6% !important;
  }
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-header {
  text-align: center;
  background: linear-gradient(93.97deg, #a8181f 22.38%, #f43a42 108.8%), #e3262e;
  width: 100%;
  max-height: 8rem;
  min-height: 8rem;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 700px) {
  .modal-controleFacil .mdn-Modal-content .mdn-Modal-header {
    max-height: 6.563rem;
    min-height: 6.563rem;
  }
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-header h1 {
  font-family: var(--font-family-highlight);
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 124.1%;
  text-align: center;
  color: #ffffff;
  margin-top: 35px;
  margin-left: 50px;
}
@media (max-width: 700px) {
  .modal-controleFacil .mdn-Modal-content .mdn-Modal-header h1 {
    font-size: 14px;
    margin-top: 29px;
    margin-left: 0;
    transform: translateX(10px);
  }
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-header .mdn-Button-header-close {
  border: none;
  color: #fff;
  font-size: 25px;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body {
  padding: 0;
  margin-top: 12px;
  overflow: hidden;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box {
  max-width: 573px;
  margin: 0 auto;
  position: relative;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .mdn-Swiper .mdn-Swiper-wrapper .mdn-Swiper-slide .mdn-CardInstitutional {
  width: 175px !important;
  height: 286px !important;
  padding: 0;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .mdn-Swiper .mdn-Swiper-wrapper .mdn-Swiper-slide .mdn-CardInstitutional .mdn-CardInstitutional-content {
  display: flex;
  flex-direction: column;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .mdn-Swiper .mdn-Swiper-wrapper .mdn-Swiper-slide .mdn-CardInstitutional .mdn-CardInstitutional-content .card-header {
  width: 100%;
  height: 65px;
  background: #e3262e;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .mdn-Swiper .mdn-Swiper-wrapper .mdn-Swiper-slide .mdn-CardInstitutional .mdn-CardInstitutional-content .card-header h3 {
  font-weight: 700 !important;
  font-size: 22px !important;
  color: white;
  margin: 6px 0 0 16px !important;
  line-height: 1;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .mdn-Swiper .mdn-Swiper-wrapper .mdn-Swiper-slide .mdn-CardInstitutional .mdn-CardInstitutional-content .card-body {
  padding: 7px 16px;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .mdn-Swiper .mdn-Swiper-wrapper .mdn-Swiper-slide .mdn-CardInstitutional .mdn-CardInstitutional-content .card-body .portabilidade {
  font-size: 10px;
  margin-bottom: 0px;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .mdn-Swiper .mdn-Swiper-wrapper .mdn-Swiper-slide .mdn-CardInstitutional .mdn-CardInstitutional-content .card-body .apps-iconGroup {
  margin-top: 10px;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .mdn-Swiper .mdn-Swiper-wrapper .mdn-Swiper-slide .mdn-CardInstitutional .mdn-CardInstitutional-content .card-body .apps-iconGroup h4 {
  font-size: 10px !important;
  color: black;
  margin: 0 0 4px 0;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .mdn-Swiper .mdn-Swiper-wrapper .mdn-Swiper-slide .mdn-CardInstitutional .mdn-CardInstitutional-content .card-body .apps-iconGroup .mdn-IconGroup img {
  width: 20px;
  height: 20px;
  margin-right: 11px;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .mdn-Swiper .mdn-Swiper-wrapper .mdn-Swiper-slide .mdn-CardInstitutional .mdn-CardInstitutional-content .card-body .mdn-Price {
  margin-top: 15px;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .mdn-Swiper .mdn-Swiper-wrapper .mdn-Swiper-slide .mdn-CardInstitutional .mdn-CardInstitutional-content .card-body .mdn-Price .mdn-Price-price {
  color: #e3262e;
  font-size: 20px;
  line-height: 1 !important;
  margin: 0;
  margin-bottom: 5px;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .mdn-Swiper .mdn-Swiper-wrapper .mdn-Swiper-slide .mdn-CardInstitutional .mdn-CardInstitutional-content .card-body .mdn-Price .mdn-Price-price .mdn-Price-price-period {
  font-size: 10px;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .mdn-Swiper .mdn-Swiper-wrapper .mdn-Swiper-slide .mdn-CardInstitutional .mdn-CardInstitutional-content .card-body .mdn-Price .mdn-Price-suffix {
  font-size: 10px;
  line-height: 1 !important;
  color: #5f646d;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .mdn-Swiper .mdn-Swiper-wrapper .mdn-Swiper-slide .mdn-CardInstitutional .mdn-CardInstitutional-content .card-footer {
  width: 100%;
  height: 70px;
  background-color: #f4f4f4;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .mdn-Swiper .mdn-Swiper-pagination-custom {
  bottom: 22px !important;
  z-index: 999 !important;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .mdn-Swiper .mdn-Swiper-pagination-custom .mdn-Swiper-button-prev {
  margin-right: 16px;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .swiper-controls {
  position: absolute;
  top: 35%;
  width: 100%;
  display: none;
  z-index: 99;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .swiper-controls .swiper-control-prev {
  position: absolute;
  left: -30px;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .swiper-controls .swiper-control-prev:hover {
  cursor: pointer;
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .swiper-controls .swiper-control-next {
  position: absolute;
  right: -30px;
  transform: rotate(180deg);
}
.modal-controleFacil .mdn-Modal-content .mdn-Modal-body .swiper-box .swiper-controls .swiper-control-next:hover {
  cursor: pointer;
}
@media (min-width: 1024px) {
  #colorbox #cboxTitle .headline-text {
    display: block !important;
  }
}
.pickup-component .find-store-display:before,
.pickup-component .find-store-display:after {
  content: " ";
  display: table;
}
.pickup-component .find-store-display:after {
  clear: both;
}
.pickup-component .find-store-display:before,
.pickup-component .find-store-display:after {
  content: " ";
  display: table;
}
.pickup-component .find-store-display:after {
  clear: both;
}
.pickup-component .find-store-display .store-navigation {
  float: left;
  width: 50%;
  border-right: 1px solid #000000;
}
.pickup-component .find-store-display .store-navigation .pickup-product {
  display: none;
  height: 56px;
  display: table;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.pickup-component .find-store-display .store-navigation .pickup-product .thumb,
.pickup-component .find-store-display .store-navigation .pickup-product .name,
.pickup-component .find-store-display .store-navigation .pickup-product .price {
  height: 56px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.pickup-component .find-store-display .store-navigation .pickup-product .thumb {
  width: 56px;
  padding: 20px;
}
.pickup-component .find-store-display .store-navigation .pickup-product .thumb img {
  height: 100%;
  width: 100%;
}
.pickup-component .find-store-display .store-navigation .pickup-product .price {
  padding: 0 20px;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product {
  height: 56px;
  display: table;
  border-bottom: 1px solid #ddd;
  width: 100%;
  font-size: 13px;
  overflow: hidden;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar {
  height: 56px;
  display: table-cell;
  padding-right: 20px;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group {
  border: 1px solid #000000;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group-btn {
  vertical-align: top;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group .form-control {
  border: 0 none;
  height: 42px;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group .btn {
  box-shadow: none !important;
  height: 42px;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group .btn .glyphicon {
  top: 0;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .near-me {
  height: 56px;
  display: table-cell;
  padding: 0 20px;
  vertical-align: middle;
  display: none;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .near-me .near-store span {
  margin-right: 20px;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager {
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  background: #fff;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager:before,
.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
  content: " ";
  display: table;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
  clear: both;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager:before,
.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
  content: " ";
  display: table;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
  clear: both;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager .prev {
  float: left;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager .next {
  float: right;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager .position {
  text-align: center;
  margin: 0 80px;
}
.pickup-component .find-store-display .display-details {
  float: left;
  width: 50%;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.pickup-component .find-store-display .display-details .store-image {
  float: right;
  width: 150px;
}
.pickup-component .find-store-display .display-details .store-image img {
  width: 100%;
  height: auto;
}
.pickup-component .find-store-display .display-details .distance {
  text-align: right;
  margin-top: 20px;
}
.pickup-component .find-store-display .display-details .store-info .name {
  font-weight: bold;
}
.pickup-component .find-store-display .display-details .store-info .address {
  color: #777777;
}
.pickup-component .find-store-display .display-details .store-links {
  margin: 20px 0;
}
.pickup-component .find-store-display .display-details .store-links a {
  display: block;
}
.pickup-component .find-store-display .display-details .store-openings .title {
  font-weight: bold;
}
.pickup-component .find-store-display .display-details .store-openings dl dt {
  width: 60px;
  text-align: left;
  float: left;
}
.pickup-component .find-store-display .display-details .store-openings dl dd {
  margin-left: 80px;
}
.pickup-component .find-store-display .display-details .pickup-product {
  height: 125px;
  width: 100%;
  font-weight: bold;
  border-top: 1px solid #ddd;
}
.pickup-component .find-store-display .display-details .pickup-product .variants {
  height: 30px;
  margin-top: -30px;
  padding: 5px 20px;
  font-weight: normal;
}
.pickup-component .find-store-display .display-details .pickup-product .variants span:after {
  content: ", ";
}
.pickup-component .find-store-display .display-details .pickup-product .variants span:last-child:after {
  content: "";
}
.pickup-component .find-store-display .display-details .pickup-product .thumb {
  float: left;
  width: 112px;
  height: 112px;
  padding: 20px;
}
.pickup-component .find-store-display .display-details .pickup-product .thumb img {
  height: 100%;
  width: auto;
}
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info {
  display: table;
  height: 56px;
}
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .name,
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .name {
  font-weight: normal;
  width: 100%;
}
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price {
  padding: 0 20px;
  text-align: right;
}
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price .stock {
  white-space: nowrap;
}
.pickup-component .find-store-display .display-details .pickup-product .action {
  height: 70px;
  padding: 20px;
  text-align: right;
}
.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group {
  width: 142px;
}
.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group input {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  height: 48px;
}
.pickup-component .pickup-store-list {
  padding-left: 0;
  list-style: none;
  height: 280px;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.pickup-component .pickup-store-list li.loading {
  height: 56px;
  background: #000000;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #000000;
  text-align: center;
  line-height: 56px;
}
.pickup-component .pickup-store-list li.loading .glyphicon {
  color: #000000;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-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);
  }
}
.pickup-component .pickup-store-list .pickup-store-list-entry {
  height: 56px;
}
.pickup-component .pickup-store-list .pickup-store-list-entry input {
  display: none;
}
.pickup-component .pickup-store-list .pickup-store-list-entry label {
  margin: 0;
  height: 100%;
  font-size: 13px;
  padding: 0 0 0 20px;
  display: table;
  width: 100%;
  cursor: pointer;
  position: relative;
  background: #000000;
  border-bottom: 1px solid #ddd;
}
.pickup-component .pickup-store-list .pickup-store-list-entry label:hover {
  background: #f2f2f2;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-info {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-list-entry-name {
  display: block;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-list-entry-city {
  display: block;
  font-weight: normal;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability {
  display: table;
  height: 100%;
  width: 80px;
  border-left: 1px solid #ddd;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 5px;
  text-align: center;
  white-space: nowrap;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability span div {
  font-size: 10px;
}
.inline-layer {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.9s ease-out;
  -o-transition: 0.9s ease-out;
  transition: 0.9s ease-out;
}
.inline-layer.open {
  height: auto !important;
}
@media (min-width: 1024px) {
  .pickup-component .find-store-display .pickup-store-list {
    margin: 0 -1px 0 0;
  }
  .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry label {
    padding-right: 14px;
  }
  .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry label:after {
    content: "";
    display: block;
    width: 1px;
    height: auto;
    position: absolute;
    top: -1px;
    right: 0;
    bottom: -1px;
    background: #000000;
  }
  .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked + label {
    background: #000000;
  }
  .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked + label .pickup-store-info {
    color: #fff;
  }
  .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked + label .store-availability {
    color: #fff;
  }
  .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked + label:after {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: -1px;
    background: transparent;
    border: 14px solid transparent;
    border-right-color: #fff;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (max-width: 1023px) {
  .pickup-component {
    overflow: hidden;
  }
  .pickup-component .find-store-display {
    width: 200%;
    -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;
  }
  .pickup-component .find-store-display .store-navigation {
    width: 50%;
    border: 0;
  }
  .pickup-component.show-store .find-store-display {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .pickup-component .qty-selector input {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 60px;
  }
  .pickup-component .action {
    padding-top: 0 !important;
  }
}
@media (max-width: 639px) {
  .pickup-component .find-store-display .display-details .store-image {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .pickup-component .find-store-display .display-details .store-image:before,
  .pickup-component .find-store-display .display-details .store-image:after {
    content: " ";
    display: table;
  }
  .pickup-component .find-store-display .display-details .store-image:after {
    clear: both;
  }
  .pickup-component .find-store-display .display-details .store-image:before,
  .pickup-component .find-store-display .display-details .store-image:after {
    content: " ";
    display: table;
  }
  .pickup-component .find-store-display .display-details .store-image:after {
    clear: both;
  }
  .pickup-component .find-store-display .display-details .store-image img {
    width: 50%;
    height: auto;
    float: left;
    max-width: 150px;
  }
  .pickup-component .find-store-display .display-details .store-image .distance {
    width: 50%;
    text-align: left;
    float: left;
    margin: 0;
    padding: 0 0 0 20px;
  }
  .pickup-component .find-store-display .display-details .store-image .distance strong {
    display: block;
  }
  .pickup-component .find-store-display .display-details .pickup-product {
    position: relative;
  }
  .pickup-component .find-store-display .display-details .pickup-product .thumb {
    width: 56px;
    height: 56px;
    padding: 5px;
  }
  .pickup-component .find-store-display .display-details .pickup-product .action {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    white-space: nowrap;
    padding-top: 0;
  }
  .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector {
    margin-right: 5px;
  }
  .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group {
    min-width: 120px;
  }
  .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group input {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 60px;
  }
  .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pickup-component .find-store-display .display-details .pickup-product .action .btn {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.pickup-component .display-details .store-tabs {
  position: relative;
  padding: 0 0 20px 20px;
  height: 252px;
}
.pickup-component .display-details .store-tabs .tabs-list {
  padding-left: 0;
  list-style: none;
  background-image: linear-gradient(to right, #f6f6f6 0%, #ffffff 8px);
  position: absolute;
  right: 0;
  top: 20px;
  padding: 10px 0;
}
.pickup-component .display-details .store-tabs .tabs-list .current-info {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.pickup-component .display-details .store-tabs .tabs-list:before,
.pickup-component .display-details .store-tabs .tabs-list:after {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 10px;
  left: 0;
  width: 100%;
}
.pickup-component .display-details .store-tabs .tabs-list:before {
  top: 0;
  background-image: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
}
.pickup-component .display-details .store-tabs .tabs-list:after {
  bottom: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
.pickup-component .display-details .store-tabs .tabs-list li {
  margin: 5px 0;
  border: 1px solid transparent;
  border-left: 0;
  color: #999;
  position: relative;
}
.pickup-component .display-details .store-tabs .tabs-list li a {
  color: inherit;
  font-size: 18px;
  padding: 5px 10px;
  display: block;
  border-left: 2px solid transparent;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.pickup-component .display-details .store-tabs .tabs-list li.active {
  border: 1px solid #eee;
  border-left: 0;
  background: #fff;
  color: #000;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  border-right: 2px solid #000000;
}
.pickup-component .display-details .store-tabs .tabs-list li.active a {
  border-left: 2px solid transparent !important;
}
.pickup-component .display-details .store-tabs .tabs-list li a:hover,
.pickup-component .display-details .store-tabs .tabs-list li a:focus {
  color: #000;
  border-left: 2px solid #000000;
}
.pickup-component .display-details .store-tabs .tabs-list li a:hover:before,
.pickup-component .display-details .store-tabs .tabs-list li a:focus:before {
  display: block;
  content: attr(aria-label);
  width: auto;
  height: 20px;
  line-height: 20px;
  background: #000000;
  position: absolute;
  top: 0;
  left: -10px;
  margin: 6px 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  font-size: 12px;
  padding: 0 5px;
  color: #fff;
  white-space: nowrap;
  z-index: 100;
}
.pickup-component .display-details .store-tabs .tabs-list li a:hover:after,
.pickup-component .display-details .store-tabs .tabs-list li a:focus:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #000000;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  margin: 6px 0;
  -webkit-transform: translate(-100%, 5px);
  -ms-transform: translate(-100%, 5px);
  -o-transform: translate(-100%, 5px);
  transform: translate(-100%, 5px);
}
.pickup-component .display-details .store-tabs .content {
  margin-right: 52px;
  overflow: auto;
  height: 100%;
}
.pickup-component .display-details .store-tabs .tabhead {
  display: none;
}
.pickup-component .display-details .store-tabs .pickup-map {
  height: 232px;
}
.addressbook-component {
  border: 1px solid #eee;
  padding: 0;
  margin: 140px 0;
}
.addressbook-component .addressbook-header {
  background: #eee;
  position: relative;
  border-bottom: 1px solid #000000;
  padding: 20px;
  height: 56px;
  display: table;
  width: 100%;
}
.addressbook-component .addressbook-header .headline {
  line-height: 16px;
  font-weight: bold;
  font-size: 13px;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.addressbook-component .addressbook-header .headline .back-to-storelist {
  display: none;
}
.addressbook-component .addressbook-header .close-addressbook {
  display: table-cell;
}
.addressbook-component .find-address-display:before,
.addressbook-component .find-address-display:after {
  content: " ";
  display: table;
}
.addressbook-component .find-address-display:after {
  clear: both;
}
.addressbook-component .find-address-display:before,
.addressbook-component .find-address-display:after {
  content: " ";
  display: table;
}
.addressbook-component .find-address-display:after {
  clear: both;
}
.addressbook-component .find-address-display .address-navigation {
  float: left;
  width: 50%;
  border-right: 1px solid #000000;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager {
  height: 28px;
  line-height: 28px;
  padding: 0 20px;
  border-top: 1px solid #DDDDDD;
  margin-top: -1px;
  background: #fff;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager:before,
.addressbook-component .find-address-display .address-navigation .address-navigation-pager:after {
  content: " ";
  display: table;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager:after {
  clear: both;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager:before,
.addressbook-component .find-address-display .address-navigation .address-navigation-pager:after {
  content: " ";
  display: table;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager:after {
  clear: both;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager .prev {
  float: left;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager .next {
  float: right;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager .position {
  text-align: center;
  margin: 0 80px;
}
.addressbook-component .find-address-display .display-details {
  float: left;
  width: 50%;
}
.addressbook-component .find-address-display .display-details .address-details {
  padding: 20px;
  height: 252px;
  overflow: hidden;
}
.addressbook-component .find-address-display .display-details .address-actions {
  height: 56px;
  width: 100%;
  font-weight: bold;
  border-top: 1px solid #ddd;
  padding: 10px 10px;
  position: relative;
}
.addressbook-component .find-address-display .display-details .address-actions .set-default {
  position: absolute;
  top: -50px;
  right: 10px;
}
.addressbook-component .address-list {
  padding-left: 0;
  list-style: none;
  height: 280px;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.addressbook-component .address-list .address-list-entry {
  height: 56px;
  overflow: hidden;
}
.addressbook-component .address-list .address-list-entry input {
  display: none;
}
.addressbook-component .address-list .address-list-entry label {
  margin: 0;
  height: 100%;
  font-size: 13px;
  padding: 0 0 0 20px;
  display: table;
  width: 100%;
  cursor: pointer;
  position: relative;
  background: #eee;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.addressbook-component .address-list .address-list-entry label:hover {
  background: #f2f2f2;
}
.addressbook-component .address-list .address-list-entry .address-info {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.addressbook-component .address-list .address-list-entry .address-info .inner {
  max-height: 56px;
  overflow: hidden;
  display: block;
}
.addressbook-component .address-list .address-list-entry .address-list-entry-name {
  display: block;
}
.addressbook-component .address-list .address-list-entry .address-list-entry-city {
  display: block;
  font-weight: normal;
}
.addressbook-component .address-list .address-list-entry .address-actions {
  display: table;
  height: 100%;
  width: auto;
}
.addressbook-component .address-list .address-list-entry .address-actions span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
  text-align: center;
}
.inline-layer {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.9s ease-out;
  -o-transition: 0.9s ease-out;
  transition: 0.9s ease-out;
}
.inline-layer.open {
  height: auto !important;
}
@media (min-width: 1024px) {
  .addressbook-component .find-address-display .address-list {
    margin: 0 -1px 0 0;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry label {
    padding-right: 14px;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry label:after {
    content: "";
    display: block;
    width: 1px;
    height: auto;
    position: absolute;
    top: -1px;
    right: 0;
    bottom: -1px;
    background: #000000;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry input:checked + label {
    background: #000000;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry input:checked + label .address-info {
    color: #fff;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry input:checked + label .address-actions {
    color: #fff;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry input:checked + label:after {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: -1px;
    background: transparent;
    border: 14px solid transparent;
    border-right-color: #fff;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (max-width: 1023px) {
  .addressbook-component {
    overflow: hidden;
  }
  .addressbook-component .find-address-display {
    width: 200%;
    -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;
  }
  .addressbook-component .find-address-display .address-navigation {
    width: 50%;
    border: 0;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry input:checked + label {
    background: #000000;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry input:checked + label .address-info {
    color: #fff;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry input:checked + label .address-actions {
    color: #fff;
  }
}
.login-page__headline,
.user-register__headline {
  color: #000000;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  padding: 40px 0;
  margin: 0;
}
.login-page__headline.border,
.user-register__headline.border {
  border-bottom: 1px solid #000000;
  margin-bottom: 45px;
}
.login-left-content-slot {
  margin-right: 10px;
  margin-left: 30px;
}
@media (max-width: 1023px) {
  .login-left-content-slot {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.login-right-content-slot {
  margin-right: 30px;
  margin-left: 10px;
}
@media (max-width: 1023px) {
  .login-right-content-slot {
    margin-left: 20px;
    margin-right: 20px;
  }
}
form .forgotten-password {
  margin-bottom: 25px;
}
.forgotten-password.alert {
  padding-left: 0;
  padding-right: 0;
}
.forgotten-password .description {
  margin-bottom: 20px;
}
#colorbox .forgotten-password .btn-primary {
  margin-top: 35px;
}
.register-form-action,
.login-form-action {
  margin-top: 35px;
}
.forgotten-password + .login-form-action {
  margin-top: 0;
}
.alert-dismissable .close,
.alert-dismissible .close {
  right: 0;
}
.register__container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .register__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 639px) {
  .login-form-action .btn-default {
    margin-top: 60px;
  }
}
@media (max-width: 639px) {
  .login-section .forgotten-password,
  .register-section .forgotten-password {
    margin-bottom: 45px;
  }
}
.checkout-login {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .checkout-login {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.checkout-login .headline {
  color: #000000;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  padding: 40px 0;
  margin: 0;
}
.checkout-login .headline.border {
  border-bottom: 1px solid #000000;
  margin-bottom: 45px;
}
.checkout-login .btn.btn-block + .btn.btn-block {
  margin-top: 20px;
}
.checkout__new-account {
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #000000;
  padding: 40px 0 55px;
}
.checkout__new-account .accountActions-bottom {
  margin-top: 35px;
}
.checkout__new-account__headling {
  font-size: 24px;
  font-weight: bold;
}
.checkout__new-account__form {
  text-align: left;
  margin-top: 25px;
}
@media (max-width: 639px) {
  .checkout__new-account {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.checkout-headline {
  color: #000000;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  padding: 40px 0;
  margin: 0;
  padding-left: 30px;
}
.checkout-headline.border {
  border-bottom: 1px solid #000000;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .checkout-headline {
    padding-left: 20px;
  }
}
@media (max-width: 640px) {
  .checkout-headline {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.checkout-headline span {
  color: #000000;
  margin-right: 5px;
  top: 2px;
}
.checkout-summary-headline {
  color: #000000;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  padding: 40px 0;
  margin: 0;
  padding-right: 30px;
}
.checkout-summary-headline.border {
  border-bottom: 1px solid #000000;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .checkout-summary-headline {
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .checkout-summary-headline {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.checkout-summary-headline span {
  color: #000000;
  margin-right: 5px;
  top: 2px;
}
@media (max-width: 639px) {
  .checkout-summary-headline {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.checkout-body-styling {
  padding: 30px 40px 15px;
  border-top: 0;
}
.checkout-steps .step-head {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: table;
  width: 100%;
  padding: 20px 40px 20px 40px;
  height: 49px;
  counter-increment: checkout;
}
.checkout-steps .step-head::before {
  content: counter(checkout);
  position: absolute;
  left: 3px;
  top: 0;
  width: 50px;
  text-align: center;
  line-height: 49px;
}
.checkout-steps .step-head + .step-head {
  margin-top: 20px;
}
.checkout-steps .step-head.active {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
}
.checkout-steps .step-head .title {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}
.checkout-steps .step-head .edit {
  color: #000000;
  font-size: 20px;
  display: table-cell;
  vertical-align: top;
}
.checkout-steps .step-body .step-body-form {
  padding: 30px 40px 15px;
  border-top: 0;
}
.checkout-steps .step-body .step-body-form .radiobuttons_paymentselection {
  margin-bottom: 5px;
}
.checkout-steps .step-body .checkout-next {
  margin: 30px 0;
}
.checkout-steps .step-body hr {
  margin: 0 -40px;
  border-color: #000000;
}
.checkout-steps .step-body .checkout-indent .headline {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .checkout-steps {
    padding-left: 40px;
  }
}
@media (max-width: 639px) {
  .checkout-steps {
    padding-left: 40px;
    padding-right: 40px;
  }
  .checkout-steps .step-head {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .checkout-steps .step-head::before {
    line-height: 68px;
  }
}
.checkout-shipping {
  padding: 30px 40px 15px;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
}
.checkout-shipping .checkout-shipping-items .checkout-shipping-items-header {
  text-transform: uppercase;
  padding: 25px 0 20px 0;
  font-size: 16px;
  font-weight: 700;
}
.checkout-shipping .checkout-shipping-items > div {
  padding-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkout-shipping .checkout-shipping-items ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.checkout-shipping .checkout-shipping-items ul li {
  padding-top: 6px;
  line-height: 18px;
}
.checkout-shipping .checkout-shipping-items ul li:first-child {
  padding-top: 1px;
}
.checkout-shipping .checkout-shipping-items ul li .name {
  font-weight: 700;
}
.checkout-shipping .simplify-pickup-locations {
  background: #000000;
  padding: 20px;
}
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header {
  background: #000000;
  padding: 20px;
  line-height: 35px;
  margin: -40px 0px;
}
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:before,
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
  content: " ";
  display: table;
}
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
  clear: both;
}
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:before,
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
  content: " ";
  display: table;
}
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
  clear: both;
}
.checkout-shipping .simplify-pickup-locations ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.checkout-shipping .simplify-pickup-locations ul li + li {
  border-top: 1px solid #000000;
}
.checkout-shipping .simplify-pickup-locations ul a {
  color: #000000;
  background: #fff;
  display: block;
  padding: 20px;
  text-decoration: none;
}
.checkout-shipping #addressForm .cepErrorMsg {
  float: left;
  width: 100%;
  margin: -20px 0 15px 20px;
  color: #e3262e;
  display: none;
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 1399px) {
  .checkout-shipping .checkout-shipping-items .qty {
    text-align: right;
  }
  .checkout-shipping .checkout-shipping-items .checkout-pickup-items {
    padding-bottom: 0;
  }
}
.checkout-paymentmethod {
  padding-top: 0;
}
.step-body .checkout-paymentmethod hr {
  margin-top: 25px;
}
#addressbook,
#savedpayments,
#savedpaymentsbody {
  display: none;
  padding-bottom: 20px;
}
#colorbox #addressbook,
#colorbox #savedpayments,
#colorbox #savedpaymentsbody {
  display: block;
}
#addressbook ul,
#savedpayments ul,
#savedpaymentsbody ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
#addressbook ul li,
#savedpayments ul li,
#savedpaymentsbody ul li {
  padding: 20px 0;
}
.checkout-order-summary {
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .checkout-order-summary {
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .checkout-order-summary {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.checkout-order-summary .checkout-order-summary-list {
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #000000;
  margin: 0;
}
@media (min-width: 640px) {
  .checkout-order-summary .checkout-order-summary-list:first-of-type .checkout-order-summary-list-heading {
    padding-top: 15px;
  }
  .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading:only-child {
    border-bottom: 0;
  }
}
.checkout-order-summary .checkout-order-summary-list li {
  padding: 40px;
}
.checkout-order-summary .checkout-order-summary-list li:before,
.checkout-order-summary .checkout-order-summary-list li:after {
  content: " ";
  display: table;
}
.checkout-order-summary .checkout-order-summary-list li:after {
  clear: both;
}
.checkout-order-summary .checkout-order-summary-list li:before,
.checkout-order-summary .checkout-order-summary-list li:after {
  content: " ";
  display: table;
}
.checkout-order-summary .checkout-order-summary-list li:after {
  clear: both;
}
.checkout-order-summary .checkout-order-summary-list li:nth-child(2n + 3) {
  background-color: #ffffff;
}
.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading {
  background-color: #000000 !important;
  color: #ffffff;
  padding: 15px 20px;
  border-bottom: 1px solid #000000;
}
.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading > div {
  float: left;
}
.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading .title {
  font-weight: 700;
  padding-right: 5px;
}
.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading .address {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 85%;
}
.checkout-order-summary .checkout-order-summary-list .thumb {
  float: left;
  margin-right: 40px;
  width: 65px;
}
.checkout-order-summary .checkout-order-summary-list .thumb img {
  width: 100%;
  height: auto;
}
.checkout-order-summary .checkout-order-summary-list .price {
  float: right;
  margin-left: 20px;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 600;
}
.checkout-order-summary .checkout-order-summary-list .details {
  font-size: 14px;
  margin-left: 85px;
}
.checkout-order-summary .checkout-order-summary-list .details .name {
  font-weight: 600;
}
.checkout-order-summary .checkout-order-summary-list .details .qty span {
  font-size: 13px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 20px;
}
.checkout-order-summary .checkout-order-summary-list .updateQuantityProduct-toggle {
  float: right;
}
.checkout-order-summary .checkout-order-summary-list .stock-status {
  clear: both;
  padding: 20px 0;
  font-size: 13px;
}
@media (max-width: 1023px) {
  .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading .address {
    width: 100%;
  }
}
.checkout-order-summary .subtotals {
  font-size: 18px;
  margin-top: 30px;
}
.checkout-order-summary .subtotals .subtotal,
.checkout-order-summary .subtotals .shipping,
.checkout-order-summary .subtotals .subtotals__item--state-discount,
.checkout-order-summary .subtotals .tax,
.checkout-order-summary .subtotals .totals {
  padding: 5px 0;
}
.checkout-order-summary .subtotals .subtotal span,
.checkout-order-summary .subtotals .shipping span,
.checkout-order-summary .subtotals .subtotals__item--state-discount span,
.checkout-order-summary .subtotals .tax span,
.checkout-order-summary .subtotals .totals span {
  float: right;
  font-weight: 600;
}
.checkout-order-summary .subtotals .totals {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #000000;
}
.checkout-order-summary .subtotals .realTotals {
  font-size: 14px;
}
.subtotals__item--state-discount {
  color: #000000;
}
.label-spacing {
  padding-right: 5px;
}
@media (max-width: 639px) {
  .place-order-form {
    padding: 0 40px;
  }
  .checkout-order-summary {
    padding: 30px 40px 15px;
    border-top: 0;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .checkout-order-summary .checkout-order-summary-list {
    padding-left: 0;
    list-style: none;
    border: none;
    padding: 0;
  }
  .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading {
    background-color: transparent !important;
    color: #000000;
    padding: 25px 40px;
    border-color: #000000;
  }
  .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading .title {
    text-transform: uppercase;
    font-size: 16px;
  }
  .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-items {
    border-bottom: 1px solid #000000;
  }
  .checkout-order-summary .subtotals {
    padding: 0 40px;
  }
}
.checkout-review {
  padding: 30px 40px 15px;
  border-top: 0;
}
.checkout-review .checkout-order-summary .subtotals {
  margin-top: 0;
}
.place-order-form .checkbox {
  margin: 25px 0 80px;
}
.place-order-form .checkbox label {
  font-size: 14px;
  color: #000000;
  text-transform: none;
}
.btn-close-terms-and-conditions {
  margin: 30px 0;
}
@media (min-width: 640px) {
  .place-order-form .checkbox {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.checkout-help {
  text-align: center;
  border: 1px solid #000000;
  font-size: 15px;
  padding: 20px;
  margin-top: 120px;
}
@media (max-width: 639px) {
  .checkout-help {
    margin-top: 30px;
    margin-left: 40px;
    margin-right: 40px;
  }
}
.checkout-success {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .checkout-success {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.checkout-success__body {
  margin: 30px 0 55px;
  text-align: center;
}
.checkout-success__body__headline {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 665px) {
  .termsAndConditions-section,
  #termsCheckClaroDebitPayment {
    margin-left: 10px;
  }
}
.termsAndConditions-section {
  padding-bottom: 40px;
}
label.terms {
  margin: 15px 0;
}
fieldset#cardDate > .control-label,
fieldset#startDate > .control-label {
  font-weight: bold;
  margin-bottom: 5px;
}
fieldset#cardDate .form-group .control-label,
fieldset#startDate .form-group .control-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.page-multiStepCheckoutSummaryPage .payment-dates .input-label,
.page-migrate-terms-and-conditions .payment-dates .input-label {
  padding: 9px 9px 7px 9px;
}
@media (max-width: 639px) {
  .page-multiStepCheckoutSummaryPage .payment-dates .input-label,
  .page-migrate-terms-and-conditions .payment-dates .input-label {
    padding: 8px 10px;
    margin-right: 8px !important;
  }
}
.page-multiStepCheckoutSummaryPage .checkout-paymentmethod .headline,
.page-migrate-terms-and-conditions .checkout-paymentmethod .headline {
  padding: 0;
  font-size: 28px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 19px;
}
.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid #cboxLoadedContent,
.page-migrate-terms-and-conditions #colorbox.read-only-grid #cboxLoadedContent {
  margin-top: 100px;
  padding: 0;
}
@media (max-width: 1023px) {
  .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid #cboxLoadedContent,
  .page-migrate-terms-and-conditions #colorbox.read-only-grid #cboxLoadedContent {
    margin-top: 130px;
  }
}
@media (max-width: 639px) {
  .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid #cboxLoadedContent,
  .page-migrate-terms-and-conditions #colorbox.read-only-grid #cboxLoadedContent {
    margin-top: 170px;
  }
}
.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid .grid-row,
.page-migrate-terms-and-conditions #colorbox.read-only-grid .grid-row {
  border-top: 1px solid #000000;
}
.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid .grid-row:nth-child(2n + 2),
.page-migrate-terms-and-conditions #colorbox.read-only-grid .grid-row:nth-child(2n + 2) {
  background: #ffffff;
}
.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid .grid-prod-info,
.page-migrate-terms-and-conditions #colorbox.read-only-grid .grid-prod-info {
  display: inline-block;
}
.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td,
.page-migrate-terms-and-conditions #colorbox.read-only-grid td {
  padding: 10px 10px 15px;
  vertical-align: top;
}
.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td > span,
.page-migrate-terms-and-conditions #colorbox.read-only-grid td > span {
  display: block;
}
.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td.grid-prod-img,
.page-migrate-terms-and-conditions #colorbox.read-only-grid td.grid-prod-img {
  padding-left: 80px;
}
.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-variant,
.page-migrate-terms-and-conditions #colorbox.read-only-grid td .grid-variant,
.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-size,
.page-migrate-terms-and-conditions #colorbox.read-only-grid td .grid-size {
  font-weight: bold;
  min-width: 80px;
}
.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-variant,
.page-migrate-terms-and-conditions #colorbox.read-only-grid td .grid-variant {
  display: block;
  font-size: 16px;
}
@media (max-width: 639px) {
  .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td,
  .page-migrate-terms-and-conditions #colorbox.read-only-grid td {
    padding: 10px 15px 15px;
  }
  .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td:nth-child(2n + 2),
  .page-migrate-terms-and-conditions #colorbox.read-only-grid td:nth-child(2n + 2) {
    background-color: transparent;
  }
  .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-prod-info,
  .page-migrate-terms-and-conditions #colorbox.read-only-grid td .grid-prod-info {
    display: block;
    text-align: left;
  }
  .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-prod-info span,
  .page-migrate-terms-and-conditions #colorbox.read-only-grid td .grid-prod-info span {
    display: inline-block;
  }
  .page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-price,
  .page-migrate-terms-and-conditions #colorbox.read-only-grid td .grid-price {
    float: right;
  }
}
.page-multiStepCheckoutSummaryPage .terms-and-conditions-page-title,
.page-migrate-terms-and-conditions .terms-and-conditions-page-title,
.page-multiStepCheckoutSummaryPage .terms-and-conditions-page-instructions,
.page-migrate-terms-and-conditions .terms-and-conditions-page-instructions,
.page-multiStepCheckoutSummaryPage .terms-and-conditions-page-description,
.page-migrate-terms-and-conditions .terms-and-conditions-page-description {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.page-multiStepCheckoutSummaryPage .terms-and-conditions-page-title,
.page-migrate-terms-and-conditions .terms-and-conditions-page-title {
  font-weight: bold;
  margin-top: 46px;
}
.page-multiStepCheckoutSummaryPage .terms-and-conditions-page-terms,
.page-migrate-terms-and-conditions .terms-and-conditions-page-terms {
  margin-bottom: 150px;
}
.page-multiStepCheckoutSummaryPage .terms-and-conditions-page-instructions,
.page-migrate-terms-and-conditions .terms-and-conditions-page-instructions {
  margin-bottom: 155px;
}
.page-multiStepCheckoutSummaryPage .terms-and-conditions-page-description,
.page-migrate-terms-and-conditions .terms-and-conditions-page-description {
  margin-bottom: 100px;
}
@media (max-width: 639px) {
  .checkout-coupon-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.checkout-order-summary .checkout-coupon-list {
  padding: 30px 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 639px) {
  .checkout-order-summary .checkout-coupon-list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.coupon-list__headline {
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
}
.coupon-list {
  padding-left: 0;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 0;
}
.coupon-code {
  text-transform: uppercase;
}
.cart-voucher {
  margin-top: 27px;
  padding-left: 30px;
}
.cart-voucher__label {
  display: block;
  width: 100%;
}
.cart-voucher__input {
  width: 50%;
  float: left;
  margin-right: 20px;
}
.cart-voucher__input::-moz-placeholder {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}
.cart-voucher__input:-ms-input-placeholder,
.cart-voucher__input::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}
.cart-voucher__help-block {
  display: none;
}
.has-error .cart-voucher__help-block,
.has-success .cart-voucher__help-block {
  display: block;
}
@media (max-width: 1399px) and (min-width: 1024px) {
  .cart-voucher__input {
    width: 70%;
  }
}
@media (max-width: 1023px) and (min-width: 640px) {
  .cart-voucher {
    padding-left: 30px;
  }
}
@media (max-width: 639px) {
  .cart-voucher {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.voucher-list {
  padding-left: 0;
  list-style: none;
  margin-top: -5px;
}
.voucher-list__item-box {
  display: inline-block;
  border: 1px solid #000000;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 15px;
  margin-top: 20px;
}
.voucher-list__item-remove {
  color: #ffffff;
  padding: 20px;
  cursor: pointer;
  margin: -20px -20px -20px 0;
  position: relative;
  top: 2px;
}
@media (max-width: 1023px) {
  .voucher-list__item {
    display: inline-block;
    padding-right: 5px;
  }
}
.gift__coupons {
  text-align: center;
  border-top: 1px solid #000000;
  margin: 0 auto 55px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  width: 80%;
}
@media (max-width: 1024px) {
  .gift__coupons {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gift__coupons span {
  display: block;
}
@media (max-width: 0px) {
  .gift__coupons {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .gift__coupons {
    width: 40%;
  }
}
.gift__coupons .gift__coupon--title {
  margin-bottom: 5px;
}
.gift__coupon .gift__coupon--name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
#storeFinder {
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  #storeFinder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#storeFinder #storelocator-query {
  height: 48px;
}
.headline {
  font-size: 18px;
  margin-bottom: 10px;
}
.store__finder--search #storeFinderForm {
  margin-bottom: 10px;
}
.store__finder {
  display: none;
  padding: 0;
}
.store__finder .store__finder--pagination {
  line-height: 48px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.store__finder .store__finder--pagination:before,
.store__finder .store__finder--pagination:after {
  content: " ";
  display: table;
}
.store__finder .store__finder--pagination:after {
  clear: both;
}
.store__finder .store__finder--pagination:before,
.store__finder .store__finder--pagination:after {
  content: " ";
  display: table;
}
.store__finder .store__finder--pagination:after {
  clear: both;
}
.store__finder .store__finder--navigation,
.store__finder .store__finder--details {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding: 0;
}
.store__finder .store__finder--navigation {
  overflow: hidden;
  height: 561px;
}
@media (min-width: 640px) {
  .store__finder .store__finder--navigation {
    padding-right: 10px;
  }
}
.store__finder .store__finder--map {
  width: 100%;
  height: 200px;
}
.store__finder .stores-nearby {
  margin-bottom: 20px;
}
.store__finder .store__finder--navigation-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  border: 1px solid #ddd;
  position: relative;
}
.store__finder .store__finder--navigation-list li.loading {
  height: 56px;
  background: #000000;
  border-bottom: 1px solid #ddd;
  text-align: center;
  line-height: 56px;
}
.store__finder .store__finder--navigation-list li.loading .glyphicon {
  color: #ff4444;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-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);
  }
}
.store__finder .store__finder--navigation-list .list__entry {
  height: 56px;
}
.store__finder .store__finder--navigation-list .list__entry:last-child label {
  border: 0;
}
.store__finder .store__finder--navigation-list .list__entry input {
  display: none;
}
.store__finder .store__finder--navigation-list .list__entry label {
  margin: 0;
  height: 100%;
  font-size: 13px;
  padding: 0 14px 0 20px;
  display: table;
  width: 100%;
  cursor: pointer;
  position: relative;
  background: #000000;
  border-bottom: 1px solid #ddd;
}
.store__finder .store__finder--navigation-list .list__entry label:hover {
  background: #f2f2f2;
}
.store__finder .store__finder--navigation-list .list__entry input:checked + label {
  background: #000000;
  color: #fff !important;
}
.store__finder .store__finder--navigation-list .list__entry input:checked + label:after {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: -1px;
  background: transparent;
  border: 14px solid transparent;
  border-right-color: #fff;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.store__finder .store__finder--navigation-list .list__entry .entry__info {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.store__finder .store__finder--navigation-list .list__entry .entry__name {
  display: block;
}
.store__finder .store__finder--navigation-list .list__entry .entry__city {
  display: block;
  font-weight: normal;
}
.store__finder .store__finder--navigation-list .list__entry .entry__distance {
  display: table;
  height: 100%;
  width: 80px;
  border-left: 1px solid #ddd;
}
.store__finder .store__finder--navigation-list .list__entry .entry__distance span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 5px;
  text-align: center;
  white-space: nowrap;
}
.store__finder .store__finder--details .store__finder--details-back {
  margin-bottom: 20px;
  display: none !important;
}
@media (max-width: 639px) {
  .store__finder .store__finder--details .store__finder--details-back {
    display: inline-block !important;
  }
}
.store__finder .store__finder--details .store__finder--details-image {
  width: 112px;
  float: left;
  margin-right: 10px;
}
.store__finder .store__finder--details .store__finder--details-image img {
  width: 100%;
  height: auto;
}
.store__finder .store__finder--details .store__finder--details-info {
  margin-left: 122px;
}
.store__finder .store__finder--details .info__name {
  font-weight: bold;
}
.store__finder .store__finder--details hr {
  clear: both;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 1px;
  position: relative;
  border: 0;
}
.store__finder .store__finder--details hr:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  height: 1px;
  right: 0;
  left: 0;
  background: #ddd;
}
.store__finder .store__finder--details .store__finder--details-map {
  background: #eee;
}
.store__finder .store__finder--details .store__finder--details-openings dl dt {
  text-align: left !important;
  width: 60px;
}
.store__finder .store__finder--details .store__finder--details-openings dl dd {
  margin-left: 60px;
}
.store__finder .store__finder--details .store__finder--details-openings ul {
  padding-left: 0;
  list-style: none;
}
@media (max-width: 639px) {
  .store__finder .back__to__storelist {
    margin-bottom: 10px;
  }
  .store__finder .store__finder--panel {
    width: 200%;
    margin: 0;
    -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;
  }
  .store__finder .store__finder--panel > * {
    padding: 0;
  }
  .store__finder .store__finder--panel .store__finder--details {
    display: none;
  }
  .store__finder .store__finder--pagination {
    line-height: 20px;
  }
  .store__finder.show-store .store__finder--pagination {
    color: rgba(0, 0, 0, 0);
    height: 46px;
  }
  .store__finder.show-store .store__finder--pagination * {
    display: none;
  }
  .store__finder.show-store .store__finder--panel {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .store__finder.show-store .store__finder--panel .store__finder--navigation {
    padding-right: 20px;
  }
  .store__finder.show-store .store__finder--panel .store__finder--details {
    display: block;
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 14px;
  height: 14px;
}
#cboxTopCenter {
  height: 14px;
}
#cboxTopRight {
  width: 14px;
  height: 14px;
}
#cboxBottomLeft {
  width: 14px;
}
#cboxBottomCenter {
  height: 43px;
}
#cboxBottomRight {
  width: 14px;
}
#cboxMiddleLeft {
  width: 14px;
}
#cboxMiddleRight {
  width: 14px;
}
#cboxContent {
  background: #fff;
  overflow: visible;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}
#cboxPrevious:hover {
  background-position: -51px 0px;
}
#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}
#cboxNext:hover {
  background-position: -75px 0px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}
#cboxTitle {
  background: transparent;
  position: absolute;
  top: 0;
  padding: 43px 40px 15px;
  height: 88px;
  display: table;
  width: 100%;
}
#cboxTitle .headline {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  width: 100%;
  vertical-align: middle;
}
#cboxClose {
  position: absolute;
  right: 13px;
  top: 10px;
  background: transparent;
  border: 0 none;
  color: #000000;
  padding: 5px;
  font-size: 25px;
}
#cboxLoadedContent {
  margin-top: 88px;
  padding: 15px 80px 50px 80px;
}
#cboxLoadedContent .add-to-cart-item {
  margin-bottom: 80px;
}
#cboxLoadedContent .addressEntry + .addressEntry,
#cboxLoadedContent .saved-payment-entry + .saved-payment-entry {
  margin-top: 55px;
}
#cboxLoadedContent .addressEntry ul,
#cboxLoadedContent .saved-payment-entry ul {
  margin-top: -20px;
  margin-bottom: 40px;
}
#cboxLoadedContent .modal-details {
  line-height: 1.8em;
}
#cboxLoadedContent .modal-actions {
  margin-top: 40px;
}
#cboxLoadedContent .modal-actions .btn {
  margin-top: 40px;
}
@media (max-width: 639px) {
  #cboxTitle {
    height: 112px;
    padding-left: 40px;
    padding-right: 40px;
  }
  #cboxTitle:before,
  #cboxTitle:after {
    content: " ";
    display: table;
  }
  #cboxTitle:after {
    clear: both;
  }
  #cboxTitle:before,
  #cboxTitle:after {
    content: " ";
    display: table;
  }
  #cboxTitle:after {
    clear: both;
  }
  #cboxLoadedContent {
    margin-top: 112px;
    padding: 15px 40px 50px 40px;
  }
  #cboxLoadedContent .addressEntry ul {
    margin-top: -45px;
  }
}
.modal__top {
  padding-bottom: 52px;
  margin-bottom: 50px;
  border-bottom: 1px solid #000000;
}
.modal__top .modal__top--label {
  color: #000000;
  font-weight: bold;
  font-style: italic;
}
.modal__top .modal__top--text {
  font-style: italic;
}
.modal__text--bold {
  font-weight: bold;
}
.modal__bottom {
  margin-bottom: 80px;
  font-size: 15px;
}
.quote-discount__modal--label {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  vertical-align: middle;
  display: table-cell;
  height: 40px;
}
.quote-discount__modal--input {
  margin-bottom: 37px;
  width: 100%;
}
.quote-discount__modal--input input[type=number] {
  -moz-appearance: textfield;
}
.quote-discount__modal--input input[type=number]::-webkit-inner-spin-button,
.quote-discount__modal--input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quote-discount__modal--input__label {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  padding-right: 20px;
  width: 25px;
  text-align: right;
}
.quote-discount__modal--original__total {
  font-size: 15px;
  font-style: italic;
  border-bottom: 1px solid #000000;
  color: #000000;
  padding-bottom: 33px;
  margin-bottom: 29px;
  margin-top: 20px;
}
.quote-discount__modal--new__total {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 67px;
}
.price del {
  color: #000;
  font-weight: bold;
}
.price ins {
  color: #000000;
  text-decoration: none;
}
a.price ins:hover,
a.price ins:focus {
  color: #000000;
}
.price.msrp {
  color: #666;
}
.account-navigation {
  margin-bottom: 20px;
}
.account-navigation .account-navigation-header {
  padding: 20px;
  text-transform: uppercase;
}
.account-navigation .account-navigation-header a {
  display: block;
}
.account-navigation .account-navigation-list {
  margin: 20px;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .account-navigation .account-navigation-list {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .account-navigation .account-navigation-list {
    display: none !important;
  }
}
.account-navigation .account-navigation-list li.title {
  margin-top: 20px;
  font-weight: bold;
}
.account-navigation .account-navigation-list li.active {
  font-weight: bold;
}
.account-navigation .account-navigation-list li a:hover,
.account-navigation .account-navigation-list li afocus {
  color: #000000;
}
.account-home .account-home-section {
  margin-bottom: 40px;
}
.account-home .account-home-section .account-home-section-header {
  background: #000000;
  padding: 20px;
  text-transform: uppercase;
}
.account-home .account-home-section .account-home-section-content {
  height: 100px;
  padding: 20px;
  border: 1px solid #000000;
  border-top: 0;
}
.account-home .account-home-section .account-home-section-content ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
@media (max-width: 1023px) {
  .account-home .account-home-section {
    margin-bottom: 20px;
  }
  .account-home .account-home-section .account-home-section-content {
    height: auto;
    padding: 0;
  }
  .account-home .account-home-section .account-home-section-content ul li a {
    padding: 20px;
    display: block;
  }
  .account-home .account-home-section .account-home-section-content ul li + li {
    border-top: 1px solid #eee;
  }
}
@media (min-width: 1400px) {
  .account-section {
    margin: 0 auto;
    width: 1400px;
  }
}
.account-section .pagination-bar {
  margin: 15px 0 0;
}
.account-section .pagination-bar .pagination-toolbar {
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  border-bottom: none;
}
.account-section .pagination-bar .pagination-toolbar .sort-refine-bar {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .account-section .pagination-bar .pagination-toolbar .sort-refine-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account-section .pagination-bar .pagination-toolbar .sort-refine-bar form {
  padding: 0;
}
.account-section .pagination-bar .pagination-bar-results {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px solid #000000;
}
@media (max-width: 1024px) {
  .account-section .pagination-bar .pagination-bar-results {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 639px) {
  .account-section .pagination-bar .pagination-bar-results {
    border-bottom: 1px solid #000000;
  }
}
.account-section .pagination-bar.bottom .pagination-toolbar {
  padding-top: 5px;
  border: none;
}
@media (max-width: 639px) {
  .account-section .pagination-bar .pagination-toolbar {
    margin: 0;
  }
  .account-section .pagination-bar .pagination-bar-results {
    border-bottom: 1px solid #000000;
    padding-left: 40px;
    padding-right: 40px;
  }
  .account-section .account-overview-table,
  .account-section div.responsive-table {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.account-section .addressBackBtn,
.account-section .orderTopBackBtn {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.account-section .account-section-header {
  color: #000000;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  padding: 40px 0;
  text-transform: capitalize;
  border-bottom: 1px solid #000000;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.account-section .account-section-header.border {
  border-bottom: 1px solid #000000;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .account-section .account-section-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account-section .account-section-header.account-section-header-secondary {
  color: #000000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  padding-bottom: 20px;
}
.account-section .account-section-header.no-border {
  border-bottom: none;
}
.account-section .account-section-header .account-section-header-add {
  font-size: 14px;
  font-weight: 700;
  margin-top: 4px;
}
.account-section .account-section-header__subheadline {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.571;
  text-transform: none;
}
.account-section .account-orderdetail + .account-section-content .pagination-bar {
  margin-top: 0;
}
.account-section .container-lg .account-section-content {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .account-section .container-lg .account-section-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1400px) {
  .account-section .container-lg .account-section-content {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .account-section .container-lg .account-section-content .account-section-form {
    padding: 0 5px;
  }
}
.account-section .account-section-content .item__list--item .item__total {
  padding-right: 50px;
}
.account-section .account-section-content .account-section-header {
  color: #000000;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  padding: 40px 0;
  text-transform: capitalize;
  border-bottom: 1px solid #000000;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.account-section .account-section-content .account-section-header.border {
  border-bottom: 1px solid #000000;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .account-section .account-section-content .account-section-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account-section .account-section-content .account-section-header.no-border {
  border-bottom: none;
}
.account-section .account-section-content .account-section-header .container-lg {
  float: none;
  padding: 0 20px;
}
@media (min-width: 1400px) {
  .account-section .account-section-content .account-section-header .container-lg {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .account-section .account-section-content .back-link .container-lg {
    padding: 0;
  }
}
.account-section .account-section-content .account-section-form {
  margin: 80px 0;
}
.account-section .account-section-content .account-section-form .accountActions {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 640px) {
  .account-section .account-section-content .account-section-form .accountButtons:last-child {
    padding-top: 40px;
  }
}
.account-section .account-section-content .account-section-form form {
  padding: 0;
}
.account-section .account-section-content .account-section-form .account-section-form__toggle-list {
  list-style-type: none;
  width: 100%;
  position: relative;
}
.account-section .account-section-content .account-section-form .account-section-form__toggle-list li {
  border-top: 1px solid #000000;
  width: 100%;
  display: inline-flex;
  align-items: center;
  height: 4em;
}
.account-section .account-section-content .account-section-form .account-section-form__toggle-list li:last-child {
  border-bottom: 1px solid #000000;
}
.account-section .account-section-content .account-section-form .account-section-form__toggle-list li .toggle-switch {
  position: absolute;
  right: 0;
}
.account-section .account-section-content .account-section-form .account-section-form__toggle-list label {
  margin-bottom: 0;
}
.account-section .account-section-content .consent-management-intro {
  padding-bottom: 10px;
}
.account-section .account-section-content .consent-management-list {
  max-width: 100%;
  line-height: 1.6;
  padding: 0;
}
.account-section .account-section-content .consent-management-list__item {
  border: 1px solid #000000;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  list-style-type: none;
}
@media (max-width: 1023px) {
  .account-section .account-section-content .consent-management-list__item {
    border-left: 0 none;
    border-right: 0 none;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.account-section .account-section-content .consent-management-list__title {
  padding: 25px 15px 18px 62px;
  display: block;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: bold;
}
.account-section .account-section-content .consent-management-list__title:before {
  font-family: 'Glyphicons Halflings', sans-serif;
  content: '\e114';
  font-size: 16px;
  position: absolute;
  left: 20px;
  top: 23px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.account-section .account-section-content .consent-management-list__title:hover,
.account-section .account-section-content .consent-management-list__title:focus {
  cursor: pointer;
  outline: none;
}
.account-section .account-section-content .is-expanded .consent-management-list__title:before {
  content: "\e113";
}
.account-section .account-section-content .consent-management-list__label {
  width: 85%;
  color: #000000;
  font-size: 15px;
}
@media (max-width: 1023px) {
  .account-section .account-section-content .consent-management-list__label {
    width: 75%;
    font-size: 14px;
  }
}
.account-section .account-section-content .consent-management-list__content-inner {
  padding: 0 40px 10px 65px;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .account-section .account-section-content .consent-management-list__content-inner {
    font-size: 14px;
  }
}
.account-section .account-section-content .consent-management-list__content {
  transition: height 0.3s ease-out;
  height: 0;
  overflow: hidden;
}
.account-section .account-section-content form {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .account-section .account-section-content form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account-section .account-section-content form .accountActions-bottom {
  padding: 0;
}
.account-section .account-section-content #quoteForm {
  padding: 0;
}
.account-section .account-section-content #addNewPermissionForm .account-select-form {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .account-section .account-section-content #addNewPermissionForm .account-select-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account-section .account-section-content.content-empty {
  margin: 45px 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .account-section .account-section-content.content-empty {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account-section .account-section-content .help-block {
  font-size: 14px;
  font-weight: normal;
  color: #d9534f;
}
.account-section .account-section-content .account-orderhistory-pagination {
  padding-top: 20px;
}
.account-section .account-section-content .account-orderhistory-pagination .pagination-bar .sort-refine-bar {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .account-section .account-section-content .account-orderhistory-pagination .pagination-bar .sort-refine-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account-section .account-section-content .account-orderhistory-pagination .pagination-bar form {
  padding: 0;
}
.account-section .account-section-content .account-orderhistory-pagination .account-orderhistory-pagination-text {
  line-height: 32px;
}
.account-section .account-section-content .account-orderhistory-pagination .pager {
  margin: 0;
}
.account-section .account-section-content .account-orderhistory-sort {
  background: #000000;
  padding: 20px;
}
.account-section .account-section-content table > tbody > tr > td:nth-child(2) a {
  font-weight: 600;
}
.account-section .account-section-content .accountActions {
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
}
.account-section .account-section-content .cart-voucher form,
.account-section .account-section-content .cart-items form,
.account-section .account-section-content .item-action form {
  padding: 0;
}
@media (min-width: 1024px) {
  .account-section .account-section-content .item__btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .account-section .account-section-content .item__btn {
    margin-top: 40px;
  }
}
.account-section .account-section-content .disable-link,
.account-section .account-section-content .enable-link {
  display: inline-block;
  text-align: right;
  margin: 25px 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 639px) {
  .account-section .account-section-content .disable-link,
  .account-section .account-section-content .enable-link {
    text-align: center;
    float: none;
    padding-right: 0 !important;
    width: 100%;
  }
}
.account-section .account-section-content .disable-link button,
.account-section .account-section-content .enable-link button {
  background: transparent;
  border: 0 none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
}
.account-section .account-section-content .disable-link button[disabled],
.account-section .account-section-content .enable-link button[disabled] {
  color: #000000;
}
.account-section .account-section-content .disable-link form,
.account-section .account-section-content .enable-link form {
  display: inline-block;
}
.account-section .account-section-content .enable-link + .disable-link,
.account-section .account-section-content .disable-link + .enable-link,
.account-section .account-section-content .disable-link + .disable-link,
.account-section .account-section-content .enable-link + .enable-link {
  padding-left: 20px;
  position: relative;
}
.account-section .account-section-content .enable-link + .disable-link:before,
.account-section .account-section-content .disable-link + .enable-link:before,
.account-section .account-section-content .disable-link + .disable-link:before,
.account-section .account-section-content .enable-link + .enable-link:before {
  content: "";
  display: block;
  position: absolute;
  height: 24px;
  width: 1px;
  left: 10px;
  background: #000000;
  top: 0;
}
@media (max-width: 639px) {
  .account-section .account-section-content .enable-link + .disable-link:before,
  .account-section .account-section-content .disable-link + .enable-link:before,
  .account-section .account-section-content .disable-link + .disable-link:before,
  .account-section .account-section-content .enable-link + .enable-link:before {
    display: none;
  }
}
@media (max-width: 639px) {
  .account-section .account-section-content .enable-link + .disable-link,
  .account-section .account-section-content .disable-link + .enable-link,
  .account-section .account-section-content .disable-link + .disable-link,
  .account-section .account-section-content .enable-link + .enable-link {
    padding-left: 0;
  }
}
.account-section .account-section-content .disable-link a,
.account-section .account-section-content .disable-link button,
.account-section .account-section-content .disable-link form {
  color: #000000;
}
@media (max-width: 639px) {
  .account-section .account-section-content .remove-item-column {
    position: absolute;
    right: -4px;
    top: -5px;
    width: auto;
  }
  .account-section .account-section-content .restore-item-column {
    position: absolute;
    right: -4px;
    top: 50px;
    width: auto;
  }
}
.account-section .account-section-content .restore-item-link {
  text-transform: uppercase;
  font-weight: 700;
}
.account-section .account-section-content .restore-item-link .glyphicon-share-alt {
  font-size: 24px;
  padding: 13px;
  transform: scale(-1, 1);
  margin-right: 13px;
}
.account-section .account-section-content .edit-item-link {
  margin-top: 20px;
  display: block;
}
.account-section .account-section-content .remove-item-link .glyphicon-remove {
  font-size: 21px;
  padding: 0 14px;
}
@media (max-width: 639px) {
  .account-section .account-section-content .remove-item-link .glyphicon-remove {
    padding: 14px;
    margin-right: 20px;
  }
}
.account-section .account-section-content .saved__carts__overview--table .responsive-table-item {
  position: relative;
  padding-right: 35px;
}
@media (min-width: 640px) {
  .account-section .account-section-content .saved-cart .saved-cart-name {
    width: 15%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 0;
  }
  .account-section .account-section-content .saved-cart .saved-cart-description {
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 0;
  }
}
.account-section .account-section-action {
  margin-top: 40px;
}
@media (max-width: 639px) {
  .account-section .account-section-action .row {
    margin: 0;
  }
  .account-section .account-section-action .btn-primary {
    margin-bottom: 40px;
  }
}
.account-section .accountActions-bottom {
  clear: both;
  margin-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .account-section .accountActions-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 639px) {
  .account-section .accountActions-bottom .btn-primary {
    margin-bottom: 40px;
  }
}
.account-section .cancel-panel .orderBackBtn {
  padding-right: 0;
}
@media (max-width: 640px) {
  .account-section .cancel-panel .orderBackBtn {
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 640px) {
  .account-section .cancel-panel {
    padding-left: 0;
  }
}
.account-section .btn.btn-block + .btn.btn-block {
  margin-top: 20px;
}
.account-section .account-consignment {
  margin-top: 40px;
}
.account-section .account-list.account-addressbook ul,
.account-section .account-list.account-paymentdetails ul {
  margin-bottom: 30px;
}
.account-section .account-list ul {
  padding-left: 0;
  list-style: none;
  display: inline-block;
  width: 90%;
}
.account-section .account-list ul li {
  text-overflow: ellipsis;
  overflow: hidden;
}
.account-section .account-list .account-list-header {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  margin-top: -1px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .account-section .account-list .account-list-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account-section .account-list .account-list-header .account-list-header-add {
  font-size: 15px;
  line-height: 2;
  font-weight: 600;
  position: relative;
  top: 2px;
}
.account-section .account-list .account-cards {
  border-left: 1px solid #000000;
  padding: 0 10px;
}
.account-section .account-list .account-cards.card-select {
  border-top: 1px solid #000000;
}
.account-section .account-list .account-cards .account-cards-actions {
  display: inline-block;
  width: 10%;
}
.account-section .account-list .account-cards .account-cards-actions .glyphicon {
  font-size: 24px;
  margin-bottom: 20px;
}
.account-section .account-list .account-cards .account-cards-actions .edit-item .glyphicon {
  margin-top: 3px;
}
@media (min-width: 640px) {
  .account-section .account-list .account-cards .row {
    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-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .account-section .account-list .account-cards .row:before {
    content: none;
  }
  .account-section .account-list .account-cards .row:after {
    content: '';
  }
}
.account-section .account-list .account-cards .card,
.account-section .account-list .account-cards .search-empty {
  list-style: none;
  border-left: 0;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 30px 30px 25px;
  margin-bottom: 0;
  min-height: 150px;
  clear: both;
}
.account-section .account-list .account-cards .card span,
.account-section .account-list .account-cards .search-empty span {
  padding: 0;
  text-align: right;
}
.account-section .account-list .account-cards .card > ul > li,
.account-section .account-list .account-cards .search-empty > ul > li {
  margin-bottom: 3px;
}
.account-section .account-list .account-cards .card > ul > li:first-child,
.account-section .account-list .account-cards .search-empty > ul > li:first-child {
  text-transform: uppercase;
  font-weight: 600;
}
.account-section .account-list .account-cards .card .action-links,
.account-section .account-list .account-cards .search-empty .action-links {
  float: right;
  height: 50px;
  width: 50px;
  margin-right: -15px;
  margin-top: -15px;
  text-align: right;
}
.account-section .account-list .account-cards .card .action-links .glyphicon-remove,
.account-section .account-list .account-cards .search-empty .action-links .glyphicon-remove,
.account-section .account-list .account-cards .card .action-links .glyphicon-pencil,
.account-section .account-list .account-cards .search-empty .action-links .glyphicon-pencil {
  font-size: 20px;
  color: #000000;
  padding-right: 15px;
  padding-top: 15px;
}
.account-section .account-list .account-cards .card .action-links:hover .glyphicon-remove,
.account-section .account-list .account-cards .search-empty .action-links:hover .glyphicon-remove,
.account-section .account-list .account-cards .card .action-links:hover .glyphicon-pencil,
.account-section .account-list .account-cards .search-empty .action-links:hover .glyphicon-pencil {
  color: #000000;
}
@media (max-width: 1024px) {
  .account-section .account-list .account-cards .card,
  .account-section .account-list .account-cards .search-empty {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account-section .account-list .account-set-default-address {
  position: absolute;
  left: 25px;
  bottom: 25px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  background: transparent;
  padding: 0;
  border: 0 none;
}
@media (max-width: 639px) {
  .account-section .account-list .account-set-default-address {
    left: 40px;
  }
}
.account-section .continue__shopping,
.account-section .orderBackBtn {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .account-section .continue__shopping,
  .account-section .orderBackBtn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 639px) {
  .account-section .account-list .account-cards {
    border: none;
  }
  .account-section .account-list .account-cards .card {
    border-left: 0;
    border-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
  .account-section .account-list .account-cards .card:first-child {
    margin: 0;
  }
  .account-section .account-list .account-cards .selected:first-child {
    border-left: none;
  }
}
.account-profil .account-profil-info {
  margin: 0 0 20px;
}
.account-profil .account-profil-info .account-profil-info-line {
  line-height: 2em;
}
.account-profil .account-profil-info .account-profil-info-line span {
  display: inline-block;
  width: 100px;
}
.account-profil a.btn {
  margin-top: 20px;
}
.account-profil .btn + .btn {
  margin-left: 20px;
}
.account-orderdetail.well {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .account-orderdetail .item__list .item__list--item .item__total {
    padding-right: 30px;
  }
}
.account-orderdetail .well-content {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .account-orderdetail .well-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account-orderdetail:before,
.account-orderdetail:after {
  content: " ";
  display: table;
}
.account-orderdetail:after {
  clear: both;
}
.account-orderdetail:before,
.account-orderdetail:after {
  content: " ";
  display: table;
}
.account-orderdetail:after {
  clear: both;
}
.account-orderdetail .col-sm-9 > .col-sm-4:nth-child(3n+1) {
  clear: both;
}
.account-orderdetail .order-savings {
  color: #000000;
  font-weight: 700;
  padding: 20px 20px 45px 0;
}
.account-orderdetail .order-savings + .order-savings {
  padding-top: 0;
}
.account-orderdetail .item-box {
  background: #afb2b5;
  padding: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.account-orderdetail .item-box:before,
.account-orderdetail .item-box:after {
  content: " ";
  display: table;
}
.account-orderdetail .item-box:after {
  clear: both;
}
.account-orderdetail .item-box:before,
.account-orderdetail .item-box:after {
  content: " ";
  display: table;
}
.account-orderdetail .item-box:after {
  clear: both;
}
.account-orderdetail .order-data {
  background-color: #F2F4F7;
  padding: 20px;
}
.account-orderdetail .orderDetail_itemHeader {
  font-size: 20px;
  background-color: #ffffff;
  padding: 20px 40px;
}
.account-orderdetail .button-panel {
  float: right;
  max-width: 200px;
}
.account-orderdetail .account-orderdetail-item-section-body ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.account-orderdetail .account-orderdetail-item-section-body ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.account-orderdetail .account-orderdetail-item-section-body ul li:before,
.account-orderdetail .account-orderdetail-item-section-body ul li:after {
  content: " ";
  display: table;
}
.account-orderdetail .account-orderdetail-item-section-body ul li:after {
  clear: both;
}
.account-orderdetail .account-orderdetail-item-section-body ul li:before,
.account-orderdetail .account-orderdetail-item-section-body ul li:after {
  content: " ";
  display: table;
}
.account-orderdetail .account-orderdetail-item-section-body ul li:after {
  clear: both;
}
.account-orderdetail .account-orderdetail-item-section-body ul li + li {
  border-top: 1px solid #eee;
}
.account-orderdetail .account-orderdetail-item-section-body ul .thumb {
  float: left;
  margin-right: 20px;
  max-width: 100px;
}
.account-orderdetail .account-orderdetail-item-section-body ul .price-total {
  float: right;
  padding-right: 20px;
}
.account-orderdetail .account-orderdetail-item-section-body ul .details .name {
  font-weight: bold;
}
.account-orderdetail .account-orderdetail-item-section-body ul .promo {
  color: #000000;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .account-orderdetail .account-orderdetail-item-section-body ul .promo {
    padding-left: 22px;
  }
}
@media (min-width: 1400px) {
  .account-orderdetail .account-orderdetail-item-section-body ul .promo {
    padding-left: 0;
  }
}
.account-orderdetail .account-orderdetail-item-section-body ul .promo li {
  border-bottom: 0;
}
.account-orderdetail .account-orderdetail__footer {
  padding-top: 55px;
}
.account-orderdetail .account-orderdetail__footer > div {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .account-orderdetail .account-orderdetail__footer > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account-orderdetail .order-savings__headline {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
.account-orderdetail .orderTotal {
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 40px;
}
.account-orderdetail .orderTotal .text-right {
  font-weight: 700;
}
.account-orderdetail .orderTotal .totals {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 15px;
}
.account-orderdetail .orderTotal .discount {
  color: #000000;
}
.account-orderdetail .order-store-address .order-track-number,
.account-orderdetail .order-store-hours .order-track-number {
  color: #000000;
}
.account-orderdetail .order-billing-address ul {
  padding: 0;
}
.account-orderdetail .order-billing-address ul li {
  list-style: none;
}
.account-orderdetail .order-billing-address .label-order,
.account-orderdetail .order-payment-data .label-order,
.account-orderdetail .order-ship-to .label-order,
.account-orderdetail .order-shipping-method .label-order,
.account-orderdetail .order-tracking-no .label-order,
.account-orderdetail .order-store-address .label-order,
.account-orderdetail .order-store-hours .label-order {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 2px;
}
.account-orderdetail .order-billing-address .value-order-date,
.account-orderdetail .order-payment-data .value-order-date,
.account-orderdetail .order-ship-to .value-order-date,
.account-orderdetail .order-shipping-method .value-order-date,
.account-orderdetail .order-tracking-no .value-order-date,
.account-orderdetail .order-store-address .value-order-date,
.account-orderdetail .order-store-hours .value-order-date {
  display: inline-block;
  min-width: 15%;
}
.account-orderdetail .value-order {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 639px) {
  .account-orderdetail .order-shipping-method,
  .account-orderdetail .order-tracking-no,
  .account-orderdetail .order-payment-data,
  .account-orderdetail .order-store-hours {
    padding-top: 40px;
  }
}
.account-orderdetail .account-orderdetail-orderTotalDiscount-section {
  clear: both;
  margin-bottom: 40px;
}
.account-orderdetail .account-orderdetail-orderTotalDiscount-section .order-total__taxes {
  text-align: right;
}
.account-orderdetail .account-orderdetail-orderTotalDiscount-section .order-savings__info {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
.account-address-removal-popup .address {
  margin-top: 40px;
}
.account-address-removal-popup .btn {
  margin-top: 20px;
}
.savedcart_restore_confirm_modal .restore-current-cart-form {
  margin-top: 80px;
}
.not-active {
  pointer-events: none;
  cursor: default;
  font-weight: normal !important;
  color: black !important;
}
.quick-view-popup .product-image {
  float: left;
  width: 33%;
}
.quick-view-popup .product-image a {
  display: block;
}
.quick-view-popup .product-image img {
  width: 100%;
  height: auto;
}
.quick-view-popup .product-details {
  margin-left: 33%;
  padding-left: 40px;
}
.quick-view-popup .product-details .name {
  font-size: inherit;
  font-weight: bold;
}
.quick-view-popup .product-details .rating:after {
  clear: none;
}
.quick-view-popup .product-details .price {
  font-size: inherit;
  font-weight: bold;
}
.quick-view-popup .addtocart-component {
  clear: both;
  padding-top: 40px;
}
table {
  width: 100%;
}
table th {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  padding: 8px 10px;
  vertical-align: top;
}
table th:last-child {
  text-align: right;
}
table tr.entry-group-header a {
  color: lightgrey;
}
table tr.entry-group-header a:hover {
  color: black;
}
table tr.entry-group-header .error {
  background-color: PaleVioletRed;
}
table .entry-group-error-message {
  text-transform: none;
}
table div.left-align {
  text-align: left;
}
table td {
  padding: 40px 10px;
  vertical-align: top;
}
.responsive-table th:first-child {
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .responsive-table th:first-child {
    padding-left: 20px;
  }
}
.responsive-table th:last-child {
  text-align: right;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .responsive-table th:last-child {
    padding-right: 20px;
  }
}
@media (min-width: 640px) {
  .responsive-table td:nth-child(2) {
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .responsive-table td:nth-child(2) {
    padding-left: 30px;
  }
}
.responsive-table td:last-child {
  text-align: right;
  padding-right: 30px;
}
@media (max-width: 640px) {
  .responsive-table td:last-child {
    padding-right: 20px;
  }
}
.responsive-table-item {
  padding: 20px;
}
@media (max-width: 640px) {
  .responsive-table-item {
    padding: 10px 20px;
  }
}
.responsive-table-item:nth-child(even) {
  background-color: #ffffff;
}
.responsive-table-item a.responsive-table-link {
  color: #000000;
}
.responsive-table-item a:hover,
.responsive-table-item a:focus {
  color: #000000;
}
.responsive-table-item td:last-child {
  text-align: right;
}
@media (max-width: 639px) {
  .responsive-table-item {
    display: block;
  }
  .responsive-table-item .status strong {
    display: block;
  }
  .responsive-table-item td {
    display: inline-block;
    width: 40%;
    padding: 3px 10px;
  }
  .responsive-table-item td:last-child {
    text-align: left;
  }
  .responsive-table-item td.responsive-table-cell {
    width: 55%;
  }
  .responsive-table-item td.responsive-table-cell-bold {
    font-weight: 600;
  }
}
input[type='radio'],
input[type='checkbox'] {
  margin-right: 10px;
  margin-bottom: 20px;
}
label {
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}
label.uncased {
  text-transform: none;
}
.help-block {
  font-style: italic;
}
.form-control:focus {
  border-color: #d9534f;
  outline: 0;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #000000;
}
select.form-control {
  text-transform: uppercase;
  font-size: 13px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #000000;
}
.has-error .control-label {
  color: #000000;
}
.has-error input.form-control {
  background: #ffffff;
  border-color: #d9534f;
}
.has-error .help-block {
  font-weight: 600;
  color: #d9534f;
}
.has-success .control-label {
  color: #000000;
}
.has-success input.form-control {
  background: transparent;
  border-color: #000000;
}
.has-success .help-block {
  font-weight: 600;
  color: #000000;
}
legend {
  font-size: 18px;
  border-bottom: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.phone_css::placeholder {
  color: #999999 !important;
  font-size: 14px !important;
}
.form-element-icon {
  position: relative;
}
.form-element-icon .glyphicon {
  position: absolute;
}
.form-element-icon.datepicker .glyphicon {
  top: 32px;
  right: 10px;
  color: #000000;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .form-element-icon.datepicker .glyphicon {
    top: 38px;
  }
}
.form-control-radio,
.form-control-checkbox {
  display: block;
}
.form-control-radio input,
.form-control-checkbox input {
  margin-bottom: 0;
  float: left;
}
.form-control-radio .form-control-label,
.form-control-checkbox .form-control-label {
  margin-left: 25px;
}
fieldset > div:last-of-type input,
fieldset > div:last-of-type label {
  margin-bottom: 0;
}
.legend {
  margin-bottom: 40px;
}
textarea {
  min-height: 245px;
}
textarea + .help-block {
  font-size: 12px;
  margin-bottom: 25px;
  text-align: right;
}
.input-sm {
  height: 40px;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
}
select.input-sm {
  height: 40px;
  line-height: 40px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
/* Toggle Button */
.toggle-button {
  position: absolute;
  top: 19px;
  right: 73px;
}
.toggle-button input[type='checkbox'] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.toggle-button input[type='checkbox'][disabled] ~ label {
  color: #333333;
  pointer-events: none;
}
.toggle-button input[type='checkbox'][disabled] ~ label .toggle-button__switch {
  opacity: 0.4;
}
.toggle-button input[type='checkbox']:focus ~ label .toggle-button__switch,
.toggle-button input[type='checkbox']:hover ~ label .toggle-button__switch {
  background-color: #333333;
  border-color: #000000;
}
.toggle-button input[type='checkbox']:checked ~ label .toggle-button__switch {
  background-color: #000000;
}
.toggle-button input[type='checkbox']:checked ~ label .toggle-button__switch:after {
  content: '\00a0';
  background-color: #ffffff;
  transform: translate3d(22px, 0, 0);
}
.toggle-button input[type='checkbox']:checked ~ label .toggle-button__switch :before {
  content: '\00a0';
  left: 0;
}
.toggle-button label {
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.toggle-button label .toggle-button__switch {
  position: relative;
  height: 33px;
  flex: 0 0 56px;
  border-radius: 60px;
  border: 1px solid #000000;
  background-color: #ffffff;
}
.toggle-button label .toggle-button__switch.is-checked {
  border-color: #000000;
}
.toggle-button label .toggle-button__switch:before {
  left: 28px;
  font-size: 12px;
  line-height: 23px;
  width: 28px;
  padding: 0 12px;
  content: '\00a0';
  position: absolute;
  top: 0;
}
.toggle-button label .toggle-button__switch:after {
  top: 4px;
  left: 4px;
  border-radius: 30px;
  width: 23px;
  line-height: 23px;
  font-size: 12px;
  color: #ffffff;
  background-color: #000000;
  content: '\00a0';
  position: absolute;
  z-index: 5;
}
.toggle-button input[type='checkbox']:checked:focus ~ label .toggle-button__switch,
.toggle-button input[type='checkbox']:checked:hover ~ label .toggle-button__switch {
  background-color: #333333;
  border-color: #333333;
}
.textpage-faqs th:last-child {
  text-align: left;
}
/*
## landingLayout2Page
********************************************************************/
.section1 {
  margin: 10px 0;
}
.zoneA .disp-img {
  height: 108px;
  margin: 10px 0 0 0;
  border-bottom: 1px dotted #a5a5a5;
  position: relative;
}
.zoneA .disp-img:first-child {
  margin: 0;
}
.zoneA .disp-img a {
  display: block;
}
.zoneA .disp-img .title {
  display: block;
  margin-left: 106px;
  border-bottom: 1px dotted #a5a5a5;
  margin-bottom: 10px;
}
.zoneA .disp-img .thumb {
  position: absolute;
  top: 0;
}
.zoneA .disp-img .details {
  width: 124px;
  height: 96px;
  margin-left: 106px;
  display: block;
}
.zoneA .action {
  display: none;
}
.zoneB .simple_disp-img:first-child {
  margin: 0 0 10px 0;
}
.homepage_slider.stripViewer {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.homepage_slider.stripViewer ul {
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 1%;
  list-style-type: none;
}
.homepage_slider.stripViewer ul li {
  float: left;
}
.homepage_slider .svw {
  width: 50px;
  height: 20px;
  background-color: #ffffff;
}
.homepage_slider .svw ul {
  position: relative;
  left: -999em;
}
.homepage_slider .tooltip {
  padding: 0.5em;
  background-color: #ffffff;
  color: #000000;
  border: 5px solid #dedede;
}
.stripTransmitter {
  overflow: auto;
  padding: 0 15px;
  width: 438px !important;
  height: 51px;
  border-bottom: 1px dotted #a5a5a5;
  background-color: #eee;
}
.stripTransmitter ul {
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}
.stripTransmitter ul li {
  width: 30px;
  float: left;
}
.stripTransmitter a {
  line-height: 47px;
  display: block;
  padding: 0 0 0 0;
  text-align: center;
  text-decoration: none;
  font-size: 1.4em;
}
.stripTransmitter a:hover,
.stripTransmitter a.current {
  font-weight: bold;
}
.tooltip {
  padding: 0.5em;
  background-color: #ffffff;
  color: #000000;
  border-bottom: 1px dotted #a5a5a5;
}
.section4 .disp-img {
  margin: 0 0 15px 0;
}
.section4 .disp-img .title {
  border-bottom: 1px solid #a5a5a5;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  white-space: nowrap;
  display: block;
  margin: 0 0 10px 0;
}
.section4 .disp-img .thumb {
  margin: 0 0 5px 0;
  display: block;
}
.section4 .disp-img .action {
  display: none;
}
.product-details-toggle {
  position: relative;
  cursor: pointer;
  margin-bottom: 40px;
  padding-right: 40px;
}
.product-details-toggle.name {
  font-weight: 600;
}
.product-details.open .product-details-toggle {
  margin-bottom: 0;
}
.product-details-toggle .glyphicon {
  float: right;
  font-size: 14px;
  line-height: 35px;
}
.product-details.open .product-details-toggle .glyphicon:before {
  content: "\e114";
}
.product-details-toggle-wrap {
  display: none;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .product-details-toggle-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-details.open + .product-details-toggle-wrap {
  display: block;
}
.product-details-toggle-wrap .product-details {
  font-size: 22px;
}
.product-details-toggle-wrap img {
  width: 175px;
  margin: 0 30px 35px 0;
  float: left;
}
@media (min-width: 640px) {
  .product-details-toggle-wrap .product-details {
    text-align: right;
  }
}
@media (max-width: 639px) {
  .product-details-toggle {
    padding: 0 45px 0 20px;
  }
  .product-details-toggle .glyphicon {
    right: 20px;
  }
  .product-details-toggle-wrap {
    margin: 0;
  }
  .product-details-toggle-wrap img {
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
  }
  .product-details-toggle-wrap .product-details {
    margin-bottom: 40px;
  }
}
.product-action {
  overflow: hidden;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .product-action {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-action ol {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.product-action ol li {
  font-size: 18px;
  float: right;
  margin: 15px 0 15px 40px;
  line-height: 48.85714286px;
}
.product-action #total-price {
  font-size: 18px;
  font-weight: 600;
}
.product-action div {
  float: left;
  margin: 15px 0;
  line-height: 48.85714286px;
}
@media (max-width: 639px) {
  .product-action {
    margin-bottom: 0;
  }
  .product-action ol li {
    margin-right: 0;
  }
}
@media (max-width: 0px) {
  .product-action ol li,
  .product-action .btn {
    width: 100%;
  }
  .product-action div {
    float: none;
    line-height: 1.42857;
    margin-bottom: 0;
  }
}
.update-future-stock {
  text-align: right;
  padding: 20px 7px 15px 0;
  background-color: #ffffff;
}
.update-future-stock .update_future_stock_button,
.update-future-stock .hide_future_stock_info {
  font-size: 13px;
  font-weight: 700;
}
.update-future-stock .hide_future_stock_info {
  display: none;
}
.product-grid-container .sku-quantity,
#cboxContent .sku-quantity {
  font-size: 13px;
  line-height: 40px;
  width: 60px;
  padding: 9px 10px;
  margin: 5px 0 3px;
  border: 1px solid #cccccc;
  text-align: center;
}
.product-grid-container .td_stock,
#cboxContent .td_stock {
  display: block;
  padding-bottom: 5px;
}
.product-grid-container .td_stock .in-stock,
#cboxContent .td_stock .in-stock {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
}
.product-grid-container .future_stock,
#cboxContent .future_stock {
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.product-grid-container .future_stock .future_stock_value,
#cboxContent .future_stock .future_stock_value {
  margin: 2px 0 8px 0;
}
.product-grid-container .data-grid-total,
#cboxContent .data-grid-total {
  display: inline-block;
  padding-top: 5px;
  border-top: 1px solid #000000;
  font-size: 15px;
  font-weight: 700;
}
.product-grid-container table td .price {
  font-size: 15px;
  font-weight: bold;
}
.product-grid-container table td.out-of-stock .variant-prop,
.product-grid-container table td.out-of-stock .price {
  opacity: 0.3;
}
.product-grid-container table td.out-of-stock .sku-quantity {
  opacity: 0.3;
  background-color: #fff;
}
@media (min-width: 640px) {
  .add-to-cart-order-form-wrap {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
  }
  .add-to-cart-order-form-wrap::after {
    background-color: white;
    bottom: 0;
    content: "";
    height: 17px;
    position: absolute;
    width: 100%;
  }
  .add-to-cart-order-form-wrap::before {
    background-color: white;
    right: 0;
    content: "";
    position: absolute;
    height: 100%;
  }
  .add_to_cart_order_form {
    overflow: scroll;
    max-height: 907px;
  }
  .order-form-scroll {
    cursor: pointer;
    background-color: #000000;
    opacity: 0.4;
    color: #fff;
    text-align: center;
    position: absolute;
    display: none;
  }
  .order-form-scroll.right {
    width: 50px;
    height: 75px;
    line-height: 75px;
    right: 0px;
    top: 50%;
    margin-top: -35px;
  }
  .order-form-scroll.left {
    width: 50px;
    height: 75px;
    line-height: 75px;
    left: 0;
    top: 50%;
    margin-top: -35px;
  }
  .order-form-scroll.up {
    width: 75px;
    height: 50px;
    line-height: 50px;
    top: 0;
    left: 50%;
    margin-left: -35px;
  }
  .order-form-scroll.down {
    width: 75px;
    height: 50px;
    line-height: 50px;
    bottom: 17px;
    left: 50%;
    margin-left: -35px;
  }
  .product-grid-container-dim-3,
  .product-grid-container-dim-2 {
    width: 100%;
  }
  .product-grid-container table {
    border-bottom: 1px solid #000000;
    background-color: #ffffff;
  }
  .product-grid-container table:nth-child(2n) {
    background: #ffffff;
  }
  .product-grid-container table tr:first-child > th:first-child {
    border-right: 1px solid #000000;
    white-space: nowrap;
  }
  .product-grid-container table tr > td:first-child {
    border-right: 1px solid #000000;
    padding-top: 40px;
  }
  .product-grid-container table th {
    text-align: center;
  }
  .product-grid-container table td {
    text-align: center;
    padding: 25px 10px 15px;
    vertical-align: top;
    max-width: 200px;
  }
}
@media (min-width: 640px) and (max-width: 1024px) {
  .add-to-cart-order-form-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 639px) {
  #cboxContent .sku-quantity {
    font-size: 16px;
  }
  .product-grid-container {
    font-size: 16px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .product-grid-container table {
    table-layout: fixed;
    width: 100%;
  }
  .product-grid-container table tr td {
    border-bottom: 1px solid #000000;
  }
  .product-grid-container table tr .variant-detail {
    width: 60%;
    padding: 15px 0 15px 40px;
  }
  .product-grid-container table tr .variant-detail img {
    float: left;
    padding-right: 40px;
  }
  .product-grid-container table tr .variant-detail .description {
    padding: 12px 0;
  }
  .product-grid-container table tr .variant-select {
    width: 40%;
    text-align: right;
    font-weight: 600;
    padding-right: 40px;
    vertical-align: middle;
  }
  .product-grid-container table .hidden-size {
    display: none;
  }
  .product-grid-container table .variant-summary {
    display: none;
    background-color: #000000;
  }
  .product-grid-container table .variant-summary .variant-summary-items {
    margin: 15px 0;
  }
  .product-grid-container table .variant-summary tr td {
    padding: 0 40px;
    font-weight: bold;
  }
  .product-grid-container table .variant-summary tr td:last-child {
    text-align: right;
  }
  .product-grid-container table .variant-summary tr:first-child td {
    font-weight: normal;
  }
  .product-grid-container table .variant-summary span {
    display: none;
  }
  .product-grid-container table .editSize {
    display: none;
  }
  .product-grid-container table.selected .variant-summary {
    display: table-row;
  }
  .product-grid-container table.selected .editSize {
    display: inline;
  }
  .product-grid-container table.selected .selectSize {
    display: none;
  }
  .variantSelectMobile #cboxLoadedContent {
    overflow: visible!important;
    padding-left: 0;
    padding-right: 0;
  }
  .variantSelectMobile #cboxContent table {
    width: 100%;
  }
  .variantSelectMobile #cboxContent table td {
    display: block;
    font-weight: 600;
    text-align: center;
    padding: 25px 0 10px 0;
  }
  .variantSelectMobile #cboxContent table td:first-child {
    width: auto;
  }
  .variantSelectMobile #cboxContent table td:nth-child(2n+2) {
    background: #ffffff;
  }
  .variantSelectMobile #cboxContent .product-grid-container {
    margin: 0;
  }
  .variantSelectMobile #cboxContent .orderForm_grid_group {
    position: relative;
  }
  .variantSelectMobile #cboxContent .update-future-stock {
    position: absolute;
    margin-left: -65px;
    left: 50%;
    top: 100px;
  }
  .variantSelectMobile #cboxContent .variant-detail {
    padding: 0 0 60px 0;
  }
  .variantSelectMobile #cboxContent .variant-detail img {
    display: inline-block;
    max-width: 200px;
    float: none;
    padding: 0;
  }
  .variantSelectMobile #cboxContent .variant-detail .description {
    padding: 0;
  }
  .variantSelectMobile #cboxContent .variant-detail .description > div {
    display: inline;
  }
  .variantSelectMobile #cboxContent .mobile-cart-actions {
    padding: 40px;
    border-bottom: none;
    background-color: #fff !important;
  }
  .variantSelectMobile #cboxContent .mobile-cart-actions .btn {
    width: 100%;
  }
  .variantSelectMobile #cboxContent .variant-select,
  .variantSelectMobile #cboxContent .variant-summary {
    display: none;
  }
  .variantSelectMobile #cboxContent .variant-prop > span {
    font-weight: 400;
  }
  .variantSelectMobile #cboxContent .sku-quantity {
    font-weight: 400;
    line-height: 60px;
    width: 120px;
    height: 80px;
  }
}
#orderFormContainer .headline,
#orderFormContainer .advanced-search-wrap {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  #orderFormContainer .headline,
  #orderFormContainer .advanced-search-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#resultsList.item__list .item__list--item:last-child {
  padding-right: 0;
}
.quick-order__introduction {
  padding-top: 13px;
  margin-top: 20px;
  line-height: 22px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .quick-order__introduction {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  .quick-order__introduction {
    margin-bottom: 20px;
  }
}
.quick-order__actions {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .quick-order__actions {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 639px) {
  .quick-order__actions .pull-right {
    float: none!important;
  }
}
.quick-order__add-to-cart-btn {
  margin-top: 20px;
}
.quick-order__add-to-cart-btn .btn {
  width: 100%;
}
.quick-order__reset-link {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.375;
  border: none;
  background-color: transparent;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13px;
  margin-top: 20px;
}
@media (max-width: 639px) {
  .quick-order__reset-link {
    margin: 40px 0;
    text-align: center;
    width: 100%;
    padding-top: 5px;
  }
}
.quick-order__list {
  margin-top: 20px;
}
.quick-order__list.item__list .item__list--item:last-child {
  padding-right: 0;
}
@media (min-width: 1024px) {
  .quick-order__list.item__list .item__remove {
    padding-right: 30px;
    width: 64px;
  }
}
#quickOrder .item__list .item__info {
  width: auto;
}
@media (min-width: 1024px) {
  #quickOrder .item__quantity {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  #quickOrder .item__sku__input input {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  #quickOrder .item__list--header .item-sku-input {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  #quickOrder .item__list--header .item-sku-input {
    width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 1023px) {
  #quickOrder .item__list--header .item__info {
    width: 20%;
  }
}
#quickOrder .item__list--header .item__total--column {
  text-align: left;
}
#quickOrder .item__list--header li:first-child {
  padding-left: 30px;
}
#quickOrder .item__sku__input {
  padding-left: 30px;
  width: 33%;
}
@media (max-width: 1023px) {
  #quickOrder .item__sku__input {
    padding-left: 20px;
    margin: 0 0 10px;
    width: 100%;
  }
}
#quickOrder .item__list--item:nth-child(odd) {
  background: #ffffff;
}
#quickOrder .item__list--item:nth-child(4n+4) {
  background-color: transparent;
}
@media (max-width: 1023px) {
  #quickOrder .item__list--item {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #quickOrder .item__list--item .item__info {
    width: 20%;
  }
}
#quickOrder .item__list--item .item__info .item__name {
  display: block;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  #quickOrder .item__list--item .item__quantity {
    padding-top: 10px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  #quickOrder .item__list--item .item__total {
    text-align: left;
    padding-left: 10px;
  }
}
@media (max-width: 1023px) {
  #quickOrder .item__list--item .item__total {
    float: left;
  }
}
.account-section .account-section-content .import-csv__form {
  padding: 0;
}
.import-csv__well {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .import-csv__well {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.import-csv__file-spec {
  padding-top: 35px;
}
.import-csv__file-spec-item {
  padding-top: 5px;
}
.import-csv__file-upload {
  padding-top: 40px;
}
.import-csv__actions {
  margin-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .import-csv__actions {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 640px) {
  .import-csv__file-upload {
    border-left: 1px solid #000000;
    padding-top: 35px;
    padding-bottom: 20px;
    padding-left: 80px;
  }
}
@media (max-width: 639px) {
  .import-csv__well {
    margin: 0;
  }
}
.file-upload {
  margin-top: 15px;
}
.file-upload__label {
  display: block;
}
.file-upload__wrapper {
  position: relative;
  overflow: hidden;
  margin-right: 40px;
}
.file-upload__input {
  position: absolute;
  right: -3px;
  top: -3px;
  bottom: -3px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
}
.file-upload__file-name {
  font-size: 16px;
  display: inline-block;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  position: relative;
  top: 8px;
}
@media print {
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  .breadcrumb-section {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  .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%;
  }
  .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%;
  }
  .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%;
  }
  .footer__left {
    width: 100%;
  }
  .footer__right {
    display: none;
  }
  .owl-wrapper {
    width: 100% !important;
  }
  .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
    width: 25%!important;
    display: none!important;
  }
  .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(-n+4) {
    display: block!important;
  }
  .owl-controls {
    display: none!important;
  }
  .cart-voucher,
  .cart-actions--print {
    width: 100% !important;
  }
  .image-gallery__image,
  .image-gallery__image .owl-wrapper,
  .image-gallery__image .owl-wrapper .owl-item {
    width: 190%!important;
  }
  .tabs .tabhead + .tabbody {
    display: block!important;
  }
  .back-link .label {
    border: 0;
  }
  .carousel-component {
    overflow: hidden;
    height: 320px;
  }
}
.mdn-Toggle input:checked + .mdn-Toggle-button:after {
  background: var(--theme-backgroundColor-circle-active-Toggle-default);
  left: 50%;
}
.mdn-Toggle input:checked + .mdn-Toggle-button {
  background: var(--theme-backgroundColor-active-Toggle-default);
}
.mdn-Radio input:checked + .mdn-Radio-label:before {
  box-shadow: none;
  background: var(--theme-backgroundColor-Radio-default--checked);
  transition: all 0.2s;
}
.mdn-Radio input:checked + .mdn-Radio-label:after {
  background-color: var(--theme-background-color--default);
}
.skip,
.skiptocontent,
.skiptonavigation {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/**
 *  This file is used to override default Bootstrap variables.
 */
p {
  margin: 0;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0px;
  padding-left: 0px;
}
.header-top {
  height: 68px;
}
.header-top .content {
  float: left;
}
.header-top .content:nth-last-child(1) {
  float: right;
}
.header-top .content:nth-last-child(1) .icon {
  padding: 27px 18px;
}
.header-top .content .btn-claro-clube {
  background-color: transparent;
  border: none;
  border-radius: 4px;
  padding: 0;
  width: 108px;
  height: 34px;
  margin: 20px 0 0 0;
  text-align: left;
  letter-spacing: 0px;
  color: #9ea3ae;
  font-weight: 100;
}
.header-top .content .btn-claro-clube a {
  font-family: AMX;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  display: block;
  color: #000000;
  padding: 0;
  margin: 0;
  line-height: 40px;
}
.header-top .content .btn-claro-clube a:hover {
  color: #000000;
}
header .navigation--bottom {
  border-bottom: none;
  background: none !important;
  width: 100%;
}
header .navigation--bottom .nav__links--products,
header .navigation--bottom .navigation__overflow {
  height: 100%;
}
header .navigation--bottom .nav__links--products {
  display: flex;
  align-items: center;
}
header .navigation--bottom .nav__links--products li a {
  color: #5f646d;
  font-family: var(--font-family-highlight);
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  display: inline-flex;
}
header .navigation--top {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
header ul.nav__links--account {
  padding-top: 23px;
  margin: 0;
}
header ul.nav__links--account li .__child-wrap div {
  float: left;
  display: block;
}
header ul.nav__links--account li .__child-wrap div a {
  text-transform: uppercase;
  padding: 14px 15px;
  display: block;
  color: #ffffff;
  font-family: AMX;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
}
header .js-site-logo {
  padding: 0 !important;
}
header .js-site-logo a {
  display: block;
  padding: 17px 0;
}
header .js-site-logo a img {
  width: 66px;
}
header .box_right {
  padding: 11px 0;
  float: right;
}
header .box_right > div {
  float: left;
  display: block;
  padding: 0 18px;
}
header .box_right .site-search {
  width: 45px;
  display: block;
  padding: 0;
}
header .box_right .site-search .js-site-search-input {
  display: inline-block;
  margin-top: 18px;
  border: none;
  border-radius: 5px;
  position: absolute;
  left: -210px;
  width: 200px;
}
@media (max-width: 1023px) {
  header .box_right .site-search .js-site-search-input {
    top: 0;
    left: -11px;
    width: 95vw;
  }
}
header .box_right .site-search .glyphicon-search {
  padding-top: 14px;
}
header .box_right .site-search .input-group.inner-addon.left-addon .glyphicon-search {
  padding-top: 26px;
}
@media (max-width: 1023px) {
  header .box_right .site-search {
    width: 100vw;
    background-color: pink;
    position: absolute;
    top: 0vw;
    left: -20px;
  }
}
header .box_right .nav-cart a {
  padding: 23px 0;
  display: block;
}
header .box_right .nav-cart a .mini-cart-icon .glyphicon-shopping-cart:before {
  color: #ffffff;
}
header .box_right .nav-cart a .mini-cart-count .nav-items-total {
  color: #ffffff;
}
header .box_right .nav-cart a .mini-cart-count {
  display: none;
}
header .box_right .fale_claro {
  padding-top: 26px;
}
header .box_right .btn_minha_claro a {
  width: 119px;
  height: 34px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50px;
  padding: 12px;
  color: red;
  font-family: AMX;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  display: block;
  line-height: 30px;
  padding: 8px 16px;
  margin-top: 16px;
}
header .mobile__nav__row .menu-hambuguer {
  padding: 14px 0;
}
header .mobile__nav__row .menu-hambuguer .mobile__nav__row--btn-menu {
  padding: 0;
  vertical-align: top;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  background-color: transparent;
  width: 100%;
  color: #000000;
  border: none;
}
header .mobile__nav__row .menu-hambuguer .mobile__nav__row--btn-menu .glyphicon-align-justify {
  color: #ffffff;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  font-size: 29px;
  top: 2px;
}
@media (max-width: 1023px) {
  header .mobile__nav__row .logo-claro .js-site-logo a {
    padding: 21px 0;
  }
  header .mobile__nav__row .logo-claro .js-site-logo a img {
    width: 97px;
  }
}
header .mobile__nav__row .box_right_mobile {
  float: right;
}
header .mobile__nav__row .box_right_mobile .carrinho {
  float: left;
  padding: 14px 0;
  margin-right: 12px;
}
header .mobile__nav__row .box_right_mobile .carrinho .miniCartSlot {
  border-left: none;
}
header .mobile__nav__row .box_right_mobile .carrinho .miniCartSlot .nav-cart a {
  color: #ffffff;
}
header .mobile__nav__row .box_right_mobile .carrinho .miniCartSlot .nav-cart a .mini-cart-icon {
  color: #ffffff;
}
header .mobile__nav__row .box_right_mobile .carrinho .miniCartSlot .nav-cart a .mini-cart-count .nav-items-total {
  background-color: #ffffff;
  color: #000000;
}
header .mobile__nav__row .box_right_mobile .carrinho .miniCartSlot .nav-cart a .mini-cart-count .nav-items-total .items-desktop.hidden-xs {
  display: none;
}
header .mobile__nav__row .box_right_mobile .minha-claro {
  float: left;
  padding: 10px 0;
}
header .mobile__nav__row .box_right_mobile .minha-claro .btn_minha_claro a {
  width: 119px;
  height: 34px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50px;
  padding: 12px;
  color: red;
  font-family: AMX;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  display: block;
  line-height: 30px;
  padding: 8px 16px;
  margin-top: 16px;
}
@media (max-width: 381px) {
  header .mobile__nav__row .box_right_mobile .minha-claro .btn_minha_claro a {
    width: 72px;
    height: 63px;
    border-radius: 10px;
    line-height: 18px;
    padding: 19px 16px;
    margin-top: 1px;
  }
}
header .box-search-mobile {
  width: 100vw;
  position: relative;
  left: -20px;
}
@media (max-width: 1023px) {
  header .box-search-mobile .site-search .input-group {
    width: 100%;
    background-color: #fff;
    padding: 12px;
  }
  header .box-search-mobile .site-search .input-group .js-site-search-input {
    border-radius: 50px;
    width: 90%;
    display: block;
    margin: 0 auto;
    background-color: #ccc;
    color: #000;
    float: none;
  }
}
@media (max-width: 1023px) {
  header .navigation--bottom {
    top: 60px;
    height: 100vh;
    background-color: #eff1f5;
  }
  header .navigation--bottom .teste-buttom a {
    width: 100%;
    color: #ffffff;
    display: block;
    margin-bottom: 18px;
  }
  header .navigation--bottom ul.sticky-nav-top li {
    height: 61px;
    background-color: #e3262e;
  }
  header .navigation--bottom ul.sticky-nav-top li .close-nav {
    border: 0;
  }
  header .navigation--bottom ul.sticky-nav-top li .close-nav button {
    background-color: #e3262e;
  }
  header .navigation--bottom ul.sticky-nav-top li .close-nav button span.glyphicon-remove {
    color: #ffffff;
  }
  header .navigation--bottom .navigation__overflow {
    border-top: 0;
    background-color: #e3262e;
  }
  header .navigation--bottom .navigation__overflow ul.nav__links--products {
    height: 88%;
    background-color: #e3262e;
  }
  header .navigation--bottom .navigation__overflow ul.nav__links--products li.nav__links--primary {
    background-color: #e3262e;
    border-bottom: none;
  }
  header .navigation--bottom .navigation__overflow ul.nav__links--products li.nav__links--primary span a {
    text-align: left;
    color: #ffffff;
    padding: 18px 12px;
  }
  header .mobile__nav__row .carrinho .miniCartSlot .nav-cart a .mini-cart-count .nav-items-total {
    background-color: transparent !important;
    color: #ffffff !important;
  }
}
/**
 *  Claro Header
 */
.logo-claro img {
  max-width: 100%;
  max-height: 100%;
  top: -6px;
  position: relative;
}
.claro-main-header .navbar-right.user-menu {
  margin-right: 0;
}
.claro-main-header .nav > li > a.mdn-Button {
  display: inline-flex;
}
.claro-main-header .user-menu .mdn-Button {
  height: auto;
}
.claro-main-header .navigation--bottom .nav__links--primary.active::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #e3262e;
  display: block;
  position: relative;
  bottom: -13px;
}
.claro-main-header .mdn-Divider {
  margin-top: 28px;
  margin-bottom: 0;
}
.claro-main-header footer {
  background-color: transparent;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #5f646d;
}
.claro-main-header.is-open {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.claro-main-header.is-open .navbar-claro.hidden-md {
  height: 100%;
  align-items: flex-start;
}
.claro-main-header .navbar-right.user-menu {
  margin-right: 0;
  vertical-align: inherit;
  align-items: center;
  align-content: center;
  float: none !important;
}
.claro-main-header li {
  align-items: center;
  align-content: center;
  display: flex;
}
.claro-main-header li .acessibilidade a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.claro-main-header li .acessibilidade:before {
  content: '\E004';
  font-size: 30px !important;
  color: #5f646d;
}
.claro-main-header-login .form-group {
  margin-bottom: 0 !important;
}
.claro-main-header-login .form-control {
  border-bottom: 2px solid #5f646d !important;
}
.claro-main-header-login .form-control.error + .error {
  font-weight: bold;
  color: #e3262e;
}
.claro-main-header-login .label {
  text-transform: none;
  color: #5f646d;
  padding: 0;
}
.resend-login-token {
  top: auto !important;
  margin-top: 16px;
}
.resend-login-token .radial-progress {
  width: 34px !important;
  height: 34px !important;
}
.resend-login-token .radial-progress,
.resend-login-token .percentage {
  transform: none !important;
  padding: 0 !important;
}
.mobile-login-actions .close-account-action-button {
  margin-left: 20px;
}
.mobile-login-actions .mdn-Button--primary {
  color: #ffffff;
}
.claro-main-header .mdn-Button--primary {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .my-orders-button {
    margin-right: 0px;
  }
  .my-orders-button,
  .consult-my-claroclube-button {
    margin-bottom: 20px;
  }
  .login-mobile .tooltip-header-logout {
    margin-left: 0px !important;
  }
  .login-mobile .my-orders-button {
    margin-right: 20px !important;
  }
  .tooltip-header-logout:not([data-page='ORDER_HISTORY']) {
    margin-left: 20px;
  }
  .tooltip-header-logout,
  .title,
  .mobile-login-actions .title {
    margin-bottom: 20px;
  }
}
.links-navbar-mobile .navbar-nav {
  float: none !important;
  margin: 10px -20px !important;
}
.links-navbar-mobile .navbar-nav > li {
  float: none !important;
}
@media (min-width: 0px) {
  html,
  body {
    height: 100%;
    margin: 0;
  }
  footer {
    background-color: #f9f9f9;
    margin-top: auto;
    width: 100%;
  }
  footer .footer_top .logo a {
    width: 94px;
    height: 35px;
    background: url('/_ui/responsive/common/images/logo-claro-mobile.png') no-repeat;
    margin: 39px 0 47px 0;
    display: block;
  }
  footer .footer_top .footer_nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    width: 100%;
    max-width: 50%;
  }
  footer .footer_top .footer_nav-links a {
    font-size: var(--font-size-xxxs);
    padding-bottom: 10px;
    color: var(--theme-background-color--default);
    font-family: var(--font-family-base);
    text-align: left;
    font-weight: 300;
    display: inline-block;
  }
  footer .footer_top .footer_nav-links a:hover {
    text-decoration: underline;
  }
  footer .footer_top .footer_nav-links:last-child div {
    padding-bottom: 0;
  }
  footer .footer_bottom p.copyright {
    width: 70%;
    font-family: var(--font-family-base);
    font-size: 12px;
    text-align: left;
    font-weight: 300;
    color: #5f646d;
    margin: 46px 0 49px 0;
  }
  footer .footer_bottom p.copyright a {
    color: #5f646d;
    text-decoration: underline;
  }
  #footer-claro .mdn-Footer {
    height: auto;
    padding: 8px 0;
  }
  #footer-claro .mdn-Collapse-active .mdn-Collapse-content {
    padding: var(--theme-spacing-inset-sm) var(--theme-spacing-inset-sm) var(--theme-spacing-inset-xs);
  }
  #footer-claro .mdn-Collapse a,
  #footer-claro .mdn-Collapse a:hover,
  #footer-claro .mdn-Collapse a:focus {
    color: var(--theme-background-color--default);
    text-decoration: none;
  }
  #footer-claro .mdn-Collapse .mdn-Collapse-box {
    height: 63px;
    flex-wrap: wrap;
  }
  #footer-claro .mdn-Collapse .mdn-Collapse-toggle .mdn-Collapse-icon {
    margin: 0 0.225rem;
  }
  #footer-claro .mdn-Collapse .mdn-Collapse-toggle .mdn-Icon--md:before {
    font-size: 1.3rem;
    vertical-align: middle;
  }
  #footer-claro .mdn-Collapse .mdn-Text--body {
    font-size: var(--font-line-height-xxs);
    line-height: var(--font-line-height-xxxs);
  }
  #footer-claro .mdn-Collapse .mdn-Collapse-content .mdn-Container {
    padding-right: 0.7rem;
    padding-left: 0.6rem;
  }
  #footer-claro .mdn-Collapse .mdn-Collapse-content .mdn-Container ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #footer-claro .mdn-Collapse .mdn-Collapse-content .mdn-Container ul li.bloco-links-direita {
    text-align: right;
  }
  #footer-claro .mdn-Collapse .mdn-Collapse-content .mdn-Container ul li.bloco-links-esquerda {
    text-align: left;
  }
  #footer-claro .mdn-Collapse .mdn-Collapse-content .mdn-Container ul a {
    font-size: var(--font-size-xxxs);
    padding-bottom: 10px;
    color: var(--theme-background-color--default);
  }
  #footer-claro .mdn-Footer--simple .mdn-Container {
    padding-right: 0;
    padding-left: 0;
  }
  #footer-claro .mdn-Footer--simple .mdn-Footer-logo {
    background-image: none;
    height: 2.3rem;
    padding-right: 13.9vw;
    padding-left: 1.9vw;
    background-image: none !important;
  }
  #footer-claro .mdn-Footer--simple .mdn-Footer-content {
    justify-content: unset;
  }
  #footer-claro .mdn-Footer--simple .mdn-Footer-disclaimer {
    margin: var(--theme-spacing-stack-xxs) var(--theme-spacing-stack-xxs) 2px;
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-xxxs);
    text-align: center;
  }
  #footer-claro .mdn-Footer--simple .mdn-Footer-disclaimer a {
    color: var(--theme-background-color--default);
  }
  #footer-claro .mdn-Footer--simple .mdn-Footer-disclaimer a:hover {
    text-decoration: underline;
  }
  #footer-claro .mdn-Footer--simple .mdn-Footer-list {
    margin: var(--theme-spacing-stack-xxs) 0 var(--font-size-xxxs);
    margin-left: 5.9vw;
  }
  #footer-claro .mdn-Footer--simple .mdn-Footer-list .mdn-Icon--sm:before {
    font-size: 0.9rem;
  }
  #footer-claro .mdn-Footer--simple .mdn-Footer-list .mdn-Footer-list-item {
    margin-right: var(--theme-spacing-inline-sm);
  }
}
@media (min-width: 0px) and (max-width: 640px) {
  .footer-version {
    text-align: right !important;
    align-items: flex-end;
    align-content: flex-end;
    width: 50%;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  footer .footer_top .logo a {
    width: 88px;
    height: 31px;
    background: url('/_ui/responsive/common/images/logo-claro-desktop.png') no-repeat;
  }
}
@media (min-width: 0px) and (max-width: 640px) {
  footer .footer_top .footer_nav-links {
    max-width: 80%;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  footer .footer_top .footer_nav-links {
    max-width: 30%;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  footer .footer_bottom p.copyright {
    width: auto;
    margin: 46px 0 73px 0;
  }
}
@media (min-width: 0px) and (min-width: 640px) {
  #footer-claro .mdn-Collapse .mdn-Collapse-content .mdn-Container ul {
    width: 24%;
    margin: 0 auto;
  }
}
@media (min-width: 0px) and (max-width: 640px) {
  #footer-claro .mdn-Footer--simple .mdn-Footer-logo {
    margin-left: calc(50% - 60px);
  }
}
@media (min-width: 0px) and (min-width: 1400px) {
  #footer-claro .mdn-Footer--simple .mdn-Footer-logo {
    margin: 0;
    height: 2.2rem;
    padding-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 640px) {
  #footer-claro .mdn-Footer--simple .mdn-Footer-content {
    align-items: flex-start;
  }
}
@media (min-width: 0px) and (min-width: 1400px) {
  #footer-claro .mdn-Footer--simple .mdn-Footer-disclaimer {
    min-width: 600px;
  }
}
@media (min-width: 0px) and (max-width: 640px) {
  #footer-claro .mdn-Footer--simple .mdn-Footer-disclaimer {
    text-align: left;
    max-width: 294px;
    margin-left: var(--theme-spacing-stack-xxs);
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  #footer-claro .mdn-Footer--simple .mdn-Footer-disclaimer {
    max-width: 282px;
  }
}
@media (min-width: 0px) and (max-width: 640px) {
  #footer-claro .mdn-Footer--simple .mdn-Footer-list {
    margin: var(--theme-spacing-stack-xxs) 0 var(--font-size-xxxs) 10px;
  }
}
#footer-claro .mdn-Collapse-active .mdn-Collapse-content {
  padding: var(--theme-spacing-inset-sm) var(--theme-spacing-inset-sm) var(--theme-spacing-inset-xs);
}
#footer-claro .mdn-Collapse a:hover,
#footer-claro .mdn-Collapse a:focus {
  color: var(--theme-background-color--default);
  text-decoration: none;
}
#footer-claro .mdn-Collapse .mdn-Collapse-box {
  height: 63px;
}
#footer-claro .mdn-Collapse .mdn-Collapse-toggle .mdn-Collapse-icon {
  margin: 0 0.225rem;
}
#footer-claro .mdn-Collapse .mdn-Collapse-toggle .mdn-Icon--md:before {
  font-size: 1.3rem;
  vertical-align: middle;
}
#footer-claro .mdn-Collapse .mdn-Text--body {
  font-size: var(--font-line-height-xxs);
  line-height: var(--font-line-height-xxxs);
}
#footer-claro .mdn-Collapse .mdn-Collapse-content .mdn-Container {
  padding-right: 0.7rem;
  padding-left: 0.6rem;
}
#footer-claro .mdn-Collapse .mdn-Collapse-content .mdn-Container ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#footer-claro .mdn-Collapse .mdn-Collapse-content .mdn-Container ul li.bloco-links-direita {
  text-align: right;
}
#footer-claro .mdn-Collapse .mdn-Collapse-content .mdn-Container ul li.bloco-links-esquerda {
  text-align: left;
}
#footer-claro .mdn-Collapse .mdn-Collapse-content .mdn-Container ul a {
  font-size: var(--font-size-xxxs);
  padding-bottom: 10px;
  color: var(--theme-background-color--default);
}
@media (min-width: 640px) {
  #footer-claro .mdn-Collapse .mdn-Collapse-content .mdn-Container ul {
    width: 24%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  #footer-claro .mdn-Footer-logo {
    padding: 0 !important;
  }
}
#footer-claro .mdn-Footer--simple .mdn-Container {
  padding-right: 0;
  padding-left: 0;
}
#footer-claro .mdn-Footer--simple .mdn-Footer-logo {
  height: 2.8rem;
  padding-right: 10.2vw;
  padding-left: 1.9vw;
}
@media (max-width: 640px) {
  #footer-claro .mdn-Footer--simple .mdn-Footer-logo {
    margin-left: calc(50% - 60px);
  }
}
@media (min-width: 1400px) {
  #footer-claro .mdn-Footer--simple .mdn-Footer-logo {
    margin: 0;
    height: 2.8em;
    padding-left: 0;
  }
}
#footer-claro .mdn-Footer--simple .mdn-Footer-content {
  justify-content: unset;
}
@media (max-width: 640px) {
  #footer-claro .mdn-Footer--simple .mdn-Footer-content {
    align-items: flex-start;
  }
}
#footer-claro .mdn-Footer--simple .mdn-Footer-disclaimer {
  margin: var(--theme-spacing-stack-xxs) var(--theme-spacing-stack-xxs) 2px;
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-xxxs);
  text-align: center;
}
@media (min-width: 1400px) {
  #footer-claro .mdn-Footer--simple .mdn-Footer-disclaimer {
    min-width: 600px;
  }
}
@media (max-width: 640px) {
  #footer-claro .mdn-Footer--simple .mdn-Footer-disclaimer {
    text-align: left;
    max-width: 294px;
    margin-left: var(--theme-spacing-stack-xxs);
  }
}
@media (max-width: 320px) {
  #footer-claro .mdn-Footer--simple .mdn-Footer-disclaimer {
    max-width: 282px;
  }
}
#footer-claro .mdn-Footer--simple .mdn-Footer-disclaimer a {
  color: var(--theme-background-color--default);
}
#footer-claro .mdn-Footer--simple .mdn-Footer-disclaimer a:hover {
  text-decoration: underline;
}
#footer-claro .mdn-Footer--simple .mdn-Footer-list {
  margin: var(--theme-spacing-stack-xxs) 0 var(--font-size-xxxs);
  margin-left: 5.9vw;
}
#footer-claro .mdn-Footer--simple .mdn-Footer-list .mdn-Icon--sm:before {
  font-size: 1.2rem;
}
#footer-claro .mdn-Footer--simple .mdn-Footer-list .mdn-Footer-list-item {
  margin-right: var(--theme-spacing-inline-sm);
}
@media (max-width: 640px) {
  #footer-claro .mdn-Footer--simple .mdn-Footer-list {
    margin: var(--theme-spacing-stack-xxs) 0 var(--font-size-xxxs) 10px;
  }
}
.navbar-claro {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
}
.navbar-claro .storefinderLocationComponent,
.navbar-claro .storefinderLocationComponentState {
  position: relative !important;
  top: -6px !important;
}
.navbar-claro:before,
.navbar-claro:after {
  display: none;
}
@media (max-width: 1024px) {
  .navbar-claro .item {
    margin-top: 9px;
  }
}
@media (max-width: 1024px) {
  .navbar-claro.visible-xs-block {
    display: flex !important;
  }
  .navbar-claro.hidden-lg {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .navbar-claro {
    min-height: 80px;
  }
}
.navbar-claro a {
  color: #5f646d;
}
.navbar-claro .form-control {
  border: none;
  background-color: #ffffff;
  padding: 5px 7px;
}
@media (min-width: 1024px) {
  .navbar-claro .container-fluid {
    display: flex;
  }
  .navbar-claro .navbar-header {
    display: flex;
    align-items: center;
    min-height: 80px;
    margin-right: 20px;
  }
  .navbar-claro .claro-search-component {
    display: flex;
  }
  .navbar-claro .container-fluid {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .navbar-claro .navbar-header {
    float: none !important;
  }
}
@media (max-width: 1024px) {
  .navbar-claro .navbar-header {
    float: none !important;
  }
}
@media (max-width: 1024px) {
  .navbar-claro .navbar-header {
    min-height: 50px;
    padding: 0;
  }
  .navbar-claro .navbar-header-left,
  .navbar-claro .navbar-header-right {
    display: flex;
  }
  .navbar-claro .navbar-header-left {
    width: 100%;
  }
  .navbar-claro .navbar-toggle {
    height: auto;
    margin: 14px 20px 0 0;
    width: 19px;
    padding: 0;
    color: #5f646d;
    float: none;
    font-size: 24px;
    vertical-align: top;
    display: flex;
    border: 0;
  }
  .navbar-claro .navbar-toggle .mdn-Icon-fechar {
    position: absolute;
    top: -11px;
  }
  .navbar-claro .navbar-toggle .mdn-Icon-fechar:before {
    font-size: 30px;
  }
  .navbar-claro .navbar-toggle.collapsed {
    -webkit-text-stroke: 0px !important;
  }
  .navbar-claro .navbar-toggle .mdn-Icon-menu::before {
    font-size: 2.5rem;
    position: absolute;
    top: -1rem;
  }
  .navbar-claro .navbar-toggle .fa-bars {
    display: none;
  }
  .navbar-claro .navbar-toggle.collapsed .fa-times {
    display: none;
  }
  .navbar-claro .navbar-toggle.collapsed .fa-bars {
    display: block;
    font-size: 21px;
    color: #5f646d;
  }
}
@media (min-width: 1025px) {
  .navbar-claro .navbar-collapse.collapse,
  .navbar-claro .navbar-collapse.collapsing {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    width: 100%;
  }
  .navbar-claro .navbar-collapse.collapse .list,
  .navbar-claro .navbar-collapse.collapsing .list {
    width: 100%;
  }
  .navbar-claro .navbar-collapse.collapse .list,
  .navbar-claro .navbar-collapse.collapsing .list,
  .navbar-claro .navbar-collapse.collapse .user-menu,
  .navbar-claro .navbar-collapse.collapsing .user-menu {
    display: flex;
    min-width: 30%;
  }
  .navbar-claro .navbar-collapse.collapse .list li,
  .navbar-claro .navbar-collapse.collapsing .list li,
  .navbar-claro .navbar-collapse.collapse .user-menu li,
  .navbar-claro .navbar-collapse.collapsing .user-menu li {
    margin-right: 31px;
  }
  .navbar-claro .navbar-collapse.collapse .list li:last-of-type,
  .navbar-claro .navbar-collapse.collapsing .list li:last-of-type,
  .navbar-claro .navbar-collapse.collapse .user-menu li:last-of-type,
  .navbar-claro .navbar-collapse.collapsing .user-menu li:last-of-type {
    margin-right: 0px;
  }
  .navbar-claro .navbar-collapse.collapse .list .miniCartSlot,
  .navbar-claro .navbar-collapse.collapsing .list .miniCartSlot,
  .navbar-claro .navbar-collapse.collapse .user-menu .miniCartSlot,
  .navbar-claro .navbar-collapse.collapsing .user-menu .miniCartSlot {
    margin: 5px;
  }
}
@media (max-width: 1024px) {
  .navbar-claro .navbar-collapse.collapse,
  .navbar-claro .navbar-collapse.collapsing {
    margin-left: 0;
  }
  .navbar-claro .navbar-collapse.collapse .nav.navbar-nav.list,
  .navbar-claro .navbar-collapse.collapsing .nav.navbar-nav.list {
    margin: 10px -20px;
  }
  .navbar-claro .navbar-collapse.collapse .nav.navbar-nav.list .item,
  .navbar-claro .navbar-collapse.collapsing .nav.navbar-nav.list .item {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .navbar-claro .navbar-collapse.collapse .nav.navbar-nav.list .item a,
  .navbar-claro .navbar-collapse.collapsing .nav.navbar-nav.list .item a {
    line-height: 1;
    padding: 12px 0;
  }
  .navbar-claro .navbar-collapse.collapse .nav-locationCont,
  .navbar-claro .navbar-collapse.collapsing .nav-locationCont {
    margin-left: -10px;
  }
}
@media (max-width: 1024px) {
  .navbar-claro .nav-locationCont {
    display: flex;
    flex-direction: column;
    align-self: center;
    margin-left: auto;
  }
  .navbar-claro .nav-locationCont .item a {
    display: inline-flex;
    align-items: baseline;
  }
  .navbar-claro .nav-locationCont .item .storefinderLocationComponent {
    max-width: 80px;
    text-overflow: ellipsis;
    overflow: auto;
    white-space: nowrap;
    margin-right: 3px;
    margin-left: 3px;
  }
}
.navbar-claro .item {
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .navbar-claro .item {
    width: 100%;
  }
}
.navbar-claro .item a:hover,
.navbar-claro .item a:active,
.navbar-claro .item a:focus {
  background-color: transparent;
}
.navbar-claro .wheelchairIcon {
  margin: 5px;
}
.navbar-claro .wheelchairIcon:before {
  color: #5f646d;
}
.navbar-claro .navbar-brand.logo-claro {
  margin: 0;
  padding: 0;
  width: 72px;
  height: 25.6px;
}
@media (max-width: 1024px) {
  .navbar-claro .navbar-brand.logo-claro {
    margin: 9px 0 0 0;
    height: auto;
    margin-left: 17px;
    width: 64px;
  }
}
.navbar-claro .navbar-form {
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .navbar-claro .navbar-form {
    float: none !important;
  }
}
@media (max-width: 1024px) {
  .navbar-claro.hidden-lg {
    display: flex !important;
  }
  .navbar-claro.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1024px) {
  .navbar-claro .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-claro .navbar-collapse.collapse.in {
    display: block !important;
  }
}
.claro-loading {
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
}
.claro-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.claro-loading.cover-all {
  opacity: 1;
}
@media (min-width: 0px) {
  .component-apps-ilimitados {
    display: block;
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
  }
  .component-apps-ilimitados.title-extra-play {
    margin-bottom: 3px;
  }
  .component-apps-ilimitados + p.title,
  .component-apps-ilimitados p.title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 3px;
    color: #5f646d;
    line-height: 1.1;
    font-family: var(--font-family-base);
    font-weight: var(--font-weight-medium);
  }
  .component-apps-ilimitados + p.title:last-child,
  .component-apps-ilimitados p.title:last-child {
    margin-bottom: 0px;
  }
  .component-apps-ilimitados ul.apps {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
  }
  .component-apps-ilimitados ul.apps li.icone div img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    margin-top: 3px;
    margin-bottom: 8px;
  }
  .component-apps-ilimitados ul.apps li.icone:last-child div img {
    margin-right: 0px;
  }
  .component-apps-ilimitados ul.apps li .moreInfoLink {
    width: 32px;
    height: 32px;
    border: solid 1px #eaeaea;
    border-radius: 50px;
    font-family: var(--font-family-base);
    font-size: 14px;
    text-align: center;
    color: #000000;
    margin: 0;
    line-height: 32px;
    flex: 0 0 30px;
    display: block;
    margin-right: 8px;
    margin-top: 3px;
    margin-bottom: 8px;
  }
  .portabilidade {
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    color: #5f646d;
    margin: 0 0 3px 0;
    font-family: var(--font-family-base);
    font-weight: var(--font-weight-medium);
  }
}
@media (min-width: 0px) {
  .owl-loaded .card-planos {
    width: 100%;
  }
  .card-planos {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.2);
  }
  .card-planos.neon:hover {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-shadow: 0px 0px 8px 6px rgba(255, 0, 0, 0.89);
    outline: none !important;
    transform: scale(1.019);
    transition: all 0.5s;
  }
  .card-planos:hover {
    outline: #e8222b solid 4px;
  }
  .card-planos .flag {
    position: absolute;
  }
  .card-planos .flag::before {
    border-color: #a61d19 transparent transparent transparent;
    border-style: solid;
    border-width: 126px 116px 0 0;
    content: '';
    height: 0;
    position: absolute;
    text-align: center;
    width: 0;
  }
  .card-planos .flag .flag-text {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-family: var(--font-family-base);
    height: 50px;
    left: 0;
    line-height: 1;
    margin-left: -2px;
    margin-top: 14px;
    max-width: 87px;
    padding-bottom: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: rotate(-47.64deg);
    width: 90px;
  }
  .card-planos .flag .flag-text.blackF {
    top: 33px;
    transform: rotate(-47deg);
  }
  .card-planos .flag .flag-text.semanaC {
    top: 20px;
  }
  .card-planos .flag .flag-text p {
    color: #ffffff;
    font-family: var(--font-family-base);
    font-size: 16px;
    font-weight: 400;
  }
  .card-planos .top-card {
    display: inline-block;
    min-height: 240px;
    padding: 0 !important;
    margin-top: 35px;
    width: 100%;
  }
  .card-planos .top-card .mdn-Countdown--md {
    padding: 0;
  }
  .card-planos .top-card .mdn-Countdown-content-title.titulo-oferta {
    padding: 1rem 1rem 0;
  }
  .card-planos .top-card .mdn-Countdown-timer {
    padding: 0 1rem;
  }
  .card-planos .top-card-content {
    padding: 0 20px;
  }
  .card-planos .top-card .titulo-oferta {
    display: flex;
    flex-direction: row;
    align-self: center;
    align-items: center;
  }
  .card-planos .top-card .titulo-oferta span {
    margin-right: 5px;
  }
  .card-planos .top-card .price {
    display: block;
    overflow: hidden;
  }
  .card-planos .top-card.card-oferta .top-card-content .titulo-produto {
    font-size: 28px;
    margin: 10px 0 9px 20px;
    text-align: center;
    width: 255px;
  }
  .card-planos .top-card .top-card-content .titulo-produto {
    color: #000000;
    display: flex;
    font-family: var(--font-family-base);
    font-size: 28px;
    font-weight: 700;
    justify-content: center;
    margin: 10px 0 0 0;
    text-align: center;
  }
  .card-planos .top-card .top-card-content .titulo-promocao {
    background-color: #ffbc4a;
    border-radius: 4px;
    color: #000000;
    display: flex;
    font-size: 15px;
    height: 24px;
    justify-content: center;
    margin: 2px auto 10px;
    max-width: 150px;
    padding: 5px 15px;
    width: 150px;
  }
  .card-planos .top-card p.titulo-produto {
    color: #000000;
    display: flex;
    font-family: var(--font-family-base);
    font-size: 28px;
    font-weight: 700;
    justify-content: center;
    margin: 19px 0 20px 0;
  }
  .card-planos .top-card .component-preco {
    margin-top: 9px;
    margin-bottom: 28px;
    justify-content: center;
  }
  .card-planos .top-card .dependentes {
    color: var(--theme-text-color-Label--light);
    font-size: 16px;
    font-weight: 700;
    text-align: left;
  }
  .card-planos .bottom-card {
    background-color: #f4f4f4;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding-top: 16px;
    width: 100%;
  }
  .card-planos .bottom-card .button-primary {
    height: 48px;
    width: 176px;
  }
  .card-planos .bottom-card .btn-detalhes {
    background-color: transparent;
    border: 0;
    color: var(--theme-text-color-Label--light);
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    padding-bottom: 18px;
    text-align: center;
  }
  .card-planos .bottom-card .btn-detalhes:hover {
    text-decoration: underline;
  }
  .card-planos .bottom-card > form {
    display: flex;
    justify-items: center;
    width: 100%;
  }
  .card-planos .bottom-card > form .button-primary {
    margin: 0 auto 23px auto;
  }
  .offers-template-product-item .card-planos .component-preco {
    margin-top: 9px;
    margin-bottom: 28px;
    justify-content: center;
  }
  .texto-legal-homepage {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 30px 0;
    text-align: left;
    color: var(--theme-text-color-Label--light);
  }
  .texto-legal-homepage div {
    padding: 0 1rem;
  }
  .texto-legal-card {
    color: var(--theme-text-color-Label--light);
    font-size: 14px;
    font-weight: 300;
    margin: 15px 0 10px 0;
    padding: 0;
    text-align: center;
  }
  .texto-legal-card .content {
    padding: 0 15px;
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  .card-planos.neon:hover {
    box-shadow: 0px 0px 6px 7px rgba(255, 0, 0, 0.92);
    transform: initial;
  }
}
@media (min-width: 0px) and (min-width: 1400px) {
  .card-planos.neon:hover {
    box-shadow: 0px 0px 6px 7px rgba(255, 0, 0, 0.92);
    transform: scale(1.019);
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  .card-planos .flag::before {
    border-width: 116px 116px 0 0;
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  .card-planos .flag .flag-text {
    transform: rotate(-44.64deg);
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  .card-planos .top-card.card-oferta .top-card-content .titulo-produto {
    font-size: 25px;
    margin: 28px auto 0 auto;
    width: 170px;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  .card-planos .top-card.card-oferta .top-card-content .titulo-produto {
    font-size: 28px;
    letter-spacing: -1px;
    margin: 28px auto 0 auto;
    padding: 0 15px 0 15px;
    width: 181px;
  }
}
.carousel-component,
.carousel__component {
  margin: 0 !important;
  padding: 0 !important;
}
.card-aparelhos {
  justify-content: center;
  align-items: center;
}
.card-aparelhos .mdn-CardInstitutional {
  width: 100%;
  padding: 8px 26px;
  margin-left: 10px;
}
.card-aparelhos .mdn-CardInstitutional--imageThumb {
  height: 264px;
}
@media (min-width: 1024px) {
  .card-aparelhos {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .card-aparelhos .mdn-CardInstitutional {
    padding: 0 0 2px;
    margin-left: 0;
    max-width: 264px;
  }
}
.svg-price {
  width: 148px;
}
.svg-price-currency {
  font-size: 20px;
}
.svg-price-integer {
  font-size: 44px;
}
.svg-price-month {
  font-size: 7px;
}
.svg-price-decimal {
  font-size: 15px;
}
.svg-price-path {
  font-weight: 700;
}
.svg-price-addon {
  font-size: 10px;
  margin-left: 12px;
}
.svg-price.is-mobile {
  width: 120px;
}
.svg-price.is-mobile .svg-price-path {
  font-weight: 300;
}
.svg-price.is-mobile .svg-price-currency {
  font-size: 16px;
}
.svg-price.is-mobile .svg-price-integer {
  font-size: 24px;
}
.svg-price.is-mobile .svg-price-month {
  font-size: 8px;
}
.svg-price.is-mobile .svg-price-decimal {
  font-size: 8px;
}
.svg-price.is-mobile .svg-price-month,
.svg-price.is-mobile .svg-price-decimal {
  font-weight: 700;
}
.input-control {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #5f646d;
}
.input-control:focus {
  outline-color: transparent;
}
label {
  text-transform: none;
}
input {
  text-align: left;
  color: #000000;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  input {
    font-size: 16px;
  }
}
select.form-control {
  -webkit-appearance: none;
  /* Remove estilo padrão do Chrome */
  -moz-appearance: none;
  /* Remove estilo padrão do FireFox */
  appearance: none;
  /* Remove estilo padrão do FireFox*/
  background: url('../images/arrowDown.png') no-repeat transparent;
  /* Imagem de fundo (Seta) */
  background-position: 97% center;
  /*Posição da imagem do background*/
  background-size: 16px;
  width: 100%;
  height: 30px;
  padding-bottom: 8.5px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #5f646d;
  box-shadow: none !important;
  border-radius: 0;
  font-size: 16px;
  padding-right: calc(20px + 3%);
  line-height: 21px;
}
.form-group,
.mdn-Input {
  margin-bottom: var(--spacing-inline-md);
  position: relative;
}
@media (min-width: 1024px) {
  .form-group,
  .mdn-Input {
    margin-bottom: 35.5px;
  }
}
.form-group label.error,
.mdn-Input label.error {
  font-weight: 300;
  color: #e3262e;
  text-transform: initial;
  font-size: 12px;
  margin-top: 13px;
  position: absolute;
  left: 16px;
  top: 44px;
}
.control-label {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 0 !important;
  text-transform: none;
  text-align: left;
  color: #73757a;
  display: block;
}
@media (min-width: 1024px) {
  .control-label {
    font-size: 12px;
  }
}
.form-control {
  padding: 0;
  height: 30px;
  padding-bottom: 8.5px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #5f646d;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
}
.form-control.input.valid {
  background-image: url(../images/checked.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  background-size: 16px;
  padding-right: 20px;
}
.form-control:focus {
  border-color: transparent;
  border-bottom-color: #5f646d;
}
.form-control.error {
  border-color: transparent;
  border-bottom-color: #e3262e;
  color: #e3262e !important;
}
.form-control.is-untouched:not([disabled], [readonly]) {
  cursor: pointer;
}
.form-control[disabled],
.form-control[readonly] {
  cursor: not-allowed;
}
.form-control[readonly] {
  touch-action: none;
}
.checkbox {
  position: relative;
  display: inline-block;
}
.checkbox .control-label {
  display: flex;
  font-size: 12px;
  font-weight: bold;
}
.checkbox .control-label #termsCheckClaroDebitPayment {
  position: absolute;
}
.checkbox .control-label input[type='checkbox'] {
  height: 32px;
  visibility: hidden;
  width: 32px;
  position: absolute;
}
.checkbox .control-label input[type='checkbox'] ~ .checkbox-input {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #e0e2e9;
  height: 32px;
  padding-left: 4px;
  position: relative;
  visibility: visible;
  width: 55px;
  margin-right: 10px;
}
@media (max-width: 680px) {
  .checkbox .control-label input[type='checkbox'] ~ .checkbox-input {
    width: 140px;
  }
}
.checkbox .control-label input[type='checkbox'] ~ .checkbox-input > i {
  display: none;
}
.checkbox .control-label input[type='checkbox']:checked ~ .checkbox-input > i {
  display: block;
}
.checkbox .control-label input[type='checkbox']:checked ~ .checkbox-input::before {
  color: #000000;
  font-family: 'Font Awesome 5 Free';
  font-size: 23px;
  font-weight: 900;
  left: 4px;
  position: absolute;
}
.claro-checkbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-height: 28px;
}
.claro-checkbox .span-checkbox-icon::before {
  border-radius: 4px;
}
.claro-checkbox .input-checkbox:checked + .span-checkbox-icon::before {
  content: '';
  color: #ffffff;
  background-color: #e3262e;
  padding-top: 1.5px;
  padding-left: 3px;
}
.claro-checkbox .input-checkbox:checked + .span-checkbox-icon::after {
  content: '';
  width: 0.5rem;
  height: 0.3125rem;
  border: var(--theme-border-width-medium) solid var(--theme-borderColor-Checkbox-default-check--checked);
  border-top-style: none;
  border-right-style: none;
  transform: translate(0.5em, 0.6em) rotate(-45deg);
}
.claro-checkbox .label-checkbox {
  padding-left: 26px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 18px;
  text-transform: none;
  font-weight: 700;
  white-space: normal;
  text-align: justify;
}
.claro-checkbox .span-checkbox-icon,
.claro-checkbox .span-checkbox-icon::before {
  align-items: center;
}
.claro-checkbox .span-checkbox-icon,
.claro-checkbox .span-checkbox-icon::before,
.claro-checkbox .span-checkbox-icon::after {
  cursor: pointer;
}
.claro-checkbox .span-checkbox-icon::before {
  content: '';
  width: 26px;
  height: 26px;
  border: 3px solid #e3262e;
  justify-content: center;
}
.claro-checkbox .input-checkbox {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
}
/**
 *  Custom input radio style
 */
.radio.is-product-page {
  display: flex;
  align-items: center;
  border: 2px solid #f4f4f4;
  border-radius: 7px;
  padding: 16px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
}
@media (max-width: 374px) {
  .radio.is-product-page {
    font-size: 14px;
  }
}
.radio.is-product-page [type='radio'] {
  width: 24px;
  height: 24px;
  position: relative;
}
.radio.is-product-page [type='radio'],
.radio.is-product-page [type='radio']:before,
.radio.is-product-page [type='radio']:after {
  margin: 0;
}
.radio.is-product-page [type='radio']:before,
.radio.is-product-page [type='radio']:after {
  position: absolute;
  width: 24px;
  height: 24px;
}
.radio.is-product-page [type='radio']:before {
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
.radio.is-product-page [type='radio']:after {
  border-width: 2px;
  border-color: #eaeaea;
}
.radio.is-product-page [type='radio']:checked:before {
  font-family: mdnzcf2ad !important;
  content: '\E113' !important;
  color: #ffffff;
  font-size: 12px;
}
.radio.is-product-page [type='radio']:checked:after {
  background-color: #e3262e;
  border-color: #e3262e;
}
.radio.is-product-page [type='radio']:checked + span {
  color: #e3262e;
}
.inputRadioButton .inputService {
  width: 0;
  height: 0;
  display: none;
}
.inputRadioButton .checkCart {
  line-height: 28px;
}
.inputRadioButton .checkCart .check {
  width: 25px;
  height: 25px;
  background: #ffffff;
  border: 2px solid #e43037;
  border-radius: 50%;
  display: block;
  float: left;
  margin-right: 5px;
}
.inputRadioButton.tipoFatura .name {
  margin-right: 22.5px;
}
.inputService:checked + .checkCart .check:before {
  width: 15px;
  height: 15px;
  background-color: #e43037;
  content: '';
  display: block;
  border-radius: 50%;
  position: relative;
  top: 3px;
  left: 3px;
}
.inputService:checked + .checkCart .check:after {
  background-color: #e3262e;
}
.input-dropdown-search {
  position: absolute;
  z-index: 999999;
}
.input-dropdown-search.is-hidden {
  display: none;
}
.input-dropdown-search-items {
  padding: 0;
  margin: 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  border-radius: 0 0 4px 4px;
  max-height: 200px;
  overflow: auto;
}
.input-dropdown-search-items .item {
  display: none;
}
.input-dropdown-search-items .item.is-visible {
  display: flex;
}
.input-dropdown-search-items .link {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  padding: 2px 10px;
  height: 40px;
  background-color: #ffffff;
  transition: background-color ease 200ms;
}
.input-dropdown-search-items .link:hover {
  background-color: #f7f7f7;
}
.input-dropdown-search-items .link:active,
.input-dropdown-search-items .link:focus {
  text-decoration: none;
}
@media (max-width: 640px) {
  .page-add-support-ticket {
    background-color: var(--color-neutral-light);
  }
}
.page-add-support-ticket header.claro-ticket-support-page-header {
  max-width: 1157px !important;
  margin: 0 auto;
}
.page-add-support-ticket .claro-ticket-support-page-title {
  margin-top: 41px;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-sm);
  line-height: var(--font-line-height-lg);
  margin-bottom: 26px;
}
@media (max-width: 640px) {
  .page-add-support-ticket .account-section-content .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.page-add-support-ticket .section-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 640px) and (max-width: 1400px) {
  .page-add-support-ticket .section-group {
    justify-content: unset;
  }
}
.page-add-support-ticket .account-section-form,
.page-add-support-ticket .section-phone {
  border-radius: var(--border-radius-sm);
  box-shadow: 0 2px var(--shadow-blur-radius-level-1) 0 var(--color-neutral-medium);
  box-sizing: border-box;
  padding: 22px;
  margin-right: var(--spacing-inline-sm);
  background-color: var(--color-neutral-lightest);
  color: #000000;
}
.page-add-support-ticket .account-section-form {
  max-width: 803px;
}
@media (max-width: 640px) {
  .page-add-support-ticket .account-section-form {
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 640px) and (max-width: 1400px) {
  .page-add-support-ticket .account-section-form {
    margin-right: 0;
  }
}
.page-add-support-ticket .account-section-form .subtitle-form i {
  font-size: 20px;
}
.page-add-support-ticket .account-section-form .subtitle-form .claro-ticket-support-page-description {
  margin-bottom: 15px;
}
.page-add-support-ticket .account-section-form .form-content {
  display: flex;
  flex-wrap: wrap;
}
.page-add-support-ticket .account-section-form .form-content .form-left {
  flex: 1;
  margin-right: calc(var(--spacing-inline-sm) + 3px);
  max-width: 378px;
}
@media (max-width: 640px) {
  .page-add-support-ticket .account-section-form .form-content .form-left {
    margin-right: 0;
  }
}
.page-add-support-ticket .account-section-form .form-content .form-right {
  flex: 1;
  max-width: 352px;
}
@media (max-width: 640px) {
  .page-add-support-ticket .account-section-form .form-content .form-right {
    width: 100%;
    margin-bottom: -38px;
  }
}
.page-add-support-ticket .account-section-form .form-content .form-group {
  margin-bottom: 15px;
}
.page-add-support-ticket .account-section-form .form-content .form-group label.error {
  font-size: var(--font-size-xxxs) !important;
  margin-left: 15px;
}
.page-add-support-ticket .account-section-form .form-content .form-group i {
  position: absolute;
  right: 20px;
  top: 10px;
}
.page-add-support-ticket .account-section-form .form-content .form-group select {
  background-image: url('/_ui/responsive/common/images/icon-baixo-mondrian.svg');
  background-repeat: no-repeat;
  background-position-x: 92%;
  background-position-y: 13px;
  background-size: 18px;
  font-weight: var(--font-weight-regular);
  text-transform: unset;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.page-add-support-ticket .account-section-form .form-content .mdn-Input--activatedField label {
  font-size: var(--font-size-xxxs) !important;
}
.page-add-support-ticket .account-section-form .form-content .mdn-Input--activatedField .mdn-Input-field {
  font-weight: var(--font-weight-regular);
}
.page-add-support-ticket .account-section-form .form-content .mdn-Input-label {
  font-weight: var(--font-weight-regular);
  text-transform: unset;
  font-size: 16px;
}
.page-add-support-ticket .account-section-form .form-content .mdn-Input--activatedField .mdn-Input-field {
  font-size: 16px;
  text-transform: unset;
}
.page-add-support-ticket .account-section-form .form-content #createTicket-message {
  height: 8.05rem;
  border: var(--theme-border-width--default) var(--theme-color-neutral-medium) var(--theme-border-style--default);
}
.page-add-support-ticket .account-section-form .form-content .mdn-Input-field {
  padding: var(--spacing-stack-xxxs) var(--spacing-stack-xs) 0;
  border-radius: var(--border-radius-xs);
  position: relative;
  z-index: 0;
}
.page-add-support-ticket .account-section-form .form-content .accountButtons .mdn-Button {
  min-width: 11.975rem;
  height: 2.5rem;
  background-color: var(--color-brand-primary-dark);
  border-color: var(--color-brand-primary-dark);
  color: var(--color-neutral-lightest);
  font-size: var(--font-size-xxs);
  font-weight: var(--font-weight-regular);
}
@media (max-width: 640px) {
  .page-add-support-ticket .account-section-form .form-content .accountButtons .mdn-Button {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .page-add-support-ticket .account-section-form .form-content .accountButtons {
    justify-content: center;
  }
}
.page-add-support-ticket .mdn-Input-field:focus ~ label {
  color: var(--theme-text-color-Text--default);
  font-size: var(--theme-font-size-xxxs);
  font-weight: var(--theme-font-weight--default);
  top: 0;
  transform: translateY(-50%);
  line-height: var(--theme-font-size-xxxs);
  padding: 0 0.25rem;
  z-index: 3;
}
.page-add-support-ticket .mdn-Input-field:active ~ label {
  color: var(--theme-text-color-Text--default);
  font-size: var(--theme-font-size-xxxs);
  font-weight: var(--theme-font-weight--default);
  top: 0;
  transform: translateY(-50%);
  line-height: var(--theme-font-size-xxxs);
  padding: 0 0.25rem;
  z-index: 3;
}
.page-add-support-ticket .section-phone {
  width: 333px;
  max-height: 217px;
  margin-bottom: 6px;
}
@media (max-width: 640px) {
  .page-add-support-ticket .section-phone {
    margin-right: 0;
    width: 100%;
    margin-top: var(--spacing-inline-md);
  }
}
@media (min-width: 640px) and (max-width: 1400px) {
  .page-add-support-ticket .section-phone {
    margin-top: var(--spacing-inline-md);
  }
}
.page-add-support-ticket .section-phone h3 {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-bold);
  margin-bottom: calc(var(--spacing-stack-sm) + 2px);
  margin-top: var(--spacing-inline-xs);
}
.page-add-support-ticket .section-phone p {
  margin-bottom: 2px;
}
.page-add-support-ticket .section-phone p strong {
  font-size: var(--font-size-xxs);
  font-weight: var(--font-weight-bold);
  margin-bottom: 2px;
}
.page-add-support-ticket .duvida-pedido p {
  font-weight: var(--font-weight-bold);
  color: var(--color-neutral-darkest);
  margin-top: 17px;
}
.label-for-select {
  z-index: -2;
}
::placeholder {
  text-transform: none !important;
  font-size: 16px;
  color: #000;
  font-weight: 100;
  line-height: var(--theme-font-size-xxs);
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: #fff;
}
.claro-radio .label::before,
.claro-radio .label::after {
  border-radius: 50%;
}
.claro-radio .label::after {
  content: '';
  width: 15px;
  height: 15px;
  left: 6px;
  border: 1px solid #000000;
  position: absolute;
}
.claro-radio .input:checked + .label::after {
  background-color: #000;
}
.terms-and-conditions-checkbox #termsCheck-error {
  position: absolute;
  bottom: -22px;
}
@media (max-width: 700px) {
  .terms-and-conditions-checkbox {
    margin-bottom: 30px;
  }
}
.mdn-Input-field:focus::placeholder {
  color: var(--theme-color-neutral-medium);
}
.mdn-Input.mdn-Input--activatedField .mdn-Input-label {
  font-size: 10px;
  left: 5px;
}
.mdn-Input .mdn-Input-field ~ label.error {
  top: 38px;
  left: 0;
}
.mdn-Input .mdn-Input-field:focus ~ .mdn-Input-label {
  font-size: 10px;
  left: 5px;
}
.mdn-Input .mdn-Input-field:focus ~ label.error {
  top: 42px;
  left: 0;
  padding: 0;
}
.mdn-Input--activatedField label.error,
.mdn-Input-field:focus ~ label.error {
  transform: none;
  padding: 0;
}
.mdn-Input.has-addon .mdn-Input-field {
  padding-right: calc(0.5rem + 24px);
}
.mdn-Input-field {
  background-position: 95%;
}
.mdn-Input-field.is-loading {
  background-image: url(/_ui/responsive/common/images/spinner.gif);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 95%;
}
.mdn-Input-errorFeedback {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.mdn-Input {
  width: 100%;
}
.mdn-Checkbox [type='checkbox'] {
  margin: 0;
}
.mdn-Checkbox .mdn-Checkbox-text {
  margin-left: var(--theme-spacing-inline-xs);
}
ul.ui-autocomplete {
  border: 0 !important;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
ul.ui-autocomplete li.ui-menu-item {
  width: 100%;
  height: 48px;
}
ul.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
  font-family: var(--font-family-base);
  font-weight: 300;
  color: #000000;
  display: block;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  height: 48px;
}
ul.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: #eff1f5 !important;
  border: 0 !important;
  margin: 0 !important;
}
ul.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper.ui-state-active .name {
  font-family: var(--font-family-base);
  font-weight: 300;
  color: #000000;
}
ul.ui-autocomplete li.ui-menu-item:last-child .ui-menu-item-wrapper.ui-state-active {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.autocomplete-list {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-top: none;
  position: absolute;
  top: 45px !important;
  width: 100%;
  z-index: 999;
}
.autocomplete-list .autocomplete-list-item {
  cursor: pointer;
  font-weight: 600;
  padding: 4px 8px;
}
.autocomplete-list .autocomplete-list-item:hover {
  background-color: #eaeaea;
}
.autocomplete-list .autocomplete-list-item.autocomplete-list-item-active {
  background-color: #eaeaea;
}
.claro-search-component-input {
  padding-left: 12px !important;
  border-radius: 8px;
  border: 2px solid #f4f4f4 !important;
}
.claro-search-component:focus input {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
@media (max-width: 1024px) {
  .claro-search-component {
    display: flex;
    border-color: transparent;
    box-shadow: none;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  .claro-search-component .form-group {
    width: 100%;
  }
}
.claro-search-component-input {
  border: none;
  border-radius: 8px;
  height: 40px;
  text-transform: none;
  background-color: #ffffff;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .claro-search-component-input {
    min-width: 280px;
  }
}
.claro-search-component-input.is-autocomplete-visible {
  border-radius: 8px 8px 0 0;
  border-bottom: none !important;
}
.claro-search-component button[type='submit'] {
  color: #ffffff;
}
.claro-search-component button[type='submit'] i.fa-search {
  font-size: 18px;
  color: #5f646d;
}
.empty-search-page-title {
  font-size: 20px;
  margin-bottom: 24px;
  margin-top: 0;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .empty-search-page-title {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 500;
  }
}
.empty-search-page-description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 500;
}
.empty-search-page-continue-shopping {
  margin-top: 36px;
}
@media (min-width: 1024px) {
  .empty-search-page-continue-shopping {
    margin-top: 24px;
  }
}
.search-empty .headline {
  text-align: left;
}
.ui-widget.ui-widget-content#ui-id-1,
.ui-widget.ui-widget-content#ui-id-2 {
  border: 2px solid #f4f4f4 !important;
  border-top: none !important;
}
#c_bussola {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  padding: 33px;
  box-sizing: border-box;
}
.c_bussola {
  z-index: 999999 !important;
}
.c_bussola #cboxTitle {
  display: none !important;
}
.c_bussola #cboxContent {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.41);
  border-radius: var(--border-radius-sm);
  height: 332px !important;
}
@media (max-width: 320px) {
  .c_bussola #cboxContent {
    width: 290px !important;
  }
}
@media (max-width: 768px) {
  .c_bussola #cboxContent {
    height: 293px !important;
  }
}
.c_bussola #cboxContent .mdn-Input-field {
  padding: var(--spacing-inline-xxs) var(--theme-spacing-inset-sm) var(--spacing-inline-xxxs);
  height: 2.55rem;
  font-size: var(--font-size-xxs);
}
.c_bussola #cboxContent select {
  background-image: url('/_ui/responsive/common/images/icon-baixo-mondrian.svg');
  background-repeat: no-repeat;
  background-position-x: 92%;
  background-position-y: 13px;
  background-size: 18px;
  font-weight: var(--font-weight-regular);
  text-transform: unset;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.c_bussola #cboxContent label#addressTownCity-error {
  margin: var(--spacing-inline-xxs) var(--spacing-inline-xs);
}
.c_bussola #cboxContent button.button {
  padding: calc(var(--spacing-inline-xxs) + 2px);
}
.c_bussola #cboxContent .mdn-Input--activatedField .mdn-Input-field {
  font-weight: var(--font-weight-regular);
}
.c_bussola #cboxLoadedContent {
  width: 100% !important;
  padding: 0;
  margin: 0;
}
.c_bussola .c_modal-geolocalizacao .modal-title {
  font-family: AMX;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -0.9px;
  text-align: left;
  color: #000000;
  font-size: 20px;
}
@media (max-width: 768px) {
  .c_bussola .c_modal-geolocalizacao .modal-title {
    font-size: 17px !important;
    line-height: 17px;
  }
}
.c_bussola .c_modal-geolocalizacao #addRegionCookie {
  display: flex;
  flex-direction: column;
  flex-basis: 80%;
  justify-content: space-around;
}
.c_bussola .c_modal-geolocalizacao #addRegionCookie .form-group {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.c_bussola .c_modal-geolocalizacao #addRegionCookie label {
  display: none;
}
.c_bussola .c_modal-geolocalizacao #addRegionCookie label.error {
  color: #e3262e;
}
.c_bussola .c_modal-geolocalizacao #addRegionCookie select.address-region,
.c_bussola .c_modal-geolocalizacao #addRegionCookie select.townCity {
  height: 72px;
  border: 0;
  border-bottom: solid 2px #707070;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff url('../images/down-chevron.svg') no-repeat right center;
  margin-bottom: 0;
  background-size: 14.7px;
  box-shadow: none !important;
  font-family: var(--font-family-base);
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #000000;
  padding-left: 0;
}
@media (max-width: 768px) {
  .c_bussola .c_modal-geolocalizacao #addRegionCookie select.address-region,
  .c_bussola .c_modal-geolocalizacao #addRegionCookie select.townCity {
    height: 43.8px;
    line-height: 17px;
    font-size: 17px;
  }
}
.c_bussola .c_modal-geolocalizacao #addRegionCookie select.address-region option,
.c_bussola .c_modal-geolocalizacao #addRegionCookie select.townCity option {
  font-family: AMX;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  text-align: left;
}
.c_bussola .c_modal-geolocalizacao #addRegionCookie input.townCity {
  height: 72px;
  border: 0;
  border-bottom: solid 2px #707070;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--font-family-base);
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #000000;
  padding: 0;
}
@media (max-width: 768px) {
  .c_bussola .c_modal-geolocalizacao #addRegionCookie input.townCity {
    height: 43.8px;
    line-height: 17px;
    font-size: 17px;
  }
}
.c_bussola .c_modal-geolocalizacao #addRegionCookie input:not(.js-dropdown-search) {
  box-shadow: none !important;
}
.c_bussola .c_modal-geolocalizacao #addRegionCookie input:not(.js-dropdown-search).townCity {
  height: 72px;
  border: 0;
  border-bottom: solid 2px #707070;
  background-color: #ffffff;
  margin: 0 auto 28px auto;
  display: block;
  font-family: AMX;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  text-align: left;
  text-transform: capitalize;
  padding-left: 0;
}
.c_bussola .c_modal-geolocalizacao #addRegionCookie input:not(.js-dropdown-search)::placeholder {
  font-family: AMX;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  color: #000000;
}
@media (max-width: 768px) {
  .c_bussola .c_modal-geolocalizacao #addRegionCookie input:not(.js-dropdown-search) {
    height: 43.8px !important;
  }
}
.c_bussola .c_modal-geolocalizacao #addRegionCookie input:not(.js-dropdown-search).valid {
  background-image: url(../images/checked.svg) !important;
  background-repeat: no-repeat !important;
  background-position-x: right !important;
  background-position-y: center !important;
}
.c_bussola .c_modal-geolocalizacao #addRegionCookie .button {
  justify-content: center;
  align-items: center;
}
.nav-location a {
  display: block;
}
.nav-location a.disabled {
  color: #ffffff;
  pointer-events: none;
  opacity: 0.6;
}
.nav-location a #storefinderLocationComponent {
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
}
.nav-location a #storefinderLocationComponentState {
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
}
.nav-location a #storefinderLocationComponentState:before {
  content: '/';
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
}
img[data-lazy-src]:not(.loaded) {
  visibility: hidden;
}
@media (min-width: 0px) {
  :not(.home-swiper-banner) > .swiper-pagination {
    width: auto !important;
    position: initial !important;
    display: flex;
  }
  :not(.home-swiper-banner) > .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    border-radius: 3px;
    background-color: #d4d7de;
    margin-top: 34px;
    margin-right: 10px;
  }
  :not(.home-swiper-banner) > .swiper-pagination-bullet-active {
    background-color: #e3262e;
  }
  :not(.home-swiper-banner) > .swiper-container {
    width: 100%;
    min-height: 470px;
  }
  :not(.home-swiper-banner) > .swiper-wrapper {
    height: auto;
    margin-bottom: 34px;
  }
}
.js-async-swiper {
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.home-swiper-banner {
  overflow: hidden;
}
.home-swiper-banner .mdn-Swiper-slide {
  display: flex;
}
.home-swiper-banner .mdn-Swiper-slide img {
  justify-content: center;
}
.product-navigation {
  background-color: #ffffff;
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 80px;
  z-index: 9999;
  transform: translateY(-150%);
  transition: transform 120ms ease-in-out;
}
@media (max-width: 1024px) {
  .product-navigation {
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  .product-navigation {
    height: 80px;
  }
}
.product-navigation.is-visible {
  transform: translateY(0);
}
.product-navigation,
.product-navigation .container {
  display: flex;
  align-items: center;
}
.product-navigation .container {
  padding: 0;
}
@media (min-width: 1024px) {
  .product-navigation-wrapper,
  .product-navigation .container,
  .product-navigation .list,
  .product-navigation .item,
  .product-navigation .link {
    height: 100%;
  }
}
.product-navigation-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .product-navigation .product-page-prices .product-page-price-list {
    display: none;
  }
}
.product-navigation .add_to_cart_form .button {
  max-height: 48px;
}
@media (max-width: 1024px) {
  .product-navigation .add_to_cart_form .button {
    margin-top: 0 !important;
  }
}
.product-navigation .list {
  display: flex;
}
.product-navigation .list .product-page-prices {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .product-navigation .list.right {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
.product-navigation .link {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  letter-spacing: -0.47px;
  color: #5f646d;
  border-top: 3px transparent solid;
  border-bottom: 3px transparent solid;
}
.product-navigation .link:active,
.product-navigation .link:focus,
.product-navigation .link:hover {
  text-decoration: none;
}
.product-navigation .link:hover {
  background-color: transparent;
}
.product-navigation .item {
  display: flex;
  align-items: center;
}
.product-navigation .item.active .link {
  background-color: transparent;
  color: #000000;
  font-weight: bold;
  border-bottom-color: #e3262e;
}
.product-navigation .button {
  margin: 0 !important;
}
.product-navigation .product-name {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
.product-navigation .product-name strong {
  font-size: 36px;
}
@media (max-width: 1024px) {
  .product-navigation .product-name {
    font-size: 14px;
    letter-spacing: -0.39px;
  }
}
@media (min-width: 1024px) {
  .product-navigation .product-name {
    margin-right: 45px;
  }
}
.product-navigation .product-name > span {
  display: block;
  max-width: 150px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 375px) {
  .product-navigation .product-name > span {
    max-width: 210px;
  }
}
.product-navigation .product-name .name-nav-promo > strong {
  font-size: 20px;
}
.product-navigation .name-nav {
  display: block;
  font-weight: 100;
  margin-bottom: 5px;
  text-decoration: line-through;
}
.product-navigation .rentabilization-price .product-old-price {
  margin-bottom: 0;
}
.product-navigation .rentabilization-price .product-price {
  line-height: 20px;
}
.product-navigation .rentabilization-price .product-price .product-price-value {
  font-size: 20px;
}
@media (min-width: 1024px) {
  .product-navigation .rentabilization-price .product-price .product-price-value.not-discount {
    font-size: 40px;
  }
}
.product-navigation .rentabilization-price .product-price {
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .product-navigation .rentabilization-price .product-price {
    line-height: 32px;
    margin-right: 0;
  }
}
.product-navigation ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .product-navigation .product-page-price {
    margin-top: 15px;
  }
}
.product-title-content {
  margin-bottom: 14px;
}
.product-title {
  text-decoration: underline;
  margin-bottom: 0;
}
.product-subtitle {
  font-weight: bold;
  margin-top: 8px;
}
.product-img {
  max-width: 460px;
  height: 310px;
  border: 1px solid gray;
  border-radius: 4px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}
.product-icon {
  position: absolute;
  top: 20px;
  left: 20px;
}
.product-text {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.product-slide {
  width: 60px;
  height: 60px;
}
.product-slide-img {
  max-width: 60px;
  max-height: 60px;
  padding: 10% !important;
}
.product-slide-img.active {
  border-color: var(--color-brand-primary-dark);
}
.product-slide-img img {
  width: 100%;
  height: 100%;
}
.product-swiper-content {
  margin-top: 12px;
}
.product-swiper-wrapper {
  width: 326px;
}
.product-swiper-pagination-btn {
  margin-top: 0;
  width: 134px;
  height: 95px;
}
.product-swiper-pagination {
  margin-top: 12px !important;
  display: flex;
}
.product-description {
  font-size: 10px;
}
.product-container {
  margin-top: 2rem;
}
.modal-container .product-swiper {
  padding-bottom: 0;
}
.modal-container .product-container {
  margin-top: 0 !important;
}
.modal-container .mdn-Modal-body {
  margin-top: 0.5rem !important;
  overflow-y: auto !important;
  padding-right: 10px;
}
.modal-container .mdn-Modal-header {
  padding-bottom: 0 !important;
  min-height: 0 !important;
}
.modal-container .product-picture-container {
  width: 100%;
}
.modal-container .product-img {
  height: 360px;
}
@media (max-width: 1024px) {
  .modal-container .mdn-Modal-content {
    max-width: none !important;
    width: 100% !important;
  }
}
.modal-container .mdn-Modal-content {
  padding: var(--theme-spacing-inset-md);
  max-height: 80% !important;
  height: auto !important;
}
.modal-container .mdn-Icon-tela-cheia {
  display: none;
}
.mdn-Modal-header .mdn-Heading--md {
  font-size: var(--theme-font-size-xs);
  margin: 0;
  padding-bottom: 0 !important;
}
@media (min-width: 1024px) {
  .modal-container .mdn-Modal-content {
    width: 40rem !important;
    max-height: 90% !important;
  }
  .product-container {
    width: 100%;
  }
  .product-picture-container {
    width: 45%;
    margin-right: 10%;
  }
  .product-slide {
    margin-right: 20px !important;
  }
  .product-swiper {
    display: flex;
    flex-direction: column;
  }
  .product-img {
    height: 100%;
    max-width: none;
  }
  .product-img .mdn-Swiper-slide {
    height: 100%;
    align-self: center;
  }
}
.product-info .mdn-Collapse-box {
  background-color: var(--color-neutral-lightest);
  display: inherit;
}
.product-info .mdn-Collapse-box .mdn-Collapse-icon {
  color: var(--color-neutral-darkest);
}
.product-info .mdn-Collapse-box a:hover,
.product-info .mdn-Collapse-box a:focus {
  color: #000000;
  text-decoration: none;
}
.product-info .mdn-Collapse-content {
  background-color: var(--color-neutral-lightest);
}
@media (max-width: 768px) {
  .product-info .fix-mobile {
    width: 100%;
  }
}
.product-info .mdn-Collapse-active .mdn-Collapse-content {
  padding: 0 0 10px 0;
}
.product-info .product-info-divider {
  margin-bottom: 12px;
}
.product-info .product-info-divider-1 {
  margin: 0;
}
.product-info .product-info-text {
  font-weight: 500;
}
.product-info .product-info-slide {
  width: 110px;
  flex-direction: column;
  text-align: center;
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.product-info .product-info-slide-img {
  width: 60px;
  height: 60px;
  padding: var(--theme-spacing-inset-xxs) !important;
}
.product-info .product-info-slide-img.active {
  border-color: var(--color-brand-primary-dark);
}
.product-info .product-info-swiper {
  padding-bottom: 0;
}
.product-info .product-info-swiper-content {
  margin-top: 18px;
}
.product-info .product-info-swiper-wrapper {
  width: 326px;
}
.product-info .product-info-swiper-pagination-btn {
  margin-top: 0;
  width: 134px;
  height: 95px;
}
.product-info .product-info-swiper-pagination {
  margin-top: 0px !important;
  display: flex;
}
.product-info .product-info-color {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 500;
}
.product-info .product-info-list-btn-radio {
  margin-top: 12px;
}
.product-info .product-info-add {
  display: flex;
  margin-top: 12px;
}
.product-info .product-info-add-text {
  font-size: 16px;
}
.product-info .product-info-add-icon {
  margin-left: 30px;
  vertical-align: -webkit-baseline-middle;
}
.product-info .product-info-add-col {
  margin: 0;
  padding-top: 0;
}
.product-info .product-info-add-col-pb {
  padding-bottom: 12px;
}
.product-info .product-info-add-plano {
  padding-bottom: 0;
  padding-top: 0;
}
.product-info .product-info-btn-purchase {
  width: 100%;
}
.product-info .product-info-title {
  text-decoration: underline;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.product-info .product-info-subtitle {
  font-weight: bold;
  margin-top: 8px;
}
.product-info .product-info-swiper-df {
  display: flex;
  flex-direction: column;
}
.product-info .product-info-description {
  margin-top: 12px;
}
.product-info .mdn-TabSelect .mdn-TabSelect-content .mdn-Swiper {
  border-bottom: none;
}
.product-info .mdn-TabSelect-content .mdn-TabSelect-panel {
  padding: 0;
}
.product-info .mdn-TabSelect-content .mdn-Swiper .mdn-Swiper-wrapper {
  margin-bottom: 30px;
}
.product-swiper {
  padding-bottom: 10px;
}
.product-main-container {
  flex-direction: column;
}
.product-info-div .mdn-Input-field {
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0;
}
.product-info-div .mdn-Input {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .product-main-container {
    flex-direction: row;
  }
  .product-info {
    width: 45%;
    min-width: 420px;
  }
  .product-info .mdn-Divider {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .product-info .product-info-swiper-df {
    display: flex;
    flex-direction: row;
  }
  .product-info .product-info-swiper-wrapper {
    width: 100%;
  }
  .product-info .product-info-text {
    margin-top: 12px;
    font-size: 20px;
  }
  .product-info .product-info-list-btn-radio {
    width: 100%;
    margin-top: 12px;
  }
  .product-info .product-info-add-text {
    margin-top: 12px;
    font-size: 20px;
  }
  .product-info .product-info-add-text {
    width: 100%;
  }
  .product-info .product-info-add-icon::before {
    font-size: xx-large;
  }
  .product-info .product-info-div {
    width: 100%;
  }
  .product-info .product-info-btn-purchase {
    width: 128px;
  }
  .product-info .product-info-btn-col {
    display: flex;
    justify-content: flex-end;
  }
  .product-info .product-info-price {
    display: flex;
    margin-top: 28px;
    align-items: center;
  }
  .product-info .product-info-divider-col {
    padding-left: 0;
  }
  .product-info-slide {
    margin-right: 20px;
  }
}
.container-aparelhos {
  padding: 0;
}
.product-spec-characteristic-container {
  flex-direction: column;
  align-items: baseline;
}
@media (min-width: 1024px) {
  .product-spec-characteristic-container {
    flex-direction: row;
    align-items: center;
  }
}
.product-spec-characteristic-container .product-spec-characteristic {
  width: 25%;
}
@media (max-width: 1024px) {
  .product-spec-characteristic-container .product-spec-characteristic {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #ccc;
  }
}
.product-spec-characteristic-container .product-spec-characteristic .characteristic-name {
  font-size: var(--theme-font-size-xxs);
  font-weight: var(--theme-font-weight-medium);
  color: var(--theme-text-color-Link--dark);
}
.product-search-load {
  max-height: 200px;
  background-color: var(--color-neutral-light);
}
.price-load {
  max-height: 40px;
  justify-content: flex-start;
}
.product-apresentation-tab * {
  max-width: 100%;
}
.product-apresentation-tab iframe {
  width: calc(96vw);
  box-sizing: border-box;
}
.presentation-characteristcs {
  max-width: 72rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .presentation-characteristcs {
    min-width: 360px;
    padding: 0;
  }
}
.presentation-characteristcs .product-table h2 {
  line-height: var(--font-line-height-xxs);
}
.modal-image-product {
  transform: scale(1.2);
}
.stamp.primary {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.stamp.primary .stamp-image {
  position: absolute;
  right: 0;
  max-width: 128px;
  height: auto;
}
.text-warning {
  color: #de7801;
}
.text-underline {
  text-decoration: underline;
}
.text-capitalize {
  text-transform: capitalize;
}
/**
 *  generate headings from h1 to h6
 */
.color-faux-green {
  color: #00850f;
}
.glyphicon.glyphicon-search:before {
  color: #ffffff;
}
.featureClass {
  background-size: 100%;
}
.featureClass.claromusica {
  width: 100%;
  background-image: url('https://mondrian.claro.com.br/brands/3rd/musica.svg');
}
.featureClass.whatsapp {
  width: 100%;
  background-image: url('https://mondrian.claro.com.br/brands/3rd/whatsapp.svg');
}
.featureClass.clarovideo {
  width: 100%;
  background-image: url('https://mondrian.claro.com.br/brands/3rd/video.svg');
}
.featureClass.waze {
  width: 100%;
  background-image: url('https://mondrian.claro.com.br/brands/3rd/waze.svg');
}
.featureClass.cabify {
  width: 100%;
  background-image: url('https://mondrian.claro.com.br/brands/3rd/cabify.svg');
}
.featureClass.taxi99 {
  width: 100%;
  background-image: url('');
}
.featureClass.facebook {
  width: 100%;
  background-image: url('https://mondrian.claro.com.br/brands/3rd/facebook.svg');
}
.featureClass.instagram {
  width: 100%;
  background-image: url('https://mondrian.claro.com.br/brands/3rd/instagram.svg');
}
.featureClass.twitter {
  width: 100%;
  background-image: url('https://mondrian.claro.com.br/brands/3rd/twitter.svg');
}
.featureClass.netflix {
  width: 100%;
  background-image: url('https://mondrian.claro.com.br/brands/3rd/netflix.svg');
}
.featureClass.now {
  width: 100%;
  background-image: url('https://mondrian.claro.com.br/brands/3rd/now.svg');
}
.featureClass.clarobanca {
  width: 100%;
  background-image: url('https://mondrian.claro.com.br/brands/3rd/banca.svg');
}
.featureClass.clarogame {
  width: 100%;
  background-image: url('');
}
.featureClass.mundo {
  width: 100%;
  background-image: url('');
}
.featureClass.claronoticias {
  width: 100%;
  background-image: url('https://mondrian.claro.com.br/brands/3rd/noticias.svg');
}
.featureClass.claroidiomas {
  width: 100%;
  background-image: url('');
}
.featureClass.sms {
  width: 100%;
  background-image: url('');
}
.featureClass.usa {
  width: 100%;
  background-image: url('../images/eua.png');
}
.featureClass.canada {
  width: 100%;
  background-image: url('../images/canada.png');
}
.featureClass.mexico {
  width: 100%;
  background-image: url('../images/mexico.png');
}
.featureClass.colombia {
  width: 100%;
  background-image: url('../images/colombia.png');
}
.featureClass.argentina {
  width: 100%;
  background-image: url('../images/argentina.png');
}
.featureClass.peru {
  width: 100%;
  background-image: url('../images/peru.png');
}
.acessibilidade {
  width: 18px;
  height: 20.5px;
  background-image: url('../images/acessibilidade.svg');
}
.acessibilidade a {
  display: block;
  width: 18px;
  height: 20.5px;
}
.searchbar-icon {
  font-size: 1.2rem;
}
.button {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border: 0;
  border-radius: 24px;
  display: inline-flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  cursor: pointer;
  transition: background-color ease 200ms, border ease 300ms;
  justify-content: center;
}
.button:hover,
.button:active,
.button:focus {
  text-decoration: none;
}
.button-float-right {
  float: right;
}
.button-block {
  display: block;
  width: 100%;
}
.button,
.button-primary {
  background-color: #e3262e;
  border-color: #eff1f5;
  color: #ffffff;
}
.button:hover,
.button-primary:hover {
  background-color: #d41b23;
}
.button-secondary {
  background-color: #ffffff;
  border-color: #eff1f5;
  color: #000000;
}
.button-secondary:hover {
  background-color: #ffffff;
  border-color: #d9d9d9;
}
.button-tertiary {
  background-color: #ffbc4a;
  border-color: #eff1f5;
  color: #000000;
}
.button-tertiary:hover {
  background-color: #ffb331;
}
.button[disabled],
.button.disabled {
  background-color: #d4d7de;
  cursor: not-allowed;
}
.button[disabled].button-tertiary,
.button.disabled.button-tertiary {
  background-color: #ffbc4a;
  opacity: 0.65;
}
.button-reset {
  background-color: transparent;
  border: none;
  outline: none;
}
.wrapper-home-carousel .mdn-TabSelect {
  margin: 0 !important;
  padding: 0 !important;
}
.wrapper-home-carousel .mdn-TabSelect .mdn-Swiper .mdn-TabSelect-list .mdn-TabSelect-item .mdn-TabSelect-anchor {
  outline: none;
}
@media (max-width: 1023px) {
  .wrapper-home-carousel .mdn-TabSelect-panel {
    padding: 0 !important;
  }
}
.wrapper-home-carousel .mdn-TabSelect-panel:focus {
  border: none;
  outline: none;
}
.wrapper-home-carousel .mdn-TabSelect-item {
  max-width: 11rem;
}
@media (max-width: 680px) {
  .no-padding-right-dekstop {
    padding: 0 15px 0 0px;
  }
}
.swiper-pagination-bullet {
  width: 22px;
  height: 7px;
  margin: 0 6px;
  padding: 3px;
  display: inline-flex;
  position: relative;
  z-index: 999;
}
.swiper-pagination-bullet::after,
.swiper-pagination-bullet::before {
  content: '';
  background: transparent;
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  left: 0;
}
.swiper-pagination-bullet::before {
  top: -100%;
}
.swiper-pagination-bullet::after {
  bottom: -100%;
}
#owl-carousel-vitrine {
  margin: 0 !important;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  #owl-carousel-vitrine .card-planos {
    min-width: 230px;
    max-width: 18.62vw;
    margin-right: 25px;
  }
}
@media (max-width: 1023px) {
  #owl-carousel-vitrine .owl-item {
    padding: 0 15px;
  }
}
#owl-carousel-vitrine + .mdn-Spinner {
  height: inherit;
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  zoom: 1.5;
}
#owl-carousel-vitrine + .mdn-Spinner i {
  font-size: 22px;
}
@media (max-width: 680px) {
  #owl-carousel-vitrine {
    padding-left: 0px;
  }
}
@media (min-width: 0px) {
  #owl-carousel-vitrine.owl-carousel .owl-stage-outer {
    margin-right: -12px;
    margin-top: 20px;
  }
}
@media (min-width: 1400px) {
  #owl-carousel-vitrine.owl-carousel .owl-stage-outer {
    margin-right: 57px;
  }
}
@media (min-width: 1024px) {
  #owl-carousel-vitrine.owl-loaded .card-planos {
    min-width: inherit;
    max-width: inherit;
    min-height: inherit;
  }
}
#owl-carousel-vitrine.owl-loading {
  opacity: 1;
}
#owl-carousel-vitrine .owl-stage {
  margin-left: -72px;
}
@media (max-width: 680px) {
  #owl-carousel-vitrine .owl-stage {
    margin-left: 0;
    padding-top: 10px;
  }
}
#owl-carousel-vitrine .owl-dots {
  text-align: left;
}
#owl-carousel-vitrine .owl-dots span {
  width: 27px;
  height: 7px;
}
#owl-carousel-vitrine .owl-dots .owl-dot.active span,
#owl-carousel-vitrine .owl-dots .owl-dot:hover span {
  background: #e3262e;
}
.mdn-Swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.page-homepage .banner__component--responsive {
  min-height: 21.72vw;
  position: relative;
}
@media (max-width: 640px) {
  .page-homepage .banner__component--responsive {
    min-height: 123.72vw;
  }
}
.page-homepage .banner__component--responsive img {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.page-homepage .banner__component--responsive .mdn-Spinner {
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.category-page .banner__component--responsive {
  position: relative;
  min-height: 15.6vw;
}
@media (max-width: 640px) {
  .category-page .banner__component--responsive {
    min-height: 123.72vw;
  }
}
.category-page .banner__component--responsive img {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.category-page .banner__component--responsive .mdn-Spinner {
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.wrapper-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  bottom: 0;
  background-color: #ffffff;
  z-index: 1059;
}
.wrapper-loading .mdn-Icon--lg:before {
  font-size: 3rem;
}
.spinnerAbsolute {
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  z-index: 999;
}
.spinnerAbsolute--half {
  transform: translateY(0%);
  top: 0%;
  height: 50%;
}
.spinner-inside {
  margin-top: 100px;
}
@media (max-width: 639px) {
  .spinner-inside {
    height: auto;
    margin-top: 10px;
  }
}
.spinner-field {
  position: absolute;
  width: 40px !important;
  right: 40% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5%;
  height: auto;
}
.spinner-field-sm {
  font-size: 20px;
}
[data-toggle='popover'][data-theme='light'] + .popover {
  background-color: #ffffff;
  border: solid 1px #d4d7de;
  color: #000000;
  max-width: none;
}
[data-toggle='popover'][data-theme='light'] + .popover .arrow::after {
  border-bottom-color: #ffffff;
}
[data-toggle='popover'][data-theme='light'] + .popover .popover-content {
  padding: 24px;
  font-size: 14px;
  line-height: 24px;
}
[data-toggle='popover'][data-theme='light'] + .popover .claro-club-balance-container {
  margin-bottom: 16px;
}
[data-toggle='popover'][data-theme='light'] + .popover .claro-club-balance-label {
  color: #e3262e;
}
[data-toggle='popover'][data-theme='light'] + .popover .my-orders-button,
[data-toggle='popover'][data-theme='light'] + .popover .consult-my-claroclube-button {
  margin-bottom: 24px;
}
[data-toggle='popover'][data-theme='light'] + .popover #headerDocumentNumberField {
  width: 60%;
}
[data-toggle='popover'][data-theme='light'] + .popover a:not(.mdn-Button) {
  text-decoration: underline;
  color: inherit;
}
[data-toggle='popover'][data-theme='light'] + .popover .mdn-Button--primary {
  color: #ffffff;
}
.button-back-search {
  font-weight: var(--theme-font-weight-bold);
}
.tooltip-page {
  display: none;
}
.tooltip-page.is-active {
  display: block;
}
.tooltip-page {
  font-size: 16px;
  line-height: 24px;
}
.tooltip-page label.error {
  white-space: normal !important;
}
.header-login-button + .popover .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 24px;
}
[data-page='error-page'] .title {
  font-size: 20px;
  font-weight: 500;
}
[data-page='error-page'] .title,
[data-page='error-page'] p:not(:last-child) {
  margin-bottom: 24px;
}
[data-page='error-page-generic'] .title {
  font-size: 18px;
  font-weight: 500;
}
.claro-popover-footer p {
  line-height: 1;
}
.claro-popover-footer p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.consult-claro-customer-submit,
.consult-non-claro-customer-submit,
.set-token-submit {
  margin-top: 24px;
}
body > .popover:not(.popover-neutral) {
  background-color: #ffffff;
  border: solid 1px #d4d7de;
  color: #000000;
  max-width: none;
  margin-top: 0 !important;
  width: 100% !important;
  left: 0 !important;
  top: 80px !important;
  bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body > .popover:not(.popover-neutral) .back-button-popover {
  align-items: end !important;
}
body > .popover:not(.popover-neutral) .arrow::after {
  border-bottom-color: #ffffff !important;
}
body > .popover:not(.popover-neutral) .popover-content {
  position: absolute;
  padding: 24px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0 !important;
  width: 100% !important;
  left: 0 !important;
  top: 0px !important;
  bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 1025px) {
  body > .popover:not(.popover-neutral) .arrow {
    margin-left: -1px !important;
  }
  body > .popover:not(.popover-neutral) .back-button-popover {
    display: none !important;
  }
  body > .popover:not(.popover-neutral) .popover-content {
    top: 10px !important;
  }
}
@media (max-width: 1024px) {
  body > .popover:not(.popover-neutral) {
    top: 0 !important;
  }
  body > .popover:not(.popover-neutral) .arrow {
    display: none;
  }
  body > .popover:not(.popover-neutral) .popover-content {
    top: 0 !important;
  }
}
body > .popover:not(.popover-neutral) .mdn-Input-label {
  z-index: unset !important;
}
@media (min-width: 36rem) {
  .mdn-Container-md {
    max-width: 34rem !important;
  }
}
@media (min-width: 48rem) {
  .mdn-Container-md {
    max-width: 45rem !important;
  }
}
@media (min-width: 62rem) {
  .mdn-Container-md {
    max-width: 60rem !important;
  }
}
.popover-search-result {
  margin-top: 20px;
  border-radius: 4px;
}
.popover-search-result .mdn-Image {
  width: 28px;
  height: 46px;
}
.popover-search-result .mdn-Shortcut {
  padding: 2px;
  width: 50px;
  max-height: 46px;
}
body > .popover-neutral {
  background-color: var(--color-neutral-light);
  border: solid 1px #d4d7de;
  color: #000000;
  max-width: none;
  margin-top: 0 !important;
  width: 100% !important;
  left: 0 !important;
  bottom: 0 !important;
  position: fixed !important;
}
body > .popover-neutral .popover-content {
  height: 100% !important;
  overflow: auto !important;
}
body > .popover-neutral .arrow::after {
  border-bottom-color: var(--color-neutral-light) !important;
}
body > .popover-neutral.no-arrow .arrow {
  display: none;
}
body > .popover-neutral.popover-plp-filter .popover-content {
  padding-right: 1rem;
  padding-left: 1rem;
}
.popover {
  font-family: var(--font-family-base);
}
html {
  scroll-behavior: smooth;
  font-size: 100%;
}
body {
  font-size: 14px;
  font-family: var(--font-family-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container-small {
  max-width: 1130px;
}
.container-iframe {
  padding-top: 30px;
}
@media (max-width: 375px) {
  .container-mobile {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 375px) and (min-width: 640px) {
  .container-mobile {
    width: 100%;
  }
}
@media (max-width: 375px) and (min-width: 1024px) {
  .container-mobile {
    width: 1024px;
  }
}
@media (max-width: 375px) and (min-width: 1400px) {
  .container-mobile {
    width: 1400px;
  }
}
@media (max-width: 375px) and (min-width: 640px) {
  .container-mobile > .navbar-header,
  .container-mobile > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .container-tablet {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) and (min-width: 640px) {
  .container-tablet {
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 1024px) {
  .container-tablet {
    width: 1024px;
  }
}
@media (max-width: 1024px) and (min-width: 1400px) {
  .container-tablet {
    width: 1400px;
  }
}
@media (max-width: 1024px) and (min-width: 640px) {
  .container-tablet > .navbar-header,
  .container-tablet > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .container-desktop {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1025px) and (min-width: 640px) {
  .container-desktop {
    width: 100%;
  }
}
@media (min-width: 1025px) and (min-width: 1024px) {
  .container-desktop {
    width: 1024px;
  }
}
@media (min-width: 1025px) and (min-width: 1400px) {
  .container-desktop {
    width: 1400px;
  }
}
@media (min-width: 1025px) and (min-width: 640px) {
  .container-desktop > .navbar-header,
  .container-desktop > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/**
 *	Lists
 */
.list-clean-style {
  list-style: none;
  margin: 0;
  padding: 0;
}
.background-color-white {
  background-color: #ffffff;
}
.background-color-grey {
  background-color: #f9f9f9;
}
.color-black {
  color: #000000 !important;
}
.font-weight-regular {
  font-weight: 300;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.no-margin {
  margin: 0;
}
ul {
  list-style-type: none;
}
@media (max-width: 1024px) {
  .no-padding-mobile {
    padding: 0 !important;
  }
}
@media (min-width: 1024px) {
  .no-padding-desktop {
    padding: 0 !important;
  }
  .no-padding-right-dekstop {
    padding-right: 0 !important;
    padding-left: 0;
  }
}
.popover {
  background-color: #000000;
  color: #ffffff;
  background-clip: initial;
  border: 1px solid #000000;
  border-radius: 4px;
}
.popover-icon {
  display: block;
  content: '';
  height: 24px;
  width: 24px;
  flex-basis: 24px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-0.5rem, 4px);
  cursor: pointer;
}
.popover-icon + .popover {
  min-width: 280px;
}
.popover-content {
  font-size: 12px;
  padding: 8px;
  text-align: left;
  line-height: 1.33;
}
.popover.top > .arrow:after {
  border-top-color: #000000;
}
.popover.left > .arrow:after {
  border-left-color: #000000;
}
.popover.bottom > .arrow:after {
  border-bottom-color: #000000;
}
.popover.right > .arrow:after {
  border-right-color: #000000;
}
.order-infos {
  background-color: #f8f8f8;
}
.order-infos .container {
  flex-direction: column;
  flex-wrap: wrap;
  text-align: left;
  padding: 20px;
}
.order-infos .order-infos-title {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
}
.order-infos .order-information {
  flex-direction: column;
  width: 100%;
}
.order-infos .order-information .order-columns {
  flex-direction: column;
}
.order-infos .order-information .order-column {
  flex-direction: column;
  width: 100%;
  padding-right: 14px;
}
.order-infos .order-information .order-second-column {
  flex-direction: column;
}
.order-infos .order-information .order-label-title {
  font-weight: 700;
  width: 100%;
}
.order-infos .order-information .order-label-title :first-child {
  font-weight: 500;
}
.order-infos .order-information .information-label {
  margin-bottom: 20px;
  flex-direction: column;
  max-width: 300px;
  word-wrap: break-word;
}
@media (min-width: 1024px) {
  .order-infos .container {
    flex-direction: row;
  }
  .order-infos .order-information {
    width: 50%;
  }
  .order-infos .order-information .order-columns {
    width: 100%;
    flex-direction: row;
  }
  .order-infos .order-information:only-child {
    width: 100%;
  }
}
.page-orderConfirmationPage .account-section {
  width: auto;
}
.order-infos {
  background-color: #f8f8f8;
}
.order-infos .container {
  flex-direction: column;
  flex-wrap: wrap;
  text-align: left;
  width: 90%;
  max-width: 1400px;
  margin: 16px auto 0;
  padding: 20px 0;
}
.order-infos .order-infos-title {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
}
.order-infos .order-information {
  flex-direction: column;
  width: 100%;
}
.order-infos .order-information .order-columns {
  flex-direction: column;
}
.order-infos .order-information .order-column {
  flex-direction: column;
  width: 100%;
  padding-right: 14px;
}
.order-infos .order-information .order-second-column {
  flex-direction: column;
}
.order-infos .order-information .order-label-title {
  font-weight: 700;
  width: 100%;
}
.order-infos .order-information .information-label {
  margin-bottom: 20px;
  flex-direction: column;
  max-width: 300px;
  word-wrap: break-word;
}
@media (min-width: 1024px) {
  .order-infos .container {
    flex-direction: row;
  }
  .order-infos .order-information {
    width: 50%;
  }
  .order-infos .order-information .order-columns {
    width: 100%;
    flex-direction: row;
  }
  .order-infos .order-information:only-child {
    width: 100%;
  }
}
.page-orderConfirmationPage .account-section {
  width: auto;
}
.strong {
  font-weight: bold;
}
.iframe-container {
  box-sizing: border-box;
  overflow: auto;
  max-width: 100%;
  position: relative;
  padding-bottom: 100%;
}
@media (max-width: 1023px) {
  .iframe-container {
    min-height: 400px;
  }
}
@media (min-width: 1640px) {
  .iframe-container {
    padding-bottom: 85%;
  }
}
@media (min-width: 460px) {
  .error-iframe {
    padding-bottom: 50%;
  }
}
@media (min-width: 1640px) {
  .error-iframe {
    padding-bottom: 32%;
  }
}
@media (min-width: 1900px) {
  .error-iframe {
    padding-bottom: 28%;
  }
}
@media (min-width: 460px) {
  .error-iframe {
    height: 510px;
  }
}
.iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yCmsContentSlot.smartEditComponent[data-smartedit-component-id='SectionBrandsSlot-Homepage'] {
  display: flex;
}
@media (max-width: 767px) {
  .mdn-u-pb-1--xs {
    padding-bottom: 1rem;
  }
  .mdn-u-ml--xs {
    margin-left: 0rem;
  }
  .mdn-u-alignItems-xs-start {
    align-items: start;
  }
  .mdn-u-width-auto {
    min-width: auto !important;
  }
  .mdn-u-min-max-w-80 {
    max-width: 80vw !important;
    min-width: 80vw !important;
  }
}
@media (min-width: 1024px) {
  .mdn-u-pt-xs-2-5 {
    padding-top: 0.8rem;
  }
}
#modal-atendimento {
  display: block;
}
#modal-atendimento .wrapper {
  background-color: #fff;
  border-radius: 10px;
  max-width: 334px;
}
#modal-atendimento .wrapper img {
  margin: 0 0 30px 0;
}
#modal-atendimento .wrapper p {
  color: #000;
  font-size: 20px;
  padding: 28px;
  margin: 0;
}
#modal-atendimento .wrapper .closeModal {
  top: 5px;
  z-index: 999;
  right: 10px;
  color: #000;
  font-weight: bold;
}
#modal-atendimento .wrapper b {
  color: #d41b23;
}
@media (max-width: 1024px) {
  #modal-atendimento .wrapper {
    padding: 0 0px;
  }
}
#modal-atendimento .wrapper-img {
  overflow: hidden;
  height: 165px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#modal-atendimento .wrapper-img img {
  width: 100%;
  position: relative;
  top: -47px;
}
.modal-ecomm {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  display: none;
}
.modal-ecomm.hide {
  display: none;
}
.modal-ecomm.show {
  display: block;
}
.modal-ecomm .wrapper {
  max-width: 600px;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .modal-ecomm .wrapper {
    max-width: 601px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 30px;
  }
}
.modal-ecomm .closeModal {
  color: #000;
  cursor: pointer;
  height: auto;
  position: absolute;
  right: 2%;
  top: 10px;
  width: auto;
  background: rgba(250, 250, 250, 0.4);
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  padding: 0px 6px;
  font-weight: 500;
  z-index: 9999;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .modal-ecomm .closeModal {
    right: 11%;
    top: 9px;
  }
}
.editing#modal-onleave {
  position: inherit;
  left: inherit;
  top: inherit;
  transform: inherit;
  z-index: 9999;
  background: inherit;
  width: inherit;
  height: inherit;
  display: block;
}
.editing#modal-onleave .wrapper {
  max-width: 600px;
  left: inherit;
  top: inherit;
  position: inherit;
  transform: inherit;
}
#modal-onleave .simple-banner.banner__component--responsive img {
  border-radius: 20px;
}
@media (max-width: 640px) {
  #modal-onleave .simple-banner.banner__component--responsive {
    min-height: 0;
  }
}
.position-sticky {
  position: sticky;
}
.position-relative {
  position: relative !important;
}
.d-flex:not(.hidden):not([hidden]) {
  display: flex !important;
}
.d-inline-flex:not(.hidden):not([hidden]) {
  display: inline-flex !important;
}
.flex-items-center {
  align-items: center;
}
.flex-items-start {
  align-items: flex-start;
}
.flex-items-end {
  align-items: flex-end;
}
.flex-items-stretch {
  align-items: stretch;
}
.flex-justify-between {
  justify-content: space-between;
}
.flex-justify-center {
  justify-content: center;
}
.flex-justify-start {
  justify-content: flex-start;
}
.flex-justify-end {
  justify-content: flex-end;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-basis-100 {
  width: 100%;
  flex-basis: 100%;
}
.flex-self-auto {
  align-self: auto;
}
.flex-self-start {
  align-self: flex-start;
}
.flex-self-end {
  align-self: flex-end;
}
.flex-self-center {
  align-self: center;
}
.flex-self-baseline {
  align-self: baseline;
}
.flex-self-stretch {
  align-self: stretch;
}
.reset-list {
  margin: 0;
  padding: 0;
}
.reset-list li {
  list-style-type: none;
}
.cursor-pointer {
  cursor: pointer;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-underline,
.text-underline:hover {
  text-decoration: underline;
}
.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2.5rem !important;
}
.mg-0 {
  margin: 0 !important;
}
.opacity-5 {
  opacity: 0.5;
}
.is-user-disabled {
  pointer-events: none;
  user-select: none;
}
.cursor-disabled {
  cursor: not-allowed;
}
.font-weight-md {
  font-weight: var(--font-weight-medium) !important;
}
.font-weight-lg {
  font-weight: var(--font-weight-bold) !important;
}
.text-transform-none {
  text-transform: var(--theme-text-transform--default) !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2.5rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.w-60 {
  width: 60%;
}
.w-100 {
  width: 100%;
}
.bg-catskill-white {
  background-color: #f0f2f7;
}
.after-display-none:after {
  display: none;
}
[hidden] {
  display: none !important;
}
.mdn-u-paddingLeft--none {
  padding-left: 0 !important;
}
.mdn-u-paddingRight--none {
  padding-right: 0 !important;
}
.v-align-top {
  vertical-align: top;
}
@media all and (max-width: 1023px) {
  .mdn-u-fx-column-sm {
    flex-direction: column;
  }
  .mdn-u-w-100--sm {
    width: 100%;
  }
  .mdn-u-alignItems-left--sm {
    text-align: left !important;
  }
}
@media all and (max-width: 480px) {
  .mdn-u-paddingLeft--3 {
    padding-left: 0.3rem;
  }
  .mdn-u-marginLeft--3 {
    margin-left: 0.3rem;
  }
  .mdn-u-marginTop--5 {
    margin-top: 0.5rem;
  }
}
.mdn-u-flex-xs-grow-2 {
  flex-grow: 2;
}
.mdn-u-w--min-content {
  width: min-content;
}
.mdn-u-whiteSpace--pre-line {
  white-space: pre-line;
}
.mdn-Input-msgFeedback {
  position: absolute;
  padding: var(--theme-spacing-squish-xs);
  padding-top: var(--theme-spacing-inline-xxxs);
  font-family: var(--theme-font-family--base);
  font-weight: var(--theme-font-weight-medium);
  font-size: var(--theme-font-size-xxxs);
  line-height: var(--theme-font-line-height-xxxs);
  margin-left: var(--theme-spacing-inline-xxxs);
}
.mdn-Input-msgFeedback--success {
  color: var(--theme-textColor-Alert-success-light);
}
.mdn-Input-msgFeedback--default {
  color: var(--theme-text-color--default);
}
.mdn-Input--msgField {
  display: block;
}
.no-border-radius {
  border-radius: 0;
}
a[href='#js-disable-click'] {
  cursor: default;
  pointer-events: none;
}
/* BOGO Project */
.c-bogo {
  position: relative;
  z-index: 3;
}
/* BOGO PDP Badge */
.c-bogo__anchor {
  background: url('../images/bogoBadge.svg');
  width: 73px;
  height: 115px;
  position: absolute;
  top: -10px;
  left: -10px;
  text-indent: -9999px;
  transition: all 0.3s ease;
  outline: 0;
  border: 0;
}
.c-bogo__anchor:hover {
  transform: scale(1.15);
}
/* BOGO PDP Tab Content */
.c-bogo__info {
  margin-top: 8px;
}
.c-bogo__info span {
  display: block;
  margin-bottom: 16px;
}
.c-bogo__info span:last-child {
  margin-bottom: 0;
}
.c-bogo__info .c-bogo__infoTitle {
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .c-bogo__info:not(:first-child) {
    margin-left: 32px;
    border-left: solid 1px var(--theme-color-neutral-medium);
    padding-left: 24px;
  }
}
@media (max-width: 375px) {
  .c-bogo__info:not(:first-child) {
    margin-top: 32px;
    border-top: solid 1px var(--theme-color-neutral-medium);
    padding-top: 24px;
  }
}
/* CANCEL Bogo Badge in PDP zoom modal */
.mdn-Modal-body .c-bogo {
  display: none !important;
}
/* Bogo Product Carousel */
.c-bogo__badge {
  background: url('../images/bogoBadge.svg');
  width: 73px;
  height: 115px;
  position: absolute;
  top: -4px;
  left: 0;
  transform: scale(0.85);
}
#main-accordion-chrome {
  position: fixed;
  bottom: 0;
  padding: 0;
  z-index: 1000001;
}
.mdn-Accordion-content {
  background-color: white;
}
.btn-update-chrome {
  margin-top: 25px;
}
.mdn-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
}
a.mdn-title:hover,
a.mdn-title:focus {
  text-decoration: none;
}
.checkout-steps {
  position: relative;
}
.checkout-steps .mdn-Steps-list-item {
  background: #d4d7de;
  height: 2px;
}
.checkout-steps .mdn-Steps-list-item--active {
  background-color: var(--theme-backgroundColor-Steps--active);
  color: var(--theme-backgroundColor-Steps--active);
}
.checkout-steps .mdn-Steps-list-item--doing {
  color: var(--theme-backgroundColor-Steps--active);
}
.checkout-steps .mdn-Steps-list-item--done::after {
  display: none;
}
.checkout-steps .mdn-Steps-list-item .steps-icon {
  position: absolute;
  left: 100%;
  text-align: center;
  z-index: 1;
  background: white;
  margin-bottom: -16px;
}
.mdn-TabSelect .mdn-Swiper .mdn-TabSelect-list .mdn-TabSelect-item .mdn-TabSelect-anchor {
  outline: none;
}
.mdn-Breadcrumb-list-item:nth-last-child(2) {
  font-weight: 700;
}
.plp-breadcrumb-link.mdn-u-resetTextDecoration {
  text-decoration: none !important;
}
@media (min-width: 1024px) {
  .plp-breadcrumb-link {
    font-size: 16px;
  }
  .mdn-Breadcrumb-list-item:nth-last-child(1) {
    display: block;
  }
  .mdn-Breadcrumb-list-item:nth-last-child(2) {
    font-weight: normal;
  }
  .mdn-Breadcrumb-list-item:nth-last-child(2) .mdn-Breadcrumb-icon {
    display: block;
  }
}
.headline-content strong {
  color: black;
}
.headline-title {
  margin-top: 12px;
}
.headline-subtitle {
  font-weight: 500;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .headline-title {
    margin-top: 20px;
  }
}
.paymentMethodChoosePlan .-highlight {
  color: var(--theme-textColor-Alert-button-success-light);
}
.device-category-filter-component .device-category-image-content {
  width: 125px;
  height: 75px;
}
.device-category-filter-component .btn-container-plp .device-category-image-content {
  width: 30px;
  height: 30px;
}
.device-category-filter-component .btn-container-plp .mdn-Button {
  background-color: var(--color-neutral-light);
  color: var(--color-neutral-darkest);
  border-radius: var(--border-radius-sm);
  border: none;
}
.device-category-filter-component .btn-container-plp .mdn-Button-active {
  background-color: var(--color-brand-primary-dark);
  color: var(--color-neutral-lightest);
}
.device-category-filter-component .overflow-x-auto {
  overflow-x: auto;
}
.col-layout-crosssell {
  padding: 0;
}
.crosssell-residencial {
  background-color: #e3262e;
  background-image: linear-gradient(0deg, #e3262d 0%, #5e2222 100%, #100e0e 100%);
}
@media (min-width: 1024px) {
  .crosssell-residencial {
    max-width: 275px;
  }
}
.crosssell-residencial-wrapper {
  background-position: 0 bottom;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--theme-text-color--secondary);
  padding: var(--theme-spacing-inset-lg) var(--theme-spacing-inset-lg) var(--theme-spacing-inset-xs) var(--theme-spacing-inset-lg);
  width: 100%;
}
@media (min-width: 640px) {
  .crosssell-residencial-wrapper {
    padding: var(--theme-spacing-inset-lg) var(--theme-spacing-inset-xs) var(--theme-spacing-inset-xs) var(--theme-spacing-inset-xs);
  }
}
@media (min-width: 1024px) {
  .crosssell-residencial-wrapper {
    padding: var(--theme-spacing-inset-lg) var(--theme-spacing-inset-lg) var(--theme-spacing-inset-xs) var(--theme-spacing-inset-lg);
  }
}
.crosssell-residencial-wrapper .mdn-Heading,
.crosssell-residencial-wrapper .mdn-Subtitle,
.crosssell-residencial-wrapper .mdn-Text,
.crosssell-residencial-wrapper .mdn-Price,
.crosssell-residencial-wrapper .mdn-Price-price {
  color: var(--theme-text-color--secondary);
}
.crosssell-residencial-wrapper .mdn-Heading {
  margin-bottom: 20px;
}
.crosssell-residencial-wrapper > .mdn-Subtitle {
  margin-bottom: 40px;
}
.crosssell-residencial-wrapper .crosssel-icon-clarotv {
  background-image: url('https://mondrian.claro.com.br/brands/horizontal/inverse/claro-tv.svg');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 20px;
  margin-bottom: 20px;
  width: 70px;
}
.crosssell-residencial-wrapper .crosssel-wrapper-plan {
  border-bottom: 1px solid #fff;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 30px;
}
.crosssell-residencial-wrapper .crosssel-wrapper-plan .content-plan {
  margin: 4px 5px;
}
.crosssell-residencial-wrapper .crosssel-wrapper-plan .plan-name {
  margin: 5px 0;
}
@media (max-width: 640px) {
  .crosssell-residencial-wrapper .crosssell-price-action {
    display: flex;
  }
}
.crosssell-residencial-wrapper .crosssell-price-action .crosssell-price-wrapper {
  padding-left: 30px;
}
.crosssell-residencial-wrapper .crosssell-price-action .price-label {
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .crosssell-residencial-wrapper .crosssell-price-action .price-label {
    font-size: var(--theme-font-size-xxxs);
  }
}
@media (max-width: 640px) {
  .crosssell-residencial-wrapper .crosssell-price-action .mdn-Price {
    width: 6rem;
  }
}
.crosssell-residencial-wrapper .crosssell-price-action .mdn-Price .mdn-Price-price {
  position: relative;
  font-size: var(--theme-font-size-xxs);
}
@media (max-width: 640px) {
  .crosssell-residencial-wrapper .crosssell-price-action .mdn-Price .mdn-Price-price {
    font-size: var(--theme-font-size-xxxs);
  }
}
.crosssell-residencial-wrapper .crosssell-price-action .mdn-Price .mdn-Price-currency {
  font-weight: normal;
}
.crosssell-residencial-wrapper .crosssell-price-action .mdn-Price .mdn-Price-integer {
  font-size: var(--theme-font-size-xxl);
}
@media (max-width: 640px) {
  .crosssell-residencial-wrapper .crosssell-price-action .mdn-Price .mdn-Price-integer {
    font-size: var(--theme-font-size-xl);
  }
}
.crosssell-residencial-wrapper .crosssell-price-action .mdn-Price .mdn-Price-decimal {
  font-size: var(--theme-font-size-xs);
  position: absolute;
  top: -8px;
}
@media (max-width: 640px) {
  .crosssell-residencial-wrapper .crosssell-price-action .mdn-Price .mdn-Price-decimal {
    font-size: var(--theme-font-size-xxs);
  }
}
.crosssell-residencial-wrapper .crosssell-price-action .mdn-Price .mdn-Price-sufix {
  font-size: var(--theme-font-size-xxxs);
  font-weight: normal;
}
.crosssell-residencial-wrapper .crosssell-price-action .mdn-Button {
  display: block;
  margin: 0 auto;
  width: 120px;
}
@media (max-width: 1024px) {
  .crosssell-residencial-wrapper .crosssell-price-action .mdn-Button {
    margin-top: 1rem;
  }
}
.crosssell-residencial-wrapper .text-Obs {
  font-size: var(--theme-font-size-xxxs);
  margin: 80% -20px 0 -20px;
}
@media (max-width: 1024px) {
  .crosssell-residencial-wrapper .text-Obs {
    margin: 80% 0 0 0;
  }
}
.claro-searh-bar-button {
  background-color: transparent;
  border: none;
  margin-right: 10px;
}
.claro-searh-bar-results-icon {
  flex-basis: 100%;
  max-width: 50px;
  height: 50px;
  padding: 2px;
  border: 1px solid transparent;
  font-size: var(--theme-font-size-sm);
}
.claro-searh-bar-results-link-wrapper a {
  color: var(--color-neutral-dark);
}
.claro-searh-bar-results-link-wrapper a strong {
  color: var(--color-neutral-darkest);
}
body.page-faq .duvidas_frequentes {
  color: #5f646d;
  margin-bottom: 15px;
}
body.page-faq .duvidas_frequentes h1 {
  font-size: 20px;
}
@media (min-width: 1024px) {
  body.page-faq .duvidas_frequentes h1 {
    font-size: 24px;
  }
}
body.page-faq .duvidas_frequentes h2 {
  font-size: 16px;
}
body.page-faq .duvidas_frequentes h2 a {
  text-decoration: none;
}
body.page-faq .duvidas_frequentes h1,
body.page-faq .duvidas_frequentes h2 {
  color: #000000;
  text-align: left;
  margin-bottom: 28px;
  margin-top: 24px;
  line-height: 36px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  body.page-faq .duvidas_frequentes h1,
  body.page-faq .duvidas_frequentes h2 {
    margin-top: 40px;
    margin-bottom: 34px;
  }
}
body.page-faq .duvidas_frequentes ol {
  margin-left: 20px;
}
body.page-faq .duvidas_frequentes ul {
  padding-left: 0;
  list-style-type: none;
}
body.page-faq .duvidas_frequentes ul li.title_faq {
  background-color: #eff1f5;
  border-radius: 8px;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 16px;
  font-weight: 300;
}
body.page-faq .duvidas_frequentes ul li.des_faq {
  padding-top: 26px;
  padding-right: 20px;
  padding-left: 32px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
body.page-faq .duvidas_frequentes ul li.des_faq a {
  color: #e3262e;
  text-decoration: underline;
}
body.page-faq .duvidas_frequentes ol ul li:before {
  content: '> ';
}
body.page-faq .duvidas_frequentes .mdn-Accordion-box .mdn-Text.mdn-Accordion-toggle {
  outline: none;
}
body.page-faq .duvidas_frequentes .mdn-Accordion-box .mdn-Text.mdn-Accordion-toggle:focus {
  text-decoration: none;
}
@media (min-width: 0px) {
  .pad20 {
    padding: 0 40px;
  }
  .wrapper-carousel {
    padding: 0 20px;
  }
  .titulo-plano {
    font-family: var(--font-family-base);
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #5f646d;
    margin-top: 29px;
    margin-bottom: 24px;
  }
  .mensagem-plano {
    font-family: var(--font-family-base);
    font-size: 32px;
    text-align: left;
    color: #000000;
    margin-bottom: 16px;
    font-weight: 700;
  }
  .link-plano {
    font-family: var(--font-family-base);
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #e3262e;
    margin-bottom: 34px;
    display: inline-block;
  }
  .link-plano:hover {
    text-decoration: underline;
    color: #e3262e;
  }
  .link-plano:after {
    content: '>';
    margin-left: 5px;
  }
  .link-plano:after:hover {
    text-decoration: none !important;
  }
  .characteristics {
    display: block;
    justify-content: center;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  .titulo-plano {
    padding-top: var(--spacing-inline-md);
    margin-top: 100px;
    font-size: 20px;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  .mensagem-plano {
    font-size: 40px;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  .link-plano {
    font-size: 20px;
  }
}
@media (min-width: 0px) and (max-width: 640px) {
  .list-brands {
    display: none !important;
  }
}
.page-homepage .simple-banner .is-hidden {
  display: none;
}
.carousel-pad-top {
  padding-top: 48px;
}
.carousel-homepage {
  min-height: 500px;
}
@media (max-width: 1024px) {
  .subtitle-homepage-device {
    color: var(--theme-text-color--dark) !important;
  }
}
.brand-list-cards-item .banner__component--responsive {
  min-height: auto !important;
  height: 100%;
  max-height: 100px;
}
.brand-list-cards-item .banner__component--responsive a,
.brand-list-cards-item .banner__component--responsive img {
  height: 100%;
}
[data-link-redirect] {
  cursor: pointer;
}
.carousel-controle .mdn-Container {
  margin: 0;
  padding: 0;
}
.carousel-controle .mdn-Spinner {
  background-color: #f9f9f9 !important;
}
.carousel-pos .mdn-Container {
  margin: 0;
  padding: 0;
}
.plan-characteristics-list-cards-item .plan-characteristics-list-title {
  font-weight: var(--font-weight-bold);
}
.plan-characteristics-list-cards-item .banner__component--responsive {
  min-height: auto !important;
  height: 100%;
  max-height: 100px;
}
.plan-characteristics-list-cards-item .banner__component--responsive a,
.plan-characteristics-list-cards-item .banner__component--responsive img {
  height: 100%;
}
.background-PlanGeneralCharacteristicsComponent1 {
  background-color: #f9f9f9;
}
.responsive-banner-full-width .banner__component--responsive {
  width: 100%;
}
.product-details-payment-title {
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 400;
  line-height: 24px;
  margin: 32px 0 16px 0;
}
@media (min-width: 1400px) {
  .product-details-payment-title {
    margin: 0 0 24px 0;
  }
}
.product-details-payment-content > div {
  margin-bottom: 24px;
}
.product-details-payment-mode h4,
.product-details-payment-loyalty h4 {
  margin-bottom: 20px;
}
.product-details-payment-mode .radio:first-child,
.product-details-payment-loyalty .radio:first-child {
  margin-top: 0;
}
.product-details-payment-mode .radio:not(:last-child),
.product-details-payment-loyalty .radio:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 0px) {
  .price .c_price {
    display: none;
  }
  .component-preco {
    display: flex;
    align-items: center;
  }
  .component-preco p {
    display: block;
    font-family: var(--font-family-base);
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 0;
    position: relative;
    bottom: -6px;
  }
  .component-preco p.p-valor {
    font-size: 30px;
    font-weight: 500;
    line-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    color: #5f646d;
    position: initial;
  }
}
.p-mes:not(:empty)::after,
.mes:not(:empty)::after,
.product-price-month:not(:empty)::after {
  content: '*';
}
/**
 *  Product price
 */
.product-price {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 46px;
}
@media (min-width: 1400px) {
  .product-price {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
.product-price-addon {
  font-size: 14px;
  letter-spacing: -0.44px;
  line-height: 18px;
  font-weight: 500;
}
@media (min-width: 1400px) {
  .product-price-addon {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (min-width: 0px) {
  .page-PlansCategoryPage .card-planos .price .c_price,
  .page-search .card-planos .price .c_price {
    display: none !important;
  }
}
.rentabilization-price .product-old-price {
  font-size: 16px;
  margin-bottom: 15px;
  text-decoration: line-through;
}
.rentabilization-price .product-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.rentabilization-price .product-price .product-price-value {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .rentabilization-price .product-price .product-price-value {
    font-size: 32px;
  }
}
.rentabilization-price .product-old-price {
  font-size: 16px;
  margin-bottom: 15px;
  text-decoration: line-through;
}
.rentabilization-price .product-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.rentabilization-price .product-price .product-price-value {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .rentabilization-price .product-price .product-price-value {
    font-size: 32px;
  }
}
.facet__list__checkbox + .facet__list__label .facet__list__mark:before {
  display: none;
}
.pageType-ProductPage,
.page-productDetails,
.page-productDetailsForPlans {
  /**
     *  Breadcrumbs
     */
  /**
     *  Product
     */
}
.pageType-ProductPage .breadcrumb-section,
.page-productDetails .breadcrumb-section,
.page-productDetailsForPlans .breadcrumb-section {
  padding: 0;
  background-color: #f9f9f9;
}
.pageType-ProductPage .breadcrumb-section .breadcrumb,
.page-productDetails .breadcrumb-section .breadcrumb,
.page-productDetailsForPlans .breadcrumb-section .breadcrumb {
  font-size: 15px;
  text-transform: none;
  background-color: transparent;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 640px) {
  .pageType-ProductPage .breadcrumb-section .breadcrumb,
  .page-productDetails .breadcrumb-section .breadcrumb,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .pageType-ProductPage .breadcrumb-section .breadcrumb,
  .page-productDetails .breadcrumb-section .breadcrumb,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb {
    width: 1024px;
  }
}
@media (min-width: 1400px) {
  .pageType-ProductPage .breadcrumb-section .breadcrumb,
  .page-productDetails .breadcrumb-section .breadcrumb,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb {
    width: 1400px;
  }
}
@media (min-width: 640px) {
  .pageType-ProductPage .breadcrumb-section .breadcrumb > .navbar-header,
  .page-productDetails .breadcrumb-section .breadcrumb > .navbar-header,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb > .navbar-header,
  .pageType-ProductPage .breadcrumb-section .breadcrumb > .navbar-collapse,
  .page-productDetails .breadcrumb-section .breadcrumb > .navbar-collapse,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.pageType-ProductPage .breadcrumb-section .breadcrumb-small,
.page-productDetails .breadcrumb-section .breadcrumb-small,
.page-productDetailsForPlans .breadcrumb-section .breadcrumb-small {
  max-width: 1130px;
}
.pageType-ProductPage .breadcrumb-section .breadcrumb-iframe,
.page-productDetails .breadcrumb-section .breadcrumb-iframe,
.page-productDetailsForPlans .breadcrumb-section .breadcrumb-iframe {
  padding-top: 30px;
}
@media (max-width: 375px) {
  .pageType-ProductPage .breadcrumb-section .breadcrumb-mobile,
  .page-productDetails .breadcrumb-section .breadcrumb-mobile,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb-mobile {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 375px) and (min-width: 640px) {
  .pageType-ProductPage .breadcrumb-section .breadcrumb-mobile,
  .page-productDetails .breadcrumb-section .breadcrumb-mobile,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb-mobile {
    width: 100%;
  }
}
@media (max-width: 375px) and (min-width: 1024px) {
  .pageType-ProductPage .breadcrumb-section .breadcrumb-mobile,
  .page-productDetails .breadcrumb-section .breadcrumb-mobile,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb-mobile {
    width: 1024px;
  }
}
@media (max-width: 375px) and (min-width: 1400px) {
  .pageType-ProductPage .breadcrumb-section .breadcrumb-mobile,
  .page-productDetails .breadcrumb-section .breadcrumb-mobile,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb-mobile {
    width: 1400px;
  }
}
@media (max-width: 375px) and (min-width: 640px) {
  .pageType-ProductPage .breadcrumb-section .breadcrumb-mobile > .navbar-header,
  .page-productDetails .breadcrumb-section .breadcrumb-mobile > .navbar-header,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb-mobile > .navbar-header,
  .pageType-ProductPage .breadcrumb-section .breadcrumb-mobile > .navbar-collapse,
  .page-productDetails .breadcrumb-section .breadcrumb-mobile > .navbar-collapse,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb-mobile > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .pageType-ProductPage .breadcrumb-section .breadcrumb-tablet,
  .page-productDetails .breadcrumb-section .breadcrumb-tablet,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb-tablet {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) and (min-width: 640px) {
  .pageType-ProductPage .breadcrumb-section .breadcrumb-tablet,
  .page-productDetails .breadcrumb-section .breadcrumb-tablet,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb-tablet {
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 1024px) {
  .pageType-ProductPage .breadcrumb-section .breadcrumb-tablet,
  .page-productDetails .breadcrumb-section .breadcrumb-tablet,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb-tablet {
    width: 1024px;
  }
}
@media (max-width: 1024px) and (min-width: 1400px) {
  .pageType-ProductPage .breadcrumb-section .breadcrumb-tablet,
  .page-productDetails .breadcrumb-section .breadcrumb-tablet,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb-tablet {
    width: 1400px;
  }
}
@media (max-width: 1024px) and (min-width: 640px) {
  .pageType-ProductPage .breadcrumb-section .breadcrumb-tablet > .navbar-header,
  .page-productDetails .breadcrumb-section .breadcrumb-tablet > .navbar-header,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb-tablet > .navbar-header,
  .pageType-ProductPage .breadcrumb-section .breadcrumb-tablet > .navbar-collapse,
  .page-productDetails .breadcrumb-section .breadcrumb-tablet > .navbar-collapse,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb-tablet > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .pageType-ProductPage .breadcrumb-section .breadcrumb-desktop,
  .page-productDetails .breadcrumb-section .breadcrumb-desktop,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb-desktop {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1025px) and (min-width: 640px) {
  .pageType-ProductPage .breadcrumb-section .breadcrumb-desktop,
  .page-productDetails .breadcrumb-section .breadcrumb-desktop,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb-desktop {
    width: 100%;
  }
}
@media (min-width: 1025px) and (min-width: 1024px) {
  .pageType-ProductPage .breadcrumb-section .breadcrumb-desktop,
  .page-productDetails .breadcrumb-section .breadcrumb-desktop,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb-desktop {
    width: 1024px;
  }
}
@media (min-width: 1025px) and (min-width: 1400px) {
  .pageType-ProductPage .breadcrumb-section .breadcrumb-desktop,
  .page-productDetails .breadcrumb-section .breadcrumb-desktop,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb-desktop {
    width: 1400px;
  }
}
@media (min-width: 1025px) and (min-width: 640px) {
  .pageType-ProductPage .breadcrumb-section .breadcrumb-desktop > .navbar-header,
  .page-productDetails .breadcrumb-section .breadcrumb-desktop > .navbar-header,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb-desktop > .navbar-header,
  .pageType-ProductPage .breadcrumb-section .breadcrumb-desktop > .navbar-collapse,
  .page-productDetails .breadcrumb-section .breadcrumb-desktop > .navbar-collapse,
  .page-productDetailsForPlans .breadcrumb-section .breadcrumb-desktop > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.pageType-ProductPage .breadcrumb-section .breadcrumb li,
.page-productDetails .breadcrumb-section .breadcrumb li,
.page-productDetailsForPlans .breadcrumb-section .breadcrumb li,
.pageType-ProductPage .breadcrumb-section .breadcrumb a,
.page-productDetails .breadcrumb-section .breadcrumb a,
.page-productDetailsForPlans .breadcrumb-section .breadcrumb a {
  color: #6a6f79;
  font-weight: 300;
  letter-spacing: -0.68px;
}
.pageType-ProductPage .breadcrumb-section .breadcrumb li::before,
.page-productDetails .breadcrumb-section .breadcrumb li::before,
.page-productDetailsForPlans .breadcrumb-section .breadcrumb li::before {
  content: '\f054';
  color: #d4d7de;
  font-size: 8px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.pageType-ProductPage .breadcrumb-section .breadcrumb li:first-child::before,
.page-productDetails .breadcrumb-section .breadcrumb li:first-child::before,
.page-productDetailsForPlans .breadcrumb-section .breadcrumb li:first-child::before {
  content: none;
}
.pageType-ProductPage .product-page,
.page-productDetails .product-page,
.page-productDetailsForPlans .product-page {
  background-color: #f9f9f9;
}
.pageType-ProductPage .product-page .label-rentabilization,
.page-productDetails .product-page .label-rentabilization,
.page-productDetailsForPlans .product-page .label-rentabilization {
  color: #a61d19;
  font-weight: bold;
  font-size: 32px;
  margin: 30px 0 10px;
}
@media (max-width: 640px) {
  .pageType-ProductPage .product-page .label-rentabilization,
  .page-productDetails .product-page .label-rentabilization,
  .page-productDetailsForPlans .product-page .label-rentabilization {
    font-size: 24px;
  }
}
.pageType-ProductPage .product-page .label-rentabilization-product,
.page-productDetails .product-page .label-rentabilization-product,
.page-productDetailsForPlans .product-page .label-rentabilization-product {
  color: #5f646d;
  font-size: 20px;
  margin-bottom: 8px;
}
.pageType-ProductPage .product-page .name-rentabilization,
.page-productDetails .product-page .name-rentabilization,
.page-productDetailsForPlans .product-page .name-rentabilization {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.pageType-ProductPage .product-page .name-rentabilization span,
.page-productDetails .product-page .name-rentabilization span,
.page-productDetailsForPlans .product-page .name-rentabilization span {
  display: block;
  font-size: 16px;
  font-weight: 100;
}
.pageType-ProductPage .product-page .name-rentabilization span strong,
.page-productDetails .product-page .name-rentabilization span strong,
.page-productDetailsForPlans .product-page .name-rentabilization span strong {
  font-size: 40px;
}
.pageType-ProductPage .product-page .name-rentabilization span:last-child,
.page-productDetails .product-page .name-rentabilization span:last-child,
.page-productDetailsForPlans .product-page .name-rentabilization span:last-child {
  margin-top: 5px;
}
.pageType-ProductPage .product-page .name-rentabilization .product-name-promotion-old,
.page-productDetails .product-page .name-rentabilization .product-name-promotion-old,
.page-productDetailsForPlans .product-page .name-rentabilization .product-name-promotion-old {
  text-decoration: line-through;
}
.pageType-ProductPage .product-page .description-rentabilization,
.page-productDetails .product-page .description-rentabilization,
.page-productDetailsForPlans .product-page .description-rentabilization {
  font-weight: 400;
  margin: 5px 0 32px;
}
.pageType-ProductPage .product-page-product-name,
.page-productDetails .product-page-product-name,
.page-productDetailsForPlans .product-page-product-name {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .pageType-ProductPage .product-page-product-name,
  .page-productDetails .product-page-product-name,
  .page-productDetailsForPlans .product-page-product-name {
    font-size: 40px;
    margin-bottom: 3px;
  }
}
.pageType-ProductPage .product-page-product-description,
.page-productDetails .product-page-product-description,
.page-productDetailsForPlans .product-page-product-description {
  color: #5f646d;
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 1.28;
  margin: 0 0 32px 0;
}
@media (min-width: 1024px) {
  .pageType-ProductPage .product-page-product-description,
  .page-productDetails .product-page-product-description,
  .page-productDetailsForPlans .product-page-product-description {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.pageType-ProductPage .product-page-product-price-desktop,
.page-productDetails .product-page-product-price-desktop,
.page-productDetailsForPlans .product-page-product-price-desktop {
  margin-bottom: 32px;
}
.pageType-ProductPage .product-page-content,
.page-productDetails .product-page-content,
.page-productDetailsForPlans .product-page-content {
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .pageType-ProductPage .product-page-content .product-page-description-content,
  .page-productDetails .product-page-content .product-page-description-content,
  .page-productDetailsForPlans .product-page-content .product-page-description-content {
    display: block;
  }
}
@media (min-width: 1024px) {
  .pageType-ProductPage .product-page-content-container-wrapper,
  .page-productDetails .product-page-content-container-wrapper,
  .page-productDetailsForPlans .product-page-content-container-wrapper {
    background-color: #ffffff;
    padding-top: 80px;
  }
}
.pageType-ProductPage .product-page-collapse-content,
.page-productDetails .product-page-collapse-content,
.page-productDetailsForPlans .product-page-collapse-content {
  background-color: #f9f9f9;
  padding-top: 32px;
}
@media (min-width: 1024px) {
  .pageType-ProductPage .product-page-collapse-content,
  .page-productDetails .product-page-collapse-content,
  .page-productDetailsForPlans .product-page-collapse-content {
    padding-top: 0;
    background-color: transparent;
  }
}
.pageType-ProductPage .product-page-collapse-content .paragraph,
.page-productDetails .product-page-collapse-content .paragraph,
.page-productDetailsForPlans .product-page-collapse-content .paragraph,
.pageType-ProductPage .product-page-collapse-content p,
.page-productDetails .product-page-collapse-content p,
.page-productDetailsForPlans .product-page-collapse-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  color: #000000;
}
.pageType-ProductPage .product-page-collapse-content .characteristics,
.page-productDetails .product-page-collapse-content .characteristics,
.page-productDetailsForPlans .product-page-collapse-content .characteristics {
  display: flex;
  flex-direction: column;
}
.pageType-ProductPage .product-page-collapse-content .component-apps-ilimitados,
.page-productDetails .product-page-collapse-content .component-apps-ilimitados,
.page-productDetailsForPlans .product-page-collapse-content .component-apps-ilimitados {
  display: block;
  margin-bottom: 15px;
}
.pageType-ProductPage .product-page-collapse-content .component-apps-ilimitados .icone img,
.page-productDetails .product-page-collapse-content .component-apps-ilimitados .icone img,
.page-productDetailsForPlans .product-page-collapse-content .component-apps-ilimitados .icone img {
  width: 40px;
  height: 40px;
}
.pageType-ProductPage .product-page-collapse-content .component-apps-ilimitados .apps,
.page-productDetails .product-page-collapse-content .component-apps-ilimitados .apps,
.page-productDetailsForPlans .product-page-collapse-content .component-apps-ilimitados .apps {
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .pageType-ProductPage .product-page-custom-accordion,
  .page-productDetails .product-page-custom-accordion,
  .page-productDetailsForPlans .product-page-custom-accordion {
    display: flex;
    flex-wrap: wrap;
  }
}
.pageType-ProductPage .product-page-custom-accordion-wrapper,
.page-productDetails .product-page-custom-accordion-wrapper,
.page-productDetailsForPlans .product-page-custom-accordion-wrapper {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .pageType-ProductPage .product-page-custom-accordion-wrapper,
  .page-productDetails .product-page-custom-accordion-wrapper,
  .page-productDetailsForPlans .product-page-custom-accordion-wrapper {
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .pageType-ProductPage .product-page-custom-accordion-category:nth-of-type(even),
  .page-productDetails .product-page-custom-accordion-category:nth-of-type(even),
  .page-productDetailsForPlans .product-page-custom-accordion-category:nth-of-type(even) {
    background-color: #ffffff;
  }
}
.pageType-ProductPage .product-page-custom-accordion .socialPlanApp,
.page-productDetails .product-page-custom-accordion .socialPlanApp,
.page-productDetailsForPlans .product-page-custom-accordion .socialPlanApp {
  display: flex;
}
.pageType-ProductPage .product-page-custom-accordion .socialPlanApp:not(:last-child),
.page-productDetails .product-page-custom-accordion .socialPlanApp:not(:last-child),
.page-productDetailsForPlans .product-page-custom-accordion .socialPlanApp:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .pageType-ProductPage .product-page-custom-accordion .socialPlanApp:first-child,
  .page-productDetails .product-page-custom-accordion .socialPlanApp:first-child,
  .page-productDetailsForPlans .product-page-custom-accordion .socialPlanApp:first-child {
    margin-top: 32px;
  }
}
.pageType-ProductPage .product-page-custom-accordion .socialPlanApp img,
.page-productDetails .product-page-custom-accordion .socialPlanApp img,
.page-productDetailsForPlans .product-page-custom-accordion .socialPlanApp img {
  width: 48px;
  height: 48px;
  margin-right: 4px;
}
@media (min-width: 1024px) {
  .pageType-ProductPage .product-page-custom-accordion .socialPlanApp img,
  .page-productDetails .product-page-custom-accordion .socialPlanApp img,
  .page-productDetailsForPlans .product-page-custom-accordion .socialPlanApp img {
    width: 68px;
    height: 68px;
    margin-right: 22px;
  }
}
.pageType-ProductPage .product-page-custom-accordion .socialPlanApp .title-rede-social,
.page-productDetails .product-page-custom-accordion .socialPlanApp .title-rede-social,
.page-productDetailsForPlans .product-page-custom-accordion .socialPlanApp .title-rede-social,
.pageType-ProductPage .product-page-custom-accordion .socialPlanApp .description-rede-social,
.page-productDetails .product-page-custom-accordion .socialPlanApp .description-rede-social,
.page-productDetailsForPlans .product-page-custom-accordion .socialPlanApp .description-rede-social {
  font-size: 16px;
  line-height: 24px;
  max-width: 362px;
  letter-spacing: -0.5px;
}
.pageType-ProductPage .product-page-custom-accordion .socialPlanApp .title-rede-social,
.page-productDetails .product-page-custom-accordion .socialPlanApp .title-rede-social,
.page-productDetailsForPlans .product-page-custom-accordion .socialPlanApp .title-rede-social {
  text-transform: uppercase;
  font-weight: 500;
}
.pageType-ProductPage .product-page-custom-accordion .socialPlanApp .description-rede-social,
.page-productDetails .product-page-custom-accordion .socialPlanApp .description-rede-social,
.page-productDetailsForPlans .product-page-custom-accordion .socialPlanApp .description-rede-social {
  color: #5f646d;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .pageType-ProductPage .product-page-custom-accordion .socialPlanApp,
  .page-productDetails .product-page-custom-accordion .socialPlanApp,
  .page-productDetailsForPlans .product-page-custom-accordion .socialPlanApp {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .pageType-ProductPage .product-page-custom-accordions .product-page-custom-accordion-category,
  .page-productDetails .product-page-custom-accordions .product-page-custom-accordion-category,
  .page-productDetailsForPlans .product-page-custom-accordions .product-page-custom-accordion-category {
    padding: 88px 0 64px 0;
  }
  .pageType-ProductPage .product-page-custom-accordions:nth-of-type(even),
  .page-productDetails .product-page-custom-accordions:nth-of-type(even),
  .page-productDetailsForPlans .product-page-custom-accordions:nth-of-type(even) {
    background-color: #f9f9f9;
  }
}
.pageType-ProductPage .product-page-description,
.page-productDetails .product-page-description,
.page-productDetailsForPlans .product-page-description {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .pageType-ProductPage .product-page-description,
  .page-productDetails .product-page-description,
  .page-productDetailsForPlans .product-page-description {
    margin-left: 160px;
    padding-bottom: 56px;
  }
  .pageType-ProductPage .product-page-description .button-collapse,
  .page-productDetails .product-page-description .button-collapse,
  .page-productDetailsForPlans .product-page-description .button-collapse {
    padding: 0;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.5px;
    font-weight: 700;
    cursor: default;
  }
  .pageType-ProductPage .product-page-description .button-collapse::before,
  .page-productDetails .product-page-description .button-collapse::before,
  .page-productDetailsForPlans .product-page-description .button-collapse::before {
    content: none;
  }
}
.pageType-ProductPage .product-page-prices,
.page-productDetails .product-page-prices,
.page-productDetailsForPlans .product-page-prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1025px) {
  .pageType-ProductPage .product-page-prices,
  .page-productDetails .product-page-prices,
  .page-productDetailsForPlans .product-page-prices {
    margin-left: 160px;
  }
}
@media (max-width: 375px) {
  .pageType-ProductPage .product-page-prices,
  .page-productDetails .product-page-prices,
  .page-productDetailsForPlans .product-page-prices {
    flex-wrap: wrap;
  }
  .pageType-ProductPage .product-page-prices .product-page-price-list,
  .page-productDetails .product-page-prices .product-page-price-list,
  .page-productDetailsForPlans .product-page-prices .product-page-price-list,
  .pageType-ProductPage .product-page-prices .addtocart-component,
  .page-productDetails .product-page-prices .addtocart-component,
  .page-productDetailsForPlans .product-page-prices .addtocart-component,
  .pageType-ProductPage .product-page-prices .addtocart-component .button,
  .page-productDetails .product-page-prices .addtocart-component .button,
  .page-productDetailsForPlans .product-page-prices .addtocart-component .button {
    width: 100%;
  }
  .pageType-ProductPage .product-page-prices .addtocart-component .button,
  .page-productDetails .product-page-prices .addtocart-component .button,
  .page-productDetailsForPlans .product-page-prices .addtocart-component .button {
    margin-top: 16px;
  }
}
.pageType-ProductPage .product-page-payment-options,
.page-productDetails .product-page-payment-options,
.page-productDetailsForPlans .product-page-payment-options {
  margin-bottom: 30px;
}
.pageType-ProductPage .product-page-payment-options .facet__list__label .facet__list__checkbox,
.page-productDetails .product-page-payment-options .facet__list__label .facet__list__checkbox,
.page-productDetailsForPlans .product-page-payment-options .facet__list__label .facet__list__checkbox {
  display: none;
}
.pageType-ProductPage .product-page-payment-options .facet__list__label .facet__list__checkbox:checked + .facet__list__label .facet__list__mark,
.page-productDetails .product-page-payment-options .facet__list__label .facet__list__checkbox:checked + .facet__list__label .facet__list__mark,
.page-productDetailsForPlans .product-page-payment-options .facet__list__label .facet__list__checkbox:checked + .facet__list__label .facet__list__mark {
  background-color: #e3262e;
  border-color: #e3262e;
  position: relative;
}
.pageType-ProductPage .product-page-payment-options .facet__list__label .facet__list__checkbox:checked + .facet__list__label .facet__list__mark:before,
.page-productDetails .product-page-payment-options .facet__list__label .facet__list__checkbox:checked + .facet__list__label .facet__list__mark:before,
.page-productDetailsForPlans .product-page-payment-options .facet__list__label .facet__list__checkbox:checked + .facet__list__label .facet__list__mark:before {
  z-index: 999;
  color: #fff;
  position: relative;
  top: -2px;
  font-size: 18px !important;
  font-weight: bold;
  left: 2px;
  display: block;
}
.pageType-ProductPage .product-page-payment-options .facet__list__label .facet__list__checkbox:checked + .facet__list__label .facet__list__text,
.page-productDetails .product-page-payment-options .facet__list__label .facet__list__checkbox:checked + .facet__list__label .facet__list__text,
.page-productDetailsForPlans .product-page-payment-options .facet__list__label .facet__list__checkbox:checked + .facet__list__label .facet__list__text {
  color: #e3262e;
}
.pageType-ProductPage .product-page-payment-options .facet__list__label .facet__list__checkbox,
.page-productDetails .product-page-payment-options .facet__list__label .facet__list__checkbox,
.page-productDetailsForPlans .product-page-payment-options .facet__list__label .facet__list__checkbox {
  width: 0;
  height: 0;
}
.pageType-ProductPage .product-page-payment-options .facet__list__label .facet__list__mark,
.page-productDetails .product-page-payment-options .facet__list__label .facet__list__mark,
.page-productDetailsForPlans .product-page-payment-options .facet__list__label .facet__list__mark {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: solid 2px #eaeaea;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 14px;
  display: block;
  float: left;
}
.pageType-ProductPage .product-page-normal-prices .product-page-prices,
.page-productDetails .product-page-normal-prices .product-page-prices,
.page-productDetailsForPlans .product-page-normal-prices .product-page-prices,
.pageType-ProductPage .product-page-normal-prices .product-page-description,
.page-productDetails .product-page-normal-prices .product-page-description,
.page-productDetailsForPlans .product-page-normal-prices .product-page-description {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .pageType-ProductPage .product-page-normal-prices .product-page-prices,
  .page-productDetails .product-page-normal-prices .product-page-prices,
  .page-productDetailsForPlans .product-page-normal-prices .product-page-prices,
  .pageType-ProductPage .product-page-normal-prices .product-page-description,
  .page-productDetails .product-page-normal-prices .product-page-description,
  .page-productDetailsForPlans .product-page-normal-prices .product-page-description {
    width: 50%;
  }
}
@media (max-width: 375px) {
  .pageType-ProductPage .product-page-normal-prices .product-page-prices,
  .page-productDetails .product-page-normal-prices .product-page-prices,
  .page-productDetailsForPlans .product-page-normal-prices .product-page-prices,
  .pageType-ProductPage .product-page-normal-prices .product-page-description,
  .page-productDetails .product-page-normal-prices .product-page-description,
  .page-productDetailsForPlans .product-page-normal-prices .product-page-description {
    margin-top: 32px;
  }
}
.pageType-ProductPage .product-page .stock-wrapper:empty,
.page-productDetails .product-page .stock-wrapper:empty,
.page-productDetailsForPlans .product-page .stock-wrapper:empty,
.pageType-ProductPage .product-page .addtocart-component,
.page-productDetails .product-page .addtocart-component,
.page-productDetailsForPlans .product-page .addtocart-component {
  margin: 0;
}
.pageType-ProductPage .product-page .add_to_cart_form .button,
.page-productDetails .product-page .add_to_cart_form .button,
.page-productDetailsForPlans .product-page .add_to_cart_form .button {
  width: 100%;
}
@media (min-width: 1024px) {
  .pageType-ProductPage .product-page .add_to_cart_form .button,
  .page-productDetails .product-page .add_to_cart_form .button,
  .page-productDetailsForPlans .product-page .add_to_cart_form .button {
    min-width: 176px;
  }
}
@media (max-width: 1024px) {
  .pageType-ProductPage .product-page .add_to_cart_form .button,
  .page-productDetails .product-page .add_to_cart_form .button,
  .page-productDetailsForPlans .product-page .add_to_cart_form .button {
    min-width: 136px;
  }
}
.pageType-ProductPage .product-page .button-collapse,
.page-productDetails .product-page .button-collapse,
.page-productDetailsForPlans .product-page .button-collapse {
  display: flex;
  justify-content: left;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  background-color: transparent;
  color: #000000;
  text-align: left;
  padding: 28px 0;
  outline: none;
}
.pageType-ProductPage .product-page .button-collapse::before,
.page-productDetails .product-page .button-collapse::before,
.page-productDetailsForPlans .product-page .button-collapse::before {
  font-weight: 900;
  font-size: 25px;
  color: #e3262e;
  margin-right: 18px;
  transition: transform 0.4s ease-out;
}
@media (min-width: 1024px) {
  .pageType-ProductPage .product-page .button-collapse::before,
  .page-productDetails .product-page .button-collapse::before,
  .page-productDetailsForPlans .product-page .button-collapse::before {
    content: none;
  }
}
.pageType-ProductPage .product-page .button-collapse.is-open::before,
.page-productDetails .product-page .button-collapse.is-open::before,
.page-productDetailsForPlans .product-page .button-collapse.is-open::before {
  transform: rotate(90deg);
}
@media (min-width: 1024px) {
  .pageType-ProductPage .product-page .button-collapse,
  .page-productDetails .product-page .button-collapse,
  .page-productDetailsForPlans .product-page .button-collapse {
    padding: 0;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.5px;
    font-weight: 700;
    cursor: default;
    margin-bottom: 22px;
    width: auto;
  }
}
.pageType-ProductPage .product-page-empty-price-list,
.page-productDetails .product-page-empty-price-list,
.page-productDetailsForPlans .product-page-empty-price-list {
  color: #e3262e;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.5px;
  margin-top: 24px;
  margin-bottom: 28px;
}
@media (min-width: 1025px) {
  .pageType-ProductPage .product-page-empty-price-list,
  .page-productDetails .product-page-empty-price-list,
  .page-productDetailsForPlans .product-page-empty-price-list {
    margin-top: 0;
    margin-left: 160px;
  }
}
.pageType-ProductPage .product-page-empty-price-list:not(.hidden) + .product-page-prices,
.page-productDetails .product-page-empty-price-list:not(.hidden) + .product-page-prices,
.page-productDetailsForPlans .product-page-empty-price-list:not(.hidden) + .product-page-prices {
  display: none;
}
.pageType-ProductPage .product-page-empty-price-list .paragraph,
.page-productDetails .product-page-empty-price-list .paragraph,
.page-productDetailsForPlans .product-page-empty-price-list .paragraph {
  margin-bottom: 0;
}
.divider {
  padding: 20px 0;
}
.plan-card-container {
  margin-bottom: 15px;
  flex-direction: column;
  max-width: 360px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}
.plan-card-container label {
  cursor: pointer;
}
.plan-card-container .card-plan-apps-mobile p,
.plan-card-container .card-plan-apps-mobile .component-apps-ilimitados .content {
  color: var(--color-neutral-lightest);
}
.plan-card-container .card-plan-paymentmethod-label {
  margin-bottom: 5px;
  text-align: end;
  font-size: var(--theme-font-size-xxxs);
}
.plan-card-container .divider {
  display: none;
}
.plan-card-container .first-column {
  border-radius: 10px 10px 0 0;
  height: 240px;
}
.plan-card-container .first-column h2 {
  font-weight: var(--font-weight-bold);
}
.plan-card-container .second-column {
  padding: 1rem;
}
.plan-card-container .fourth-column {
  padding: 0 1rem 2rem 1rem;
}
.plan-card-container .third-column {
  display: none;
}
.plan-card-container .card-plan-title {
  color: var(--color-global-medium);
}
@media (min-width: 1024px) {
  .plan-card-container {
    max-width: none;
    width: 100%;
    flex-direction: row;
    height: 180px;
    max-height: 200px;
    background-color: var(--color-neutral-lightest);
    padding: 0;
  }
  .plan-card-container .divider {
    display: block;
  }
  .plan-card-container .mdn-Divider--horizontal {
    display: none;
  }
  .plan-card-container .card-plan-subtitle {
    color: var(--color-global-medium);
  }
  .plan-card-container .card-plan-paymentmethod-label {
    text-align: start;
    font-size: var(--theme-font-size-xs);
  }
  .plan-card-container .first-column {
    min-width: 20%;
    max-width: 20%;
    max-height: 180px;
    border-radius: 10px 0 0 10px;
  }
  .plan-card-container .first-column .card-plan-apps-mobile {
    display: none !important;
  }
  .plan-card-container .second-column {
    margin-right: auto;
    min-width: 30%;
    padding: 1rem 0 1rem 1rem;
  }
  .plan-card-container .third-column {
    display: flex;
    width: 30%;
    padding: 1rem 0;
  }
  .plan-card-container .fourth-column {
    padding: 1rem 1rem 1rem 0;
    border-radius: 0 10px 10px 0;
    width: 17%;
    font-size: var(--font-size-xxs);
    max-width: 165px;
  }
  .plan-card-container .card-plan-title {
    margin: 5px 0 0;
  }
}
.carousel-pagination-total::before {
  content: '/';
}
.popover-close-button {
  min-width: 0;
}
.input-filter-facets {
  text-transform: none !important;
}
/* 
IMPORTANTE:
Existe um trabalho de limpeza do CSS acontecendo.
Se você encontrou algo estranho na tela e o css está comentado: descomente!
O que permanecer comentado será removido nas próximas features.
Viu algum CSS que não tem necessidade mais? COMENTE A LINHA!
*/
.cart-summary-component {
  padding: 15px;
  margin-top: 16px;
  margin-bottom: 24px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 3px 6px #dbdcdc;
}
@media (min-width: 1024px) {
  .cart-summary-component {
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 34px;
  }
}
.cart-summary-component .c_nome-plano {
  margin: 0;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .cart-summary-component .c_nome-plano {
    margin-bottom: 38px;
  }
}
.cart-summary-component .c_numero-label {
  margin-bottom: 15px;
}
.cart-summary-component .c_ligacoes-ilimitadas {
  margin-bottom: 20px;
}
.cart-summary-component .c_ligacoes-ilimitadas p {
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  font-weight: 300;
}
.cart-summary-component .app-ilimitados .title-app-ilimitados {
  margin: 0;
  margin-bottom: 20px;
  font-size: 16px;
  color: #000000;
  text-align: left;
  font-weight: 300;
}
.cart-summary-component .app-ilimitados .featureClass {
  width: 35.8px;
  height: 35.8px;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  float: none;
  background-size: 100%;
}
.cart-summary-component .app-ilimitados .featureClass img {
  width: 100%;
}
.cart-summary-component .valor {
  display: flex;
  align-items: flex-start;
}
.cart-summary-component .c_produto-fidelizado {
  font-size: 16px;
  text-align: left;
  color: #000000;
  display: inline-block;
}
.cart-summary-component .c_btn-escolher-outro {
  font-size: 14px;
  text-align: left;
  color: #5f646d;
  text-decoration: underline;
  display: block;
}
@media (max-width: 1024px) {
  .cart-summary-component .cart-summary-component .product-card-price {
    float: left;
  }
}
.product-card-header,
.product-card-price {
  display: flex;
}
@media (max-width: 1024px) {
  .product-card-header {
    align-items: flex-start;
    justify-content: space-between;
  }
}
.product-card-header-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-card-header-right .product-card-prices .svg-price-addon {
  display: none;
}
.product-card-header-right .product-card-open {
  color: #5f646d;
  height: 30px;
  width: 30px;
}
.product-card-header-right .product-card-open .fa-chevron-down::before {
  font-size: 19px;
}
.product-card-header-right .product-card-open.is-open .fa-chevron-down::before {
  content: '\f077';
}
@media (max-width: 1024px) {
  .product-card-content .c_ligacoes-ilimitadas {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .product-card-content.in .product-card-price .svg-price-mobile {
    display: none;
  }
  .product-card-content.in .product-card-price .svg-price.hide {
    width: 90px;
    display: block !important;
  }
  .product-card-content.in .product-card-price .svg-price.hide-month,
  .product-card-content.in .product-card-price .svg-price.hide-decimal {
    font-weight: 700;
  }
}
.product-card-price {
  display: block;
  margin-top: 20px;
}
.product-card-price .p-mes::after {
  content: none;
}
@media (min-width: 1024px) {
  .product-card-price {
    margin-top: 33px;
  }
}
.product-card-price-info {
  margin-right: 15px;
  display: flex;
  align-items: flex-end;
}
.product-card-price-type {
  display: flex;
  flex-direction: column;
}
.product-card-price .svg-price-addon {
  display: block;
  font-size: 12px;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 14px;
}
.product-card-price .price-loyalty {
  font-size: 16px;
  line-height: 24px;
  margin-top: 17.5px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .product-card-price .price-loyalty {
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.product-card-price .price-group--hasRent h2 {
  font-size: 20px;
}
.product-card-price .price-group--hasRent .product-old-price {
  margin-bottom: 0;
  font-size: 20px;
}
#bank.mdn-Input-field ~ .mdn-Input-label,
#customBank.mdn-Input-field ~ .mdn-Input-label {
  color: var(--theme-text-color-Text--default);
  font-size: var(--theme-font-size-xxxs);
  font-weight: var(--theme-font-weight--default);
  top: 0;
  transform: translateY(-50%);
  line-height: var(--theme-font-size-xxxs);
  padding: 0 0.25rem;
  z-index: 3;
  left: 5px;
  background-color: var(--theme-background-color--default);
}
.mdn-Input {
  display: -webkit-box;
}
.input-group-prepend {
  width: 50px;
  position: absolute;
  z-index: 999;
}
.input-group-prepend .input-group-text {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.575rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: inherit;
}
#tooltip-account {
  display: none;
  position: absolute;
  top: -36px;
}
.credit-card__content {
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 363px;
  min-height: 225px;
  max-height: 250px;
  height: 100%;
}
@media (max-width: 436px) {
  .credit-card__content {
    width: 100%;
    min-height: 245px;
  }
  .credit-card__content iframe {
    width: calc(100% - 10vw) !important;
    margin: 20vw 0px 0px 20px !important;
  }
}
@media (max-width: 380px) {
  .credit-card__content {
    min-height: 220px;
  }
}
@media (max-width: 359px) {
  .credit-card__content {
    min-height: 200px;
  }
}
select.mdn-Input-field {
  padding: 0 0 0 10px;
}
body.page-orderConfirmationPage .checkout-success {
  padding-top: 24px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  body.page-orderConfirmationPage .checkout-success {
    padding-top: 42px;
  }
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body {
  margin: 0;
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body p {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  text-align: left;
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body .c_info-happens-now {
  font-weight: normal;
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body .c-what-happens-now {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto 40px;
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body strong {
  font-size: 20px;
  font-weight: 700;
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body .c_nome-cliente {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding-left: 0;
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body .c_nome-cliente .name {
  text-transform: capitalize;
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body .c_confirmacao-plano {
  padding-bottom: 28px;
  margin: 0;
  font-weight: 400;
  padding-left: 0;
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body .c_numero-pedido {
  font-weight: 400;
  margin: 0;
  padding-left: 0;
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body .c_duvida-pedido {
  padding-left: 0;
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body .c_dados-usuario {
  padding-top: 26px;
}
@media (min-width: 1024px) {
  body.page-orderConfirmationPage .checkout-success .checkout-success__body .c_dados-usuario {
    padding-top: 40px;
  }
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body .c_dados-usuario ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body .c_dados-usuario ul li p {
  margin: 0;
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body .c_dados-usuario ul li.c_title:not(.first) {
  margin-top: 20px;
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body .c_dados-usuario ul li.c_title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body .c_dados-usuario ul li.c_title.last p {
  font-size: 20px;
  line-height: 30px;
  margin-top: 37px;
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body .c_dados-usuario ul li.c_informacao p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body .c_dados-usuario ul li.c_informacao.nome {
  text-transform: uppercase;
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body .c_dados-usuario ul li.c_informacao.produto {
  text-transform: uppercase;
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body .c_dados-usuario ul li.c_informacao.last p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body .c_dados-usuario ul li.c_bold p {
  font-size: 20px;
  font-weight: 700;
}
body.page-orderConfirmationPage .checkout-success .checkout-success__body .c_dados-usuario ul li:last-child {
  color: red;
}
.c_linha-do-tempo {
  max-width: 1400px;
  margin: 0 auto 40px;
  flex-direction: row;
  display: flex;
  align-items: stretch;
  padding-top: 25px;
}
.c_linha-do-tempo.is-order-cancelled {
  max-width: 700px;
}
@media (max-width: 1024px) {
  .c_linha-do-tempo.is-order-cancelled {
    max-width: 1400px;
  }
}
.c_linha-do-tempo.is-order-cancelled .c_linha-circulo .c_bolinha,
.c_linha-do-tempo.is-order-cancelled .c_linha-circulo .c_bolinha_background {
  background-color: #5f646d;
}
.c_linha-do-tempo.is-order-cancelled p {
  color: #000000 !important;
}
.c_linha-do-tempo:not(.is-order-cancelled) .c_bolinha_background {
  background-color: var(--theme-backgroundColor-Steps-bar);
}
.c_linha-do-tempo:not(.is-order-cancelled) .c_linha-circulo .c_bolinha,
.c_linha-do-tempo:not(.is-order-cancelled) .c_linha-circulo .c_bolinha_background {
  background-color: var(--theme-backgroundColor-Steps--checked);
}
.c_linha-do-tempo:not(.is-order-cancelled) .c_linha-circulo p {
  color: #000000;
}
.c_linha-do-tempo:not(.is-order-cancelled) .c_linha-circulo.active .c_bolinha {
  background: linear-gradient(to bottom, var(--theme-backgroundColor-Steps--checked) 50%, var(--theme-backgroundColor-Steps-bar) 50%);
}
.c_linha-do-tempo:not(.is-order-cancelled) .c_linha-circulo.active .c_bolinha_background {
  background-color: var(--theme-backgroundColor-Steps-bar);
}
.c_linha-do-tempo:not(.is-order-cancelled) .c_linha-circulo.active ~ .c_linha-circulo .c_bolinha,
.c_linha-do-tempo:not(.is-order-cancelled) .c_linha-circulo.active ~ .c_linha-circulo .c_bolinha_background {
  background-color: var(--theme-backgroundColor-Steps-bar);
}
.c_linha-do-tempo:not(.is-order-cancelled) .c_linha-circulo.active ~ .c_linha-circulo p {
  color: #9ea3ae;
}
.c_linha-do-tempo .c_linha-circulo {
  display: flex;
  flex-basis: 100%;
  width: 100%;
}
.c_linha-do-tempo .c_linha-circulo p {
  font-size: 16px;
  min-height: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  display: table;
  margin-bottom: 10px;
  float: none;
  color: #9ea3ae;
}
.c_linha-do-tempo .c_linha-circulo p.dt_compra {
  min-height: 24px;
  margin-bottom: 10px;
}
.c_linha-do-tempo .c_linha-circulo p:first-child {
  flex: 1;
}
.c_linha-do-tempo .c_linha-circulo.analisePedido .c_bolinha.active {
  background: linear-gradient(90deg, #e4262e 50%, #d5d7de 50%);
}
.c_linha-do-tempo .c_linha-circulo.analisePedido .fullBarColor.c_bolinha.active {
  background: #e4262e !important;
}
.c_linha-do-tempo .c_linha-circulo .c_bolinha.active::before:nth-child(1) {
  border: 0;
}
.c_linha-do-tempo .c_linha-circulo:after {
  display: none;
}
.c_linha-do-tempo .c_linha-do-tempo-text {
  max-width: 180px;
}
.c_linha-do-tempo .c_linha-texts {
  flex-direction: column;
  justify-content: flex-start;
}
.c_linha-do-tempo.is-order-larger .c_linha-circulo:nth-child(even) .c_linha-texts {
  transform: translateY(130%);
  width: 100%;
}
.c_linha-do-tempo .c_linha-do-tempo-text {
  max-width: none;
}
.c_linha-do-tempo .c_linha-do-tempo-text:first-child {
  height: 30px;
}
.c_linha-do-tempo .c_linha-texts {
  margin-left: 0;
}
.c_linha-do-tempo .c_linha-circulo {
  flex-direction: column;
  justify-content: flex-end;
}
.c_linha-do-tempo .c_linha-circulo.active .c_bolinha {
  border-radius: 0 50px 50px 0;
}
.c_linha-do-tempo .c_linha-circulo .c_bolinha {
  width: 100%;
  height: 16px;
  margin: 0 auto;
}
.c_linha-do-tempo .c_linha-circulo:first-child {
  float: right;
}
.c_linha-do-tempo .c_linha-circulo:first-child p {
  text-align: left !important;
}
.c_linha-do-tempo .c_linha-circulo:first-child.active .c_bolinha {
  border-radius: 50px 50px;
}
.c_linha-do-tempo .c_linha-circulo:first-child .c_bolinha,
.c_linha-do-tempo .c_linha-circulo:first-child .c_bolinha_background {
  border-radius: 50px 0 0 50px;
}
.c_linha-do-tempo .c_linha-circulo:last-child {
  float: left;
}
.c_linha-do-tempo .c_linha-circulo:last-child p {
  text-align: right !important;
}
.c_linha-do-tempo .c_linha-circulo:last-child .c_bolinha,
.c_linha-do-tempo .c_linha-circulo:last-child .c_bolinha_background {
  border-radius: 0 50px 50px 0;
}
.c_linha-do-tempo .c_linha-circulo p {
  text-align: center !important;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .c_linha-do-tempo:not(.is-order-express) {
    width: 100%;
    margin: 0 auto 80px;
    flex-direction: column;
  }
  .c_linha-do-tempo:not(.is-order-express).is-order-larger .c_linha-circulo:nth-child(even) .c_linha-texts {
    transform: none;
  }
  .c_linha-do-tempo:not(.is-order-express) .c_linha-circulo {
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .c_linha-do-tempo:not(.is-order-express) .c_linha-circulo.active .c_bolinha {
    border-radius: 0 0 50px 50px;
  }
  .c_linha-do-tempo:not(.is-order-express) .c_linha-circulo:first-child.active .c_bolinha {
    border-radius: 50px 50px;
  }
  .c_linha-do-tempo:not(.is-order-express) .c_linha-circulo:first-child .c_bolinha,
  .c_linha-do-tempo:not(.is-order-express) .c_linha-circulo:first-child .c_bolinha_background {
    border-radius: 50px 50px 0 0;
  }
  .c_linha-do-tempo:not(.is-order-express) .c_linha-circulo:last-child .c_bolinha_background {
    display: none;
  }
  .c_linha-do-tempo:not(.is-order-express) .c_linha-circulo .c_bolinha {
    width: 2rem;
    height: 2rem;
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 30px;
    border-radius: 100% !important;
  }
  .c_linha-do-tempo:not(.is-order-express) .c_linha-circulo p {
    text-align: left !important;
  }
  .c_linha-do-tempo:not(.is-order-express) .c_linha-circulo .c_bolinha_background {
    width: 0.125rem;
    z-index: 1;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    left: 46px;
  }
}
.page-multiStepCheckoutSummaryPage .breadcrumb-section {
  display: none;
}
@media (min-width: 1024px) {
  .main-content-checkout-validation {
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .main-content-checkout-validation .button-place-order {
    float: right;
  }
}
@media (max-width: 1024px) {
  .main-content-checkout-validation #placeOrderForm1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main-content-checkout-validation .button-place-order {
    margin-top: 0px !important;
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  .checkout-validation {
    width: 100%;
  }
}
.checkout-validation .title-instruction {
  margin: 0;
  font-size: 28px;
  margin-top: 16px;
  margin-bottom: 36px;
}
@media (min-width: 1024px) {
  .checkout-validation .title-instruction {
    margin-top: 0px;
    margin-bottom: 47px;
  }
}
.checkout-validation .title-instruction .phone-number {
  white-space: nowrap;
}
.checkout-validation .resend {
  font-size: 12px;
  display: inline-block;
}
.checkout-validation .resend .underline {
  text-decoration: underline;
  cursor: pointer;
}
.checkout-validation .resend a {
  cursor: pointer;
  display: inline;
}
@media (min-width: 1024px) {
  .checkout-validation .resend {
    font-size: 16px;
  }
}
.checkout-validation .resend .resendLink.disabled {
  color: #b3b2b2;
  cursor: not-allowed;
}
.checkout-validation .resent {
  font-size: 16px;
  font-weight: 700;
  color: #20c542;
  margin-top: 20px;
}
.place-order-form {
  padding: 0px;
}
.claro-debit-warning-message,
.claro-ticket-warning-message,
.claro-digitalinvoice-warning-message {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
.claro-debit-warning-message.spacing-notDebit,
.claro-ticket-warning-message.spacing-notDebit,
.claro-digitalinvoice-warning-message.spacing-notDebit {
  margin-bottom: 24px;
  margin-top: 16px;
}
.claro-debit-warning-message span,
.claro-ticket-warning-message span,
.claro-digitalinvoice-warning-message span {
  margin-right: 10px;
}
.claro-debit-warning-message span:before,
.claro-ticket-warning-message span:before,
.claro-digitalinvoice-warning-message span:before {
  color: var(--theme-text-color-Text--default);
  font-size: var(--theme-font-size-xxs);
}
.claro-debit-warning-message .text-warning,
.claro-ticket-warning-message .text-warning,
.claro-digitalinvoice-warning-message .text-warning {
  margin-bottom: 31px;
  font-size: 16px;
  color: #e3262e;
}
.checkout-button-wrapper {
  display: flex;
}
@media (min-width: 1024px) {
  .checkout-button-wrapper {
    justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  .checkout-button-wrapper {
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.iframe-m4u {
  border: none;
  margin-top: 60px;
}
.iframe-m4u-error {
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #e3262e;
}
.iframe-m4u-error.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.iframe-m4u-footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.iframe-m4u-field {
  border: 1px solid #9f9f9f;
  border-radius: 0;
  height: 49px;
  font-size: 16px;
  padding: 0.6rem 0.75rem;
  text-transform: none;
  font-family: Arial;
  transition: 0.2s;
  width: auto;
}
.iframe-m4u-field:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#creditCardForm [name='cardSecurityCode'] {
  width: 253px;
  margin-top: -15px;
}
#creditCardForm .error {
  display: block;
  font-size: 14px;
  font-family: Arial;
}
.checkoutOfferPLanThab .card-planos {
  width: 100%;
  margin: 0;
}
@media (min-width: 640px) {
  .checkoutOfferPLanThab .card-planos {
    max-width: 340px;
  }
}
.checkoutOfferPLanThab .card-planos .bottom-card .checkout-button-wrapper {
  justify-content: center;
}
.checkoutOfferPLanThab .card-planos .bottom-card .button {
  margin-bottom: 23px;
}
.checkoutOfferPLanThab .card-planos .bottom-card .button:hover {
  color: var(--theme-text-color-Link--inverse);
}
.claro-address-form-title {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: bold;
}
.claro-address-form.is-collapsed .address-form-collapse-fields {
  display: none;
}
.address-form-container-row {
  flex-wrap: wrap;
  flex-direction: row;
}
.address-form-container-row .houseNumber {
  margin-right: 37px;
  flex-basis: calc(50% - 18.5px);
  width: calc(50% - 18.5px);
}
.address-form-container-row .complement {
  flex-basis: calc(50% - 18.5px);
  width: calc(50% - 18.5px);
}
.address-form-container-row .postalCode {
  margin-right: 13.5px;
  max-width: 320px;
}
.address-form-container-row .postalCode .form-control-help-message {
  white-space: nowrap;
}
@media (max-width: 1022px) {
  .address-form-container-row .postalCode {
    max-width: inherit;
  }
}
@media (min-width: 1024px) {
  .address-form-container-row .postalCode {
    margin-right: 22.5px;
  }
  .address-form-container-row .houseNumber {
    flex-basis: calc(50% - 11.5px);
    margin-right: 23px;
  }
  .address-form-container-row .complement {
    flex-basis: calc(50% - 11.5px);
  }
}
.address-form-container {
  flex-wrap: wrap;
  flex-direction: column;
}
.address-form-container .streetName {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .address-form-container {
    flex-direction: row;
  }
  .address-form-container .address-form-container-row {
    flex-basis: 32%;
  }
  .address-form-container .streetName {
    flex-basis: calc(44% - 23px);
    margin-right: 23px;
  }
  .address-form-container .neighbourhood {
    flex-basis: calc(30% - 29px);
    margin-right: 29px;
  }
  .address-form-container .stateCode {
    flex-basis: calc(14% - 23px);
    margin-right: 23px;
  }
  .address-form-container .stateCode .label {
    margin-bottom: 0;
  }
  .address-form-container .townCity {
    flex-basis: 32%;
  }
}
.shipping-details-title {
  margin-top: 30px;
  margin-bottom: 14px;
}
.claro-address-form-title {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
}
.shipping-details-content {
  margin-bottom: 25px;
}
.shipping-details .content {
  color: #9ea3ae;
  font-size: 16px;
}
.shipping-details-description {
  margin-top: 12px;
  margin-left: 38px;
}
.address-form-checkbox-container {
  margin-bottom: 42px;
}
.billing-address-form .claro-address-form-title {
  margin-top: 48px;
}
.tipoFatura.claro-radio-input-payment {
  margin-right: 8px;
}
.checkout-indent {
  margin-left: inherit !important;
  padding: 0 10px;
}
@media (max-width: 680px) {
  .checkout-indent {
    padding: 0 0;
  }
}
.checkout-indent .control-label {
  line-height: 25px;
}
.timeline-mondrian .mdn-Steps-list-item:before {
  top: -1rem;
  width: 2rem;
  height: 2rem;
  border: none;
}
.timeline-mondrian .mdn-Steps-list-item.active:not(.last-timeline-item) {
  background: var(--theme-backgroundColor-Steps--active);
}
.timeline-mondrian .mdn-Steps-list-item.active:not(.last-timeline-item):before {
  background: linear-gradient(to right, var(--theme-backgroundColor-Steps--checked) 50%, var(--theme-backgroundColor-Steps-bar) 50%);
}
.timeline-mondrian .mdn-Steps-list-item.active.last-timeline-item {
  background: var(--theme-backgroundColor-Steps--active);
}
.timeline-mondrian .mdn-Steps-list-item.active.last-timeline-item:before {
  background: var(--theme-backgroundColor-Steps--active);
}
.timeline-mondrian .mdn-Steps-list-item.not-active:before {
  background: var(--theme-backgroundColor-Steps-bar);
}
.timeline-mondrian .mdn-Steps-list-item.not-active .dt_compra_text {
  color: var(--theme-text-color--default) !important;
}
.timeline-mondrian .mdn-Steps-list-item:not(.not-active) .dt_compra_text {
  font-weight: var(--font-weight-bold);
}
.timeline-mondrian .mdn-Steps-list-item .dt_compra {
  top: var(--theme-spacing-inset-lg) !important;
}
.timeline-mondrian .mdn-Steps-list-item .dt_compra_prev {
  font-weight: var(--font-weight-bold);
}
.timeline-mondrian .mdn-Steps-list-item.is-order-cancelled:not(:first-child) {
  background-color: #5f646d !important;
}
.timeline-mondrian .mdn-Steps-list-item.is-order-cancelled::before {
  background: none;
  background-color: #5f646d !important;
}
.credit-card-terms .label-checkbox {
  color: #73757a;
  font-size: 12px;
  font-weight: 300;
}
.credit-card-terms a {
  color: #e3262e;
}
.credit-card-form .mdn-Input-errorFeedback {
  z-index: 9999;
  text-align: center;
  justify-content: center;
}
@media all and (min-width: 320px) and (max-width: 400px) {
  .credit-card-form .mdn-Input-errorFeedback {
    display: block;
  }
}
@media all and (min-width: 401px) and (max-width: 1023px) {
  .credit-card-form .mdn-Input-errorFeedback {
    display: block;
  }
}
.credit-card-form .mdn-Input-errorFeedback a {
  color: var(--theme-color-Input--attention);
}
.credit-card-form .mdn-Input-errorFeedbackWaiting {
  top: 27rem;
  width: 75%;
  margin: 0 auto;
  text-align: center;
  z-index: 99999;
}
@media all and (min-width: 320px) and (max-width: 400px) {
  .credit-card-form .mdn-Input-errorFeedbackWaiting {
    top: 37rem;
    width: 100%;
    padding-bottom: 65px;
  }
}
@media all and (min-width: 401px) and (max-width: 767px) {
  .credit-card-form .mdn-Input-errorFeedbackWaiting {
    top: 32rem;
    width: 90%;
    padding-bottom: 60px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .credit-card-form .mdn-Input-errorFeedbackWaiting {
    top: 35rem;
    width: 90%;
    padding-bottom: 60px;
  }
}
.credit-card-form .mdn-Input-errorFeedbackWaiting a {
  color: var(--theme-color-Input--attention);
  text-decoration: none;
}
.subtitle-payment-page {
  font-size: 1.1rem;
}
.mdn-u-color--sucess {
  color: var(--theme-textColor-Alert-button-success-light);
}
.sms-form-group .error {
  color: red;
}
@media (min-width: 1024px) {
  .headline {
    display: flex;
  }
}
.claro-clube-container {
  flex-direction: row;
}
@media (max-width: 1024px) {
  .claro-clube-container {
    flex-direction: column;
  }
  .claro-clube-container .subtitle-payment-page {
    margin-bottom: 10px;
  }
}
@media (max-width: 375px) {
  .mdn-TabSelect-content > .mdn-TabSelect-panel {
    padding: 0 0 !important;
  }
  .pay-options {
    margin-top: 16px;
  }
  .bg-invoice-type {
    width: auto;
  }
  .bg-invoice-type header label {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .claro-digitalinvoice-warning-message.spacing-notDebit {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .submit_silentOrderPostForm {
    margin-bottom: 48px;
  }
  .card-bestDay {
    padding-right: 16px;
  }
  .js-bp-error-limit .mdn-Alert-content {
    padding-right: 0;
  }
  .js-bp-error-limit .js-bp-msg {
    display: initial;
  }
  .js-bp-error-limit .js-bp-msg .js-bc-try-again,
  .js-bp-error-limit .js-bp-msg .js-open-boleto-tab {
    display: block;
  }
}
@media (max-width: 640px) {
  .js-bp-error .mdn-Alert .mdn-Alert-content {
    padding: 0;
  }
  .js-bp-error .mdn-Alert .mdn-Alert-content p {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 0px) {
  .page-PlansCategoryPage .category-page {
    margin-bottom: 28px;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  .page-PlansCategoryPage .category-page {
    width: 100%;
    min-height: 300px;
    background-color: #fdfdfd;
    display: block;
  }
  .page-PlansCategoryPage .category-page-header .category-box {
    width: 100%;
    position: relative;
  }
  .page-PlansCategoryPage .category-page-header .category-box-message {
    width: 50%;
    max-width: 480px;
    margin: 0;
  }
  .page-PlansCategoryPage .category-page-header .category-box-message .titulo-plano {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.5px;
    text-align: left;
    color: #5f646d;
    padding-top: 25px;
    margin-top: 0px;
    margin-bottom: 3px;
  }
  .page-PlansCategoryPage .category-page-header .category-box-message .mensagem-titulo {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -2px;
    text-align: left;
    color: #000000;
    padding-top: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 293px;
  }
  .page-PlansCategoryPage .category-page-header .category-box-message .mensagem-titulo-sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.5px;
    text-align: left;
    color: #6a6f79;
    margin-top: 10px;
  }
  .page-PlansCategoryPage .category-page-header .category-box-image {
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 0px) and (min-width: 1024px) and (min-width: 1025px) {
  .page-PlansCategoryPage .category-page-header .category-box-image .simple-banner img {
    max-height: 300px;
    max-width: 800px;
  }
}
@media (min-width: 0px) {
  .facet__list__checkbox + .facet__list__label .facet__list__mark:before {
    display: none;
  }
  .js-product-facet {
    border: 0;
  }
  .js-product-facet .facet {
    border: none;
  }
  .js-product-facet .facet__name {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 17px;
  }
  .js-product-facet .facet__values {
    margin: 0;
    display: block !important;
  }
  .js-product-facet .facet__list {
    list-style-type: none;
    padding: 0;
  }
  .js-product-facet .facet__list li {
    max-width: 373px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border: solid 2px #f4f4f4;
    margin-bottom: 16px;
    padding: 13px 0 19px 16px !important;
  }
  .js-product-facet .facet__list li label {
    margin: 0;
  }
  .js-product-facet .facet__list li label input[type='radio'].facet__list__checkbox:checked + .facet__list__label .facet__list__mark {
    background-color: #e3262e;
    border-color: #e3262e;
    position: relative;
  }
  .js-product-facet .facet__list li label input[type='radio'].facet__list__checkbox:checked + .facet__list__label .facet__list__mark:before {
    z-index: 999;
    color: #fff;
    position: relative;
    top: -2px;
    font-size: 18px !important;
    font-weight: bold;
    left: 2px;
    display: block;
  }
  .js-product-facet .facet__list li label input[type='radio'].facet__list__checkbox:checked + .facet__list__label .facet__list__text {
    color: #e3262e;
  }
  .js-product-facet .facet__list li label .facet__list__checkbox {
    width: 0;
    height: 0;
  }
  .js-product-facet .facet__list li label .facet__list__mark {
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border: solid 2px #eaeaea;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-right: 14px;
    display: block;
    float: left;
  }
  .js-product-facet .facet__list li label .facet__list__text {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
    display: block;
    float: left;
    margin-right: 14px;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  .js-product-facet .facet__list li label .facet__list__text {
    font-size: 14px;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  .js-product-facet .facet__list li label .facet__list__text {
    font-size: 17px;
  }
}
@media (min-width: 0px) and (min-width: 1400px) {
  .js-product-facet .facet__list li label .facet__list__text {
    font-size: 18px;
  }
}
.brand-list-container .brand-list-title {
  font-weight: bold;
  font-size: 22px !important;
  text-decoration: none !important;
  align-self: center;
}
.brand-list-container .brand-list-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-list-container .brand-list-slide-item a {
  display: flex;
  justify-content: center;
}
.brand-list-container .brand-list-slide-item img {
  max-height: 82px;
  height: auto;
  width: auto;
}
.mdn-Swiper-pagination {
  text-align: inherit !important;
}
.product-list-content {
  display: flex;
}
.pl-container-text {
  margin-top: 12px;
}
.pl-card-img-height {
  height: 264px;
}
.pl-card-img-height img {
  width: auto !important;
}
@media (max-width: 375px) {
  .page-homepage .mdn-Swiper-pagination-custom .brand-list-container {
    display: block !important;
  }
}
.page-homepage .mdn-Swiper-pagination-custom .brand-list-container .brand-list-container.brand-list-title {
  font-size: 15px !important;
  padding-bottom: 10px;
  padding-top: 5px;
}
@media (min-width: 375px) {
  .page-homepage .product_list-card-margin {
    max-width: inherit;
  }
}
@media (min-width: 1024px) {
  .page-homepage .product_list-card-margin {
    margin-left: 4px;
  }
}
@media (min-width: 1025px) {
  .page-homepage .product_list-card-margin {
    max-width: 22%;
  }
}
@media (min-width: 1920px) {
  .page-homepage .product_list-card-margin {
    max-width: 31%;
  }
}
.page-homepage .product_list-card-margin {
  height: auto;
}
.product_list-card-margin {
  max-width: inherit;
  height: 100%;
  margin: 0;
}
.product_list-card-margin:hover {
  outline: #e8222b solid 4px;
}
.product_list-card-margin .mdn-CardInstitutional-content .apps-ilimitados .title,
.product_list-card-margin .mdn-CardInstitutional-content .title-extra-play .title {
  font-weight: var(--theme-font-weight--Text);
}
.product_list-card-margin strong {
  color: black;
}
.plp-card-container > div {
  margin: 0 10px;
}
.plp-card-container > div:nth-child(3n) {
  margin-right: 0px;
}
.pl_card-title {
  margin-bottom: 8px !important;
}
.m-b {
  margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
  .product-list-content {
    display: flex;
    flex-wrap: wrap;
  }
}
.theme-product-container .mdn-Spinner {
  max-height: 300px;
}
.right-side-plp {
  width: 100%;
}
.plp-card-container {
  justify-content: space-around;
}
@media (min-width: 1024px) {
  .plp-card-container {
    justify-content: flex-start;
  }
}
.pagination-plp {
  max-width: 130px;
  width: 30%;
}
.pagination-plp li.active span {
  color: black !important;
  pointer-events: none;
  cursor: not-allowed;
}
.pagination-plp .pagination-next.disabled span,
.pagination-plp .pagination-prev.disabled span {
  opacity: 0.35;
  pointer-events: none;
  cursor: not-allowed;
}
.left-side-plp {
  min-width: 260px;
}
.select-sort {
  font-weight: var(--theme-font-weight-medium) !important;
  max-width: 160px;
}
.plp-devices-title {
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  .plp-devices-title {
    flex-direction: row;
    justify-content: space-between;
  }
}
.sort-form-devices,
.filter-mobile-plp {
  width: 45%;
  max-width: 200px;
}
.sort-form-devices select,
.filter-mobile-plp select,
.sort-form-devices input,
.filter-mobile-plp input {
  width: 100%;
  max-width: 160px;
}
@media (min-width: 1024px) {
  .sort-form-devices,
  .filter-mobile-plp {
    width: 100%;
  }
}
@media (min-width: 64rem) {
  .d-none {
    display: none !important;
  }
}
@media (min-width: 0px) {
  ul.productAddToCartPanel {
    padding: 0;
    margin: 0;
  }
  ul.productAddToCartPanel:after,
  ul.productAddToCartPanel:before {
    display: none;
  }
  .pagination-bar {
    display: none;
  }
  .page-PlansCategoryPage {
    /**
            *  Breadcrumbs
            */
  }
  .page-PlansCategoryPage .breadcrumb-section {
    padding: 0;
    background-color: #fdfdfd;
  }
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb {
    font-size: 15px;
    text-transform: none;
    background-color: transparent;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb-small {
    max-width: 1130px;
  }
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb-iframe {
    padding-top: 30px;
  }
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb li,
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb a {
    color: #6a6f79;
    font-weight: 300;
    letter-spacing: -0.68px;
  }
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb li::before {
    content: '\f054';
    color: #d4d7de;
    font-size: 8px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb li:first-child:before {
    display: none;
  }
  .page-PlansCategoryPage .product-list-right-component {
    padding-top: 0 !important;
  }
  .page-PlansCategoryPage .product__listing > ul {
    list-style-type: none;
  }
  .page-PlansCategoryPage .product__listing > ul > li {
    width: 100%;
    float: left;
  }
  .page-PlansCategoryPage .product__listing > ul > li .card-planos {
    margin: 0 auto 31px auto !important;
  }
  .page-PlansCategoryPage .product__listing > ul > li .card-planos .price .c_price {
    display: block;
  }
}
@media (min-width: 0px) and (min-width: 640px) {
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb {
    width: 100%;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb {
    width: 1024px;
  }
}
@media (min-width: 0px) and (min-width: 1400px) {
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb {
    width: 1400px;
  }
}
@media (min-width: 0px) and (min-width: 640px) {
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb > .navbar-header,
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 375px) {
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb-mobile {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 0px) and (max-width: 375px) and (min-width: 640px) {
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb-mobile {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 375px) and (min-width: 1024px) {
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb-mobile {
    width: 1024px;
  }
}
@media (min-width: 0px) and (max-width: 375px) and (min-width: 1400px) {
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb-mobile {
    width: 1400px;
  }
}
@media (min-width: 0px) and (max-width: 375px) and (min-width: 640px) {
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb-mobile > .navbar-header,
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb-mobile > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb-tablet {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) and (min-width: 640px) {
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb-tablet {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 1024px) and (min-width: 1024px) {
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb-tablet {
    width: 1024px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) and (min-width: 1400px) {
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb-tablet {
    width: 1400px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) and (min-width: 640px) {
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb-tablet > .navbar-header,
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb-tablet > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 0px) and (min-width: 1025px) {
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb-desktop {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 0px) and (min-width: 1025px) and (min-width: 640px) {
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb-desktop {
    width: 100%;
  }
}
@media (min-width: 0px) and (min-width: 1025px) and (min-width: 1024px) {
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb-desktop {
    width: 1024px;
  }
}
@media (min-width: 0px) and (min-width: 1025px) and (min-width: 1400px) {
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb-desktop {
    width: 1400px;
  }
}
@media (min-width: 0px) and (min-width: 1025px) and (min-width: 640px) {
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb-desktop > .navbar-header,
  .page-PlansCategoryPage .breadcrumb-section .breadcrumb-desktop > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  .page-PlansCategoryPage .product__listing {
    margin-left: 20px;
    margin-right: initial;
  }
}
@media (min-width: 0px) and (min-width: 640px) {
  .page-PlansCategoryPage .product__listing > ul > li {
    margin-right: 12px !important;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  .page-PlansCategoryPage .product__listing > ul > li {
    width: auto;
  }
}
@media (min-width: 0px) and (min-width: 640px) {
  .page-PlansCategoryPage .product__listing > ul > li .card-planos {
    margin-right: 12px;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  .page-PlansCategoryPage .product__listing > ul > li .card-planos {
    margin: 0 30px 31px auto !important;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  .page-PlansCategoryPage .vantagens-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    padding: 90px 0 63px 0;
  }
  .page-PlansCategoryPage .vantagens-box-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .page-PlansCategoryPage .vantagens-box-container-itens {
    max-width: 166px;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-PlansCategoryPage .vantagens-box-container-itens img {
    margin-bottom: 34px;
  }
  .page-PlansCategoryPage .vantagens-box-container-itens p {
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    color: #5f646d;
    margin: 0;
    padding-bottom: 97px;
  }
  .page-PlansCategoryPage .vantagens-box-container-itens:last-child {
    margin-right: 0;
  }
}
@media (min-width: 0px) and (min-width: 1025px) {
  .page-PlansCategoryPage .texto-legal-card {
    margin-left: 35px;
    text-align: left;
  }
}
.page-PlansCategoryPage .mdn-TabSelect-content > .mdn-TabSelect-panel {
  display: block;
  visibility: hidden;
  height: 0;
  padding: 0;
}
.page-PlansCategoryPage .mdn-TabSelect-content > .mdn-TabSelect-active,
.page-PlansCategoryPage .mdn-TabSelect-content > .mdn-TabSelect-panel.mdn-TabSelect-active {
  display: block;
  visibility: visible;
  height: auto;
}
.page-PlansCategoryPage .product__listing > .product-list-ul > li {
  width: calc(33.333% - 20px) !important;
  margin: 0 0 20px 20px !important;
  margin-right: 0px !important;
}
@media (max-width: 650px) {
  .page-PlansCategoryPage .product__listing > .product-list-ul > li {
    width: 100% !important;
    margin: 0 0 20px 0px !important;
  }
}
.page-PlansCategoryPage .product__listing > .product-list-ul > li .card-planos {
  margin: 0px !important;
  width: 100%;
  position: relative;
}
.page-PlansCategoryPage .vantagens-title {
  padding: 40px 0 20px 0;
}
.page-PlansCategoryPage .category-box-message .mensagem-titulo {
  font-size: 40px;
}
@media (min-width: 1024px) {
  .page-PlansCategoryPage .container {
    width: calc(100vw - 100px) !important;
  }
}
@media (min-width: 1400px) {
  .page-PlansCategoryPage .category-page-header .container-fluid {
    width: 1400px !important;
  }
  .page-PlansCategoryPage .container {
    width: 1400px !important;
  }
  .page-PlansCategoryPage .category-box-image {
    right: 20px !important;
  }
}
.page-PlansCategoryPage .vantagens-box,
.page-planOfferControleFacilPage .vantagens-box {
  padding: 0 !important;
}
.page-PlansCategoryPage .vantagens-title,
.page-planOfferControleFacilPage .vantagens-title {
  margin: 0 0 20px;
  text-align: center;
}
.page-PlansCategoryPage .vantagens-box-container,
.page-planOfferControleFacilPage .vantagens-box-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.page-PlansCategoryPage .vantagens-box-container .vantagens-box-container-itens,
.page-planOfferControleFacilPage .vantagens-box-container .vantagens-box-container-itens {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 126px;
}
.page-PlansCategoryPage .vantagens-box-container .vantagens-box-container-itens .box-img,
.page-planOfferControleFacilPage .vantagens-box-container .vantagens-box-container-itens .box-img {
  text-align: center;
}
.page-PlansCategoryPage .vantagens-box-container .vantagens-box-container-itens .box-img img,
.page-planOfferControleFacilPage .vantagens-box-container .vantagens-box-container-itens .box-img img {
  margin: 0 auto;
  min-height: 63px;
  text-align: center;
  width: fit-content;
}
.page-PlansCategoryPage .vantagens-box-container .vantagens-box-container-itens .content,
.page-planOfferControleFacilPage .vantagens-box-container .vantagens-box-container-itens .content {
  color: #5f646d;
  font-size: 14px;
  margin: 20px 10px;
  text-align: center;
}
@media (min-width: 1400px) {
  .page-PlansCategoryPage .vantagens-box-container .vantagens-box-container-itens,
  .page-planOfferControleFacilPage .vantagens-box-container .vantagens-box-container-itens {
    display: block;
    width: inherit;
  }
}
.triColumnsTemplatePageTopContent {
  border-bottom: 1px solid #eaeaea;
}
.mdn-Shortcut:last-child {
  margin-right: 0 !important;
}
.triColumnsTemplatePageSideLeftContent .mdn-ShortcutGroup .mdn-Shortcut-text {
  font-size: 1rem;
}
.triColumnsTemplatePageBodyContent .mdn-ShortcutGroup {
  display: flex;
  margin-top: 3rem;
  width: 100%;
}
@media (max-width: 767px) {
  .triColumnsTemplatePageBodyContent .mdn-ShortcutGroup {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.triColumnsTemplatePageBodyContent .mdn-Shortcut-text {
  font-size: 1rem;
}
@media (max-width: 468px) {
  .triColumnsTemplatePageBodyContent .mdn-Shortcut-text {
    font-size: 0.8rem;
  }
}
.card-planos .bottom-card .ServicePlansListComponent-ListAddToCartAction {
  display: none;
}
.plans-form-title {
  margin-bottom: 30px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .plans-form-title {
    font-size: 20px;
  }
}
.plans-form-sub-title {
  font-weight: 400;
  margin: 20px 0 34px;
  font-size: 16px;
  line-height: 24px;
}
.plans-form-options {
  margin: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .plans-form-options {
    flex-direction: column;
  }
}
.plans-form-options > label {
  display: inline-flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .plans-form-options > label {
    margin-right: 43px;
  }
}
@media (max-width: 1024px) {
  .plans-form-options > label:not(:last-child) {
    margin-bottom: 32px;
  }
}
.plans-form-options > label .name {
  text-transform: none;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
  font-weight: 500;
  margin-left: 14px;
}
.claro-radio .name {
  margin-left: 14px;
}
.claro-radio .claro-input-radio {
  width: 0;
  height: 0;
  display: none;
}
.claro-radio .claro-input-radio-check {
  line-height: 28px;
}
.claro-radio .claro-input-radio-check .claro-input-check {
  width: 25px;
  height: 25px;
  background: #ffffff;
  border: 2px solid #e43037;
  border-radius: 50%;
  display: block;
  float: left;
  margin-right: 2px;
}
.claro-radio .claro-input-radio-check:checked {
  background: #e3262e;
}
.claro-input-radio:checked + .claro-input-radio-check .claro-input-check {
  background-color: #e3262e;
}
.claro-input-radio:checked + .claro-input-radio-check .claro-input-check:before {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  content: '';
  display: block;
  border-radius: 50%;
  position: relative;
  top: 3px;
  left: 3px;
}
.cart-page-title {
  font-size: 28px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .cart-page-title {
    margin-top: 7px;
  }
}
@media (min-width: 1024px) {
  .cart-page-title {
    font-size: 32px;
  }
}
.page-orderConfirmationPage .product-card-header-left h3 .product-name,
.page-order .product-card-header-left h3 .product-name {
  display: block;
}
.ask-geolocation {
  margin: 180px auto;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  padding: 20px;
  text-align: center;
}
.ask-geolocation p {
  text-align: center;
  font-size: 20px;
  margin: 18px auto;
  max-width: 600px;
}
.ask-geolocation div {
  text-align: center;
}
.ask-geolocation div i {
  color: #e3262e;
  font-size: 35px;
}
.page-cartPage #colorbox p {
  padding: 0px 20px 5px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #000000;
}
.page-cartPage #cboxLoadedContent {
  width: 100% !important;
  height: auto;
  margin: 0;
  padding: 0;
}
.page-cartPage #cboxTitle {
  display: none !important;
}
.page-cartPage .product-card-open {
  width: inherit;
  height: inherit;
  transition: all 0.5s;
  transform: rotate(0deg);
}
.page-cartPage .product-card-open.is-open {
  transform: rotate(-180deg);
}
.page-cartPage .product-name {
  display: none;
}
.cart-page-form-plans {
  display: flex;
  flex-direction: row;
}
.control-label {
  line-height: 25px;
}
.popover-icon {
  margin-left: 5px;
}
.col-layout-plan {
  background: #f8f8f8;
  min-height: 800px;
}
.col-layout-plan.visible-mobile {
  display: none;
}
.col-layout-plan .mdn-Collapse-box {
  background-color: transparent !important;
  justify-content: left;
  cursor: auto !important;
}
@media (max-width: 600px) {
  .col-layout-plan .mdn-Collapse-box {
    background-color: #e62229 !important;
    justify-content: center;
  }
}
.col-layout-plan .mdn-Collapse-content {
  background-color: transparent !important;
}
@media (max-width: 600px) {
  .col-layout-plan .mdn-Collapse-content {
    background-color: var(--theme-background-color--primary-darkest);
  }
}
.col-layout-plan .mdn-Collapse-active .mdn-Collapse-content {
  height: auto;
  min-height: auto;
  padding: 0;
}
@media (max-width: 600px) {
  .col-layout-plan .mdn-Collapse-active .mdn-Collapse-content {
    padding: var(--theme-spacing-inset-md) 0;
  }
}
.col-layout-plan h3 {
  margin: 0;
  color: #e3262e;
  font-size: 32px;
  font-weight: bold;
}
.col-layout-plan h3 span {
  margin-left: 4px;
  font-weight: bold;
  margin-top: -2px;
}
.col-layout-plan h3 span.product-fullname,
.col-layout-plan h3 span.product-name {
  font-size: 32px;
  margin-left: 0;
}
.col-layout-plan h3 .description {
  font-size: 12px;
  display: block;
}
.col-layout-plan h2 {
  margin-bottom: 0;
  margin-top: 24px;
}
.col-layout-plan .divider-price {
  margin-top: 5px;
}
.col-layout-plan .c_numero-telefone {
  margin-top: 17px;
}
.col-layout-plan .title-extra-play {
  margin-bottom: 0;
}
.col-layout-plan .extra-play {
  margin-top: 0;
}
label[for='termsCheckClaroTicketPayment'] {
  position: relative;
}
label[for='termsCheckClaroTicketPayment'] #termsCheck-error {
  position: absolute;
  width: 100% !important;
  bottom: -30px;
  padding-left: 0;
}
.payInfoExpireDateRadio #expireDate-error {
  text-transform: inherit;
  font-weight: normal;
  color: #e43037;
}
.cartStepsLayout {
  margin: 16px 0 16px;
  position: relative;
}
.cartStepsLayout .mdn-Steps-list-item {
  background: #d4d7de;
  height: 2px;
  pointer-events: none;
}
.cartStepsLayout .mdn-Steps-list-item:nth-child(1) .mdn-Steps-text {
  text-align: left;
}
@media (max-width: 600px) {
  .cartStepsLayout .mdn-Steps-list-item:nth-child(1) .mdn-Steps-text {
    left: 31px;
  }
}
.cartStepsLayout .mdn-Steps-list-item:nth-child(1)::before {
  border: none;
  font-family: mdnE191ef;
  font-size: 24px;
  margin-top: -4px;
  margin-left: -4px;
  color: #e3262e;
  content: '\E0AA';
}
@media (max-width: 600px) {
  .cartStepsLayout .mdn-Steps-list-item:nth-child(1)::before {
    background: #d4d7de !important;
  }
}
.cartStepsLayout .mdn-Steps-list-item:nth-child(2) {
  width: inherit;
}
.cartStepsLayout .mdn-Steps-list-item:nth-child(2)::before {
  border: none;
  font-size: 24px;
  margin-top: -4px;
  font-family: mdnE191ef;
  content: '\E09A';
}
@media (max-width: 600px) {
  .cartStepsLayout .mdn-Steps-list-item:nth-child(2)::before {
    background: #d4d7de !important;
  }
}
.cartStepsLayout .mdn-Steps-list-item:nth-child(3)::before {
  border: none;
  font-size: 24px;
  margin-top: -4px;
  font-family: mdnE191ef;
  content: '\E072';
}
@media (max-width: 600px) {
  .cartStepsLayout .mdn-Steps-list-item:nth-child(3)::before {
    background: #d4d7de !important;
  }
}
.cartStepsLayout .mdn-Steps-list-item:nth-child(4)::before {
  border: none;
  font-size: 24px;
  margin-top: -4px;
  font-family: mdnE191ef;
  content: '\E0F3';
}
@media (max-width: 600px) {
  .cartStepsLayout .mdn-Steps-list-item:nth-child(4)::before {
    background: #d4d7de !important;
  }
}
.cartStepsLayout .mdn-Steps-list-item:last-child {
  width: 100%;
}
.cartStepsLayout .mdn-Steps-list-item.changeIcon:last-child::before {
  border: none;
  font-size: 24px;
  margin-top: -4px;
  font-family: mdnE191ef;
  content: '\E072';
}
@media (max-width: 600px) {
  .cartStepsLayout .mdn-Steps-list-item.changeIcon:last-child::before {
    background: #d4d7de !important;
  }
}
.cartStepsLayout .mdn-Steps-list-item--doing {
  color: var(--theme-backgroundColor-Steps--active);
  background-color: var(--theme-backgroundColor-Steps--active) !important;
}
.cartStepsLayout .mdn-Steps-list-item--doing::before {
  content: '';
  box-shadow: none;
  background-color: var(--theme-backgroundColor-Steps--doing) !important;
}
.cartStepsLayout .mdn-Steps-list-item--active::before {
  background-color: #fff;
  color: var(--theme-backgroundColor-Steps--doing);
  transition: all 0.2s;
}
.cartStepsLayout .mdn-Steps-list-item--active::after {
  display: none;
}
.cartStepsLayout .mdn-Steps-list-item--done::after {
  display: none;
}
.cartStepsLayout .mdn-Steps-list-item:focus-within:before {
  background-color: #ffffff;
}
.cartStepsLayout .mdn-Steps-list-item--active::before {
  background-color: #fff;
  color: initial;
  transition: all 0.2s;
}
.mdn-Steps-list-item:last-child {
  width: 100%;
}
.mdn-Steps-list-item:nth-child(2) {
  width: 100%;
}
.page-multiStepCheckoutSummaryPage .checkout-steps {
  margin-top: 0;
}
.page-multiStepCheckoutSummaryPage .checkout-steps .step-body {
  border-left: none !important;
  padding-bottom: 10px !important;
  padding-left: 0 !important;
}
.split-plans {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.split-plans li {
  display: block;
  margin-right: 24px;
  position: relative;
  text-align: left;
  margin: 5px 0 2px;
}
.split-plans li p {
  font-weight: bold;
  font-size: 14px;
}
.split-plans li span {
  margin-top: -5px;
  display: block;
  font-size: 10px;
  font-weight: bold;
}
.plans-form-options > label {
  margin-right: 20px;
}
.plans-form-options > label:last-child {
  margin-right: 0;
}
.paymentTypeLI {
  padding: 0 !important;
}
.paymentTypeLI .name {
  background: #ffffff;
  padding: 24px 20px;
  cursor: pointer;
}
.paymentTypeLI .mdn-TabSelect-anchor {
  margin-bottom: -4px;
}
.paymentTypeLI.activeLI {
  border-bottom: solid 4px #e3262e;
}
.inputRadioButton.tipoFatura:last-child .name {
  margin-right: 0;
}
.bg-invoice-type {
  background: #f0f2f7;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.product-card-header-left {
  width: 100%;
}
.product-card-header-left h3 span {
  margin-top: 0 !important;
}
.rent-plan-name {
  font-size: 16px;
  text-decoration: line-through;
  display: block;
}
@media (max-width: 1024px) {
  .rent-plan-name {
    display: none;
  }
}
.plan-name {
  display: flex;
  align-items: center;
  position: relative;
}
.rent-plan-name-mobile {
  text-decoration: line-through;
  display: none !important;
}
@media (max-width: 1024px) {
  .rent-plan-name-mobile {
    display: block !important;
    position: absolute;
    left: 0;
    font-size: 13px;
    white-space: nowrap;
    top: -16px;
  }
}
.plan-name-group-mobile {
  margin-top: 16px;
  font-weight: 500;
  display: none;
}
.plan-name-group-mobile .plan-name {
  font-size: 24px;
}
@media (min-width: 1024px) {
  .plan-name-group-mobile .plan-name {
    display: none;
  }
}
.plan-name-group-mobile .plan-name span {
  font-size: 16px;
  margin-right: 4px;
}
.plan-name-group-mobile .plan-old-name {
  font-size: 16px;
  text-decoration: line-through;
}
.js-active-only-plan.mdn-u-inlineBlock {
  position: relative;
}
.rent-plan-price-mobile {
  text-decoration: line-through;
  display: none !important;
}
@media (max-width: 1024px) {
  .rent-plan-price-mobile {
    display: block !important;
    position: absolute;
    left: 14px;
    font-size: 13px;
    white-space: nowrap;
    top: -16px;
  }
}
.rent-to-price {
  margin-left: -5px !important;
  margin-right: 4px;
  font-size: 20px !important;
}
@media (max-width: 1024px) {
  .rent-to-price {
    display: none !important;
  }
}
.mob-price {
  display: none !important;
}
.form-group {
  margin-bottom: 35px !important;
}
@media (max-width: 600px) {
  .not-has-device .c_nome-plano,
  .not-has-device .cart-label {
    justify-content: center;
  }
  .not-has-device .cart-label {
    display: flex !important;
  }
  .not-has-device .plan-title-checkout {
    background-color: #e62229;
  }
  .not-has-device .col-layout-plan {
    background: #67160d !important;
  }
  .not-has-device .col-layout-plan h3 {
    font-size: 20px !important;
    padding-top: 12px;
  }
  .not-has-device .col-layout-plan h3 span {
    font-size: 20px !important;
  }
  .not-has-device .col-layout-plan * {
    color: white !important;
  }
  .not-has-device .col-layout-plan:not(.visible-mobile) {
    display: none;
  }
  .not-has-device .col-layout-plan.visible-mobile {
    display: block;
  }
  .not-has-device .plan-title-checkout {
    padding: 12px 0px 8px 0px;
  }
  .not-has-device .row-content .in:last-child {
    margin-bottom: 3rem;
  }
  .mdn-Icon-baixo {
    display: flex;
  }
  .col-layout-plan:not(.is-device) {
    background: #67160d;
    min-height: auto;
    color: #fff;
  }
  .col-layout-plan:not(.is-device) .title,
  .col-layout-plan:not(.is-device) .mdn-Price-price,
  .col-layout-plan:not(.is-device) .mdn-u-color--default,
  .col-layout-plan:not(.is-device) h5 > a {
    color: #fff !important;
  }
  .col-layout-plan:not(.is-device) .mob-price {
    display: inline !important;
    font-size: 20px !important;
    line-height: initial;
  }
  .col-layout-plan:not(.is-device) h3 {
    font-size: 20px;
  }
  .col-layout-plan:not(.is-device) h3 span {
    margin-top: 4px;
  }
  .col-layout-plan:not(.is-device) .cart-page-title {
    display: none;
  }
  .col-layout-plan:not(.is-device) .split-plans {
    padding: 4px;
    margin: auto;
  }
  .col-layout-plan:not(.is-device) .price-layout {
    margin-top: 0px;
  }
  .col-layout-plan:not(.is-device) .component-apps-ilimitados {
    margin-bottom: 0px;
  }
  .col-layout-plan:not(.is-device) .product-card-price .mdn-Price {
    color: #fff;
  }
  .col-layout-plan:not(.is-device) .order-infos {
    background: transparent;
  }
  /* Esse Css tem muita opinião! Deve ser revisto devido ao Mondrian */
  .col-layout-inputs .cartStepsLayout {
    margin: 0 -16px 8px;
    background: #d4d7de;
    padding: 16px;
  }
  .col-layout-inputs .cartStepsLayout .mdn-Steps-list-item {
    background: #5f646d;
    height: 2px;
  }
  .col-layout-inputs .mdn-Steps-text {
    width: 80px;
    position: absolute;
    left: 107%;
    transform: translateX(-50%);
  }
  .col-layout-inputs .mdn-Steps-list-item:last-child .mdn-Steps-text {
    left: inherit;
    right: -71px;
  }
  .col-layout-inputs .plans-form-options > label:not(:last-child) {
    margin-bottom: 16px;
  }
}
.col-layout-inputs .text-warning {
  padding-top: 20px;
}
.resend a {
  margin-left: 15px;
}
.checkbox-input i::before {
  color: #e43037;
}
.terms-and-conditions-checkbox .checkbox-input {
  float: left;
}
.terms-and-conditions-checkbox .checkbox-label {
  float: left;
  margin-left: 45px;
}
@media (max-width: 680px) {
  .terms-and-conditions-checkbox .checkbox-label {
    margin-left: 15px;
  }
}
.paymentTypeLI {
  padding: 0 !important;
}
.paymentTypeLI .name {
  background: #ffffff;
  padding: 24px 20px;
  cursor: pointer;
}
.paymentTypeLI .mdn-TabSelect-anchor {
  margin-bottom: -4px;
}
.paymentTypeLI.activeLI {
  border-bottom: solid 4px #e3262e;
}
.page-orderConfirmationPage .checkout-success .checkout-success__body .c_dados-usuario strong {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
.stepsBG {
  background-color: #f0f2f7;
  padding: 16px;
  clear: both;
}
@media (max-width: 640px) {
  .col-layout-plan .cart-plan {
    display: flex;
    justify-content: center;
  }
}
.col-layout-plan .title {
  color: #fff;
  font-size: 16px !important;
  line-height: 20px !important;
}
@media (min-width: 600px) {
  .col-layout-plan .title {
    color: #000000 !important;
  }
}
.col-layout-plan h3 {
  margin: 0;
  color: #e3262e;
  font-size: 32px;
  font-weight: bold;
}
.col-layout-plan h3 span {
  display: block;
  font-size: 12px;
  margin-left: 4px;
  font-weight: bold;
  margin-top: -2px;
}
@media (max-width: 640px) {
  .col-layout-plan h3 span.cart-label {
    font-size: 12px !important;
  }
}
@media (max-width: 640px) {
  .col-layout-plan h3 .mob-price {
    display: flex !important;
    min-width: 150px;
  }
}
@media (max-width: 640px) {
  .col-layout-plan h3 .mob-name {
    margin-top: -8px !important;
  }
}
.col-layout-plan .divider-price {
  margin-top: 5px;
}
.col-layout-plan .c_numero-telefone {
  margin-top: 17px;
}
.col-layout-plan .title-extra-play {
  margin-bottom: 0;
}
.col-layout-plan .extra-play {
  margin-top: 0;
}
.cart-label {
  display: block;
  font-size: 12px;
  margin-left: 4px;
  font-weight: bold;
  margin-top: -2px;
}
.cartStepsLayout {
  margin: 16px 0 16px;
  position: relative;
}
.cartStepsLayout .mdn-Steps-list-item {
  background: #d4d7de;
  height: 2px;
}
.cartStepsLayout .mdn-Steps-list-item:nth-child(1)::before {
  border: none;
  font-family: mdnE191ef;
  font-size: 24px;
  margin-top: -4px;
  margin-left: -4px;
  color: #e3262e;
  content: '\E0AA';
}
@media (max-width: 600px) {
  .cartStepsLayout .mdn-Steps-list-item:nth-child(1)::before {
    background: #d4d7de !important;
  }
}
.cartStepsLayout .mdn-Steps-list-item:nth-child(2)::before {
  border: none;
  font-size: 24px;
  margin-top: -4px;
  font-family: mdnE191ef;
  content: '\E09A';
}
@media (max-width: 600px) {
  .cartStepsLayout .mdn-Steps-list-item:nth-child(2)::before {
    background: #d4d7de !important;
  }
}
.cartStepsLayout .mdn-Steps-list-item:nth-child(3)::before {
  border: none;
  font-size: 24px;
  margin-top: -4px;
  font-family: mdnE191ef;
  content: '\E072';
}
@media (max-width: 600px) {
  .cartStepsLayout .mdn-Steps-list-item:nth-child(3)::before {
    background: #d4d7de !important;
  }
}
.cartStepsLayout .mdn-Steps-list-item:nth-child(4)::before {
  border: none;
  font-size: 24px;
  margin-top: -4px;
  font-family: mdnE191ef;
  content: '\E0F3';
}
@media (max-width: 600px) {
  .cartStepsLayout .mdn-Steps-list-item:nth-child(4)::before {
    background: #d4d7de !important;
  }
}
.cartStepsLayout .mdn-Steps-list-item--doing {
  color: var(--theme-backgroundColor-Steps--active);
  background-color: var(--theme-backgroundColor-Steps--active) !important;
}
.cartStepsLayout .mdn-Steps-list-item--doing::before {
  content: '';
  box-shadow: none;
  background-color: var(--theme-backgroundColor-Steps--doing) !important;
}
.cartStepsLayout .mdn-Steps-list-item--active::before {
  background-color: #fff;
  color: var(--theme-backgroundColor-Steps--doing);
  transition: all 0.2s;
}
.cartStepsLayout .mdn-Steps-list-item--active::after {
  display: none;
}
.cartStepsLayout .mdn-Steps-list-item--done::after {
  display: none;
}
.cartStepsLayout .mdn-Steps-list-item:focus-within:before {
  background-color: #ffffff;
}
.cartStepsLayout .mdn-Steps-list-item--active::before {
  background-color: #fff;
  color: initial;
  transition: all 0.2s;
}
.mdn-Steps-list-item:last-child {
  width: 100%;
}
.mdn-Steps-list-item:nth-child(2) {
  width: 100%;
}
.mdn-Steps-list-item--disabled {
  cursor: pointer;
}
.page-multiStepCheckoutSummaryPage .checkout-steps {
  margin-top: 0;
}
.page-multiStepCheckoutSummaryPage .checkout-steps .step-body {
  border-left: none !important;
  padding-bottom: 10px !important;
  padding-left: 0 !important;
}
.order-detail-entry-image {
  width: 100%;
  max-width: 60px;
}
.big-price {
  font-size: var(--theme-font-size-md);
}
.big-price-descount {
  font-size: var(--theme-font-size-sm);
}
@media (max-width: 640px) {
  .checkout-steps .mdn-Steps-list {
    width: calc(100% - 1rem);
  }
  .checkout-steps .mdn-Steps {
    height: 0;
    margin-bottom: 5rem;
  }
  .checkout-steps .mdn-Steps-list-item::before {
    background-color: transparent !important;
  }
  .checkout-steps .mdn-Steps-list-item .mdn-Heading {
    display: none;
  }
}
.input-tooltip-cart {
  margin-right: 30px;
}
.plan-title-checkout {
  padding: 1rem;
}
.cart-creditCard-title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 16px;
  display: block;
  text-align: center;
}
@media (min-width: 1024px) {
  .cart-creditCard-title {
    font-size: 32px;
  }
}
body.pageLabel--regulamentos .main__inner-wrapper {
  padding-bottom: 32px;
}
body.pageLabel--regulamentos .footer__top {
  padding-top: 0px;
  padding-bottom: 0px;
}
body.pageLabel--regulamentos .footer__left {
  padding-left: 20px;
  padding-right: 20px;
}
body.pageLabel--regulamentos h1 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #000000;
}
@media (min-width: 1024px) {
  body.pageLabel--regulamentos h1 {
    margin-bottom: 45px;
    text-transform: capitalize;
  }
}
body.pageLabel--regulamentos .txt-legal .title {
  text-align: left;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 16px;
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 1024px) {
  body.pageLabel--regulamentos .txt-legal .title:first-of-type {
    width: 152px;
  }
  body.pageLabel--regulamentos .txt-legal .title:last-of-type {
    width: 158px;
  }
}
body.pageLabel--regulamentos .txt-legal ul.footer__nav--links {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}
body.pageLabel--regulamentos .txt-legal ul.footer__nav--links li {
  width: 100%;
  display: inline-block;
  margin-bottom: 16px;
}
body.pageLabel--regulamentos .txt-legal ul.footer__nav--links li:last-of-type {
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  body.pageLabel--regulamentos .txt-legal ul.footer__nav--links li {
    width: auto;
    float: left;
    display: block;
  }
}
body.pageLabel--regulamentos .txt-legal ul.footer__nav--links li a {
  font-family: AMX;
  font-weight: 500;
  font-style: normal;
  color: #5f646d;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  display: block;
}
body.pageLabel--regulamentos .txt-legal ul.footer__nav--links li a:before {
  display: block;
  float: left;
  position: relative;
  top: -3px;
  color: #5f646d;
  margin-right: 16px;
}
body.pageLabel--regulamentos .txt-legal ul.footer__nav--links li a:hover {
  text-decoration: underline;
}
body.pageLabel--regulamentos .txt-legal ul.footer__nav--links li a.coberturadownloadtab {
  margin-right: 60.1px;
}
body.pageLabel--regulamentos .txt-legal ul.footer__nav--links li a.coberturadownloadtab:before {
  margin-right: 20px;
  width: 12.8px;
  height: 18.5px;
}
@media (min-width: 1024px) {
  body.pageLabel--regulamentos .txt-legal ul.footer__nav--links li a.coberturadownloadtab:before {
    margin-right: 10.2px;
  }
}
body.pageLabel--regulamentos .txt-legal ul.footer__nav--links li a.regulamentodownloadtab {
  margin-right: 59px;
}
body.pageLabel--regulamentos .txt-legal ul.footer__nav--links li a.regulamentodownloadtab:before {
  width: 17.5px;
  height: 20px;
}
@media (min-width: 1024px) {
  body.pageLabel--regulamentos .txt-legal ul.footer__nav--links li a.regulamentodownloadtab:before {
    margin-right: 15.6px;
  }
}
body.pageLabel--regulamentos .txt-legal ul.footer__nav--links li a.regulamentopromocaodownloadtab:before {
  width: 17.5px;
  height: 20px;
}
@media (min-width: 1024px) {
  body.pageLabel--regulamentos .txt-legal ul.footer__nav--links li a.regulamentopromocaodownloadtab:before {
    margin-right: 12.5px;
  }
}
body.pageLabel--regulamentos .txt-legal .informativo-plano {
  border-top: solid 1px #707070;
  padding-top: 8px;
}
body.pageLabel--regulamentos .txt-legal .informativo-plano .content {
  font-family: AMX;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  margin-right: -20px;
  margin-left: -20px;
  text-align: left;
}
body.pageLabel--regulamentos .txt-legal .informativo-plano .content:first-of-type {
  margin-bottom: 32px;
}
@media (min-width: 0px) {
  .page-search-header {
    margin-bottom: 24px;
  }
  .page-search-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 24px 0 20px 0;
  }
  .page-search-description {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.5px;
    margin: 0 0 20px 0;
  }
  .page-search-total-results {
    font-size: 16px;
    margin: 0 0 24px 0;
  }
  .page-search .product__list--wrapper .product__listing {
    margin-left: 0;
    margin-right: 0;
  }
  .page-search .facet__list li {
    max-width: none;
  }
  .page-search .facet__list li:last-child {
    margin-bottom: 0;
  }
  .page-search .facet__list .facet__list__label .facet__list__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.5px;
  }
  .page-search .product__listing > li {
    width: 100%;
    float: left;
  }
  .page-search .product__listing > li .card-planos {
    margin: 31px auto 31px auto;
  }
  .page-search .product__listing > li .card-planos .price .c_price {
    display: block;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  .page-search-title {
    font-size: 28px;
    line-height: 42px;
    margin: 36px 0 32px 0;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  .page-search-total-results {
    color: #5f646d;
    margin-bottom: 61px;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  .page-search-results {
    margin-bottom: 60px;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  .page-search .product__list--wrapper .product__listing .card-planos {
    margin-top: 0 !important;
    margin-bottom: 26px;
  }
}
@media (min-width: 0px) and (min-width: 640px) {
  .page-search .product__listing {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  .page-search .product__listing {
    margin-left: initial;
    margin-right: initial;
  }
}
@media (min-width: 0px) and (min-width: 640px) {
  .page-search .product__listing > li {
    width: auto;
  }
}
@media (min-width: 0px) and (min-width: 640px) {
  .page-search .product__listing > li .card-planos {
    margin-right: 12px;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  .page-search .product__listing > li .card-planos {
    margin: 31px 30px 0 auto;
  }
}
@media (min-width: 0px) {
  /* pages step3 and step4 */
  .page-errorStep3 .errorNotFoundPageTop,
  .page-errorStep4 .errorNotFoundPageTop,
  .page-ErrorPageControleFacil .errorNotFoundPageTop,
  .page-ErrorPageDeviceOutOfStock .errorNotFoundPageTop,
  .page-ErrorPageMesmoPlano .errorNotFoundPageTop,
  .page-ErrorPageMulta .errorNotFoundPageTop {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 50px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    text-align: left;
  }
  .page-errorStep3 .errorNotFoundPageMiddle,
  .page-errorStep4 .errorNotFoundPageMiddle,
  .page-ErrorPageControleFacil .errorNotFoundPageMiddle,
  .page-ErrorPageDeviceOutOfStock .errorNotFoundPageMiddle,
  .page-ErrorPageMesmoPlano .errorNotFoundPageMiddle,
  .page-ErrorPageMulta .errorNotFoundPageMiddle {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 60px !important;
    margin-bottom: 30px;
  }
  /* pages step3 and step4 */
  /* pages 404 and 503 */
  .not-found,
  .server-error {
    text-align: left;
  }
  .not-found .error-title,
  .server-error .error-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 48px;
  }
  .not-found .error-desc,
  .server-error .error-desc {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .not-found .link-home,
  .server-error .link-home {
    color: #e3262e;
    margin-bottom: 175px;
    display: inline-block;
  }
  .not-found .link-home::after,
  .server-error .link-home::after {
    content: '>';
    margin-left: 5px;
  }
  /* pages 404 and 503 */
  .page-genericErrorPage .breadcrumb-section {
    display: none;
  }
  /* page oferta de plano step4 */
  #controle-antecipado .user-menu .nav-location,
  .page-ofertadeplanoPage .user-menu .nav-location {
    display: none;
  }
  #controle-antecipado .breadcrumb-section,
  .page-ofertadeplanoPage .breadcrumb-section {
    display: none;
  }
  #controle-antecipado .plan-offer-step4-top-component,
  .page-ofertadeplanoPage .plan-offer-step4-top-component {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 24px;
    margin-top: 16px;
  }
  #controle-antecipado .card-planos,
  .page-ofertadeplanoPage .card-planos {
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px !important;
    max-width: 230px;
  }
  #controle-antecipado .card-planos .top-card,
  .page-ofertadeplanoPage .card-planos .top-card {
    padding: 0 25px !important;
  }
  #controle-antecipado .card-planos .titulo-produto,
  .page-ofertadeplanoPage .card-planos .titulo-produto {
    font-size: 28px;
    text-align: center;
  }
  /* page oferta de plano step4 */
}
@media (min-width: 0px) and (min-width: 376px) {
  .page-errorStep3 .errorNotFoundPageTop,
  .page-errorStep4 .errorNotFoundPageTop,
  .page-ErrorPageControleFacil .errorNotFoundPageTop,
  .page-ErrorPageDeviceOutOfStock .errorNotFoundPageTop,
  .page-ErrorPageMesmoPlano .errorNotFoundPageTop,
  .page-ErrorPageMulta .errorNotFoundPageTop {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (min-width: 0px) and (min-width: 376px) {
  .not-found .error-title,
  .server-error .error-title {
    font-size: 76px;
    margin-top: 81px;
  }
}
@media (min-width: 0px) and (min-width: 376px) {
  .not-found .error-desc,
  .server-error .error-desc {
    font-size: 20px;
  }
}
@media (min-width: 0px) and (min-width: 376px) {
  .not-found .link-home,
  .server-error .link-home {
    font-size: 20px;
    margin-bottom: 362px;
  }
}
@media (min-width: 0px) and (max-width: 376px) {
  .page-genericErrorPage .nav-locationCont {
    display: none;
  }
}
@media (min-width: 0px) and (min-width: 376px) {
  #controle-antecipado .plan-offer-step4-top-component,
  .page-ofertadeplanoPage .plan-offer-step4-top-component {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 32px;
  }
}
.page-notFound .nav-locationCont,
.page-ofertadeplanoPage .nav-locationCont {
  display: none;
}
.page-ErrorPageMulta .breadcrumb-section {
  display: none;
}
.page-ErrorPageControleFacil .breadcrumb-section {
  display: none;
}
.page-ErrorPageMesmoPlano .breadcrumb-section {
  display: none;
}
.page-ErrorPageDeviceOutOfStock .errorNotFoundPageTop {
  display: flex;
}
.page-ErrorPageDeviceOutOfStock .breadcrumb-section {
  display: none;
}
.page-ErrorPageDeviceOutOfStock .content {
  display: flex;
  flex-direction: column;
}
.page-ErrorPageDeviceOutOfStock .button-out-of-stock-page {
  margin-top: 18px;
}
.page-ErrorPageDeviceOutOfStock .simple-banner {
  max-width: 70px;
  min-width: 40px;
  margin-right: 18px;
}
.claro-ticket-support-page-title {
  margin-top: 24px;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 40px;
}
.claro-ticket-support-page-description {
  font-size: 16px;
  color: #5f646d;
  line-height: 24px;
  margin-bottom: 60px;
}
.claro-ticket-support-page .message-cancel-7-days {
  font-size: 16px;
  line-height: 24px;
  color: #5f646d;
  margin-bottom: 16px;
}
.claro-ticket-support-page .accountButtons {
  display: flex;
  justify-content: flex-end;
}
.claro-ticket-support-page .global-messages {
  margin-bottom: 60px;
}
.claro-ticket-support-page .global-messages p {
  font-size: 16px;
  line-height: 24px;
  color: #5f646d;
}
.claro-ticket-support-page #customer-ticketing-buttons {
  margin-bottom: 35px;
}
.claro-ticket-support-page #createTicket-message {
  border: #5f646d 2px solid;
  padding: 1rem;
  min-height: 90px;
}
.claro-ticket-support-page #createTicket-message.error {
  border-color: #e3262e;
}
.claro-ticket-support-page #addTicket {
  padding-left: 67px;
  padding-right: 67px;
}
@media (max-width: 640px) {
  .claro-ticket-support-page #addTicket {
    margin: 0 auto;
  }
}
.claro-ticket-support-page select.form-control {
  text-transform: none;
}
.claro-ticket-support-page .title {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media (min-width: 376px) {
  .claro-ticket-support-page .title {
    font-size: 28px;
    margin-top: 32px;
  }
}
.claro-ticket-support-page .title + .desc {
  margin-bottom: 48px;
}
.claro-ticket-support-page .desc {
  color: #5f646d;
  font-size: 16px;
}
.claro-ticket-support-page .desc.last {
  margin-top: 96px;
}
.claro-ticket-support-page .service {
  text-align: center;
}
.claro-ticket-support-page .service .title {
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 12px;
}
.claro-ticket-support-page .service .desc {
  margin-bottom: 12px;
  font-size: 16px;
}
.claro-ticket-support-page .service .link {
  color: #e3262e;
  font-size: 16px;
}
.claro-ticket-support-page .service.email {
  margin-bottom: 48px;
}
.claro-ticket-support-page .service.email .far {
  color: #e3262e;
  font-size: 32px;
}
.claro-ticket-support-page .service.email .link::after {
  content: '>';
  margin-left: 5px;
}
.page-duvidas-sobre-seu-pedido .breadcrumb-section {
  display: none;
}
.claro-customer-ticketing-addon-success-message #cboxLoadedContent {
  margin-top: 0;
  padding: 87px 54px 42px 37px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}
.offers-template {
  margin-bottom: 90px;
}
@media (min-width: 0px) {
  .offers-template {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .offers-template .vantagens-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    padding: 90px 0 63px 0;
  }
  .offers-template .vantagens-box-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .offers-template .vantagens-box-container-itens {
    max-width: 166px;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .offers-template .vantagens-box-container-itens img {
    margin-bottom: 34px;
  }
  .offers-template .vantagens-box-container-itens p {
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    color: #5f646d;
    margin: 0;
    padding-bottom: 97px;
  }
  .offers-template .vantagens-box-container-itens:last-child {
    margin-right: 0;
  }
}
.offers-template .container {
  max-width: 900px;
}
.offers-template .card-planos {
  margin-top: 0 !important;
}
.offers-template .bottom-card {
  height: auto;
  padding-bottom: 30px;
}
.offers-template .main-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 30px;
}
.offers-template-product-list .container {
  display: flex;
  flex-wrap: wrap;
}
.offers-template-product-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.offers-template-product-item:nth-child(1n) {
  justify-content: flex-start;
}
.offers-template-product-item:nth-child(3n) {
  justify-content: flex-end;
}
@media (max-width: 820px) {
  .offers-template-product-item,
  .offers-template-product-item:nth-child(2n),
  .offers-template-product-item:nth-child(3n) {
    flex-basis: 50%;
    justify-content: center !important;
  }
}
@media (max-width: 630px) {
  .offers-template-product-item,
  .offers-template-product-item:nth-child(2n),
  .offers-template-product-item:nth-child(3n) {
    flex-basis: 100%;
  }
}
.offers-template-top-content {
  padding: 40px 0;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 0px) {
  .offers-template-top-content .mdn-Container {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .offers-template-top-content .mdn-Container {
    max-width: inherit !important;
    width: max-content;
  }
}
.offers-template-top-content .mdn-Container .content {
  text-align: left;
  border-radius: 5px;
  background-color: #fff1d8;
  padding: 20px 20px;
}
.offers-template-top-content .mdn-Container .content span {
  color: #b84d01;
  font-weight: bold;
}
.swiper-slide .swiper-slide-img {
  width: 100%;
  height: auto;
}
.span-portability-details {
  vertical-align: middle;
  position: unset !important;
  transform: none !important;
}
.help-message-order-info {
  font-size: 16px;
  text-align: left;
}
.help-message-order-info a {
  text-decoration: underline;
}
.account-pages-section-header {
  color: #000000;
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 32px;
}
.orders-page-container {
  flex-direction: column;
}
.orders-page-container .orders-page-side-content {
  width: 100%;
  margin: 0 auto 36px;
}
.orders-page-container .orders-page-side-content .content {
  margin: 10px 0;
}
.orders-page-container .orders-page-main-content {
  width: 100%;
  margin-bottom: 30px;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .orders-page-container {
    flex-direction: row;
  }
  .orders-page-container .orders-page-side-content {
    width: 30%;
    margin-right: 50px;
    max-width: 300px;
    font-size: 20px;
  }
}
.order-table {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.order-table .row-head {
  background-color: #f8f8f8;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.order-table .row-head .title-head {
  width: 26%;
  flex-basis: 26%;
}
.order-table .row-body .item-body {
  display: flex;
  width: 26%;
  flex-basis: 26%;
}
.order-table .row-body .item-body .icon {
  margin-left: 10px;
}
.order-table .row-head,
.order-table .row-body {
  height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 0 30px;
  border-bottom: 1px solid #d4d7de;
}
.order-table .order-table-code,
.order-table .order-table-status {
  text-decoration: underline;
}
@media (min-width: 320px) and (max-width: 1022px) {
  .order-table {
    width: 100%;
  }
  .order-table .row-body {
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d4d7de;
    border-top: 1px solid #d4d7de;
    padding: 20px 0 20px 0;
  }
  .order-table .row-body .item-body {
    width: 40%;
    flex-basis: 40%;
  }
  .order-table .row-body .item-body .visible-xs {
    margin-right: 4px;
  }
  .order-table .item-body-order {
    order: 3;
  }
}
.container-portability-order-detail {
  margin: 0 auto 40px;
  width: 70%;
  max-width: 1400px;
}
@media (max-width: 1024px) {
  .container-portability-order-detail {
    width: 100%;
  }
}
.container-portability-order-confirmation {
  margin: 0 auto 40px;
  max-width: 1400px;
}
.order-description {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 5px;
}
.order-description-paragraph {
  margin-bottom: 8px;
}
.container-headline {
  width: 90%;
  max-width: 1400px;
  margin: 49px auto 0;
  font-size: 20px;
}
.container-help-order {
  width: 90%;
  max-width: 1400px;
  margin: 32px 20px 46px 32px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .container-help-order {
    text-align: center;
  }
}
.container-help-order .-orderTrack {
  margin-top: 20px;
  background-color: var(--color-brand-primary-medium);
}
.container-help-order .-orderTrack a {
  color: var(--color-brand-primary-lightest);
  display: block;
}
.title-label {
  font-size: 28px;
  font-weight: 500;
}
.text-welcome {
  margin-top: 24px;
}
.icon-orders,
.icon-orders:before {
  margin-left: 2px;
  font-size: 14px;
  vertical-align: middle;
}
.account-pages-container {
  margin-top: 48px;
}
.container-timeline-order-confirmation {
  width: 80%;
  margin: 16px auto 0;
}
.container-timeline-order-confirmation .mdn-Steps {
  width: 90%;
}
.text-welcome-order-complement {
  margin-bottom: 14px;
}
.page-emptyOrdersPage .breadcrumb-section {
  display: none;
}
.empty-order-history .mdn-Button {
  margin-top: 20px;
}
.empty-order-history h2 {
  margin-bottom: 36px;
}
.empty-order-history h6 {
  font-size: 20px;
  font-weight: 500;
}
.empty-order-history p,
.empty-order-history h6 {
  line-height: 24px;
}
.confirmation-page .cart-plan-spc h4 {
  margin: 0;
}
.payInfoInvoiceTypeRadio header h4,
.payInfoExpireDateRadio header h4 {
  font-weight: var(--theme-font-weight-bold);
}
.payInfoInvoiceTypeRadio .mdn-TabSelect-item label,
.payInfoExpireDateRadio .mdn-TabSelect-item label {
  font-size: var(--theme-font-size-xxs);
  font-weight: var(--theme-font-weight--Heading);
}
.payment-dates .input-label {
  display: flex;
  background-color: var(--theme-background-color--lightest);
  border-radius: 4px;
  border: var(--theme-background-color--primary) 2px solid;
}
.payment-dates .input-label.best-date {
  border-color: var(--theme-background-color--darkest);
}
.payment-dates input:checked + .input-label {
  background-color: var(--theme-background-color--primary);
  color: var(--theme-background-color--lightest);
  border-color: var(--theme-background-color--primary);
}
.product-page-content.mondrianStyle {
  background-color: var(--theme-background-color--light);
}
.product-page-content.mondrianStyle .product-page-content-container .product-page-content-container-wrapper {
  background-color: #eaeaea;
  padding-top: 23px !important;
}
.mdn-Heading {
  color: var(--theme-text-color-Label--light);
}
.invert {
  background-color: var(--theme-background-color--primary);
}
.mondrianBody .banner__component--responsive {
  min-height: 21.72vw;
  position: relative;
}
@media (max-width: 640px) {
  .mondrianBody .banner__component--responsive {
    min-height: 123.72vw;
  }
}
.mondrianBody .banner__component--responsive img {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mondrianBody .banner__component--responsive .mdn-Spinner {
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.page-productDetailsForPlans .texto-legal-card {
  text-align: initial;
}
.page-productDetailsForPlans .texto-legal-card .content {
  padding: 0 0 15px;
}
.payInfoInvoiceTypeRadio .mdn-Input {
  margin-bottom: var(--spacing-inline-xxs);
}
.terms-and-conditions-checkbox .mdn-Checkbox-text {
  font-weight: normal;
  margin-top: 0;
  text-transform: inherit;
}
.terms-and-conditions-checkbox .mdn-Checkbox-text a {
  color: var(--theme-background-color--primary);
}
@media (max-width: 600px) {
  .btn-continue-checkout-mobile {
    width: 100% !important;
    margin: 0;
  }
}
.mdn-Checkbox-input[type='checkbox'] {
  width: inherit;
}
.page-multiStepCheckoutSummaryPage #token\.errors {
  color: var(--theme-background-color--primary);
  position: absolute;
  top: 50px;
}
.mdn-Input-field[readonly] {
  background-color: var(--theme-background-color--default);
  border-color: var(--theme-color-neutral-medium);
  box-shadow: none !important;
  color: var(--theme-color-neutral-darkest);
  cursor: not-allowed;
  opacity: var(--theme-opacity-medium);
  pointer-events: none;
  text-decoration: none !important;
  touch-action: none;
}
.mdn-Checkbox-input[type='checkbox']:checked ~ .mdn-Checkbox-label:before {
  background: var(--theme-backgroundColor-Checkbox-default--checked);
}
.mdn-Checkbox-input[type='checkbox']:checked ~ .mdn-Checkbox-label:after {
  border: var(--theme-border-width-medium) solid var(--theme-borderColor-Checkbox-default-check--checked);
  border-top-style: none;
  border-right-style: none;
  height: 0.3125rem;
  transform: translate(0.5em, 0.6em) rotate(-45deg);
  width: 0.5rem;
}
label.error {
  color: var(--theme-background-color--primary);
  font-size: 12px;
  font-weight: 300;
  text-transform: initial;
}
@media (max-width: 1023px) {
  .bg-invoice-type {
    padding: 15px;
  }
  .js-expire-date-errors {
    margin-bottom: 0 !important;
  }
  .payInfoExpireDateRadio {
    margin-bottom: 0 !important;
  }
  .payInfoExpireDateRadio .main {
    width: 100% !important;
  }
  .payInfoExpireDateRadio .main span label {
    margin-right: 16px !important;
  }
}
@media (max-width: 1023px) {
  .ecomCard {
    margin: 0;
  }
  .ecomCard .mdn-Col-xs {
    padding-left: 0;
    padding-right: 0;
  }
  .ecomCard .ecomCard-details {
    padding-bottom: 0;
  }
  .ecomCard .ecomCard-apps {
    padding-top: 0;
  }
  .ecomCard .ecomCard-apps-extraplay {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ecomCard .ecomCard-apps-extraplay .mdn-BrandGroup {
    max-width: 100%;
  }
  .ecomCard .ecomCard-content-price {
    background-color: var(--theme-background-color--medium);
  }
  .ecomCard .mdn-Button {
    width: 100%;
  }
  .ecomCard .ecomCard-Product {
    border-radius: var(--theme-border-radius-sm) !important;
  }
  .ecomCard .ecomCard-Product div:nth-child(3) {
    order: 2;
  }
  .ecomCard .ecomCard-Product div:nth-child(2) {
    order: 3;
  }
  .ecomCard .ecomCard-Product div:nth-child(4) {
    order: 4;
  }
}
@media (max-width: 640px) {
  .ecomCard {
    margin: 0 -1rem;
  }
  .ecomCard .ecomCard-Product {
    border-radius: 0 !important;
  }
}
.ecomCard .mdn-CardInstitutional-content .mdn-Button {
  margin-bottom: 0;
}
.mdn-BrandGroup div img {
  width: var(--theme-font-size-lg);
  height: var(--theme-font-size-lg);
  margin-right: var(--theme-spacing-inline-xxs);
  position: relative;
}
.ecom-just-align {
  display: flex;
  flex-direction: column;
}
.ecomCard-portability {
  display: flex;
  justify-content: space-around;
  margin-top: 5px;
}
.ecomCard-portability .portabilidade {
  text-align: center;
  color: #ffffff;
  position: relative;
  flex: 1;
}
.ecomCard-portability .portabilidade:last-child::after {
  display: none;
}
.ecomCard-portability .portabilidade .gbPlan-text {
  display: block;
  font-size: 28px;
  height: 28px;
}
.ecomCard-portability .portabilidade .descriptionPlan-text {
  font-size: 11px;
  text-transform: uppercase;
}
.ecomCard-Product {
  border-radius: var(--theme-border-radius-sm);
}
.ecomCard-Product.ecomCard-details {
  flex: 4 !important;
}
.ecomCard-Product .ecomCard-divisor {
  position: relative;
}
.ecomCard-Product .ecomCard-divisor::after {
  content: '';
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  right: 0;
  border-right: #979797 solid 1px;
}
@media (max-width: 1023px) {
  .ecomCard-Product .ecomCard-divisor::after {
    content: none;
  }
}
.ecomCard-Product.mdn-CardInstitutional {
  width: 100%;
  padding: 0;
  flex-direction: row;
}
@media (max-width: 1023px) {
  .ecomCard-Product.mdn-CardInstitutional {
    border-radius: 0;
    flex-direction: column;
  }
}
.ecomCard-Product.mdn-CardInstitutional .ecomCard-content-price {
  flex: 3 !important;
}
.ecomCard-Product.mdn-CardInstitutional .mdn-CardInstitutional-content {
  flex: 1;
  justify-content: center;
}
.ecomCard-Product.mdn-CardInstitutional .mdn-CardInstitutional-content.ecomCard-details {
  flex: 2 !important;
}
.ecomCard-Product.mdn-CardInstitutional .mdn-CardInstitutional-content .toggle-fidelidade .mdn-Toggle {
  margin-left: 0;
}
.ecomCard-Product.mdn-CardInstitutional .mdn-CardInstitutional-content .toggle-fidelidade p {
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-bold);
  font-size: 11px;
  letter-spacing: normal;
  margin-left: 5px;
}
.ecomCard-Product.mdn-CardInstitutional .mdn-CardInstitutional-content .ecomCard-price {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-top: 10px;
}
.ecomCard-Product.mdn-CardInstitutional .mdn-CardInstitutional-content .ecomCard-price .mdn-Radio .mdn-Radio-label {
  display: none;
}
.ecomCard-Product.mdn-CardInstitutional .mdn-CardInstitutional-content .ecomCard-price .mdn-Radio .mdn-Radio-text {
  width: 100%;
}
.ecomCard-Product.mdn-CardInstitutional .mdn-CardInstitutional-content .ecomCard-price .mdn-Radio .mdn-Radio-text .mdn-Price {
  display: flex;
  justify-content: space-between;
  align-items: self-end;
  flex-direction: column-reverse;
}
.ecomCard-Product.mdn-CardInstitutional .mdn-CardInstitutional-content .ecomCard-price .mdn-Radio .mdn-Radio-text .mdn-Price .mdn-Price-price {
  flex: 1;
}
.ecomCard-Product.mdn-CardInstitutional .mdn-CardInstitutional-content .ecomCard-price .mdn-Radio .mdn-Radio-text .mdn-Price .mdn-Price-suffix {
  flex: 1;
  text-align: right;
  letter-spacing: normal;
  line-height: 15px;
  text-transform: none;
}
.ecomCard-Product.mdn-CardInstitutional .mdn-CardInstitutional-content .ecomCard-price .mdn-Radio .mdn-Radio-text .mdn-Price-suffix,
.ecomCard-Product.mdn-CardInstitutional .mdn-CardInstitutional-content .ecomCard-price .mdn-Radio .mdn-Radio-text .mdn-Price-price-period {
  text-transform: lowercase;
}
.ecomCard-Product.mdn-CardInstitutional .mdn-CardInstitutional-content .mdn-Price {
  width: auto;
}
.ecomCard-Product.mdn-CardInstitutional .ecomCard-apps {
  background-color: var(--theme-background-color--primary);
  flex-direction: column;
}
@media (min-width: 1024px) {
  .ecomCard-Product.mdn-CardInstitutional .ecomCard-apps {
    align-items: flex-start;
    background-color: var(--theme-background-color--default);
    color: var(--theme-text-color--default);
  }
}
.ecomCard-Product.mdn-CardInstitutional .ecomCard-apps .mdn-Text {
  color: var(--theme-text-color--secondary);
}
@media (min-width: 1024px) {
  .ecomCard-Product.mdn-CardInstitutional .ecomCard-apps .mdn-Text {
    color: var(--theme-text-color--default);
  }
}
.ecomCard-Product.mdn-CardInstitutional .ecomCard-apps .ecomCard-apps-extraplay {
  margin-bottom: var(--spacing-stack-xs);
}
.ecomCard-Product.mdn-CardInstitutional .ecomCard-apps .ecomCard-apps-extraplay:last-child {
  margin-bottom: 0;
}
.ecomCard-Product.mdn-CardInstitutional .ecomCard-apps .ecomCard-apps-extraplay .mdn-BrandGroup {
  justify-content: left;
}
.ecomCard-Product.mdn-CardInstitutional .ecomCard-apps p {
  margin-bottom: var(--spacing-stack-xxxs);
}
.ecomCard-Product.mdn-CardInstitutional .ecomCard-details {
  color: var(--theme-text-color--secondary);
  text-align: center;
}
.ecomCard-Product.mdn-CardInstitutional .ecomCard-details > span {
  font-size: var(--font-line-height-xxxs);
}
.ecomCard-Product.mdn-CardInstitutional .ecomCard-details .mdn-Heading,
.ecomCard-Product.mdn-CardInstitutional .ecomCard-details .mdn-Subtitle {
  color: #f7b500;
  margin: 0;
  line-height: 1;
}
.ecomCard-Product.mdn-CardInstitutional .ecomCard-details .mdn-Subtitle {
  font-size: 12px;
}
.ecomCard-Product.mdn-CardInstitutional .ecomCard-details .mdn-Text {
  color: var(--theme-text-color--secondary);
  text-transform: uppercase;
  font-size: 14px;
}
.ecomCard-Product.mdn-CardInstitutional .ecomCard-details .mdn-Text span {
  font-size: 16px;
}
@media (max-width: 1023px) {
  .ecomCard-Product.mdn-CardInstitutional .ecomCard-Price {
    background-color: #d4d7de;
  }
}
.ecomCard-Product.mdn-CardInstitutional .ecomCard-action {
  background-color: #fff;
}
.ecomCard-Product.mdn-CardInstitutional .ecomCard-action .ecomCard-action-description {
  display: none;
}
@media (max-width: 1023px) {
  .ecomCard-Product.mdn-CardInstitutional .ecomCard-action {
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    padding: var(--spacing-stack-xs);
    box-shadow: var(--theme-shadow-offset-x-none) var(--theme-shadow-offset-y-level-1) var(--theme-shadow-blur-radius-level-1) var(--theme-shadow-spread-radius-default) rgba(0, 0, 0, 0.16);
    align-items: inherit;
    background-color: var(--theme-background-color--default);
    flex-direction: column;
    justify-content: flex-start;
  }
  .ecomCard-Product.mdn-CardInstitutional .ecomCard-action .ecomCard-action-description {
    display: block;
    margin-bottom: 10px;
  }
  .ecomCard-Product.mdn-CardInstitutional .ecomCard-action .ecomCard-action-description > h3 {
    color: var(--theme-text-color--dark);
    font-size: 16px;
    font-weight: var(--theme-font-weight-bold);
    margin: 0;
  }
  .ecomCard-Product.mdn-CardInstitutional .ecomCard-action .ecomCard-action-description > p {
    font-size: 12px;
  }
  .ecomCard-Product.mdn-CardInstitutional .ecomCard-action .mdn-Price {
    margin-bottom: var(--spacing-stack-xs);
  }
  .ecomCard-Product.mdn-CardInstitutional .ecomCard-action .mdn-Price > span {
    color: var(--theme-text-color--default);
    font-size: var(--theme-font-size-xxs);
  }
}
.ecomBenefits .mdn-ShortcutGroup .mdn-Shortcut,
.ecomBenefits .mdn-ShortcutGroup .mdn-Shortcut:last-child,
.ecomBenefits .mdn-ShortcutGroup .mdn-Shortcut:nth-child(2n) {
  margin-right: var(--spacing-stack-xs);
}
.ecomBenefits > .mdn-Col-xs.mdn-u-padding--xs {
  padding-bottom: 0;
}
.ecomBenefits .mdn-Swiper {
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .ecomBenefits .mdn-Swiper-pagination {
    text-align: left;
    margin-top: 0px;
  }
  .ecomBenefits > .mdn-Col-xs.mdn-u-padding--xs {
    padding-bottom: 5px;
  }
}
@media (max-width: 700px) {
  .ecomCard-action {
    box-shadow: 0px -1px 2px 2px rgba(0, 0, 0, 0.2) !important;
  }
  .ecomCard-action {
    background-color: #fff;
  }
  .ecomCard-action.addShadown {
    padding: 0 20px;
  }
  .ecomCard-action.addShadown h3 {
    color: #000;
    font-weight: bold;
  }
  .ecomCard-action.addShadown button {
    margin-top: 18px;
    width: 100%;
    margin-bottom: 30px;
  }
}
.ecomApps > .mdn-Col-xs.mdn-u-padding--xs {
  padding-top: 5px;
  padding-bottom: 0px;
}
.ecomApps .mdn-Swiper {
  padding-bottom: 0;
}
.ecomApps .mdn-CardInstitutional {
  min-height: 280px;
  justify-content: flex-start;
}
.ecomApps .mdn-CardInstitutional .mdn-CardInstitutional-icon > img {
  height: 43px;
  width: 43px;
}
.ecomApps .mdn-CardInstitutional .title-rede-social {
  color: var(--theme-text-color-Label--light);
  color: var(--theme-text-color--dark);
  font-size: var(--theme-font-size-lg);
  line-height: var(--theme-font-line-height-lg);
  font-weight: var(--font-weight-medium);
  margin-bottom: 12px;
}
.ecomApps .mdn-CardInstitutional .description-rede-social {
  font-family: var(--theme-font-family--Text);
  font-weight: var(--theme-font-weight--Text);
  text-transform: var(--theme-text-transform--Text);
  color: var(--theme-text-color-Text--default);
  font-size: var(--theme-font-size-xxs);
  line-height: var(--theme-font-line-height-xxs);
}
@media (max-width: 1023px) {
  .ecomApps .mdn-Swiper-pagination {
    text-align: left;
    margin-top: 0px;
  }
  .ecomApps > .mdn-Col-xs.mdn-u-padding--xs {
    padding-bottom: 5px;
  }
}
.ecomAppsRent > .mdn-Col-xs.mdn-u-padding--xs {
  padding-top: 2px;
}
@media (min-width: 1024px) {
  .ecomAppsRent .mdn-Heading {
    margin-top: 0;
  }
}
.ecomAppsRent .mdn-CardInstitutional {
  min-height: 190px;
  justify-content: flex-start;
  border-radius: var(--border-radius-sm);
  background-color: var(--theme-background-color--primary);
}
.ecomAppsRent .mdn-CardInstitutional .mdn-CardInstitutional-icon {
  display: block;
  margin-bottom: var(--spacing-inset-md);
  min-height: 72px;
}
.ecomAppsRent .mdn-CardInstitutional .title-rede-social {
  display: none;
  font-size: var(--theme-font-size-lg);
  line-height: var(--theme-font-line-height-lg);
}
@media (min-width: 1024px) {
  .ecomAppsRent .mdn-CardInstitutional .title-rede-social {
    margin-top: 0;
  }
}
.ecomAppsRent .mdn-CardInstitutional .description-rede-social {
  font-family: var(--theme-font-family--Text);
  font-weight: var(--theme-font-weight--Text);
  text-transform: var(--theme-text-transform--Text);
  color: var(--theme-text-color--secondary);
  font-size: var(--theme-font-size-xxs);
  line-height: var(--theme-font-line-height-xxs);
}
.ecomAppsRent .mdn-CardInstitutional .mdn-Button {
  width: 125px;
}
@media (max-width: 1023px) {
  .ecomAppsRent .mdn-Swiper-pagination {
    text-align: left;
    margin-top: 0px;
  }
  .ecomAppsRent > .mdn-Col-xs.mdn-u-padding--xs {
    padding-bottom: 5px;
  }
}
.mdn-Input {
  background-color: inherit;
}
html.highContrast:root {
  --cms-theme-background-color--default: #000;
  --cms-theme-font-color--default: #fff;
  --cms-theme-font-color--secondary: #fff;
  --cms-theme-link-color--secondary: #fff333;
}
.mdn-Theme--contrast {
  --theme-border-color--contrast--clickable: #fff333;
  --theme-border-color--contrast: #ffffff;
  --theme-background-color--contrast--clickable: #fff333;
  --theme-background-color--contrast: #000000;
  --theme-text--contrast--clickable: #fff333;
  --theme-text--contrast: #ffffff;
  --theme-background-color--default: #000000;
  --theme-background-color--primary: #000000;
  --theme-background-color--primary-dark: #000000;
  --theme-background-color--primary-darkest: #000000;
  --theme-background-color--secondary: #000000;
  --theme-background-color--light: #000000;
  --theme-background-color--lightest: #000000;
  --theme-background-color--medium: #000000;
  --theme-background-color--dark: #000000;
  --theme-background-color--darkest: #000000;
  --theme-background-color--global: #000000;
  --theme-text-color--default: #ffffff;
  --theme-text-color--primary: #ffffff;
  --theme-text-color--primary-inverse: #ffffff;
  --theme-text-color--secondary: #ffffff;
  --theme-text-color--light: #ffffff;
  --theme-text-color--dark: #ffffff;
  --theme-text-color--inverse: #ffffff;
  --theme-text-color--disabled: #ffffff;
  --theme-backgroundColor-Alert-success-light: #000000;
  --theme-backgroundColor-Alert-success-dark: #000000;
  --theme-backgroundColor-Alert-danger-light: #000000;
  --theme-backgroundColor-Alert-danger-dark: #000000;
  --theme-textColor-Alert-success-light: #ffffff;
  --theme-textColor-Alert-success-dark: #ffffff;
  --theme-textColor-Alert-danger-light: #ffffff;
  --theme-textColor-Alert-danger-dark: #ffffff;
  --theme-textColor-Alert-button-success-light: #fff333;
  --theme-textColor-Alert-button-success-dark: #fff333;
  --theme-textColor-Alert-button-danger-light: #fff333;
  --theme-textColor-Alert-button-danger-dark: #fff333;
  --theme-borderColor-Alert-default: #ffffff;
  --theme-text-decoration-Button: underline;
  --theme-text-decoration-hover-Button: none;
  --theme-background-color-Button--primary: #000000;
  --theme-text-color-Button--primary: #fff333;
  --theme-border-color-Button--primary: #fff333;
  --theme-background-color-Button-hover--primary: #000000;
  --theme-text-color-Button-hover--primary: #fff333;
  --theme-border-color-Button-hover--primary: #fff333;
  --theme-background-color-Button--primary-inverse: #000000;
  --theme-text-color-Button--primary-inverse: #fff333;
  --theme-border-color-Button--primary-inverse: #fff333;
  --theme-background-color-Button-hover--primary-inverse: #000000;
  --theme-text-color-Button-hover--primary-inverse: #fff333;
  --theme-border-color-Button-hover--primary-inverse: #fff333;
  --theme-background-color-Button--secondary: #000000;
  --theme-text-color-Button--secondary: #fff333;
  --theme-border-color-Button--secondary: #fff333;
  --theme-background-color-Button-hover--secondary: #000000;
  --theme-text-color-Button-hover--secondary: #fff333;
  --theme-border-color-Button-hover--secondary: #fff333;
  --theme-background-color-Button--secondary-inverse: transparent;
  --theme-text-color-Button--secondary-inverse: #fff333;
  --theme-border-color-Button--secondary-inverse: #fff333;
  --theme-background-color-Button-hover--secondary-inverse: transparent;
  --theme-text-color-Button-hover--secondary-inverse: #fff333;
  --theme-border-color-Button-hover--secondary-inverse: #fff333;
  --theme-background-color-Button--global: #000000;
  --theme-text-color-Button--global: #fff333;
  --theme-border-color-Button--global: #fff333;
  --theme-background-color-Button-hover--global: #000000;
  --theme-text-color-Button-hover--global: #fff333;
  --theme-border-color-Button-hover--global: #fff333;
  --theme-text-color-Heading--default: #ffffff;
  --theme-text-color-Heading--inverse: #ffffff;
  --theme-text-color-Subtitle--default: #ffffff;
  --theme-text-color-Subtitle--inverse: #ffffff;
  --theme-text-color-Text--default: #ffffff;
  --theme-text-color-Text--inverse: #ffffff;
  --theme-text-color-Link--default: #fff333;
  --theme-text-color-Link--inverse: #fff333;
  --theme-text-color-Link--dark: #fff333;
  --theme-text-color-Label--default: #ffffff;
  --theme-text-color-Label--inverse: #ffffff;
  --theme-borderColor-Tooltip: #ffffff;
  --theme-borderColor-Tooltip-Content: #ffffff;
  --theme-backgroundColor-Tooltip-arrow: #ffffff;
  --theme-backgroundColor-Tooltip-Content-arrow: #ffffff;
  --theme-backgroundColor-Tooltip-Content-arrow-back: #ffffff;
  --theme-borderColor-Checkbox-default: #fff333;
  --theme-textColor-Checkbox-default: #fff333;
  --theme-borderColor-Checkbox-default--checked: #fff333;
  --theme-borderColor-Checkbox-default-check--checked: #000000;
  --theme-backgroundColor-Checkbox-default: #000000;
  --theme-backgroundColor-Checkbox-default--checked: #fff333;
  --theme-borderColor-Checkbox-inverse: #fff333;
  --theme-textColor-Checkbox-inverse: #fff333;
  --theme-borderColor-Checkbox-inverse--checked: #fff333;
  --theme-borderColor-Checkbox-inverse-check--checked: #000000;
  --theme-backgroundColor-Checkbox-inverse: #000000;
  --theme-backgroundColor-Checkbox-inverse--checked: #fff333;
  --theme-backgroundColor-CopyContainer: #000000;
  --theme-color-CopyContainer: #ffffff;
  --theme-borderColor-CopyContainer: #fff333;
  --theme-borderColor-Radio-default: #fff333;
  --theme-textColor-Radio-default: #fff333;
  --theme-borderColor-Radio-default--checked: #fff333;
  --theme-borderColor-Radio-default-check--checked: #000000;
  --theme-backgroundColor-Radio-default: #000000;
  --theme-backgroundColor-Radio-default--checked: #fff333;
  --theme-borderColor-Radio-inverse: #fff333;
  --theme-textColor-Radio-inverse: #fff333;
  --theme-borderColor-Radio-inverse--checked: #fff333;
  --theme-borderColor-Radio-inverse-check--checked: #000000;
  --theme-backgroundColor-Radio-inverse: #000000;
  --theme-backgroundColor-Radio-inverse--checked: #000000;
  --theme-backgroundColor-ProgressBar-value-fill--default: #ffffff;
  --theme-text-color-Label--light: #ffffff;
  --theme-text-color-Label--dark: #ffffff;
  --theme-text-color-Label--hat: #ffffff;
  --theme-text-color-Label--highlight: #ffffff;
  --theme-text-color-Label--feedback: #ffffff;
  --theme-text-color-Label--feedbackInverse: #ffffff;
  --theme-text-color-Breadcrumb--medium: #fff333;
  --theme-text-color-Breadcrumb--darkest: #fff333;
  --theme-text-color-Breadcrumb-icon: #ffffff;
  --theme-text-decoration-Breadcrumb-link: underline;
  --theme-borderColor-Accordion-default: #ffffff;
  --theme-borderColor-Accordion-body-default: #000000;
  --theme-backgroundColor-Accordion-header-default: #fff333;
  --theme-backgroundColor-Accordion-body-default: #000000;
  --theme-backgroundColor-Shape-transparent: #000000;
  --theme-backgroundColor-Swiper-pagination-bullet-default: #fff333;
  --theme-backgroundColor-Swiper-pagination-bullet-active: #ffffff;
  --theme-background-Avatar-color--light: #fff333;
  --theme-Color-Avatar-icon: #000000;
  --theme-borderWidth-Avatar-default: 1px;
  --theme-borderColor-Avatar-default: #fff333;
  --theme-borderColor-Avatar-notification-default: #fff333;
  --theme-borderWidth-Card-default: 1px;
  --theme-borderColor-CardInstitutional-inverse: #ffffff;
  --theme-textDecoration-Link-arrow-default: underline;
  --theme-color-Link-arrow-icon-default: #fff333;
  --theme-color-Link-arrow-icon-inverse: #fff333;
  --theme-background-color-Modal-default: #000000;
  --theme-border-color-Modal-default: #ffffff;
  --theme-color-LinkList-default: #fff333;
  --theme-color-LinkList-inverse: #fff333;
  --theme-color-Price-default: #ffffff;
  --theme-color-Price-inverse: #ffffff;
  --theme-color-Header-logoSvg-inverse: brightness(100);
  --theme-backgroundColor-Header-default: #000000;
  --theme-backgroundColor-Header-inverse: #000000;
  --theme-borderBottomWidth-Header-default: 1px;
  --theme-borderBottomColor-Header-default: #ffffff;
  --theme-borderWidth-Progress-default: 1px;
  --theme-borderColor-Progress-default: #ffffff;
  --theme-color-Rating-default: #fff333;
  --theme-color-Rating-read-only-default: #ffffff;
  --theme-borderWidth-Shortcut-default: 1px;
  --theme-borderColor-Shortcut-default: #fff333;
  --theme-borderColor-Shortcut-inverse: #fff333;
  --theme-color-Shortcut-icon-default: #fff333;
  --theme-color-Shortcut-icon-inverse: #fff333;
  --theme-color-Shortcut-text-default: #fff333;
  --theme-color-Shortcut-text-inverse: #fff333;
  --theme-backgroundColor-Slider-default: #000000;
  --theme-backgroundColor-Slider-bar-default: #ffffff;
  --theme-backgroundColor-Slider-bar-progress: #fff333;
  --theme-backgroundColor-Slider-thumb-default: #fff333;
  --theme-backgroundColor-Slider-thumb-hover: #fff333;
  --theme-color-Spinner-default: #ffffff;
  --theme-backgroundColor-Spinner-default: #000000;
  --theme-color-Spinner-inverse: #ffffff;
  --theme-backgroundColor-Spinner-inverse: #000000;
  --theme-color-Steps-icon: #ffffff;
  --theme-backgroundColor-Steps--checked: #000000;
  --theme-backgroundColor-Steps--active: #ffffff;
  --theme-backgroundColor-Steps--doing: #ffffff;
  --theme-backgroundColor-Steps-bar: #f8f8f8;
  --theme-borderColor-Steps: #ffffff;
  --theme-borderColor-Steps--disabled: #d4d7de;
  --theme-backgroundColor-Steps--disabled: #d4d7de;
  --theme-backgroundColor-Steps--disabledRgba: 212, 215, 222;
  --theme-backgroundColor-Topic-icon-default: #ffffff;
  --theme-backgroundColor-Topic-icon-inverse: #ffffff;
  --theme-color-Topic--default: #ffffff;
  --theme-color-Topic-horizontal-icon-default: #ffffff;
  --theme-color-Topic-horizontal-icon-inverse: #ffffff;
  --theme-color-Topic-icon-default: #000000;
  --theme-color-Topic-icon-inverse: #000000;
  --theme-color-Topic-icon-number-default: #ffffff;
  --theme-color-Topic-icon-number-inverse: #ffffff;
  --theme-color-Topic-text-default: #ffffff;
  --theme-color-Topic-text-inverse: #ffffff;
  --theme-borderColor-Input--hover: #ffffff;
  --theme-color-Input--activated: #ffffff;
  --theme-color-Input-action--activated: #fff333;
  --theme-backgroundColor-Input-action--default: #fff333;
  --theme-backgroundColor-Input-action--hover: #fff333;
  --theme-borderColor-Input-action--hover: #fff333;
  --theme-color-Input-action--search: #ffffff;
  --theme-backgroundColor-Input-action--attention: #ffffff;
  --theme-color-Input-action--default: #000000;
  --theme-color-Input-action--hover: #000000;
  --theme-color-Input--attention: #ffffff;
  --theme-color-Input--attentionInverse: #ffffff;
  --theme-color-link-TabSelect-default: #fff333;
  --theme-borderColor-link-TabSelect-default: #fff333;
  --theme-color-link-active-TabSelect-default: #fff333;
  --theme-color-link-hover-TabSelect-default: #fff333;
  --theme-color-link-TabSelect-inverse: #fff333;
  --theme-borderColor-link-TabSelect-inverse: #fff333;
  --theme-color-link-active-TabSelect-inverse: #fff333;
  --theme-color-link-hover-TabSelect-inverse: #fff333;
  --theme-backgroundColor-Menu-top: #000000;
  --theme-linkColor-Menu-top: #fff333;
  --theme-backgroundColor-Menu-default: #000000;
  --theme-toggleColor-Menu-default: #fff333;
  --theme-backgroundColor-Menu-list: #000000;
  --theme-linkColor-Menu-list: #fff333;
  --theme-linkColor-Menu-list-desk: #fff333;
  --theme-borderColor-Menu: #ffffff;
  --theme-borderColor-Menu-desk: #ffffff;
  --theme-borderColor-Menu-top: #ffffff;
  --theme-borderColor-Menu-notification-item: #ffffff;
  --theme-borderColor-Menu-contracts: #ffffff;
  --theme-backgroundColor-Menu-contracts-hover: #000000;
  --theme-borderColor-Menu-arrow: #ffffff;
  --theme-borderColor-Menu-shortcut: #ffffff;
  --theme-linkColor-Menu-shortcut: #fff333;
  --theme-backgroundColor-Menu-shortcut: #000000;
  --theme-backgroundColor-Menu-active: #000000;
  --theme-textDecoration-Menu: underline;
  --theme-backgroundColor-Menu-top-item-focus: #000000;
  --theme-background-Calendar-day: #ffffff;
  --theme-background-Calendar: #000000;
  --theme-borderColor-Calendar-day: #fff333;
  --theme-borderColor-Calendar-day--hover: #fff333;
  --theme-textColor-Calendar-default: #ffffff;
  --theme-textColor-Calendar-inverse: #ffffff;
  --theme-textColor-Calendar-link-default: #fff333;
  --theme-textColor-Calendar-link-inverse: #fff333;
  --theme-textColor-Calendar-link--hover: #fff333;
  --theme-textColor-Calendar-link--readOnly: #ffffff;
  --theme-textDecoration-Calendar-anchor--hover: underline;
  --theme-backgroundColor-Toggle-default: #000000;
  --theme-borderColor-Toggle-default: #fff333;
  --theme-backgroundColor-circle-Toggle-default: #fff333;
  --theme-backgroundColor-active-Toggle-default: #fff333;
  --theme-backgroundColor-circle-active-Toggle-default: #000000;
  --theme-backgroundColor-Toggle-inverse: #000000;
  --theme-borderColor-Toggle-inverse: transparent;
  --theme-backgroundColor-circle-Toggle-inverse: #fff333;
  --theme-backgroundColor-circle-active-Toggle-inverse: #000000;
  --theme-backgroundColor-active-Toggle-inverse: #fff333;
  --theme-backgroundColor-Toggle-attention: #ffd183;
  --theme-backgroundColor-circle-Toggle-attention: #f09905;
  --theme-backgroundColor-Toggle-inverse-attention: #ffd183;
  --theme-backgroundColor-circle-Toggle-inverse-attention: #f09905;
  --theme-borderColor-Collapse-default: #ffffff;
  --theme-borderStyle-Collapse-default: solid;
  --theme-borderWidth-Collapse-default: 1px;
  --theme-borderColor-Swiper-default: #ffffff;
  --theme-borderStyle-Swiper-default: solid;
  --theme-borderWidth-Swiper-default: 0;
  --theme-background-Swiper-bullet-background-default: #fff333;
  --theme-background-Swiper-bullet-background-hover: #e6da30;
  --theme-background-Swiper-bullet-icon-default: #000000;
  --theme-background-Swiper-inverse-bullet-background-default: #fff333;
  --theme-background-Swiper-inverse-bullet-background-hover: #e6da30;
  --theme-backgroundColor-bullet-hover: #e6da30;
  --theme-backgroundColor-HelpPassword-default: #000000;
  --theme-text-color-HelpPassword: #ffffff;
  --theme-borderColor-HelpPassword-default: #ffffff;
  --theme-borderColor-Footer-default: #ffffff;
  --theme-borderStyle-Footer-default: solid;
  --theme-borderWidth-Footer-default: 1px;
  --theme-color-Footer-logoSvg-inverse: brightness(100);
  --theme-backgroundColor-Footer-default: #000000;
  --theme-color-Footer-default: #ffffff;
  --theme-color-icon-Footer-default: #fff333;
  --theme-color-icon-Footer-hover-default: #fff333;
  --theme-backgroundColor-Footer-secondary: #000000;
  --theme-color-Footer-secondary: #ffffff;
  --theme-color-icon-Footer-secondary: #fff333;
  --theme-color-icon-Footer-hover-secondary: #fff333;
  --theme-textColor-BrandGroup-etc-default: #000000;
  --theme-textColor-IconGroup-plus-default: #ffffff;
  --theme-borderColor-Countdown--bar: #ffffff;
  --theme-borderWidth-Countdown--bar: 1px;
  --theme-backgroundColor-Countdown--progress: #ffffff;
  --theme-backgroundColor-Countdown--progress--isOpen: #ffffff;
  --theme-text-color-Countdown--progress: #000000;
  --theme-color-neutral-darkest: #000000;
  --theme-color-neutral-dark: #5f646d;
  --theme-color-neutral-medium: #d4d7de;
  --theme-color-neutral-light: #f8f8f8;
  --theme-color-neutral-lightest: #ffffff;
  --theme-color-brand-primary-darkest: #67160d;
  --theme-color-brand-primary-dark: #a61d19;
  --theme-color-brand-primary-medium: #000000;
  --theme-color-brand-primary-light: #fe918d;
  --theme-color-brand-primary-lightest: #fde6e3;
  --theme-color-global-dark: #f09905;
  --theme-color-global-darkest: #b84d01;
  --theme-color-global-medium: #ffbc4a;
  --theme-color-global-light: #ffd183;
  --theme-color-global-lightest: #fff1d8;
  --theme-fontFamily-heading-default: var(--font-family-highlight);
  --theme-font-family-text-default: var(--font-family-base);
}
.mdn-Theme--contrast a {
  color: var(--theme-color-icon-Footer-default) !important;
}
.mdn-Theme--contrast a:hover,
.mdn-Theme--contrast a :active,
.mdn-Theme--contrast a :focus {
  color: var(--theme-color-icon-Footer-default) !important;
}
.mondrianBody .dialog-backdrop-zoom-page {
  width: calc(60%);
  max-width: 700px;
  padding: 24px;
  border-radius: 8px;
  background-color: #ffffff;
  position: fixed;
  top: 2rem;
  left: 50vw;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  color: var(--theme-text-color-Label--light);
}
.mondrianBody .ecom-notification-easycontrol {
  color: var(--theme-text-color--dark);
  font-weight: var(--theme-font-weight-bold);
  margin-bottom: 0;
  margin-top: 0;
}
.mondrianBody .ecom-subnotification-easycontrol {
  margin-top: 0;
  margin-bottom: 0;
}
.mondrianBody .dialog-backdrop-zoom-page .dialog_desc p {
  margin-bottom: 16px;
  margin-top: 16px;
}
.mondrianBody .dialog-backdrop-zoom-page .dialog_desc {
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  color: inherit;
  margin: 0 0 24px 0;
}
.mondrianBody #overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 99;
  display: block;
  top: 0;
}
.mondrianBody .dialog-backdrop-zoom-page .dialog_desc {
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  color: inherit;
  margin: 0 0 24px 0;
}
.mondrianBody .banner__component--responsive {
  min-height: 21.72vw;
  position: relative;
}
@media (max-width: 640px) {
  .mondrianBody .banner__component--responsive {
    min-height: 123.72vw;
  }
}
.mondrianBody .banner__component--responsive img {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mondrianBody .banner__component--responsive .mdn-Spinner {
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.mondrianBody .mdn-Menu-content .mdn-Menu-logo {
  position: relative;
  top: -5px;
}
.mdn-Icon-codigo-de-barras {
  color: #fff !important;
}
.mdn-Icon-codigo-de-barras::before {
  color: #fff !important;
}
#dots-cta {
  bottom: 45px !important;
  right: 30px !important;
}
#dots-cta .title {
  right: -30px !important;
  top: 70px !important;
}
.mdn-u-font-dinot {
  font-family: var(--font-family-highlight) !important;
}
