@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
/*!
 * 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 {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings' !important;
  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: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 1.42857143;
  color: #3c3c3c;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #45a7ee;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1383d3;
  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 {
  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;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-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: inherit;
  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: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #45a7ee;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1691ea;
}
.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: #3c3c3c;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #232323;
}
.bg-primary {
  color: #fff;
  background-color: #45a7ee;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1691ea;
}
.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: 768px) {
  .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: 10px;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .container {
    width: calc(90%);
  }
}
@media (min-width: 768px) {
  .container {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .offset-lg-6 {
    margin-left: 50%;
  }
}
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: #3c3c3c;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #3c3c3c;
  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);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-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;
}
.form-control:focus {
  border-color: #45a7ee;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(69, 167, 238, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(69, 167, 238, 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 input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.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: #3c3c3c;
}
.has-error .form-control {
  border-color: #3c3c3c;
  -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: #232323;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6f6f6f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6f6f6f;
}
.has-error .input-group-addon {
  color: #3c3c3c;
  border-color: #3c3c3c;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #3c3c3c;
}
.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: #7c7c7c;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .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: #929292;
  border-color: #929292;
}
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #797979;
  border-color: #525252;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #797979;
  border-color: #737373;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #797979;
  border-color: #737373;
}
.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: #676767;
  border-color: #525252;
}
.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: #929292;
  border-color: #929292;
}
.btn-default .badge {
  color: #929292;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #45a7ee;
  border-color: #45a7ee;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #1691ea;
  border-color: #0f66a4;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #1691ea;
  border-color: #158be1;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1691ea;
  border-color: #158be1;
}
.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: #127dca;
  border-color: #0f66a4;
}
.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: #45a7ee;
  border-color: #45a7ee;
}
.btn-primary .badge {
  color: #45a7ee;
  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: #45a7ee;
  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: #1383d3;
  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;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-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: #45a7ee;
}
.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: 768px) {
  .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: 0;
}
.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: 0;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 0;
}
.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 {
  height: 40px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  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;
}
.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: #3c3c3c;
  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;
  display: flex;
  align-items: center;
}
.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: 0;
  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: #45a7ee;
}
.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: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 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: 768px) {
  .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: #45a7ee;
}
.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: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 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: 768px) {
  .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;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  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: 768px) {
  .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: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .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: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  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: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-sm {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .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: 767px) {
  .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: 767px) {
  .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: 10px 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: #d9d9d9;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/";
  padding: 0 5px;
  color: #3c3c3c;
}
.breadcrumb > .active {
  color: #3c3c3c;
}
.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: #45a7ee;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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: #ff5404;
  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: 0;
  color: #ff5404;
  background-color: #45a7ee;
  border-color: #45a7ee;
  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: #ff5404;
  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 #cccccc;
  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: #ff5404;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #929292;
  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: #45a7ee;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1691ea;
}
.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: #45a7ee;
  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: 10px;
  padding-right: 10px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .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;
  transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-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: #45a7ee;
}
.thumbnail .caption {
  padding: 9px;
  color: #3c3c3c;
}
.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: #3c3c3c;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #232323;
}
@-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;
  -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);
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-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: #45a7ee;
  border-color: #45a7ee;
}
.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: #ffffff;
}
.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: #3c3c3c;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #3c3c3c;
}
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: #3c3c3c;
  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: #3c3c3c;
  border-color: #3c3c3c;
}
.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 #e5e5e5;
}
.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: #f2f4f7;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f2f4f7;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #45a7ee;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #45a7ee;
  border-color: #45a7ee;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #45a7ee;
}
.panel-primary > .panel-heading .badge {
  color: #45a7ee;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #45a7ee;
}
.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: #3c3c3c;
  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: #3c3c3c;
}
.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%);
  -moz-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);
  -moz-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: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto";
  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: "Roboto";
  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;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease-in-out;
  -webkit-transition: transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out;
  -ms-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  backface-visibility: hidden;
  perspective: 1000px;
  margin: 0;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  transform: translate3d(0, 0, 0);
}
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  transform: translate3d(100%, 0, 0);
}
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  transform: translate3d(-100%, 0, 0);
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-next:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon:before {
  content: '\2039';
}
.carousel-control-next-icon:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 1px;
  margin-left: 1px;
  text-indent: -999px;
  background-color: #ffffff;
  opacity: .5;
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #ffffff;
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.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 {
  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 {
  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: 479px) {
  .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: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* jQuery */
/*! jQuery UI - v1.11.4 - 2016-01-21
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* 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-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.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;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.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;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.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-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
.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: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.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;
}
.ui-dialog {
  overflow: hidden;
  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-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
  background-color: #fff;
  z-index: 10001!important;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.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 {
  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-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;
  /* Support: IE7 */
  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-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  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: none;
  border-bottom: none;
  border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.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;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Misc visuals
----------------------------------*/
.ui-datepicker {
  border: 1px solid #e5e5e5;
  background: #ffffff;
  color: #3c3c3c;
}
.ui-datepicker .ui-datepicker-header {
  color: #3c3c3c;
  background-color: transparent;
  border: none;
  font-weight: bold;
}
/* Icons
----------------------------------*/
.ui-icon {
  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;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  color: #45a7ee;
  cursor: pointer;
  font-family: 'Glyphicons Halflings';
  -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: #1383d3;
  top: 2px;
}
.ui-datepicker th {
  font-weight: 400;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-selectmenu-button,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-color: #f4f4f4;
  text-align: center;
  color: #3c3c3c;
  outline: none;
}
.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: #929292;
  color: #ffffff;
  border-color: #929292;
}
.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,
.ui-menu-item:hover,
.ui-menu-item:active,
.ui-menu-item:focus {
  background-color: var(--gray-ultra-light);
  color: #001B3A;
}
.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 */
}
/*@screenXs:1px;
@screenSm:2px;
@screenMd:3px;
@screenLg:9999px;
  
@screenXsMin:@screenXs;
@screenSmMin:@screenSm;
@screenMdMin:@screenMd;
@screenLgMin:@screenLg;

@screenXsMax:@screenSm;
@screenSmMax:@screenMd;
@screenMdMax:@screenLg; 

// Media queries breakpoints
// --------------------------------------------------

// Extra small screen / phone
// Note: Deprecated @screen-xs and @screen-phone as of v3.0.1
@screen-xs:                  1px;
@screen-xs-min:              @screen-xs;
@screen-phone:               @screen-xs-min;

// Small screen / tablet
// Note: Deprecated @screen-sm and @screen-tablet as of v3.0.1
@screen-sm:                  2px;
@screen-sm-min:              @screen-sm;
@screen-tablet:              @screen-sm-min;

// Medium screen / desktop
// Note: Deprecated @screen-md and @screen-desktop as of v3.0.1
@screen-md:                  3px;
@screen-md-min:              @screen-md;
@screen-desktop:             @screen-md-min;

// Large screen / wide desktop
// Note: Deprecated @screen-lg and @screen-lg-desktop as of v3.0.1
@screen-lg:                  9999px;
@screen-lg-min:              @screen-lg;
@screen-lg-desktop:          @screen-lg-min;

*/
.m-auto {
  margin: 0 auto !important;
}
.pointer {
  cursor: pointer !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
@media screen and (min-width: 480px) {
  .p-xs-5 {
    padding: 3rem !important;
  }
}
@media screen and (min-width: 480px) {
  .pt-xs-5 {
    padding-top: 3rem !important;
  }
}
@media screen and (min-width: 480px) {
  .pl-xs-5 {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 480px) {
  .pr-xs-5 {
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 480px) {
  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 480px) {
  .px-xs-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 480px) {
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 480px) {
  .m-xs-5 {
    margin: 3rem !important;
  }
}
@media screen and (min-width: 480px) {
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
}
@media screen and (min-width: 480px) {
  .ml-xs-5 {
    margin-left: 3rem !important;
  }
}
@media screen and (min-width: 480px) {
  .mr-xs-5 {
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 480px) {
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 480px) {
  .mx-xs-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 480px) {
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-sm-5 {
    padding: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-sm-5 {
    margin: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .p-md-5 {
    padding: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-5 {
    padding-top: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pl-md-5 {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pr-md-5 {
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .m-md-5 {
    margin: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-5 {
    margin-top: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .ml-md-5 {
    margin-left: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mr-md-5 {
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-lg-5 {
    padding: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-lg-5 {
    margin: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 480px) {
  .p-xs-4 {
    padding: 1.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .pl-xs-4 {
    padding-left: 1.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .pr-xs-4 {
    padding-right: 1.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .px-xs-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .m-xs-4 {
    margin: 1.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .ml-xs-4 {
    margin-left: 1.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .mr-xs-4 {
    margin-right: 1.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .mx-xs-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-sm-4 {
    padding: 1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-sm-4 {
    margin: 1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .p-md-4 {
    padding: 1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .m-md-4 {
    margin: 1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-lg-4 {
    padding: 1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-lg-4 {
    margin: 1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
.p-3 {
  padding: 1rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
@media screen and (min-width: 480px) {
  .p-xs-3 {
    padding: 1rem !important;
  }
}
@media screen and (min-width: 480px) {
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
}
@media screen and (min-width: 480px) {
  .pl-xs-3 {
    padding-left: 1rem !important;
  }
}
@media screen and (min-width: 480px) {
  .pr-xs-3 {
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 480px) {
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 480px) {
  .px-xs-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 480px) {
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 480px) {
  .m-xs-3 {
    margin: 1rem !important;
  }
}
@media screen and (min-width: 480px) {
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
}
@media screen and (min-width: 480px) {
  .ml-xs-3 {
    margin-left: 1rem !important;
  }
}
@media screen and (min-width: 480px) {
  .mr-xs-3 {
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 480px) {
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 480px) {
  .mx-xs-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 480px) {
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-sm-3 {
    padding: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-sm-3 {
    margin: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 992px) {
  .p-md-3 {
    padding: 1rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-3 {
    padding-top: 1rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pl-md-3 {
    padding-left: 1rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pr-md-3 {
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 992px) {
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 992px) {
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 992px) {
  .m-md-3 {
    margin: 1rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-3 {
    margin-top: 1rem !important;
  }
}
@media screen and (min-width: 992px) {
  .ml-md-3 {
    margin-left: 1rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mr-md-3 {
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 992px) {
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-lg-3 {
    padding: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-lg-3 {
    margin: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
@media screen and (min-width: 480px) {
  .p-xs-2 {
    padding: 0.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .pl-xs-2 {
    padding-left: 0.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .pr-xs-2 {
    padding-right: 0.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .px-xs-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .m-xs-2 {
    margin: 0.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .ml-xs-2 {
    margin-left: 0.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .mr-xs-2 {
    margin-right: 0.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .mx-xs-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}
@media screen and (min-width: 480px) {
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-sm-2 {
    padding: 0.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-sm-2 {
    margin: 0.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .p-md-2 {
    padding: 0.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .m-md-2 {
    margin: 0.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-lg-2 {
    padding: 0.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-lg-2 {
    margin: 0.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
@media screen and (min-width: 480px) {
  .p-xs-1 {
    padding: 0.25rem !important;
  }
}
@media screen and (min-width: 480px) {
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
}
@media screen and (min-width: 480px) {
  .pl-xs-1 {
    padding-left: 0.25rem !important;
  }
}
@media screen and (min-width: 480px) {
  .pr-xs-1 {
    padding-right: 0.25rem !important;
  }
}
@media screen and (min-width: 480px) {
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
}
@media screen and (min-width: 480px) {
  .px-xs-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}
@media screen and (min-width: 480px) {
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media screen and (min-width: 480px) {
  .m-xs-1 {
    margin: 0.25rem !important;
  }
}
@media screen and (min-width: 480px) {
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
}
@media screen and (min-width: 480px) {
  .ml-xs-1 {
    margin-left: 0.25rem !important;
  }
}
@media screen and (min-width: 480px) {
  .mr-xs-1 {
    margin-right: 0.25rem !important;
  }
}
@media screen and (min-width: 480px) {
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
}
@media screen and (min-width: 480px) {
  .mx-xs-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}
@media screen and (min-width: 480px) {
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-sm-1 {
    padding: 0.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-sm-1 {
    margin: 0.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .p-md-1 {
    padding: 0.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .m-md-1 {
    margin: 0.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-lg-1 {
    padding: 0.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-lg-1 {
    margin: 0.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 480px) {
  .p-xs-0 {
    padding: 0 !important;
  }
}
@media screen and (min-width: 480px) {
  .pt-xs-0 {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 480px) {
  .pl-xs-0 {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 480px) {
  .pr-xs-0 {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 480px) {
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 480px) {
  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 480px) {
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 480px) {
  .m-xs-0 {
    margin: 0 !important;
  }
}
@media screen and (min-width: 480px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 480px) {
  .ml-xs-0 {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 480px) {
  .mr-xs-0 {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 480px) {
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 480px) {
  .mx-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 480px) {
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .p-sm-0 {
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .pt-sm-0 {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .pl-sm-0 {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .pr-sm-0 {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .ml-sm-0 {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .mr-sm-0 {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .p-md-0 {
    padding: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-0 {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .pl-md-0 {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .pr-md-0 {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .ml-md-0 {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .mr-md-0 {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-lg-0 {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-0 {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .pl-lg-0 {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .pr-lg-0 {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .ml-lg-0 {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .mr-lg-0 {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-contents {
  display: contents;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 480px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: Roboto !important;
}
body.offcanvas {
  overflow-y: hidden;
}
.no-margin {
  margin: 0 !important;
}
@media (min-width: 1200px) {
  .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: 767px) {
  .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: #45a7ee;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #3c3c3c;
}
.open > .dropdown-menu {
  padding: 15px 0 0 0;
}
.dropdown-menu li {
  margin: auto;
  line-height: 35px;
}
.dropdown-menu > li > a {
  display: block;
  clear: both;
  font-weight: 350;
  line-height: 35px !important;
  font-size: 14px;
  white-space: nowrap;
  color: #001b3a;
  padding: 0px 20px !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #f4f6f9;
}
.display-none {
  display: none;
}
.page-title {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .item-label,
  .item-value {
    display: block;
  }
}
@media (max-width: 479px) {
  .item-label,
  .item-value {
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    width: 49%;
  }
  .item-value {
    padding-left: 10px;
  }
  .item-action {
    margin-top: 20px;
  }
}
.item-label {
  text-transform: uppercase;
  font-weight: 300;
}
.item-value {
  font-size: 18px;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.alert {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .alert {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container__full {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .container__full {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f2f4f7;
  border: none;
  border-bottom: 1px solid #334b5c;
  padding: 10px 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-sm {
  padding: 10px 20px;
}
.well.well-md {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .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: 992px) {
  .well.well-lg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.well.well-primary {
  background-color: #45a7ee;
  color: #ffffff;
}
.well.well-secondary {
  background-color: #ffffff;
  color: #3c3c3c;
}
.well.well-tertiary {
  background-color: #142939;
  color: #ffffff;
}
.well.well-tertiary .item-label {
  color: #7f919e;
}
.well.well-tertiary .item-value {
  color: #fff;
}
.well.well-tertiary .item-value a {
  color: #fff;
  text-decoration: underline;
}
.well.well-quaternary {
  background-color: #f2f2f2;
  color: #3c3c3c;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.well.well-quinary {
  background-color: #ffffff;
  color: #3c3c3c;
  border-color: #e5e5e5;
  padding-left: 0;
  padding-right: 0;
}
.well.well-quinary .well-headline {
  background-color: #142939;
  color: #ffffff;
}
.well-headline {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #334b5c;
  padding: 5px 30px 15px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .well-headline {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.well-headline-sub {
  font-weight: 350;
  padding-left: 10px;
}
@media (max-width: 479px) {
  .well-headline {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.well-single-headline {
  padding-bottom: 0;
  border-bottom: 0;
}
.well-content {
  padding-top: 40px;
  padding-bottom: 20px;
}
.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: 992px) {
  .well .well-headline {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 479px) {
  .well,
  .well.well-lg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
._fixed .main__header #savedCartsdet {
  display: none;
}
#savedCartsdet {
  display: none;
  background-color: #7AC943;
  /*for firefox bug*/
  max-height: 35px;
  width: 100%;
  position: fixed;
  top: 0px;
  margin-top: 0px;
  left: 0px;
  display: inline-table;
  /*visibility: hidden;*/
  z-index: 1500000;
}
#savedCartsdet h2 {
  height: 35px;
  font-size: 14px;
  font-weight: normal;
  color: #f9f9f9;
  display: table-cell;
  vertical-align: middle;
  text-indent: 20px;
}
.reord {
  position: absolute;
  left: 100px;
  top: 0px;
  transform: translate(5%, 35%);
}
.footer__bottom {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
}
.cwc-chatbot__popup,
.cwc-chatbot__float-container,
.cwc-chatbot__dock {
  z-index: 9999999;
}
@media (max-width: 820px) {
  .page-productDetails .cwc-chatbot__popup,
  .page-productDetails .cwc-chatbot__float-container,
  .page-productDetails .cwc-chatbot__dock {
    bottom: 20%;
  }
}
#footerie {
  width: 100%;
  position: static;
  left: 0;
  bottom: 0;
}
.my-noborder-input-section-form {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: -13px !important;
  background-color: white;
  border-radius: 3px !important;
  height: 35px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.input-non-borders {
  outline: block;
  /*border-color: inherit;*/
  -webkit-box-shadow: none;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #001B3A;
}
.div-height-pass {
  margin-top: 20px;
}
.div-col {
  height: 300px;
  padding-top: 150px;
  padding-left: 200px;
}
@media (max-width: 767px) {
  body.offcanvas {
    max-height: 100vh;
  }
  main {
    transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
  }
  .container {
    width: 100%;
  }
  textarea.form-control,
  select[multiple].form-control {
    height: auto;
  }
}
.info__name {
  text-transform: uppercase;
}
.fade-in {
  -webkit-animation: fadein 0.2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.2s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.2s;
  /* Internet Explorer */
  -o-animation: fadein 0.2s;
  /* Opera < 12.1 */
  animation: fadein 0.2s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.h-100 {
  height: 100%;
}
footer {
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  background: white!important;
}
footer .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 992px) {
  .footer__top {
    padding-bottom: 38px;
  }
}
@media (max-width: 768px) {
  .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__top .footer__nav--container .footer__nav--links a:hover {
  text-decoration: underline;
}
.footer__left {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .footer__left {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer__right {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .footer__right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .footer__right {
    border-top: 1px solid #1e3d55;
    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: #142939;
  color: #ffffff;
  padding: 7px 10px;
  height: 26px;
  line-height: 20px;
  font-size: 14px;
}
.footer__right .footer__dropdown .form-control option {
  background-color: #142939;
}
.footer__right .footer__dropdown .form-control:focus::-ms-value {
  background-color: #142939;
}
.footer__copyright {
  background: #ffffff;
  color: #3c3c3c;
  text-align: center;
}
.page-headline {
  color: #3c3c3c;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  padding: 20px 0;
  margin: 0;
}
.page-headline.border {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}
.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: 992px) {
  .full-width-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.half-width-padding {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .half-width-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.btn-formblock {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 25px;
}
.checkout_continue {
  width: 20%;
  float: right;
  background-color: #309EF7 !important;
  border-radius: 2px !important;
  position: relative;
  display: inline-block;
  margin-top: 1em;
  margin-right: 1em;
  border-color: #309EF7 !important;
}
.checkout_continue:disabled {
  background-color: #BCBEC1 !important;
  color: white;
  border: 0px;
}
.checkout_back {
  width: 20%;
  float: right;
  background-color: #FFFFFF !important;
  border-radius: 2px !important;
  position: relative;
  display: inline-block;
  margin-top: 1em;
  margin-right: 1em;
  border-color: #FFFFFF !important;
}
.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: 83px;
  position: relative;
}
.btn-icon:before {
  position: absolute;
  font-size: 25px;
  top: 9px;
  left: 20px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.btn-icon:after {
  content: "";
  position: absolute;
  left: 65px;
  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: 10px;
}
.btn-default {
  border: 3px solid;
  color: #ffffff;
  background-color: #929292;
  border-color: #929292;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #929292;
  background-color: #ffffff;
  border-color: #929292;
  -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: #cccccc;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #929292;
  background-color: #ffffff;
}
.btn-primary {
  border: 3px solid;
  color: #ffffff;
  background-color: #45a7ee;
  border-color: #45a7ee;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #45a7ee;
  background-color: #ffffff;
  border-color: #45a7ee;
  -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: #8cbbdd;
  border-color: #8cbbdd;
}
.btn-primary .badge {
  color: #45a7ee;
  background-color: #ffffff;
}
.btn-back {
  border: 3px solid;
  color: #183d85;
  background-color: #183d85;
  border-color: #183d85;
}
.btn-back:hover,
.btn-back:focus,
.btn-back:active,
.btn-back.active,
.open .dropdown-toggle.btn-back {
  color: #183d85;
  background-color: #183d85;
  border-color: #183d85;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-back:active,
.btn-back.active,
.open .dropdown-toggle.btn-back {
  background-image: none;
}
.btn-back.disabled,
.btn-back[disabled],
fieldset[disabled] .btn-back,
.btn-back.disabled:hover,
.btn-back[disabled]:hover,
fieldset[disabled] .btn-back:hover,
.btn-back.disabled:focus,
.btn-back[disabled]:focus,
fieldset[disabled] .btn-back:focus,
.btn-back.disabled:active,
.btn-back[disabled]:active,
fieldset[disabled] .btn-back:active,
.btn-back.disabled.active,
.btn-back[disabled].active,
fieldset[disabled] .btn-back.active {
  color: #183d85;
  background-color: #183d85;
  border-color: #183d85;
}
.btn-back .badge {
  color: #183d85;
  background-color: #183d85;
}
.skip,
.skiptocontent,
.skiptonavigation {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
img {
  object-fit: contain;
}
body {
  margin: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
.header--mobile {
  display: none;
}
@media (max-width: 768px) {
  .header--mobile {
    display: flex;
  }
}
/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.bt-com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.bt-container,
.bt-container-fluid,
.bt-container-xxl,
.bt-container-xl,
.bt-container-lg,
.bt-container-md,
.bt-container-sm {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bt-container-sm,
  .bt-container {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .bt-d-xs-none {
    display: none;
  }
  .bt-d-xs-block {
    display: block;
  }
}
@media (min-width: 768px) {
  .bt-container-md,
  .bt-container-sm,
  .bt-container {
    max-width: 720px;
  }
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .bt-container-lg,
  .bt-container-md,
  .bt-container-sm,
  .bt-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bt-container-xl,
  .bt-container-lg,
  .bt-container-md,
  .bt-container-sm,
  .bt-container {
    max-width: 1180px;
    /*1140px*/
  }
}
@media (min-width: 1400px) {
  .bt-container-xxl,
  .bt-container-xl,
  .bt-container-lg,
  .bt-container-md,
  .bt-container-sm,
  .bt-container {
    max-width: 1400px;
  }
}
.bt-d-block {
  display: block !important;
}
.bt-d-flex {
  display: flex !important;
}
.bt-d-inline-flex {
  display: inline-flex !important;
}
.bt-d-none {
  display: none !important;
}
.bt-flex-row {
  flex-direction: row !important;
}
.bt-flex-column {
  flex-direction: column !important;
}
.bt-flex-row-reverse {
  flex-direction: row-reverse !important;
}
.bt-flex-column-reverse {
  flex-direction: column-reverse !important;
}
.bt-flex-grow-0 {
  flex-grow: 0 !important;
}
.bt-flex-grow-1 {
  flex-grow: 1 !important;
}
.bt-flex-shrink-0 {
  flex-shrink: 0 !important;
}
.bt-flex-shrink-1 {
  flex-shrink: 1 !important;
}
.bt-flex-wrap {
  flex-wrap: wrap !important;
}
.bt-flex-nowrap {
  flex-wrap: nowrap !important;
}
.bt-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.bt-justify-content-start {
  justify-content: flex-start !important;
}
.bt-justify-content-end {
  justify-content: flex-end !important;
}
.bt-justify-content-center {
  justify-content: center !important;
}
.bt-justify-content-between {
  justify-content: space-between !important;
}
.bt-justify-content-around {
  justify-content: space-around !important;
}
.bt-justify-content-evenly {
  justify-content: space-evenly !important;
}
.bt-align-items-start {
  align-items: flex-start !important;
}
.bt-align-items-end {
  align-items: flex-end !important;
}
.bt-align-items-center {
  align-items: center !important;
}
.bt-align-items-baseline {
  align-items: baseline !important;
}
.bt-align-items-stretch {
  align-items: stretch !important;
}
.bt-align-content-start {
  align-content: flex-start !important;
}
.bt-align-content-end {
  align-content: flex-end !important;
}
.bt-align-content-center {
  align-content: center !important;
}
.bt-align-content-between {
  align-content: space-between !important;
}
.bt-align-content-around {
  align-content: space-around !important;
}
.bt-align-content-stretch {
  align-content: stretch !important;
}
.bt-order-first {
  order: -1 !important;
}
.bt-order-0 {
  order: 0 !important;
}
.bt-order-1 {
  order: 1 !important;
}
.bt-order-2 {
  order: 2 !important;
}
.bt-order-3 {
  order: 3 !important;
}
.bt-order-4 {
  order: 4 !important;
}
.bt-order-5 {
  order: 5 !important;
}
.bt-order-last {
  order: 6 !important;
}
.bt-m-0 {
  margin: 0 !important;
}
.bt-m-1 {
  margin: 0.25rem !important;
}
.bt-m-2 {
  margin: 0.5rem !important;
}
.bt-m-3 {
  margin: 1rem !important;
}
.bt-m-4 {
  margin: 1.5rem !important;
}
.bt-m-5 {
  margin: 3rem !important;
}
.bt-m-auto {
  margin: auto !important;
}
.bt-mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.bt-mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.bt-mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.bt-mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.bt-mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.bt-mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.bt-mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.bt-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.bt-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.bt-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.bt-my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.bt-my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.bt-my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.bt-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.bt-mt-0 {
  margin-top: 0 !important;
}
.bt-mt-1 {
  margin-top: 0.25rem !important;
}
.bt-mt-2 {
  margin-top: 0.5rem !important;
}
.bt-mt-3 {
  margin-top: 1rem !important;
}
.bt-mt-4 {
  margin-top: 1.5rem !important;
}
.bt-mt-5 {
  margin-top: 3rem !important;
}
.bt-mt-auto {
  margin-top: auto !important;
}
.bt-me-0 {
  margin-right: 0 !important;
}
.bt-me-1 {
  margin-right: 0.25rem !important;
}
.bt-me-2 {
  margin-right: 0.5rem !important;
}
.bt-me-3 {
  margin-right: 1rem !important;
}
.bt-me-4 {
  margin-right: 1.5rem !important;
}
.bt-me-5 {
  margin-right: 3rem !important;
}
.bt-me-auto {
  margin-right: auto !important;
}
.bt-mb-0 {
  margin-bottom: 0 !important;
}
.bt-mb-1 {
  margin-bottom: 0.25rem !important;
}
.bt-mb-2 {
  margin-bottom: 0.5rem !important;
}
.bt-mb-3 {
  margin-bottom: 1rem !important;
}
.bt-mb-4 {
  margin-bottom: 1.5rem !important;
}
.bt-mb-5 {
  margin-bottom: 3rem !important;
}
.bt-mb-auto {
  margin-bottom: auto !important;
}
.bt-ms-0 {
  margin-left: 0 !important;
}
.bt-ms-1 {
  margin-left: 0.25rem !important;
}
.bt-ms-2 {
  margin-left: 0.5rem !important;
}
.bt-ms-3 {
  margin-left: 1rem !important;
}
.bt-ms-4 {
  margin-left: 1.5rem !important;
}
.bt-ms-5 {
  margin-left: 3rem !important;
}
.bt-ms-auto {
  margin-left: auto !important;
}
.bt-p-0 {
  padding: 0 !important;
}
.bt-p-1 {
  padding: 0.25rem !important;
}
.bt-p-2 {
  padding: 0.5rem !important;
}
.bt-p-3 {
  padding: 1rem !important;
}
.bt-p-4 {
  padding: 1.5rem !important;
}
.bt-p-5 {
  padding: 3rem !important;
}
.bt-px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.bt-px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.bt-px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.bt-px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.bt-px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.bt-px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.bt-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bt-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.bt-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.bt-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.bt-py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.bt-py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.bt-pt-0 {
  padding-top: 0 !important;
}
.bt-pt-1 {
  padding-top: 0.25rem !important;
}
.bt-pt-2 {
  padding-top: 0.5rem !important;
}
.bt-pt-3 {
  padding-top: 1rem !important;
}
.bt-pt-4 {
  padding-top: 1.5rem !important;
}
.bt-pt-5 {
  padding-top: 3rem !important;
}
.bt-pe-0 {
  padding-right: 0 !important;
}
.bt-pe-1 {
  padding-right: 0.25rem !important;
}
.bt-pe-2 {
  padding-right: 0.5rem !important;
}
.bt-pe-3 {
  padding-right: 1rem !important;
}
.bt-pe-4 {
  padding-right: 1.5rem !important;
}
.bt-pe-5 {
  padding-right: 3rem !important;
}
.bt-pb-0 {
  padding-bottom: 0 !important;
}
.bt-pb-1 {
  padding-bottom: 0.25rem !important;
}
.bt-pb-2 {
  padding-bottom: 0.5rem !important;
}
.bt-pb-3 {
  padding-bottom: 1rem !important;
}
.bt-pb-4 {
  padding-bottom: 1.5rem !important;
}
.bt-pb-5 {
  padding-bottom: 3rem !important;
}
.bt-ps-0 {
  padding-left: 0 !important;
}
.bt-ps-1 {
  padding-left: 0.25rem !important;
}
.bt-ps-2 {
  padding-left: 0.5rem !important;
}
.bt-ps-3 {
  padding-left: 1rem !important;
}
.bt-ps-4 {
  padding-left: 1.5rem !important;
}
.bt-ps-5 {
  padding-left: 3rem !important;
}
@media (max-width: 768px) {
  .bt-w-xs-100 {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .bt-d-sm-block {
    display: block !important;
  }
  .bt-d-sm-flex {
    display: flex !important;
  }
  .bt-d-sm-none {
    display: none !important;
  }
  .bt-flex-sm-row {
    flex-direction: row !important;
  }
  .bt-flex-sm-column {
    flex-direction: column !important;
  }
  .bt-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bt-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bt-justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .bt-justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .bt-justify-content-sm-center {
    justify-content: center !important;
  }
  .bt-justify-content-sm-between {
    justify-content: space-between !important;
  }
  .bt-justify-content-sm-around {
    justify-content: space-around !important;
  }
  .bt-justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .bt-align-items-sm-start {
    align-items: flex-start !important;
  }
  .bt-align-items-sm-end {
    align-items: flex-end !important;
  }
  .bt-align-items-sm-center {
    align-items: center !important;
  }
  .bt-align-items-sm-baseline {
    align-items: baseline !important;
  }
  .bt-align-items-sm-stretch {
    align-items: stretch !important;
  }
  .bt-align-content-sm-start {
    align-content: flex-start !important;
  }
  .bt-align-content-sm-end {
    align-content: flex-end !important;
  }
  .bt-align-content-sm-center {
    align-content: center !important;
  }
  .bt-align-content-sm-between {
    align-content: space-between !important;
  }
  .bt-align-content-sm-around {
    align-content: space-around !important;
  }
  .bt-align-content-sm-stretch {
    align-content: stretch !important;
  }
  .bt-order-sm-first {
    order: -1 !important;
  }
  .bt-order-sm-0 {
    order: 0 !important;
  }
  .bt-order-sm-1 {
    order: 1 !important;
  }
  .bt-order-sm-2 {
    order: 2 !important;
  }
  .bt-order-sm-3 {
    order: 3 !important;
  }
  .bt-order-sm-4 {
    order: 4 !important;
  }
  .bt-order-sm-5 {
    order: 5 !important;
  }
  .bt-order-sm-last {
    order: 6 !important;
  }
  .bt-m-sm-0 {
    margin: 0 !important;
  }
  .bt-m-sm-1 {
    margin: 0.25rem !important;
  }
  .bt-m-sm-2 {
    margin: 0.5rem !important;
  }
  .bt-m-sm-3 {
    margin: 1rem !important;
  }
  .bt-m-sm-4 {
    margin: 1.5rem !important;
  }
  .bt-m-sm-5 {
    margin: 3rem !important;
  }
  .bt-m-sm-auto {
    margin: auto !important;
  }
  .bt-mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bt-mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bt-mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bt-mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bt-mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bt-mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bt-mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bt-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bt-my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bt-my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bt-my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bt-my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bt-my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bt-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bt-mt-sm-0 {
    margin-top: 0 !important;
  }
  .bt-mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bt-mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bt-mt-sm-3 {
    margin-top: 1rem !important;
  }
  .bt-mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bt-mt-sm-5 {
    margin-top: 3rem !important;
  }
  .bt-mt-sm-auto {
    margin-top: auto !important;
  }
  .bt-me-sm-0 {
    margin-right: 0 !important;
  }
  .bt-me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bt-me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bt-me-sm-3 {
    margin-right: 1rem !important;
  }
  .bt-me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bt-me-sm-5 {
    margin-right: 3rem !important;
  }
  .bt-me-sm-auto {
    margin-right: auto !important;
  }
  .bt-mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .bt-mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bt-mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bt-mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bt-mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bt-mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bt-mb-sm-auto {
    margin-bottom: auto !important;
  }
  .bt-ms-sm-0 {
    margin-left: 0 !important;
  }
  .bt-ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bt-ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bt-ms-sm-3 {
    margin-left: 1rem !important;
  }
  .bt-ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bt-ms-sm-5 {
    margin-left: 3rem !important;
  }
  .bt-ms-sm-auto {
    margin-left: auto !important;
  }
  .bt-p-sm-0 {
    padding: 0 !important;
  }
  .bt-p-sm-1 {
    padding: 0.25rem !important;
  }
  .bt-p-sm-2 {
    padding: 0.5rem !important;
  }
  .bt-p-sm-3 {
    padding: 1rem !important;
  }
  .bt-p-sm-4 {
    padding: 1.5rem !important;
  }
  .bt-p-sm-5 {
    padding: 3rem !important;
  }
  .bt-px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bt-px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bt-px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bt-px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bt-px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bt-px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bt-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bt-py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bt-py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bt-py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bt-py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bt-py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bt-pt-sm-0 {
    padding-top: 0 !important;
  }
  .bt-pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bt-pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bt-pt-sm-3 {
    padding-top: 1rem !important;
  }
  .bt-pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bt-pt-sm-5 {
    padding-top: 3rem !important;
  }
  .bt-pe-sm-0 {
    padding-right: 0 !important;
  }
  .bt-pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bt-pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bt-pe-sm-3 {
    padding-right: 1rem !important;
  }
  .bt-pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bt-pe-sm-5 {
    padding-right: 3rem !important;
  }
  .bt-pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .bt-pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bt-pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bt-pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bt-pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bt-pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bt-ps-sm-0 {
    padding-left: 0 !important;
  }
  .bt-ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bt-ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bt-ps-sm-3 {
    padding-left: 1rem !important;
  }
  .bt-ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bt-ps-sm-5 {
    padding-left: 3rem !important;
  }
}
.bt-d-inline-block {
  display: inline-block !important;
}
@media (min-width: 768px) {
  .bt-d-md-inline {
    display: inline !important;
  }
  .bt-d-md-inline-block {
    display: inline-block !important;
  }
  .bt-d-md-block {
    display: block !important;
  }
  .bt-d-md-grid {
    display: grid !important;
  }
  .bt-d-md-inline-grid {
    display: inline-grid !important;
  }
  .bt-d-md-table {
    display: table !important;
  }
  .bt-d-md-table-row {
    display: table-row !important;
  }
  .bt-d-md-table-cell {
    display: table-cell !important;
  }
  .bt-d-md-flex {
    display: flex !important;
  }
  .bt-d-md-inline-flex {
    display: inline-flex !important;
  }
  .bt-d-md-none {
    display: none !important;
  }
  .bt-flex-md-fill {
    flex: 1 1 auto !important;
  }
  .bt-flex-md-row {
    flex-direction: row !important;
  }
  .bt-flex-md-column {
    flex-direction: column !important;
  }
  .bt-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bt-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bt-flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .bt-flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .bt-flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bt-flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bt-flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .bt-flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .bt-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bt-justify-content-md-start {
    justify-content: flex-start !important;
  }
  .bt-justify-content-md-end {
    justify-content: flex-end !important;
  }
  .bt-justify-content-md-center {
    justify-content: center !important;
  }
  .bt-justify-content-md-between {
    justify-content: space-between !important;
  }
  .bt-justify-content-md-around {
    justify-content: space-around !important;
  }
  .bt-justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .bt-align-items-md-start {
    align-items: flex-start !important;
  }
  .bt-align-items-md-end {
    align-items: flex-end !important;
  }
  .bt-align-items-md-center {
    align-items: center !important;
  }
  .bt-align-items-md-baseline {
    align-items: baseline !important;
  }
  .bt-align-items-md-stretch {
    align-items: stretch !important;
  }
  .bt-align-content-md-start {
    align-content: flex-start !important;
  }
  .bt-align-content-md-end {
    align-content: flex-end !important;
  }
  .bt-align-content-md-center {
    align-content: center !important;
  }
  .bt-align-content-md-between {
    align-content: space-between !important;
  }
  .bt-align-content-md-around {
    align-content: space-around !important;
  }
  .bt-align-content-md-stretch {
    align-content: stretch !important;
  }
  .bt-order-md-first {
    order: -1 !important;
  }
  .bt-order-md-0 {
    order: 0 !important;
  }
  .bt-order-md-1 {
    order: 1 !important;
  }
  .bt-order-md-2 {
    order: 2 !important;
  }
  .bt-order-md-3 {
    order: 3 !important;
  }
  .bt-order-md-4 {
    order: 4 !important;
  }
  .bt-order-md-5 {
    order: 5 !important;
  }
  .bt-order-md-last {
    order: 6 !important;
  }
  .bt-m-md-0 {
    margin: 0 !important;
  }
  .bt-m-md-1 {
    margin: 0.25rem !important;
  }
  .bt-m-md-2 {
    margin: 0.5rem !important;
  }
  .bt-m-md-3 {
    margin: 1rem !important;
  }
  .bt-m-md-4 {
    margin: 1.5rem !important;
  }
  .bt-m-md-5 {
    margin: 3rem !important;
  }
  .bt-m-md-auto {
    margin: auto !important;
  }
  .bt-mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bt-mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bt-mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bt-mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bt-mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bt-mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bt-mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bt-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bt-my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bt-my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bt-my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bt-my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bt-my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bt-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bt-mt-md-0 {
    margin-top: 0 !important;
  }
  .bt-mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .bt-mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .bt-mt-md-3 {
    margin-top: 1rem !important;
  }
  .bt-mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .bt-mt-md-5 {
    margin-top: 2rem !important;
  }
  .bt-mt-md-auto {
    margin-top: auto !important;
  }
  .bt-me-md-0 {
    margin-right: 0 !important;
  }
  .bt-me-md-1 {
    margin-right: 0.25rem !important;
  }
  .bt-me-md-2 {
    margin-right: 0.5rem !important;
  }
  .bt-me-md-3 {
    margin-right: 1rem !important;
  }
  .bt-me-md-4 {
    margin-right: 1.5rem !important;
  }
  .bt-me-md-5 {
    margin-right: 3rem !important;
  }
  .bt-me-md-auto {
    margin-right: auto !important;
  }
  .bt-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .bt-mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bt-mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bt-mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .bt-mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bt-mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .bt-mb-md-auto {
    margin-bottom: auto !important;
  }
  .bt-ms-md-0 {
    margin-left: 0 !important;
  }
  .bt-ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .bt-ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .bt-ms-md-3 {
    margin-left: 1rem !important;
  }
  .bt-ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .bt-ms-md-5 {
    margin-left: 3rem !important;
  }
  .bt-ms-md-auto {
    margin-left: auto !important;
  }
  .bt-p-md-0 {
    padding: 0 !important;
  }
  .bt-p-md-1 {
    padding: 0.25rem !important;
  }
  .bt-p-md-2 {
    padding: 0.5rem !important;
  }
  .bt-p-md-3 {
    padding: 1rem !important;
  }
  .bt-p-md-4 {
    padding: 1.5rem !important;
  }
  .bt-p-md-5 {
    padding: 3rem !important;
  }
  .bt-px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bt-px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bt-px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bt-px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bt-px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bt-px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bt-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bt-py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bt-py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bt-py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bt-py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bt-py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bt-pt-md-0 {
    padding-top: 0 !important;
  }
  .bt-pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .bt-pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .bt-pt-md-3 {
    padding-top: 1rem !important;
  }
  .bt-pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .bt-pt-md-5 {
    padding-top: 3rem !important;
  }
  .bt-pe-md-0 {
    padding-right: 0 !important;
  }
  .bt-pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .bt-pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .bt-pe-md-3 {
    padding-right: 1rem !important;
  }
  .bt-pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .bt-pe-md-5 {
    padding-right: 3rem !important;
  }
  .bt-pb-md-0 {
    padding-bottom: 0 !important;
  }
  .bt-pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bt-pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bt-pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .bt-pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bt-pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .bt-ps-md-0 {
    padding-left: 0 !important;
  }
  .bt-ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .bt-ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .bt-ps-md-3 {
    padding-left: 1rem !important;
  }
  .bt-ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .bt-ps-md-5 {
    padding-left: 3rem !important;
  }
}
.bt-h-25 {
  height: 25% !important;
}
.bt-h-50 {
  height: 50% !important;
}
.bt-h-75 {
  height: 75% !important;
}
.bt-h-100 {
  height: 100% !important;
}
.bt-h-auto {
  height: auto !important;
}
.bt-mh-100 {
  max-height: 100% !important;
}
.bt-vh-100 {
  height: 100vh !important;
}
.bt-list-unstyled {
  padding-left: 0;
  list-style: none;
}
/*  CUSTOM CODE */
header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
  z-index: 999;
}
header label {
  margin: 0;
}
nav#main__header {
  background-color: #003169;
}
nav#main__header a.cma-login {
  color: #fff;
  font-size: 14px;
  height: 27px;
  white-space: nowrap;
}
nav#main__header a.cma-login:hover {
  color: #fff;
  text-decoration: underline;
}
nav#main__header .logo-text-container {
  height: 38px;
  width: 100px;
}
#cma-search-location {
  height: 32px;
  width: 272px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #cma-search-location {
    max-width: 272px;
    min-width: 250px;
    width: 100%;
  }
}
#cma-search-location.atStoreWidth {
  width: 263px;
}
#cma-search-location .cma-search-location-text-content {
  color: #fff;
  cursor: pointer;
}
#cma-search-location .cma-search-location-text-content #searchByLandingPage,
#cma-search-location .cma-search-location-text-content #searchByHeaderLanding {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 290px;
}
#cma-search-location .cma-search-location-text-content #searchByLandingPage:hover,
#cma-search-location .cma-search-location-text-content #searchByHeaderLanding:hover {
  text-decoration: underline;
}
#cma-search-location .cma-search-location-text-content .cma-search-location--type_address {
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cma-search-location-no-coverage-dialog-pill {
  color: #EE4545;
  font-size: 13px;
  font-weight: 500;
}
.cursor-pointer {
  cursor: pointer;
}
#js-site-search-input {
  border: none;
  border-radius: 48px;
  width: 476px;
  height: 48px;
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  #js-site-search-input.atStoreWidth {
    width: 448px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #js-site-search-input {
    max-width: 476px;
    min-width: 250px;
    width: 100%;
  }
}
#js-site-search-input::placeholder {
  font-size: 14px;
}
#cma-searchbox-form {
  position: relative;
}
#cma-searchbox-form .js_search_button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 8px;
}
#js-site-search-input:focus-visible {
  outline: none;
}
nav#navbar__links {
  background-color: #003E85;
  height: 40px;
  transition: ease all .3s;
}
nav#navbar__links label {
  margin: 0;
}
nav#navbar__links .effect {
  height: 40px;
  transition: linear 0.3s ease;
}
nav#cma_categories_menu li.cma-navbar-links a,
nav#navbar__links li.cma-navbar-links a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-transform: lowercase;
  white-space: nowrap;
}
nav#cma_categories_menu li.cma-navbar-links a:first-letter,
nav#navbar__links li.cma-navbar-links a:first-letter {
  text-transform: uppercase;
}
#cma_categories_menu a.cma-nav-promotion {
  border-radius: 20px;
  color: #FF640C;
  /*line-height: 1;
    padding: 4px 12px;*/
}
#cma_categories_menu a.cma-nav-promotion:hover {
  background-color: rgba(255, 100, 12, 0.14);
}
nav#cma_categories_menu .cma-nav-btn {
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.cma-categories-mobile-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 18px;
}
.cma-nav-links li a {
  color: #001b3a;
  font-size: 14px;
  font-weight: 500;
}
.cma-nav-links li a.cma-main-category-view-all {
  color: #45A7EE;
  font-weight: 600;
  white-space: nowrap;
}
.cursor {
  cursor: pointer;
}
.cma-main-category-title {
  color: #001b3a;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .cma-geo-container .loaded-locator {
  visibility: hidden;
}
header .cma-geo-container .loading-locator {
  position: absolute;
  left: 46%;
  height: 32px;
  top: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #ff7121 94%, transparent) top / 5px 5px no-repeat, conic-gradient(transparent 30%, #ff7121);
  -webkit-mask: radial-gradient(farthest-side, transparent 65%, #000000 0);
  -webkit-animation: fa-spinner-rotate 1.5s infinite linear;
  animation: fa-spinner-rotate 1.5s infinite linear;
}
@-webkit-keyframes fa-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
header [data-smartedit-component-id="NavigationBarSlot"] {
  order: 6;
}
@media screen and (min-width: 992px) {
  header [data-smartedit-component-id="NavigationBarSlot"] {
    order: 0;
  }
}
.cma-goto-link {
  background-color: #F1F1F1;
  border-radius: 21px;
  color: #003169;
  font-weight: 700;
  height: 32px;
  min-width: 184px;
  padding: 5px 12px;
}
.cma-goto-link span.cma-goto-link-text {
  font-size: 11px;
}
.cma-store-info {
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
}
.cma-store-info .cma-store-title {
  color: #001b3a;
  font-size: 16px;
  font-weight: 700;
}
.cma-store-info p.cma-store-full-address {
  color: #898989;
}
.cma-store-info-collapse {
  display: none;
}
.cma-favoritestore-checkbox:checked + .cma-store-info-collapse {
  display: block;
  transition: linear 0.3s ease;
}
.cmafavoriteStore cma-icon {
  margin-right: 8px;
  transition: linear 0.3s ease;
}
.cmafavoriteStore .store_fav,
.cmafavoriteStore .not_store_fav {
  border: 1px solid transparent;
  border-radius: 13px;
  height: 26px;
}
.cmafavoriteStore .store_fav:hover,
.cmafavoriteStore .not_store_fav:hover {
  border-color: #45A7EE;
}
.myAccount__container .myAccount__title {
  color: #001b3a;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
.myAccount__container .my-account-links-container > div {
  margin-bottom: 10px;
}
.myAccount__container .my-account-links-container a {
  color: #001b3a;
  display: block;
  font-size: 16px;
  text-transform: lowercase;
}
.myAccount__container .my-account-links-container a:first-letter {
  text-transform: uppercase;
}
.myAccount__container .my-account-links-container a:hover {
  text-decoration: none;
}
.myAccount__container .my-account-links-container a.cma-mobile-logout-link {
  align-items: center;
  color: #45A7EE;
  font-size: 15px;
  display: flex;
}
.myAccount__container .my-account-links-container a.cma-mobile-logout-link div:first-letter {
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .cma-search-location-text-content {
    font-weight: 700;
  }
  .cma-geo-container {
    position: relative;
  }
  nav#cma_categories_menu {
    background: #fff;
    box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.5);
  }
  .cma-nav-links > li > label > a > cma-icon:not([name="tag"]) {
    display: none;
  }
  #btnSelStateCityHeader {
    margin-bottom: 28px;
  }
  .cma-nav-links label {
    margin: 0;
  }
  .cma-nav-links > li {
    align-items: center;
    display: flex;
    position: relative;
    min-height: 46px;
    justify-content: center;
  }
  .cma-nav-links > li > label > a {
    align-items: center;
    border-radius: 13px;
    color: #0058BD;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    line-height: 18px;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    text-transform: none;
  }
  .cma-nav-links li .cma-category-box a {
    color: #1B69C3;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
  }
  .cma-nav-links li .cma-category-box a:hover {
    text-decoration: underline;
  }
  .cma-nav-links > li > .cma-category-box {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: inset 0 10px 10px -11px rgba(0, 0, 0, 0.5), 0 6px 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    left: 0;
    opacity: 0;
    padding: 25px 25px 20px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: max-content;
  }
  .cma-nav-links > li > .cma-category-box > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 20px;
  }
  .cma-nav-links > li > .cma-category-box > ul li {
    margin-right: 15px;
  }
  .cma-nav-links li:hover .cma-category-box {
    position: absolute;
    opacity: 1;
    left: 0;
    top: 46px;
    transition: all 0.5s ease;
    visibility: visible;
    width: max-content;
  }
  .cma-nav-links li .cma-category-box li .cma-category-box ul li.cma-subcats-show-more a {
    color: #45A7EE;
    font-weight: 400;
  }
  .cma-nav-links li .cma-category-box li .cma-category-box ul li.cma-subcats-show-more ~ li {
    display: none!important;
  }
  .cma-nav-links li .cma-category-box li .cma-category-box {
    position: static;
  }
  .cma-nav-links li .cma-category-box li .cma-category-box li {
    margin: 8px 0;
  }
  .cma-nav-links li .cma-category-box li .cma-category-box li a {
    color: #001b3a;
    font-weight: 400;
  }
  .cma-nav-links > li:hover > label > a {
    background-color: rgba(0, 88, 189, 0.14);
  }
  .cma-ribbon-phone,
  .cma-ribbon-phone a,
  .cmafavoriteStore {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  }
  .cma-nav-links-page {
    gap: 1rem;
    width: 33%;
  }
  .cma-search-location-text-content {
    width: 80%;
  }
  .cmafavoriteStore .store_fav {
    min-width: 154px;
  }
  .cmafavoriteStore .not_store_fav {
    min-width: 258px;
  }
}
@media screen and (max-width: 992px) {
  header,
  nav#main__header {
    background-color: #003169;
  }
  .cma-search-location-text-content {
    font-weight: 400;
    line-height: 1;
  }
  nav#main__header {
    padding: 12px 0 0;
  }
  nav#main__header .bt-container {
    padding: 0;
  }
  nav#main__header .loading-locator {
    height: 24px;
  }
  nav#main__header .loaded-locator {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  nav#main__header .loaded-locator #cma-search-location {
    width: 100%;
  }
  nav#main__header .cma-search-location--type_address {
    font-size: 14px;
  }
  .cma-geo-container {
    background-color: #003E85;
    height: 32px;
    margin-top: 15px;
    position: relative;
    width: 100%;
  }
  .cma-search-location--type_address {
    margin-left: 4px;
    margin-right: 8px;
    width: 100%;
  }
  .cma-nav-links cma-icon[name="arrow-right-lightblue"] {
    display: none;
  }
  .cma-nav-links-page-container.cma-isComun {
    border-top: 1px solid #C8C8C8;
  }
  .cma-category-box-container {
    border-top: 1px solid #C8C8C8;
    margin: 1rem -28px 0.5rem;
    padding: 1rem 28px;
  }
  #btnSelStateCityHeader {
    margin-top: 56px;
  }
  .cmafavoriteStore .store_fav {
    background-color: #0058BD;
    border-radius: 21px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    min-width: 171px;
  }
  nav#cma_categories_menu li.cma-navbar-links a {
    color: #003169;
    font-size: 16px;
    font-weight: 400;
  }
  nav#cma_categories_menu .cma-categories-container {
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: translate3d(-101%, 0, 0);
    transition: transform 0.5s;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #js-site-search-input {
    border-radius: 24px;
    height: 40px;
    width: 343px;
  }
  label.cma-menu-toggle span {
    color: #003169;
    font-size: 15px;
    font-weight: 600;
  }
  #cma-menu-btn:checked ~ .cma-categories-container {
    transform: translate3d(0, 0, 0);
  }
  #cma-close-btn:checked ~ .cma-categories-container {
    transform: translate3d(-100%, 0, 0);
  }
  .cma-container-categories {
    padding: 0;
    position: relative;
    height: 100%;
  }
  .cma-category-box {
    padding: 20px 28px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    transform: translate3d(200%, 0, 0);
    transition: transform 0.5s;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .cma-category-box .cma-nav-links li a {
    font-size: 16px;
  }
  /* fade in checked menu */
  .cma-menu-checkbox:checked + .cma-category-box {
    transform: translate3d(0, 0, 0);
    transition: transform 0.5s;
  }
  .cma-nav-links li a {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .cma-nav-links li label a {
    pointer-events: none;
  }
  .cma-ribbon-phone {
    font-size: 16px;
    font-weight: 700;
  }
  .cma-ribbon-phone .cma-contact-us {
    color: #FF640C;
  }
  .cma-ribbon-phone .cma-contact-us-phone,
  .cma-ribbon-phone .cma-contact-us-phone a {
    color: #001b3a;
  }
  #cma_categories_menu .cma-nav-links {
    padding-bottom: 0 !important;
  }
  #cma_categories_menu a.cma-nav-promotion {
    line-height: 1;
    padding: 4px 12px;
  }
  #cma_categories_menu .cma-nav-promotion-mobile {
    color: #001B3A;
  }
  .cmafavoriteStore .not_store_fav {
    border: 1.5px solid #0058BD;
    border-radius: 21px;
    color: #0058BD;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    width: 241px;
  }
}
.cma-cart-container #cma-cart-icon {
  position: relative;
  width: fit-content;
}
.cma-cart-container .cma-cart-quantity {
  background-color: #FF640C;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  height: 15px;
  line-height: 16px;
  min-width: 16px;
  padding: 0 3px;
  position: absolute;
  right: -8px;
  text-align: center;
  top: -8px;
}
.cma-cart-container .cma-cart-total {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  line-height: 11px;
}
.cma-common-zone-back {
  border: 1px solid #898989;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 110px;
}
.cma-common-zone-back:hover {
  border: 1px solid #45A7EE;
}
/* dd container */
.cma-login-dropdown {
  display: inline-block;
  position: relative;
  outline: none;
}
/* button */
.cma-login-dropbtn,
.cma-login-dropbtn:hover {
  color: white;
}
.cma-login-dropbtn .cma-login-user-initials {
  background-color: #fff;
  border-radius: 36px;
  color: #003169;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  min-width: 36px;
  text-transform: uppercase;
  width: 36px;
}
#cma-logged-user {
  display: inline-block;
  position: relative;
}
@media (min-width: 992px) {
  #cma-logged-user:active ul,
  #cma-logged-user:active ul:hover {
    display: block;
  }
}
#cma-logged-user a.cma-login-dropbtn {
  position: relative;
  padding: 5px 0;
  margin: 5px 0;
}
#cma-logged-user a.cma-login-dropbtn:hover {
  color: #fff;
  text-decoration: underline;
}
#cma-logged-user ul {
  border-radius: 4px;
  box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.5);
  clip-path: inset(0 -8px -8px -8px);
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  z-index: 2;
}
#cma-logged-user ul:hover {
  display: block;
}
#cma-logged-user ul li.empty {
  box-shadow: 0 0px 8px 0px #001b3a;
  -webkit-box-shadow: 0 0px 8px 0px #001b3a;
  -moz-box-shadow: 0 0px 8px 0px #001b3a;
  height: 40px;
}
#cma-logged-user ul li.empty::before {
  background-color: #003169;
  content: '';
  display: block;
  height: 40px;
  width: 8px;
  position: absolute;
  left: -8px;
  top: 0;
}
#cma-logged-user ul li.empty::after {
  background-color: #003169;
  content: '';
  display: block;
  height: 40px;
  width: 8px;
  position: absolute;
  right: -7px;
  top: 0;
}
#cma-logged-user ul li:nth-child(2) a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#cma-logged-user ul li:last-of-type a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#cma-logged-user ul li a {
  background-color: #fff;
  color: #001b3a;
  font-size: 14px;
  font-weight: 300;
  padding: 8px 16px;
  display: block;
  text-decoration: none;
  text-transform: lowercase;
}
#cma-logged-user ul li a:first-letter {
  text-transform: capitalize;
}
#cma-logged-user ul li a:hover {
  background-color: #f4f6f9;
}
#cma-logged-user .cma-login-user-name {
  overflow: hidden;
  max-width: 12ch;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#cma-logged-user .cma-login-user-name:hover {
  text-decoration: underline;
}
.nav-header-shipping {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dd-stores {
  position: relative;
  height: 32px;
  width: 240px;
}
@media (max-width: 992px) {
  .dd-stores {
    background-color: #FF782B;
    width: 100%;
  }
}
.dd-stores__selected {
  display: block;
  width: 100%;
  color: #fff;
  position: relative;
  cursor: pointer;
}
@media (max-width: 992px) {
  .dd-stores__selected {
    margin: 0 auto;
    width: 343px;
  }
}
.dd-stores__value {
  display: block;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 20px;
}
.dd-stores__list {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.5);
  display: none;
  list-style: none;
  overflow: hidden;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .dd-stores__list {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
  }
}
.dd-stores__header {
  border-bottom: 1px solid #D8D8D8;
  color: #001B3A;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
}
.dd-stores__option a {
  background-color: #fff;
  color: #0C1D3F;
  display: block;
  padding: 12px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.dd-stores__option:hover,
.dd-stores__option--selected a {
  background-color: #0C1D3F;
  color: #fff;
}
.construganas {
  display: flex;
  justify-self: end;
  gap: 30px;
}
.construganas__b2bSeparatorNotCard {
  position: relative;
}
@media only screen and (min-width: 767px) {
  .construganas__b2bSeparatorNotCard::after {
    content: "";
    width: 1px;
    height: 120px;
    background-color: #C8C8C8;
    position: absolute;
    right: 50px;
    top: -60px;
  }
}
@media only screen and (min-width: 1200px) {
  .construganas__b2bSeparatorNotCard::after {
    content: "";
    width: 1px;
    height: 120px;
    background-color: #C8C8C8;
    position: absolute;
    right: 50px;
    top: -60px;
  }
}
.construganas__b2bSeparator {
  position: relative;
}
@media only screen and (min-width: 767px) {
  .construganas__b2bSeparator::after {
    content: "";
    width: 1px;
    height: 120px;
    background-color: #C8C8C8;
    position: absolute;
    right: 1px;
    top: 1px;
  }
}
@media only screen and (min-width: 1200px) {
  .construganas__b2bSeparator::after {
    content: "";
    width: 1px;
    height: 120px;
    background-color: #C8C8C8;
    position: absolute;
    right: 1px;
    top: 1px;
  }
}
.construganas__card {
  background: linear-gradient(61.3deg, #f93800 -31.87%, #ff640c 53.22%, #f93800 112.93%);
  min-width: 215px;
  border-radius: 8px;
  padding: 1em;
  color: #ffffff;
  font-size: 12px;
  height: 135px;
  font-weight: 400;
  max-width: 215px;
  align-self: center;
}
.construganas__logo {
  justify-self: end;
}
.construganas__name {
  font-size: 16px;
  font-weight: 500;
}
.construganas__level {
  text-decoration: italic;
}
.construganas__cardNumber {
  font-size: 18px;
  font-weight: 700;
  margin: .6rem 0 0.5rem;
}
.construganas__points {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 14px;
  justify-content: center;
  min-width: 280px;
}
.construganas__points.checkout {
  flex-direction: row;
  line-height: 20px;
  margin-left: 26px;
  justify-content: start;
  min-width: unset;
}
.construganas__points.short {
  background: #FFFFFF;
  padding: 1em;
  border-bottom: 1px solid #c8c8c8;
  min-width: unset;
}
.construganas__points .shorter {
  flex-direction: row;
  justify-content: start;
  min-width: unset;
  gap: 9px;
}
.construganas__title {
  font-weight: 500;
  font-size: 14px;
}
.construganas__title.short {
  font-size: 12px;
}
.construganas__title.checkout {
  font-size: 13px;
}
.construganas__dataPoints {
  display: flex;
  font-size: 20px;
  font-weight: 700;
  color: #FF782B;
  gap: 16px;
}
.construganas__dataPoints.short {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
}
.construganas__dataPoints.shorter {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  gap: 0px;
}
.construganas__dataPoints.checkout {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  color: #FF782B;
  gap: 8px;
}
.construganas__message {
  font-size: 10px;
  color: #898989;
  font-weight: 400;
}
.construganas__message.checkout {
  display: none;
}
.construganas__message.shorter {
  border-bottom: 1px #c8c8c8 solid;
  display: flex;
  padding-bottom: 2rem;
}
.construganas__b2bUnlink {
  color: #898989;
  font-size: 12px;
  font-weight: 400;
}
.construganas__deleteCard {
  font-size: 14px;
  color: #34A7EE;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 400;
  width: fit-content;
}
.construganas__deleteCard.checkout {
  display: none;
}
.construganas__vinculation {
  color: #45A7EE;
  text-decoration: underline;
  font-size: 14px;
  line-height: 17px;
  margin-top: .5rem;
  margin-left: 26px;
  cursor: pointer;
}
.construganas__alertInfo {
  max-width: 300px;
}
.construganas__alertRemember {
  margin-left: 1rem;
  width: 90%;
}
.construganas__notCard {
  width: 215px;
  border: 1px dashed #FF640C;
  color: #FF640C;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 134px;
  border-radius: 6px;
}
@media screen and (max-width: 540px) {
  .construganas {
    flex-direction: column;
    gap: 16px;
  }
  .construganas__title,
  .construganas__ContainerData,
  .construganas__deleteCard {
    align-self: center;
  }
  .construganas__title.shorter,
  .construganas__ContainerData.shorter,
  .construganas__deleteCard.shorter {
    align-self: flex-start;
    text-align: left;
  }
}
/* bonification message */
.checkout-order--summary-construganas {
  display: flex;
  gap: 8px;
  font-weight: 700;
  align-items: center;
  margin-top: 1rem;
  justify-content: space-between;
}
.checkout-order--summary-construganas--orange {
  color: #FF782B;
  font-weight: 700;
}
.checkout-order--summary-construganas.mobile {
  display: none;
}
@media only screen and (max-width: 568px) {
  .checkout-order--summary-construganas.mobile {
    display: flex;
  }
}
.checkout-order--summary-construganas.centered {
  justify-content: center;
  margin-top: 0;
  padding-top: 1.25rem;
}
.checkout-order--summary-construganas.orderDetail {
  font-size: 12px;
}
.checkout-order--summary-construganas.orderDetail.mobile {
  justify-content: center;
}
.checkout-order--sumary-construganas-title {
  display: flex;
  gap: 8px;
  align-items: center;
}
.checkout-order--sumary-construganas-title.orderDetail {
  font-weight: 400;
}
.construganas__disclaimer {
  color: #898989;
  text-align: center;
}
.construganas__noBonification {
  color: #45A7EE!important;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: underline!important;
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
}
/* construganas payment*/
.construganas__errorAlert {
  width: 85%;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: auto 450px;
  padding: 0 20px;
}
.construganasCollapse {
  margin-top: 1.25rem;
}
.construganasCollapse__title {
  color: #45A7EE;
  font-weight: 700;
}
.construganasCollapse__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  width: 100%;
}
.construganasCollapse__container {
  display: flex;
  justify-content: start;
  gap: 10px;
  position: relative;
}
.construganasCollapse__inputLabel {
  font-weight: 700;
  color: #45A7EE;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}
.construganasCollapse__payInput {
  position: relative;
}
.construganasCollapse__currencySymbol {
  position: absolute;
  left: 8px;
  top: 15px;
  z-index: 5;
}
.construganasCollapse__noPointsContainer {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.construganasCollapse__noPointsTitle {
  font-weight: 700;
}
.construganasCollapse__noPointsBlue {
  color: #45A7EE;
  font-weight: 700;
}
/* claimed */
.construganas__claimedContainer {
  display: flex;
  justify-content: space-between;
}
.construganas__mountToClaim,
.construganas__labelMountToClaim {
  color: #70C414;
}
.construganas__removeMountToClaim {
  color: #45A7EE;
  cursor: pointer;
  text-decoration: underline;
}
/* messages for orders cancelled */
.construganasDisclaimer__container {
  display: flex;
  gap: 6px;
  align-items: center;
}
.construganasDisclaimer__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
/* console */
.construganas__unlinkB2b {
  color: #45A7EE;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  right: -8.5rem;
  bottom: 8.5rem;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.ui-menu-item .name {
  font-family: Roboto;
  font-size: 14px;
  color: #001b3a;
}
.ui-menu-item .price {
  font-family: Roboto;
  font-size: 14px;
  color: #001b3a;
  font-weight: bold;
  display: inline-block !important;
}
.ui-menu-item .thumb {
  width: 60px;
  height: 60px;
  min-width: 60px;
  max-width: 60px;
}
@media (min-width: 819px) and (max-width: 821px) {
  .ui-menu-item .thumb {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
  }
}
.page-productGrid .backgroundpage,
.page-searchGrid .withcart,
.page-promotionResultPage .backgroundpage {
  min-height: 350px;
  margin: 0 auto;
}
.page-searchGrid .withcart > .row,
.page-productGrid .withcart > .row,
.page-promotionResultPage .withcart > .row__search,
.page-promotionResultPage .backgroundpage > .row {
  max-width: 1680px;
  margin: auto;
}
.dflex-column {
  display: flex;
  flex-flow: column;
}
@media (min-width: 992px) {
  .product__listing.product__grid .product-item,
  .product__list--item {
    background-color: white;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
  }
  .product__listing.product__list .product__list--item:nth-of-type(2n) {
    background-color: white;
  }
  .product__listing.product__grid {
    margin-left: -20px;
  }
  .product__listing.product__grid .addtocart {
    display: table-cell;
    width: 34%;
  }
  .ver-producto {
    font-size: 12px;
  }
}
.ui-selectmenu-menu.ui-front.ui-selectmenu-open .ui-menu-item.ui-state-focus {
  background-color: transparent;
  color: #001b3a;
  font-weight: bold;
}
.product__listing.product__grid .thumb {
  display: table-cell;
  margin-bottom: 0;
  text-align: center !important;
  height: 120px;
  overflow: hidden;
  width: 20%;
}
.product__listing.product__grid .thumb img {
  width: auto !important;
  max-height: 140px;
  max-width: 140px;
}
.pagination-bar {
  margin: 0;
}
.product__list--wrapper .row .pagination-bar {
  margin: 0;
}
.pagination-bar .pagination-bar-results {
  margin-top: 25px;
  padding: 0;
  color: #001b3a;
  font-family: Roboto;
  font-size: 12px;
}
.product__listing.product__grid .details {
  text-align: left;
  display: table-cell;
  position: static;
  float: none;
  width: 46% !important;
}
.product__listing.product__grid .details .name {
  font-family: Roboto;
  font-size: 20px;
  color: #183d85;
  font-weight: 600 !important;
}
.product__listing.product__grid .details .detail-title {
  position: relative;
  top: -40px;
}
.product__listing.product__grid .details .detail-description {
  position: relative;
  top: -30px;
  height: 80px;
  overflow: hidden;
}
.product__listing.product__grid .addtocart .price {
  text-align: center !important;
  font-size: 40px;
  font-family: Roboto;
  margin-bottom: 20px;
  font-weight: bold;
  display: none;
  color: #001C3B;
}
.product__listing.product__grid .addtocart .price .container-price .quantity-money {
  font-size: 40px;
  font-family: Roboto;
  font-weight: 600;
  text-transform: none;
  vertical-align: top;
}
.product__listing.product__grid .addtocart .price .container-price .symbol-money {
  font-size: 20px;
  vertical-align: text-top;
}
.product__listing.product__grid .addtocart .price .container-price .quantity-decimal-money {
  font-size: 20px;
  vertical-align: text-top;
}
.product__facet .facet .facet__list .facet__list__text {
  font-family: Roboto;
  font-size: 11px !important;
  color: #001b3a;
  text-decoration: none;
  font-weight: 500;
}
.product__facet .facet .facet__list .facet__list__mark {
  background-color: #f1f1f1;
}
@media only screen and (min-width: 769px) {
  .product__facet .facet .facet__list .facet__list__mark {
    height: 16px !important;
    width: 16px !important;
    background-size: 16px 16px !important;
  }
}
@media only screen and (max-width: 768px) {
  .product__facet .facet .facet__list .facet__list__mark {
    height: 24px !important;
    width: 24px !important;
    background-size: 24px 24px !important;
  }
}
@media only screen and (min-width: 1680px) {
  .product__facet .facet .facet__list .facet__list__mark {
    height: 24px !important;
    width: 24px !important;
    background-size: 24px 24px !important;
  }
}
.product__facet .facet .facet__list .icon__responsive {
  display: none;
}
.product__facet .facet .facet__list .icon__screen {
  display: block;
}
.product__facet .facet .facet__list .facet__value__count {
  font-family: Roboto;
  font-size: 12px;
  color: #818181 !important;
  text-decoration: none;
  font-weight: 500;
  /*float: right;*/
}
.product__facet .facet .facet__list li {
  display: table;
  padding: 8px 0;
}
.product__facet .facet .facet__list li .facet__text {
  width: 140px;
  display: table-cell;
  font-weight: 500;
  font-size: 12px;
  color: #001B3A;
  font-family: Roboto;
}
@media screen and (max-width: 768px) {
  .product__facet .facet .facet__list li .facet__text {
    display: inline-block !important;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
  }
}
.product__facet .facet .facet__list li .facet__text a {
  font-family: Roboto;
  font-size: 12px !important;
  color: #183d85 !important;
  text-decoration: none;
  font-weight: 500;
}
.product__facet .facet .facet__list li .facet__text a:hover {
  color: #183d85 !important;
  text-decoration: none;
}
.product__facet .facet .facet__list li .facet__text .facet__value__count {
  font-family: Roboto;
  font-size: 12px;
  color: #818181 !important;
  text-decoration: none;
  font-weight: 500;
  /*float: right;*/
  display: table-cell;
}
.product__facet .facet .facet__list li:last-child {
  padding-bottom: 0;
}
.product-grid-right-result-slot,
.product-list-right-slot,
.search-grid-page-result-grid-slot {
  background-color: #F4F6F9;
  min-height: 350px;
}
.label_text__no_products {
  display: flex;
  justify-content: center;
  justify-self: center;
  flex: 1;
  align-items: center;
  min-height: 500px;
  font-weight: bold;
  font-size: 18px;
  color: #001B3A;
  text-align: center;
}
.product__list--wrapper {
  margin: 0 30px;
}
/*.product-grid-right-result-slot {
    margin: 0 20px;
}*/
.js-facet-form {
  border-bottom: 1px solid lightgray;
  padding-bottom: 25px;
}
.product__facet {
  border-right: none;
  padding-top: 48px;
}
.product__facet .facet {
  border-bottom: none;
}
.product__facet .facet .facet__name {
  color: #001B3A;
  font-family: Roboto !important;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.product__facet .facet .fa-stack {
  float: right;
  top: -5px;
  right: -10px;
}
.product__facet.product__facet__sidebar {
  border: 0;
  padding: 0;
  margin-top: 32px;
}
.product__facet.product__facet__sidebar .facet {
  padding: 3rem 0;
  margin-left: 2rem;
  margin-right: 2rem;
  position: relative;
  max-width: 100%;
  border-bottom: 1px solid #B0B0B0;
}
.product__facet.product__facet__sidebar .facet:first-child {
  padding: 0;
}
.product__facet.product__facet__sidebar .facet:last-child {
  border-bottom: 0;
}
.product__facet.product__facet__sidebar .facet .facet__name {
  color: #001B3A;
  font-family: "Roboto" !important;
  font-weight: bold;
  margin-left: 0;
}
.product__facet.product__facet__sidebar .facet .facet__name h2 {
  font-size: 16px !important;
  font-weight: bold;
  margin-top: 0;
  float: left;
}
.product__facet.product__facet__sidebar .facet .facet__filters--clean {
  float: right;
  color: #309EF7;
  font-family: Roboto;
  font-size: 14px;
  margin-top: 3px;
  line-height: 16px;
}
.product__facet.product__facet__sidebar .facet .facet__list li {
  width: 100%;
}
.product__facet.product__facet__sidebar .facet .facet__list li .facet__text a {
  color: #001C3B !important;
  font-weight: normal !important;
}
.product__facet.product__facet__sidebar .facet .facet__list li div {
  position: relative;
}
.product__facet.product__facet__sidebar .facet .fa-stack {
  top: -5px;
  right: 0;
}
.product__facet.product__facet__sidebar .facet .js-facet-form {
  border: 0;
  padding: 0;
}
.row__search {
  margin: 0 auto;
  max-width: 1680px;
  display: flex;
}
.row__search .navbar__search {
  background-color: #fff;
  flex-grow: left;
  flex-shrink: 0;
  flex-basis: 336px;
}
.row__search .product__list--right {
  flex-direction: column;
  width: 100%;
}
.row__bottom {
  background-color: #fff;
  border-top: 1px solid #E2E2E2;
  margin: 0 auto;
  width: 100%;
  display: flex;
}
.row__bottom .product__list--bottom {
  padding: 20px;
  flex-direction: column;
  width: 100%;
}
.row__bottom .product__list--bottom a {
  color: #FF640C;
}
.product-sidebar {
  background-color: #fff;
  max-width: 336px;
}
@media screen and (max-height: 1159px) {
  .product-sidebar {
    min-height: 70vh;
  }
}
.product-main {
  /* Extra-small */
  /* Small */
  /* Medium-only */
}
@media screen and (max-width: 360px) {
  .product-main {
    /* ... */
    max-width: 100vw !important;
  }
}
@media screen and (min-width: 361px) and (max-width: 480px) {
  .product-main {
    /* ... */
    max-width: 100vw !important;
  }
  .product-main .product-grid-right-result-component {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .product-main {
    /* ... */
    max-width: 100vw !important;
  }
  .product-main .product-grid-right-result-component {
    width: 100%;
    display: inline-block;
  }
}
@media screen and (min-height: 769px) {
  .product-main {
    max-width: calc(100vw - 336px);
  }
}
@media screen and (min-width: 800px) {
  .product-main {
    /* styles for screen viewports that have a width of 800px or more */
    max-width: calc(100vw - 336px);
  }
}
.page-productGrid .product-main .product-grid-right-result-component,
.page-promotionResultPage .product-main .product-grid-right-result-component {
  padding: 24px 0 0;
}
.page-productGrid .product-main .product-grid-right-result-component.carousel-component,
.page-promotionResultPage .product-main .product-grid-right-result-component.carousel-component {
  padding: 0 12px 0;
}
.page-productGrid .product-main .product-grid-right-result-slot,
.page-promotionResultPage .product-main .product-grid-right-result-slot {
  padding-top: 0 !important;
  padding-bottom: 44px;
}
@media (width: 768px) {
  .page-productGrid .product-main .product-grid-right-result-slot,
  .page-promotionResultPage .product-main .product-grid-right-result-slot {
    padding-bottom: 14px;
  }
}
@media (min-width: 768px) {
  .page-productGrid .product-main .product-grid-right-result-component,
  .page-promotionResultPage .product-main .product-grid-right-result-component {
    padding: 32px 0 0;
  }
  .page-productGrid .product-main .product-grid-right-result-component.carousel-component,
  .page-promotionResultPage .product-main .product-grid-right-result-component.carousel-component {
    padding: 0 26px 0;
  }
  .page-productGrid .product-main .product-grid-right-result-slot,
  .page-promotionResultPage .product-main .product-grid-right-result-slot {
    margin-top: 0px !important;
  }
}
.page-productGrid .product-main .results .pagination-results-mobile,
.page-promotionResultPage .product-main .results .pagination-results-mobile {
  display: none;
  color: #001B3A;
}
@media screen and (min-width: 321px) and (max-width: 768px) {
  .page-productGrid .product-main .results .totalNumber,
  .page-promotionResultPage .product-main .results .totalNumber {
    float: right;
    font-size: 20px;
    text-align: right;
    font-weight: bold;
    margin-top: 20px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 320px) {
  .page-productGrid .product-main .results,
  .page-promotionResultPage .product-main .results {
    display: grid;
  }
  .page-productGrid .product-main .results .labelCatMob,
  .page-promotionResultPage .product-main .results .labelCatMob {
    display: block;
  }
  .page-productGrid .product-main .results .totalNumber,
  .page-promotionResultPage .product-main .results .totalNumber {
    padding-left: 10px;
    margin: 0;
    font-weight: bold;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .page-productGrid .product-main .results .pagination-results-mobile,
  .page-promotionResultPage .product-main .results .pagination-results-mobile {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  .page-productGrid .product-main .results .category-label-container,
  .page-promotionResultPage .product-main .results .category-label-container {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  .page-productGrid .product-main .results .category-label-container .labelCatMob,
  .page-promotionResultPage .product-main .results .category-label-container .labelCatMob {
    flex-basis: 70%;
  }
  .page-productGrid .product-main .results .pagination-results-mobile,
  .page-promotionResultPage .product-main .results .pagination-results-mobile {
    display: block;
    padding: 0;
  }
  .page-productGrid .product-main .results .pagination-bar-results-desktop,
  .page-promotionResultPage .product-main .results .pagination-bar-results-desktop {
    display: none;
  }
}
.page-productGrid .product-main .results h3,
.page-promotionResultPage .product-main .results h3 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.page-productGrid .product-main .checkbox_container,
.page-promotionResultPage .product-main .checkbox_container {
  display: block;
  text-align: right;
}
.page-productGrid .product-main .order-container .form-group.order-by,
.page-promotionResultPage .product-main .order-container .form-group.order-by {
  margin-left: 1rem;
  display: flex;
  align-items: baseline;
}
.page-productGrid .product-main .order-container .form-group.order-by select[name="sort"],
.page-promotionResultPage .product-main .order-container .form-group.order-by select[name="sort"] {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .page-productGrid .product-main .order-container .form-group.order-by,
  .page-promotionResultPage .product-main .order-container .form-group.order-by {
    display: none !important;
  }
}
.page-productGrid .product-main #isGrid > li .container-price,
.page-promotionResultPage .product-main #isGrid > li .container-price {
  font-size: 20px;
}
.addtocart-component .actions {
  padding: 0 !important;
}
.ui-selectmenu-menu #sortOptions1-menu.ui-menu {
  padding: 0;
  min-width: 275px;
  margin-left: 7px;
  margin-top: 7px;
}
.ui-selectmenu-menu #sortOptions1-menu.ui-menu .ui-state-disabled.ui-menu-item {
  display: none !important;
}
.ui-selectmenu-menu #sortOptions1-menu.ui-menu .ui-menu-item {
  padding: 9px 16px;
  font-weight: normal !important;
  color: #001B3A !important;
}
.ui-selectmenu-menu #sortOptions1-menu.ui-menu .ui-menu-item:hover {
  background: #f1f1f1 !important;
  color: #001B3A !important;
  font-weight: normal !important;
}
#sortOptions1-button {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.js-facet-list-hidden {
  display: none;
}
.circlefacet {
  background-color: #419BF9;
  border: 1px solid #419BF9;
  font-size: 12px;
  color: white;
  font-weight: 400;
  border-radius: 2px;
  line-height: 14px;
  display: block;
  width: 100px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 6px 12px 6px 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.circlefacet .glyphicon-remove {
  display: none !important;
}
.circlefacet .construrama-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  top: -2px;
  right: 6px;
  position: absolute;
}
.product-grid-left-refinements-slot {
  background-color: white;
}
.pagination-bar.top .pagination-wrap {
  display: none;
}
.pagination-bar.bottom .order-by {
  display: none;
}
.page-searchGrid .pagination-bar.top .pagination-wrap,
.page-productGrid .pagination-bar.top .pagination-wrap,
.page-promotionResultPage .pagination-bar.top .pagination-wrap {
  display: inline;
}
.page-searchGrid .pagination-bar.top .pagination-toolbar,
.page-productGrid .pagination-bar.top .pagination-toolbar,
.page-promotionResultPage .pagination-bar.top .pagination-toolbar {
  border-top: none;
  border-bottom: none;
}
.page-searchGrid .zoom-image,
.page-promotionResultPage .zoom-image {
  margin-top: 38px;
}
.pagination-bar.bottom .pagination-toolbar {
  border-top: none;
  border-bottom: none;
}
.pagination {
  border: none;
}
.pagination > li > a,
.pagination li > span {
  background-color: transparent;
  padding: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.pagination > .disabled > span {
  background-color: transparent;
}
.pagination > li.pagination-prev > span {
  border-right: none;
}
.pagination > li.pagination-next > a {
  border-left: none;
}
.form-group.order-by {
  display: table;
  margin-top: 25px;
  border: 1px solid #C5CEE0;
  border-radius: 3px;
  padding: 0 8px;
  padding-top: 2px;
}
.form-group.order-by .ui-state-hover {
  background-color: transparent;
}
.form-group.order-by span.ui-selectmenu-text {
  background-color: white;
}
.form-group.order-by .order-by-text {
  color: #001B3A;
  font-family: Roboto;
  font-size: 14px;
  line-height: 21px;
  display: table-cell;
  vertical-align: middle;
  font-size: 500;
}
.page-productGrid .form-group.order-by,
.page-searchGrid .form-group.order-by,
.page-promotionResultPage .form-group.order-by {
  border: none;
}
.page-productGrid #sortOptions2,
.page-searchGrid #sortOptions2,
.page-promotionResultPage #sortOptions2 {
  border: none;
}
.page-productGrid .imageContainerPromotions,
.page-searchGrid .imageContainerPromotions,
.page-promotionResultPage .imageContainerPromotions {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 68px;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  /*background-color: white;*/
  color: #183D85;
  font-family: Roboto;
  font-size: 16px;
  /*font-weight: bold;*/
  padding: 0.4em 3.2em 0 1em;
}
/*Solamente se necesita cambiar de color en esta pagina, en todas las demas es blanco*/
.ui-state-focus {
  outline: none;
}
.circle-small-line {
  font-size: 20px;
}
.minus-small {
  font-size: 10px;
}
.search-empty {
  background-color: #F4F6F9;
}
@media (max-width: 480px) {
  .product__listing.product__grid .product-item {
    width: 100%;
    background-color: white;
    box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.1);
    margin: 3px !important;
  }
  .product__list--wrapper .results h1 {
    font-size: 22px;
  }
  .product__listing.product__grid .addtocart {
    display: block;
    width: 100%;
  }
  /*.desktop__nav{
 		display:none !important;
	}*/
  .btn.btn-default.js-show-facets {
    background-color: transparent;
    border: 0.81px solid #183D85;
    border-radius: 3px !important;
    color: black;
    font-family: Roboto;
    color: #183D85;
    text-transform: none;
    font-size: 16px;
  }
  .product__facet .facet {
    padding: 0;
    margin-bottom: 18px;
    border-bottom: 1px solid lightgrey;
  }
  .product__facet .facet .facet__values {
    display: inline;
  }
  .product__facet .facet .facet__name {
    background: transparent;
    cursor: pointer;
    padding: 0;
    padding-left: 0;
    text-transform: capitalize;
    position: relative;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    z-index: 999;
  }
  /*.headline-text {
        display: none;
    }*/
  .form-group.order-by {
    float: none;
    margin: auto;
  }
  .pagination-bar .pagination-bar-results {
    margin-left: 20px;
  }
  /*.pageLabel-search .backgroundpage {
        //margin-top: -40px;
    }*/
  .product__listing.product__grid .addtocart .price {
    margin-bottom: 0;
  }
  .product__listing.product__grid .details {
    max-width: none !important;
    padding-left: 0;
    width: auto !important;
  }
  .product__listing.product__grid .details .detail-title {
    text-align: center;
    top: 0;
  }
  .product__listing.product__grid .thumb {
    margin: auto;
    width: auto;
    height: auto;
  }
  .ver-producto {
    font-size: 10px;
  }
}
@media (max-width: 479px) {
  .btn.btn-default.js-show-facets {
    background-color: transparent;
    border: 0.81px solid #183D85;
    border-radius: 3px !important;
    color: black;
    font-family: Roboto;
    color: #183D85;
    text-transform: none;
    font-size: 16px;
  }
  .product-grid-right-result-slot {
    margin: 0;
  }
}
.pagination-bar.top .pagination-toolbar {
  padding-bottom: 16px !important;
  display: none;
}
.results .pagination-bar-results,
.results .pagination-wrap {
  margin-top: 24px;
}
.product-grid-right-result-component .pagination-bar-results:last-child,
.product-grid-right-result-component .pagination-wrap:last-child {
  margin: 10px 0 26px;
}
@media (max-width: 480px) {
  .product-grid-right-result-component .pagination-bar-results:last-child,
  .product-grid-right-result-component .pagination-wrap:last-child {
    margin: 0 0 22px;
  }
}
@media (width: 800px) {
  .product-grid-right-result-component .pagination-bar-results:last-child,
  .product-grid-right-result-component .pagination-wrap:last-child {
    margin: 14px 0 22px;
  }
}
@media (min-width: 992px) {
  .product-grid-right-result-component .pagination-bar-results:last-child,
  .product-grid-right-result-component .pagination-wrap:last-child {
    margin: 0 0 10px;
  }
}
@media (width: 768px) {
  .product-grid-right-result-component .pagination-bar-results:last-child,
  .product-grid-right-result-component .pagination-wrap:last-child {
    margin: 10px 0;
  }
}
@media (width: 820px) {
  .product-grid-right-result-component .pagination-bar-results:last-child,
  .product-grid-right-result-component .pagination-wrap:last-child {
    margin: 14px 0 24px;
  }
}
.page-promotionResultPage .pagination-wrap:last-child {
  padding-left: 4px;
  margin-top: 0;
}
.page-productGrid .backgroundpage .results,
.page-promotionResultPage .backgroundpage .results {
  padding-bottom: 20px;
  padding-top: 10px;
}
.page-productGrid .backgroundpage .results .pagination-bar-results,
.page-promotionResultPage .backgroundpage .results .pagination-bar-results {
  padding-left: 4px;
  margin-top: 0;
}
.page-productGrid .backgroundpage .product-grid-right-result-component .pagination-wrap:last-child,
.page-promotionResultPage .backgroundpage .product-grid-right-result-component .pagination-wrap:last-child {
  margin-top: 20px;
  padding-right: 15px;
}
.page-productGrid .backgroundpage .pagination-bar-results,
.page-promotionResultPage .backgroundpage .pagination-bar-results {
  padding-left: 20px;
  margin-top: 20px;
}
.page-productGrid .backgroundpage .pagination-bar .pagination-toolbar,
.page-promotionResultPage .backgroundpage .pagination-bar .pagination-toolbar {
  padding-top: 0;
  padding-bottom: 20px;
}
.page-searchGrid .backgroundpage .grid-container__,
.page-productGrid .withcarts .grid-container__,
.page-promotionResultPage .backgroundpage .grid-container__ {
  margin-top: 0;
}
.page-searchGrid .backgroundpage .results,
.page-productGrid .withcarts .results,
.page-promotionResultPage .backgroundpage .results {
  padding-bottom: 20px;
  padding-top: 10px;
}
.page-searchGrid .backgroundpage .product-grid-right-result-component .pagination-wrap:last-child,
.page-productGrid .withcarts .product-grid-right-result-component .pagination-wrap:last-child,
.page-promotionResultPage .backgroundpage .product-grid-right-result-component .pagination-wrap:last-child {
  margin-top: 20px;
  padding-right: 15px;
}
.page-searchGrid .backgroundpage .pagination-bar .pagination-toolbar,
.page-productGrid .withcarts .pagination-bar .pagination-toolbar,
.page-promotionResultPage .backgroundpage .pagination-bar .pagination-toolbar {
  padding-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.tabs .tabbody {
  border-bottom: 0 !important;
}
.product-classifications .headline {
  margin-bottom: 32px;
}
.product-classifications .headline .tableProducDetail {
  font-weight: 400 !important;
}
.facet__list__label .facet__list__text:hover {
  color: #3fa9f5 !important;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#geoIp {
  display: none;
}
.search_zone {
  position: absolute;
  top: 20px;
  font-size: 14px;
  color: #001B3A;
}
#sectionM .construrama-icon {
  width: 35px;
  height: 50px;
  background-size: 35px 35px;
  position: relative;
  top: 10px;
}
.landing_search_box #sectionA .glyphicon {
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  display: inline-block;
  background-repeat: no-repeat;
  padding-top: 20px;
}
.landing_search_box #sectionA .background-search {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .landing_search_box #sectionA #geoIp.landing_search_address [placeholder],
  .landing_search_box #sectionA .input-group-btn [placeholder] {
    color: transparent;
  }
}
.landing_search_box #sectionA #geoIp.landing_search_address .btn-link,
.landing_search_box #sectionA .input-group-btn .btn-link {
  position: relative;
  right: 1em;
}
@media (max-width: 992px) {
  .landing_search_box #sectionA #geoIp.landing_search_address .btn-link,
  .landing_search_box #sectionA .input-group-btn .btn-link {
    top: 10px;
    right: 5px;
  }
}
@media (max-width: 768px) {
  .landing_search_box #sectionA #geoIp.landing_search_address .btn-link,
  .landing_search_box #sectionA .input-group-btn .btn-link {
    right: 16px;
  }
}
@media (max-width: 320px) {
  .landing_search_box #sectionA #geoIp.landing_search_address .btn-link,
  .landing_search_box #sectionA .input-group-btn .btn-link {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .landing_search_box #sectionA .construrama-icon.medium {
    background-size: 35px 35px !important;
  }
}
@media (max-width: 320px) {
  .landing_search_box #sectionA .construrama-icon.medium {
    background-size: 30px 30px !important;
  }
}
@media (max-width: 768px) {
  .landing_search_box #sectionA .landing_search_geolocation {
    left: 40px;
  }
}
@media (max-width: 480px) {
  .landing_search_box #sectionA .landing_search_geolocation {
    left: 10px;
    top: 30px;
  }
}
@media (max-width: 320px) {
  .landing_search_box #sectionA .landing_search_geolocation {
    left: 5px;
  }
}
.landing_search_box #sectionB .ui-autocomplete .ui-menu-item {
  text-transform: inherit;
  padding: 7px 10px;
  font-size: 16px;
  cursor: pointer;
}
.landing_search_box #sectionB .input-group-btn {
  border-left: solid 1px #DEDEDE;
  padding-left: 20px;
}
.landing_search_box #sectionB .input-group-btn .btn-link {
  margin-left: -20px;
}
.landing_search_box #sectionD .input-group-btn {
  border-left: solid 1px #DEDEDE;
}
.landing_search_box #sectionD .input-group-btn .construrama-icon,
.landing_search_box #sectionD .input-group-btn .glyphicon {
  margin-left: 15px;
}
.landing_search_box .ui-autocomplete {
  background: white;
  margin-top: 10em !important;
  border-radius: 0 0 4px 4px;
}
.landing_search_box #geoIp {
  display: block;
}
.landing_search_box .orange_dot {
  height: 12px;
  width: 12px !important;
  background-color: #FF640C;
  position: absolute;
  top: 35px;
  left: 19px;
}
.landing_search_box .background-search {
  background-color: white !important;
  width: 100%;
}
.landing_search_box .background-search input .form-control {
  border: none;
  padding-left: 2.5em;
}
.landing_search_box .background-search input [placeholder]::-webkit-input-placeholder {
  font-size: 50px;
  padding-left: 2em;
}
.landing_search_box .background-search input::-webkit-input-placeholder {
  font-size: 50px;
}
.landing_search_box .background-search .form-control {
  border: none;
  height: 100%;
  min-height: 80px;
  width: 100%;
  font-size: 18px;
  padding-left: 2.5em;
  box-shadow: 0 0 0;
}
.landing_search_box .background-search .stores {
  width: 100%;
}
.landing_search_box .background-search a {
  color: black !important;
}
.landing_search_box .background-search .location {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .landing_search_box .background-search .location {
    margin-left: 0px;
  }
}
.landing_search_box .background-search-transparent {
  min-height: 80px;
  border-radius: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.landing_search_box .background-search-transparent::-ms-clear {
  display: none;
}
.landing_search_box [placeholder]::-webkit-input-placeholder {
  font-weight: normal;
  color: #979797;
}
.landing_search_box input[type="text"].form-control:not(.js-site-search-input) {
  border: none;
  max-width: auto !important;
  padding-left: 2.5em;
  font-size: 20px !important;
}
@media (max-width: 768px) {
  .landing_search_box input[type="text"].form-control:not(.js-site-search-input) {
    padding-left: 2.5em;
  }
}
.landing_search_box .ui-menu-item {
  min-height: 60px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  color: #001B3A;
}
.landing_search_box .ui-menu-item {
  line-height: 90px;
  text-align: center;
}
.landing_search_box .thumb {
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-right: 1em;
}
.landing_search_box .name {
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-right: 1em;
  height: 100%;
}
.landing_search_box .thumb + .name {
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-right: 1em;
  height: 100%;
}
.landing_search_box .price {
  display: inline-block;
  display: none !important;
  vertical-align: middle;
  float: right;
  margin-right: 1em;
  height: 100%;
  min-height: 88px;
}
.landing_search_address {
  display: inline;
  vertical-align: middle;
}
.landing_search_address .background-search-transparent {
  border: none;
  height: auto;
  width: 100%;
  display: inline;
  min-height: 80px;
  vertical-align: middle;
  margin-top: 0;
  margin-left: 1.5em;
  color: #001B3A;
  font-weight: bold;
  padding-top: 20px;
  outline: none;
}
.landing_search_geolocation {
  position: absolute;
  top: 50%;
  font-size: 15px;
}
.landing_search_tabs {
  display: inline;
  vertical-align: middle;
  max-width: 800px;
  border: none;
  padding-bottom: 1em;
}
.landing_search_tabs li.active > a {
  background-color: #3166A9 !important;
  color: white;
  font-size: 18px;
  font-weight: bold;
  border: none;
  text-align: center;
  max-height: 37px;
}
@media (max-width: 480px) {
  .landing_search_tabs li.active > a {
    font-size: 13px;
  }
}
.landing_search_tabs li.active > a:hover {
  background-color: #3166A9 !important;
  color: white;
  font-size: 18px;
  font-weight: bold;
  border: none;
  text-align: center;
  max-height: 37px;
}
@media (max-width: 480px) {
  .landing_search_tabs li.active > a:hover {
    font-size: 13px;
  }
}
.landing_search_tabs li > a:hover {
  background-color: #3166A9 !important;
  color: white;
  font-size: 18px;
  font-weight: bold;
  border: none;
  text-align: center;
  max-height: 37px;
}
@media (max-width: 480px) {
  .landing_search_tabs li > a:hover {
    font-size: 13px;
  }
}
.landing_search_tabs li > a {
  border-radius: 50px;
  color: white;
  font-size: 18px;
  font-weight: normal;
  border: none;
  display: inline;
  vertical-align: middle;
  text-align: center;
  min-width: 180px;
  display: none;
}
@media (max-width: 480px) {
  .landing_search_tabs li > a {
    font-size: 13px;
  }
}
.landing_search_tabs li {
  display: inline;
  vertical-align: middle;
}
.landing_search_tabs li.active > a,
.landing_search_tabs li.active > a:hover,
.landing_search_tabs li.active > a:focus {
  color: white;
  border: none;
  display: none;
}
.landing_search_tabs li:nth-child(2) {
  margin-left: 1em;
  margin-right: 1em;
}
[exchange] {
  color: white;
  font-size: 18px;
}
.page-landingPage.StoreModalOpen {
  cursor: -webkit-image-set(url('../fonts/construrama/img/close_modal.png') 4x) 20 20, default !important;
}
.searchbox {
  position: relative;
  min-width: 50px;
  width: 0%;
  height: 50px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: #dcddd8;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0px 55px 0px 20px;
  font-size: 15px;
  color: red;
}
.searchbox-input::-webkit-input-placeholder {
  color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
  color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
  color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
  color: #d74b4b;
}
.searchbox-open {
  width: 100%;
}
.byline {
  position: absolute;
  top: 150px;
  left: 30%;
  text-align: center;
  font-size: 18px;
}
.byline a {
  text-decoration: none;
  color: #d74b4b;
}
.geoIp {
  /* Popover */
  /* Popover Header */
  /* Popover Body */
  /* Popover Arrow */
}
.geoIp .popover {
  border: none;
  background-color: black;
  width: 261px;
  border-radius: 4px;
  height: 194px;
  top: 90px !important;
  left: 0 !important;
  display: block !important;
}
.geoIp .popover-title {
  background-color: black;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
  border: none;
}
.geoIp .popover-subtitle {
  color: orange;
}
.geoIp .popover-content {
  background-color: black;
  color: #FFFFFF;
}
.geoIp .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: black;
}
.geoIp .fa {
  color: orange;
}
.geoIp .orange {
  color: #ffa500;
}
.toggler {
  width: 500px;
  height: 200px;
  position: relative;
}
.store_display {
  position: absolute;
  width: 50%;
  z-index: 1;
  background: white;
  font-size: 12px;
  top: 10px;
  left: 50px;
}
#effect {
  width: 240px;
  height: 170px;
  padding: 0.4em;
  position: relative;
}
#effect h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
}
.ui-effects-transfer {
  border: 1px gray;
}
.landing_search_geolocation {
  padding-right: 1em;
}
.search-nav .landing_search_address .background-search-transparent {
  margin-left: 2px;
}
.search-nav .landing_search_geolocation {
  padding-right: 0px;
}
.search-nav #geoIp {
  border: none !important;
}
.search-nav .landing_search_address {
  border: none;
}
.search-nav .landing_search_box .background-search {
  border: none;
}
.search-nav .landing_search_box .background-search .location {
  margin-left: 15px;
}
.search-nav .landing_search_box .orange_dot {
  height: 12px !important;
  width: 12px !important;
  background-color: #FF640C;
  position: absolute;
  top: 25px;
  left: 5px;
}
.search-nav .landing_search_box .background-search .form-control {
  padding-left: 1.1em;
}
.search-nav .construrama-icon.medium {
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  margin-top: 3px;
}
.search-nav .page-landingPage nav .search-nav .landing_parent .landing_search_box [placeholder] {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .search-nav .page-landingPage nav .search-nav .landing_parent .landing_search_box [placeholder] {
    font-size: 12px;
  }
}
.search-nav .search_zone {
  font-size: 10px;
}
.search-nav .construrama-icon.extra-small {
  width: 8px;
  height: 10px;
  background-size: 8px 10px;
}
.search-nav .construrama-icon.medium-rectangle-arrow {
  height: 8px;
  width: 18px;
  background-size: 18px 8px;
}
.page-landingPageSearch .withcart .row {
  display: flex;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-landingPageSearch .withcart .row {
    /* IE10+ CSS styles go here */
    display: block;
  }
}
.page-landingPageSearch .product-sidebar {
  background-color: #fff;
}
.categories-promotion-banner {
  margin: 0 8px;
}
.categories-promotion-banner__img-desktop {
  display: none;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .categories-promotion-banner__img-desktop {
    display: block;
  }
}
.categories-promotion-banner__img-tablet {
  display: none;
  margin-top: 44px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .categories-promotion-banner__img-tablet {
    display: block;
  }
}
.categories-promotion-banner__img-mobile {
  display: none;
  margin-top: 54px;
}
@media screen and (max-width: 480px) {
  .categories-promotion-banner__img-mobile {
    display: block;
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .categories-promotion-banner {
    margin: 0px;
  }
}
div.results .pagination-results-mobile {
  display: none;
  color: #001B3A;
}
div.results.cma-search-group .labelCatMobSearch {
  display: none;
}
div.results.cma-search-group .pagination-results-mobile {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  div.results.cma-search-group .pagination-results-mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  div.results.cma-search-group .container-header-page {
    display: block;
  }
}
div.results h1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  color: #001B3A;
  line-height: 1.2;
  padding-left: 10px;
  padding-bottom: 20px;
  margin-top: 0px;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  div.results h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  div.results h1 {
    padding-left: 0;
    padding-top: 8px;
    padding-bottom: 12px;
    font-size: 18px;
  }
}
div.results .container-header-page div.category-label-container {
  border: none;
  padding: 0;
}
@media screen and (max-width: 480px) {
  div.results .container-header-page {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  div.results .container-header-page .totalNumberSearch {
    font-size: 20px;
    text-align: right;
    margin-top: 2px;
    padding-right: 1em;
  }
}
@media screen and (max-width: 480px) {
  div.results div.container-header-page div.pagination-results-mobile {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  div.results div.container-header-page .category-label-container {
    display: flex;
    align-items: baseline;
    width: 100%;
    justify-content: space-between;
  }
  div.results div.container-header-page .category-label-container .labelCatMobSearch {
    flex-basis: 70%;
  }
  div.results div.container-header-page .category-label-container .labelCatMobSearch h1 {
    text-overflow: initial;
    overflow: initial;
    white-space: initial;
    width: initial;
  }
  div.results div.container-header-page div.pagination-results-mobile {
    display: block;
    border: none;
    padding: 0;
  }
  div.results .items-pagination__container {
    display: none;
  }
  div.results .cma-search-group .pagination-wrap {
    display: none;
  }
  div.results .cma-search-group .items-pagination__container {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  div.results .pagination-container .row:first-child .pagination-wrap {
    margin-bottom: 0;
    margin-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  div.results .pagination-container .row:first-child .pagination-wrap .pagination-bar-results {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  div.results .pagination-container .row:first-child .pagination-wrap .pagination-bar-results {
    margin-bottom: 24px !important;
  }
}
.no-coverage-message {
  background-color: #FFE9DA;
  padding: 10px;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .no-coverage-message--fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
  }
}
.no-coverage-message .container-fluid {
  max-width: none;
}
/*Clase que contendra todos los estilos de los botones, ya que es estandar para todo el sitio*/
.btn {
  text-transform: initial !important;
  color: #fff;
  padding: 8px 14px;
  font-size: 14px;
  border-radius: 3px !important;
}
.button {
  padding: 10px 16px 10px 16px;
  margin-bottom: 12px;
  border-radius: 2px !important;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  width: auto;
  min-width: 120px;
  max-width: 240px;
  text-decoration: none;
  line-height: 16px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  /*float:right;*/
}
@media (max-width: 479px) and (orientation: portrait) {
  .button {
    /*min-width:@screen-xs-min;
		width:@screen-xs;*/
    width: 100%;
    min-width: 100%;
  }
}
.button-success {
  color: white !important;
  background-color: #5EBE1D !important;
  border: 1px solid #5EBE1D;
}
.btn-tertiary,
.button-tertiary {
  border: 1px solid;
  border-color: #45a7ee;
  background-color: #45a7ee;
  border-radius: 3px !important;
  padding: 8px 16px;
  color: white;
}
.btn-borderclear {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  padding: 8px 14px;
  border: 1px solid #ff640c !important;
  border-radius: 23px !important;
  background: transparent;
  color: #ff640c !important;
}
.btn-borderclear a {
  color: #ff640c !important;
}
.btn-borderclear:active {
  background: linear-gradient(to right, #ff640c 50%, #ff4e00 50%);
}
.button-primary {
  border: 1px solid;
  border-color: #45a7ee;
  color: white;
  background-color: #45a7ee;
  border-radius: 3px !important;
  padding: 8px 16px;
}
.btn-link {
  color: #0486e0 !important;
  background-color: transparent;
  border-color: transparent;
}
.btn-subordinate {
  color: #bdc6d2;
  background-color: transparent;
  border-color: transparent;
}
.btn-primary:hover {
  color: #fff;
  background-color: #45a7ee;
  outline: none;
}
.btn-primary:focus {
  color: #fff;
  background-color: #45a7ee;
  border-color: #45a7ee;
  outline: none;
}
.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 {
  background-color: #45a7ee;
  border-color: #45a7ee;
}
.button-secondary {
  color: #183d85 !important;
  background-color: transparent !important;
  border: 1px solid #183d85;
}
.button-disabled {
  color: white !important;
  background-color: #929292 !important;
  border: 1px solid #929292;
}
.button:hover {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.14);
}
.boton-primario {
  font-size: 16px;
  font-weight: 400;
  border: 1px solid;
  border-color: #45a7ee;
  color: white;
  background-color: #45a7ee;
  border-radius: 3px !important;
  padding: 8px 16px;
}
.boton-primario:hover {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.14);
}
.boton-secundario {
  color: #183d85;
  background-color: transparent;
  padding: 6px 16px 6px 16px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  min-width: 190px;
  border: 1px solid #183d85;
  text-decoration: none;
  margin-bottom: 12px;
  border-radius: 2px;
  line-height: 16px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.boton-secundario:hover {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.14);
}
.boton-primario:active {
  background-color: #2684c7;
}
.boton-secundario:active {
  border-color: 1px solid #2684c7;
  color: #2684c7;
}
.boton-primary:active {
  color: darkgrey;
}
.boton-primary:focus {
  color: darkgrey;
}
.boton-primary {
  color: #183d85;
  padding: 6px 16px 6px 16px;
  font-weight: bold;
  background-color: white;
  font-size: 16px;
  text-transform: capitalize;
  min-width: 190px;
  border: 1px solid white;
  text-decoration: none;
  margin-bottom: 12px;
  border-radius: 2px;
  line-height: 16px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.boton-primary:hover {
  color: white !important;
  padding: 6px 16px 6px 16px;
  font-weight: bold;
  background-color: #183d85 !important;
  font-size: 16px;
  text-transform: capitalize;
  min-width: 190px;
  border: 1px solid #183d85;
  text-decoration: none;
  margin-bottom: 12px;
  border-radius: 2px;
  line-height: 16px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.boton-secondary {
  color: white !important;
  padding: 6px 16px 6px 16px;
  font-weight: bold;
  background-color: #183d85 !important;
  font-size: 16px;
  text-transform: capitalize;
  min-width: 190px;
  border: 1px solid #183d85;
  text-decoration: none;
  margin-bottom: 12px;
  border-radius: 2px;
  line-height: 16px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.boton-secondary:hover {
  color: #183d85;
  padding: 6px 16px 6px 16px;
  font-weight: bold;
  background-color: white;
  font-size: 16px;
  text-transform: capitalize;
  min-width: 190px;
  border: 1px solid white;
  text-decoration: none;
  margin-bottom: 12px;
  border-radius: 2px;
  line-height: 16px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.boton-secondary-compare {
  color: white !important;
  padding: 6px 16px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 3px;
  background-color: #45A7EE;
  border: 1px solid #45A7EE;
  font-weight: normal;
  width: 85%;
  margin: 0 1rem 1rem;
}
.boton-secondary-compare:hover {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.14);
}
#addToCartButton {
  background-color: #45a7ee;
  border: 1px solid #45a7ee;
  font-weight: normal;
}
.dls-button {
  color: white;
  padding: 8px 16px 8px 16px;
  font-weight: bold;
  font-size: 16px;
  text-transform: capitalize;
  height: 32px;
  text-decoration: none;
  border: none;
  margin-bottom: 12px;
  line-height: 16px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.dls-button-wide {
  width: 100%;
}
.dls-button-primary {
  color: white;
  padding: 8px 16px 8px 16px;
  font-weight: bold;
  font-size: 16px;
  text-transform: capitalize;
  height: 32px;
  text-decoration: none;
  border: none;
  margin-bottom: 12px;
  line-height: 16px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  background-color: #183d85;
  min-width: 94px;
}
.dls-button-secondary {
  color: white;
  padding: 8px 16px 8px 16px;
  font-weight: bold;
  font-size: 16px;
  text-transform: capitalize;
  height: 32px;
  text-decoration: none;
  margin-bottom: 12px;
  line-height: 16px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  color: #183d85;
}
#cancel {
  background-color: transparent;
  color: #45a7ee;
}
#cancel:hover {
  color: #45a7ee;
}
.btn-primary-b2c {
  transition: background-position 0.5s;
  background: linear-gradient(to right, #73bdf2 50%, #45a7ee 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border-radius: 4px !important;
  border: none;
  font-family: 'Roboto' !important;
  font-size: 16px !important;
  color: white;
}
.btn-primary-b2c:hover {
  background-position: left bottom;
  box-shadow: none !important;
}
.btn-primary-b2c:focus,
.btn-primary-b2c:active {
  background: #45A7EE;
  color: white;
}
.btn-outline-secondary {
  color: #001B3A!important;
  transition: background-position 0.5s;
  background: linear-gradient(to right, #00173b 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border-radius: 4px !important;
  border: none;
  font-family: 'Roboto' !important;
  font-size: 16px !important;
  border: 1px solid #001B3A;
}
.btn-outline-secondary:hover {
  color: #fff!important;
  background-position: left bottom;
  box-shadow: none !important;
}
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
  background: #00173B;
  color: white;
}
.btn-outline-cancel {
  transition: background-position 0.5s;
  background: linear-gradient(to right, #cfcfcf 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border-radius: 4px !important;
  border: none;
  font-family: 'Roboto' !important;
  font-size: 16px !important;
  border: 1px solid #CFCFCF;
  color: #CFCFCF!important;
}
.btn-outline-cancel:hover {
  background-position: left bottom;
  box-shadow: none !important;
}
.btn-outline-cancel:focus,
.btn-outline-cancel:active {
  color: #CFCFCF;
}
.btn-primary-b2c-tertiary {
  transition: background-position 0.5s;
  background: linear-gradient(to right, #ff640c 50%, #ff4e00 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border-radius: 4px !important;
  border: none;
  font-family: 'Roboto' !important;
  font-size: 16px !important;
  color: white;
}
.btn-primary-b2c-tertiary:hover {
  background-position: left bottom;
  box-shadow: none !important;
}
.btn-primary-b2c-tertiary:focus,
.btn-primary-b2c-tertiary:active {
  background: #FF640C;
  color: white;
}
.btn-outline-tertiary {
  transition: background-position 0.5s;
  background: linear-gradient(to right, #ff640c 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border-radius: 4px !important;
  border: none;
  font-family: 'Roboto' !important;
  font-size: 16px !important;
  border: 1px solid #FF640C;
  color: #FF640C!important;
}
.btn-outline-tertiary:hover {
  background-position: left bottom;
  box-shadow: none !important;
}
.btn-outline-tertiary:focus,
.btn-outline-tertiary:active {
  background: #FF640C;
  color: white;
}
.btn-default {
  border: none !important;
  background: transparent;
  color: #001B3A;
  text-transform: initial;
  text-decoration: none;
}
.btn-default:hover {
  color: #001B3A;
  background: transparent;
  text-decoration: underline;
}
.transition_left_to_right {
  transition: background-position 0.5s;
  background: linear-gradient(to right, #73bdf2 50%, #45a7ee 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border-radius: 4px !important;
  border: none;
  font-family: 'Roboto' !important;
  font-size: 16px !important;
  border: none !important;
}
.transition_left_to_right:hover {
  background-position: left bottom;
  box-shadow: none !important;
  border: none !important;
}
#registerButtonLoading .fa {
  cursor: not-allowed;
  color: white;
}
#registerButtonLoading .fa:hover {
  cursor: not-allowed;
  color: white !important;
}
.add-to-cart__btn__container--desktop {
  display: block;
}
@media screen and (max-width: 821px) {
  .add-to-cart__btn__container--desktop {
    display: none;
  }
}
.add-to-cart__btn__container--mobile {
  display: none;
}
@media screen and (max-width: 821px) {
  .add-to-cart__btn__container--mobile {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.add-to-cart__btn--desktopOut {
  margin-top: 16px;
}
.add-to-cart__btn--desktop {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}
.add-to-cart__btn--desktop .addToCartbutton__qty {
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: bold;
}
.add-to-cart__btn--desktop .addToCartbutton__qty p {
  margin: 0;
  font-family: 'Roboto';
  font-size: 14px;
  line-height: revert;
}
.add-to-cart__btn--desktop .addToCartbutton__price {
  font-family: 'Roboto';
  font-size: 14px;
}
.add-to-cart__btn--mobile {
  margin-top: 12px;
  gap: 3px;
  display: flex;
  flex-direction: column;
}
.add-to-cart__btn--mobile .addToCartbutton__qty {
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: bold;
}
.add-to-cart__btn--mobile p {
  margin: 0;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: revert;
}
.add-to-cart__btn--mobile .addToCartbutton__price {
  font-family: 'Roboto';
  font-size: 16px;
}
.fade-in {
  -webkit-animation: fadein 0.2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.2s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.2s;
  /* Internet Explorer */
  -o-animation: fadein 0.2s;
  /* Opera < 12.1 */
  animation: fadein 0.2s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes bounce-left {
  0% {
    -webkit-transform: translateX(-48px);
    transform: translateX(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(-26px);
    transform: translateX(-26px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateX(-13px);
    transform: translateX(-13px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(-6.5px);
    transform: translateX(-6.5px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87%,
  98% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-left {
  0% {
    -webkit-transform: translateX(-48px);
    transform: translateX(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(-26px);
    transform: translateX(-26px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateX(-13px);
    transform: translateX(-13px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(-6.5px);
    transform: translateX(-6.5px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87%,
  98% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
.banner-desktop {
  width: 100%;
}
@media screen and (max-width: 993px) {
  .banner-desktop {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .banner-desktop {
    display: block;
  }
}
.banner-mobile {
  width: 100%;
}
@media screen and (max-width: 993px) {
  .banner-mobile {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .banner-mobile {
    display: none;
  }
}
.footer-contact__container {
  gap: 100px;
  display: flex;
  justify-content: center;
  background-color: #003E85;
}
.footer-contact__container .footer-contact__content {
  display: flex;
  justify-content: start;
  flex-direction: column;
  margin-top: 40px;
  text-align: center;
  align-items: center;
  gap: 19px;
  max-width: 140px;
}
@media screen and (max-width: 992px) {
  .footer-contact__container .footer-contact__content:first-of-type {
    grid-column: 1 / 3;
  }
}
.footer-contact__container .footer-contact__content:hover {
  color: #FF640C;
}
.footer-contact__container img.footer-contact__img:hover {
  cursor: pointer;
  filter: invert(46%) sepia(72%) saturate(2487%) hue-rotate(352deg) brightness(99%) contrast(105%);
}
.footer-contact__container .cma-title--footer-contact {
  color: #FFFF;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
@media screen and (max-width: 992px) {
  .footer-contact__container {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 0 !important;
    justify-items: center;
    justify-content: normal;
  }
}
.cma-testimonials {
  background-color: #F4F6F9;
  padding: 3.5rem 0;
}
.cma-testimonials .cma-title--testimonials {
  margin: 0 0 3.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.938rem;
}
.cma-testimonials .cma-testimonials__container {
  gap: 3.75rem 2rem;
  padding-top: 2.25rem;
}
.cma-testimonials .cma-testimonials__container .cma-testimonials__content {
  position: relative;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 289px;
  padding: 0 1.5rem 1.5rem;
  border-radius: 0.5rem;
}
.cma-testimonials .cma-testimonials__container .cma-testimonials__content--image {
  min-height: 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  margin: -2.25rem auto 1.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cma-testimonials .cma-testimonials__container .cma-testimonials__content--description {
  margin-bottom: 1rem;
  color: #001B3A;
  font-size: 1rem;
  line-height: 1.313rem;
}
.cma-testimonials .cma-testimonials__container .cma-testimonials__content--title {
  color: #001B3A;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
}
@media screen and (max-width: 992px) {
  .cma-testimonials {
    padding: 2.5rem 0;
  }
  .cma-testimonials .cma-title--testimonials {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 2.375rem;
  }
  .cma-testimonials .cma-testimonials__container {
    padding-top: 2rem;
  }
}
.cma-construtips--wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 992px) {
  .cma-construtips--wrapper {
    padding-top: 2.5rem;
    padding-bottom: 3.375rem;
  }
}
.cma-title {
  font-family: Roboto;
}
.cma-title--construtips {
  margin: 0 0 1.5rem;
}
.cma-title--construtips h1 {
  margin: 0;
  font-size: 26px !important;
  line-height: 28px;
  text-align: left;
  font-weight: bold;
  color: #001B3A;
}
@media screen and (max-width: 992px) {
  .cma-title--construtips h1 {
    font-size: 22px !important;
    line-height: 25px;
  }
}
.cma-construtips__container {
  gap: 32px;
  display: flex;
  justify-content: center;
}
.cma-construtips__container .cma-construtips__content {
  display: flex;
  flex-direction: column;
}
.cma-construtips__container .cma-construtips__content img {
  border-radius: 5px;
}
.cma-construtips__container .cma-construtips__content img:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cma-construtips__container .cma-construtips__content p {
  margin: 24px 0 0 0;
  font-family: Roboto;
  font-weight: bold;
  font-size: 18px !important;
  line-height: 21px;
  text-align: left;
  color: #001B3A;
}
@media screen and (max-width: 992px) {
  .cma-construtips__container .cma-construtips__content p {
    margin-bottom: 32px;
    font-size: 16px !important;
  }
}
@media screen and (max-width: 992px) {
  .cma-construtips__container .cma-construtips__content {
    margin-right: 0;
  }
}
.cma-construtips__container .banner-desktop {
  width: auto;
}
.cma-construtips__container .banner-mobile {
  width: auto;
}
@media screen and (max-width: 992px) {
  .cma-construtips__container {
    margin: 0;
    gap: 0 1rem;
    flex-wrap: wrap;
  }
}
.cma-construtips-btn {
  display: flex;
  justify-content: center;
}
.cma-construtips-btn__container {
  margin: 56px 0 0;
}
@media screen and (max-width: 992px) {
  .cma-construtips-btn__container {
    margin-top: 14px;
  }
}
.cma-construtips-btn__container cma-button {
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .cma-construtips-btn__container cma-button {
    width: 252px;
  }
}
#footer {
  background-color: #003E85;
}
.footer__container {
  display: grid;
  justify-content: center;
  gap: 10px;
  grid-template-columns: 2fr repeat(3, 1fr);
  padding: 20px 0;
}
@media (max-width: 992px) {
  .footer__container .footer-categories__container {
    margin: 0 -0.75rem;
    padding: 15px 0.75rem;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #003169;
  }
}
.footer__container .footer-categories__header .arrows__container {
  display: none;
}
@media (max-width: 992px) {
  .footer__container .footer-categories__header .arrows__container {
    display: block;
  }
  .footer__container .footer-categories__header .arrows__container .arrow-down {
    display: block;
    margin: 0 16px 0 0;
  }
  .footer__container .footer-categories__header .arrows__container .arrow-up {
    display: none;
    margin: 0 16px 0 0;
  }
}
.footer__container .cma-title--footer-desktop {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-align: left;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .footer__container .cma-title--footer-desktop {
    display: none;
  }
}
@media (max-width: 992px) {
  .footer__container .cma-title--footer-mobile {
    margin: 0 0 0 16px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    display: block;
    color: #FFFFFF;
  }
}
.footer__container .cma-title--footer-banner {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .footer__container .cma-title--footer-banner {
    margin: 16px 0 0 16px;
  }
}
.footer__container .cma-title--footer-banner:hover {
  color: #FF640C;
}
@media (min-width: 992px) {
  .footer__container .footer-categories {
    display: grid;
    gap: 0 15px;
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: column;
  }
}
.footer__container .footer-help-contact--title {
  font-family: Roboto;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  text-align: right;
  color: #FF640C;
}
@media (max-width: 992px) {
  .footer__container .footer-help-contact--title {
    margin: 30px 0 0 0;
    text-align: center;
  }
}
.footer__container .footer-help-contact--txtnumber {
  font-family: Roboto;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  text-align: right;
  color: #FFFFFF;
}
.footer__container .footer-help-contact__icons {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
  margin: 24px 0 0 0;
}
.footer__container .footer-help-contact__icons img {
  height: 24px;
}
@media (max-width: 992px) {
  .footer__container .footer-help-contact__icons {
    padding: 0 0 32px 0;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .footer__container .footer-help-contact--number__container {
    display: flex;
    justify-content: center;
  }
}
.footer__container .cma-logo__container {
  display: flex;
  justify-content: end;
}
.footer__container .cma-logo__container img {
  min-width: 227px;
}
@media (max-width: 992px) {
  .footer__container .cma-logo__container {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .footer__container {
    display: block;
  }
}
.take-advantage {
  background-color: #0058BD;
  padding: 2rem 0rem;
}
.take-advantage-title {
  margin: 0rem 0rem 2rem;
  color: #FFFFFF;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.875rem;
}
.take-advantage-grid {
  gap: 1.5rem;
}
.take-advantage-grid-column {
  background-color: #FFFFFF;
  width: 100%;
  padding: 1.25rem;
  border-radius: 0.5rem;
}
.take-advantage-grid-column-title {
  color: #001B3A;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.take-advantage-grid-column-link {
  width: auto !important;
  color: #45A7EE;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.313rem;
}
.take-advantage-grid-products {
  gap: 1.5rem;
}
.take-advantage-grid-products .img_container img {
  display: block;
  max-height: 6.25rem;
  margin: 0 auto 0.5rem;
}
.take-advantage-grid-products a {
  color: #001B3A;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
}
.take-advantage-grid-product {
  width: 100%;
}
.take-advantage-grid-product:not(.list) {
  max-width: calc(33.33333333%);
}
.take-advantage-grid-product.list {
  gap: 0.75rem 1.25rem;
}
.take-advantage-grid-product.list a {
  width: auto;
}
@media screen and (max-width: 992px) {
  .take-advantage-title {
    font-size: 1.375rem;
    line-height: 1.563rem;
  }
  .take-advantage-grid-column-title {
    font-size: 1.125rem;
    line-height: 1.313rem;
  }
  .take-advantage-grid-products {
    gap: 1rem;
  }
  .take-advantage-grid-products .img_container img {
    max-height: 4rem;
  }
}
.building-projects {
  background-color: #0058BD;
  padding: 2rem 0rem;
}
.building-projects .building-projects-title {
  margin: 0rem 0rem 2rem;
  color: #FFFFFF;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.875rem;
}
.building-projects .building-projects-items {
  gap: 1rem;
}
.building-projects .building-projects-item {
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  overflow: hidden;
}
.building-projects .building-projects-item-info {
  max-height: 100%;
  height: 100%;
  padding: 1.25rem;
  overflow: hidden;
}
.building-projects .building-projects-item-info .building-projects-item-text {
  margin-bottom: 1.25rem;
}
.building-projects .building-projects-item-info .building-projects-item-title {
  margin: 0rem 0rem 0.5rem;
  color: #001B3A;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
}
.building-projects .building-projects-item-info .building-projects-item-desc {
  color: #001B3A;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.building-projects .building-projects-item-info a {
  color: #FF640C;
  font-size: 0.938rem;
  font-weight: 600;
  line-height: 1.125rem;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .building-projects {
    padding: 1.5rem 0;
  }
  .building-projects .building-projects-title {
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
    line-height: 1.563rem;
  }
  .building-projects .building-projects-items {
    gap: 0.75rem;
  }
  .building-projects .building-projects-item {
    max-width: calc((100% - 0.75rem) / 2);
    width: 100%;
  }
  .building-projects .building-projects-item-info {
    padding: 0.625rem;
  }
  .building-projects .building-projects-item-info .building-projects-item-text {
    margin-bottom: 0.625rem;
  }
  .building-projects .building-projects-item-info .building-projects-item-title {
    font-size: 1rem;
    line-height: 1.188rem;
  }
  .building-projects .building-projects-item-info .building-projects-item-desc {
    font-size: 0.813rem;
    line-height: 0.938rem;
  }
  .building-projects .building-projects-item-info a {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.banner-slider {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.banner-slider .banner-slider-content {
  gap: 0.75rem 1.625rem;
}
.banner-slider .item-img img {
  border-radius: 8px;
}
.banner-slider .carousel .carousel-item img {
  border-radius: 8px;
}
.banner-slider .carousel .carousel-indicators {
  gap: 0.75rem;
  z-index: 1;
}
.banner-slider .carousel .carousel-indicators li {
  background-color: #948E8E;
  border-radius: 50%;
  cursor: pointer;
}
.banner-slider .carousel .carousel-indicators li.active {
  background-color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .banner-slider .carousel .carousel-indicators li {
    width: 0.75rem;
    height: 0.75rem;
  }
}
@media screen and (max-width: 992px) {
  .banner-slider .banner-slider-content {
    flex-direction: column;
    align-items: center;
  }
  .banner-slider .carousel .carousel-indicators {
    gap: 0.625rem;
  }
}
main {
  min-height: 90vh;
}
.page-landingPage.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.manual-bezier {
  cursor: pointer;
}
.manual-bezier:hover {
  cursor: pointer;
  -moz-animation-name: bob;
  -webkit-animation-name: bob;
  -ms-animation-name: bob;
  -o-animation-name: bob;
  animation-name: bob;
  -moz-animation-duration: 3.2s;
  -webkit-animation-duration: 3.2s;
  -ms-animation-duration: 3.2s;
  -o-animation-duration: 3.2s;
  animation-duration: 3.2s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bob {
  0% {
    -webkit-transform: translate(0px);
  }
  50% {
    -webkit-transform: translatey(-7px);
  }
  100% {
    -webkit-transform: translatey(0px);
  }
}
@-moz-keyframes bob {
  0% {
    -moz-transform: translatey(0px);
  }
  50% {
    -moz-transform: translatey(-7px);
  }
  100% {
    -moz-transform: translatey(0px);
  }
}
@-o-keyframes bob {
  0% {
    -o-transform: translatey(0px);
  }
  50% {
    -o-transform: translatey(-7px);
  }
  100% {
    -o-transform: translatey(0px);
  }
}
@keyframes bob {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-7px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-webkit-keyframes bob {
  0% {
    -webkit-transform: translate(0px);
  }
  50% {
    -webkit-transform: translatey(-7px);
  }
  100% {
    -webkit-transform: translatey(0px);
  }
}
@-moz-keyframes bob {
  0% {
    -moz-transform: translatey(0px);
  }
  50% {
    -moz-transform: translatey(-7px);
  }
  100% {
    -moz-transform: translatey(0px);
  }
}
@-o-keyframes bob {
  0% {
    -o-transform: translatey(0px);
  }
  50% {
    -o-transform: translatey(-7px);
  }
  100% {
    -o-transform: translatey(0px);
  }
}
@keyframes bob {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-7px);
  }
  100% {
    transform: translatey(0px);
  }
}
.margin__nav {
  margin-right: 5rem;
  margin-top: 2px;
}
.search h1 {
  padding-bottom: 0;
  opacity: 1;
}
.search h2 {
  font-size: 16px;
  padding-bottom: 0;
  opacity: 1;
}
@media screen and (max-width: 580px) {
  .search h2 {
    font-size: 12px;
    padding-bottom: 0;
    opacity: 1;
  }
}
.landing_parent.desktop_float_nav #divUiFront {
  position: relative;
  right: 0;
  left: 0;
}
.landing_parent.desktop_float_nav #sectionD {
  top: 6%;
}
.landing_parent.desktop_float_nav #sectionD .ui-front .background-search {
  border: none;
}
.landing_parent.desktop_float_nav #sectionD .ui-front .background-search .orange_dot {
  left: 12px !important;
}
.landing_parent.desktop_float_nav #sectionD .ui-front .background-search .form-control {
  min-height: 60px;
  width: 95%;
  box-shadow: none !important;
}
.landing_parent.desktop_float_nav #sectionD .ui-front .background-search .input-group-btn {
  width: 10%;
  border-left: solid 1px #DEDEDE;
}
.landing_parent.desktop_float_nav #sectionD .ui-front .background-search .input-group-btn .construrama-icon {
  margin-left: 10px;
}
.landing_parent.desktop_float_nav #sectionD .ui-state-hover a,
.landing_parent.desktop_float_nav #sectionD .ui-state-hover a:hover,
.landing_parent.desktop_float_nav #sectionD .ui-state-hover a:link,
.landing_parent.desktop_float_nav #sectionD .ui-state-hover a:visited,
.landing_parent.desktop_float_nav #sectionD .ui-state-focus a,
.landing_parent.desktop_float_nav #sectionD .ui-state-focus a:hover,
.landing_parent.desktop_float_nav #sectionD .ui-state-focus a:link,
.landing_parent.desktop_float_nav #sectionD .ui-state-focus a:visited,
.landing_parent.desktop_float_nav #sectionD .ui-state-active a,
.landing_parent.desktop_float_nav #sectionD .ui-state-active a:link,
.landing_parent.desktop_float_nav #sectionD .ui-state-active a:visited {
  color: #001B3A !important;
  text-decoration: none;
}
.landing_parent.desktop_float_nav #sectionD .ui-state-active,
.landing_parent.desktop_float_nav #sectionD .ui-state-hover,
.landing_parent.desktop_float_nav #sectionD .ui-state-focus {
  background: #F5F7FA;
  color: #001B3A !important;
}
.landing_parent.desktop_float_nav #sectionD .ui-autocomplete::after {
  background: red;
}
.landing_parent.desktop_float_nav #sectionD .ui-autocomplete {
  top: 0 !important;
  left: 0px !important;
  width: 100% !important;
  border: solid 1px #DEDEDE;
}
.landing_parent.desktop_float_nav #sectionD .ui-autocomplete .ui-menu-item:hover .name {
  color: #001B3A !important;
}
.landing_parent.desktop_float_nav #sectionD .ui-autocomplete .ui-menu-item {
  font-size: 14px;
  line-height: 18px !important;
  padding: 10px !important;
  color: #001B3A !important;
  max-height: 75px !important;
}
.landing_parent.desktop_float_nav #sectionD .ui-autocomplete .ui-menu-item .name {
  margin-left: 20px;
  margin-right: 20px;
  height: 100%;
  max-height: 70px;
}
.landing_parent.desktop_float_nav #sectionD .ui-autocomplete .ui-menu-item .landing_search_box .price {
  height: 100%;
  margin-right: 10px;
  max-height: 70px;
}
.landing_parent.mobile {
  display: none;
}
@media (max-width: 768px) {
  .landing_parent.mobile {
    display: block;
    margin-top: 3em;
  }
  .landing_parent.mobile .form-control {
    font-size: 20px;
    box-shadow: none !important;
  }
}
.landing_parent.mobile .landing_search_box {
  width: 100%;
}
.landing_parent.mobile .landing_search_box #sectionL {
  padding: 0px;
}
.landing_parent.mobile .landing_search_box #sectionL .form-control {
  padding-left: 2.2em;
  padding-top: 7px;
  margin-left: 0px;
}
.landing_parent.mobile .landing_search_box #sectionL .name-brand-product {
  float: left;
  width: 83%;
  padding: 0;
}
.landing_parent.mobile .landing_search_box #sectionL .name-brand-product input {
  font-size: 20px !important;
}
.landing_parent.mobile .landing_search_box #sectionL .search-product {
  float: right;
  width: 17%;
  padding: 0;
  right: 0px !important;
  text-align: center;
  position: unset;
  max-width: inherit;
  top: 0px;
}
.landing_parent.mobile .landing_search_box #sectionL .search-product .input-group-btn {
  position: relative;
  white-space: nowrap;
  height: 80px;
}
.landing_parent.mobile .landing_search_box #sectionL .search-product .input-group-btn .btn-link {
  z-index: 2;
  margin-left: -1px;
}
.landing_parent.mobile .landing_search_box #sectionL .search-product .input-group-btn .btn-link .construrama-icon {
  width: 35px;
  background-size: 35px 35px;
  position: relative;
  top: 10px;
}
.landing_parent.mobile .landing_search_box #sectionL .ui-state-hover a,
.landing_parent.mobile .landing_search_box #sectionL .ui-state-hover a:hover,
.landing_parent.mobile .landing_search_box #sectionL .ui-state-hover a:link,
.landing_parent.mobile .landing_search_box #sectionL .ui-state-hover a:visited,
.landing_parent.mobile .landing_search_box #sectionL .ui-state-focus a,
.landing_parent.mobile .landing_search_box #sectionL .ui-state-focus a:hover,
.landing_parent.mobile .landing_search_box #sectionL .ui-state-focus a:link,
.landing_parent.mobile .landing_search_box #sectionL .ui-state-focus a:visited,
.landing_parent.mobile .landing_search_box #sectionL .ui-state-active a,
.landing_parent.mobile .landing_search_box #sectionL .ui-state-active a:link,
.landing_parent.mobile .landing_search_box #sectionL .ui-state-active a:visited {
  color: #001B3A !important;
  text-decoration: none;
}
.landing_parent.mobile .landing_search_box #sectionL .ui-state-active,
.landing_parent.mobile .landing_search_box #sectionL .ui-state-hover,
.landing_parent.mobile .landing_search_box #sectionL .ui-state-focus {
  background: #F5F7FA;
  color: #001B3A !important;
}
.landing_parent.mobile .landing_search_box #sectionL .ui-autocomplete {
  top: -69.8125px !important;
  left: 0px !important;
  width: 100% !important;
  border: solid 1px #DEDEDE;
  border-bottom: solid 5px #3FA9F5;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.2) !important;
}
.landing_parent.mobile .landing_search_box #sectionL .ui-autocomplete .ui-menu-item:hover .name {
  color: #001B3A !important;
}
.landing_parent.mobile .landing_search_box #sectionL .ui-autocomplete .ui-menu-item {
  padding: 5px 0 5px 0;
  color: #001B3A !important;
}
.landing_parent.mobile .landing_search_box #sectionL .ui-autocomplete .ui-menu-item .thumb {
  height: 100%;
  width: 50px;
  margin-right: 0px;
  margin-left: 12px;
  min-height: 50px;
  min-width: 50px;
  max-height: 50px;
  max-width: 50px;
}
@media (max-width: 768px) {
  .landing_parent.mobile .landing_search_box #sectionL .ui-autocomplete .ui-menu-item .thumb {
    width: 12%;
    margin-right: 0px;
    margin-left: 2%;
    float: left;
    height: unset;
    min-height: unset;
    min-width: unset;
    max-height: unset;
    max-width: unset;
  }
}
@media (max-width: 320px) {
  .landing_parent.mobile .landing_search_box #sectionL .ui-autocomplete .ui-menu-item .thumb {
    width: 20%;
  }
}
.landing_parent.mobile .landing_search_box #sectionL .ui-autocomplete .ui-menu-item .name {
  margin-left: 12px;
  margin-right: 12px;
  max-height: 50px;
}
@media (max-width: 768px) {
  .landing_parent.mobile .landing_search_box #sectionL .ui-autocomplete .ui-menu-item .name {
    margin-left: 2%;
    margin-right: 0;
    display: block;
    float: left;
    line-height: 1.4em;
    width: 82%;
    height: 50px;
    min-height: unset;
    padding-top: 1.4em;
  }
}
@media (max-width: 320px) {
  .landing_parent.mobile .landing_search_box #sectionL .ui-autocomplete .ui-menu-item .name {
    width: 74%;
    padding-top: 0.8em;
    font-size: 12px;
  }
}
.landing_parent.mobile .landing_search_box #sectionL .ui-autocomplete .ui-menu-item .price {
  margin-right: 20px;
  max-height: 50px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .landing_parent.mobile .landing_search_box #sectionL .ui-autocomplete .ui-menu-item .price {
    float: right;
    margin-right: 2%;
    margin-left: 0;
    width: 12%;
    font-size: 12px;
    min-height: unset;
    text-align: right !important;
  }
}
.landing_parent.mobile .landing_search_box #sectionL .ui-autocomplete .ui-menu-item:last-child a {
  color: #001B3A !important;
}
.landing_parent.mobile .landing_search_box #sectionL .ui-autocomplete .ui-menu-item:last-child a:hover {
  color: #001B3A !important;
  text-decoration: underline;
}
.landing_parent.mobile .landing_search_box #sectionM .form-control {
  padding-left: 2.2em;
  padding-top: 7px;
}
.landing_parent.mobile .landing_search_box #sectionM .input-group-btn {
  border-left: solid 1px #DEDEDE;
}
.landing_parent.mobile .landing_search_box #sectionM .ui-state-hover a,
.landing_parent.mobile .landing_search_box #sectionM .ui-state-hover a:hover,
.landing_parent.mobile .landing_search_box #sectionM .ui-state-hover a:link,
.landing_parent.mobile .landing_search_box #sectionM .ui-state-hover a:visited,
.landing_parent.mobile .landing_search_box #sectionM .ui-state-focus a,
.landing_parent.mobile .landing_search_box #sectionM .ui-state-focus a:hover,
.landing_parent.mobile .landing_search_box #sectionM .ui-state-focus a:link,
.landing_parent.mobile .landing_search_box #sectionM .ui-state-focus a:visited,
.landing_parent.mobile .landing_search_box #sectionM .ui-state-active a,
.landing_parent.mobile .landing_search_box #sectionM .ui-state-active a:link,
.landing_parent.mobile .landing_search_box #sectionM .ui-state-active a:visited {
  color: #001B3A !important;
  text-decoration: none;
}
.landing_parent.mobile .landing_search_box #sectionM .ui-state-active,
.landing_parent.mobile .landing_search_box #sectionM .ui-state-hover,
.landing_parent.mobile .landing_search_box #sectionM .ui-state-focus {
  background: #F5F7FA;
  color: #001B3A !important;
}
.landing_parent.mobile .landing_search_box #sectionM .ui-autocomplete {
  top: -69.8125px !important;
  left: 0px !important;
  width: 100% !important;
  border: solid 1px #DEDEDE;
  border-bottom: solid 5px #3FA9F5;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.2) !important;
}
.landing_parent.mobile .landing_search_box #sectionM .ui-autocomplete .ui-menu-item:hover .name {
  color: #001B3A !important;
}
.landing_parent.mobile .landing_search_box #sectionM .ui-autocomplete .ui-menu-item {
  font-size: 12px;
  line-height: 18px !important;
  padding: 10px !important;
  color: #001B3A !important;
  max-height: 75px !important;
}
.landing_parent.mobile .landing_search_box #sectionM .ui-autocomplete .ui-menu-item .name {
  margin-left: 20px;
  margin-right: 20px;
  height: 100%;
  max-height: 70px;
}
.landing_parent.mobile .landing_search_box #sectionM .ui-autocomplete .ui-menu-item .landing_search_box .price {
  height: 100%;
  margin-right: 10px;
  max-height: 70px;
}
.landing_parent.desktop {
  display: block;
  margin-top: 2em;
}
@media (max-width: 768px) {
  .landing_parent.desktop {
    display: none;
  }
}
.landing_parent.desktop .landing_search_box {
  width: 100%;
}
.landing_parent.desktop .landing_search_box #sectionA {
  padding: 0px;
}
.landing_parent.desktop .landing_search_box #sectionA .ui-state-hover a,
.landing_parent.desktop .landing_search_box #sectionA .ui-state-hover a:hover,
.landing_parent.desktop .landing_search_box #sectionA .ui-state-hover a:link,
.landing_parent.desktop .landing_search_box #sectionA .ui-state-hover a:visited,
.landing_parent.desktop .landing_search_box #sectionA .ui-state-focus a,
.landing_parent.desktop .landing_search_box #sectionA .ui-state-focus a:hover,
.landing_parent.desktop .landing_search_box #sectionA .ui-state-focus a:link,
.landing_parent.desktop .landing_search_box #sectionA .ui-state-focus a:visited,
.landing_parent.desktop .landing_search_box #sectionA .ui-state-active a,
.landing_parent.desktop .landing_search_box #sectionA .ui-state-active a:link,
.landing_parent.desktop .landing_search_box #sectionA .ui-state-active a:visited {
  color: #001B3A !important;
  text-decoration: none;
}
.landing_parent.desktop .landing_search_box #sectionA .ui-state-active,
.landing_parent.desktop .landing_search_box #sectionA .ui-state-hover,
.landing_parent.desktop .landing_search_box #sectionA .ui-state-focus {
  background: #F5F7FA;
  color: #001B3A !important;
}
.landing_parent.desktop .landing_search_box #sectionA .ui-autocomplete {
  top: -69.8125px !important;
  left: 0px !important;
  width: 100% !important;
  border: solid 1px #DEDEDE;
  border-bottom: solid 5px #3FA9F5;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.2) !important;
}
.landing_parent.desktop .landing_search_box #sectionA .ui-autocomplete .ui-menu-item:hover .name {
  color: #001B3A !important;
}
.landing_parent.desktop .landing_search_box #sectionA .ui-autocomplete .ui-menu-item {
  padding: 5px 0 5px 0;
  color: #001B3A !important;
}
.landing_parent.desktop .landing_search_box #sectionA .ui-autocomplete .ui-menu-item .thumb {
  height: 100%;
  width: 50px;
  margin-right: 0px;
  margin-left: 20px;
  min-height: 50px;
  min-width: 50px;
  max-height: 50px;
  max-width: 50px;
}
.landing_parent.desktop .landing_search_box #sectionA .ui-autocomplete .ui-menu-item .name {
  margin-left: 20px;
  margin-right: 20px;
  height: 100%;
  max-height: 50px;
}
.landing_parent.desktop .landing_search_box #sectionA .ui-autocomplete .ui-menu-item .landing_search_box .price {
  margin-right: 20px;
  max-height: 50px;
}
.landing_parent.desktop .landing_search_box #sectionA .ui-autocomplete .ui-menu-item:last-child a {
  color: #001B3A !important;
}
.landing_parent.desktop .landing_search_box #sectionA .ui-autocomplete .ui-menu-item:last-child a:hover {
  color: #001B3A !important;
  text-decoration: underline;
}
.landing_parent.desktop .landing_search_box #sectionA .name-brand-product {
  float: left;
  width: 90%;
  padding: 0;
}
.landing_parent.desktop .landing_search_box #sectionA .name-brand-product input {
  font-size: 20px !important;
}
.landing_parent.desktop .landing_search_box #sectionA .where-found-product {
  float: left;
  padding: 0 0 0 16px;
  border-left: solid 1px #DEDEDE;
}
.landing_parent.desktop .landing_search_box #sectionA .where-found-product i {
  position: absolute;
  top: 46%;
}
.landing_parent.desktop .landing_search_box #sectionA .where-found-product .location {
  width: 190px;
}
.landing_parent.desktop .landing_search_box #sectionA .where-found-product .location .search_zone {
  top: 16px;
}
.landing_parent.desktop .landing_search_box #sectionA .where-found-product .location .construrama-icon.extra-small {
  background-size: 16px 20px;
}
.landing_parent.desktop .landing_search_box #sectionA .where-found-product .location input {
  padding-top: 0.6em;
  margin-left: 1.5em;
  padding-top: 30px;
  background: transparent;
}
.landing_parent.desktop .landing_search_box #sectionA .search-product {
  float: right;
  width: 10%;
  padding: 0;
  text-align: center;
  position: relative;
  max-width: unset;
  top: unset;
  right: 0px;
  /* Media Query para aplicar las reglas de estilo a IE10 y IE11 */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .landing_parent.desktop .landing_search_box #sectionA .search-product {
    max-width: none;
    top: 0px;
  }
}
.landing_parent.desktop .landing_search_box #sectionA .search-product .input-group-btn {
  height: 80px;
}
.landing_parent.desktop .landing_search_box #sectionA .search-product .input-group-btn .btn-link {
  position: initial;
  right: 0;
}
.landing_parent.desktop .landing_search_box #sectionA .width-90 {
  width: 90%;
  border-left: none !important;
}
.landing_parent.desktop .landing_search_box #sectionA .width-90 .location {
  width: 80%;
}
.landing_parent.desktop .landing_search_box #sectionA .width-30 {
  width: 30%;
}
.landing_parent.desktop .landing_search_box #sectionB .ui-state-hover a,
.landing_parent.desktop .landing_search_box #sectionB .ui-state-hover a:hover,
.landing_parent.desktop .landing_search_box #sectionB .ui-state-hover a:link,
.landing_parent.desktop .landing_search_box #sectionB .ui-state-hover a:visited,
.landing_parent.desktop .landing_search_box #sectionB .ui-state-focus a,
.landing_parent.desktop .landing_search_box #sectionB .ui-state-focus a:hover,
.landing_parent.desktop .landing_search_box #sectionB .ui-state-focus a:link,
.landing_parent.desktop .landing_search_box #sectionB .ui-state-focus a:visited,
.landing_parent.desktop .landing_search_box #sectionB .ui-state-active a,
.landing_parent.desktop .landing_search_box #sectionB .ui-state-active a:link,
.landing_parent.desktop .landing_search_box #sectionB .ui-state-active a:visited {
  color: #001B3A !important;
  text-decoration: none;
}
.landing_parent.desktop .landing_search_box #sectionB .ui-state-active,
.landing_parent.desktop .landing_search_box #sectionB .ui-state-hover,
.landing_parent.desktop .landing_search_box #sectionB .ui-state-focus {
  background: #F5F7FA;
  color: #001B3A !important;
}
.landing_parent.desktop .landing_search_box #sectionB .ui-autocomplete {
  top: -69.8125px !important;
  left: 0px !important;
  width: 100% !important;
  border: solid 1px #DEDEDE;
  border-bottom: solid 5px #3FA9F5;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.2) !important;
}
.landing_parent.desktop .landing_search_box #sectionB .ui-autocomplete .ui-menu-item:hover .name {
  color: #001B3A !important;
}
.landing_parent.desktop .landing_search_box #sectionB .ui-autocomplete .ui-menu-item {
  padding: 5px 0 5px 20px;
  color: #001B3A !important;
}
.landing_parent.desktop .landing_search_box #sectionB .ui-autocomplete .ui-menu-item .thumb {
  height: 100%;
  width: 50px;
  margin-right: 0px;
  margin-left: 20px;
  min-height: 50px;
  min-width: 50px;
  max-height: 50px;
  max-width: 50px;
}
.landing_parent.desktop .landing_search_box #sectionB .ui-autocomplete .ui-menu-item .name {
  margin-left: 20px;
  margin-right: 20px;
  height: 100%;
  max-height: 50px;
}
.landing_parent.desktop .landing_search_box #sectionB .ui-autocomplete .ui-menu-item .landing_search_box .price {
  margin-right: 20px;
  max-height: 50px;
}
.cCustomer #sections-panel {
  z-index: 0 !important;
}
.cCustomer ._fixed {
  background: transparent;
}
.cCustomer .construrama-icon.small {
  background-size: contain;
}
.cCustomer .button-tertiary {
  white-space: nowrap;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: normal;
}
.cCustomer .button-primary {
  white-space: nowrap;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: normal;
}
.cCustomer .button-tertiary {
  background-color: unset;
  transition: all .5s;
  background: linear-gradient(to right, #ff640c 50%, #ff4e00 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border: none;
  color: white;
  cursor: pointer;
}
.cCustomer .headerLanding .button-tertiary {
  border: solid 1px;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: normal;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .cCustomer .headerLanding .button-tertiary {
    padding: 8px 8px !important;
  }
}
.cCustomer .headerLanding #btnSelStateCityHeader {
  display: flex;
  align-items: center;
  font-weight: bold!important;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .cCustomer .headerLanding .search-selStore {
    width: 100%;
    top: 10px !important;
    padding: 4px 16px !important;
  }
}
.cCustomer .button-tertiary:hover {
  background-position: left bottom;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.15);
}
.cCustomer .favorite_componente__button:hover {
  background-position: left bottom;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.15);
}
.cCustomer .button-primary {
  transition: all .5s;
  background: linear-gradient(to right, #45a7ee 50%, #1e94e9 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border: none;
  color: white;
}
.cCustomer .button-primary:hover {
  background-position: left bottom;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.15);
}
.cCustomer .branding-mobile {
  background: transparent !important;
  border: none !important;
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .cCustomer .branding-mobile {
    padding: 0px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .cCustomer .branding-mobile {
    padding: 16px 0 0 0;
    align-items: center;
    display: flex !important;
    z-index: 3;
  }
}
@media (max-width: 769px) {
  .cCustomer .branding-mobile .container > .row {
    display: block !important;
    margin-right: -8px;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  .cCustomer .branding-mobile.hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .cCustomer .branding-mobile.hidden-sm {
    display: none !important;
  }
}
.cCustomer nav .logo {
  max-width: 210px;
  height: 100%;
  width: 100%;
}
@media (max-width: 1400px) {
  .cCustomer nav .logo {
    padding: 0.5rem;
  }
}
.cCustomer nav .logo .logo_color {
  display: none;
}
.cCustomer nav .inline-container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .cCustomer nav .inline-container {
    margin-right: .4rem;
  }
}
.cCustomer nav .inline-container:last-child {
  margin-right: 0;
}
.cCustomer nav .inline-container .menu-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.cCustomer nav .inline-container .menu-toggle .icon {
  width: 36px;
  height: 36px;
  border: 1px solid white;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s cubic-bezier(0.535, 0, 0, 1) 0s;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.cCustomer nav .inline-container .menu-toggle .icon:after,
.cCustomer nav .inline-container .menu-toggle .icon:before {
  width: 16px;
  height: 1.3px;
  background: white;
  display: block;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  margin-left: -8px;
  margin-top: -1px;
  transition: all 0.5s cubic-bezier(0.535, 0, 0, 1) 0s;
}
.cCustomer nav .inline-container .menu-toggle .icon:before {
  transform: translateY(2px);
}
.cCustomer nav .inline-container .menu-toggle .icon:after {
  transform: translateY(-2px);
}
.cCustomer nav .inline-container .menu-toggle > :not(:last-child) {
  margin-right: 16px;
}
.cCustomer nav .inline-container .menu-toggle:hover .icon {
  transform: scale(1.1);
}
.cCustomer nav .inline-container .menu-toggle.active .icon:before {
  transform: rotate(225deg);
}
.cCustomer nav .inline-container .menu-toggle.active .icon:after {
  transform: rotate(-225deg);
}
.cCustomer .backgroundpage {
  /*Estilos para alert popup*/
  /**
        * ----------------------------------------
        * animation css slide-to-right
        * ----------------------------------------
        */
}
.cCustomer .backgroundpage .screen_width {
  width: 100%;
  margin: 0 auto;
  min-height: 300px;
}
@media screen and (max-width: 768px) {
  .cCustomer .backgroundpage .screen_width {
    min-height: 330px;
    width: 100%;
    z-index: 1 !important;
  }
}
.cCustomer .backgroundpage .vertical_align {
  display: flex;
  align-items: center;
}
.cCustomer .backgroundpage .flex_wrap {
  flex-wrap: wrap;
}
.cCustomer .backgroundpage .modal_background.show {
  z-index: 2002;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.cCustomer .backgroundpage .slide-to-right {
  -webkit-animation: slide-to-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-to-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-to-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@keyframes slide-to-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
.cCustomer .backgroundpage .alert-message-popup {
  width: 260px;
  height: auto;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #fff;
  position: fixed;
  display: none;
  z-index: 20;
  top: 100px;
  text-align: center;
}
@media (max-width: 769px) {
  .cCustomer .backgroundpage .alert-message-popup {
    left: -70px;
  }
}
@media (min-width: 992px) {
  .cCustomer .backgroundpage .alert-message-popup {
    left: -30px;
  }
}
.cCustomer .backgroundpage .alert-message-popup .content-btn {
  clear: both;
  display: block;
}
.cCustomer .backgroundpage .alert-message-popup .content-btn .button-tertiary {
  float: right;
  padding: 8px 16px !important;
  font-size: 12px;
}
.cCustomer .backgroundpage .alert-message-popup .content-popup-top {
  background: #ff640c url("../images/bg-popup-top.jpg");
  padding: 3.7rem 0;
}
.cCustomer .backgroundpage .alert-message-popup .content-popup-top .content-popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
}
.cCustomer .backgroundpage .alert-message-popup .content-popup-top .content-popup-close:hover {
  cursor: pointer;
}
.cCustomer .backgroundpage .alert-message-popup .content-popup-top .content-popup-icon {
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
}
.cCustomer .backgroundpage .alert-message-popup .content-popup-center {
  border-bottom: 1px solid #E4E4E4;
  padding: 2rem 2rem 1rem;
}
.cCustomer .backgroundpage .alert-message-popup .content-popup-center .popup-title {
  color: #FF640C;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.cCustomer .backgroundpage .alert-message-popup .content-popup-center .popup-info {
  color: #001B3A;
  font-size: 12px;
  margin-bottom: 1rem;
}
.cCustomer .backgroundpage .alert-message-popup .content-popup-center .popup-soon {
  color: #001B3A;
  font-size: 14px;
  font-weight: bold;
}
.cCustomer .backgroundpage .alert-message-popup .content-popup-bottom {
  margin: 1rem 0;
}
.cCustomer .backgroundpage .alert-message-popup .content-popup-bottom .popup-text-account {
  color: #001B3A;
  font-size: 12px;
  margin-bottom: 0.5rem;
}
.cCustomer .backgroundpage .alert-message-popup .content-popup-bottom .popup-button {
  border-radius: 100px !important;
  font-size: 14px;
  padding: 8px 28px;
  display: block;
  max-width: 160px;
  margin: 0 auto;
}
.cCustomer .backgroundpage .alert-message-popup .fa-stack {
  position: absolute !important;
  top: 5px;
  right: -5px;
}
.cCustomer .backgroundpage .alert-message-popup .fa-stack .cross_white {
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
}
.cCustomer .backgroundpage .menu_section__footer {
  background-color: #002652;
  opacity: 1.0 !important;
  max-height: 80.5px;
  padding: 1rem 1rem 2rem 2rem;
}
.cCustomer .backgroundpage .menu_section {
  position: fixed;
  left: 0;
  background-color: #003169;
  opacity: 1;
  z-index: 9999;
  max-width: 307px;
  width: 100%;
  height: 100%;
  transform: translate(-100%, 0);
  transition: all ease-in 0.3s;
}
@media screen and (max-width: 480px) {
  .cCustomer .backgroundpage .menu_section {
    max-width: 100%;
  }
}
.cCustomer .backgroundpage .menu_section .child_container {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}
.cCustomer .backgroundpage .menu_section .child_container .menu_container {
  display: flex;
  flex-direction: column;
  padding: 0;
  text-align: right;
}
@media screen and (min-height: 700px) {
  .cCustomer .backgroundpage .menu_section .child_container .menu_container {
    height: 100%;
  }
}
.cCustomer .backgroundpage .menu_section .child_container .menu_container .menu-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  padding: 1rem 1rem 0rem 2rem;
}
.cCustomer .backgroundpage .menu_section .child_container .menu_container .menu-toggle {
  cursor: pointer;
}
.cCustomer .backgroundpage .menu_section .child_container .menu_container .menu-toggle .menu__close--mod {
  width: 32px !important;
  height: 32px !important;
  background-size: 32px 32px !important;
}
.cCustomer .backgroundpage .menu_section .child_container .menu_container .menu-toggle .icon {
  width: 36px;
  height: 36px;
  border: 1px solid white;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s cubic-bezier(0.535, 0, 0, 1) 0s;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.cCustomer .backgroundpage .menu_section .child_container .menu_container .menu-toggle .icon:after,
.cCustomer .backgroundpage .menu_section .child_container .menu_container .menu-toggle .icon:before {
  width: 16px;
  height: 1.3px;
  background: white;
  display: block;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  margin-left: -8px;
  margin-top: -1px;
  transition: all 0.5s cubic-bezier(0.535, 0, 0, 1) 0s;
}
.cCustomer .backgroundpage .menu_section .child_container .menu_container .menu-toggle .icon:before {
  transform: translateY(2px);
}
.cCustomer .backgroundpage .menu_section .child_container .menu_container .menu-toggle .icon:after {
  transform: translateY(-2px);
}
.cCustomer .backgroundpage .menu_section .child_container .menu_container .menu-toggle > :not(:last-child) {
  margin-right: 16px;
}
.cCustomer .backgroundpage .menu_section .child_container .menu_container .menu-toggle:hover .icon {
  transform: scale(1.1);
}
.cCustomer .backgroundpage .menu_section .child_container .menu_container .menu-toggle .icon:before {
  transform: rotate(225deg);
}
.cCustomer .backgroundpage .menu_section .child_container .menu_container .menu-toggle .icon:after {
  transform: rotate(-225deg);
}
.cCustomer .backgroundpage .menu_section .child_container .yCmsComponent {
  list-style: none;
}
.cCustomer .backgroundpage .menu_section .child_container .yCmsComponent > div {
  flex-flow: column;
}
.cCustomer .backgroundpage .menu_section .child_container .yCmsComponent > div > nav {
  flex-flow: column;
  padding: 0rem 1rem 0rem 2rem;
}
.cCustomer .backgroundpage .menu_section .child_container .yCmsComponent > div > nav > div:first-child {
  color: white;
  font-size: 1.125rem;
  font-weight: bold;
  display: none;
}
.cCustomer .backgroundpage .menu_section .child_container .yCmsComponent > div > nav > div:last-child {
  margin: .2em auto 0 auto;
}
.cCustomer .backgroundpage .menu_section .child_container .yCmsComponent > div > nav > div {
  text-align: left;
  justify-content: flex-end;
  width: 100%;
}
.cCustomer .backgroundpage .menu_section .child_container .yCmsComponent > div > nav > div:not(:last-child) {
  margin-bottom: 1.1rem;
}
.cCustomer .backgroundpage .menu_section .child_container .yCmsComponent > div > nav > div > img {
  margin-left: auto;
  margin-right: .6rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cCustomer .backgroundpage .menu_section .child_container .yCmsComponent > div > nav > div > img {
    order: 2;
  }
}
.cCustomer .backgroundpage .menu_section .child_container .yCmsComponent > div > nav > div > a {
  color: white;
  font-size: 1rem;
  font-weight: 600;
  transition: all ease .2s;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  vertical-align: sub;
}
.cCustomer .backgroundpage .menu_section .child_container .yCmsComponent > div > nav > div > a:hover {
  color: #ff640c;
}
.cCustomer .backgroundpage .menu_section .child_container .yCmsComponent:nth-child(2) {
  margin-bottom: auto;
}
.cCustomer .backgroundpage .menu_section .child_container .yCmsComponent:nth-child(2) nav {
  margin-bottom: 2rem;
}
.cCustomer .backgroundpage .menu_section .child_container .yCmsComponent:nth-child(3) {
  background-color: #002652;
  padding: 2rem 0 1rem;
  position: relative;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.cCustomer .backgroundpage .menu_section .child_container .yCmsComponent:nth-child(3) nav > div:first-child {
  display: block;
  text-align: left;
}
.cCustomer .backgroundpage .menu_section .child_container .yCmsComponent:nth-child(3) nav > div:not(:first-child) a {
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .cCustomer .backgroundpage .menu_section .child_container .yCmsComponent:nth-child(3) {
    margin-top: auto;
  }
}
.cCustomer .backgroundpage .menu_section .child_container .icons {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.cCustomer .backgroundpage .menu_section .child_container .icons i {
  width: 24px;
  height: 24px;
  transition-duration: .5s;
}
.cCustomer .backgroundpage .menu_section.show {
  transform: translate(0, 0);
}
.cCustomer .backgroundpage .menu_section.show .display-none {
  display: block;
}
.cCustomer .backgroundpage .first_section_open {
  background-repeat: no-repeat;
  background-size: auto 100%, cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}
.cCustomer .backgroundpage .first_section_close {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  flex-flow: column;
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
}
.cCustomer .backgroundpage .first_section_loaded {
  margin-top: -1px;
}
@media only screen and (max-width: 767px) {
  html.webp .cCustomer .backgroundpage .first_section_loaded {
    background-image: url(../../images/bg_landing_w_768.webp);
    background-position: right;
  }
}
@media only screen and (max-width: 991px) {
  html.webp .cCustomer .backgroundpage .first_section_loaded {
    background-image: url(../../images/bg_landing_w_1033.webp);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  html.webp .cCustomer .backgroundpage .first_section_loaded {
    background-image: url(../../images/bg_landing_w_1282.webp);
  }
}
@media only screen and (min-width: 1200px) {
  html.webp .cCustomer .backgroundpage .first_section_loaded {
    background-image: url(../../images/bg_landing_w_1366.webp);
  }
}
@media only screen and (max-width: 767px) {
  html.no-webp .cCustomer .backgroundpage .first_section_loaded {
    background-image: url(../../images/back_construrama768.jpg);
    background-position: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html.no-webp .cCustomer .backgroundpage .first_section_loaded {
    background-image: url(../../images/back_construrama1033.jpg);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  html.no-webp .cCustomer .backgroundpage .first_section_loaded {
    background-image: url(../../images/back_construrama1282.jpg);
  }
}
@media only screen and (min-width: 1200px) {
  html.no-webp .cCustomer .backgroundpage .first_section_loaded {
    background-image: url(../../images/back_construrama1366.jpg);
  }
}
.cCustomer .backgroundpage .first_section .promotions__floated {
  position: fixed;
  bottom: 20px;
  right: 38px;
  width: 50px;
  height: 50px;
  /* -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
          animation: heartbeat 1.5s ease-in-out infinite both; */
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .cCustomer .backgroundpage .first_section .promotions__floated {
    -webkit-animation: none;
    animation: none;
    display: none;
  }
}
.cCustomer .backgroundpage .first_section .promotions-icon {
  width: 50px;
  height: 50px;
  padding: 0px 7px;
}
.cCustomer .backgroundpage .first_section h1 {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .cCustomer .backgroundpage .first_section h1 {
    font-size: 28px;
    line-height: 34px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 1em;
  }
}
.cCustomer .backgroundpage .first_section h2 {
  font-size: 16px;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 767px) {
  .cCustomer .backgroundpage .first_section h2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cCustomer .backgroundpage .first_section .item3 {
    top: 100px;
    left: 0px;
    margin-top: 0px;
    width: 100%;
  }
}
.cCustomer .backgroundpage .first_section .button-tertiary {
  padding: 16px 32px;
  font-size: 18px !important;
  line-height: 24px;
  min-width: 300px;
}
.cCustomer .backgroundpage .first_section .storeBtn {
  padding: 12px 100px;
  font-size: 20px;
}
.cCustomer .backgroundpage .first_section .stores_online {
  display: none;
}
.cCustomer .backgroundpage .first_section .site-search {
  display: none;
}
.cCustomer .backgroundpage .first_section .site-search .landing_search_tabs p {
  color: white;
  font-weight: bold;
  margin: 0;
}
.cCustomer .backgroundpage .first_section .search {
  width: 100%;
}
@media screen and (max-width: 840px) and (min-width: 768px) {
  .cCustomer .backgroundpage .first_section #selectState-button,
  .cCustomer .backgroundpage .first_section #selectCity-button {
    width: 80% !important;
  }
}
@media screen and (min-width: 841px) {
  .cCustomer .backgroundpage .first_section #selectState-button,
  .cCustomer .backgroundpage .first_section #selectCity-button {
    width: 100% !important;
  }
}
.cCustomer .backgroundpage .first_section .screen_width {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cCustomer .backgroundpage .first_section {
    padding: 30% 0;
    padding-top: 17%;
  }
}
.cCustomer .backgroundpage .first_section h2 {
  color: white;
  text-align: center;
}
.cCustomer .backgroundpage .first_section .search-title {
  margin-top: 70px;
  color: white;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cCustomer .backgroundpage .first_section .search-title {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.cCustomer .backgroundpage .first_section i.mouse {
  display: none;
  position: absolute;
  animation: moveMouse 1s;
  -moz-animation: moveMouse 1s infinite;
  /* Firefox */
  -webkit-animation: moveMouse 1s infinite;
  /* Safari and Chrome */
  -ms-animation: moveMouse 1s infinite;
  /* Explorer */
}
@keyframes moveMouse {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 20px;
  }
}
.cCustomer .backgroundpage .ads_section {
  background-color: #ffffff;
  padding: 70px 0 0 0 !important;
}
.cCustomer .backgroundpage .ads_section h2 {
  margin-top: 0;
  font-weight: bold;
  font-size: 24px;
}
.cCustomer .backgroundpage .ads_section .row {
  text-align: center;
}
.cCustomer .backgroundpage .ads_section .row div {
  margin-top: 1em;
}
.cCustomer .backgroundpage .ads_section .row div .adSpace_1,
.cCustomer .backgroundpage .ads_section .row div .adSpace_2,
.cCustomer .backgroundpage .ads_section .row div .adSpace_3,
.cCustomer .backgroundpage .ads_section .row div .adSpace_4,
.cCustomer .backgroundpage .ads_section .row div .adSpace_5 {
  min-height: 280px;
  background-color: #0E2845;
  margin-bottom: 20px;
}
.cCustomer .backgroundpage .ads_section .row div img {
  box-shadow: 6px 1px 20px 0px rgba(0, 0, 0, 0.15);
}
.cCustomer .backgroundpage .ads_section .row .clearfix,
.cCustomer .backgroundpage .ads_section .row .dl-horizontal dd,
.cCustomer .backgroundpage .ads_section .row .container,
.cCustomer .backgroundpage .ads_section .row .container-fluid,
.cCustomer .backgroundpage .ads_section .row .row,
.cCustomer .backgroundpage .ads_section .row .form-horizontal .form-group,
.cCustomer .backgroundpage .ads_section .row .btn-toolbar,
.cCustomer .backgroundpage .ads_section .row .btn-group-vertical > .btn-group,
.cCustomer .backgroundpage .ads_section .row .nav,
.cCustomer .backgroundpage .ads_section .row .navbar,
.cCustomer .backgroundpage .ads_section .row .navbar-header,
.cCustomer .backgroundpage .ads_section .row .navbar-collapse,
.cCustomer .backgroundpage .ads_section .row .pager,
.cCustomer .backgroundpage .ads_section .row .panel-body,
.cCustomer .backgroundpage .ads_section .row .modal-header,
.cCustomer .backgroundpage .ads_section .row .modal-footer {
  clear: both;
}
@media screen and (max-width: 991px) {
  .cCustomer .backgroundpage .ads_section .row .clearfix,
  .cCustomer .backgroundpage .ads_section .row .dl-horizontal dd,
  .cCustomer .backgroundpage .ads_section .row .container,
  .cCustomer .backgroundpage .ads_section .row .container-fluid,
  .cCustomer .backgroundpage .ads_section .row .row,
  .cCustomer .backgroundpage .ads_section .row .form-horizontal .form-group,
  .cCustomer .backgroundpage .ads_section .row .btn-toolbar,
  .cCustomer .backgroundpage .ads_section .row .btn-group-vertical > .btn-group,
  .cCustomer .backgroundpage .ads_section .row .nav,
  .cCustomer .backgroundpage .ads_section .row .navbar,
  .cCustomer .backgroundpage .ads_section .row .navbar-header,
  .cCustomer .backgroundpage .ads_section .row .navbar-collapse,
  .cCustomer .backgroundpage .ads_section .row .pager,
  .cCustomer .backgroundpage .ads_section .row .panel-body,
  .cCustomer .backgroundpage .ads_section .row .modal-header,
  .cCustomer .backgroundpage .ads_section .row .modal-footer {
    display: none;
  }
}
.cCustomer .backgroundpage .ads_section_under {
  background-color: #ffffff;
  padding: 200px 0 0 0;
}
.cCustomer .backgroundpage .ads_section_under h2 {
  margin-top: 0;
  font-weight: bold;
  font-size: 24px;
}
.cCustomer .backgroundpage .ads_section_under .row {
  text-align: center;
}
.cCustomer .backgroundpage .ads_section_under .row div {
  margin-top: 1em;
}
.cCustomer .backgroundpage .ads_section_under .row div .adSpace_1,
.cCustomer .backgroundpage .ads_section_under .row div .adSpace_2,
.cCustomer .backgroundpage .ads_section_under .row div .adSpace_3,
.cCustomer .backgroundpage .ads_section_under .row div .adSpace_4,
.cCustomer .backgroundpage .ads_section_under .row div .adSpace_5 {
  min-height: 280px;
  background-color: #0E2845;
  margin-bottom: 20px;
}
.cCustomer .backgroundpage .ads_section_under .row div img {
  box-shadow: 6px 1px 20px 0px rgba(0, 0, 0, 0.15);
}
.cCustomer .backgroundpage .ads_section_under .row .clearfix,
.cCustomer .backgroundpage .ads_section_under .row .dl-horizontal dd,
.cCustomer .backgroundpage .ads_section_under .row .container,
.cCustomer .backgroundpage .ads_section_under .row .container-fluid,
.cCustomer .backgroundpage .ads_section_under .row .row,
.cCustomer .backgroundpage .ads_section_under .row .form-horizontal .form-group,
.cCustomer .backgroundpage .ads_section_under .row .btn-toolbar,
.cCustomer .backgroundpage .ads_section_under .row .btn-group-vertical > .btn-group,
.cCustomer .backgroundpage .ads_section_under .row .nav,
.cCustomer .backgroundpage .ads_section_under .row .navbar,
.cCustomer .backgroundpage .ads_section_under .row .navbar-header,
.cCustomer .backgroundpage .ads_section_under .row .navbar-collapse,
.cCustomer .backgroundpage .ads_section_under .row .pager,
.cCustomer .backgroundpage .ads_section_under .row .panel-body,
.cCustomer .backgroundpage .ads_section_under .row .modal-header,
.cCustomer .backgroundpage .ads_section_under .row .modal-footer {
  clear: both;
}
@media screen and (max-width: 991px) {
  .cCustomer .backgroundpage .ads_section_under .row .clearfix,
  .cCustomer .backgroundpage .ads_section_under .row .dl-horizontal dd,
  .cCustomer .backgroundpage .ads_section_under .row .container,
  .cCustomer .backgroundpage .ads_section_under .row .container-fluid,
  .cCustomer .backgroundpage .ads_section_under .row .row,
  .cCustomer .backgroundpage .ads_section_under .row .form-horizontal .form-group,
  .cCustomer .backgroundpage .ads_section_under .row .btn-toolbar,
  .cCustomer .backgroundpage .ads_section_under .row .btn-group-vertical > .btn-group,
  .cCustomer .backgroundpage .ads_section_under .row .nav,
  .cCustomer .backgroundpage .ads_section_under .row .navbar,
  .cCustomer .backgroundpage .ads_section_under .row .navbar-header,
  .cCustomer .backgroundpage .ads_section_under .row .navbar-collapse,
  .cCustomer .backgroundpage .ads_section_under .row .pager,
  .cCustomer .backgroundpage .ads_section_under .row .panel-body,
  .cCustomer .backgroundpage .ads_section_under .row .modal-header,
  .cCustomer .backgroundpage .ads_section_under .row .modal-footer {
    display: none;
  }
}
.cCustomer .home-categories {
  margin: 2.5rem auto;
}
@media screen and (max-width: 768px) {
  .cCustomer .home-categories {
    margin: 1.5rem auto;
  }
}
.cCustomer .home-categories .home-title {
  margin-bottom: 2rem;
  color: #001B3A;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cCustomer .home-categories .home-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  .cCustomer .home-categories .home-category-desktop {
    display: none;
  }
}
@media (min-width: 769px) {
  .cCustomer .home-categories .home-category-mobile {
    display: none;
  }
}
.cCustomer .home-categories .home-categories-list {
  gap: 1rem;
}
.cCustomer .home-categories .home-categories-list a {
  max-width: calc((100% - 8.1rem) / 9);
  width: 100%;
  text-decoration-color: #001B3A;
}
@media screen and (max-width: 992px) {
  .cCustomer .home-categories .home-categories-list a {
    max-width: calc((100% - 4.1rem) / 5);
  }
}
@media screen and (max-width: 768px) {
  .cCustomer .home-categories .home-categories-list a {
    max-width: calc((100% - 2.2rem) / 3);
  }
}
.cCustomer .home-categories .home-categories-list a .home-category-item .name {
  color: #001B3A;
  font-size: 1.063rem;
  font-weight: 600;
  line-height: 1.25rem;
}
@media (max-width: 992px) {
  .cCustomer .home-categories .home-categories-list a .home-category-item .name {
    font-size: 0.938rem;
    line-height: 1.125rem;
  }
}
.cCustomer .home-categories .home-categories-list a .home-category-item .home-category-image {
  background-color: #F1F1F1;
  margin-bottom: 0.75rem;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}
.cCustomer .home-categories .home-categories-list a .home-category-item .home-category-image:hover {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .cCustomer .building-projects .hide-desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .cCustomer .building-projects .hide-mobile {
    display: none;
  }
}
.cCustomer .home-banners {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cCustomer .home-banners {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.cCustomer .home-banners .row > div:not(:last-child) {
  margin-bottom: 1rem;
}
.cCustomer .home-banners .home-banners-item img {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 821px) {
  .cCustomer .home-banners .home-banners-item:first-child {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .cCustomer .home-banners .hide-desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .cCustomer .home-banners .hide-mobile {
    display: none;
  }
}
.cCustomer .home-footer-rights {
  background-color: #003169;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: center;
  min-height: 50px;
}
.desktop__nav .search-selStore {
  max-height: 48px;
  z-index: 3;
}
.desktop__nav .search-selStore .landing_parent {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .desktop__nav .search-selStore .landing_parent {
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .desktop__nav .search-selStore .landing_parent {
    padding-left: 0;
  }
}
.desktop__nav .search-selStore .landing_parent .landing_search_box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .desktop__nav .search-selStore .desktop_float_nav {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    z-index: 1;
    margin-left: 10px;
  }
}
.desktop__nav .search-selStore .desktop_float_nav .landing_search_box::placeholder {
  color: green;
  padding-top: 12px;
}
.item-distance img {
  width: auto;
  height: 28px;
}
.page-landingPage .owl-item {
  overflow: hidden;
}
.mapping .item-distance img {
  width: auto;
  height: 28px;
}
.page-landingPage ._fixed {
  background: transparent;
}
@media (max-width: 769px) {
  .page-landingPage ._fixed {
    margin-top: unset;
    z-index: 2;
  }
}
.cCustomer .stores_online {
  display: none;
}
.cCustomer ._fixed.headerLanding {
  background-color: #002652;
  z-index: 3;
}
@media (max-width: 768px) {
  .cCustomer ._fixed.headerLanding {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cCustomer ._fixed.headerLanding .desktop_float_nav {
    padding-left: unset;
    padding-right: unset;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .cCustomer .first_section {
    padding: 0;
    justify-content: start;
  }
}
.headerLanding .open > .dropdown-menu {
  border-radius: 5px;
  padding: 0;
  width: auto;
  min-width: 0 !important;
  margin-top: 1rem !important;
}
.headerLanding .open > .dropdown-menu li {
  border: 0;
  border-radius: 4px 4px 0 0;
}
.headerLanding .open > .dropdown-menu li:last-child {
  border-radius: 0 0 4px 4px;
  background: #FF640C;
}
.headerLanding .open > .dropdown-menu li:last-child a {
  color: white;
}
.headerLanding .open > .dropdown-menu li:last-child:hover {
  border-radius: 0 0 4px 4px !important;
  background: #FF640C;
}
.headerLanding .open > .dropdown-menu li:last-child:hover a {
  color: black;
}
.yCmsComponent > div[data-title='Mi cuenta'] {
  display: none !important;
}
.anonymous-mobile-header {
  float: right;
}
.anonymous-mobile-header .button-tertiary {
  border-radius: 100px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  padding: 10px 24px;
}
.anonymous-mobile-header .menu-toggle {
  cursor: pointer;
}
.anonymous-mobile-header .menu-toggle .icon {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s cubic-bezier(0.535, 0, 0, 1) 0s;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.anonymous-mobile-header .menu-toggle .icon:after,
.anonymous-mobile-header .menu-toggle .icon:before {
  width: 16px;
  height: 1.3px;
  background: white;
  display: block;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  margin-left: -8px;
  margin-top: -1px;
  transition: all 0.5s cubic-bezier(0.535, 0, 0, 1) 0s;
}
.anonymous-mobile-header .menu-toggle .icon:before {
  transform: translateY(2px);
}
.anonymous-mobile-header .menu-toggle .icon:after {
  transform: translateY(-2px);
}
.anonymous-mobile-header .menu-toggle > :not(:last-child) {
  margin-right: 16px;
}
.anonymous-mobile-header .menu-toggle .text {
  font-weight: 300;
}
.anonymous-mobile-header .menu-toggle:hover .icon {
  transform: scale(1.1);
}
.anonymous-mobile-header .menu-toggle.active .icon:before {
  transform: rotate(225deg);
}
.anonymous-mobile-header .menu-toggle.active .icon:after {
  transform: rotate(-225deg);
}
.anonymous-mobile-header > .inline-container {
  margin-left: 24px;
  z-index: 9;
}
body.template-pages-construrama-joinTheNetworkLandingPage,
body.template-pages-construrama-construganasLandingPage,
body.template-pages-construrama-construtipsLandingPage,
body.template-pages-construrama-contactLandingPage,
body.template-pages-construrama-weAreConstruramaLandingPage,
body.template-pages-construrama-financingLandingPage {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) and (min-width: 564px) {
  .checkout-order-summary-items {
    display: block !important;
  }
}
@media only screen and (min-width: 480px + 1) and (max-width: 768px) {
  .shovel-icon {
    max-width: 56px !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    min-width: 16px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 769px) {
  .shovel-icon {
    max-width: 5vh !important;
    margin-top: 50px !important;
    margin-left: 0 !important;
    min-width: 9vw !important;
  }
}
.landing_parent {
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing_search_box .background-search {
  background-color: white !important;
  width: 100%;
  border-radius: 100px;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.2) !important;
}
.landing_search_box .background-search {
  background-color: white !important;
  width: 100%;
  border-radius: 100px;
}
/*.page-landingPage [disabled] {
  background: transparent !important
}*/
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  background: transparent !important;
  padding: 0;
}
.landing_search_box .background-search .form-control {
  border: none;
  height: 35px !important;
  min-height: 35px !important;
  max-height: 35px !important;
  width: 100%;
  font-size: 18px;
  box-shadow: 0 0 0;
}
.center {
  margin-top: 15px;
}
.rect_down {
  border-radius: 25px 25px 0px 0px !important;
}
@media screen and (max-width: 768px) {
  .rect_down {
    border-radius: 18px 18px 0px 0px !important;
  }
}
.landing_search_box {
  max-height: 48px;
  border-radius: 100px;
}
.landing_parent {
  padding-left: 2rem;
  padding-right: 2rem;
}
/*.page-landingPage [disabled] {
  background: transparent !important
}*/
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  background: transparent !important;
}
.landing_search_box .background-search .form-control {
  border: none;
  height: 35px !important;
  min-height: 35px !important;
  max-height: 35px !important;
  width: 100%;
  font-size: 18px;
  box-shadow: 0 0 0;
}
.center {
  margin-top: 15px;
}
.ui-selectmenu-button-open,
.ui-selectmenu-button:hover {
  background-color: white;
}
.page-WhereToBuyLandingPage nav .logo {
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-WhereToBuyLandingPage #Rectangle {
    margin-top: 24px;
  }
}
.modal-store--header-title .searchStoreLocation {
  padding-right: 19px;
  width: 100%;
}
p {
  line-height: 1.42857143;
}
@media screen and (min-width: 1082px) {
  .btnSelStateCityHeader--small {
    display: none;
  }
}
#first_section__content .background-search {
  height: 52px;
}
#first_section__content .background-search .form-control {
  min-height: 50px !important;
}
.text-landingPage--item {
  display: flex;
  justify-content: center;
  text-align: center;
}
.section-closeable {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-closeable cma-icon {
  position: absolute;
  right: 0;
  margin: 6px 22px 0 0;
}
.section-closeable .section-closeable__component {
  width: 100%;
}
.section-closeable .section-closeable__component a {
  width: 100%;
}
.third-landing-section a {
  width: 100%;
}
.third-landing-section .yCmsComponent .home-banner.espaciado {
  margin: 25px auto 40px;
}
@media (min-width: 821px) {
  .third-landing-section .yCmsComponent .home-banner.espaciado {
    margin: 25px auto 30px;
  }
}
@media (max-width: 768px) {
  .third-landing-section .yCmsComponent .home-banner.espaciado {
    margin: 22px auto 30px;
  }
}
.middle-landing-section {
  background-color: #F4F6F9;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
}
.banner-desktop {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .banner-desktop {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .banner-desktop {
    display: block;
  }
}
.banner-mobile {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .banner-mobile {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .banner-mobile {
    display: none;
  }
}
.buy-steps {
  background-color: #F4F6F9;
  background-repeat: no-repeat;
  background-size: cover;
}
.buy-steps .buy-steps-content {
  max-width: 86%;
  width: 100%;
  margin: 0 auto;
  padding: 3.5rem 1rem;
}
.buy-steps p.buy-steps-title {
  margin-bottom: 3rem;
  color: #001B3A;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.938rem;
  text-align: center;
}
.buy-steps .buy-steps-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem 3rem;
}
.buy-steps .buy-steps-item {
  max-width: 28%;
  width: 100%;
}
.buy-steps .buy-steps-item-img {
  margin-bottom: 1.5rem;
}
.buy-steps .buy-steps-item-img img {
  display: block;
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
}
.buy-steps p.buy-steps-item-title {
  color: #001B3A;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-align: center;
}
.buy-steps p.buy-steps-item-desc {
  color: #001B3A;
  font-size: 1rem;
  line-height: 1.313rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .buy-steps .buy-steps-content {
    max-width: 1200px;
  }
}
@media screen and (max-width: 992px) {
  .buy-steps .buy-steps-content {
    padding: 3rem 1rem;
  }
  .buy-steps .buy-steps-item {
    max-width: 45%;
  }
  .buy-steps p.buy-steps-title {
    font-size: 2rem;
    line-height: 2.375rem;
  }
  .buy-steps p.buy-steps-item-title {
    font-size: 1.375rem;
    line-height: 1.563rem;
  }
}
@media screen and (max-width: 768px) {
  .buy-steps .buy-steps-item {
    flex-direction: column;
  }
  .buy-steps .buy-steps-item {
    max-width: 100%;
  }
}
.slot-info {
  background-color: #003E85;
  display: flex;
}
.slot-info .slot-info-img {
  max-width: 620px;
  min-width: 620px;
  width: 100%;
}
.slot-info .slot-info-content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  padding: 2rem 4rem;
}
.slot-info .slot-info-content-row {
  max-width: 800px;
  width: 100%;
}
.slot-info p.slot-info-title {
  margin-bottom: 2rem;
  color: #FFFFFF;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 3.25rem;
}
.slot-info p.slot-info-desc {
  margin-bottom: 1.2rem;
  color: white;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.68;
}
.slot-info ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2%;
  margin: 0 0 2rem;
  padding: 0;
}
.slot-info ul li {
  position: relative;
  width: 49%;
  padding-top: 2px;
  padding-left: 2rem;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3rem;
}
.slot-info ul li:not(:last-child):before {
  content: '';
  position: absolute;
  background-image: url(/_ui/responsive/theme-construrama/fonts/construrama/img/check-orange.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0;
}
.slot-info a.button-tertiary {
  width: auto;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .slot-info .slot-info-img {
    min-width: 420px;
  }
  .slot-info p.slot-info-title {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 992px) {
  .slot-info {
    flex-direction: column;
  }
  .slot-info .slot-info-img {
    min-width: 100%;
  }
  .slot-info .slot-info-content {
    padding: 2rem 1.5rem 2.5rem;
  }
  .slot-info .slot-info-content-row {
    max-width: 100%;
  }
  .slot-info p.slot-info-title {
    font-size: 2rem;
    line-height: 2.375rem;
  }
  .slot-info ul {
    flex-direction: column;
    gap: .5rem 0;
  }
  .slot-info ul li {
    width: 100%;
    padding-top: 0;
    font-size: 1rem;
    line-height: 1.68rem;
  }
  .slot-info ul li:not(:last-child):before {
    width: 18px;
    height: 18px;
  }
  .slot-info .btn-wrap {
    text-align: center;
  }
}
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}
@media screen and (max-width: 768px) {
  #bottomContainerHeader {
    display: block;
  }
  #bottomContainerHeader #bottomHeaderCardBackground {
    transition: all 0.5s ease-in-out;
    position: fixed;
  }
  #bottomContainerHeader #bottomHeaderProfile {
    background-color: white;
    position: fixed;
    bottom: -100%;
    width: 100%;
    z-index: 4;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
  }
  #bottomContainerHeader #bottomHeaderProfile .menu-container {
    list-style: none;
    margin: 0;
    padding: 24px;
  }
  #bottomContainerHeader #bottomHeaderProfile .menu-container .hello-container {
    font-weight: bold;
  }
  #bottomContainerHeader #bottomHeaderProfile .menu-container li {
    margin-bottom: 32px;
    position: relative;
  }
  #bottomContainerHeader #bottomHeaderProfile .menu-container li i {
    position: absolute;
    top: -6px;
    right: 0;
    z-index: 1;
    cursor: pointer;
  }
  #bottomContainerHeader #bottomHeaderProfile .menu-container li:last-child {
    margin-bottom: 0;
  }
  #bottomContainerHeader #bottomHeaderProfile .menu-container li a {
    color: #001B3A;
  }
  #bottomContainerHeader.card-is-open #bottomHeaderCardBackground {
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #bottomContainerHeader.card-is-open #bottomHeaderProfile.card-active {
    bottom: 56px;
  }
  #bottomContainerHeader.card-is-open #bottomHeaderProfile.card-active.common {
    bottom: 48px;
  }
  #bottomContainerHeader.card-is-open #bottomHeaderMenuCategories.card-active {
    bottom: 56px;
    height: calc(100% - 56px);
  }
}
/*Carouse Store*/
.section-cards--title {
  display: flex;
  justify-content: left;
}
.section-cards--location {
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.section-cards--location .show-in-map-container {
  display: flex;
  white-space: nowrap;
}
.section-cards--location .store-distance {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .section-cards--location {
    justify-content: space-between;
  }
}
.owl-item.last--shoppingstore.item-showfooter .item-store {
  border-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.owl-item.last--shoppingstore.item-showfooter .item-store .item-footer {
  visibility: visible !important;
}
.owl-item.last--shoppingstore.item-showfooter .item-store .item-footer a {
  color: #FFFFFF;
}
.owl-item.last--shoppingstore.item-showfooter .item-store-button {
  position: absolute;
  display: block;
  margin-top: -5px;
  width: 100%;
}
.item.favoritestore .favstore-badge {
  background-color: #45A7EE;
  line-height: 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 6px 16px 6px 16px;
  width: auto;
  display: flex;
  inline-size: fit-content;
}
.item.favoritestore .favstore-badge .item-label {
  font-size: 13px;
  font-weight: bold;
  color: white;
  width: auto;
  display: flex;
  inline-size: fit-content;
  align-items: center;
  justify-content: center;
  text-transform: none;
  margin-right: 8px;
}
.item.favoritestore .item-store-button a .item-footer {
  background-color: #45A7EE;
}
.item.favoritestore .item-store {
  border-radius: 8px;
}
.show-map {
  color: #45A7EE;
  font-family: Roboto;
  font-size: 12px;
  line-height: 14px;
  margin-left: 6.5px;
  cursor: pointer;
}
.distanceKm-content {
  font: Roboto;
  color: #70C414;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  text-align: left;
  justify-content: left;
  margin-left: 6px;
}
.location-green-icon {
  margin-left: 86px;
}
.store-phone-icon {
  margin-right: 6px;
}
.owl-carousel-parent {
  display: flex;
}
.owl-carousel-parent .owl-next,
.owl-carousel-parent .owl-prev {
  display: block;
  background-color: #000000 !important;
  opacity: 15%;
}
.owl-carousel-parent .owl-next:hover,
.owl-carousel-parent .owl-prev:hover {
  background-color: #000000 !important;
}
.owl-carousel-parent .owl-next.disabled {
  display: none !important;
}
.owl-carousel-parent .owl-prev.disabled {
  display: none !important;
}
.last--shoppingstore {
  cursor: pointer;
  z-index: 1;
  padding-right: 15px;
  min-height: 270px;
}
.last--shoppingstore .item-store-info {
  padding: 16px;
}
.last--shoppingstore .item-store-button {
  position: relative;
  display: none;
}
.last--shoppingstore .item-delivery-mobile {
  display: none;
  color: #545D77;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .last--shoppingstore .item-delivery-mobile {
    display: block;
  }
}
.last--shoppingstore .item-distance {
  position: absolute;
  top: 16px;
  line-height: 16px;
  right: 16px;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  border-radius: 16px;
  background-color: #7AC943;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .last--shoppingstore .item-distance {
    top: 16px;
  }
}
.last--shoppingstore .item-label {
  background-color: #FF640C;
  font-size: 13px;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: white;
  padding: 8px 16px 8px 16px;
  width: auto;
  text-align: center;
  display: flex;
  inline-size: fit-content;
  justify-content: center;
  line-height: 15px;
  text-transform: none;
}
.last--shoppingstore .item-footer {
  visibility: hidden;
  border-radius: 0 0 6px 6px;
  background-color: #FF640C;
  padding: 14px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  height: 48px;
  border-top: 0;
  line-height: 1.2;
}
.last--shoppingstore .item-footer a {
  color: #FFFFFF;
  cursor: pointer;
}
.last--shoppingstore .item-store {
  background-color: #FFFFFF;
  fill: solid;
  border-radius: 0px 8px 8px 8px;
  box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  position: relative;
}
.last--shoppingstore .item-store .item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  margin-right: 16px;
  margin-left: 12px;
  margin-bottom: 10px;
  color: #001B3A;
  position: absolute;
}
.last--shoppingstore .item-store .item-distance {
  position: absolute;
  top: 16px;
  line-height: 16px;
  right: 16px;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  border-radius: 16px;
  background-color: #7AC943;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .last--shoppingstore .item-store .item-distance {
    top: 16px;
  }
}
.last--shoppingstore .item-store .item-logo {
  position: relative;
}
.last--shoppingstore .item-store .item-logo img {
  width: 77px;
  height: 32px;
}
.last--shoppingstore .item-store .item-logo span {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #001A3B;
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .last--shoppingstore .item-store .item-logo span {
    display: none;
  }
}
.last--shoppingstore .item-store .item-address {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  margin-top: 14px;
  color: #898989;
  font-family: Roboto;
  font-size: 12px;
  line-height: 15px;
}
@media screen and (max-width: 768px) {
  .last--shoppingstore .item-store .item-address {
    font-family: Roboto;
    font-size: 12px;
    line-height: 16px;
  }
}
.last--shoppingstore .item-store .item-phone {
  display: flex;
  justify-content: left;
  font-family: Roboto;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .last--shoppingstore .item-store .item-phone {
    font-size: 12px;
  }
}
.last--shoppingstore .item-store .item-phone .phone-icon {
  height: 16px;
  background-size: 16px 16px;
  width: 17px;
  margin-right: 5px;
}
.last--shoppingstore .item-store .item-phone a {
  color: #898989;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.last--shoppingstore .item-store .item-phone span {
  white-space: pre;
}
.last--shoppingstore .item-store .item-delivery {
  align-items: center;
  display: flex;
  font-size: 11px;
}
.last--shoppingstore .item-store .item-delivery .delivery-icon {
  height: 16px;
  background-size: 23px 16px;
  width: 23px;
  margin-right: 5px;
}
.last--shoppingstore .item-store .item-delivery .store-icon {
  height: 16px;
  background-size: 17px 16px;
  width: 17px;
  margin-right: 5px;
  margin-left: 5px;
}
.last--shoppingstore .item-store .item-delivery .icon-blue {
  filter: invert(68%) sepia(67%) saturate(4915%) hue-rotate(186deg) brightness(109%) contrast(87%);
}
@media screen and (max-width: 768px) {
  .last--shoppingstore .item-store .item-delivery {
    display: none;
  }
}
.last--shoppingstore .item-store .item-delivery-mobile {
  display: none;
  color: #545D77;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .last--shoppingstore .item-store .item-delivery-mobile {
    display: block;
  }
}
.carousel-store {
  position: relative;
  width: 100%;
}
.carousel-store .owl-wrapper-outer {
  overflow-x: hidden;
}
.carousel-store .owl-wrapper-outer .owl-wrapper {
  display: flex !important;
}
.carousel-store .owl-buttons {
  -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);
}
.carousel-store .owl-buttons .owl-prev {
  left: 8px;
  z-index: 1;
}
.carousel-store .owl-buttons .owl-prev:before {
  font-size: 1em;
  content: '';
}
.carousel-store .owl-buttons .owl-next {
  right: 8px;
}
.carousel-store .owl-buttons .owl-prev:hover,
.carousel-store .owl-buttons .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
.carousel-store .owl-buttons .owl-prev,
.carousel-store .owl-buttons .owl-next {
  cursor: pointer;
  position: absolute !important;
  top: 25% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto';
  background-color: rgba(0, 0, 0, 0.2);
  height: 56px;
  width: 56px;
  border-radius: 70px;
  font-size: 8em;
  color: transparent;
}
.carousel-store .owl-buttons .owl-prev .glyphicon,
.carousel-store .owl-buttons .owl-next .glyphicon {
  line-height: 0;
  color: #FFFFFF;
  font-size: 18px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .carousel-store .owl-buttons .owl-prev,
  .carousel-store .owl-buttons .owl-next {
    top: 35% !important;
  }
}
.carousel-store .owl-item {
  display: inline-block;
  padding: 0 15px 0 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .carousel-store .owl-item {
    padding: 5px;
  }
  .carousel-store .owl-item .item.item-showfooter:not(.favoritestore):not(.item-lastshoppingstore):not(.last--shoppingstore) {
    margin-top: 32px;
  }
}
.carousel-store .owl-item .item-showfooter .item-store {
  border-radius: 8px;
}
.carousel-store .owl-item .item-showfooter .item-store-info {
  border-radius: 8px;
}
.carousel-store .owl-item .item-showfooter .item-store-button {
  display: block;
}
.carousel-store .owl-item .item-showfooter .item-footer {
  visibility: visible !important;
}
.carousel-store .owl-item .item-showfooter .item-footer a {
  color: #FFFFFF;
}
.carousel-store .owl-item .item-lastshoppingstore .item-label {
  background-color: #FF640C;
  font-size: 13px;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: white;
  padding: 6px 16px 6px 16px;
  width: auto;
  text-transform: none;
  text-align: center;
  display: flex;
  inline-size: fit-content;
  justify-content: center;
  line-height: 15px;
}
.carousel-store .owl-item .item-lastshoppingstore .item-store {
  border-top-left-radius: 0px;
}
.carousel-store .owl-item .item:not(.favoritestore):not(.item-lastshoppingstore):not(.last--shoppingstore) {
  margin-top: 32px;
}
.carousel-store .owl-item .item {
  cursor: pointer;
  min-height: 250px;
}
.carousel-store .owl-item .item.favoritestore .item-store .item-store-info {
  border-radius: 0px 8px 8px 8px;
}
.carousel-store .owl-item .item .item-footer {
  visibility: hidden;
  border-radius: 0 0 6px 6px;
  background-color: #FF640C;
  padding: 14px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  height: 48px;
  border-top: 0;
  margin-top: -3.5px;
}
.carousel-store .owl-item .item .item-footer a {
  color: #FFFFFF;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .carousel-store .owl-item .item .item-footer {
    padding: 12px;
  }
}
.carousel-store .owl-item .item .item-delivery-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .carousel-store .owl-item .item .item-delivery-mobile {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .carousel-store .owl-item .item {
    min-height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-store .owl-item .item.item-lastshoppingstore.item-showfooter {
    margin-top: 5px;
  }
}
.carousel-store .owl-item .item-phone {
  display: flex;
  justify-content: left;
  font-family: Roboto;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .carousel-store .owl-item .item-phone {
    font-size: 12px;
  }
}
.carousel-store .owl-item .item-phone .phone-icon {
  height: 16px;
  background-size: 16px 16px;
  width: 17px;
  margin-right: 5px;
}
.carousel-store .owl-item .item-phone a {
  color: #898989;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carousel-store .owl-item .item-phone span {
  white-space: pre;
}
.carousel-store .owl-item .item-store {
  box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  fill: solid;
  border-radius: 8px;
  font-size: 12px;
  position: relative;
}
.carousel-store .owl-item .item-store .item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  margin-right: 16px;
  margin-left: 12px;
  margin-bottom: 10px;
  color: #001B3A;
  position: absolute;
}
.carousel-store .owl-item .item-store .item-distance {
  position: absolute;
  top: 16px;
  line-height: 16px;
  right: 16px;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  border-radius: 16px;
  background-color: #7AC943;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .carousel-store .owl-item .item-store .item-distance {
    top: 16px;
  }
}
.carousel-store .owl-item .item-store .item-logo {
  position: relative;
}
.carousel-store .owl-item .item-store .item-logo img {
  width: 77px;
  height: 32px;
}
.carousel-store .owl-item .item-store .item-logo span {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #001A3B;
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .carousel-store .owl-item .item-store .item-logo span {
    display: none;
  }
}
.carousel-store .owl-item .item-store .item-address {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  margin-top: 14px;
  color: #898989;
  font-family: Roboto;
  font-size: 12px;
  line-height: 15px;
}
@media screen and (max-width: 768px) {
  .carousel-store .owl-item .item-store .item-address {
    font-family: Roboto;
    font-size: 12px;
    line-height: 16px;
  }
}
.carousel-store .owl-item .item-store .item-delivery {
  align-items: center;
  display: flex;
  font-size: 11px;
}
.carousel-store .owl-item .item-store .item-delivery .delivery-icon {
  height: 16px;
  background-size: 23px 16px;
  width: 23px;
  margin-right: 5px;
}
.carousel-store .owl-item .item-store .item-delivery .store-icon {
  height: 16px;
  background-size: 17px 16px;
  width: 17px;
  margin-right: 5px;
  margin-left: 5px;
}
.carousel-store .owl-item .item-store .item-delivery .icon-blue {
  filter: invert(68%) sepia(67%) saturate(4915%) hue-rotate(186deg) brightness(109%) contrast(87%);
}
@media screen and (max-width: 768px) {
  .carousel-store .owl-item .item-store .item-delivery {
    display: none;
  }
}
.carousel-store .owl-item .item-store .item-delivery-mobile {
  display: none;
  color: #545D77;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .carousel-store .owl-item .item-store .item-delivery-mobile {
    display: block;
  }
}
.carousel-store .owl-item .item-store-info {
  border-radius: 8px;
  padding: 16px;
  background-color: #FFFFFF;
}
.carousel-store .owl-item .item-store-button {
  position: relative;
  display: none;
}
.middle-section-landing {
  background-color: #F4F6F9;
  fill: solid;
}
.middle-section-landing .carousel-store-title .title-text {
  color: #3c3c3c;
}
.middle-section-landing .carousel-store-title .show-map-btn {
  font-weight: bold;
}
.middle-section-landing .carousel-store-title .title-text .title-text-mobile .title-text-mobile--big {
  color: #3c3c3c;
}
.middle-section-landing .carousel-store-title .title-text-mobile__container .title-text-mobile.title-text-mobile--big {
  color: #3c3c3c;
}
.middle-section-landing .carousel-store-title .title-text-mobile__container .title-text-mobile.title-text-mobile--small {
  color: #3c3c3c;
}
.middle-section-landing .not_visible-xs {
  color: #545D77;
}
.carousel-store-title {
  width: 100%;
  display: flex;
  margin-top: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .carousel-store-title {
    margin-top: 11px;
    display: block;
    margin-left: 5px;
  }
}
.carousel-store-title .title-text {
  color: #001B3A;
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
.carousel-store-title .title-text.title-text--big {
  font-size: 28px;
  font-weight: bold;
  line-height: 33px;
}
.carousel-store-title .title-text.title-text--small {
  line-height: 16px;
  color: #001A3B !important;
  font-size: 16px;
  font-weight: bold;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .carousel-store-title .title-text {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .carousel-store-title .title-text-mobile__container {
    display: none;
  }
}
.carousel-store-title .title-text-mobile__container .title-text-mobile {
  color: #001B3A;
  font-family: Roboto;
  letter-spacing: 0;
  display: block;
}
.carousel-store-title .title-text-mobile__container .title-text-mobile.title-text-mobile--big {
  font-size: 24px;
  font-weight: bold;
}
.carousel-store-title .title-text-mobile__container .title-text-mobile.title-text-mobile--small {
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
}
.carousel-store-title .show-map-btn__container {
  margin: auto 0 0 auto;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.carousel-store-title .show-map-btn__container .show-map-btn {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  color: #45A7EE;
  margin-right: 6.5px;
}
.carousel-store-title .show-map-btn__container cma-icon {
  height: 12px;
}
@media screen and (max-width: 768px) {
  .carousel-store-title .show-map-btn__container {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .carousel-store-title .show-map-btn__container {
    display: none;
  }
}
.carousel-store-title .show-map-btn {
  color: #45A7EE;
  font-family: Roboto;
  font-size: 12px;
  line-height: 14px;
  margin-left: 6.5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .carousel-store-title .show-map-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .show-map-btn__container {
    display: none;
  }
}
.carousel_popular_products {
  position: relative;
  padding: 2.5rem 0;
}
.carousel_popular_products .carousel-comun {
  position: relative;
}
.carousel_popular_products .carousel-header {
  margin-bottom: 1.5rem;
}
.carousel_popular_products .carousel-header p {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.875rem;
}
.carousel_popular_products .carousel-header a {
  width: auto;
  color: #45A7EE;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.313rem;
}
.carousel_popular_products .headline {
  color: #001B3A;
  font-size: 24px;
  font-weight: 700;
}
.carousel_popular_products .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel_popular_products .owl-wrapper-outer .owl-wrapper {
  display: flex !important;
}
.carousel_popular_products .owl-wrapper-outer .owl-wrapper .item {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  margin: 10px 8px;
  padding: 1rem 0.85rem;
}
.carousel_popular_products .owl-wrapper-outer .owl-wrapper .item .general-details {
  margin-bottom: 6px;
}
.carousel_popular_products .owl-wrapper-outer .owl-wrapper .item .sku {
  color: #001B3A;
  font-size: 13px;
  line-height: 15px;
}
.carousel_popular_products .owl-wrapper-outer .owl-wrapper .item .carousel__item--name {
  color: #001B3A;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  height: 38px;
  max-height: 38px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.carousel_popular_products .owl-wrapper-outer .owl-wrapper .item .product-rating {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.carousel_popular_products .owl-wrapper-outer .owl-wrapper .item .product-rating .grade {
  color: #001B3A;
  font-size: 12px;
  margin-left: 4px;
}
.carousel_popular_products .owl-wrapper-outer .owl-wrapper .item .product-rating .greenStars {
  width: 100%!important;
}
.carousel_popular_products .owl-wrapper-outer .owl-wrapper .item .product-rating .greenStars .glyphicon-star:not(.active) {
  opacity: 0.1;
}
.carousel_popular_products .owl-wrapper-outer .owl-wrapper .item .carousel__item--thumb {
  margin-bottom: 20px;
  height: 140px;
}
.carousel_popular_products .owl-wrapper-outer .owl-wrapper .item .carousel__item--thumb img {
  max-width: 140px;
  max-height: 140px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.carousel_popular_products .owl-wrapper-outer .owl-wrapper .item .carousel__item--thumb img:hover {
  transform: scale(1.08);
  transition: all 0.3s ease;
}
@media (max-width: 361px) {
  .carousel_popular_products .owl-wrapper-outer .owl-wrapper .item .carousel__item--thumb img {
    max-width: 130px;
    max-height: 130px;
  }
}
.carousel_popular_products .owl-wrapper-outer .owl-wrapper .item .btn {
  background-color: #FF640C;
  padding: 0.875rem;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.188rem;
  border-radius: 0.25rem;
}
.carousel_popular_products .owl-theme .owl-controls .owl-page,
.carousel_popular_products .owl-theme .owl-controls .owl-buttons div {
  cursor: pointer;
}
.carousel_popular_products .owl-controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
}
.carousel_popular_products .owl-controls .owl-buttons {
  display: flex;
  justify-content: space-between;
}
.carousel_popular_products .owl-controls .owl-buttons .owl-prev:before,
.carousel_popular_products .owl-controls .owl-buttons .owl-next:before {
  content: '\25CF';
  font-size: 1em;
}
.carousel_popular_products .owl-controls .owl-buttons .owl-prev:hover,
.carousel_popular_products .owl-controls .owl-buttons .owl-next:hover {
  color: rgba(0, 0, 0, 0.35);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.carousel_popular_products .owl-controls .owl-buttons .owl-prev,
.carousel_popular_products .owl-controls .owl-buttons .owl-next {
  display: flex;
  font-family: 'Roboto';
  background-color: rgba(0, 0, 0, 0.2);
  height: 56px;
  width: 56px;
  border-radius: 70px;
  font-size: 8em;
  color: transparent;
  position: relative;
  align-items: center;
  justify-content: center;
}
.carousel_popular_products .owl-controls .owl-buttons .owl-prev:before,
.carousel_popular_products .owl-controls .owl-buttons .owl-next:before {
  content: '';
}
.carousel_popular_products .owl-controls .owl-buttons .owl-prev:hover,
.carousel_popular_products .owl-controls .owl-buttons .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
.carousel_popular_products .owl-controls .owl-buttons .owl-prev .glyphicon,
.carousel_popular_products .owl-controls .owl-buttons .owl-next .glyphicon {
  position: absolute;
  top: 0;
  line-height: 0;
  color: #FFFFFF;
  font-size: 18px;
  height: 100%;
  width: 100%;
}
.carousel_popular_products .owl-controls .owl-buttons .owl-prev .glyphicon::before,
.carousel_popular_products .owl-controls .owl-buttons .owl-next .glyphicon::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page-landingPage {
  /*[disabled] {
    background: linear-gradient(to right, #cccccc 50%, #cccccc 50%) !important;
    background-color: #cccccc !important;
    color: white !important;
  }*/
}
.page-landingPage .store-select--landing {
  width: 360px !important;
  padding: 16px 8px;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  /* Media Query para aplicar las reglas de estilo a IE10 y IE11 */
}
@media (max-width: 768px) {
  .page-landingPage .store-select--landing {
    width: 100% !important;
    max-width: 360px !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-landingPage .store-select--landing {
    width: 100%;
  }
}
.page-landingPage .store-select--landing .ui-selectmenu-text {
  font-size: 16px !important;
  color: #BCBCBC;
}
.page-landingPage .store-select--landing .fa {
  font-size: 22px !important;
  margin-right: 10px;
  color: #001b3a;
  top: 20px;
}
.page-landingPage .store-select--landing .fa:hover {
  color: #001b3a !important;
}
.page-landingPage .store-select--landing-subitem .ui-menu-item {
  width: 100%;
  padding: 0px;
}
.page-landingPage .store-select--landing-subitem .ui-menu-item .menu-item-inner {
  padding: 8px 22px;
  font-size: 14px !important;
}
.page-landingPage .store-select--landing-subitem .ui-menu-item:hover {
  background-color: #F5F7FA !important;
  color: #001A3B !important;
  font-size: 14px !important;
}
.page-landingPage .store-select--landing-subitem .ui-state-focus {
  width: auto;
  border-radius: 0px;
  height: auto;
}
.page-landingPage .molon {
  background: red;
}
.page-landingPage .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  grid-auto-rows: auto;
  grid-template-areas: "a   b" "a   b" "c   c";
  align-items: start;
  justify-content: space-around;
  position: relative;
  text-align: center;
  padding: 16px;
  /* Media Query para aplicar las reglas de estilo a IE10 y IE11 */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-landingPage .wrapper {
    width: 100%;
    float: left;
  }
}
.page-landingPage #superLay__box {
  height: 100%;
  position: fixed;
  color: black;
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
  z-index: 93;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.page-landingPage .ui-selectmenu-menu.ui-front {
  z-index: 2001 !important;
}
.page-landingPage .bomo.first_element {
  background-color: #0c1d3f;
}
.page-landingPage .icon__box {
  position: absolute;
  right: 1rem;
  top: 5px;
  background: #FF4E00;
  border-radius: 50%;
  padding: 5px;
}
.page-landingPage .icon__box .icon__box_container {
  height: 1rem;
  width: 1rem;
  opacity: 1;
}
.page-landingPage .selectStoreButton {
  cursor: pointer;
  border-radius: 100px !important;
  font-size: 20px !important;
  height: 60px;
  min-width: 287px;
  border-radius: 30px;
  font-size: 20px;
}
@media only screen and (min-width: 1200px) {
  .page-landingPage .margin-dynamic {
    margin-top: 0;
    margin-bottom: 4em;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 840px) {
  .page-landingPage .wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    grid-template-areas: "a" "b" "c";
  }
}
.page-landingPage .item1 {
  grid-area: a;
  align-self: center;
  /* Media Query para aplicar las reglas de estilo a IE10 y IE11 */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-landingPage .item1 {
    width: 48%;
    float: left;
  }
}
.page-landingPage .item2 {
  grid-area: b;
  align-self: center;
  /* Media Query para aplicar las reglas de estilo a IE10 y IE11 */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-landingPage .item2 {
    width: 48%;
    float: right;
  }
}
.page-landingPage .item3 {
  margin-top: 1em;
  grid-area: c;
  align-self: center;
  justify-self: center;
  position: absolute;
  top: 0;
  /* Media Query para aplicar las reglas de estilo a IE10 y IE11 */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-landingPage .item3 {
    top: 5em;
    left: 16em;
  }
}
.page-landingPage .item4 {
  grid-area: d;
}
.modal-store {
  background-color: white;
  position: fixed;
  display: none;
  left: 0;
  width: 90%;
  height: 90%;
  margin-left: 5%;
  top: 5%;
  z-index: 10001;
  padding-top: 0;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  .modal-store {
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    border-radius: 0;
  }
}
.modal-store--content {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .modal-store--content {
    grid-template-rows: 130px 1fr;
    -ms-grid-rows: 200px 1fr;
  }
}
.modal-store--header {
  width: 100%;
  min-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .modal-store--header {
    display: flex;
  }
}
.modal-store__productFoundLabel--hidden {
  display: none;
}
.modal-store-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  cursor: pointer;
}
.modal-title-text {
  color: #001B3A;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0 12px;
}
@media only screen and (max-width: 768px) {
  .modal-title-text {
    font-size: 18px;
    margin-top: 0;
  }
}
.modal-store--select-subitem .ui-menu-item {
  width: 100%;
  padding: 0px;
  cursor: pointer;
}
.modal-store--select-subitem .ui-menu-item .menu-item-inner {
  padding: 10px 22px;
  font-size: 16px !important;
  cursor: pointer;
}
.modal-store--select-subitem .ui-menu-item:hover {
  background-color: #F5F7FA !important;
  font-size: 16px !important;
  color: #001B3A !important;
}
.modal-store--select-subitem .ui-state-focus {
  width: auto;
  border-radius: 0px;
  height: auto;
  background-color: #fff !important;
  color: #001B3A !important;
}
.modal-store--searchStateCity {
  width: 600px;
  height: 240px;
  background-color: white;
  position: fixed;
  display: none;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  margin-top: -106px;
  border-radius: 3px;
  z-index: 2002;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .modal-store--searchStateCity {
    width: calc(100% - 32px);
    height: auto;
    background-color: white;
    position: fixed;
    display: none;
    left: 16px;
    margin-left: 0;
    top: 0px;
    margin-top: 80px;
    border-radius: 3px;
  }
}
.modal-store--searchStateCity-title {
  font-size: 18px;
  color: #001B3A;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 5px 0px 25px 0px;
  display: flex;
  justify-content: space-between;
}
.modal-store--searchStateCity-title .closeModal {
  cursor: pointer;
}
.modal-store--searchStateCity-content {
  display: flex;
}
.modal-store--searchStateCity-content div {
  padding: 0px 0px;
  width: 50%;
}
.modal-store--searchStateCity-content div .modal-store--select {
  width: 100% !important;
  background: white;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.modal-store--searchStateCity-content div .modal-store--select .ui-selectmenu-text {
  padding: 15px 10px;
  color: #001B3A;
  font-size: 16px !important;
}
.modal-store--searchStateCity-message {
  color: #E24949;
  font-size: 12px;
  padding: 4px 0px 8px;
  margin-bottom: 14px;
}
.modal-store--searchStateCity-message div {
  visibility: hidden;
}
.modal-store--searchStateCity-btn {
  padding: 20px;
  text-align: center;
  padding-top: 1em !important;
}
.modal-store--searchStateCity-btn span {
  background-color: unset;
  transition: all .5s;
  background: linear-gradient(to right, #ff640c 50%, #ff4e00 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border: none;
  color: white;
  border-radius: 30px;
  padding: 16px 40px;
  max-height: 48px;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .modal-store--searchStateCity-btn span {
    background-color: #FF640C;
  }
  .modal-store--searchStateCity-btn span:hover {
    background-position: left bottom;
    box-shadow: none !important;
  }
}
#containerFirstSectionSelect .ui-selectmenu-button {
  position: relative;
  border-radius: 5px;
}
#containerFirstSectionSelect .ui-selectmenu-button .ui-selectmenu-text {
  padding: 16px 8px;
  font-size: 16px !important;
  color: #BCBCBC;
}
#containerFirstSectionSelect .ui-selectmenu-button i {
  position: absolute;
  top: 17px;
  font-size: 1.4em;
}
#divModalSelStoreMobile.modal-store--searchStateCity {
  width: 100%;
  height: 212px;
  background-color: white;
  display: block;
  border-radius: 3px;
  z-index: 2002;
  padding: 16px;
  left: 0;
  margin: 0;
  position: relative;
}
.modal-store--searchStateCity-title {
  font-size: 24px;
  color: #001B3A;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 5px 0px 25px 0px;
  display: block;
}
.modal-store--searchStateCity-content {
  display: block;
}
.modal-store--searchStateCity-content > div {
  padding: 0px 0px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 24px;
}
.modal-store--searchStateCity-content > div:nth-child(2) {
  margin-bottom: 0;
}
.modal-store--searchStateCity-content > div .modal-store--select {
  width: 100% !important;
  background: white;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.modal-store--searchStateCity-content > div .modal-store--select .ui-selectmenu-text {
  padding: 15px 10px;
  color: #001B3A;
  font-size: 16px !important;
}
.modal-store--searchStateCity-content > div .modal-store--select > i {
  top: 14px;
  font-size: 1.5em !important;
}
.modal-store--searchStateCity-message {
  color: #E24949;
  font-size: 12px;
  padding: 10px 0px;
}
.modal-store--searchStateCity-message div {
  visibility: hidden;
}
.modal-store--searchStateCity-btn {
  padding: 0;
  text-align: center;
}
.modal-store--searchStateCity-btn div {
  background-color: unset;
  transition: all .5s;
  background: #ff4e00;
  background-size: 200% 100%;
  background-position: right bottom;
  border: none;
  color: white;
  border-radius: 30px;
  padding: 14px 40px;
  cursor: pointer;
  height: 48px;
  width: 180px;
  margin: 0 auto;
}
.modal-store--header-title {
  width: 41.89%;
  float: left;
  padding-top: 10px;
  padding-left: 21px;
}
@media only screen and (max-width: 768px) {
  .modal-store--header-title {
    background-color: #fff;
    width: 100%;
    margin: 0;
    padding: 20px 15px 10px 15px;
    display: flex;
    flex-direction: column;
    z-index: 2;
    line-height: 19px;
  }
  .modal-store--header-title .searchStoreLocation {
    margin: auto;
    margin: 5px 0 10px;
    padding: 0;
    width: 100%;
  }
  .modal-store--header-title .title_label_store {
    color: #001B3A;
    font-size: 14px;
    font-weight: 500;
  }
}
.modal-store--header-search {
  width: 55%;
  float: left;
  padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
  .modal-store--header-search {
    width: 100%;
  }
}
.modal-store--header-search div {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .modal-store--header-search div {
    width: 90%;
    float: none;
  }
}
.modal-store--header-search div .modal-store--select {
  width: 100% !important;
  background: white;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  border-color: #001A3B;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.modal-store--header-search div .modal-store--select .ui-selectmenu-text {
  padding: 15px 10px;
  color: #001B3A;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .modal-store--header-search div .modal-store--select .ui-selectmenu-text {
    width: 100%;
  }
}
.modal-store--header-search div .construrama-icon {
  cursor: pointer;
}
.modal-store--header-search div:last-child {
  width: 10%;
}
.modal-store--header-close {
  width: 36px;
  float: right;
  margin: 13px 7px 0 0;
}
@media only screen and (max-width: 768px) {
  .modal-store--header-close {
    z-index: 1;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
  }
}
.modal-store--header-close .button_close {
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 767px) {
  .modal-store--header-close .button_close {
    width: 52px;
    margin: 0;
  }
}
.modal-store--body {
  display: flex;
  height: 100%;
  flex-wrap: nowrap;
  align-content: space-between;
  width: 100%;
  justify-content: space-between;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .modal-store--body {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .modal-store--item-footer {
    border-radius: 4px;
    background-color: #FF640C;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .modal-store--item-footer a {
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
  }
}
.modal-store--body-content {
  padding: 3px 0;
  padding-top: 120px;
  width: 50%;
  height: 84.8%;
}
.modal-store--body-content.addressCoverage {
  height: 91%;
}
@media (min-width: 480px) and (max-width: 767px) {
  .modal-store--body-content {
    height: 23%!important;
  }
}
@media only screen and (max-width: 415) {
  .modal-store--body-content.addressCoverage {
    height: 22%;
  }
}
@media only screen and (max-width: 376px) {
  .modal-store--body-content {
    height: 36%!important;
  }
  .modal-store--body-content.addressCoverage {
    height: 29%!important;
  }
}
@media (max-width: 361px) {
  .modal-store--body-content {
    height: 32%!important;
  }
  .modal-store--body-content.addressCoverage {
    height: 28%!important;
  }
}
@media (min-width: 376px) and (max-width: 413px) {
  .modal-store--body-content {
    height: 26%!important;
  }
  .modal-store--body-content.addressCoverage {
    height: 23%!important;
  }
}
@media only screen and (min-width: 1500px) {
  .modal-store--body-content {
    height: 87.8%;
  }
  .modal-store--body-content.addressCoverage {
    height: 92.8%;
  }
}
@media only screen and (max-width: 479px) {
  .modal-store--body-content {
    height: 31%!important;
  }
  .modal-store--body-content.addressCoverage {
    height: 22%;
  }
}
.modal-store--body-content::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .modal-store--body-content {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 1em;
    width: 100%;
    z-index: 2;
    padding: 0;
  }
}
.modal-store--body-content-legend {
  color: #001B3A;
  font-size: 14px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .modal-store--item-content {
    height: 100%;
    overflow-y: scroll;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    padding-bottom: 100px;
    padding-left: 3px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .modal-store--item-content .owl-controls {
    display: block!important;
  }
  .modal-store--item-content .owl-buttons {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #storeModaleHeader {
    position: relative;
    width: 100% !important;
    z-index: 7;
  }
  #storeModaleHeader .owl-wrapper-outer {
    overflow: hidden;
    position: fixed;
    width: 100% !important;
    bottom: 0;
  }
  #storeModaleHeader .owl-wrapper,
  #storeModaleHeader .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  #storeModaleHeader .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  #storeModaleHeader .owl-item {
    float: left;
    padding: 15px;
    overflow: auto;
  }
  #storeModaleHeader .item {
    width: 100% !important;
  }
}
.modal-store--item {
  border: 1.5px solid transparent;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.25);
  margin: 5px 0;
  min-height: 128px;
  padding: 15px 12px 12px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .modal-store--item {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .modal-store--item .item-title {
    width: 70% !important;
  }
}
.modal-store--item.selected {
  border: 1.5px solid #0C1D3F;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
}
.marker-tooltip-title {
  display: flex;
}
.marker-tooltip-title .marker-tooltip--img {
  width: 30%;
}
.modal-store--item-body {
  border-radius: 8px 8px 8px 8px;
}
.modal-store--item-body .construrama-icon.mini-icon {
  background-size: 12px;
  height: 12px;
  width: 12px;
}
.modal-store--item-name {
  color: #001B3A;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  min-height: 48px;
  padding: 5px 0px 5px 0px;
  text-align: left;
  width: 70%;
}
.modal-store--item-open {
  margin-right: 12px;
  width: 30%;
}
.modal-store--item-open .modal-store--item-openImg {
  width: 49%;
  vertical-align: middle;
}
.modal-store--item-open .modal-store--item-openImg img {
  max-height: 40px;
  max-width: 100px;
}
.modal-store--item-open .modal-store--item-openText {
  vertical-align: middle;
}
.modal-store--item-open .modal-store--item-openText span {
  padding: 5px;
  color: white;
  font-size: 12px;
  border-radius: 2px;
}
.modal-store--item-open .modal-store--item-openText .close {
  background-color: #7ED321;
}
.modal-store--item-open .modal-store--item-openText .open {
  background-color: #7ED321;
}
.modal-store--item-address {
  color: #898989;
  font-size: 12px;
  line-height: 14px;
  padding: 7px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-store--item-address .modal-store--item-address-text {
  white-space: normal;
  width: 80%;
}
@media (max-width: 767px) {
  .modal-store--item-address .modal-store--item-address-text {
    line-height: 14px;
    max-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.modal-store--item-address .modal-store--item-distance-tag-text {
  width: 20%;
}
.modal-store--item-phone-and-pickup,
.modal-store--pickup-data {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .modal-store--item-phone-and-pickup .modal-store--item-phone {
    display: none;
  }
}
.modal-store--pickup-data {
  color: #FF640C;
  display: flex;
  font-size: 12px;
  justify-content: flex-end;
  width: 50%;
}
.modal-store--pickup-data cma-icon[name="pickup-box"] {
  margin-top: 5px;
}
.modal-store--pickup-data .textClickPickup {
  font-weight: 500;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .modal-store--pickup-data {
    justify-content: flex-start;
  }
}
.marker-tooltip--pickup-data {
  color: #FF640C;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}
.marker-tooltip--pickup-data cma-icon[name="pickup-box"] {
  margin-top: 3px;
}
.modal-store--item-phone {
  align-items: center;
  display: flex;
  flex-direction: row;
  color: #545D77;
  font-family: Roboto;
  font-size: 12px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .modal-store--item-phone {
    font-size: 12px;
  }
}
.modal-store--item-phone .construrama-icon {
  margin-right: 8px;
}
.modal-store--item-phone a {
  color: #898989!important;
  font-size: 12px!important;
  font-weight: 400;
  line-height: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-store--item-phone a:focus {
  outline: none!important;
  text-decoration: none!important;
}
.modal-store--item-phone span {
  white-space: pre;
}
.modal-store--item-schedule {
  color: #061127;
  font-size: 12px;
  line-height: 14px;
  padding: 7px 0px 7px 0px;
}
.modal-store--item-header {
  display: flex;
  overflow: hidden;
}
.modal-store--item-distance {
  color: #70C414;
  font-family: Roboto;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin-top: -3px;
}
.modal-store--item-distance-text {
  margin-left: 4px;
}
.modal-store--item-delivery {
  display: flex;
}
.modal-store--item-delivery .modal-store--item-delivery-shipping {
  color: #001B3A;
  font-size: 12px;
  line-height: 14px;
}
.modal-store--item-delivery .modal-store--item-delivery-shipping .delivery-icon {
  height: 16px;
  background-size: 23px 16px;
  width: 23px;
  margin-right: 5px;
}
.modal-store--item-delivery .modal-store--item-delivery-shipping .store-icon {
  height: 16px;
  background-size: 17px 16px;
  width: 17px;
  margin-right: 5px;
  margin-left: 5px;
}
.modal-store--item-delivery .modal-store--item-delivery-shipping .icon-blue {
  filter: invert(68%) sepia(67%) saturate(4915%) hue-rotate(186deg) brightness(109%) contrast(87%);
}
.modal-store--item-delivery .modal-store--item-delivery-pick-up-in-store {
  color: #001B3A;
  font-size: 12px;
  line-height: 14px;
}
.modal-store--item-content.grid-view .modal-store--item {
  width: 23%;
}
.modal-store--item-content .modal-store--item .modal-store--item:hover {
  border: 1.5px solid #001B3A;
}
.modal-store--body-map {
  width: 70%;
  margin-top: 65px;
  padding: 0;
  overflow: hidden;
  height: 84.5%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal-store--body-map {
    height: 88%;
  }
}
@media only screen and (max-width: 768px) {
  .modal-store--body-map {
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 1500px) {
  .modal-store--body-map {
    height: 87.5%;
  }
}
.modal-store--body-map .gm-style .gm-style-iw div:first-child:not(.marker-tooltip--name) {
  overflow: hidden !important;
}
.modal-store--body-map .gm-style .gm-style-iw-t::after {
  display: none!important;
}
.modal-store--body-map .map {
  width: 100%;
  height: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modal-store--body-map .map {
    height: 92.5%;
  }
}
@media only screen and (max-width: 768px) {
  .modal-store--body-map .map {
    position: absolute !important;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.modal-store--body-map .marker-tooltip {
  max-width: 320px;
  padding: 0 15px 15px 15px;
}
.modal-store--body-map .marker-tooltip div {
  padding: 3px 0px;
}
.modal-store--body-map .marker-tooltip .marker-tooltip--img {
  margin-right: 8px;
}
.modal-store--body-map .marker-tooltip .marker-tooltip--img img {
  width: 100%;
  max-height: 40px;
  max-width: 100px;
}
.modal-store--body-map .marker-tooltip .marker-tooltip--name {
  color: #001B3A;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  width: 70%;
}
.modal-store--body-map .marker-tooltip .marker-tooltip--address {
  color: #898989;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 15px;
}
.modal-store--body-map .marker-tooltip .marker-tooltip--contentLnk {
  display: -ms-inline-flexbox;
  width: 100%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  margin-top: 5px;
  padding: 0;
}
.modal-store--body-map .marker-tooltip .marker-tooltip--contentLnk span {
  cursor: pointer;
  background-color: #FF5404;
  padding: 14px 20px;
  color: white;
  border-radius: 4px !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}
.modal-store--body-map .marker-tooltip .construrama-icon.mini-icon {
  background-size: 12px;
  height: 12px;
  width: 12px;
}
@media only screen and (max-width: 768px) {
  .search-selStore {
    width: 100%;
    padding: 0 !important;
    top: 0px;
    position: absolute;
    left: 0;
  }
}
.title_label_store_count {
  color: #001B3A;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .title_label_store_count {
    font-size: 14px;
  }
}
.title_label_store {
  color: #001B3A;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .title_label_store {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .modal-store__productFoundLabel {
    display: block;
    left: 0px;
    top: 85px;
    position: absolute;
    color: white;
    background-color: #001B3A;
    width: 100%;
    padding: 4px 16px;
    z-index: 1;
  }
}
.menu-item-inner__storeCounter {
  opacity: .5;
  font-size: .8em;
}
#selCityHeader-menu .menu-item-inner__storeCounter {
  display: none;
}
.ui-state-focus .menu-item-inner__storeCounter {
  opacity: 1;
  font-size: 1em;
}
.modal-store__header-title-icon {
  margin-right: 12px;
}
@media only screen and (max-width: 1200px) {
  .modal-store__header-title-icon {
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .modal-store__header-title-icon {
    float: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .modal-store__header-title-icon {
    display: none;
  }
}
.modal-store__header {
  padding-bottom: 8px;
}
.modal-store__body--hidden {
  display: none !important;
}
.modal-store__body {
  text-align: center;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal-store__body _:-ms-input-placeholder,
:root .modal-store__body {
  margin-top: 40vh;
  line-height: 4;
}
.modal-store__body-no-stores-label,
.modal-store__body-search-address-label {
  max-width: 340px;
  width: 100%;
  margin-top: 1.5rem;
  color: #001B3A;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  display: none;
}
.modal-store__body-no-stores-label.show,
.modal-store__body-search-address-label.show {
  display: block;
}
.modal-store--header-search {
  margin-top: -10px;
}
@media only screen and (max-width: 768px) {
  .modal-store--header-search {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-template-columns: 40 40% 20%;
  }
  .modal-store--header-search div {
    width: 40%;
  }
  .modal-store--header-search div:last-child {
    width: 20%;
  }
}
.modal-store--header-search #iconSearchStore {
  display: none;
}
.storeSel__label {
  text-transform: capitalize;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .storeSel__label {
    display: none;
  }
}
#storeSelState2-button .selectmenu-icon-construrama,
#storeSelCity2-button .selectmenu-icon-construrama,
#storeSelState-button .selectmenu-icon-construrama,
#storeSelCity-button .selectmenu-icon-construrama {
  position: absolute;
  top: 14px;
  font-size: 1.4em;
}
@media only screen and (max-width: 768px) {
  #storeSelState2-button,
  #storeSelCity2-button {
    width: 250% !important;
    margin-left: 8px;
  }
  #storeSelState2-button .selectmenu-icon-construrama,
  #storeSelCity2-button .selectmenu-icon-construrama {
    font-size: 1.5em;
    top: 12px;
  }
}
@media screen and (max-width: 480px) {
  .modal-store--item .item__store-name {
    width: 70% !important;
  }
}
.storeSel__label--mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  #storeSelState2-button .storeSel__label--mobile,
  #storeSelCity2-button .storeSel__label--mobile,
  #storeSelStateMobile-button .storeSel__label--mobile,
  #storeSelCityMobile-button .storeSel__label--mobile {
    display: block;
    font-size: 12px !important;
    text-align: left;
    opacity: .5;
    margin: 0;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  #storeSelCity2-menu {
    left: -6vw !important;
  }
}
@media only screen and (max-width: 767px) {
  #storeSelState2-menu {
    width: 91vw !important;
    margin-top: 12px;
  }
  #storeSelState2-menu:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 6px;
    transform: rotateZ(180deg);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 11px solid white;
  }
  #storeSelCity2-menu {
    margin-top: 12px;
    width: 91vw !important;
    position: absolute;
    left: -49vw;
    z-index: 1;
  }
  #storeSelCity2-menu:after {
    content: "";
    position: fixed;
    top: 122px;
    right: 6%;
    transform: rotateZ(180deg);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 11px solid white;
  }
  .gm-style .gm-style-iw-c {
    background-color: #001b39;
    width: 92vw !important;
  }
}
.gm-style .gm-style-iw-c {
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.15) !important;
}
@media only screen and (min-width: 768px) {
  .gm-style-iw.gm-style-iw-c {
    padding-right: 12px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-radius: 8px !important;
  }
  .gm-style-iw.gm-style-iw-c .close_tooltip {
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    background-size: 32px 32px !important;
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
  }
  .gm-style-iw.gm-style-iw-c > button {
    display: none !important;
  }
  .gm-style-iw.gm-style-iw-c .marker-tooltip--contentLnk > span {
    width: 100% !important;
    box-shadow: none;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .gm-style-iw.gm-style-iw-c {
    visibility: hidden;
    position: fixed;
    top: 32vh;
    left: 0;
    padding: 8px;
    width: 72vw;
    border-radius: 3px;
    max-width: unset !important;
    max-height: 26vh !important;
    box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .gm-style-iw.gm-style-iw-c > button {
    display: none !important;
  }
  .gm-style .gm-style-iw-d {
    max-width: 98% !important;
  }
  .gmnoprint {
    display: none;
  }
  .gm-style-iw-t::before {
    display: none;
  }
  .gm-style .gm-style-iw-t::after {
    display: none;
  }
  .gm-style .gm-style-iw-d {
    max-width: unset;
    max-height: unset;
  }
  .modal-store--body-map .marker-tooltip {
    max-width: unset;
    padding: 0 14px 14px 14px;
  }
  .modal-store--body-map .marker-tooltip .marker-tooltip--img img {
    width: 100%;
    max-height: 40px;
    max-width: 80px;
  }
  .modal-store--body-map .marker-tooltip .marker-tooltip--contentLnk span {
    border-radius: 20px !important;
    padding: 14px 132px;
  }
  .modal-store--body-map .marker-tooltip .marker-tooltip--contentLnk {
    padding: 0;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .modal-store--body-map .marker-tooltip .marker-tooltip--contentLnk > span {
    white-space: nowrap;
    width: 89%;
    padding: 12px 0;
    font-family: Roboto;
    font-size: 16px;
    line-height: 19px;
  }
  .marker-tooltip--store-data-parent {
    display: grid;
    grid-template-columns: 80px 1fr;
  }
  .marker-tooltip--img {
    padding: 8px 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .marker-tooltip--name {
    padding-top: 0px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    width: 226px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }
  .marker-tooltip--address {
    color: #898989;
    font-family: Roboto;
    font-size: 12px !important;
    line-height: 12px;
  }
  .marker-tooltip--store-data {
    padding: 3px 0 3px 12px;
  }
  .modal-store--body-map .marker-tooltip div {
    padding: 3px 0px 3px 12px;
  }
  .close_tooltip {
    width: 32px !important;
    height: 32px !important;
    background-size: 32px 32px !important;
    position: absolute;
    right: 6px;
    top: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .close_tooltip {
    display: none !important;
  }
}
@media only screen and (max-width: 370px) {
  .gm-style-iw.gm-style-iw-c {
    top: 29vh;
    max-height: 28vh !important;
  }
  .marker-tooltip--name {
    font-size: 14px;
    line-height: 16px;
  }
  .marker-tooltip--address {
    font-size: 12px !important;
    line-height: 14px;
  }
  .modal-store--body-map .marker-tooltip .marker-tooltip--contentLnk > span {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .marker-tooltip--name {
    width: 182px;
  }
}
@media only screen and (max-width: 356px) {
  .marker-tooltip--name {
    width: 144px;
  }
}
.ui-state-disabled {
  display: none;
}
.page-landingPage.cCustomer .ui-selectmenu-menu .ui-menu {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.page-landingPage.cCustomer .no-border-radius {
  border-radius: 0 !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  img[src="/_ui/responsive/theme-construrama/fonts/construrama/img/pin_selected.svg"] {
    /* IE10+ CSS styles go here */
    height: 38px !important;
    width: 26px !important;
  }
}
@media (width: 1180px) and (orientation: landscape) {
  .modal-store--content .portrait-sm-hide {
    display: none!important;
  }
}
@media (width: 1024px) and (orientation: landscape) {
  .modal-store--content .portrait-sm-hide {
    display: none!important;
  }
}
@media (width: 820px) {
  .modal-store--content .portrait-sm-hide {
    display: none!important;
  }
}
.modal-store--content .title_label_store_text_no_coverage {
  color: #001B3A;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  text-align: left;
  width: 100%;
}
.modal-store--content .title_label_store_text_no_coverage.no_coverage {
  align-items: center;
  color: #EE4545;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
@media (767px) {
  .modal-store--content {
    font-size: 14px;
  }
}
.modal-store-body-title {
  padding-right: 15px;
}
@media (max-width: 820px) {
  .modal-store-body-title {
    margin-top: 28px;
  }
}
.toogleTextButton {
  position: absolute;
  right: 48px;
  top: 11px;
  font-weight: normal;
  font-size: 14px;
  white-space: nowrap;
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
  border-radius: 7px !important;
  bottom: initial !important;
  right: 47px !important;
  top: 30px;
}
@media only screen and (max-width: 768px) {
  .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    top: 150px;
  }
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint div {
  background-color: #fff !important;
  border-radius: 7px !important;
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint div[draggable="false"] {
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.15);
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint div button::before {
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 30px;
  width: 30px;
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint div button:first-of-type::before {
  background-image: url('../../../common/images/tiny/plus_map.png');
  background-position: 12px 5px;
  background-size: 17px;
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint div button button::before {
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 30px;
  width: 30px;
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint div button button:first-of-type::before {
  background-image: url('../../../common/images/tiny/plus_map.svg');
  background-position: 12px 5px;
  background-size: 17px;
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint div button button:last-of-type::before {
  background-image: url('../../../common/images/tiny/less_map.svg');
  background-position: 12px 15px;
  background-size: 17px;
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint div button button img {
  display: none;
}
.gmnoprint {
  display: flex;
  flex-direction: column;
}
.gmnoprint[style*="margin: 5px; z-index: 10; position: absolute; top: 0px; right: 0px;"] {
  top: 188px !important;
}
.gmnoprint > div {
  border-radius: 7px !important;
  float: initial !important;
  margin-right: 10px;
  margin-top: 12px;
}
.gmnoprint > div:first-of-type {
  order: 2;
}
.gmnoprint > div button {
  box-shadow: none !important;
  height: 40px !important;
  margin-right: 2px !important;
  width: 41px !important;
}
.gmnoprint > div button div {
  display: none !important;
}
.gmnoprint > div button div button:first {
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.15);
}
.gmnoprint > div button div button:last-child {
  border-bottom-left-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.15);
}
.gmnoprint > div button::before {
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 30px;
  width: 30px;
}
.gmnoprint > div button[title="Stop drawing"],
.gmnoprint > div button[title="Dejar de dibujar"] {
  border-bottom-left-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
  display: none !important;
  order: 1;
}
.gmnoprint > div button[title="Stop drawing"]::before,
.gmnoprint > div button[title="Dejar de dibujar"]::before {
  background-image: url('../../../common/images/tiny/square_map.png');
  background-position: 8px;
  background-size: 16px;
}
.gmnoprint > div button[title="Trazar una forma"],
.gmnoprint > div button[title="Draw a shape"],
.gmnoprint > div button[title="Dibujar forma"] {
  border-radius: 7px!important;
}
.gmnoprint > div button[title="Trazar una forma"]::before,
.gmnoprint > div button[title="Draw a shape"]::before,
.gmnoprint > div button[title="Dibujar forma"]::before {
  background-image: url('../../../common/images/tiny/polygon_map.png');
  background-position: 10px 5px;
  background-size: 14px;
  position: relative;
  top: 0px;
}
/* Inician Estilos del Footer Azul */
footer #cma-footer-container-links {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-between;
  margin: 3rem 0 0;
}
footer #cma-footer-container-links .cma-categories-1,
footer #cma-footer-container-links .cma-categories-2,
footer #cma-footer-container-links .cma-support-links,
footer #cma-footer-container-links .cma-contact-links {
  transition: border 0.4s ease;
}
footer #cma-footer-container-links .cma-categories-1 .title,
footer #cma-footer-container-links .cma-categories-2 .title,
footer #cma-footer-container-links .cma-support-links .title,
footer #cma-footer-container-links .cma-contact-links .title {
  color: #fff;
  font-size: 16px;
}
footer #cma-footer-container-links .cma-categories-1 ul li,
footer #cma-footer-container-links .cma-categories-2 ul li,
footer #cma-footer-container-links .cma-support-links ul li,
footer #cma-footer-container-links .cma-contact-links ul li {
  line-height: 26px;
}
footer #cma-footer-container-links .cma-categories-1 ul li a,
footer #cma-footer-container-links .cma-categories-2 ul li a,
footer #cma-footer-container-links .cma-support-links ul li a,
footer #cma-footer-container-links .cma-contact-links ul li a {
  color: #fff;
  font-size: 14px;
}
footer #cma-footer-container-links .cma-categories-1 ul li a:hover,
footer #cma-footer-container-links .cma-categories-2 ul li a:hover,
footer #cma-footer-container-links .cma-support-links ul li a:hover,
footer #cma-footer-container-links .cma-contact-links ul li a:hover {
  color: #FF640C;
}
footer #cma-footer-container-links .cma-social-media img {
  height: 40px;
  width: 227px;
}
footer #cma-footer-container-links .cma-social-media cma-icon {
  margin-left: 12px;
}
@media screen and (max-width: 992px) {
  footer #cma-footer-container-links {
    display: block;
    margin-top: 2rem;
  }
  footer #cma-footer-container-links .cma-categories-1 .title,
  footer #cma-footer-container-links .cma-support-links .title {
    cursor: pointer;
  }
  footer #cma-footer-container-links .cma-categories-2,
  footer #cma-footer-container-links .cma-support-links {
    border-bottom: solid 1px #003169;
  }
  footer #cma-footer-container-links .cma-categories-2 .title,
  footer #cma-footer-container-links .cma-support-links .title {
    cursor: pointer;
  }
  footer #cma-footer-container-links .cma-categories-2 ul li:last-child,
  footer #cma-footer-container-links .cma-support-links ul li:last-child {
    margin-bottom: 0.5rem;
  }
  footer #cma-footer-container-links .cma-footer-item:not(:first-child) .title {
    margin-top: 10px;
  }
  footer #cma-footer-container-links .cma-contact-links {
    margin-top: 2.5rem;
    text-align: center;
  }
  footer #cma-footer-container-links .cma-social-media {
    margin-bottom: 2rem;
  }
  footer #cma-footer-container-links .banner__component.banner {
    text-align: center;
  }
}
footer {
  clear: both;
  background: #003E85!important;
}
@media screen and (min-height: 1159px) and (min-width: 769px) and (max-width: 991px) {
  footer {
    bottom: 0;
    width: 100%;
    position: relative;
  }
}
footer .container-fluid {
  padding: 0;
  margin: 0;
  max-width: none;
}
footer .footer__top {
  padding: 0;
  margin: 0;
  padding: 32px 0;
}
@media screen and (max-width: 768px) {
  footer .footer__top {
    padding-bottom: 0;
  }
}
footer .footer__top > .row {
  max-width: 1680px;
  margin: 0 auto;
}
footer .footer__top > .row .footer__left {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  -ms-grid-columns: 20% 20% 20% 20% 20%;
  padding-left: unset;
  padding-right: unset;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer__top > .row .footer__left {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__top > .row .footer__left {
    grid-template-columns: 50% 50%;
    -ms-grid-columns: 50% 50%;
  }
}
footer .footer__top > .row .footer__left .js-site-logo {
  padding: unset !important;
  margin-right: unset !important;
  margin-top: unset !important;
}
footer .footer__top > .row .footer__left .dropdown-backdrop {
  display: none !important;
}
footer .footer__top > .row .footer__left .categories_footer_mobile_content {
  grid-column: 1 / 3;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-row: 2;
  padding: 0 16px;
  display: none;
}
@media screen and (max-width: 768px) {
  footer .footer__top > .row .footer__left .categories_footer_mobile_content {
    display: block;
  }
}
footer .footer__top > .row .footer__left .categories_footer_mobile_content .categories_mobile .btn-primary {
  width: 100%;
  border: 1px solid;
  color: #fff !important;
  background-color: transparent;
  border-color: #fff;
  border-radius: 30px !important;
  font-weight: normal !important;
  padding: 16px 14px;
}
footer .footer__top > .row .footer__left .categories_footer_mobile_content .categories_mobile .btn-primary .caret {
  position: absolute;
  top: 26px;
  right: 20px;
}
footer .footer__top > .row .footer__left .categories_footer_mobile_content .categories_mobile.show > .dropdown-menu {
  padding: 0;
  width: 100%;
  left: 0;
  z-index: 1;
}
footer .footer__top > .row .footer__left .categories_footer_mobile_content .categories_mobile.show > .dropdown-menu li {
  color: #0C1D3F;
}
footer .footer__top > .row .footer__left .categories_footer_mobile_content .categories_mobile.show > .dropdown-menu li a {
  color: #0C1D3F !important;
  text-align: center;
  padding: 4px 0 !important;
}
footer .footer__top > .row .footer__left .categories_footer_mobile_content .categories_mobile.show > .dropdown-menu li:last-child {
  color: #0C1D3F;
  background: unset;
  border-bottom: solid 4px #FE5C01;
}
footer .footer__top > .row .footer__left .categories_footer_desktop_content_1 {
  grid-column: 2;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  display: none;
}
@media screen and (min-width: 769px) {
  footer .footer__top > .row .footer__left .categories_footer_desktop_content_1 {
    display: block !important;
  }
}
footer .footer__top > .row .footer__left .categories_footer_desktop_content_2 {
  grid-column: 3;
  grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
  display: none;
}
@media screen and (min-width: 769px) {
  footer .footer__top > .row .footer__left .categories_footer_desktop_content_2 {
    display: block !important;
  }
  footer .footer__top > .row .footer__left .categories_footer_desktop_content_2 .footer__nav--links {
    margin-top: 22px;
  }
}
footer .footer__top > .row .footer__left .footer_support {
  grid-column: 4;
  grid-row: 1;
  -ms-grid-column: 4;
  -ms-grid-row: 1;
}
@media screen and (max-width: 768px) {
  footer .footer__top > .row .footer__left .footer_support {
    grid-column: 1;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    padding: 16px;
    padding-top: 32px;
  }
}
footer .footer__top > .row .footer__left .footer_contact {
  grid-column: 5;
  grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}
@media screen and (max-width: 768px) {
  footer .footer__top > .row .footer__left .footer_contact {
    grid-column: 2;
    grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-row: 3;
    padding: 16px;
    padding-top: 32px;
  }
}
footer .footer__top > .row .footer__left .categories_footer_desktop_content_1 .title,
footer .footer__top > .row .footer__left .categories_footer_desktop_content_2 .title,
footer .footer__top > .row .footer__left .footer_support .title,
footer .footer__top > .row .footer__left .footer_contact .title {
  color: #fff !important;
  font-size: 16px !important;
  text-align: left;
  margin: 0 0 10px;
}
footer .footer__top > .row .footer__left .categories_footer_desktop_content_1 .footer__nav--links,
footer .footer__top > .row .footer__left .categories_footer_desktop_content_2 .footer__nav--links,
footer .footer__top > .row .footer__left .footer_support .footer__nav--links,
footer .footer__top > .row .footer__left .footer_contact .footer__nav--links {
  list-style: none;
  padding-left: 0;
}
footer .footer__top > .row .footer__left .categories_footer_desktop_content_1 .footer__nav--links li,
footer .footer__top > .row .footer__left .categories_footer_desktop_content_2 .footer__nav--links li,
footer .footer__top > .row .footer__left .footer_support .footer__nav--links li,
footer .footer__top > .row .footer__left .footer_contact .footer__nav--links li {
  text-align: left;
  line-height: 26px;
}
footer .footer__top > .row .footer__left .categories_footer_desktop_content_1 .footer__nav--links li .phone_content,
footer .footer__top > .row .footer__left .categories_footer_desktop_content_2 .footer__nav--links li .phone_content,
footer .footer__top > .row .footer__left .footer_support .footer__nav--links li .phone_content,
footer .footer__top > .row .footer__left .footer_contact .footer__nav--links li .phone_content {
  display: inline-flex;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #fff;
  padding: 4px 12px;
  margin: 16px 0;
}
@media screen and (max-width: 320px) {
  footer .footer__top > .row .footer__left .categories_footer_desktop_content_1 .footer__nav--links li .phone_content,
  footer .footer__top > .row .footer__left .categories_footer_desktop_content_2 .footer__nav--links li .phone_content,
  footer .footer__top > .row .footer__left .footer_support .footer__nav--links li .phone_content,
  footer .footer__top > .row .footer__left .footer_contact .footer__nav--links li .phone_content {
    padding: 4px 8px;
  }
}
footer .footer__top > .row .footer__left .categories_footer_desktop_content_1 .footer__nav--links li .phone_content .construrama-icon,
footer .footer__top > .row .footer__left .categories_footer_desktop_content_2 .footer__nav--links li .phone_content .construrama-icon,
footer .footer__top > .row .footer__left .footer_support .footer__nav--links li .phone_content .construrama-icon,
footer .footer__top > .row .footer__left .footer_contact .footer__nav--links li .phone_content .construrama-icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}
footer .footer__top > .row .footer__left .categories_footer_desktop_content_1 .footer__nav--links a,
footer .footer__top > .row .footer__left .categories_footer_desktop_content_2 .footer__nav--links a,
footer .footer__top > .row .footer__left .footer_support .footer__nav--links a,
footer .footer__top > .row .footer__left .footer_contact .footer__nav--links a {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
footer .footer__top > .row .footer__left .categories_footer_desktop_content_1 .footer__nav--links a.email_text,
footer .footer__top > .row .footer__left .categories_footer_desktop_content_2 .footer__nav--links a.email_text,
footer .footer__top > .row .footer__left .footer_support .footer__nav--links a.email_text,
footer .footer__top > .row .footer__left .footer_contact .footer__nav--links a.email_text {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  footer .footer__top > .row .footer__left .categories_footer_desktop_content_1 .footer__nav--links a.email_text,
  footer .footer__top > .row .footer__left .categories_footer_desktop_content_2 .footer__nav--links a.email_text,
  footer .footer__top > .row .footer__left .footer_support .footer__nav--links a.email_text,
  footer .footer__top > .row .footer__left .footer_contact .footer__nav--links a.email_text {
    font-size: 11px !important;
  }
}
footer .footer__top > .row .footer__left .categories_footer_desktop_content_1 img,
footer .footer__top > .row .footer__left .categories_footer_desktop_content_2 img,
footer .footer__top > .row .footer__left .footer_support img,
footer .footer__top > .row .footer__left .footer_contact img {
  margin: 60px auto 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  footer .footer__top > .row .footer__left .categories_footer_desktop_content_1 img,
  footer .footer__top > .row .footer__left .categories_footer_desktop_content_2 img,
  footer .footer__top > .row .footer__left .footer_support img,
  footer .footer__top > .row .footer__left .footer_contact img {
    margin: 0 auto 32px auto;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__top > .row .footer__left .categories_footer_desktop_content_1 img,
  footer .footer__top > .row .footer__left .categories_footer_desktop_content_2 img,
  footer .footer__top > .row .footer__left .footer_support img,
  footer .footer__top > .row .footer__left .footer_contact img {
    margin: 0 auto;
  }
}
footer .footer__middle {
  background: #003E85;
  padding: 24px 16px;
}
footer .footer__middle .payments_content {
  display: flex;
  gap: 22px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer__bottom {
  position: unset;
}
footer .footer__bottom .footer__copyright {
  background: #003169;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
footer .footer__bottom .footer__copyright .login-copyright {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
.sectionchat {
  position: fixed;
  right: 15px;
  bottom: 90px;
  width: 112px;
  height: 50px;
  background-image: url('../../../common/images/tiny/chat.svg');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sectionchat {
    bottom: 170px;
    display: none;
  }
}
.page-multiStepCheckoutSummaryPage .sectionchat {
  bottom: 96px;
  display: none;
}
/* Finalizan Estilos del Footer Azul */
/* Inician Estilos del Footer de la Tienda Comun */
.footerComun .footer_section {
  background-color: #FAFAFA;
  min-height: 126px;
  display: flex;
  align-items: center;
}
.footerComun .footer_section .screen_width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 86%;
  margin: 0 auto;
}
@media screen and (min-width: 1600px) {
  .footerComun .footer_section .screen_width {
    width: 1200px;
  }
}
.footerComun .footer_section .screen_width > div > span {
  display: block;
  font-size: 12px;
}
.footerComun .footer_section .screen_width > div > span a {
  color: #001B3A;
  text-decoration: none;
}
.footerComun .footer_section .screen_width > div > span a:hover {
  text-decoration: underline;
}
.footerComun .footer_section .screen_width > div > .icon_content {
  display: flex;
  align-items: center;
  color: #001B3A;
  text-decoration: none;
}
.footerComun .footer_section .screen_width > div > .icon_content .construrama-icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}
.footerComun .footer_section .screen_width > div .icon_content:first-child {
  font-weight: bold;
}
.footerComun .footer_section .screen_width .icons a {
  margin-right: 12px;
  background-position: center;
  transition-duration: .5s;
  cursor: pointer;
}
.footerComun .footer_section .screen_width .icons a.xxx-small {
  background-size: 20px 15px;
}
@media screen and (max-width: 992px) {
  .footerComun .footer_section .screen_width {
    align-items: center;
    flex-flow: column;
    padding: 20px 0;
  }
  .footerComun .footer_section .screen_width > div {
    margin-top: 10px;
    text-align: center;
  }
  .footerComun .footer_section .screen_width > div .icon_content {
    border-radius: 24px;
    border: 1px solid #001A3B;
    padding: 12px 16px;
  }
  .footerComun .footer_section .screen_width > div .icon_content:first-child {
    display: inline-flex;
  }
  .footerComun .footer_section .screen_width .icons a {
    margin-right: 32px;
  }
  .footerComun .footer_section .screen_width .icons a:last-child {
    margin-right: 0;
  }
}
#bottomContainerHeader {
  display: none;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    background: #FF640C;
  }
  50% {
    transform: scale(0.7);
    background: #FF4E00;
  }
  100% {
    transform: scale(1);
    background: #FF640C;
  }
}
@media screen and (max-width: 820px) {
  #bottomContainerHeader {
    display: block;
  }
  #bottomContainerHeader #bottomHeaderCardBackground {
    transition: all 0.5s ease-in-out;
    position: fixed;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories {
    background-color: white;
    position: fixed;
    bottom: -100%;
    width: 100%;
    z-index: 4;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
    font-size: 14px;
    height: 0;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories {
    height: 100%;
    width: 100%;
    bottom: 0;
    background: white;
    z-index: 2000;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 14px;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories.show-card {
    bottom: 0;
    overflow-y: auto;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #title-container {
    padding: 12px 0;
    grid-row: 1;
    overflow-y: hidden;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    flex-direction: row;
    height: 150px;
    padding: 0 2em 2em;
    align-items: flex-end;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #title-container .title-navigation a {
    font-size: 20px;
    font-weight: bold;
    color: #001A3B;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards {
    position: relative;
    grid-row: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: scroll;
    overflow-x: hidden;
    border-top: 1px solid #C8C8C8;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card {
    position: relative;
    bottom: 0px;
    width: 100%;
    max-height: 100%;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card .categoryMobile {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card .categoryMobile .item {
    min-width: 33%;
    height: 120px;
    position: relative;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card .categoryMobile .item ul {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    list-style: none;
    padding: 0;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card .categoryMobile .item ul .image-row {
    padding-top: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card .categoryMobile .item ul .name_category {
    margin-top: 3.5em;
    font-size: 14px;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-2-card,
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-3-card {
    display: none;
    right: -100%;
    opacity: 1;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-2-card .categoryMobile,
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-3-card .categoryMobile {
    flex-direction: column;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-2-card .categoryMobile .item,
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-3-card .categoryMobile .item {
    height: 56px;
    border-top: 1px solid #F1F1F1;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-2-card .categoryMobile .item.has-child ul,
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-3-card .categoryMobile .item.has-child ul {
    top: 12px;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-2-card .categoryMobile .item.has-child ul .name_category > div,
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-3-card .categoryMobile .item.has-child ul .name_category > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-2-card .categoryMobile .item.category-item ul,
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-3-card .categoryMobile .item.category-item ul {
    top: 12px;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-2-card .categoryMobile .item.category-item .name_category,
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-3-card .categoryMobile .item.category-item .name_category {
    display: flex;
    justify-content: space-between;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-2-card .categoryMobile .item.category-item .name_category .text-icon-category-container,
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-3-card .categoryMobile .item.category-item .name_category .text-icon-category-container {
    display: grid;
    grid-template-columns: 32px 1fr;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-2-card .categoryMobile .item.category-item .name_category .text-icon-category-container i,
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-3-card .categoryMobile .item.category-item .name_category .text-icon-category-container i {
    grid-column: 1;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-2-card .categoryMobile .item.category-item .name_category .text-icon-category-container .text-category,
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-3-card .categoryMobile .item.category-item .name_category .text-icon-category-container .text-category {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 7px;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-2-card .categoryMobile .item.category-item .name_category .button-container,
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-3-card .categoryMobile .item.category-item .name_category .button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #FE5C01;
    border-radius: 16px;
    color: white;
    padding: 5px 11px;
    white-space: nowrap;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-2-card .categoryMobile .item.category-item .name_category .button-container span,
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-3-card .categoryMobile .item.category-item .name_category .button-container span {
    text-align: center;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-2-card .categoryMobile .item ul,
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-3-card .categoryMobile .item ul {
    top: 17px;
  }
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-2-card .categoryMobile .item ul .name_category,
  #bottomContainerHeader #bottomHeaderMenuCategories #container-title-categories #container-cards .items-card#level-3-card .categoryMobile .item ul .name_category {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
  }
  #bottomContainerHeader #bottomHeaderProfile {
    background-color: white;
    position: fixed;
    bottom: -100%;
    width: 100%;
    z-index: 4;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
  }
  #bottomContainerHeader #bottomHeaderProfile .menu-container {
    list-style: none;
    margin: 0;
    padding: 24px;
  }
  #bottomContainerHeader #bottomHeaderProfile .menu-container .hello-container {
    font-weight: bold;
  }
  #bottomContainerHeader #bottomHeaderProfile .menu-container li {
    margin-bottom: 32px;
    position: relative;
  }
  #bottomContainerHeader #bottomHeaderProfile .menu-container li i {
    position: absolute;
    top: -6px;
    right: 0;
    z-index: 1;
    cursor: pointer;
  }
  #bottomContainerHeader #bottomHeaderProfile .menu-container li:last-child {
    margin-bottom: 0;
  }
  #bottomContainerHeader #bottomHeaderProfile .menu-container li a {
    color: #001B3A;
  }
  #bottomContainerHeader.card-is-open #bottomHeaderCardBackground {
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #bottomContainerHeader.card-is-open #bottomHeaderProfile.card-active {
    bottom: 56px;
  }
  #bottomContainerHeader.card-is-open #bottomHeaderProfile.card-active.common {
    bottom: 48px;
  }
  #bottomContainerHeader.card-is-open #bottomHeaderMenuCategories.card-active {
    bottom: 56px;
    height: calc(100% - 56px);
  }
  #bottomContainerHeader.card-is-open.card-level-1 #searchHeaderContainer,
  #bottomContainerHeader.card-is-open.card-level-2 #searchHeaderContainer,
  #bottomContainerHeader.card-is-open.card-level-3 #searchHeaderContainer,
  #bottomContainerHeader.card-is-open.card-level-1 #userContainer,
  #bottomContainerHeader.card-is-open.card-level-2 #userContainer,
  #bottomContainerHeader.card-is-open.card-level-3 #userContainer,
  #bottomContainerHeader.card-is-open.card-level-1 #cartContainer,
  #bottomContainerHeader.card-is-open.card-level-2 #cartContainer,
  #bottomContainerHeader.card-is-open.card-level-3 #cartContainer {
    opacity: 0;
  }
  #bottomContainerHeader.card-is-open.card-level-2 .buttonIconLeft,
  #bottomContainerHeader.card-is-open.card-level-3 .buttonIconLeft {
    display: block !important;
    z-index: 2;
  }
  #cartContainer a {
    height: 32px;
  }
}
@keyframes spinner_ {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
@-webkit-keyframes spinner_ {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
.spinnerContainer {
  position: relative;
  min-height: 90vh;
  width: 100%;
}
.spinnerContainer .spinner {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-size: 80px;
  animation-name: spinner_;
  -webkit-animation-name: spinner_;
  animation-duration: 1.8s;
  -webkit-animation-duration: 1.8s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
/*.withcart, .backgroundpage,.category-description {
    display: none;
  }*/
.withcart,
.backgroundpage,
.backgroundpage-console,
.category-description,
.landingProductDetail {
  display: none;
}
.page-FinancingLandingPage .pace-active .backgroundpage {
  display: none;
}
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-active ~ main .withcart,
.pace-active ~ main .backgroundpage {
  display: none;
}
.pace-active ~ main .backgroundpage-homepage .container-address,
.pace-active ~ main .backgroundpage-homepage #myCarousel,
.pace-active ~ main .backgroundpage-homepage .main__body,
.pace-active ~ main .backgroundpage-homepage .my-account-section {
  display: none;
}
.pace-active ~ main .spinnerContainer {
  display: block;
}
.pace-inactive ~ main .withcart,
.pace-inactive ~ main .backgroundpage,
.pace-inactive ~ main .category-description,
.pace-inactive ~ main .landingProductDetail {
  display: block;
}
.pace-inactive ~ main .backgroundpage-homepage .container-address,
.pace-inactive ~ main .backgroundpage-homepage #myCarousel,
.pace-inactive ~ main .backgroundpage-homepage .main__body,
.pace-inactive ~ main .backgroundpage-homepage .my-account-section {
  display: block;
}
.pace-inactive ~ main .spinnerContainer {
  display: none;
}
.page-landingPage.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.page-FinancingLandingPage .pace-active .backgroundpage {
  display: block;
}
.page-landingPage .pace-active ~ main .withcart,
.page-login .pace-active ~ main .withcart,
.page-landingPage .pace-active ~ main .backgroundpage,
.page-login .pace-active ~ main .backgroundpage {
  display: block;
}
.page-landingPage .pace .pace-progress,
.page-login .pace .pace-progress {
  background: #2299dd;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.page-landingPage .pace.pace-active .pace-activity,
.page-login .pace.pace-active .pace-activity {
  display: none;
}
.page-landingPage main .spinnerContainer,
.page-login main .spinnerContainer {
  display: none;
}
.mm-panels {
  display: none;
}
.bold {
  font-weight: bold;
}
.no-coverage-dialog {
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 0;
  top: 57px !important;
  overflow: visible;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 480px) {
  .no-coverage-dialog {
    width: 100% !important;
  }
}
.searchStoreLocation-landing .no-coverage-dialog,
.searchStoreLocation-modal .no-coverage-dialog {
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  left: 0 !important;
  max-width: 380px;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
.dialog-text {
  width: 50%;
  float: left;
}
.dialog-text p {
  color: #0C1D3F;
  font-family: Roboto;
  font-size: 14px;
  line-height: 16px;
}
.dialog-image {
  width: 50%;
  float: left;
}
.dialog-titlebar {
  height: 24px;
  padding: 0 16px !important;
  background-color: #EE3242;
  border-radius: 4px 4px 0 0;
}
.dialog-title {
  width: 100% !important;
  height: 24px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 12px;
  text-align: center;
  margin: 0 !important;
}
#lastAddressDialog:not(.ui-dialog-content),
#noCoverageDialog:not(.ui-dialog-content) {
  display: none;
}
.dialog-content {
  padding: 16px !important;
  height: auto !important;
  overflow-y: hidden !important;
}
.dialog-close-button {
  text-align: center;
  margin-top: 16px;
}
.dialog-close-button button {
  box-sizing: border-box;
  height: 40px;
  width: 55%;
  border: 1px solid #0C1D3F;
  background-color: transparent;
  color: #0C1D3F;
  border-radius: 20px !important;
  font-weight: normal;
}
.flap {
  position: absolute;
  right: calc(50% - 8px);
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
}
.no-coverage-dialog-flap {
  border-color: transparent transparent #ee3242 transparent;
}
.last-address-dialog {
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 0;
  width: 364px !important;
  top: 57px !important;
  overflow: visible;
}
@media screen and (max-width: 480px) {
  .last-address-dialog {
    width: 100% !important;
  }
}
.last-address-dialog-text p {
  color: #0C1D3F;
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}
.last-address-dialog-titlebar {
  padding: 0 16px !important;
  margin-top: 16px !important;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.last-address-dialog-title {
  width: 100% !important;
  font-family: Roboto;
  margin: 0 !important;
  color: #0C1D3F;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
}
.last-address-dialog-content {
  padding: 0 16px 16px !important;
  height: auto !important;
  overflow-y: hidden !important;
}
.last-address-dialog-close-button {
  text-align: center;
  width: 50%;
  float: left;
}
.last-address-dialog-close-button button {
  box-sizing: border-box;
  border: 1.5px solid #FF640C;
  border-radius: 24px !important;
  height: 40px;
  width: 100%;
  background-color: transparent;
  color: #FF640C;
  font-weight: normal;
}
.last-address-dialog-use-button {
  text-align: center;
  width: 50%;
  float: left;
}
.last-address-dialog-use-button button {
  border-radius: 24px !important;
  background-color: #FF640C;
  border: none;
  box-sizing: border-box;
  height: 40px;
  width: 100%;
  color: white;
  font-weight: normal;
}
.last-address-dialog-flap {
  border-color: transparent transparent white transparent;
}
@media screen and (max-width: 768px) {
  .page-ConstruganasLandingPage .header-item-landing-location {
    top: 122px;
  }
}
@media screen and (max-width: 480px) {
  .page-ConstruganasLandingPage .header-item-landing-location {
    top: 108px;
  }
}
@media screen and (max-width: 768px) {
  .header-item-landing-location.is-landing {
    top: 42px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media screen and (max-width: 480px) {
  .header-item-landing-location.is-landing {
    top: 35px;
  }
}
.mobile-menu-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu-logo .logo-mobile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 15%;
}
@media (min-width: 819px) {
  .mobile-menu-logo .logo-mobile {
    display: none;
  }
}
@media (width: 800px) {
  .mobile-menu-logo .logo-mobile {
    display: none;
  }
}
.mobile-menu-logo .search-scroll__visibility {
  width: 100%;
  /*@media screen and (max-width: @screenSm){
      width: 85%;
    }*/
}
.header-item-landing-location {
  background-color: #002652;
}
@media screen and (max-width: 768px) {
  .header-item-landing-location {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 58px;
  }
}
@media screen and (max-width: 480px) {
  .header-item-landing-location {
    top: 50px;
  }
}
.searchStoreLocation-landing,
.searchStoreLocation-store,
.searchStoreLocation-modal {
  border-radius: 4px 4px 0px 0px;
  padding: 0;
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  .searchStoreLocation-landing,
  .searchStoreLocation-store,
  .searchStoreLocation-modal {
    margin-top: 48px;
    border-radius: 0px;
    display: none;
  }
}
@media (width: 800px) {
  .searchStoreLocation-landing,
  .searchStoreLocation-store,
  .searchStoreLocation-modal {
    margin-left: -43px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .searchStoreLocation-landing,
  .searchStoreLocation-store,
  .searchStoreLocation-modal {
    border-radius: 0px;
    display: none;
    width: 100%;
  }
}
.searchStoreLocation-landing .construrama-icon.extra-small,
.searchStoreLocation-store .construrama-icon.extra-small,
.searchStoreLocation-modal .construrama-icon.extra-small {
  background-repeat: no-repeat !important;
}
.searchStoreLocation-landing input:focus,
.searchStoreLocation-store input:focus,
.searchStoreLocation-modal input:focus {
  outline: none;
}
.searchStoreLocation-landing cma-icon[name="arrow-down-white"],
.searchStoreLocation-store cma-icon[name="arrow-down-white"],
.searchStoreLocation-modal cma-icon[name="arrow-down-white"] {
  position: absolute;
  top: 11px;
  right: 16px;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 479px) {
  .searchStoreLocation-landing cma-icon[name="arrow-down-white"],
  .searchStoreLocation-store cma-icon[name="arrow-down-white"],
  .searchStoreLocation-modal cma-icon[name="arrow-down-white"] {
    right: 11px;
  }
}
.searchStoreLocation-landing cma-icon[name="cancel-danger"],
.searchStoreLocation-store cma-icon[name="cancel-danger"],
.searchStoreLocation-modal cma-icon[name="cancel-danger"] {
  position: absolute;
  right: 12px;
  top: 16px;
}
@media (max-width: 768px) {
  .searchStoreLocation-landing cma-icon[name="cancel-danger"],
  .searchStoreLocation-store cma-icon[name="cancel-danger"],
  .searchStoreLocation-modal cma-icon[name="cancel-danger"] {
    right: 10px;
  }
}
@media (max-width: 480px) {
  .searchStoreLocation-landing cma-icon[name="cancel-danger"],
  .searchStoreLocation-store cma-icon[name="cancel-danger"],
  .searchStoreLocation-modal cma-icon[name="cancel-danger"] {
    right: 10px;
  }
}
.searchStoreLocation-landing cma-icon[name="button-pin-blue"],
.searchStoreLocation-store cma-icon[name="button-pin-blue"],
.searchStoreLocation-modal cma-icon[name="button-pin-blue"],
.searchStoreLocation-landing cma-icon[name="pin-red-warning"],
.searchStoreLocation-store cma-icon[name="pin-red-warning"],
.searchStoreLocation-modal cma-icon[name="pin-red-warning"] {
  position: absolute;
  top: 4px;
  left: 10px;
}
.searchStoreLocation-landing cma-icon[name="pin-blue"],
.searchStoreLocation-store cma-icon[name="pin-blue"],
.searchStoreLocation-modal cma-icon[name="pin-blue"] {
  position: absolute;
  left: 13px;
  top: 16px;
}
.searchStoreLocation-landing,
.searchStoreLocation-store {
  position: relative;
}
.searchStoreLocation-store {
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchStoreLocation-landing {
  min-height: 46px;
  top: 6px;
}
.searchStoreLocation-landing cma-icon[name="arrow-down-white"] {
  position: absolute;
  top: 12px;
  right: 8px;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 479px) {
  .searchStoreLocation-landing cma-icon[name="arrow-down-white"] {
    right: 11px;
  }
}
.searchStoreLocation-modal .floating__input {
  background: #fff;
  border-radius: 4px;
  color: white;
  padding: 1rem 3em 0rem;
}
.searchStoreLocation-modal .floating__input.map_modal {
  background: none!important;
  background-color: #fff!important;
  border: 1px solid #C8C8C8;
  color: #001B3A!important;
  display: inline-block;
  font-size: 14px!important;
  height: 48px;
  padding-top: 14px;
  width: 100%;
}
@media (max-width: 768px) {
  .searchStoreLocation-modal .floating__input.map_modal {
    width: 385px;
  }
}
@media (max-width: 394px) {
  .searchStoreLocation-modal .floating__input.map_modal {
    width: 366px;
  }
}
@media (max-width: 376px) {
  .searchStoreLocation-modal .floating__input.map_modal {
    width: 345px;
  }
}
@media (max-width: 360px) {
  .searchStoreLocation-modal .floating__input.map_modal {
    width: 332px;
  }
}
.searchStoreLocation-modal .floating__input.map_modal .floating__label {
  display: none;
}
.searchStoreLocation-modal .floating__input.map_modal:focus {
  border-color: #45A7EE;
}
.searchStoreLocation-modal .floating__input.map_modal:hover {
  border-color: #45A7EE;
  text-decoration: initial;
}
.searchStoreLocation-modal:hover .location,
.searchStoreLocation-modal:hover .floating__label,
.searchStoreLocation-modal:hover .floating__input {
  color: white;
}
.searchStoreLocation-modal:hover .location span,
.searchStoreLocation-modal:hover .floating__label span,
.searchStoreLocation-modal:hover .floating__input span {
  color: white;
}
.searchStoreLocation-modal .search-location_input {
  padding: 0;
  margin: 0;
  width: 100%;
  padding-left: 38px;
  padding-right: 38px;
  background-color: transparent !important;
  border: none;
  min-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: normal;
  display: flex;
  align-items: center;
  outline: none;
  cursor: pointer;
}
.searchStoreLocation-modal .search-location_input:not(.floating__input.map_modal) {
  max-width: 230px;
}
.searchStoreLocation-modal .search-location_input:hover {
  text-decoration: underline;
}
.searchStoreLocation-modal .map_modal--label-in {
  position: relative;
}
.searchStoreLocation-modal .map_modal--label-in .cma-map-floating-label {
  color: #898989;
  font-size: 14px;
  left: 40px;
  position: absolute;
  pointer-events: none;
  top: 14px;
  transition: all 0.2s ease 0s;
}
.searchStoreLocation-modal .map_modal--label-in #searchByModal:not(:empty) ~ .cma-map-floating-label {
  display: none;
  /*color: #45A7EE;
      font-size: 11px;
      left: 40px;
      line-height: 13px;
      opacity: 1;
      top: 6px;*/
}
.searchStoreLocation-modal cma-icon {
  z-index: 1;
}
.searchStoreLocation-modal cma-icon[name="pin-blue"].pinGeolocation__icon {
  z-index: 1;
}
.searchStoreLocation-modal cma-icon[name="pin-gray"].pinGeolocation__icon {
  position: absolute;
  top: 16px;
  left: 13px;
  z-index: 1;
}
.searchStoreLocation-modal .floating {
  width: 100%;
  border-radius: 5px;
}
.searchStoreLocation-modal .floating__input:placeholder-shown + .floating__label::before {
  transform: translate3d(0, -2.2rem, 0) scale3d(1, 1, 1);
}
.searchStoreLocation-modal .hidden--visually {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.searchStoreLocation-modal .floating__input::placeholder {
  color: rgba(0, 0, 0, 0);
}
.searchStoreLocation-modal .no-coverage-dialog-pill {
  display: none;
}
.searchStoreLocation-landing .floating__input {
  background: transparent;
  border-radius: 5px;
  color: white;
  padding: 1rem 3em 0rem;
}
.searchStoreLocation-landing:hover .location,
.searchStoreLocation-landing:hover .floating__input {
  color: white!important;
}
.searchStoreLocation-landing:hover .location span,
.searchStoreLocation-landing:hover .floating__input span {
  color: white;
}
.searchStoreLocation-landing .inner-addon-box {
  min-height: 46px;
}
.searchStoreLocation-landing .search-location_input {
  padding: 0;
  margin: 0;
  width: calc(100%);
  padding-left: 58px;
  padding-right: 30px;
  background-color: transparent !important;
  border: none;
  min-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  outline: none;
  cursor: pointer;
  padding-top: 9px;
  max-width: 300px;
  min-width: 264px;
  text-align: left;
  font-weight: 600;
}
.searchStoreLocation-landing .search-location_input[contenteditable=false]:empty {
  min-width: 230px;
  padding-top: 0px;
}
.searchStoreLocation-landing .search-location_input[contenteditable=false]:empty:before {
  content: "Ingresa tu dirección";
  color: #fff;
  display: block;
  position: relative;
  top: 9px;
  left: 0;
}
.searchStoreLocation-landing .search-location_input:hover {
  text-decoration: underline;
}
.searchStoreLocation-landing .search-location_input.space-no-coverage {
  padding-top: 0;
}
@media (max-width: 767px) {
  .searchStoreLocation-landing .search-location_input {
    padding-left: 17px;
  }
}
@media (max-width: 479px) {
  .searchStoreLocation-landing .search-location_input {
    padding-left: 17px;
    max-width: 360px;
  }
}
@media (width: 1024px) {
  .searchStoreLocation-landing .search-location_input {
    max-width: 268px;
  }
}
@media (width: 820px) {
  .searchStoreLocation-landing .search-location_input {
    min-width: 240px;
  }
}
.searchStoreLocation-landing .floating {
  margin: 0 auto;
  width: auto;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .searchStoreLocation-landing .floating {
    max-width: 380px;
  }
}
.searchStoreLocation-landing .hidden--visually {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.searchStoreLocation-store {
  /*.floating:focus-within {
    .edit_:after {
      content: "Borrar";
      color: #0c1d3f;
      filter: invert(100%);
    }
  }*/
}
@media screen and (max-width: 480px) {
  .searchStoreLocation-store {
    margin-top: 10px;
    border-radius: 0px;
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .searchStoreLocation-store {
    border-radius: 0px;
    display: none;
    width: 100%;
  }
}
.searchStoreLocation-store .construrama-icon.extra-small {
  background-repeat: no-repeat !important;
}
.searchStoreLocation-store .edit_ {
  filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(87deg) brightness(265%) contrast(119%);
}
.searchStoreLocation-store .floating__label::before {
  color: white;
}
.searchStoreLocation-store .floating__input {
  border-radius: 5px;
  color: white;
  padding: 1rem 3em 0rem;
}
.searchStoreLocation-store:hover .location,
.searchStoreLocation-store:hover .floating__label,
.searchStoreLocation-store:hover .floating__input {
  color: white;
}
.searchStoreLocation-store:hover .location span,
.searchStoreLocation-store:hover .floating__label span,
.searchStoreLocation-store:hover .floating__input span {
  color: white;
}
.searchStoreLocation-store .floating:hover,
.searchStoreLocation-store .floating:focus-within {
  /*.edit_:after {
      content: "Borrar";
      color: #001B3A;
    }*/
}
.searchStoreLocation-store .floating:hover .edit_,
.searchStoreLocation-store .floating:focus-within .edit_ {
  background: none;
  width: 48.666667px;
  top: 1px;
  right: 16px;
}
.searchStoreLocation-store .floating:hover .floating__label::before,
.searchStoreLocation-store .floating:focus-within .floating__label::before {
  color: white;
}
.searchStoreLocation-store .search-location_input {
  padding: 0;
  margin: 0;
  width: calc(100%);
  padding-left: 58px;
  padding-right: 30px;
  background-color: transparent !important;
  border: none;
  min-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  outline: none;
  cursor: pointer;
  padding-top: 9px;
  max-width: 300px;
  min-width: 264px;
  font-weight: 600;
}
.searchStoreLocation-store .search-location_input[contenteditable=false]:empty {
  min-width: 230px;
  padding-top: 0px;
}
.searchStoreLocation-store .search-location_input[contenteditable=false]:empty:before {
  content: "Ingresa tu dirección";
  color: #fff;
  display: block;
  position: relative;
  top: 9px;
  left: 0;
}
.searchStoreLocation-store .search-location_input:hover {
  text-decoration: underline;
}
.searchStoreLocation-store .search-location_input.space-no-coverage {
  padding-top: 0;
}
@media (max-width: 767px) {
  .searchStoreLocation-store .search-location_input {
    padding-left: 45px;
  }
}
@media (max-width: 479px) {
  .searchStoreLocation-store .search-location_input {
    padding-left: 55px;
    max-width: 360px;
  }
}
@media (width: 800px) {
  .searchStoreLocation-store .search-location_input {
    max-width: 170px!important;
  }
}
@media (max-width: 820px) {
  .searchStoreLocation-store .search-location_input {
    max-width: 270px;
  }
}
@media (width: 1024px) {
  .searchStoreLocation-store .search-location_input {
    max-width: 268px;
  }
}
.searchStoreLocation-store .floating {
  display: flex;
  align-items: center;
  width: auto;
  border-radius: 5px;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .searchStoreLocation-store .floating {
    max-width: 380px;
  }
}
.searchStoreLocation-store .floating__label {
  display: block;
  position: absolute;
  max-height: 0;
  font-weight: 500;
  pointer-events: none;
  left: 33px;
  top: 33px;
  font-size: 14px;
}
.searchStoreLocation-store .floating__label::before {
  content: attr(data-content);
  display: inline-block;
  backface-visibility: hidden;
  transform-origin: left top;
  transition: transform 0.2s ease;
  left: 1rem;
  position: relative;
  font-weight: bold;
}
.searchStoreLocation-store .floating__label::after {
  bottom: 1rem;
  content: "";
  height: 0.1rem;
  position: absolute;
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
  opacity: 0;
  left: 0;
  top: 100%;
  margin-top: -0.1rem;
  transform: scale3d(0, 1, 1);
  width: 100%;
}
.searchStoreLocation-store .floating__input:focus + .floating__label::after {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.searchStoreLocation-store .floating__input:placeholder-shown + .floating__label::before {
  transform: translate3d(0, -2.2rem, 0) scale3d(1, 1, 1);
}
.searchStoreLocation-store .floating__label::before,
.searchStoreLocation-store .floating__input:focus + .floating__label::before {
  transform: translate3d(0, -30px, 0) scale3d(0.85, 0.85, 1);
}
.searchStoreLocation-store .floating__input:focus + .floating__label::before {
  color: white;
}
.searchStoreLocation-store .hidden--visually {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pac-container:after {
  /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
  background-image: none !important;
  height: 0px;
  width: inherit !important;
  max-width: 100%;
}
.pac-icon {
  width: 10px;
  height: 15px;
  margin-left: 6px !important;
  margin-top: 8px !important;
  display: inline-block !important;
  vertical-align: top !important;
  background-size: 10px !important;
  background-position: 0px -160px !important;
  background-image: url(/_ui/responsive/theme-construrama/fonts/construrama/img/address_Results.png) !important;
  display: flex !important;
  flex-wrap: nowrap;
  flex-direction: row;
}
.pac-item {
  overflow: hidden;
  width: inherit;
  line-height: 18px;
  padding: 2px 0;
  margin: 0;
  width: 100%;
  padding-left: 1rem;
  display: grid;
  grid-gap: 0px;
  grid-template-columns: 10% 90%;
}
.pac-item span:last-child {
  grid-column: 2;
}
.pac-item .pac-icon .pac-icon-marker {
  grid-column: 1;
  grid-row: 0.5;
}
.pac-container {
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  .pac-container {
    width: 100% !important;
  }
}
.location {
  color: white;
}
.location-border {
  border-radius: 0;
  color: #0c1d3f;
}
.landing_search_geolocation {
  padding-right: 1em;
  position: relative;
  top: 40%;
  font-size: 15px;
  float: left;
  display: block;
  margin-bottom: 0.5rem;
}
/* enable absolute positioning */
.inner-addon {
  margin: 0 auto;
  position: relative;
  display: flex;
  max-width: 100%;
}
@media (width: 820px) {
  .inner-addon:not(.map_modal) {
    max-width: 266px;
  }
}
@media (width: 1024px) and (orientation: landscape) {
  .inner-addon:not(.map_modal) {
    max-width: 266px;
  }
}
.inner-addon.map_modal {
  display: block;
}
.inner-addon.in-store .inner-addon-box {
  min-height: 46px;
}
@media (max-width: 768px) {
  .inner-addon.in-store .inner-addon-box {
    min-height: 43px;
  }
}
@media (max-width: 767px) {
  .inner-addon {
    /*&.coverage-available {
      max-width: 500px;
    }*/
  }
  .inner-addon.in-store {
    max-width: 250px;
    padding-right: 18px;
    padding-left: 40px;
  }
  .inner-addon.in-store.coverage-available {
    width: 90%;
  }
}
.js-offcanvas-links {
  display: none;
}
.inStore .no-coverage-dialog {
  border-radius: 0px 0px 4px 4px;
  background-color: #ffffff;
  padding: 0;
  max-width: 102%;
  top: 0;
  top: 36px !important;
  overflow: visible;
  left: 1px;
  width: auto !important;
  max-width: 380px;
}
.inStore .no-coverage-dialog .dialog-content {
  box-shadow: 0px 14px 12px 0px rgba(0, 0, 0, 0.08);
}
.inStore .ui-dialog .ui-dialog-titlebar {
  display: none;
}
.inStore .ui-dialog .ui-dialog-content p span {
  display: block;
  text-align: center;
  font-weight: bold;
}
.inStore .ui-dialog .construrama-icon.ex-small {
  margin: 0 auto 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inStore .ui-dialog .button-tertiary {
  background-color: unset;
  transition: all 0.5s;
  background: linear-gradient(to right, #ff640c 50%, #ff4e00 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border: none;
  color: white;
  border-radius: 29px !important;
  font-size: 14px;
  margin-top: 1em;
  width: 100%;
  min-height: 40px;
}
.inStore .ui-dialog .button-tertiary:hover {
  background-position: left bottom;
}
.inStore .ui-dialog .button-tertiary--alt {
  background: white !important;
  color: #001b3a !important;
  border: 1px solid #001b3a !important;
}
.no-coverage-dialog-pill {
  position: absolute;
  color: #EE4545!important;
  left: 58px;
  font-size: 13px;
  font-weight: 500;
  bottom: 5px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .no-coverage-dialog-pill.is-comun {
    bottom: 4px;
    left: 56px;
  }
}
@media (max-width: 480px) {
  .no-coverage-dialog-pill.in-store {
    bottom: 4px;
    left: 0;
  }
  .no-coverage-dialog-pill.is-comun {
    left: 55px;
  }
}
@media (min-width: 768px) and (max-width: 819px) {
  .no-coverage-dialog-pill.in-store {
    left: 36px;
  }
}
@media (max-width: 820px) {
  .no-coverage-dialog-pill.in-store {
    left: 58px;
  }
}
label {
  text-transform: none !important;
}
@media screen and (max-width: 480px) {
  .headerLanding .search-location_input__active {
    margin-top: 10px;
    display: none;
    padding-bottom: 1em;
  }
}
.headerLanding cma-icon[name="cancel-danger"] {
  display: none;
}
.typing_active__background {
  padding: 1px;
  box-shadow: none !important;
  border-radius: 4px 4px 0px 0px !important;
}
.typing_active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}
.typing_active .floating__input {
  background: #f4f6f9 !important;
  border-radius: 4px 4px 0px 0px !important;
}
.typing_active .floating__label {
  display: none;
}
.typing_active .no-coverage-dialog-pill {
  display: none !important;
}
.position_item {
  position: absolute;
  float: right;
  right: 7px;
}
.pac-item_special {
  text-align: left;
  white-space: pre-wrap;
}
.geolocation_autocomplete_item {
  padding: 0 !important;
  overflow: hidden;
  width: auto;
  width: 278px;
  border: 1px solid #E7E7E7;
}
.geolocation_autocomplete_item__panel {
  min-width: 278px;
  max-width: 278px;
}
.geolocation_autocomplete_item:not(:first-child) {
  border-top: none;
}
.geolocation_autocomplete_item div.description {
  padding: 12px 16px;
  text-align: left!important;
  width: 100%;
}
.geolocation_autocomplete_item div.description .secondary_address {
  color: #001B3A;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
}
.geolocation_autocomplete_item div.description:hover {
  background-color: #f1f1f1;
}
.geolocation_autocomplete_item .ui-state-active {
  margin: 0;
}
.main {
  min-height: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background-size: cover;
}
@media (min-width: 992px) {
  .main {
    min-height: 260px;
    padding-top: 1.2rem;
  }
}
.main__title {
  text-align: center;
  color: #001B3A;
  font-size: 40px;
  font-weight: 600;
  margin: 0;
}
.main__geolocation {
  max-width: 568px;
  position: relative;
  width: 100%;
}
.main__modalGeolocation {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 22px;
}
.main__iconPin {
  position: absolute;
  left: 24px;
  top: 24px;
}
.main__iconPin--mobile {
  display: none;
  position: absolute;
  left: 16px;
  top: 16px;
}
.main__iconPin--modal {
  left: 12px;
  top: 16px;
}
.main__iconDelete {
  position: absolute;
  right: 24px;
  top: 28px;
  cursor: pointer;
  display: none;
}
.main__iconDelete--modal {
  right: 12px;
  top: 16px;
  cursor: pointer;
  display: none;
}
.main__inputGeolocation {
  height: 72px;
  width: 100%;
  border: 1px solid #45A7EE;
  background-color: #FFFFFF;
  padding: 0 60px;
  border: 1px solid #898989;
  border-radius: 4px;
  color: #001B3A;
  display: block;
  font-size: 18px;
  outline: none;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main__inputGeolocation:not(:disabled):active,
.main__inputGeolocation:not(:disabled):focus {
  border-color: #45A7EE;
}
.main__inputGeolocation:disabled {
  background-color: #C8C8C8;
}
.main__inputGeolocation:not(active):not(:focus):not(:disabled):hover {
  border-color: #898989;
}
.main__inputGeolocation::placeholder {
  color: #898989;
  font-size: 18px;
}
.main__inputGeolocation--modal {
  height: 48px;
  font-size: 14px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  padding: 0 32px 0 32px;
}
.main__inputGeolocation--modal::placeholder {
  color: #898989;
  font-size: 14px;
}
.main__action {
  color: #45A7EE;
  cursor: pointer;
  font-weight: 600;
}
.main__link {
  color: #45A7EE;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  line-height: 16px;
}
.main__link:hover {
  text-decoration: underline;
  color: #45A7EE;
}
.main__actionIcon {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .main {
    padding: 4px;
    /*&:not(.btnAdminUpload) {
      height: 252px;
    }*/
    /*&__action {
      margin-top: 24px;
    }*/
  }
  .main__title {
    font-size: 26px;
    line-height: 30px;
  }
  .main__geolocation {
    margin-top: 24px;
    height: 48px;
  }
  .main__inputGeolocation {
    height: 48px;
    padding: 0 43px;
    font-size: 14px;
  }
  .main__inputGeolocation::placeholder {
    color: #898989;
    font-size: 14px;
  }
  .main__iconPin {
    display: none;
  }
  .main__iconPin--modal {
    display: block;
  }
  .main__iconPin--mobile {
    display: block;
  }
  .main__iconDelete {
    display: none;
    right: 12px;
    top: 16px;
  }
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.myAccountModal,
.geoModal {
  width: 500px;
  min-height: 316px;
  max-height: 520px;
  border-radius: 8px;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.15);
  border: 0px;
}
.myAccountModal__img,
.geoModal__img {
  width: 210px;
  height: auto;
  padding-bottom: 24px;
}
.myAccountModal__container,
.geoModal__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 14px;
  padding: 0 18px;
}
.myAccountModal__closeIcon,
.geoModal__closeIcon {
  position: absolute;
  right: 1rem;
  cursor: pointer;
}
.myAccountModal__title,
.geoModal__title {
  text-align: center;
  padding: 0px 32px;
  font-weight: 600;
  line-height: 24px;
  font-size: 24px;
  margin: 15px 0 0;
}
.myAccountModal__subtitle,
.geoModal__subtitle {
  color: #0058BD;
  text-align: center;
  padding: 0px 32px;
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
  margin: 15px 0 0;
}
.myAccountModal__inputContainer,
.geoModal__inputContainer {
  position: relative;
  width: 100%;
}
.myAccountModal__store,
.geoModal__store {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}
.myAccountModal__storeTitleContainer,
.geoModal__storeTitleContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.myAccountModal__storeTitle,
.geoModal__storeTitle {
  font-weight: 600;
  padding-left: 1rem;
}
.myAccountModal__storeName,
.geoModal__storeName {
  padding-top: 6px;
  font-weight: 600;
  font-size: 16px;
}
.myAccountModal__pickup,
.geoModal__pickup {
  display: flex;
  align-items: center;
}
.myAccountModal__pickupText,
.geoModal__pickupText {
  font-weight: 600;
  margin-left: .5rem;
  color: #FF640C;
  font-size: 14px;
}
.myAccountModal__actions,
.geoModal__actions {
  margin: 10px 0 20px;
  padding: 12px 0 0 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.myAccountModal__actions--column,
.geoModal__actions--column {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
}
.myAccountModal__buttons,
.geoModal__buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 14px;
  width: 100%;
}
.myAccountModal__locationButton,
.geoModal__locationButton {
  width: 100%;
}
.myAccountModal__locationIcon,
.geoModal__locationIcon {
  padding-right: 4px;
}
.myAccountModal__searchStores,
.geoModal__searchStores {
  display: none;
  margin-top: 25px;
}
.myAccountModal__searchStores--buttons,
.geoModal__searchStores--buttons {
  display: flex;
  position: relative;
  justify-content: center;
}
.myAccountModal__searchStores--buttons .pin-blue,
.geoModal__searchStores--buttons .pin-blue {
  position: absolute;
  top: 30%;
  z-index: 2;
  animation: bounce 1s ease infinite;
}
@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}
.myAccountModal__searchStores--buttons .map-loader,
.geoModal__searchStores--buttons .map-loader {
  position: relative;
  z-index: 1;
}
.myAccountModal__searchStores--text,
.geoModal__searchStores--text {
  margin-top: 30px;
  font-family: 'Roboto';
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .myAccountModal__container,
  .geoModal__container {
    margin-top: 40px;
    padding: 0 6px;
  }
  .myAccountModal__title,
  .geoModal__title {
    padding: 0px 12px;
    line-height: 21px;
  }
  .myAccountModal--mobileBottom,
  .geoModal--mobileBottom {
    max-width: 100%;
    width: 100%;
    top: auto;
    bottom: 0px;
    height: 396px;
    border-radius: 8px 8px 0 0;
  }
  .myAccountModal--mobileBottomLg,
  .geoModal--mobileBottomLg {
    height: 453px;
  }
  .myAccountModal__subtitle,
  .geoModal__subtitle {
    line-height: 18px;
    font-size: 15px;
  }
}
.myAccountModal {
  min-height: 264px;
  height: max-content;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  outline: none;
  background-color: #fff;
  z-index: 10001 !important;
}
.favorite_componente {
  height: auto;
  border-radius: 12px;
  background: white;
  padding: 0;
  margin: 2rem;
}
.favorite_componente a,
.favorite_componente button {
  color: #545D77;
  text-decoration: none;
}
.favorite_component__head {
  border-radius: 12px 12px 0 0;
  background: #45A7EE;
  color: white;
  padding-left: 1rem;
  height: 3rem;
  align-self: center;
  display: flex;
  align-items: center;
}
.favorite_component__head h2 {
  padding-left: 1rem;
  margin: 0;
}
.favorite_component__body {
  border-radius: 0px 0px 12px 12px;
  background: white;
  min-height: 100px;
  padding: 1rem;
  overflow: hidden;
}
.favorite_componente__button {
  cursor: pointer;
  border-radius: 22px !important;
  background-color: unset;
  transition: all 0.5s;
  background: linear-gradient(to right, #ff640c 50%, #ff4e00 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border: none;
  color: white !important;
  min-height: 36px;
  max-height: 36px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.favorite_componente__button:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
.favorite_componente__button:hover,
.favorite_componente__button:focus {
  color: white;
  text-decoration: none;
}
.favorite_component__pill {
  right: 16px;
  color: white;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  border-radius: 16px;
  background-color: #7AC943;
  padding: 8px;
  min-width: 50px;
  float: right;
}
.item-phone {
  display: inline-block;
  text-align: right;
  color: #545D77;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  width: 100%;
  align-content: center;
  align-self: center;
  vertical-align: middle;
}
.item-phone a {
  vertical-align: middle;
  display: inline-block;
}
.item-phone .construrama-icon.phone-icon {
  vertical-align: middle;
}
.favorite__centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_flex {
  display: flex;
  flex-direction: column;
  min-height: 80px;
  padding: 0;
  color: #0C1D3F;
}
.content_flex .not_visible-xs {
  color: #545D77;
  margin: 0;
}
.bottom_flex {
  flex-grow: 1;
}
.bottom_flex h3 {
  font-weight: bold;
  color: #0C1D3F !important;
}
@media screen and (max-width: 700px) {
  .content_flex {
    min-height: 50px;
  }
  .item-phone {
    display: inline-block;
    text-align: left;
  }
  .favorite_component__body h3 {
    font-size: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.js-mainHeader .js-site-logo img {
  margin-top: 0;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.carousel__component {
  display: none;
}
.ui-selectmenu-menu #sortOptions1-menu.ui-menu {
  padding: 0;
  min-width: 275px;
  margin-left: 16px;
}
.ui-selectmenu-menu #sortOptions1-menu.ui-menu .ui-state-disabled.ui-menu-item {
  display: none !important;
}
.ui-selectmenu-menu #sortOptions1-menu.ui-menu .ui-menu-item {
  padding: 9px 16px;
  font-weight: normal !important;
  color: #001B3A !important;
}
.ui-selectmenu-menu #sortOptions1-menu.ui-menu .ui-menu-item:hover {
  background: #F1f1f1 !important;
  color: #001B3A !important;
  font-weight: normal !important;
}
img {
  max-width: 100%;
}
.center--absolute {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS */
  .centerIE {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
}
.ui-selectmenu-menu .ui-menu {
  max-height: 200px;
  background-color: white;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.13);
}
.selectmenu-icon-construrama {
  position: absolute;
  right: 8px;
  top: 9px;
}
.search-selStore {
  max-height: 40px;
}
@media (max-width: 991px) {
  .search-selStore {
    max-height: 60px;
  }
}
.flex-column {
  flex-direction: column;
}
/* Bootstrap modal opacity styles */
.fade.show {
  opacity: 1;
}
.modal-backdrop.show {
  opacity: 0.5;
}
/* Scrollbar styles - landing*/
::-webkit-scrollbar {
  width: 4px;
  background: lightgray;
}
::-webkit-scrollbar-thumb {
  background: #979797;
}
.slider_store {
  display: none;
  min-height: 345px;
}
@media screen and (min-width: 769px) {
  .content-container-fluid {
    max-width: 1366px !important;
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
}
@media (max-width: 768px) {
  .content-container-fluid {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
.label_text__no_products {
  display: flex;
  justify-content: center;
  justify-self: center;
  flex: 1;
  align-items: center;
  min-height: 500px;
  font-weight: bold;
  font-size: 18px;
  color: #001B3A;
  text-align: center;
}
