﻿/*!
 * 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:Montserrat-Regular;
}
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: #333;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.4em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
  bottom: 32px !important;
}
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;
  border: 0;
}
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.heardd {
  width: 47px;
  background-color: white;
  height: 25px;
  z-index: 1;
  position: relative;
  cursor: pointer;
  float: right;
}
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;
}

.cont-title-add-cart{
  width: 100%;
  margin-bottom: 20px;
}

.cont-desc-add-to-cart{
  text-align: center;
  margin-bottom: 5px;
  width: 100%;
  line-height: 1;
}

.quantity-items-addtocart{

  background-color: #cc0033;
  position: absolute;
  color: white;
  border-radius: 50%;
  padding: 5px 10px 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-family: 'Montserrat-Bold';
  right: -11px;
  top: -8px;
}

.cont-img-quantity{
  display:flex;
  position:relative;
}

.cont-price{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 12px;
}





@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #333 !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: #333 !important;
  }
  .label {
    border: 1px solid #333;

  }
  .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: 0px;
  display: inline-block;
  font-family: Lato-Regular, 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  -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";*/
  content: url(/_ui/responsive/theme-officedepot/images/OD-Estrella2.svg);
}
.glyphicon-star.active:before {
  content: url(/_ui/responsive/theme-officedepot/images/OD-Estrella1.svg);
}
.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:url(/_ui/responsive/theme-officedepot/images/cart/Cerrar-poup-delimitar.svg);
  width: 15px;
  height: 15px;
  position: absolute;
  right: 9px;
  top: -13px;
}
.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";
}
.glyphicon-cartsplit-cart {
  content: url("/_ui/responsive/theme-officedepot/images/cart/Carrito.svg");
  width: 37px;
  height: 30px;
}
.glyphicon-cartsplit-removeAllCart {
  content: url("/_ui/responsive/theme-officedepot/images/cart/eliminarCarrito-01.svg");
  width: 16px;
  height: 22px;
  margin-right: 4px;
}
.glyphicon-cartsplit-selectTypeCart {
  content: url("/_ui/responsive/theme-officedepot/images/cart/metodoEntrega-01.svg");
  width: 27px;
  height: 27px;
}
.glyphicon-logo-click-pickup {
  content: url("/_ui/responsive/theme-officedepot/images/cart/tienda-01.svg");
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
}
.glyphicon-logo-click-locker {
  content: url("/_ui/responsive/theme-officedepot/images/locker/iconoRecogeEnLockers.svg");
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
}
.glyphicon-cartsplit-promo {
  content: url("/_ui/responsive/theme-officedepot/images/cart/regalo.svg");
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.icon-right-arrow-red {
  background: url(/_ui/responsive/theme-officedepot/images/ubicar-tienda/flecha.svg) no-repeat center;
  background-size: 21px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.icon-location-not-found-pickup {
  display: inline-block;
  width: 30px; height: 30px;
  margin-right: 5px;
  background: url(/_ui/responsive/theme-officedepot/images/ubicar-tienda/ODMX-Sin-resultados.svg) center no-repeat;
}
* {
  -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 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Montserrat-Regular , "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  line-height: inherit;
}
button{
  font-family: Lato-Black;
}
a {
  color: #0068b3;
  text-decoration: none;
}
a:hover,
a:focus {
}
:focus {
  outline-color: transparent;
  outline:none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
img.thumb-responsive {
  width: inherit;
  max-width: 100%;
  height: inherit;
  max-height: 100%;
}

.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.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: initial;
  line-height:1.42857143;
  color: inherit;
  display: initial;
}
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: initial;
  margin-bottom: initial;
}
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: initial;
  margin-bottom: initial;
  display: inherit;
}
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: initial;
  font-size: inherit;
  margin-block-start: inherit;
  margin-block-end: inherit;
  margin-inline-start: inherit;
  margin-inline-end: inherit;
  font-weight: inherit;
}
h2,
.h2 {
  font-size: inherit;
  margin-block-start: inherit;
  margin-block-end: inherit;
  margin-inline-start: inherit;
  margin-inline-end: inherit;
  font-weight: inherit;
}
h3,
.h3 {
  font-size: inherit;
  margin-block-start: inherit;
  margin-block-end: inherit;
  margin-inline-start: inherit;
  margin-inline-end: inherit;
  font-weight: inherit;
}
h4,
.h4 {
  font-size: inherit;
  margin-block-start: inherit;
  margin-block-end: inherit;
  margin-inline-start: inherit;
  margin-inline-end: inherit;
  font-weight: inherit;
}
h5,
.h5 {
  font-size: inherit;
  margin-block-start: inherit;
  margin-block-end: inherit;
  margin-inline-start: inherit;
  margin-inline-end: inherit;
  font-weight: inherit;
}
h6,
.h6 {
  font-size: inherit;
  margin-block-start: inherit;
  margin-block-end: inherit;
  margin-inline-start: inherit;
  margin-inline-end: inherit;
  font-weight: inherit;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
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: #0068b3;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #004a80;
}
.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: #0068b3;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #004a80;
}
.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;
}
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: 0.8em;
  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;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.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;
  padding-left: 10px;
  padding-right: 10px;
  min-height:1px;
}
.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%;
}
#gris{
  margin-bottom: 112px;
}
.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: 640px) {
  .lead {
    font-size: 21px;
  }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container {
    width: 100%;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 100%;
  }
  .col-sm-offset-1.space{
    width:100%;
    margin-left:0px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .content-checkInput {
    width: auto;
    position: relative;
    float: left;
    margin-right: -14px !important;
    font-size: 1em;
    clear: left;
  }
}
@media (min-width: 320px) and (max-width: 475px) {
    .btnMq {
        width: auto !important;
        font-size: 13px !important;
    }
    .bannerMq {
        width: 100%;
        margin-top: -50px;
        margin-bottom: 10px;
    }
    button.btnPMq {
        width: 100% !important;
        font-size: 12px !important;
    }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #e5e5e5;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #e5e5e5;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e5e5e5;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
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: 4px;/*0810*/
}
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: 0.875em;
  line-height: 1.42857143;
  color: #3c3c3c;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 2px 12px;
  font-size:12px;
  line-height: 1.1;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  /*border-radius: 0;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #0068b3;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 104, 179, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 104, 179, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #333;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  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;
  }
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin: 10px 0 10px 30px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  /*padding-left: 20px;*/
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio label {
  padding-left: 20px;
}
.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;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox-inline input[type="checkbox"] {
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  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: 32px;
}
.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: 0.8em;
  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: 0.8em;
  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: 0.8em;
  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;
}
.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-shadow form select{
border-bottom: 0px solid white;
}
.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-bottom: 10px;
  color: #7c7c7c;
}
.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 .has-feedback .form-control-feedback {
  right: 10px;
}
.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:none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 0.875em;
  line-height: 1.42857143;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 42px;
}
.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: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,
a:disabled, a[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
button.btn--continue-shopping {
  background: transparent;
  border-color: transparent;
}
button.btn--continue-shopping:focus,
button.btn--continue-shopping:hover{
  color: #333;
  background-color: transparent;
  border-color: transparent;
}
.btn-default {
  color: #ffffff;
  background-color: #99cc00;
  font-family: Lato-black;
  border-radius: 5px;
}
/*.btn-default:before {
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(250, 250, 250, 0.2);
  transition: all 0.5s ease;
  border-radius: 5px;
}*/
.btn-secondary {
  border:none;
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
  font-family: Lato-bold;
  border-radius: 10px;
}
.btn-white-theme {
  text-transform: lowercase;
  border:1.4px solid #FF0033;
  background-color: #ffffff;
  font-family: Montserrat-Bold, sans-serif;
  border-radius: 10px;
  color: #FF0033;
  height: 36px;
}
.btn.btn-white-theme {
  text-transform: inherit;
}
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #99cc00;
  border-color: #99cc00;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #99cc00;
  border-color: #99cc00;
}
.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: #99cc00;
  border-color: #99cc00;
}
.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 {
}
.btn-default .badge {
  color: #929292;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #99cc00;
  border-color: #99cc00;
  border-radius: 5px !important;
  position: relative;
}
.btn-primary:focus,
.btn-primary.focus {
}
.btn-primary:hover {
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #99cc00;
  border-color: #99cc00;
}
.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: #99cc00;
  border-color: #99cc00;
}
.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: #99cc00;
  border-color: #99cc00;
}
.btn-primary .badge {
  color: #0068b3;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #99cc33;
  border-color: transparent;
  position: relative;
}
.btn-success:before {
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #99cc33;
  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: #74b207;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
button.negative,
button.negative:hover,
a.button.negative {
  color: #999 !important;
  background: #fff !important;
  border-color:#999 !important;
  border-radius: 5px;
}
.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: #ccc;
  border-color: transparent;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #333000;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:hover {
  color: #ffffff;
  background-color: #333000;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #333000;
  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: #333000;
  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: #333000;
  border-color: transparent;
}
.btn-info .badge {
  color: #333000;
  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: #ff0033;
  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: #ff0033;
  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: 5px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 0.8em;
  line-height: 1.5;
  border-radius: 10px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 0.8em;
  line-height: 1.5;
  border-radius: 10px;
}
.btn-block {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 0.875em;
  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: #0068b3;
}
.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: 0.8em;
  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;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 5px;
}
.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: 5px;
}
.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: 1;*/
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/*.input-group .form-control:focus {
  z-index: 1;
}*/
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 5px 10px;
  font-size: 0.8em;
  line-height: 1.5;
  height: 40px;
  padding: 9px 12px;
  font-size: 0.875em;
  line-height: 1.42857143;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 40px;
  line-height: 40px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 40px;
  line-height: 40px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  font-size: 0.875em;
  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: 0.8em;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
  margin-left: -20px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
}
.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: #0068b3;
}
.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;
}
#checkoutProgress.nav-tabs > li.active > a,
#checkoutProgress.nav-tabs > li.active > a:hover,
#checkoutProgress.nav-tabs > li.active > a:focus {
  color: #333;
  border-bottom-color: transparent;
  cursor: auto;
}
#checkoutProgress.nav > li.disabled > a:hover,
#checkoutProgress.nav > li.disabled > a:focus {
  cursor: auto;
}
.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;
}
.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;
}
.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: #0068b3;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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;
}
.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;
}
.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.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;
}
.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;
}
.bold-text-od{
  font-family: Lato-Bold;
}
.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;
}
.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;
}
.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;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #a6a6a6;
  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: 0.8em;
  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: #a6a6a6;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  line-height: 1;
  color: #666666;
  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: #0068b3;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #004a80;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #99cc33;
}
.label-info {
  background-color: #333000;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #333000;
}
.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: 0.8em;
  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: #0068b3;
  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%;
}
.imgerror {
    position: initial;
    text-align: center;
    border: groove 1px #74716c;
    border-radius: 10px;
    width: 60%;
    padding: 25px;
}
.ctl {
  color: white;
  margin-top: -28px;
  font-size: 12px;
}
.delivery-cost {
  width: 80%;
}
.sgb {
  padding-top: 5px;
}
.insffg {
  font-size: 8px;
}
.textbold {
  margin-left: 15px;
  padding-bottom: 16px;
}
.bnfd {
  min-height: 230px !important;
}
.cuppp {
  width: 30% !important;
}
.tyu {
  min-height: 290px !important;
}
.title2-panelAffiliated {
  font-size: 18px !important;
}
.ghu {
  font-size: 12px !important;
}
.insffg {
    font-size: 8px;
}
.grand {
  background-color: #efefef !important;
  padding-top: 1px;
}
.bordef {
  border-bottom: 3px solid #d4d7dc;
}
.bodr {
  border-left: 1.5px solid #d4d7dc;
  border-right: 1.5px solid #d4d7dc;
}
.altoss {
  height: 232px;
  max-height: 233px;
}
.fondcolum {
  background-color: #f5f5f500 !important;
}
.separas {
    margin-right: 10px;
    padding-left: 24px;
}
.prescc {
    margin-left: 4px;
}
.mhFlex-desk {
  padding-right: 0px;
  padding-left: 0px;
}
.fondmenn {
  background-image: url(/_ui/responsive/theme-officedepot/images/GroupMem.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
  overflow: hidden;
  background-position: center;
  background-size: 115% 130%;
  margin-left: 2px !important;
}
span.iconoquestmembre {
    background-image: url(/_ui/responsive/theme-officedepot/images/detail2022/Checkpal.png);
    background-repeat: no-repeat;
    width: 15px !important;
    height: 16px !important;
    border: 1px solid rgba(0,0,0,0) !important;
    position: absolute;
    background-size: contain;
    background-color: #ffffff00;
    margin-top: 4px;
    margin-left: -3px;
}
.fondtrans{
 background-color: #3e222200 !important;
 padding: 33px 13px 17px 0px !important;
 box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0) !important;
}
.fondtranspa {
  background-color: #fff0 !important;
}
.mhDescrubre {
    font-size: 20px;
    margin-left: 13px;
}
.fondmen {
  background-image: url(/_ui/responsive/theme-officedepot/images/GroupMemb.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
  overflow: hidden;
  background-position: center;
  background-size: 115% 130%;
}
.centermem {
    text-align: center;
    padding-bottom: 13px;
}
.cdo {
    height: 18px !important;
    color: #fff !important;
    margin-top: -4px;
    border-radius: 17px;
    background-color: #333 !important;
}
.cdodos {
    height: 14px;
    color: #fff !important;
    margin-top: 2px;
    border-radius: 17px;
    margin-left: 10px;
    margin-right: 3px;
    background-color: #626262 !important;
    width: 30%;
}
.clop {
    padding: 0 !important;
    margin-top: 14px;
    font-size: 9px;
    text-align: center;
    width: 30px;
    color: #fff !important;
}
.mesgratis {
    color: black;
    font-family: sans-serif;
    font-size: 6px;
}
.termss {
    font-size: 4px;
    padding-top: 27px;
}
.clop {
    color: #fff !important;
}
.anumem {
    font-size: 13px;
    color: #767676;
    font-family: 'Montserrat-Medium';
}
.preff {
    font-size: 10px;
}
.texgr {
    border-bottom: 2px solid #d4d7dc;
    font-size: 5px;
}
.mens {
    font-size: 5px;
}
.lops {
    color: #cc0033;
}
.imgapple {
    min-height: 120px !important;
}
img.imget {
    width: 54%;
    padding-top: 9px;
}
img.imgrecoms {
  width: 50px;
  padding-top: 10px;
}
.imgrecomm {
  justify-content: initial !important;
  width: 60% !important;
  margin-left: 10px;
}
.transparn {
  background-color: #fff0 !important;
}
.insffg {
    font-size: 4px;
    text-align: right;
    color: white;
    margin-left: -5px;
    width: 15px;
}
.mhFlex-desk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.grat {
    font-size: 10px;
}
.mhInscribete {
    margin-bottom: 3px;
}
 .bordef {
      border-bottom: 3px solid #d4d7dc;
      font-size: 5px;
  }
  .imgtaman {
      min-height: 240px !important;
  }
  .content-myAcout .accountContentPane {
      -webkit-border-radius: .8em;
      -moz-border-radius: .8em;
      border-radius: .8em;
  }
.espc {
  margin-left: 10px !important;
}
.espm {
  padding-top: 12px;
}
.grati {
    font-size: 7px;
    position: relative;
    margin-left: -4px;
    top: -35%;
}
.mhIsActive {
    color: #c3a715;
}
.mhIscancela{
 color: #c3a715 !important;
}
.btnJoinRewards {
    width: 50px;
    border-radius: 7px !important;
    margin-top: -6px;
    height: 17px !important;
}
.popespa {
  padding-top: 2px !important;
}
.mhMedium-tbv {
  margin-top: -13px;
}
.mhField-members #address-addedDistrict[disabled]{
  display: none;
}
.uberimg{
  background-image: url(/_ui/responsive/theme-officedepot/images/cart/ByUber.svg);
  width: 80px;
  height: 29px;
  background-size: contain;
  background-position-y: 5px;
  display: table-cell;
  background-repeat: no-repeat;
}
.exprss {
  font-size: 1.5em !important;
}
img.img_referencePpe{
  width: 90%;
}
img.img-product-addtocart {
    width: 90%;
}
img.separator_gwsign_ppe {
    width: 100%;
}
.separator_gwsign_ppe {
    width: 10%;
}
.uberimgexpress{
  background-image: url(/_ui/responsive/theme-officedepot/images/cart/ByUber.svg);
  width: 51px;
  height: 31px;
  background-size: contain;
  background-position-y: 5px;
  background-position-y: -1px;
  display: table-cell;
   background-repeat: no-repeat;
 }
 .uberimgorder{
  background-image: url(/_ui/responsive/theme-officedepot/images/cart/ByUber.svg);
  width: 48px;
  height: 31px;
  background-size: contain;
  background-position-y: -1px;
  display: table-cell;
  background-repeat: no-repeat;
 }
 .exprssorder {
     width: 32%;
 }
 .exprsscheck {
     width: 53%;
 }
 .uberimgexpress {
     background-position-y: 3px;
 }
 span#PLREGIMENFISCAL {
     display: block;
 }
 #e-gridPage #emarsys_category .swiper-emarsys-cat-navigation {
     top: -30px;
 }
 .imgettd {
   width: 7px;
 }
 @media (max-width: 365px) {
   .gwarranty>.gwarranty-border {
     width: 110px !important;
   }
   .gwarranty-container {
     width: 100px !important;
   }
 }
@media (min-width: 320px) {
.imgerror {
    position: initial;
    text-align: center;
    border: groove 1px #74716c;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
}
a.button404 {
    display: block;
    width: auto;
    max-width: 200px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.error404-left {
    margin-top: -9px;
    font-size: 13px;
}
.error404-right {
    font-size: 12px;
  }

  #addToCartLayer{
    width: 288px;

  }

  #addToCartLayer .add-to-cart-item .content-img-product-add-to-cart img{
    width: 90px;
    height: 90px;
    margin: auto;
    display: block;
  }

  .quantity-items-addtocart{
    width: 23px;
    height: 23px;
    font-size: 11px;
  }

  #addToCartLayer .add-to-cart-item .title-add-to-cart{
    font-size: 15px;
  }
  #addToCartLayer .add-to-cart-item .title-add-to-cart .title-msgBorderStoreErrorStock{
    font-size: 16px;
  }

  .description-product-add-to-cart-2022{
    font-size: 13px;
  }
  .price-items-addtocart-2022{
    color: #CC0033;
    font-size: 18px;
    margin-right: 5px;
  }

  .price-discount-addtocart-2022{
    color: #999;
    font-size: 14px;
    font-family: Montserrat-Medium;
    text-decoration: line-through;
  }

  .pop-txt-noInventario{
    font-size: 15px;
    color: #CC0033;
    line-height: 1;
  }

  .text-link-addtocart-2022{
    font-size: 13px;
  }
  #gsubtitle {
     font-size: 14px !important;
  }
  .accountOrderHistoryPage
  .orderhistory-list-table
  .accountContentPane {
   padding: 40px 10px 10px 10px !important;
  }
  .vermisdirecciones {
      padding-top: 10px;
      padding-right: 10px;
  }
  .redOD {
      color: #cc0033 !important;
  }
  .subtotalContent,
  .CartExpressCheckoutContent
  .orderTotal {
     padding: 18px 0 40px;
     flex-direction: column;
     display: flex;
  }
  .accountOrderHistoryPage
  .legend-cancelled {
     width: 173px !important;
     max-width: 180px !important;
  }
  .accountOrderHistoryPage
  .legend-orderDone {
     width: 200px !important;
     max-width: 200px !important;
  }
  .accountOrderHistoryPage
  .legend-orderSent {
     width: 173px !important;
     max-width: 180px !important;
  }
  .accountOrderHistoryPage
  .legend-successfulDelivery{
     width: 173px !important;
     max-width: 180px !important;
  }
  .accountOrderHistoryPage
  .legend-paymentInValidation {
     width: 173px !important;
     max-width: 180px !important;
  }
  .accountOrderHistoryPage
  .legend-preparingOrder {
     width: 173px !important;
     max-width: 180px !important;
  }
  .accountOrderHistoryPage
  .legend-orderHistory,
  .container-orderInfo {
     padding-top: 22px;
  }
  .groupsData {
     justify-content: center;
     font-size: 12px !important;
  }
  .width-btn-gw {
     padding-bottom: 14px;
     padding-top: 14px;
     font-family: 'Montserrat-Bold' !important;
     font-size: 14px !important;
     margin-top: 13px;
  }
  .btnNotgWarranty {
     padding-bottom: 0px;
     padding-top: 3px;
  }
  .formmodify .form-group
  .checoutLabel{
     margin-left: 30px;
  }
  .formmodify .form-group
  .redOD {
     display: none;
  }
  .asterics {
     display: flex;
     width: 20px;
     position: absolute;
  }
  .asterics .ubicacion-1-logo-check {
     margin-left: 6px;
  }
  .asterics .reference-1-logo-check {
     margin-left: 8px;
  }
  .exprss {
      width: 70%;
  }
  .exprsscheck{
    width: 60%;
    top: 5px;
  }
  .uberimgexpress {
      background-position-y: 6px;
  }
  .exprssorder{
     width: 47%;
    }
  .uberimgorder {
      background-position-y: 2px;
  }

  .error-changeCP #addToCartLayer{
    width: 325px !important;
  }
  .error-changeCP #addToCartLayer .row #add-to-cart-error-alert .btn-close-alert-changeCP{
    background-image: url(/_ui/responsive/theme-officedepot/images/detail2022/Icono_cerrar_cobertura.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 24px;
    top: 5px;
    cursor: pointer;
  }

  .error-changeCP #addToCartLayer .row #add-to-cart-error-alert .error-message-alert .add-cart-error-title{
    font-size: 16px;
    margin-top: 20px;
  }

  .error-changeCP #addToCartLayer .row #add-to-cart-error-alert .error-message-alert .cont-img-error .contenedor-icono-cobertura{
    margin:auto;
    position: inherit;
    background-image: url(/_ui/responsive/theme-officedepot/images/detail2022/icono_cobertura.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 150px;
    height: 150px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .error-changeCP #addToCartLayer .row #add-to-cart-error-alert .error-message-alert .add-cart-error-message{
    margin-top: 0px;
    font-size:12px;
  }
}
@media (min-width: 365px) {
.exprss {
    width: 66%;
}
.exprsscheck {
    width: 48%;
    top: 5px;
}
.uberimgexpress {
    background-position-y: 6px;
}
}
@media (min-width: 375px) {
.exprss {
    width: 64%;
}
.uberimg {
  background-position-y: 3px;
}
.exprsscheck{
  width: 46%;
  top: 5px;
}
.exprssorder {
   width: 37%;
}
.uberimgexpress {
    background-position-y: 6px;
}
.uberimgorder {
    background-position-y: 2px;
}
img.imgettd {
  width: 7px;
}
.mens {
    font-size: 4px;
    white-space: nowrap;
}
.espm {
   padding-top: 22px;
 }
.cdodos {
    width: 45px;
    margin-left: 6px;
}
.altoss {
  height: 244px;
  max-height: 250px;
}
.insffg {
  margin-left: 1px;
}
.contentTextPpe {
  width: 76%;
}
.contentTextPpe2 {
  width: 24%;
}
}
@media (min-width: 425px) {
.espm {
  padding-top: 33px;
}
.preff {
    font-size: 14px;
}
.texgr {
  font-size: 7.5px;
}
.bordef {
    font-size: 7px;
}
.altoss {
  height: 298px;
  max-height: 314px;
}
.separas {
    margin-right: 10px;
    padding-left: 37px;
}
.cdodos {
    width: 45px;
    margin-left: 12px;
}
img.imgrecoms {
  width: 65px;
  padding-top: 10px;
}
.sepss {
  margin-top: 14px;
}
.mens {
  font-size: 6px;
}
.clop {
  padding: 0 !important;
  margin-top: 15px;
  font-size: 10px;
  text-align: center;
  width: 44px;
  color: #fff !important;
}
.insffg {
  margin-left: 0px;
}
}
@media (min-width: 375px) and (max-width: 414px){
    .popupProductWarranties-size
    .gwarranty-title {
       margin-left: -31px !important;
    }
}
@media screen and (min-width: 640px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
  a.button404 {
      max-width: 271px;
        font-size: 15px;
        }
  .error404-right {
     font-size: 14px;
      }
  .preff {
    font-size: 17px;
  }
.altoss {
    height: 368px;
    max-height: 412px;
}
img.imget {
    width: 58%;
    padding-top: 9px;
}
.insffg {
  font-size: 6.5px;
  text-align: center;
  width: 41px;
}
.btnJoinRewards {
    width: 65px;
    border-radius: 7px !important;
    margin-top: 2px;
    height: 18px !important;
}
.cdodos {
  width: 64px;
  margin-left: 20px;
  height: 20px;
}
img.imgettd {
  width: 12px;
}
.sepss {
  margin-top: 22px;
}
.pricemarsys {
  margin-right: 15px;
}
.contentTextPpe {
  width: 67%;
}
.contentTextPpe2 {
  width: 33%;
}
}
@media  (min-width:768px ) and (max-width:1022px){
  .btnAddgWarranty {
    display: flex;
    justify-content: center;
  }
  .btnAddgWarranty  button{
    width: 74% !important;
    max-width: 250px;
    height: 50px;
  }
  .btnNotgWarranty {
    display: flex;
    justify-content: center;
  }
  .btnNotgWarranty  button{
    width: 74% !important;
    max-width: 250px;
    height: 50px;
  }
}
@media  (min-width:1180px ){
    .btnNotgWarranty {
      padding-right: 30px;
    }
    .btnAddgWarranty {
      padding-left: 30px;
    }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0068b3;
}
.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;
  text-align: center;
}
.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: 0.8em;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #0068b3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #333000;
}
.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: #0068b3;
  border-color: #0068b3;
}
.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: #80caff;
}
.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: #0068b3;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #0068b3;
  border-color: #0068b3;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0068b3;
}
.panel-primary > .panel-heading .badge {
  color: #0068b3;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0068b3;
}
.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: #333000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #333000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #333000;
}
.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: 1225px) {
  .btn:hover,
  .btn:focus,
  .btn.focus {
    text-decoration: none;
  }
  .btn-success:hover:before {
    width: 100%;
  }
  .btn-primary:before {
    content:"";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease;
    border-radius: 5px;
  }
  .btn-primary:hover:before{
    width: 100%;
  }
  .btn-default:hover:before{
    width: 100%;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.8em;
  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: #333000;
  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: #333000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #333000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #333000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 460px;
  padding: 1px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size:12px;
  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:12px;
  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: -160px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  width: 100%;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.pickup-store-list-entry .popover-title {
  background-color: #fff;
  border: none;
  padding: 5px 5px 0 5px;
  font-family: Lato-Black;
}
.pickup-store-list-entry .popover-content {
  padding: 0 5px 5px 5px;
}
.pickup-store-list-entry .popover{
  border: 1px solid rgba(204, 204, 204, 0.1);
  border-radius: 3px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
}
.pickup-store-list-entry .popover.bottom > .arrow {
  border-bottom-color: #ccc;
}
span.store-availability button.btn {
  background: transparent;
  padding: 0;
  width: 20px;
  height: 20px;
  display: block;
  float:left;
  margin: 5px 0;
}
.cnt-tel-horarios {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#33300000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33300000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 640px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.tabs .tabs-list:before,
.tabs .tabs-list:after,
.cart__content:before,
.cart__content:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.tabs .tabs-list:after,
.cart__content:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.center-xy {
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-xz {
    justify-content: center;
    margin-top: -5px;
    align-items: center;
}
.center-flex-item {
  display: flex;
  align-items: center;
}
.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;
}
.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;
  }
}
@media(max-width: 639px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media(min-width: 640px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
.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;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/*.ui-front {
  z-index: 100;
}*/
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.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;
  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;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.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;
}
input.ui-button {
  padding: .4em 1em;
}
.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;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
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: .6em;
  border-collapse: collapse;
  margin: 0 0 .4em;
  font-weight: bold;
  padding: 3px;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  border-bottom:1px solid rgba(0,0,0,0.7);
  margin: .4em 0;
}
.ui-datepicker td {
  border: 0;
  padding: 5px .3em 1px .3em;
  height: 35px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .4em;
  text-align: center;
  text-decoration: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 18px;
}
.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;
}
.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;
}
.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;
}
.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;
  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-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
.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);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-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;
}*/
.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;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  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;
}
.ui-datepicker {
  border: 1px solid #e5e5e5;
  background: #ffffff;
  color: #3c3c3c;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: .5em;
}
.ui-datepicker .ui-datepicker-header {
  color: #3c3c3c;
  background-color: transparent;
  border: none;
  font-weight: bold;
}
.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: #3c3c3c;
  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: #003c66;
  top: 2px;
}
.ui-datepicker th {
  font-weight: 400;
  text-align: center;
}

.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;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #3FCBCE;
  color: #ffffff;
  border-color: #3FCBCE;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #3FCBCE;
  color: #ffffff;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
html,body {
  overflow: hidden;
  overflow-y: auto;
  position: initial;
  width: 100%;
}
body {
  display: flow-root;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}cnt-pickup headline-inner
 body.offcanvas {
   overflow-y: hidden;
 }
.global-loading-page {
  display: none;
  background-image: url(/_ui/responsive/theme-officedepot/images/checkout/loading/Loading-Express-checkout-blanco.svg);
}
.no-margin {
  margin: 0 !important;
}
.btn {
  border-radius: 5px;
}
#applyVoucherForm > .btn {
  width: 100%;
  border-radius: 0px 5px 5px 0px !important;
  background-color: #cccccc;
}
#qty-minus {
  border-radius: 0px !important;
}
#qty-plus {
  border-radius: 0px !important;
}
ul.no-lista {
  padding-left: 0px;
}
ul,
ol {
  padding-left: 15px;
}
@media (max-width: 1023px) {
  select.form-control {
    height: 42px;
    line-height: 42px;
  }
  textarea.form-control,
  select[multiple].form-control {
    height: auto;
  }
}
option {
  font-size: 0.875em;
  line-height: 18px;
  padding: 6px 13px;
  width: 100%;
}
#checkoutContentPanel .i18nAddressForm,
#checkoutContentPanel .billingAddressForm,
#checkoutContentPanel .cardForm{
  margin-right:0px !important;
}
a,
button {
  color: #333;
  text-decoration: none;
}
.deliverID{
  color: #FFF   ;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
button.positive,
a.button.positive {
  background: #99cc00 !important;
  font-family: Lato-Bold !important;
  border-color:#99cc00 !important;
  border-radius: 5px;

}
.forgottenPwd .positive {
  font-family: Lato-Regular !important;
  background: #999 !important;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 0.875em;
  line-height: 1.42857143;
  color: #3c3c3c;
}
.open > .dropdown-menu {
  padding: 15px 0 0 0;
}
.dropdown-menu li {
  margin-top: 3px;
}
.dropdown-menu li:first-child {
  margin-top: 0px;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 25px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #3c3c3c;
  white-space: nowrap;
}
.display-none {
  display: none;
}
.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;
  text-align: center;
}
@media (max-width: 1024px) {
  .alert {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container__full {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .container__full {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #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-xs .well-content {
  padding-top: 20px;
}
.well.well-sm {
  padding: 10px 20px;
}
.well.well-md {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .well.well-md {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.well.well-lg {
  padding-top: 45px;
  padding-bottom: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .well.well-lg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.well.well-primary {
  background-color: #0068b3;
  color: #ffffff;
}
.well.well-secondary {
  background-color: #e6f5ff;
  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.well-quinary .well-content {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .well.well-quinary .well-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*.well-headline {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #334b5c;
  padding: 5px 30px 15px;
  padding-left: 30px;
  padding-right: 30px;
}*/
/*@media (max-width: 1024px) {
  .well-headline {
    padding-left: 20px;
    padding-right: 20px;
  }
}*/
.well-headline-sub {
  font-weight: 400;
  padding-left: 10px;
}
.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: 1024px) {
  /*.well .well-headline {
    padding-left: 20px;
    padding-right: 20px;
  }*/
}
@media (max-width: 1023px) {
  body.offcanvas {
    max-height: 100vh;
    overflow-y: hidden;
  }
  main {
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .container {
    width: 100%;
  }
  textarea.form-control,
  select[multiple].form-control {
    height: auto;
  }
}
.price .pricebefore.before-big-Price {
  color: #333;
  font-family: Lato-Regular;
  font-size: 9px;
  text-align: right;
  text-decoration: line-through;
}

.nav-order-tools {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.quote__list {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 45px;
  text-align: right;
}
.quote__list a {
  font-size: 25px;
  background-color: transparent;
  padding: 0;
  border: 0;
  color: #0068b3;
}
.quote__list a .glyphicon {
  top: 4px;
}
.js-nav-order-tools--active .nav-order-tools__child-wrap {
  display: block;
}
.js-nav-quote-list--active .quote__list--nav {
  display: block;
}
.quote__list--nav {
  text-align: left;
  position: absolute;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  right: 40px;
  top: 26px;
  width: 260px;
  z-index: 10;
}
.quote__list--nav a {
  font-size: 0.875em;
  line-height: 1.42857143;
}
.quote__list--nav a {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #3c3c3c;
  padding: 20px 30px;
}
.quote__list--nav a:hover {
  background-color: #e5e5e5;
}
.nav-order-tools__child-wrap {
  font-size: 0.875em;
  line-height: 1.42857143;
  text-align: left;
  position: absolute;
  border: none;
  background-color: #ffffff;
  right: -1px;
  top: 60px;
  width: 260px;
  z-index: 10;
}
.nav-order-tools__child-wrap div {
  border-bottom: 1px solid #e5e5e5;
}
.nav-order-tools__child-wrap div:last-child {
  border-bottom: none;
}
.nav-order-tools__child-wrap a {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #3c3c3c;
  padding: 20px 30px;
}
.nav-order-tools__child-wrap a:hover {
  background-color: #e5e5e5;
}
/*header {
  background: #fff;
}*/
.page-cartPage header,
.page-homepage header,
.page-productGrid header,
.page-searchGrid header,
.page-search header,
.page-cartPage header,
.pageType-CategoryPage header {
  /*  margin-bottom: 0;*/
}
.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: 0.875em;
  font-weight: 400;
  line-height: 1.571;
}
.text-variant-bold {
  font-weight: 600;
}
.full-width-padding {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .full-width-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.half-width-padding {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .half-width-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.btn-formblock {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 25px;
}
.btn {
  text-transform: uppercase;
  /*font-family: Lato-black;*/
  font-size: 16px;
  line-height: 1.375;
  border-radius: 5px;
}
.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 1px;
  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%;
}
.review-pagination-bar{
  margin-right: 90px;
}
.btn-default {
  position: relative;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default .badge {
  color: #929292;
  background-color: #ffffff;
}
.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: transparent;
  border-color:transparent;
}
.btn-primary .badge {
  color: #0068b3;
  background-color: #ffffff;
}
.pagination-wrap {
  float: right;
  text-align: right;
}

.pagination > li.pagination-prev > a:hover,
.pagination > li.pagination-next > a:hover,
.pagination > li.pagination-prev > span:hover,
.pagination > li.pagination-next > span:hover,
.pagination > li.pagination-prev > a:focus,
.pagination > li.pagination-next > a:focus,
.pagination > li.pagination-prev > span:focus,
.pagination > li.pagination-next > span:focus {
}
.pagination > li.pagination-prev.disabled > a:hover,
.pagination > li.pagination-next.disabled > a:hover,
.pagination > li.pagination-prev.disabled > span:hover,
.pagination > li.pagination-next.disabled > span:hover,
.pagination > li.pagination-prev.disabled > a:focus,
.pagination > li.pagination-next.disabled > a:focus,
.pagination > li.pagination-prev.disabled > span:focus,
.pagination > li.pagination-next.disabled > span:focus {
  color: #a6a6a6;
  background-color: transparent;
  border-color: #cccccc;
}
.pagination > li.pagination-prev {
  text-align: left;
}
.pagination > li.pagination-prev > a,
.pagination > li.pagination-prev > span {
  border-right: 1px solid transparent;
}

.image-gallery__image {
  cursor: pointer;
}
.image-gallery__zoom-icon {
  font-size: 20px;
  opacity: 0.5;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.product-details.page-title
.product-details .name.border,
.product-details-price .name.border {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}
.product-details .name .sku,
.product-details-price .name .sku {
  font-size: 18px;
  line-height: 18px;
  color: #929292;
  position: relative;
  padding-left: 20px;
  font-weight: 400;
}
.product-details .name .sku:before,
.product-details-price .name .sku:before {
  border-left: 1px solid #e5e5e5;
  content: "";
  height: 14px;
  position: absolute;
  top: 7px;
  left: 10px;
}
.product-details .name .code,
.product-details-price .name .code {
  font-size: 18px;
  line-height: 18px;
  padding-left: 5px;
}
.product-details .description,
.product-details-price .description {
  padding: 10px 0 25px;
}
.product-details .price,
.product-details-price .price {
  font-size: 25px;
  font-weight: bold;
}
.product-details .stock-status,
.product-details-price .stock-status {
  font-weight: 300;
}
.product-main-info .product-details {
  padding: 0;
}
.variant-section {
  margin-bottom: 30px;
}
.variant-section .variant-selector .variant-name {
  font-size: 0.8em;
  font-weight: 600;
  color: #929292;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 5px;
}
.variant-section .variant-selector .variant-name .variant-selected {
  font-weight: normal;
  text-transform: none;
}
.variant-section .variant-selector .variant-list {
  padding-left: 0;
  list-style: none;
  margin-left: -20px;
}
.variant-section .variant-selector .variant-list:before,
.variant-section .variant-selector .variant-list:after {
  content: " ";
  display: table;
}
.variant-section .variant-selector .variant-list:after {
  clear: both;
}
.variant-section .variant-selector .variant-list:before,
.variant-section .variant-selector .variant-list:after {
  content: " ";
  display: table;
}
.variant-section .variant-selector .variant-list:after {
  clear: both;
}
.variant-section .variant-selector .variant-list li {
  float: left;
  margin: 0 0 0 20px;
}
.variant-section .variant-selector .variant-list li a,
.variant-section .variant-selector .variant-list li span {
  display: block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  background: #fff;
  color: #3c3c3c;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .variant-section .variant-selector .variant-list li a,
  .variant-section .variant-selector .variant-list li span {
    height: 42px;
    width: 42px;
    line-height: 42px;
  }
}
.variant-section .variant-selector .variant-list li a img,
.variant-section .variant-selector .variant-list li span img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 1px solid transparent;
}
.variant-section .variant-selector .variant-list li:hover a,
.variant-section .variant-selector .variant-list li.active a {
  background: #0068b3;
  -webkit-box-shadow: inset 0 0  0 1px #fff;
  box-shadow: inset 0 0  0 1px #fff;
  border: 1px solid #0068b3;
  color: #fff;
}
.variant-section .variant-selector .variant-list li:hover a img,
.variant-section .variant-selector .variant-list li.active a img {
  border: 1px solid #fff;
}
.variant-section .variant-selector .variant-list li.disabled span {
  color: #999;
  cursor: not-allowed;
}
.variant-section .variant-selector .variant-select {
  margin: 10px 0 0;
}
.rating:before,
.rating:after {
  content: " ";
  display: table;
}
.rating:after {
  clear: both;
}
.rating:before,
.rating:after {
  content: " ";
  display: table;
}
.rating:after {
  clear: both;
}
.rating .rating-stars {
  margin: 0 5px 0 0;
  padding: 3px 0 1px;
  position: relative;
}
@media (max-width: 1023px) {
  .rating .rating-stars {
    font-size: 15px;
  }
  .rating .rating-stars:before,
  .rating .rating-stars:after {
    content: " ";
    display: table;
  }
  .rating .rating-stars:after {
    clear: both;
  }
  .rating .rating-stars:before,
  .rating .rating-stars:after {
    content: " ";
    display: table;
  }
  .rating .rating-stars:after {
    clear: both;
  }
}
.rating .rating-stars .greenStars {
  position: absolute;
  overflow: hidden;
  top: 3px;
  left: 0;
  white-space: nowrap;
  width: 0;
}
.rating .rating-stars span {
  color: #dee3e8;
  margin: 0 0.1em;
  overflow: hidden;
}
.rating .rating-stars span.fh {
  width: 0.47em;
  margin-right: 0;
  float: left !important;
}
.rating .rating-stars span.lh {
  width: 0.5em;
  text-indent: -0.44em;
  margin-left: 0;
  float: left !important;
}
.rating .rating-stars span.active {
  background-image: url(/_ui/responsive/theme-officedepot/images/detail2022/Estrella_F6A534.svg);
}
.rating.rating-set .rating-stars {
  cursor: pointer;
  display: inline-block;
}
.tabs-responsive .tab-container {
  float: none;
  padding: 0;
}
@media (max-width: 1023px) {
  .tabs-responsive .tabhead {
    border-bottom: 1px solid #f2f4f7;
  }
}
.tab-review .review-pagination-bar {
  margin: 10px 0;
}
.tab-review .review-pagination-bar:before,
.tab-review .review-pagination-bar:after {
  content: " ";
  display: table;
}
.tab-review .review-pagination-bar:after {
  clear: both;
}
.tab-review .review-pagination-bar:before,
.tab-review .review-pagination-bar:after {
  content: " ";
  display: table;
}
.tab-review .review-pagination-bar:after {
  clear: both;
}
.tab-review .review-pagination-bar .right {
  float: right;
}
.tab-review .review-pagination-bar .right .pager {
  float: left;
  margin: 0 10px;
}
.tab-review .review-list {
  padding-left: 0;
  list-style: none;
}
.tab-review .review-list .review-entry {
  margin: 10px 0;
  background-color: rgba(204, 204, 204, 0.2);
  width: 100%;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.color-rojo{
  color:#ff0044;
}
.font-xxs {font-size: 0.75em;}
.font-xs {font-size: 0.85em;}
.font-sm {font-size: 0.95em;}
.font-md {font-size: 1em;}
.font-lg {font-size: 1.5em;}
.font-xlg {font-size: 2em;}
.tag-envio div p:nth-child(2){
  clear: right;
}
.ofpassword a{
  color: #fff;
  width: auto;
  background: #81BB06;
  border-color: #81BB06;
  border-radius: unset;
}
/*.ofupdateprofile a{
  width: auto;
  background: #81BB06;
  border-color: #81BB06;
  border-radius: unset;
}*/
.control-group {
  margin: 0 0 14px 0;
}
.ofupdate {
  margin: 5px 15px 5px 0;
  color: #fff;
  font-family: Lato-Regular;
  width: 78%;
}
.tab-review .write-review {
  display: none;
}
#AddToCart-PickUpInStoreAction {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}
.AddToCart-PickUpInStoreAction {
  margin-top: 10px;
}
.AddToCart-ShareOnSocialNetworkAction {
  margin-top: 20px;
}
#AddToCart-AddToCartAction {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}
#AddToCart-ShareOnSocialNetworkAction {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
}
.image-gallery img {
  width: 100%;
  height: auto;
  -webkit-touch-callout: none;
}
.image-gallery .zoomImg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: none;
  max-width: none;
  border: 0;
  opacity: 0;
}
.image-gallery .zoomImg img {
  width: 100%;
  height: 100%;
}
.image-gallery .zoomImgMask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.addtocart-component .stock-wrapper {
  font-size: 0.8em;
  margin: 25px 0;
}
.addtocart-component .stock-wrapper * {
  float: left;
  margin: 0;
}
.addtocart-component .stock-wrapper .futureStockLink {
  margin-left: 10px;
}
.addtocart-component .actions .btn {
  margin-bottom: 10px;
}
.addtocart-component .row .AddToCart-ShareOnSocialNetworkAction {
  margin: 0 auto;
  padding-top: 50px;
  width: 100px;
}
.addtocart-component div.a2a_kit a.a2a_dd.share {
  background: url("../../common/images/productShareIcon.png") no-repeat left center;
  padding-left: 25px;
}
.addtocart-component div.a2a_kit a.a2a_dd.share .a2a_img {
  display: none;
}
.addtocart-component .qty-selector .input-group-btn,
#add_to_cart_storepickup_form .qty-selector .input-group-btn,
.addtocart-component .qty-selector .btn,
#add_to_cart_storepickup_form .qty-selector .btn {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
#add_to_cart_storepickup_form .qty-selector .btn {
  height: 40px;
}
.addtocart-component .qty-selector .form-control,
#add_to_cart_storepickup_form .qty-selector .form-control {
  text-align: center;
  font-size: 0.8em;
  font-family: Lato-Regular;
  border-left: none;
  border-right: none;
  font-weight: 300;
}
.add-to-cart .add-to-cart-item:before,
.add-to-cart .add-to-cart-item:after {
  content: " ";
  display: table;
}
.add-to-cart .add-to-cart-item:after {
  clear: both;
}
.add-to-cart .add-to-cart-item:before,
.add-to-cart .add-to-cart-item:after {
  content: " ";
  display: table;
}
.add-to-cart .add-to-cart-item:after {
  clear: both;
}
.add-to-cart .add-to-cart-item .thumb {
  float: left;
}
.add-to-cart .add-to-cart-item .details .name {
  font-family: Lato-bold;
  line-height: 1.2;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel:before,
.owl-carousel:after {
  content: " ";
  display: table;
}
.owl-carousel:after {
  clear: both;
}
.owl-carousel:before,
.owl-carousel:after {
  content: " ";
  display: table;
}
.owl-carousel:after {
  clear: both;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer .owl-wrapper:after:before,
.owl-carousel .owl-wrapper-outer .owl-wrapper:after:after {
  content: " ";
  display: table;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper:after:after {
  clear: both;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper:after:before,
.owl-carousel .owl-wrapper-outer .owl-wrapper:after:after {
  content: " ";
  display: table;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper:after:after {
  clear: both;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
  float: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item.loading > * {
  min-height: 1px;
}
.owl-carousel .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-controls .owl-buttons .owl-prev,
.owl-carousel .owl-controls .owl-buttons .owl-next {
  cursor: pointer;
  position: absolute !important;
  top: 50% !important;
  display: table;
  width: 25px;
  height: 125px;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.7);
  font-size: 120px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev span.glyphicon,
.owl-carousel .owl-controls .owl-buttons .owl-next span.glyphicon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  font-size: 25px;
  line-height: 125px;
  color: #0068b3;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev:hover,
.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
  color: #ffffff;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev:hover span.glyphicon,
.owl-carousel .owl-controls .owl-buttons .owl-next:hover span.glyphicon {
  color: #003c66;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 3px;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev:before {
  content: "\e075";
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 5px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next:before {
  content: "\e071";
}
.carousel,
.carousel__component--carousel {
  width: auto;
  text-align: center;
}
.carousel .item,
.carousel__component--carousel .item,
.carousel .carousel__item,
.carousel__component--carousel .carousel__item {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}
.carousel .item .thumb,
.carousel__component--carousel .item .thumb,
.carousel .carousel__item .thumb,
.carousel__component--carousel .carousel__item .thumb,
.carousel .item .carousel__item--thumb,
.carousel__component--carousel .item .carousel__item--thumb,
.carousel .carousel__item .carousel__item--thumb,
.carousel__component--carousel .carousel__item .carousel__item--thumb {
  margin-bottom: 20px;
  height: 140px;
}
.carousel .item .thumb img,
.carousel__component--carousel .item .thumb img,
.carousel .carousel__item .thumb img,
.carousel__component--carousel .carousel__item .thumb img,
.carousel .item .carousel__item--thumb img,
.carousel__component--carousel .item .carousel__item--thumb img,
.carousel .carousel__item .carousel__item--thumb img,
.carousel__component--carousel .carousel__item .carousel__item--thumb img {
  max-width: 140px;
  max-height: 140px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.carousel .item a,
.carousel__component--carousel .item a,
.carousel .carousel__item a,
.carousel__component--carousel .carousel__item a {
  color: #3c3c3c;
}
.carousel .item a:hover,
.carousel__component--carousel .item a:hover,
.carousel .carousel__item a:hover,
.carousel__component--carousel .carousel__item a:hover,
.carousel .item a:focus,
.carousel__component--carousel .item a:focus,
.carousel .carousel__item a:focus,
.carousel__component--carousel .carousel__item a:focus {
  text-decoration: none;
}
.carousel .item .item__name,
.carousel__component--carousel .item .item__name,
.carousel .carousel__item .item__name,
.carousel__component--carousel .carousel__item .item__name,
.carousel .item .carousel__item--name,
.carousel__component--carousel .item .carousel__item--name,
.carousel .carousel__item .carousel__item--name,
.carousel__component--carousel .carousel__item .carousel__item--name {
  margin-top: 13.33333333px;
  margin-bottom: 11px;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2em;
  overflow: hidden;
  position: relative;
  font-size: 0.9em;
  color: #333;
  font-family: Lato-Regular;
}
.carousel .item .item__name:before,
.carousel__component--carousel .item .item__name:before,
.carousel .carousel__item .item__name:before,
.carousel__component--carousel .carousel__item .item__name:before,
.carousel .item .carousel__item--name:before,
.carousel__component--carousel .item .carousel__item--name:before,
.carousel .carousel__item .carousel__item--name:before,
.carousel__component--carousel .carousel__item .carousel__item--name:before {
  background: #FFF none repeat scroll 0 0;
  bottom: 0;
  position: absolute;
  right: 0;
}
.carousel .item .item__name:after,
.carousel__component--carousel .item .item__name:after,
.carousel .carousel__item .item__name:after,
.carousel__component--carousel .carousel__item .item__name:after,
.carousel .item .carousel__item--name:after,
.carousel__component--carousel .item .carousel__item--name:after,
.carousel .carousel__item .carousel__item--name:after,
.carousel__component--carousel .carousel__item .carousel__item--name:after {
  content: "";
  background: #FFF none repeat scroll 0% 0%;
  position: absolute;
  height: 50px;
  width: 100%;
  z-index: 1;
}
.carousel .item .item__price,
.carousel__component--carousel .item .item__price,
.carousel .carousel__item .item__price,
.carousel__component--carousel .carousel__item .item__price,
.carousel .item .carousel__item--price,
.carousel__component--carousel .item .carousel__item--price,
.carousel .carousel__item .carousel__item--price,
.carousel__component--carousel .carousel__item .carousel__item--price {
  margin: 10px;
  color: #ff0033;
  text-align: center;
  float: left;
  margin: 0;
  font-family: Lato-Black;
}
.carousel-component,
.carousel__component {
  padding: 0 20px;
  margin: 35px 0 15px;
}
.carousel-component:before,
.carousel__component:before,
.carousel-component:after,
.carousel__component:after {
  content: " ";
  display: table;
}
.carousel-component:after,
.carousel__component:after {
  clear: both;
}
.carousel-component:before,
.carousel__component:before,
.carousel-component:after,
.carousel__component:after {
  content: " ";
  display: table;
}
.carousel-component:after,
.carousel__component:after {
  clear: both;
}
.carousel-component .carousel__component--headline,
.carousel__component .carousel__component--headline {
  color: #3c3c3c;
  font-size: 28px;
  margin: 10px 0 20px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.carousel-component:first-child,
.carousel__component:first-child {
  margin: 50px 0 22px;
}
.carousel-component + .carousel-component,
.carousel__component + .carousel-component,
.carousel-component .carousel__component,
.carousel__component .carousel__component {
  margin-top: 0;
  border-top: 4px solid #d9d9d9;
  padding-top: 30px;
}
.rotating-image-componet:before,
.rotating-image-componet:after {
  content: " ";
  display: table;
}
.rotating-image-componet:after {
  clear: both;
}
.rotating-image-componet:before,
.rotating-image-componet:after {
  content: " ";
  display: table;
}
.rotating-image-componet:after {
  clear: both;
}
.rotating-image-componet .carousel.rotating-image {
  margin: 0;
}
.rotating-image-componet .owl-item .item {
  padding: 0;
  margin: 0;
}
.rotating-image-componet .owl-item img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}
.rotating-image-componet .owl-controls .owl-pagination {
  display: block !important;
}
.image-gallery .image-gallery__image .owl-item .item {
  padding: 0;
  margin-left: 0;
  width: 100%;
}
.image-gallery .image-gallery__image .owl-item img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}
.image-gallery .gallery-carousel .owl-item img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}
.simpleimagecomponent a {
  display: block;
}
.simpleimagecomponent a img {
  width: 100%;
  height: auto;
}
.banner-component {
  width: 100%;
}
.banner-component a {
  display: block;
  color: #3c3c3c;
  text-decoration: none;
}
.banner-component a:before,
.banner-component a:after {
  content: " ";
  display: table;
}
.banner-component a:after {
  clear: both;
}
.banner-component a:before,
.banner-component a:after {
  content: " ";
  display: table;
}
.banner-component a:after {
  clear: both;
}
.banner-component .title {
  font-weight: bold;
}
.banner-component .thumb {
  padding: 10px 0;
}
.banner-component .thumb img {
  width: 100%;
  height: auto;
}
.simple-banner-component a,
.banner__component a {
  display: block;
}
.image-map-component img {
  width: 100%;
  height: auto;
}
.cms-image-component img {
  width: 100%;
  height: auto;
}
.tabs {
  margin: 50px 0 0;
}
.tabs .tabs-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #dddddd;
  display: table;
  margin: 0 auto;
  border: 0;
}
.tabs .tabs-list > li {
  position: relative;
  display: block;
}
.tabs .tabs-list > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.tabs .tabs-list > li > a:hover,
.tabs .tabs-list > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.tabs .tabs-list > li.disabled > a {
  color: #777777;
}
.tabs .tabs-list > li.disabled > a:hover,
.tabs .tabs-list > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.tabs .tabs-list .open > a,
.tabs .tabs-list .open > a:hover,
.tabs .tabs-list .open > a:focus {
  background-color: #eeeeee;
  border-color: #0068b3;
}
.tabs .tabs-list .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.tabs .tabs-list > li > a > img {
  max-width: none;
}
.tabs .tabs-list > li {
  float: left;
  margin-bottom: -1px;
}
.tabs .tabs-list > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.tabs .tabs-list > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.tabs .tabs-list > li.active > a,
.tabs .tabs-list > li.active > a:hover,
.tabs .tabs-list > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tabs .tabs-list.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.tabs .tabs-list.nav-justified > li {
  float: none;
}
.tabs .tabs-list.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.tabs .tabs-list.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.tabs .tabs-list.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.tabs .tabs-list.nav-justified > .active > a,
.tabs .tabs-list.nav-justified > .active > a:hover,
.tabs .tabs-list.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
.tabs .tabs-list .current-info {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.tabs .tabs-list li {
  padding: 0 20px;
}
.tabs .tabs-list li a {
  text-transform: uppercase;
  color: #333;
  padding: 0 0 5px 0;
  border: 0;
  border-bottom: 2px solid transparent;
}
.tabs .tabs-list li a:focus,
.tabs .tabs-list li a:hover {
  cursor: pointer;
  background-color: transparent;
}
.tabs .tabs-list li + li:before {
  content: "";
  position: absolute;
  height: 15px;
  left: 0;
  top: 2px;
  border-left: 1px solid transparent;
}
.tabs .tabs-list li.active a,
.tabs .tabs-list li.active a:hover,
.tabs .tabs-list li.active a:focus {
  color: #3c3c3c;
  font-family: Lato-black;
  border: 0;
  border-bottom: 2px solid #ff0033;
}
.tabs .tabhead {
  height: 55px;
  display: table;
}
.tabs .tabhead.active a:after{
  content: "";
  width: 100px;
  height: 1px;
  float: left;
  border-bottom: 2px solid #f03;
  margin-top: 10px;
}
.tabs .tabhead a {
  padding: 0 10px;
  padding-bottom: 10px;
  color: inherit;
  line-height: 1;
  text-decoration: none;
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
}
@media (max-width: 1024px) {
  .tabs .tabhead a {
    padding-left: 20px;
  }
  .tabs .tabhead.active a {
    padding-bottom: 0;
  }
}
.tabs .tabhead .glyphicon {
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
}
.tabs .tabhead .glyphicon:before {
  content: "\e080";
  content: "";
  width: 9px;
  height: 15px;
  background-image: url(/_ui/responsive/theme-officedepot/images/body-home/flecha-mob-menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  transform: rotate(90deg);
}
@media (max-width: 1024px) {
  .tabs .tabhead .glyphicon {
    padding-right: 20px;
  }
}
.tabs .tabhead.active .glyphicon:before {
  content: "\e114";
  content: "";
  width: 9px;
  height: 15px;
  background-image: url(/_ui/responsive/theme-officedepot/images/body-home/flecha-mob-menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  transform: rotate(-90deg);
}
.tabs .tabbody {
  border-top: unset;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
}
.tabs.tabs-responsive .tabhead {
  text-transform: uppercase;
  display: none !important;
  border-bottom-color: #cccccc;
}
.tabs.tabs-responsive .tabhead.active:focus {
  outline-color: transparent;
}
@media (max-width: 1023px) {
  .tabs.tabs-responsive .tabhead {
    display: table !important;
  }
  .tabs.tabs-responsive .tabhead {
    padding-bottom: 0;
  }
}
.tabs.tabs-accordion .tabs-list {
  display: none !important;
}
.tabs.tabs-accordion .tabhead {
  display: table !important;
  margin-bottom: 20px;
}
.languagecurrencycomponent {
  float: right !important;
}
.languagecurrencycomponent form {
  display: inline-block;
}
.languagecurrencycomponent form + form {
  margin-left: 10px;
}
.ui-helper-hidden-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.thumb .badges {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
}
.thumb .badges .badge {
  float: left;
  clear: left;
  margin-bottom: 10px;
}
.com-space > * {
  padding: 10px 0;
}
.flex-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-column > * {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.product-classifications .headline {
  font-weight: bold;
  padding: 10px;
}
.product-classifications table.table td.attrib {
  width: 50%;
}
.no-space {
  padding: 0 !important;
}
.no-space .yCmsComponent {
  padding: 0 !important;
}
.simple-responsive-banner-component a,
.banner__component--responsive a {
  display: block;
}
.simple-responsive-banner-component img,
.banner__component--responsive img {
  width: 100%;
  height: auto;
}
.error-page {
  text-align: center;
}
/*.back-link {
  padding: 20px 0px;
  padding-left: 30px;
  padding-right: 30px;
}*/
/*@media (max-width: 1024px) {
  .back-link {
    padding-left: 20px;
    padding-right: 20px;
  }
}*/
.back-link.border {
  border-bottom: 1px solid #cccccc;
}
.back-link button {
  padding: 0;
}
.back-link .glyphicon {
  border-radius: 0;
  padding-right: 10px;
  line-height: 16px;
  top: 4px;
}
.back-link .label {
  color: #3c3c3c;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  padding: 20px 0;
  margin: 0;
  padding-left: 10px;
  white-space: normal;
}
.back-link .label.border {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}
.back-link.product-details .label {
  font-weight: 600;
}
.pageType-CategoryPage .map img {
  min-width: 100%;
}
.searchEmptyPageMiddle-component {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .searchEmptyPageMiddle-component {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .product__listing.product__list .product__list--item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.searchSpellingSuggestionPrompt {
  padding-left: 20px;
  padding-right: 20px;
}
/*.results h1 {
  color: #3c3c3c;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  padding: 20px 0;
  margin: 0;
  margin-top: 20px;
  padding-left: 20px;
  padding-bottom: 0;
}*/
.results h1.border {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}

.product__listing .product__listing--promo {
  color: #3e5983;
  margin-bottom: 10px;
}
a.product__listing .product__listing--promo:hover,
a.product__listing .product__listing--promo:focus {
  color: #2e4160;
}
.product__listing .product__list--price-panel {
  text-align: right;
}
.product__listing .product__list--name {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 10px 106px;
  color: inherit;
}
.product__listing .product__listing--description {
  margin: 0 210px 0 106px;
}
.product__listing.product__list .product__list--item {
  padding: 20px 30px;
  border-top: 1px solid #d9d9d9;
}
.product__listing.product__list .product__list--item:nth-of-type(2n) {
  background-color: #f4f4f4;
}
.product__listing.product__list .product__list--thumb {
  float: left;
  margin-right: 10px;
  display: block;
}
.product__listing.product__list .product__list--price-panel {
  float: right;
  width: 200px;
}
.product__listing.product__list .ProductListComponent-ListPickUpInStoreAction,
.product__listing.product__list .ProductListComponent-ListAddToCartAction,
.product__listing.product__list .SearchResultsList-ListPickUpInStoreAction,
.product__listing.product__list .SearchResultsList-ListAddToCartAction {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.product__listing.product__list .ProductListComponent-ListOrderFormAction,
.product__listing.product__list .SearchResultsList-ListOrderFormAction {
  float: left;
  width: 50%;
  left: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

/*.product__listing.product__grid .product-item:first-child {
  margin-left: -1px;
}
.product__listing.product__grid .details {
  text-align: center;
  margin: 0 auto;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.product__listing.product__grid .details .name {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 10px;
  height: 70px;
  overflow: hidden;
  color: #3c3c3c;
}
.product__listing.product__grid .details .price {
  font-size: 18px;
}
.product__listing.product__grid .details .promo {
  color: #00a651;
  font-size: 0.875em;
  font-weight: bold;
}*/
.search-empty {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.search-empty .headline {
  margin-bottom: 20px;
}
.search-empty .search-suggestions {
  margin-bottom: 20px;
}
.product-category-page .product-categories .refine-bar {
  padding-bottom: 10px;
  padding-top: 10px;
}
.product-category-page .product-categories .pcp-prod,
.product-category-page .product-categories .pcp-banner {
  padding-left: 0;
  padding-right: 0;
}
.product-category-page .product-categories .pcp-banner .simple-responsive-banner-component,
.product-category-page .product-categories .pcp-banner .banner__component--responsive {
  margin-right: -20px;
}
.product-category-page .product-categories .pcp-banner {
  padding-top: 10px;
}

.product__facet .facet:last-child {
  margin: 0;
}

.left {
  float: left;
}
.right {
  float: right;
}
/*.mas-btnCategoria {
  padding: 7px;
  background-image: url(/_ui/responsive/theme-officedepot/images/grid/down-arrow.svg);
  background-repeat: no-repeat;
  background-position-y: bottom;
}*/

.product__facet .facet .facet__list .facet__list__mark {
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 0;
  border: .12em solid #cccccc;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  background: #ffffff;
  margin-right: 10px;
  margin-top: 2px;
}
.product__facet .facet .facet__list .facet__list__checkbox:checked + .facet__list__label .facet__list__mark {
  background-position-x: 0;
  background-position-y: 0;
  border: none;
  background-image: url(/_ui/responsive/theme-officedepot/images/grid/grid-2021/Checkbox_activo.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  border-radius: 0;
}

/*.product__facet .facet .facet__list .facet__list__checkbox:checked + .facet__list__label .facet__list__text {
  color: #333;
  font-family: Lato-Regular;
}*/
.product__facet .facet .facet__list .facet__list__checkbox:focus + .facet__list__label .facet__list__mark {
  border: 1px solid #0068b3;
  -webkit-box-shadow: inset 0 0  0 1px @check-box-bg;
  box-shadow: inset 0 0  0 1px @check-box-bg;
}

.product__facet .facet .facet__list .facet__list--hidden {
  display: none;
}

a.js-facet-change-link {
  font-family: Lato-bold;
}

.product__facet .facet .facet__form .input-group .btn .glyphicon-search {
  color: #3c3c3c;
  font-size: 17px;
  top: 0;
}
.product__facet .facet .facet__form .line-text {
  margin: 20px 0;
}
.product__facet .facet .facet__form__hidden {
  display: none;
}
@media (max-width: 1023px) {

  #colorbox .product__facet {
    display: block !important;
    margin-top: 20px;
  }

  .product__facet .facet .facet__name .facet__arrow {
    font-size: 0.75em;
    position: absolute;
    top: 17px;
    left: 30px;
  }
  .product__facet .facet .facet__name .facet__arrow:before {
    content: "\e080";
  }
  .product__facet .facet.active .facet__arrow:before {
    content: "\e114";
  }
  .product__facet .facet.active .facet__values {
    display: block;
  }
}
.sort-refine-bar .form-group select {
  width: auto;
}

.item__list {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}
.item__list .item__list--item {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}
.item__list .item__list--item:nth-child(4n+4) + li .add-to-cart-order-form-wrap,
.item__list .item__list--item:nth-child(4n+4) + li .add-to-cart-order-form-wrap:after {
  background-color: #f4f4f4;
}
.item__list .item__list--item:nth-child(4n+4) + li .add-to-cart-order-form-wrap .order-form-scroll.down {
  bottom: 0;
  z-index: 9999;
}
.item__list .item__list--item:last-child {
  padding-right: 30px;
}
.item__list .item__list--item .btn-group.open .dropdown-menu {
  padding: 0;
}
.item__list .item__list--item .btn-group.open .dropdown-menu li {
  margin: 0;
}
.item__list .item__list--item .btn-group.open .dropdown-menu li:first-child {
  border-bottom: 1px solid #e5e5e5;
}
.item__list .item__list--item .btn-group.open a {
  padding: 18px 35px 18px 25px;
}
.item__list .item__list--header {
  padding-left: 0;
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.item__list .item__list--header li {
  display: table-cell;
  background-color: #142939;
  color: #7f919e;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 7px 10px;
}
.item__list .item__list--header li:last-child {
  padding-right: 30px;
}
.item__list .item__toggle {
  font-size: 15px;
  width: 25px;
}
.item__list .item__toggle > * {
  cursor: pointer;
}
.item__list .item__toggle .open .glyphicon:before {
  content: "\e113";
}
.item__list .item__image {
  width: 136px;
  padding: 0 20px;
}
.item__list .item__image img {
  max-width: 96px;
}
.item__list .item__name {
  font-size: 16px;
  font-weight: 700;
}
.item__list .item__quantity {
  text-align: center;
}
.item__list .item__quantity .form-control {
  display: inline-block;
  width: 60px;
  height: 40px;
  text-align: center;
}
.item__list .item__delivery .item__delivery--label {
  text-transform: uppercase;
  color: #929292;
  font-weight: 700;
}
.item__list .item__total--column {
  text-align: right;
}
.item__list .item__total {
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  padding-left: 0;
}
.item__list .item__remove,
.item__list .item__menu {
  width: 45px;
  text-align: right;
}
.item__list .item__remove .btn,
.item__list .item__menu .btn {
  font-size: 25px;
  background-color: transparent;
  padding: 0;
  border: 0;
  color: #0068b3;
}
.item__list .item__remove .btn .glyphicon,
.item__list .item__menu .btn .glyphicon {
  top: 4px;
}
.item__list #cartOrderGridForm .product-grid-container table {
  background-color: #f4f4f4;
}
.item__list #cartOrderGridForm .product-grid-container table th {
  background-color: #e4e4e4;
  color: #3c3c3c;
}
.item__list .promo {
  font-size: 0.875em;
  font-weight: 700;
  color: #00a651;
}
.item__list .promo ul {
  padding-left: 0;
  list-style: none;
}
.item__list .out-of-stock {
  color: #ed1c24;
}
.item__list .read-only-grid .grid-row > td {
  border-bottom: 1px solid #d9d9d9;
}
.item__list .read-only-grid .grid-prod-img {
  width: 100px;
  padding: 25px 40px 20px 45px;
  vertical-align: top;
}
.item__list .read-only-grid .grid-prod-img + td {
  padding-bottom: 5px;
}
.item__list .read-only-grid .grid-variant,
.item__list .read-only-grid .grid-size {
  font-weight: 700;
}
.item__list .read-only-grid .grid-variant + .grid-variant:before,
.item__list .read-only-grid .grid-size + .grid-variant:before {
  content: "|";
  font-size: 15px;
  margin: 0 10px;
  width: 1px;
  color: #cccccc;
}
.item__list .read-only-grid .grid-prod-info {
  display: inline-block;
  padding-top: 0;
  padding-right: 40px;
}
.item__list .read-only-grid .grid-qty .grid-qty-label {
  font-size: 0.75em;
  text-transform: uppercase;
}
.item__list .read-only-grid .grid-price:before {
  content: "|";
  font-size: 15px;
  margin: 0 10px;
  width: 1px;
  color: #cccccc;
}
@media (max-width: 1023px) {
  .item__list {
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
  }
  .item__list .item__toggle .glyphicon {
    width: 50px;
    height: 50px;
  }
  .item__list .item__image {
    float: left;
    margin: 0;
  }
  .item__list .item__price .visible-xs {
    display: inline!important;
  }
  .item__list .item__remove,
  .item__list .item__menu {
    position: absolute;
    right: 10px;
    top: 8px;
    padding: 0;
    margin: 0;
  }
  .item__list .item__remove .btn,
  .item__list .item__menu .btn {
    text-align: center;
    width: 50px;
    height: 50px;
  }
  .item__list .item__total {
    float: right;
  }
  .item__list .item__quantity__total {
    clear: both;
    float: none;
    width: auto;
    padding-right: 20px;
  }
  .item__list .item__quantity__total > .details {
    cursor: pointer;
  }
  .item__list .item__quantity__total .qty {
    line-height: 42px;
    padding-top: 10px;
  }
  .item__list .item__quantity__total .qty:before,
  .item__list .item__quantity__total .qty:after {
    content: " ";
    display: table;
  }
  .item__list .item__quantity__total .qty:after {
    clear: both;
  }
  .item__list .item__quantity__total .qty:before,
  .item__list .item__quantity__total .qty:after {
    content: " ";
    display: table;
  }
  .item__list .item__quantity__total .qty:after {
    clear: both;
  }
  .item__list .item__quantity__total .qty label {
    float: left;
    margin: 0 10px 0 0;
  }
  .item__list .item__quantity__total .qty input {
    float: left;
    width: 70px;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 10px;
  }
  .item__list .item__quantity__total .qty .qtyValue {
    float: left;
  }
  .item__list .item__quantity__total .qty .glyphicon {
    float: right;
    line-height: 40px;
    padding-left: 5px;
  }
  .item__list .item__quantity__total .open .qty .glyphicon:before {
    content: "\e114";
  }
  .item__list #cartOrderGridForm .product-grid-container {
    font-size: 0.875em;
    margin: 0;
  }
  .item__list #cartOrderGridForm .product-grid-container .variant-detail {
    padding-left: 20px;
    padding-top: 10px;
  }
  .item__list #cartOrderGridForm .product-grid-container .variant-detail img {
    padding-right: 10px;
  }
  .item__list #cartOrderGridForm .product-grid-container .variant-select {
    padding-top: 22px;
    padding-right: 20px;
    vertical-align: top;
  }
  .item__list #cartOrderGridForm .product-grid-container > table {
    border-bottom: 1px solid #d9d9d9;
  }
  .item__list #cartOrderGridForm .product-grid-container > table tr td {
    border-bottom: none;
  }
  .item__list #cartOrderGridForm .product-grid-container .variant-summary {
    background-color: transparent;
  }
  .item__list #cartOrderGridForm .product-grid-container .variant-summary > td {
    padding: 0 20px 20px;
  }
  .item__list #cartOrderGridForm .product-grid-container .variant-summary .variant-summary-items {
    border: none;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .item__list #cartOrderGridForm .product-grid-container .variant-summary table tr td {
    padding: 0 10px 0 0;
  }
  .item__list #cartOrderGridForm .product-grid-container .variant-summary table tr td:last-child {
    padding: 0;
  }
  .item__list .read-only-grid .grid-prod-img {
    padding-left: 20px;
    padding-right: 30px;
  }
  .item__list .read-only-grid .grid-variant {
    display: block;
  }
  .item__list .read-only-grid .grid-variant + .grid-variant:before {
    content: none;
  }
  .item__list--item {
    position: relative;
  }
  .item__list--item > div {
    margin-left: 136px;
    padding: 0 80px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.account-orderdetail .item__list {
  clear: both;
  margin-top: 0;
}
.cart-header {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .cart-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cart-header.border {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}
.cart-header .cart-headline {
  color: #3c3c3c;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  padding: 20px 0;
  margin: 0;
  padding: 0px;
}
.cart-header .cart-headline.border {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}
.cart-header .cart__id--label {
  font-size: 18px;
  font-weight: 600;
  padding: 0 5px 0 10px;
}
.cart-header .cart__id--label:before {
  content: "|";
  position: relative;
  left: -2px;
  color: #929292;
  font-weight: 400;
  vertical-align: top;
}
.cart-header .cart__id--label .cart__id {
  padding-left: 5px;
}
.cart-top-bar {
  background: #f4f4f4;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .cart-top-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cart-top-bar a.help {
  font-size: 0.8em;
  position: relative;
  padding-right: 25px;
}
.cart-top-bar a.help .glyphicon {
  color: #0068b3;
  font-size: 1.5em;
  position: absolute;
  right: 0;
  top: -1px;
}
.cart-top-bar .help-popup-content-holder {
  display: none;
}
.cart-restoration-bar {
  background: #F2F4F7;
  margin-bottom: 20px;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .cart-restoration-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.help-popup-content strong {
  display: block;
  margin-bottom: 15px;
}
.cart__content {
  margin-left: -10px;
  margin-right: -10px;
}
.cart__top--totals {
  text-align: right;
  font-size: 15px;
  margin-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .cart__top--totals {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cart__top--totals .cart__top--amount {
  margin-left: 5px;
}
.cart__top--totals .cart__top--amount:before {
  content: "|";
  position: relative;
  left: -2px;
  color: #929292;
  font-weight: 400;
  top: -1px;
}
.cart__actions.border {
  border-bottom: 1px solid #e5e5e5;
}
.cart__actions,
.cart__actions--top {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 32px;
}
@media (max-width: 1024px) {
  .cart__actions,
  .cart__actions--top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.item__list__cart {
  margin-top: 15px;
  margin-bottom: 10px;
}
.item__list__cart .item__list--item {
  border-top: 1px solid #e5e5e5;
}
.item__list__cart .item__list--item .item__menu {
  overflow: visible;
}
.item__list__cart .item__list--item .item__menu .dropdown-menu {
  padding: 5px 0;
}
.item__list__cart .item__list--comment {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.item__list__cart .item__list--comment .item__comment {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .item__list__cart .item__list--comment .item__comment {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.item__list__cart .item__list--comment .item__comment textarea {
  min-height: inherit;
  resize: none;
  margin-bottom: 20px;
}
.item__list__cart .item__list--comment .item__comment--role {
  margin-top: 38px;
}
.item__list__cart .item__list--comment .item__comment--author {
  font-weight: bold;
}
.item__list__cart .item__quantity {
  text-align: left;
}
.item__list__cart .notification.has-error {
  padding: 0 30px;
  text-align: center;
  margin-top: 10px;
}
.item__list__cart .item__configurations {
  margin: 10px 0;
}
@media (max-width: 480px) {
  .item__list__cart .item__configuration--entry {
    margin-bottom: 5px;
  }
}
.item__list__cart .item__configurations--edit .btn {
  padding-left: 0;
}
.item__list__cart .item__configurations--edit .btn:hover {
  color: #003c66;
}
.cart__head--link:after {
  content: "|";
  position: relative;
  left: 5px;
  color: #929292;
  font-weight: 400;
  vertical-align: top;
}
.cart__head--link:first-child:after {
  content: "";
  position: relative;
  left: 0px;
  color: #929292;
  font-weight: 400;
  vertical-align: top;
}
.save__cart--link,
.new__cart--link,
.cart__quotes--link {
  text-align: right;
  margin-top: 12px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
  float: right;
  padding: 0 5px;
}
@media (max-width: 1023px) {
  .save__cart--link,
  .new__cart--link,
  .cart__quotes--link {
    text-align: left;
  }
}
.export__cart--link {
  text-align: left;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  white-space: nowrap;
  color:#333;
}
@media (max-width: 1024px) {
  .export__cart--link {
    padding-left: 7px;
    padding-right: 20px;
  }
}

.cart-totals {
  font-size: 18px;
  line-height: 2em;
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .cart-totals {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cart-totals .cart-totals-left {
  padding-left: 50px;
}
.cart-totals .cart-totals-right {
  font-weight: bold;
  padding-left: 0;
  padding-right: 60px;
}
.cart-totals .cart-price {
  font-weight: bold;
}
.cart-totals .discount {
  color: #00a651;
}
.cart-totals .grand-total {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.3em;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cart-totals .cart-totals-taxes {
  clear: both;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.5em;
  padding-right: 60px;
  padding-left: 55px;
}
.express-checkout {
  padding: 20px 40px;
  margin: 20px 0;
}
.express-checkout .headline {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.express-checkout ul {
  margin-top: 5px;
}
.express-checkout ul li {
  list-style-type: disc;
}
.cartpotproline,
.cartproline {
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}
@media (max-width: 1024px) {
  .cartpotproline,
  .cartproline {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cartpotproline .info,
.cartproline .info {
  font-size: 0.875em;
}
.error-details-section .action {
  text-align: center;
  margin: 10px 0;
}
.doFlowSelectedChange,
#selectPciOption {
  margin-top: 20px;
}
#addToCartLayer .cart_popup_error_msg {
  font-size: 0.8em;
  margin-top: 5px;
  text-align: center;
}
#addToCartLayer .cart_popup_error_msg.errorMsg-extendedPickUpInStoreForm {
  font-size: 12px;
}
.content__empty .content {
  margin: 0 auto;
  width: 50%;
}
.mini-cart .mini-cart-body:before,
.mini-cart .mini-cart-body:after {
  content: " ";
  display: table;
}
.mini-cart .mini-cart-body:after {
  clear: both;
}
.mini-cart .mini-cart-body:before,
.mini-cart .mini-cart-body:after {
  content: " ";
  display: table;
}
.mini-cart .mini-cart-body:after {
  clear: both;
}
.mini-cart .mini-cart-body .legend {
  margin-bottom: 10px;
  font-family: Lato-Regular;
}
.mini-cart .mini-cart-body .legend a {
  float: right;
}
.mini-cart .mini-cart-body .mini-cart-list {
  padding-left: 0;
  list-style: none;
}
.mini-cart .mini-cart-body .mini-cart-list li + li {
  margin-top: 10px;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item:before,
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item:after {
  content: " ";
  display: table;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item:after {
  clear: both;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item:before,
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item:after {
  content: " ";
  display: table;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item:after {
  clear: both;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .thumb {
  float: left;
  margin-right: 10px;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details {
  margin-left: 75px;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .name {
  color: #333;
  font-family: Lato-bold;
}
.itemPickup .itemPickupLabel {
  font-family: Lato-black;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .price {
  text-align: right;
  font-family: Lato-Bold;
  color: #ff0033;
}
.mini-cart .mini-cart-body .mini-cart-totals {
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
  margin: 10px 0 30px;
  padding: 10px;
}
.mini-cart .mini-cart-body .mini-cart-totals .key {
  float: left;
  font-family: Lato-Black;
}
.mini-cart .mini-cart-body .mini-cart-totals .value {
  text-align: right;
  font-family: Lato-Black;
  color: #ff0033;
}
.mini-cart .mini-cart-body .mini-cart-checkout-button {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#quoteForm .form__actions {
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  #quoteForm .form__actions {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cart__quote__edit .quote__head {
  color: #ffffff;
  background-color: #142939;
  padding: 20px 0;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .cart__quote__edit .quote__head {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cart__quote__edit .quote__head .quote__head--label {
  color: #7f919e;
  font-size: 15px;
  margin-bottom: 0;
}
.cart__quote__edit .quote__head .label__value {
  display: inline-block;
}
.cart__quote__edit .quote__head .glyphicon {
  font-size: 30px;
  position: absolute;
  height: 30px;
  line-height: 20px;
}
.cart__quote__edit .quote__head .quote__head--title {
  font-size: 15px;
  text-transform: uppercase;
  margin-left: 33px;
  display: inline-block;
}
#quoteFormDiv {
  background: #f4f4f4;
  padding-top: 25px;
}
#quoteFormDiv label {
  color: #3c3c3c;
  font-size: 0.875em;
  font-weight: bold;
}
.quote__comments--wrapper {
  padding-top: 20px;
  padding-bottom: 50px;
}
.quote__form--section {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .quote__form--section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
textarea.quote__comments--textarea {
  min-height: 100px;
  max-width: 100%;
  width: 100%;
}
.quote__comments__header {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875em;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .quote__comments__header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.quote__comments__header .quote__comments--toggle {
  background: none;
  border: none;
}
.quote__comments__header .quote__comments--toggle.collapsed:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
}
.quote__comments__header .quote__comments--toggle:after {
  font-family: 'Glyphicons Halflings';
  content: "\e113";
  position: relative;
  top: 2px;
}
.quote__comments {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .quote__comments {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.quote__comments .quote__comments--header {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875em;
  margin-bottom: 20px;
}
#quoteFormDiv .quote__comments {
  margin-top: 0;
}
.quote__comments .quote__comments--time {
  font-weight: bold;
}
.quote__comments .quote__comments--role {
  font-weight: bold;
}
.quote__comments .quote__comments--comment {
  word-break: break-all;
}
.pickup-component .find-store-display:before,
.pickup-component .find-store-display:after {
  content: " ";
  display: table;
}
.pickup-component .find-store-display:after {
  clear: both;
}
.pickup-component .find-store-display:before,
.pickup-component .find-store-display:after {
  content: " ";
  display: table;
}
.pickup-component .find-store-display:after {
  clear: both;
}
.pickup-component .find-store-display .store-navigation {
  float: left;
  width: 100%;
  border-right: 1px solid #0068b3;
}
.pickup-component .find-store-display .store-navigation .pickup-product {
  display: none;
  height: 56px;
  display: table;
  width: 100%;
  font-size: 0.8em;
  font-weight: bold;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.pickup-component .find-store-display .store-navigation .pickup-product .thumb,
.pickup-component .find-store-display .store-navigation .pickup-product .name,
.pickup-component .find-store-display .store-navigation .pickup-product .price {
  height: 56px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.pickup-component .find-store-display .store-navigation .pickup-product .thumb {
  width: 56px;
  padding: 10px;
}
.pickup-component .find-store-display .store-navigation .pickup-product .thumb img {
  height: 100%;
  width: 100%;
}
.pickup-component .find-store-display .store-navigation .pickup-product .price {
  padding: 0 10px;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product {
  height: 56px;
  display: table;
  border-bottom: 1px solid #ddd;
  width: 100%;
  font-size: 0.8em;
  overflow: hidden;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar {
  height: 56px;
  display: table-cell;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group {
  border: 1px solid #cccccc;
  width: 100%;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group-btn {
  vertical-align: top;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group .form-control {
  border: 0 none;
  height: 42px;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group .btn {
  box-shadow: none !important;
  height: 42px;
  margin-right: 13px;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group .btn .glyphicon {
  top: 0;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .near-me {
  height: 56px;
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
  display: none;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .near-me .near-store span {
  margin-right: 10px;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager {
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  background: #fff;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager:before,
.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
  content: " ";
  display: table;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
  clear: both;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager:before,
.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
  content: " ";
  display: table;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
  clear: both;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager .prev {
  float: left;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager .next {
  float: right;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager .position {
  text-align: center;
}
.pickup-component .find-store-display .display-details {
  float: left;
  position: relative;
  overflow: hidden;
}
.pickup-component .find-store-display .display-details .store-image {
  float: right;
  width: 150px;
}
.pickup-component .find-store-display .display-details .store-image img {
  width: 100%;
  height: auto;
}
.pickup-component .find-store-display .display-details .distance {
  text-align: right;
  margin-top: 10px;
}.pickup-store-list-entry-name:before
 .pickup-component .find-store-display .display-details .store-info .address {
   color: #777777;
 }
.pickup-component .find-store-display .display-details .store-links {
  margin: 10px 0;
}
.pickup-component .find-store-display .display-details .store-links a {
  display: block;
}
.pickup-component .find-store-display .display-details .store-openings .title {
  font-weight: bold;
}
.pickup-component .find-store-display .display-details .store-openings dl dt {
  text-align: left;
  float: left;
  font-weight: initial;
  width: 53px;
}
.store-openings dl.dl-horizontal.js-store-openings {
  margin: initial;
}
.pickup-component .find-store-display .display-details .pickup-product {
  width: 100%;
  font-weight: bold;
  font-size: 14px;
}
.pickup-component .find-store-display .display-details .pickup-product .variants {
  height: 30px;
  margin-top: -30px;
  padding: 5px 10px;
  font-weight: normal;
}
.pickup-component .find-store-display .display-details .pickup-product .variants span:after {
  content: ", ";
}
.pickup-component .find-store-display .display-details .pickup-product .variants span:last-child:after {
  content: "";
}
.pickup-component .find-store-display .display-details .pickup-product .thumb {
  float: left;
  width: 112px;
  padding: 10px;
}
.pickup-component .find-store-display .display-details .pickup-product .thumb img {
  height: 100%;
  width: auto;
}
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .name,
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price {
  vertical-align: middle;
  overflow: hidden;
}
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .name {
  font-weight: normal;
  width: 100%;
}
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price {
  padding: 0 10px;
  text-align: right;
}
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price .stock {
  white-space: nowrap;
}
.pickup-component .find-store-display .display-details .pickup-product .action {
  height: 70px;
  padding: 10px;
  text-align: right;
}
.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group {
  width: 142px;
}
.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group input {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  height: 42px;
}
button.btn.btn-primary.js-add-to-cart-for-pickup-popup {
  margin: auto;
  display: block;
  float: initial;
}
.pickup-component .find-store-display .display-details .pickup-product .cnt-product {
  position: relative;
  float: left;
}
.pickup-component .find-store-display .display-details .pickup-product .picture {
  width: 20%;
  padding: 10px;
}
.pickup-component .find-store-display .display-details .pickup-product .picture img {
  width: 100% !important;
  height: auto !important;
  max-width: 50px;
  margin: auto;
  display: block;
}
.pickup-component .find-store-display .display-details .pickup-product .cnt-product .desc {
  display: inline-block;
  position: relative;
  float: left;
}
.pickup-component .find-store-display .display-details .pickup-product .info-product {
  width: 70%;
}
.pickup-component .find-store-display .display-details .pickup-product .cant {
  width:40%;
}
.pickup-component .find-store-display .display-details .pickup-product .info-product .name-product {
  width: 65%;
}
.pickup-component .find-store-display .display-details .pickup-product .info-product .price-product {
  width: 35%;
  padding: 0;
  text-align: center;
}
.pickup-component .find-store-display .display-details .pickup-product .info-product .price-product .price-desc {
  color: #ff0033;
  font-family: Lato-Bold;
}
.pickup-component .find-store-display .display-details .pickup-product .cnt-product .input-group .input-group-btn button {
  width: 30px;
  border: 1px solid #ccc;
  margin-left: -4px;
  background-color: #fff;
  color: #333;
}
.pickup-component .find-store-display .display-details .pickup-product .cnt-product .input-group input {
  height: 40px;
  width: 100%;
}
.pickup-component .pickup-store-list {
  padding-left: 0;
  list-style: none;
  height: 280px;
  overflow: hidden;
  margin: 0;
  position: relative;
  background-color: #fff;
  z-index: 1;
  border-radius: 15px
}
.pickup-component .pickup-store-list li.loading {
  height: 56px;
  background: #f2f4f7;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #0068b3;
  text-align: center;
  line-height: 56px;
}
.pickup-component .pickup-store-list li.loading .glyphicon {
  color: #0068b3;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.txt-msgNoStoreFound.notfound-result-stores,
.txt-msgNoStoreFoundNoGps.notfound-result-stores,
.js-no-resultSearch.notfound-result-stores,
.resultSearch.notfound-result-stores {
  background: #FFF;
  width: 80%;
  padding: 10px;
  position: absolute;
  z-index: 3000;
  left: 50%;
  -moz-transform: translate(-50%,-100%);
  -webkit-transform: translate(-50%,-100%);
  transform: translate(-50%,-100%);
  -moz-box-shadow: 0 0 5px 3px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,.15);
  box-shadow: 0 0 5px 3px rgba(0,0,0,.15);
}
.txt-msgNoStoreFound.notfound-result-stores .leyend,
.txt-msgNoStoreFoundNoGps.notfound-result-stores .leyend,
.js-no-resultSearch.notfound-result-stores .leyend,
.resultSearch.notfound-result-stores .leyend {
  font-family: Lato-Bold;
  font-size: 0.85em;
  text-align: center;
  padding-left: 40px;
  display: inline-block;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #FF0033;
  background-image: url(/_ui/responsive/common/images/Alerta-02.svg);
  background-position-x: left;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position-y: center;
}
@media all and (max-width: 639px) {
  .txt-msgNoStoreFound.notfound-result-stores,
  .txt-msgNoStoreFoundNoGps.notfound-result-stores,
  .js-no-resultSearch.notfound-result-stores,
  .resultSearch.notfound-result-stores {
    width: 90%;
  }
  .txt-msgNoStoreFound.notfound-result-stores .leyend,
  .txt-msgNoStoreFoundNoGps.notfound-result-stores .leyend,
  .js-no-resultSearch.notfound-result-stores .leyend,
  .resultSearch.notfound-result-stores .leyend {
    font-size: 2.7vw;
    padding-left: 8vw;
    background-size: 7vw;
  }
}
.pickup-component .pickup-store-list .pickup-store-list-entry {
  height: 93.333333px;
  font-size: 13px;
}
.pickup-component .pickup-store-list .pickup-store-list-entry input {
  display: none;
}
.pickup-component .pickup-store-list .pickup-store-list-entry label {
  margin: 0;
  height: 100%;
  padding: 0 10px 0 10px;
  display: table;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-info {
  display: table-cell;
  vertical-align: middle;
  width: 54%;
  line-height: 14px;
  padding-right: 6px;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-info .texto-turquesa{
  color:#41CACD;
  font-family: Lato-BoldItalic;
  font-size: 0.75em;
  line-height: 1em;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-info .texto-naranja{
  color: #FF9500;
  font-family: Lato-BoldItalic;
  font-size: 0.75em;
  line-height: 1em;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-list-entry-name {
  display: block;
  line-height: 1;
  font-family: Lato-Bold;
  margin-left: -10px;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-list-entry-city {

}
.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability {
  display: table;
  height: 100%;
  width: 100%;
  border-left: 1px solid #ddd;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability .resultStock ,
.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability .negative{
  font-size: 0.938em;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 10px;
  text-align: left;
  white-space: nowrap;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability .available-text {
  font-size: 1em;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability .openings {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 15px;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability .openings .title {
  font-size: 0.75em;
  font-family: Lato-Bold;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability .openings .ops {
  font-size: 0.65em;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability .info-icons {
  display: table-cell;
  width: 40px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.cnt-gps-image {
  width: 20px;
  height: 20px;
  background-image: url("/_ui/responsive/common/images/GPS_Anterior.svg");
  background-repeat: no-repeat;
}
.inline-layer {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.9s ease-out;
  -o-transition: 0.9s ease-out;
  transition: 0.9s ease-out;
}
.inline-layer.open {
  height: auto !important;
}
@media (max-width: 1023px) {
  .pickup-component .qty-selector input {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 60px;
  }
  .pickup-component .action {
    padding-top: 0 !important;
  }
}
.pickup-component .display-details .store-tabs {
  position: relative;
  height: 188px;
}
.pickup-component .display-details .store-tabs .tabs-list {
  padding-left: 0;
  list-style: none;
  background-image: linear-gradient(to right, #eee 0%, #ffffff 8px);
  position: absolute;
  right: 0;
  top: 10px;
  padding: 10px 0;
  z-index: 1;
}
.pickup-component .display-details .store-tabs .tabs-list .current-info {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.pickup-component .display-details .store-tabs .tabs-list:before,
.pickup-component .display-details .store-tabs .tabs-list:after {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 10px;
  left: 0;
  width: 100%;
}
.pickup-component .display-details .store-tabs .tabs-list:before {
  top: 0;
  background-image: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
}
.pickup-component .display-details .store-tabs .tabs-list:after {
  bottom: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
.pickup-component .display-details .store-tabs .tabs-list li {
  margin: 5px 0;
  border: 1px solid transparent;
  border-left: 0;
  color: #999;
  position: relative;
}
.pickup-component .display-details .store-tabs .tabs-list li a {
  color: inherit;
  font-size: 18px;
  padding: 5px 10px;
  display: block;
  border-left: 2px solid transparent;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.pickup-component .display-details .store-tabs .tabs-list li.active {
  border-left: 0;
  background: #fff;
  color: #333;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  border-right: 2px solid #ff0033;
}
.pickup-component .display-details .store-tabs .tabs-list li.active a {
  border-left: 2px solid transparent !important;
}
.pickup-component .display-details .store-tabs .tabs-list li a:hover,
.pickup-component .display-details .store-tabs .tabs-list li a:focus {
  color: #333;
  border-left: 2px solid #0068b3;
}
.pickup-component .display-details .store-tabs .tabs-list li a:hover:before,
.pickup-component .display-details .store-tabs .tabs-list li a:focus:before {
  display: block;
  content: attr(aria-label);
  width: auto;
  height: 20px;
  line-height: 20px;
  background: #0068b3;
  position: absolute;
  top: 0;
  left: -10px;
  margin: 6px 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  font-size: 0.75em;
  padding: 0 5px;
  color: #fff;
  white-space: nowrap;
  z-index: 100;
}
.pickup-component .display-details .store-tabs .tabs-list li a:hover:after,
.pickup-component .display-details .store-tabs .tabs-list li a:focus:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #0068b3;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  margin: 6px 0;
  -webkit-transform: translate(-100%, 5px);
  -ms-transform: translate(-100%, 5px);
  -o-transform: translate(-100%, 5px);
  transform: translate(-100%, 5px);
}
.pickup-component .display-details .store-tabs .content {
  overflow: auto;
  height: 100%;
}
.pickup-component .display-details .store-tabs .tabhead {
  display: none;
}
.pickup-component .display-details .store-tabs .pickup-map {
  height: 178px;
}
.addressbook-component {
  border: 1px solid #eee;
  padding: 0;
  margin: 140px 0;
}
.addressbook-component .addressbook-header {
  background: #eee;
  position: relative;
  border-bottom: 1px solid #0068b3;
  padding: 10px;
  height: 56px;
  display: table;
  width: 100%;
}
.addressbook-component .addressbook-header .headline {
  line-height: 16px;
  font-weight: bold;
  font-size: 0.8em;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.addressbook-component .addressbook-header .headline .back-to-storelist {
  display: none;
}
.addressbook-component .addressbook-header .close-addressbook {
  display: table-cell;
}
.addressbook-component .find-address-display:before,
.addressbook-component .find-address-display:after {
  content: " ";
  display: table;
}
.addressbook-component .find-address-display:after {
  clear: both;
}
.addressbook-component .find-address-display:before,
.addressbook-component .find-address-display:after {
  content: " ";
  display: table;
}
.addressbook-component .find-address-display:after {
  clear: both;
}
.addressbook-component .find-address-display .address-navigation {
  float: left;
  width: 50%;
  border-right: 1px solid #0068b3;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  border-top: 1px solid #DDDDDD;
  margin-top: -1px;
  background: #fff;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager:before,
.addressbook-component .find-address-display .address-navigation .address-navigation-pager:after {
  content: " ";
  display: table;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager:after {
  clear: both;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager:before,
.addressbook-component .find-address-display .address-navigation .address-navigation-pager:after {
  content: " ";
  display: table;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager:after {
  clear: both;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager .prev {
  float: left;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager .next {
  float: right;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager .position {
  text-align: center;
  margin: 0 80px;
}
.addressbook-component .find-address-display .display-details {
  float: left;
  width: 50%;
}
.addressbook-component .find-address-display .display-details .address-details {
  padding: 10px;
  height: 252px;
  overflow: hidden;
}
.addressbook-component .find-address-display .display-details .address-actions {
  height: 56px;
  width: 100%;
  font-weight: bold;
  border-top: 1px solid #ddd;
  padding: 10px 10px;
  position: relative;
}
.addressbook-component .find-address-display .display-details .address-actions .set-default {
  position: absolute;
  top: -50px;
  right: 10px;
}
.addressbook-component .address-list {
  padding-left: 0;
  list-style: none;
  height: 280px;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.addressbook-component .address-list .address-list-entry {
  height: 56px;
  overflow: hidden;
}
.addressbook-component .address-list .address-list-entry input {
  display: none;
}
.addressbook-component .address-list .address-list-entry label {
  margin: 0;
  height: 100%;
  font-size: 0.8em;
  padding: 0 0 0 10px;
  display: table;
  width: 100%;
  cursor: pointer;
  position: relative;
  background: #eee;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.addressbook-component .address-list .address-list-entry label:hover {
  background: #f2f2f2;
}
.addressbook-component .address-list .address-list-entry .address-info {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.addressbook-component .address-list .address-list-entry .address-info .inner {
  max-height: 56px;
  overflow: hidden;
  display: block;
}
.addressbook-component .address-list .address-list-entry .address-list-entry-name {
  display: block;
}
.addressbook-component .address-list .address-list-entry .address-list-entry-city {
  display: block;
  font-weight: normal;
}
.addressbook-component .address-list .address-list-entry .address-actions {
  display: table;
  height: 100%;
  width: auto;
}
.addressbook-component .address-list .address-list-entry .address-actions span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
  text-align: center;
}
.inline-layer {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.9s ease-out;
  -o-transition: 0.9s ease-out;
  transition: 0.9s ease-out;
}
.inline-layer.open {
  height: auto !important;
}
@media (max-width: 1023px) {
  .addressbook-component {
    overflow: hidden;
  }
  .addressbook-component .find-address-display {
    width: 200%;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .addressbook-component .find-address-display .address-navigation {
    width: 50%;
    border: 0;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry input:checked + label {
    background: #0068b3;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry input:checked + label .address-info {
    color: #fff;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry input:checked + label .address-actions {
    color: #fff;
  }
}
.login-page__headline,
.user-register__headline {
  color: #3c3c3c;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  padding: 20px 0;
  margin: 0;
}
.login-page__headline.border,
.user-register__headline.border {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}
form .forgotten-password {
  margin-bottom: 25px;
}
.forgotten-password.alert {
  padding-left: 0;
  padding-right: 0;
}
.forgotten-password .description {
  margin-bottom: 10px;
}

.forgottenPwd .description {
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: Lato-Light;
}

.forgotten_title {
  font-family: Lato-Regular;
}

#colorbox .forgotten-password .btn-primary {
  margin-top: 35px;
}
.register-form-action,
.login-form-action {
  margin-top: 35px;
}
.forgotten-password + .login-form-action {
  margin-top: 0;
}
.alert-dismissable .close,
.alert-dismissible .close {
  right: 0;
}
.register__container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .register__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.checkout-login {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .checkout-login {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.checkout-login .headline.border {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}
.checkout-login .btn.btn-block + .btn.btn-block {
  margin-top: 10px;
}
.CSSpwdPreview {
  position: absolute;
  width: 38px;
  height: 25px;
  top: 0;
  bottom: 36px;
  right: 32px;
  margin: auto;
  background-color: transparent !important;
  background-image: url(/_ui/responsive/theme-officedepot/images/login/ContrasenaInvisible_Gris.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.CSSpwdPreview.active {
  background-image: url(/_ui/responsive/theme-officedepot/images/login/ContrasenaVisible_Gris.svg);
}
.CSSpwdPreview:disabled {
  opacity: 0;
  visibility: hidden;
}
.checkout__new-account {
  text-align: center;
  background-color: #f4f4f4;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0 55px;
}
.checkout__new-account .accountActions-bottom {
  margin-top: 35px;
}
.checkout__new-account__headling {
  font-size: 24px;
  font-weight: bold;
}
.checkout__new-account__form {
  text-align: left;
  margin-top: 25px;
}
.checkout-headline {
  color: #3c3c3c;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  padding: 20px 0;
  margin: 0;
  padding-left: 30px;
}
.checkout-headline.border {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .checkout-headline {
    padding-left: 20px;
  }
}
.checkout-headline span {
  color: #cccccc;
  margin-right: 5px;
  top: 2px;
}
.checkout-summary-headline {
  color: #3c3c3c;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  padding: 20px 0;
  margin: 0;
  padding-right: 30px;
}
.checkout-summary-headline.border {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .checkout-summary-headline {
    padding-right: 20px;
  }
}
.checkout-summary-headline span {
  color: #cccccc;
  margin-right: 5px;
  top: 2px;
}
.checkout-body-styling {
  padding: 30px 20px 15px;
  border: 1px solid #cccccc;
  border-top: 0;
}
.checkout-steps .step-head {
  border-bottom: 1px dotted #cccccc;
  position: relative;
  display: table;
  width: 100%;
  height: 49px;
}
.checkout-steps .step-head:before {
  position: absolute;
  left: 3px;
  top: 0;
  width: 50px;
  text-align: center;
  line-height: 49px;
}
.checkout-steps .step-head + .step-head {
  margin-top: 10px;
}
.checkout-steps .step-head.active {
  color: #333;
  font-family: Lato-bold;
}
.checkout-steps .step-head.active .title:after {
  content: " ";
  background-image: url(/_ui/responsive/theme-officedepot/images/checkout/menos.svg);
  padding: 10px;
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: center;
  color: #ff0044;
  float: right;
}
.checkout-steps .step-head .title {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}
.checkout-steps .step-head .edit {
  color: #999;
  font-size: 20px;
  display: table-cell;
  vertical-align: top;
}
.checkout-steps .step-body .step-body-form {
  padding: 30px 20px 15px;
  border: 1px solid #cccccc;
  border-top: 0;
}
.checkout-steps .step-body .step-body-form .radiobuttons_paymentselection {
  margin-bottom: 5px;
}
.checkout-steps .step-body .checkout-next {
  margin: 30px 0;
}
.checkout-steps .step-body hr {
  margin: 0 -20px;
  border-color: #cccccc;
}
.checkout-steps .step-body .checkout-indent .headline {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .checkout-steps {
    padding-left: 20px;
  }
}
.checkout-shipping {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
}
.checkout-shipping .checkout-shipping-items .checkout-shipping-items-header {
  text-transform: uppercase;
  padding: 25px 0 10px 0;
  font-size: 16px;
  font-weight: 700;
}
.checkout-shipping .checkout-shipping-items > div {
  padding-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkout-shipping .checkout-shipping-items ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.checkout-shipping .checkout-shipping-items ul li {
  padding-top: 6px;
  line-height: 18px;
}
.checkout-shipping .checkout-shipping-items ul li:first-child {
  padding-top: 1px;
}
.checkout-shipping .checkout-shipping-items ul li .name {
  font-weight: 700;
}
.checkout-shipping .simplify-pickup-locations {
  background: #f2f4f7;
  padding: 10px;
}
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header {
  background: #b3bfd0;
  padding: 10px;
  line-height: 35px;
  margin: -10px -10px 10px -10px;
}
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:before,
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
  content: " ";
  display: table;
}
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
  clear: both;
}
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:before,
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
  content: " ";
  display: table;
}
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
  clear: both;
}
.checkout-shipping .simplify-pickup-locations ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.checkout-shipping .simplify-pickup-locations ul li + li {
  border-top: 1px solid #b3bfd0;
}
.checkout-shipping .simplify-pickup-locations ul a {
  color: #3c3c3c;
  background: #fff;
  display: block;
  padding: 10px;
  text-decoration: none;
}
@media (max-width: 1399px) {
  .checkout-shipping .checkout-shipping-items .qty {
    text-align: right;
  }
  .checkout-shipping .checkout-shipping-items .checkout-pickup-items {
    padding-bottom: 0;
  }
}
.checkout-paymentmethod {
  padding: 30px 20px 15px;
  border: 1px solid #cccccc;
  border-top: 0;
  padding-top: 0;
}
.step-body .checkout-paymentmethod hr {
  margin-top: 25px;
}
#addressbook,
#savedpayments,
#savedpaymentsbody {
  display: none;
  padding-bottom: 20px;
}
#colorbox #addressbook,
#colorbox #savedpayments,
#colorbox #savedpaymentsbody {
  display: block;
}
#addressbook ul,
#savedpayments ul,
#savedpaymentsbody ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
#addressbook ul li,
#savedpayments ul li,
#savedpaymentsbody ul li {
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .checkout-order-summary {
    padding-right: 20px;
  }
}
.checkout-order-summary .checkout-order-summary-list {
  padding-left: 0;
  list-style: none;
}
.checkout-order-summary .checkout-order-summary-list li {
  padding: 20px;
}
.checkout-order-summary .checkout-order-summary-list li:before,
.checkout-order-summary .checkout-order-summary-list li:after {
  content: " ";
  display: table;
}
.checkout-order-summary .checkout-order-summary-list li:after {
  clear: both;
}
.checkout-order-summary .checkout-order-summary-list li:before,
.checkout-order-summary .checkout-order-summary-list li:after {
  content: " ";
  display: table;
}
.checkout-order-summary .checkout-order-summary-list li:after {
  clear: both;
}
.checkout-order-summary .checkout-order-summary-list li:nth-child(2n + 3) {
  background-color: #f4f4f4;
}
.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading {
  background-color: #eee !important;
  color: #333;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  font-family: Lato-bold;
  text-transform: uppercase;
}
.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading > div {
  float: left;
}
.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading .title {
  font-weight: 700;
  padding-right: 5px;
}
.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading .address {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 85%;
}
.checkout-order-summary .checkout-order-summary-list .thumb img {
  width: 100%;
  height: auto;
}
.checkout-order-summary .checkout-order-summary-list .price {
  color: #ff0033;
  font-size: 0.75em;
}
.checkout-order-summary .checkout-order-summary-list .details .name {
  font-size: 0.75em;
  color: #333;
}
.checkout-order-summary .checkout-order-summary-list .details .name a {
  color: #333;
}
.checkout-order-summary .checkout-order-summary-list .thumb .qty  {
  font-size: 0.7em;
  position: absolute;
  top: 0;
  right: 10px;
  width: 15px;
  background-color: #ff0033;
  height: 15px;
  text-align: center;
  border-radius: 199px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  color: #fff;
  font-family: Lato-Regular;
}
.checkout-order-summary .checkout-order-summary-list .updateQuantityProduct-toggle {
  float: right;
}
.checkout-order-summary .checkout-order-summary-list .stock-status {
  clear: both;
  padding: 10px 0;
  font-size: 0.8em;
}
@media (max-width: 1023px) {
  .checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading .address {
    width: 100%;
  }
}
.checkout-order-summary .subtotals .subtotal,
.checkout-order-summary .subtotals .shipping,
.checkout-order-summary .subtotals .subtotals__item--state-discount,
.checkout-order-summary .subtotals .tax,
.checkout-order-summary .subtotals .totals {
}
.checkout-order-summary .subtotals .subtotal span,
.checkout-order-summary .subtotals .shipping span,
.checkout-order-summary .subtotals .subtotals__item--state-discount span,
.checkout-order-summary .subtotals .tax span,
.checkout-order-summary .subtotals .totals span {
  float: right;
  font-weight: 600;
}
.checkout-order-summary .subtotals .totals {
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px dotted #ccc;
  padding: 20px 5px 20px 5px;
  font-family: Lato-black;
}
.checkout-order-summary .subtotals .realTotals {
  padding-bottom: 15px;
  font-size: 0.7em;
}
.subtotals__item--state-discount {
  border-top:1px dotted #ccc;
  font-size: 0.7em;
  padding: 20px 10px 15px 10px;

}
.label-spacing {
  padding-right: 5px;
}
.checkout-review {
  padding: 30px 20px 15px;
  border: 1px solid #cccccc;
  border-top: 0;
}
.checkout-review .checkout-order-summary .subtotals {
  font-size: 0.7em;
  margin-top: 0;
}
.place-order-form .checkbox {
  margin: 25px 0 40px;
}
.place-order-form .checkbox label {
  font-size: 0.875em;
  color: #3c3c3c;
  text-transform: none;
}
.btn-close-terms-and-conditions {
  margin: 30px 0;
}
.checkout-help {
  text-align: center;
  font-size: 15px;
  padding: 10px;
}
.checkout-success {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .checkout-success {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.checkout-success__body {
  margin: 30px 0 55px;
  text-align: center;
}
.checkout-success__body__headline {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.termsAndConditions-section {
  padding-bottom: 20px;
}
label.terms {
  margin: 15px 0;
}
fieldset#cardDate > .control-label,
fieldset#startDate > .control-label {
  font-weight: bold;
  margin-bottom: 5px;
}
fieldset#cardDate .form-group .control-label,
fieldset#startDate .form-group .control-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid .grid-row {
  border-top: 1px solid #e5e5e5;
}
.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid .grid-row:nth-child(2n+2) {
  background: #f4f4f4;
}
.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid .grid-prod-info {
  display: inline-block;
}
.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td {
  padding: 10px 10px 15px;
  vertical-align: top;
}
.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td > span {
  display: block;
}
.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td.grid-prod-img {
  padding-left: 40px;
}
.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-variant,
.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-size {
  font-weight: bold;
  min-width: 80px;
}
.page-multiStepCheckoutSummaryPage #colorbox.read-only-grid td .grid-variant {
  display: block;
  font-size: 16px;
}
.checkout-order-summary .checkout-coupon-list {
  padding: 30px 0;
  border-bottom: 1px solid #cccccc;
}
.coupon-list__headline {
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
}
.coupon-list {
  padding-left: 0;
  list-style: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.coupon-code {
  text-transform: uppercase;
}
.cart-voucher #js-voucher-code-text {
  width: 100%;
  border: none;
  border-bottom: 1px solid #84A734;
  font-size: 1.2em;
  margin-bottom: 8px;
  height: 30px;
  padding: 5px 12px;
}
.cart-voucher #accordion .card {
  border-bottom: 1px solid #C9C9C9;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cart-voucher .card button.btn.btn-link {
  border-bottom: none;
  padding-left: 15px;
  /*font-size: 1em;*/
}
.cart-voucher .card button.btn.btn-link label {
  color: #666666;
  line-height: 1;
}
.cart-voucher .panel-body, .cuponesodmx {
  padding-top: 0;
  padding-bottom: 0;
}
.cart-voucher__label {
  font-size: 0.85em;
  display: block;
  width: 100%;
  color: #cccccc;
  margin: 0;
}
.cart-voucher__input {
  width: 50%;
  float: left;
  margin-right: 10px;
}
.cart-voucher__input::-moz-placeholder {
  font-size: 0.8em;
  font-weight: 600;
  color: #3c3c3c;
  text-transform: uppercase;
}
.cart-voucher__input:-ms-input-placeholder,
.cart-voucher__input::-webkit-input-placeholder {
  font-size: 0.8em;
  font-weight: 600;
  color: #3c3c3c;
  text-transform: uppercase;
}
.cart-voucher__help-block {
  display: none;
}
.has-error .cart-voucher__help-block,
.has-success .cart-voucher__help-block {
  display: block;
}
.voucher-list {
  padding-left: 0;
  list-style: none;
  margin-top: -5px;
}
.voucher-list__item-box {
  display: inline-block;
  border: 1px solid #cccccc;
  background-color: #f4f4f4;
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 15px;
  margin-top: 10px;
}
.voucher-list__item-remove {
  color: #cdcdcd;
  padding: 10px;
  cursor: pointer;
  margin: -10px -10px -10px 0;
  position: relative;
  top: 2px;
}
@media (max-width: 1023px) {
  .voucher-list__item {
    display: inline-block;
    padding-right: 5px;
  }
}
.gift__coupon {
  text-align: center;
  border-top: 1px solid #cccccc;
  margin: 0 auto 55px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  width: 80%;
}
@media (max-width: 1024px) {
  .gift__coupon {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gift__coupon span {
  display: block;
}
@media (max-width: 480px) {
  .gift__coupon {
    width: 90%;
  }
}
.gift__coupon .gift__coupon--title {
  margin-bottom: 5px;
}
.gift__coupon .gift__coupon--name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
#storeFinder {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.title-storeFinder {
  font-size: 1.25em;
}
select#storelocator-query {
  width: 78%;
  position: relative;
  float: left;
  margin-right: 7px;
  margin-bottom:  10px;
}
#storeFinder button, #storeFinder input, #storeFinder select {
  border-radius: 7px;
}
#storeFinder .input-group-btn {
  vertical-align: bottom;
}
#storeFinder select {
  padding-right: 25px;
  background: url(/_ui/responsive/theme-officedepot/images/header-footer/down-arrow-red.svg) no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 18px 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
#storeFinder select.js-state-store-finder-search-select::-ms-expand {
  display: none;
}
form#storeFinderForm button, form#storeFinderFormState button {
  position: relative;
  float: left;
  width: 20%;
  height: 48px;
  min-width: 48px;
  background-color: #CCCCCC;
  font-size: 20px;
}
#findStoresByZipCode {
  background-image: url(/_ui/responsive/theme-officedepot/images/header-footer/buscar-2.svg);
  background-size: 26px 46px;
  background-position-x: center;
  background-repeat: no-repeat;
}
#findStoresByState {
  background-image: url(/_ui/responsive/theme-officedepot/images/header-footer/buscar-2.svg);
  background-size: 26px 46px;
  background-position-x: center;
  background-repeat: no-repeat;
}
#storeFinder #storelocator-query, #storeFinder .js-state-store-finder-search-select, #storeFinder #findStoresNearMe {
  text-transform: inherit;
  height: 48px;
}
#storeFinder #storelocator-query, #storeFinder .js-state-store-finder-search-select {
  border: 2px solid #cccccc;
  font-size: 1em;
}
#storeFinder option:first-child {
  color: #999;
  font-family: Lato-Italic;
}
#storeFinder select:required:invalid {
  font-family: Lato-Italic;
  color: #999;
}
#storeFinder option {
  color: #333;
  font-family: Lato-Regular;
}
#storeFinderForm .form-group, #storeFinderFormState .form-group {
  margin-right: 12px;
  font-family: Lato-Regular;
}
.mar {
  margin-top: 60px;
}
.store__finder--search #storeFinderForm {
  margin-bottom: 10px;
}
.store__finder {
  display: none;
  padding: 0;
}
.store__finder .store__finder--panel {
  font-size: 0.75em;
}
.store__finder .store__finder--pagination {
  line-height: 48px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.store__finder .store__finder--pagination:before,
.store__finder .store__finder--pagination:after {
  content: " ";
  display: table;
}
.store__finder .store__finder--pagination:after {
  clear: both;
}
.store__finder .store__finder--pagination:before,
.store__finder .store__finder--pagination:after {
  content: " ";
  display: table;
}
.store__finder .store__finder--pagination:after {
  clear: both;
}
.store__finder .store__finder--details {
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 6px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 4px 6px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 4px 6px 1px rgba(0, 0, 0, 0.14);
}
.store__finder .store__finder--map {
  width: 100%;
  height: 200px;
}
.store__finder .stores-nearby {
  margin-bottom: 10px;
}
.store__finder .store__finder--navigation-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  position: relative;
}
.store__finder .store__finder--navigation-list li.loading {
  height: 56px;
  background: #f2f4f7;
  border-bottom: 1px solid #ddd;
  text-align: center;
  line-height: 56px;
}
.store__finder .store__finder--navigation-list li.loading .glyphicon {
  color: #ff4444;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.store__finder .store__finder--navigation-list .list__entry input {
  display: none;
}
.store__finder .store__finder--navigation-list .list__entry label {
  margin-bottom: 10px;
  padding: 5px 14px 5px 10px;
  display: table;
  width: 100%;
  cursor: pointer;
  position: relative;
  border: 1px solid #BFBFBF;
  border-radius: 5px;
  line-height: 1em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.store__finder .store__finder--navigation-list .list__entry label::after {
  width: 18px;
  height: 18px;
  background-image: url(/_ui/responsive/theme-officedepot/images/header-footer/down-arrow-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;

  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.store__finder .info__address .container_details-openings {
  margin: 10px auto;
}
.store__finder .store__finder--navigation-list .list__entry label .container_details-openings {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.store__finder .store__finder--navigation-list .list__entry label .container_details-openings > div {
  margin-top: 10px;
}
.store__finder .store__finder--navigation-list .list__entry label:hover {
  background: #f2f2f2;
}
.store__finder .store__finder--navigation-list .list__entry input:checked + label {
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.14);
  background-color: #f2f2f2;
}
.store__finder .store__finder--navigation-list .list__entry input:checked + label:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.store__finder .store__finder--navigation-list .list__entry input:checked + label .container_details-openings {
  height: inherit;
  overflow: inherit;
  opacity: 1;
}
.store__finder .store__finder--navigation-list .list__entry .entry__info {
  vertical-align: middle;
  width: 70%;
}
.store__finder .store__finder--navigation-list .list__entry .entry__name {
  display: block;
  font-family: Lato-Bold;
}
.store__finder .store__finder--navigation-list .list__entry .entry__city {
  display: block;
  font-weight: normal;
}
.store__finder .store__finder--navigation-list .list__entry .entry__distance {
  display: table;
  height: 100%;
  width: 80px;
  border-left: 1px solid #ddd;
}
.store__finder .store__finder--navigation-list .list__entry .entry__distance span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 5px;
  text-align: center;
  white-space: nowrap;
}
.store__finder .store__finder--details .store__finder--details-back {
  margin-bottom: 20px;
  display: none !important;
}
.store__finder .store__finder--details .store__finder--details-image {
  width: 112px;
  float: left;
  margin-right: 10px;
}
.store__finder .store__finder--details .store__finder--details-image img {
  width: 100%;
  height: auto;
}
.store__finder .store__finder--details .store__finder--details-info {
  padding: 10px;
  line-height: 1em;
}
.store__finder .store__finder--details .info__name {
  font-family: Lato-Bold;
}
.store__finder .store__finder--details hr {
  clear: both;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 1px;
  position: relative;
  border: 0;
}
.store__finder .store__finder--details hr:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  height: 1px;
  right: 0;
  left: 0;
  background: #ddd;
}
.store__finder .store__finder--details .store__finder--details-map {
  background: #eee;
}
.store__finder .store__finder--details .store__finder--details-openings dl dt {
  text-align: left !important;
  width: 60px;
}
.store__finder .store__finder--details .store__finder--details-openings dl dd {
  margin-left: 60px;
}
.store__finder .store__finder--details .store__finder--details-openings ul {
  padding-left: 0;
  list-style: none;
}
#colorbox,
#cboxOverlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  position: initial;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: #333;
  position: fixed;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  background: #fff;
  overflow: visible;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}
#cboxPrevious:hover {
  background-position: -51px 0px;
}
#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}
#cboxNext:hover {
  background-position: -75px 0px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}
#cboxTitle {
  margin-top: 18px;
  background: transparent;
  position: absolute;
  top: 20px;
  padding: 20px 25px 15px;
  display: table;
  width: 100%;
}
#cboxClose{
 padding-top: 11px;
}
#cboxTitle .headline {
  font-family: Lato-bold;
  width: 100%;
  vertical-align: middle;
  text-transform: uppercase;
}
#cboxClose {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: 0 none;
  color: #929292;
  font-size: 25px;
}
#cboxLoadedContent {
  padding: 15px 10px 30px 10px;
}
#cboxLoadedContent .addressEntry + .addressEntry,
#cboxLoadedContent .saved-payment-entry + .saved-payment-entry {
  margin-top: 55px;
}
#cboxLoadedContent .addressEntry ul,
#cboxLoadedContent .saved-payment-entry ul {
  margin-top: -10px;
  margin-bottom: 20px;
}
#cboxLoadedContent .modal-details {
  line-height: 1.8em;
}
#cboxLoadedContent .modal-actions {
  /*margin-top: 20px;*/
}
#cboxLoadedContent .modal-actions .btn {
  margin-top: 20px;
}
.modal__top {
  padding-bottom: 32px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}
.modal__top .modal__top--label {
  color: #3c3c3c;
  font-weight: bold;
  font-style: italic;
}
.modal__top .modal__top--text {
  font-style: italic;
}
.modal__text--bold {
  font-weight: bold;
}
.modal__bottom {
  margin-bottom: 40px;
  font-size: 15px;
}
.quote-discount__modal--label {
  font-size: 15px;
  font-weight: 600;
  color: #3c3c3c;
  text-transform: capitalize;
  vertical-align: middle;
  display: table-cell;
  height: 40px;
}
.quote-discount__modal--input {
  margin-bottom: 17px;
  width: 100%;
}
.quote-discount__modal--input input[type=number] {
  -moz-appearance: textfield;
}
.quote-discount__modal--input input[type=number]::-webkit-inner-spin-button,
.quote-discount__modal--input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quote-discount__modal--input__label {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  padding-right: 10px;
  width: 25px;
  text-align: right;
}
.quote-discount__modal--original__total {
  font-size: 15px;
  font-style: italic;
  border-bottom: 1px solid #d9d9d9;
  color: #3c3c3c;
  padding-bottom: 13px;
  margin-bottom: 9px;
  margin-top: 10px;
}
.quote-discount__modal--new__total {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 47px;
}
.price del {
  color: #333;
  font-weight: bold;
}
.price ins {
  color: #3c3c3c;
  text-decoration: none;
}
a.price ins:hover,
a.price ins:focus {
  color: #232323;
}
.price.msrp {
  color: #666;
}
.savedcart_restore_confirm_modal .restore-current-cart-form {
  margin-top: 40px;
}
.not-active {
  pointer-events: none;
  cursor: default;
  font-weight: normal !important;
  color: black !important;
}
.quick-view-popup .product-image {
  float: left;
  width: 33%;
}
.quick-view-popup .product-image a {
  display: block;
}
.quick-view-popup .product-image img {
  width: 100%;
  height: auto;
}
.quick-view-popup .product-details {
  margin-left: 33%;
  padding-left: 20px;
}
.quick-view-popup .product-details .name {
  font-size: inherit;
  font-weight: bold;
}
.quick-view-popup .product-details .rating:after {
  clear: none;
}
.quick-view-popup .product-details .price {
  font-size: inherit;
  font-weight: bold;
}
.quick-view-popup .addtocart-component {
  clear: both;
  padding-top: 20px;
}
table {
  width: 100%;
}
table th:last-child {
  text-align: center;
}
table td {
  padding: 20px 10px;
  vertical-align: top;
}
.responsive-table th:first-child {
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .responsive-table th:first-child {
    padding-left: 20px;
  }
}
.responsive-table th:last-child {
  text-align: right;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .responsive-table th:last-child {
    padding-right: 20px;
  }
}
.responsive-table td:last-child {
  text-align: right;
  padding-right: 30px;
}
.responsive-table-item {
  padding: 10px;
}
/*.responsive-table-item:nth-child(even) {
  background-color: #f4f4f4;
}*/
.responsive-table-item a.responsive-table-link {
  color: #333;
}
.responsive-table-item a:hover,
.responsive-table-item a:focus {
  color: #003c66;
}
.responsive-table-item td:last-child {
  text-align: right;
}
input[type="radio"],
input[type="checkbox"] {
  margin-right: 10px;
  margin-bottom: 20px;
}
label {
  color: #333;
}
.form-control:focus {
  border-color: #999;
  outline: 0;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #929292;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #929292;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #929292;
  z-index: 10;
  position: initial;
  background-image: initial;
}
.postalcode.label-active {
    z-index: 10;
}
.has-error .control-label {
  color: #929292;
}
.has-error input.form-control {
  background: #fec3c3;
  border-color: #fd7b7b;
}
.has-error .help-block {
  font-weight: 600;
  color: #ed1c24;
  font-size: 0.7em;
}
.has-success .control-label {
  color: #929292;
}
.has-success input.form-control {
  background: transparent;
  border-color: #cccccc;
}
.has-success .help-block {
  font-weight: 600;
  color: #00a651;
}
legend {
  font-size: 18px;
  border-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-element-icon {
  position: relative;
}
.form-element-icon .glyphicon {
  position: absolute;
}
.form-element-icon.datepicker .glyphicon {
  top: 32px;
  right: 10px;
  color: #0068b3;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .form-element-icon.datepicker .glyphicon {
    top: 38px;
  }
}
.form-control-radio,
.form-control-checkbox {
  display: block;
}
.form-control-radio input,
.form-control-checkbox input {
  margin-bottom: 0;
  float: left;
}
.form-control-radio .form-control-label,
.form-control-checkbox .form-control-label {
  margin-left: 25px;
}
fieldset > div:last-of-type input,
fieldset > div:last-of-type label {
}
.legend {
  margin-bottom: 20px;
}
textarea {
  min-height: 97px;
}
textarea + .help-block {
  font-size: 0.75em;
  margin-bottom: 25px;
  text-align: right;
}
.input-sm {
  height: 40px;
  padding: 9px 12px;
  font-size: 0.875em;
  line-height: 1.42857143;
  border-radius: 0;
}
select.input-sm {
  height: 40px;
  line-height: 40px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.textpage-faqs th:last-child {
  text-align: left;
}
.section1 {
  margin: 10px 0;
}
.zoneA .disp-img {
  height: 108px;
  margin: 10px 0 0 0;
  border-bottom: 1px dotted #A5A5A5;
  position: relative;
}
.zoneA .disp-img:first-child {
  margin: 0;
}
.zoneA .disp-img a {
  display: block;
}
.zoneA .disp-img .title {
  display: block;
  margin-left: 106px;
  border-bottom: 1px dotted #A5A5A5;
  margin-bottom: 10px;
}
.zoneA .disp-img .thumb {
  position: absolute;
  top: 0;
}
.zoneA .disp-img .details {
  width: 124px;
  height: 96px;
  margin-left: 106px;
  display: block;
}
.zoneA .action {
  display: none;
}
.zoneB .simple_disp-img:first-child {
  margin: 0 0 10px 0;
}
#homepage_slider.stripViewer {
  position: relative;
  overflow: hidden;
  margin: 0;
}
#homepage_slider.stripViewer ul {
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 1%;
  list-style-type: none;
}
#homepage_slider.stripViewer ul li {
  float: left;
}
#homepage_slider .svw {
  width: 50px;
  height: 20px;
  background-color: #ffffff;
}
#homepage_slider .svw ul {
  position: relative;
  left: -999em;
}
#homepage_slider .tooltip {
  padding: 0.5em;
  background-color: #ffffff;
  color: #333000;
  border: 5px solid #dedede;
}
.stripTransmitter {
  overflow: auto;
  padding: 0 15px ;
  width: 438px !important;
  height: 51px;
  border-bottom: 1px dotted #A5A5A5;
  background-color: #eee;
}
.stripTransmitter ul {
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}
.stripTransmitter ul li {
  width: 30px;
  float: left;
}
.stripTransmitter a {
  line-height: 47px;
  display: block;
  padding: 0 0 0 0;
  text-align: center;
  text-decoration: none;
  font-size: 1.4em;
}
.stripTransmitter a:hover,
.stripTransmitter a.current {
  font-weight: bold;
}
.tooltip {
  padding: 0.5em;
  background-color: #ffffff;
  color: #333000;
  border-bottom: 1px dotted #A5A5A5;
}
.section4 .disp-img {
  margin: 0 0 15px 0;
}
.section4 .disp-img .title {
  border-bottom: 1px solid #a5a5a5;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  white-space: nowrap;
  display: block;
  margin: 0 0 10px 0;
}
.section4 .disp-img .thumb {
  margin: 0 0 5px 0;
  display: block;
}
.section4 .disp-img .action {
  display: none;
}
.product-details-toggle {
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
  padding-right: 20px;
}
.product-details-toggle.name {
  font-weight: 600;
}
.product-details.open .product-details-toggle {
  margin-bottom: 0;
}
.product-details-toggle .glyphicon {
  float: right;
  font-size: 0.875em;
  line-height: 35px;
}
.product-details.open .product-details-toggle .glyphicon:before {
  content: "\e114";
}
.product-details-toggle-wrap {
  display: none;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .product-details-toggle-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-details.open + .product-details-toggle-wrap {
  display: block;
}
.product-details-toggle-wrap .product-details {
  font-size: 22px;
}
.product-details-toggle-wrap img {
  width: 175px;
  margin: 0 30px 35px 0;
  float: left;
}
.product-action {
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .product-action {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-action ol {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.product-action ol li {
  font-size: 18px;
  float: right;
  margin: 15px 0 15px 20px;
  line-height: 48.85714286px;
}
.product-action #total-price {
  font-size: 18px;
  font-weight: 600;
}
.product-action div {
  float: left;
  margin: 15px 0;
  line-height: 48.85714286px;
}
@media (max-width: 480px) {
  .product-action ol li,
  .product-action .btn {
    width: 100%;
  }
  .product-action div {
    float: none;
    line-height: 1.42857;
    margin-bottom: 0;
  }
}
.update-future-stock {
  text-align: right;
  padding: 20px 7px 15px 0;
}
.update-future-stock .update_future_stock_button,
.update-future-stock .hide_future_stock_info {
  font-size: 0.8em;
  font-weight: 700;
}
.update-future-stock .hide_future_stock_info {
  display: none;
}
.product-grid-container .sku-quantity,
#cboxContent .sku-quantity {
  font-size: 0.8em;
  line-height: 20px;
  width: 60px;
  padding: 9px 10px;
  margin: 5px 0 3px;
  border: 1px solid #cccccc;
  text-align: center;
}
.product-grid-container .td_stock,
#cboxContent .td_stock {
  display: block;
  padding-bottom: 5px;
}
.product-grid-container .td_stock .in-stock,
#cboxContent .td_stock .in-stock {
  color: #929292;
  font-size: 0.8em;
  font-weight: 600;
}
.product-grid-container .future_stock,
#cboxContent .future_stock {
  display: block;
  font-size: 0.75em;
  line-height: 14px;
}
.product-grid-container .future_stock .future_stock_value,
#cboxContent .future_stock .future_stock_value {
  margin: 2px 0 8px 0;
}
.product-grid-container .data-grid-total,
#cboxContent .data-grid-total {
  display: inline-block;
  padding-top: 5px;
  border-top: 1px solid #cccccc;
  font-size: 15px;
  font-weight: 700;
}
.product-grid-container table td .price {
  font-size: 15px;
  font-weight: bold;
}
.product-grid-container table td.out-of-stock .variant-prop,
.product-grid-container table td.out-of-stock .price {
  opacity: 0.3;
}
.product-grid-container table td.out-of-stock .sku-quantity {
  opacity: 0.3;
  background-color: #fff;
}
.quick-order__introduction {
  padding-top: 13px;
  margin-top: 10px;
  line-height: 22px;
  padding-left: 30px;
  padding-right: 30px;
}
.orrillaroj {
  width: 1%;
  background-color: #c03;
  height: 32px;
  display: inline-block;
  border-radius: 11px;
  padding-top: 8px;
  float: left;
  position: relative;
  padding-left: 10px;
  min-height: 1px;
}
.orrillagris {
  border-left: 8px solid darkgray !important;
  pointer-events: none;
  opacity: 0.6;
}
.checkboxReferencePPE{
  margin-right: 2px !important;
  margin-left: 4px !important;
}
.pricemarsys {
    color: #CC0033;
    font-family: 'Montserrat-Bold';
}
.pricemarsysGris {
    color: dimgray !important;
    font-family: 'Montserrat-Bold';
}
.blockcheckbov {
  color: black;
}
#c3PPE input:checked ~ .checkmarkPPE {
  background-color: green;
  border: none;
}
.containerPPE {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px !important;
  cursor: pointer;
  font-size: 22px;
}
.containerPPE input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmarkPPE {
  position: absolute;
  top: -1px;
  left: 0;
  height: 16px;
  width: 16px;
  margin-left: 6px;
  border: 2px solid darkgray;
  border-radius: 3px;
}
.checkmarkPPE:after {
  content: "";
  position: absolute;
  display: none;
}
.containerPPE input:checked ~ .checkmarkPPE:after {
  display: block;
}
.containerPPE .checkmarkPPE:after {
  left: 4.6px;
  top: 1.5px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.textemarsysPopup {
  font-size: 12px;
  width: 75px;
  height: 35px;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
}
.divReferencePPE {
    display: grid;
}
.popupRefPpe {
    width: 100% !important;
}
#policyServiceCartNoCoberturaReference {
  color:gray;
  font-size: 12px;
  font-family: 'Montserrat-Bold';
}
#corregirCobPpe {
  color:red;
  font-family: 'Montserrat-Bold';
  cursor: pointer;
}
.alert-policy {
  text-align:center;
}
.contentTextPpe {
  width: 65%;
  float: left;
  position: relative;
  padding-left: 5px;
  min-height: 1px;
  text-align: start;
}
.contentTextPpe2 {
  width: 35%;
  float: left;
  position: relative;
  min-height: 1px;
  text-align: end;
}
.paddingPpe{
  padding-right: 20px !important;
}
.topPpe{
  top: 150px !important;
}
.margin-topPpe {
  margin-top: 9px;
}
@media(min-width: 320px) and (max-width: 640px) {
  #policyServiceCartNoCoberturaReference {
    font-size: 9px;
  }
}
@media(min-width: 320px) and (max-width: 430px) {
  .margin-topPpe {
    margin-top: 18px !important;
  }
}
@media(min-width: 320px) and (max-width: 560px) {
  .contentTextPpe2 {
    margin-top: 9px;
  }
}
@media(min-width: 695px) and (max-width: 1024px) {
  .margin-topPpe {
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  .quick-order__introduction {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  .quick-order__introduction {
    margin-bottom: 10px;
  }
}
.quick-order__actions {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .quick-order__actions {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.quick-order__add-to-cart-btn {
  margin-top: 10px;
}
.quick-order__add-to-cart-btn .btn {
  width: 100%;
}
.quick-order__reset-link {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.375;
  border: none;
  background-color: transparent;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13px;
  margin-top: 10px;
}
.quick-order__list {
  margin-top: 10px;
}
.quick-order__list.item__list .item__list--item:last-child {
  padding-right: 0;
}
#quickOrder .item__list .item__info {
  width: auto;
}
@media (max-width: 1023px) {
  #quickOrder .item__list--header .item-sku-input {
    width: 100%;
    padding: 0 20px;
  }
}
#quickOrder .item__list--header .item__total--column {
  text-align: left;
}
#quickOrder .item__list--header li:first-child {
  padding-left: 30px;
}
#quickOrder .item__sku__input {
  padding-left: 30px;
  width: 25%;
}
@media (max-width: 1023px) {
  #quickOrder .item__sku__input {
    padding-left: 20px;
    margin: 0 0 10px;
    width: 100%;
  }
}
#quickOrder .item__list--item:nth-child(odd) {
  background: #f4f4f4;
}
#quickOrder .item__list--item:nth-child(4n+4) {
  background-color: transparent;
}
@media (max-width: 1023px) {
  #quickOrder .item__list--item {
    display: inline-block;
    width: 100%;
  }
}
#quickOrder .item__list--item .item__info .item__name {
  display: block;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  #quickOrder .item__list--item .item__quantity {
    padding-top: 10px;
    text-align: left;
  }
}
@media (max-width: 1023px) {
  #quickOrder .item__list--item .item__total {
    float: left;
  }
}
.account-section .account-section-content .import-csv__form {
  padding: 0;
}
.import-csv__well {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .import-csv__well {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.import-csv__file-spec {
  padding-top: 15px;
}
.import-csv__file-spec-item {
  padding-top: 5px;
}
.import-csv__file-upload {
  padding-top: 20px;
}
.import-csv__actions {
  margin-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .import-csv__actions {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 639px) {
  .import-csv__well {
    margin: 0;
  }
}
.file-upload {
  margin-top: 15px;
}
.file-upload__label {
  display: block;
}
.file-upload__wrapper {
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}
.file-upload__input {
  position: absolute;
  right: -3px;
  top: -3px;
  bottom: -3px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
}
.file-upload__file-name {
  font-size: 16px;
  display: inline-block;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  position: relative;
  top: 8px;
}
@media print {
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  .breadcrumb-section {
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .owl-wrapper {
    width: 100% !important;
  }
  .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
    width: 25%!important;
    display: none!important;
  }
  .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(-n+4) {
    display: block!important;
  }
  .owl-controls {
    display: none!important;
  }
  .cart-actions--print {
    width: 100% !important;
  }
  .image-gallery__image,
  .image-gallery__image .owl-wrapper,
  .image-gallery__image .owl-wrapper .owl-item {
    width: 190%!important;
  }
  .tabs .tabhead + .tabbody {
    display: block!important;
  }
  .back-link .label {
    border: 0;
  }
  .carousel-component {
    overflow: hidden;
    height: 320px;
  }
}
.skip,
.skiptocontent,
.skiptonavigation {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#registerForm .form_field_error {
  width: auto;
  float: none;
  padding-right: 0;
  clear: both;
}
.js-recaptcha-captchaaddon {
  margin: 20px 0;
}
#g-recaptcha_incorrect {
  color: red;
  display: none;
}
.cts-msg-history {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .cts-msg-history {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cts-msg-history-item {
  margin-top: 20px;
  display: none;
}
.cts-msg-history-item-info {
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0 20px;
}
.cts-msg-history-item-info .author {
  font-weight: bold;
}
.cts-msg-history-item .well {
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}
.cts-msg-history-item .well.well-tertiary {
  border: 1px solid #142939;
  opacity: .5;
}
.cts-msg-history-item .well.well-closed {
  background-color: #a1eeae;
}
.cts-msg-history-item .well.well-reopen {
  background-color: #a3e2ff;
}
.cts-msg-history-item-msg {
  font-size: 16px;
}
.cts-msg-history-item.ct-msg-visible {
  display: block;
}
.cts-msg-history-item-agent .well,
.cts-msg-history-item-agent .cts-msg-history-item-info {
  text-align: right;
}
.cts-msg-history #ct-toggle-all-messages {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.cts-msg-history-item-modified-field {
  margin-left: 5px;
}
.cts-msg-history-item-modified-field:before {
  content: "|";
  position: relative;
  left: -3px;
  top: -2px;
  color: #929292;
}
.cts-msg-history-item-modified-field--status {
  font-size: 0.875em;
  font-weight: 700;
  text-transform: uppercase;
}
.cts-msg-history-item-modified-field--status-inprocess,
.cts-msg-history-item-modified-field--status-open,
.cts-msg-history-item-modified-field--status-reopen {
  color: #0486e0;
}
.cts-msg-history-item-modified-field--status-completed,
.cts-msg-history-item-modified-field--status-closed {
  color: #18bc33;
}
#supportTicketForm textarea.form-control {
  height: 240px;
}
.cts-attach-list {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
  margin: 20px -20px 0;
  padding: 10px 20px 0;
  font-size: 16px;
}
.cts-attach-file {
  padding: 3px 0;
}
.cts-attach-file .glyphicon {
  color: #003c66;
  font-size: 1.125em;
  margin-right: 3px;
  top: 4px;
}
#cookie-bar {
  background: transparent;
  height: auto;
  line-height: 1.42857143;
  color: #3c3c3c;
  text-align: center;
  padding: 5px 1px;
}
#cookie-bar.fixed {
  position: fixed;
  top: 1px;
  left: 1px;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 1px;
  top: auto;
}
#cookie-bar p {
  margin: 1px;
  padding: 1px;
}
#cookie-bar a {
  color: #222222;
  display: inline-block;
  border-radius: 0;
  text-decoration: none;
  padding: 1px 5px;
  margin-left: 20px;
}
#cookie-bar .cb-enable {
  background: transparent;
}
#cookie-bar .cb-enable:hover {
  background: #f5f5f5;
}
#cookie-bar .cb-disable {
  background: transparent;
}
#cookie-bar .cb-disable:hover {
  background: #f5f5f5;
}
#cookie-bar .cb-policy {
  background: transparent;
}
#cookie-bar .cb-policy:hover {
  background: #f5f5f5;
}
#textFieldConfigurationForm {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  #textFieldConfigurationForm {
    padding-left: 20px;
    padding-right: 20px;
  }
  /*.content-header-mobile {
    padding-top:20px;
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 1000;
    padding-bottom: 2px;
    max-height: 72px;
    height: 59px;
  }*/
  /*  .js-mobile-logo img {
      float: left;
      height: 30px;
      object-fit: contain;
      object-position: left;

    }*/
  /*#txtCart {
    text-align: center;
    font-family: Lato-LightItalic;
  }*/
  /*#content-search input {
    border: none;
    height: inherit;
    font-size: 14px;
    font-family: Lato-Regular;
    margin-top: 1px;
  }*/
  /* #content-search {
     height: 35px;
   }*/
  /*#content-search button.btn.btn-link.js_search_button{
    width: 35px;
    height: inherit;
  }*/
}
.product__config {
  margin-bottom: 25px;
}
.product__config .product__config-row {
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .headlogin {
    font-size: 25px;
    text-align: center;
  }
  .required {
    font-size: 0.5em;
  }
  .checkout-order-summary-content-items .thumb {
    padding: 0 0;
  }
}
.lightOD{
  font-family: Montserrat-Medium, sans-serif;
}
.terminn {
    color: #cc0033;
    font-family: "Montserrat-Bold", sans-serif;
}
.jls {
    padding-bottom: 15px;
     font-size: .7858em;
}
.termin {
  display: none;
}
.acep {
    font-weight: 900;
    font-family: 'Montserrat-Medium';
}
.negritaOD {
  font-family: Montserrat-Bold;
}
.redOD{
  color: #ff0033;
}
.link-marc {
     float: right;
     font-size: 12px;
     border: 2px solid #cc0033;
     font-weight: 700;
     color: #cc0033;
     line-height: 10px;
     text-decoration: underline;
     font-family: Lato-Italic;
     padding: 5px 19px;
     border-radius: 7px;
}
.redODSaved{
  color: #ca1b3e;
  font-weight: 700;
}
.requiredOD{
  text-align: center;
}
.required {
  font-size: 0.85em;
}
.espacio{
  height: 25px;
}
.loginLabel {
  margin: 0 0 0 18px;
  font-family: Lato-Light;
  color: #333;
  font-weight: initial;
  font-size: 0.9em;
}
.ee{
  display: none;/*11122019*/
}
.imgSVG-logo {
  /*width: 233px;*/
  /*height: 37px;*/
  /*margin: 5px 0 0 0;*/
  margin-right: 4px;
  display: inline-flex;
  vertical-align: sub;
}
.icono-email {
  background-image: url(/_ui/responsive/theme-officedepot/images/login/mail.svg);
  height: 14px;
  width: 16px;
  background-repeat: no-repeat;
  margin: 5px 0 0 0px;
  position: absolute;
}
.icono-pws {
  background-image: url(/_ui/responsive/theme-officedepot/images/login/contrasena.svg);
  height: 18px;
  width: 13px;
  background-repeat: no-repeat;
  margin: 0px 0 0 2px;
  position: absolute;
}
.icono-new-user {
  background-image: url(/_ui/responsive/theme-officedepot/images/login/perfil.svg);
  height: 18px;
  width: 12px;
  background-repeat: no-repeat;
  margin: 1px 0 0 4px;
  position: absolute;
}
.icono-help{
  display: block;
  background-image: url(/_ui/responsive/theme-officedepot/images/login/preguntas.svg);
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  /*margin: 4px 0 0 -1px;*/
  /*position: absolute;*/
}
.loginH {
  font-size: 20px;
}
.js-container-form-login {
  text-align: center;
}
#j_username, #j_password, #email, #password, #checkPwd, #firstName, #lastName, #maternalName,
#middleName, input[name="addedDistrict"], #phone, #rfc, #razonSocial {
  padding-right: 35px;
}
#loginForm #j_password {
  padding-right: 65px;
}
.form-requiredOD.form-instructions {
  display: none;
}

.btn-success {
  text-transform: uppercase;
  border-radius: 5px !important;
}
.form-control {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}
/*ul.nav__links.nav__links--account li:nth-child(1) {
  border: none !important;
  font-family: Lato-BoldItalic;
}*/
/*#accNavComponentDesktopOne ul.nav__links {
  background: #fff;
  position: relative;
}*/
/*.carritoCompra{
  width: 100%;
  height: 40px;
  justify-content: flex-end;
  display: flex;
  padding-top: 10px;
}*/
/*.glyphicon-carrito{
  background-image: url(/_ui/responsive/theme-officedepot/images/header-footer/carrito.svg);
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  margin-right: -17px;
}*/
/*.d-miCuenta{
  width: 100%;
}*/
/*.d-miCuenta-fixed {
  width: 69px;
  height: auto;
  margin: 0px;
  overflow: hidden;
  float: right;
}*/
/*.imgCuenta{
  background-image: url(/_ui/responsive/theme-officedepot/images/header-footer/perfil-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
}*/
/*.miCuenta {
  width: auto;
  margin: 0;
  font-size: 13px;
  font-family: Lato-regular;
  color: #333;
  text-align: center;

}*/
.cont-icon-reds.cont-price-grid {
  padding-left: 5px;
  padding-right: 5px;
}
.space:first-child{
  width:100%;
  margin-left:0px;
}
.space{
  position: relative;
  float: left;
  margin-left: 0.9%;
}
.imgSVG-co-tablet {
  width: 33px;
  height: 33px;
  background: #333333;
  margin: 0 0 0 7px;
  overflow: hidden;
  float: left;
}
.imgSVG-tl-tablet {
  width: 33px;
  height: 33px;
  background: #333333;
  margin: 0 0 0 17%;
  overflow: hidden;
  float: left;
}
.tablet-logos .imgSVG-logo  {
  width: 100%;
  height: 45px;
  background: #333333;
  margin: 0 0 0 -5px;
}
.tablet-logos .imgSVG {
  width: 145px;
  height: 53px;
  background: #333333;
  margin: 7px 0 0 -3px;
}
@media (min-width: 768px) and (max-width: 991px){
  .icon-facebok{
    width: 35px;
    height: 35px;
  }
  .icon-twitter{
    width: 35px;
    height: 35px;
  }
  .icon-youtube{
    width: 35px;
    height: 35px;
  }
  .icon-instagram{
    width: 35px;
    height: 35px;
  }
  .account-profile-data tr td{
    text-align: center;
  }
  /*.ofpassword a{
    margin: 0 0 0 22%;
  }
  .ofupdateprofile a{
    margin: 0 0 0 22%;
  }*/
  .tb-log-od {
    padding-left: 32px;
  }
  .imgSVG-copy-rtb {
    width: 40px;
    height: 28px;
    background: #202020;
    margin: 4px 0 0 0px;
    overflow: hidden;
    float: right;
  }
  .imgSVG-copy-ltb {
    width: 38px;
    height: 28px;
    background: #202020;
    margin: 4px 0 0 7px;
    float: right;
    overflow: hidden;
  }

}
.imgSVG-tj-tb {
  width: 56% !important;
  height: 54px;
  background: #333333;
  margin: 0 0 0 11px;
  float: left;
}
@media (max-width: 767px){
  .imgSVG-tl-tablet {
    width: 33px;
    height: 33px;
    background: #333333;
    margin: 0 0 0 27%;
    overflow: hidden;
    float: left;
  }
  .icon-tarjeta {
    width: 96px;
    height: 69px;
    background: #333333;
    margin-left: 30%;
    float: left;
  }
  .mb-tj {
    height: 85px;
  }
  .tb-tj span {
    position: absolute;
    width: 135px;
    font-size: 9px;
    color: #ccc;
    top: 21px;
    margin-left: 11%;
  }
  .imgSVG {
    width: 186px;
    height: 54px;
    background: #333333;
    margin: 0 38px 0 16px;
    float: right;
  }
  .checkout-steps .step-head {
    font-size: 1.35em;
  }
  .icon-facebok{
    width: 30px;
    height: 30px;
  }
  .icon-twitter{
    width: 30px;
    height: 30px;
  }
  .icon-youtube{
    width: 30px;
    height: 30px;
  }
  .icon-instagram{
    width: 30px;
    height: 30px;
  }
  .imgSVG-copy-rtb {
    width: 33px;
    height: 28px;
    background: #202020;
    margin: 0px;
    overflow: hidden;
    float: right;
    position: relative;
  }
  .imgSVG-copy-ltb {
    width: 28px;
    height: 28px;
    background: #202020;
    margin: 0px;
    overflow: hidden;
    position: relative;
    float: right;
  }

}
@media (max-width:490px){
  .space {
    padding-right: 2%;
  }
  .imgSVG {
    width: 156px;
    height: 54px;
    background: #333333;
    margin: 0 0px 0 0px;
    float: right;
  }
  .imgSVG-tj-tb {
    width: 66px !important;
    height: 57px;
    background: #333333;
    margin: 0 0 0 -30px;
    float: left;
  }
  .imgSVG-tl-tablet {
    width: 33px;
    height: 33px;
    background: #333333;
    margin: 0 0 0 27%;
    overflow: hidden;
    float: left;
  }
  .imgSVG-tl-tablet {
    margin: 0 0 0 5%;
  }
  .col-xs-offset-2.col-xs-6.col-md-6.mb-tj {
    margin-left: 30%;
    margin-top: 16px;
  }
}
@media (max-width: 360px){
  .imgSVG-tj-tb {
    width: 66px !important;
    height: 57px;
    background: #333333;
    margin: 0 0 0 -30px;
    float: left;
  }
  .imgSVG {
    width: 128px;
    height: 54px;
    background: #333333;
    margin: 0 0px 0 0px;
    float: right;
  }
  #login-pyme-welcome img {
    font-size: 40px;
    font-family: Lato-Black;
    color: #0e71b8;
    position: relative;
    top: 11px;
    height: 36px;
  //aqui
  }
}
.home-pagos{
  height: 40px;
}
.color{
  margin: 5px 0 5px 0
}
.margenPromos{
  margin: 5px 0 5px 0;
  height: auto;
}
.cuadros-home{
  padding: 0;
}
.no-margen{
  padding: 0;
}
.naranja{
  background: orange;
}
.morado{
  background: #fff;
}
.azul{
  background: blue;
}
.verde{
  background: greenyellow;
}
.banner-arriba{
  display: block;
  padding: 2% 0 1% 0%;
  margin-bottom: 10px;
}
.cuadro-emarsys{
  height: 437px;
  margin: 0 0 0px 0px;
}
.cuadroUno{
  width: 36%;
  height: 452px;
  margin: -33px 0 0 8.5%;
  position: absolute;
}
.emarsysDos{
  width: 45%;
  height: auto;
  float: right;
  margin: 38px 8.5% 0 0;
}
.emarsys-cuadro {
  margin: 35px 0 0 0;
  height: 370px;
}
.cuadroTres{
  width: 47%;
  height: 349px;
  float: left;
  margin: 0 0 0 8.5%;
}
.emarsysCuatro{
  width: 33%;
  height: 349px;
  float: left;
  margin: 0 0 0 1%;
}
/*.js_sub__navigation.cont_sub__navigation{
  max-width: 725px;
  width: 100%;
}*/
/*.sub-navigation-section.cont_sub-navigation-section{
  width: 33%;
  float: left;
  background-color: #f6f6f6
}*/
/*@media screen and (max-width: 639px), screen\9 {
  .imgLista,
  .imgTienda,
  .imgMenu{
  }
  .d-miMenu {
  }
}*/
.margen-letf {
  padding-left: 30px;
}
.margen-right{
  padding-right: 30px;
}
.imgBack {
  float: right;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 0;
  background: #ccc;
}
.checkout-order-summary-list{
  background-color: #eee;
}
.cont-click-pick.checkout-order-summary-list{
  position: relative;
  float: left;
  width: 100%;
}
.checkout-order-summary-content-items {
  background-color: #fff;
  padding-bottom: 5px;

}
.checkout-order-summary-contentBorder-items{
  background-color: #eee;
  height: 100%;
}
.checkout-order-summary-contentBorderR-items{
  background-color: #eee;
  height: 100%;
}
.checkout-order-summary-list-header {
  border-bottom: 2px dotted;
  border-color: #ccc;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.subtotalContent{
  background-color: #fff;
}
.subtotalContent .subtotal {
  font-size: 0.7em;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 2px dotted #ccc;
}
.checkout-order-summary-list-items {
  padding-bottom: 15px;
}
.subtotalContent .shipping{
  font-size: 0.7em;
}
.checkout-indent {
  font-size: 0.85em;
}
.sin-padding{
  padding: 0;
}
.qtyOrderDetail {
  font-size: 0.9em;
  position: absolute;
  top: 6px;
  right: 0px;
  width: 17px;
  background-color: #ff0033;
  height: 17px;
  text-align: center;
  border-radius: 199px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  color: #fff;
  font-family: Lato-Regular;
}
.checkout-order-summary-list-heading {
  font-size: 1.1em;
}
.linea-detalle {
  position: absolute;
}
.js-qty-cart-minus, .js-qty-cart-plus {
  background-color: white;
  color: black;
  font-weight: 300;
  border-radius: 0;
  width: 100%;
  padding: 0;
  border: 1px solid #ccc;
  height: 40px;
}
#emarsys-content-grid {
  font-size: 16px;
}
.login-pyme-login {
  height: 14px;
}
.detailsEmarsys {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  margin-top: 10px;
  font-family: Lato-Regular;
  line-height: 1.1;
}
.scarab-prev {
  position: absolute;
  height: 30px;
  margin-left: 60%;
  cursor: pointer;
  text-align: center;
  font-size: 31px;
  background: url(/_ui/responsive/theme-officedepot/images/flecha-izq.png) no-repeat center center;
}
.scarab-next {
  position: absolute;
  height: 30px;
  line-height: 20px;
  right: 0px;
  font-size: 31px;
  background: url(/_ui/responsive/theme-officedepot/images/flecha-der.png) no-repeat center center;
}
.scarab-itemlist {
  padding: 0;
  padding-top: 15px;
}
.address-data .radio-addres {
  background-color: #fff;
  border: 1px solid #fff;
}
.address-data.address-content, .content-cart-my-saved {
  cursor: pointer;
}
.cont-emarsys-pro .scarab-item{
  font-size: 12px;
}
.emarsys-home-g .scarab-item{
  padding: 0;
}
.content-home1-8 {
  background-color: #eee;
}
.content-home1-8 .scarab-item {
  border-bottom: none;
}
.emarsys-home-1 .col-xs-7 {
  padding-right: 0;
}
.store-info .cnt-img img {
  width: 20px;
  float: left;
  margin-right: 3px;
}
.cnt-cp-rt, .cnt-cp-tel{
  float: left;
  margin-right: 5px;
  margin-left: 7px;
}
@media(max-width:1023px){
  .emarsys-home{
    border: 2px solid #eee;
  }
  .conetn-img-pyme {
    margin-top: 10px;
    padding-left: 25px;
  }
  .text-pyme-uno {
    color:#cdcd24;
  }
  .text-pyme-dos {
    color:#cdcd24;
  }
  .text-pyme-tres {
    color:#fff;
    font-size: 15px;
  }

  .contnet-offer .text-pyme-uno, .contnet-offer .text-pyme-dos {
    color: #333;
  }

  .color-form-pyme {
    background: #0066cc;

  }
  /*#js-header-menuMobiel {
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 10px;
  }*/
  /*.navigation--bottom .nav__links--products li a {
    font-size: 0.875em;
    font-family: Lato-Black;
    letter-spacing: 1px;
    padding:10px 5px 9px 10px;
  }*/
  /*li.yCmsComponent.nav__link--secondary a {
    font-family: Lato-Regular;
    letter-spacing: 0;
    font-size: 0.7em;
    line-height: 15px;
  }*/
  .textMobile-1{
    font-size: 0.7em;
  }
  .textMobile-2 {
    font-size: 0.65em;
  }
  /*.titulo-menuM {
    font-size: 0.875em;
    font-family: Lato-Black;
    float: left;
    letter-spacing: 2px;
    margin-top: 3px;
  }*/
  /*.navigation--bottom .navigation__overflow {
    font-size: 19px;
  }*/
  .txtIntereses {
    text-align: center;
  }
  /*.nav__links.nav__links--mobile.js-userAccount-Links.js-nav-collapse-body.offcanvasGroup1.collapse.in.hidden-md.hidden-lg {
    margin-left: 20px;
    font-size: 17px;
    font-family: Lato-Black;
    width: 75%;
  }*/
  .ofupdate {
    width: 100%;
  }
  .js-regresar-pickup {
    text-align: center;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
  span.img-regresar-pickup {
    background-image: url(/_ui/responsive/theme-officedepot/images/cart/flecha-carrusel-1.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 17px;
    float: left;
    transform: rotate(180deg);
    margin-right: 5px;
  }
  .show-store ul.pickup-store-list.js-pickup-store-list,
  .show-store .pickup-search-product{
    padding-right: 20px;
  }
  /*.glyphicon-carrito {
    background-image: url(/_ui/responsive/theme-officedepot/images/header-footer/carrito-rojo.svg);
  }*/
  /*.site-search.search-mobile {
    width: 92%;
    margin: auto;
    display: block;
  }*/
  /*.navigation--middle .nav-cart .mini-cart-link{
    color: #333;
  }*/
  /*  .navigation--middle .mobile__nav__row .mobile__nav__row--table-cell button.btn.js-toggle-sm-navigation {
      margin-right: 10px;
    }*/
  /*.titulo-menuM.cont-car-menu {
    float: right;
  }*/
  /*.titulo-menuM.cont-car-menu  .carritoCompra {
    height: 30px;
  }*/
  /*.icon-PYME-mobile {
    background-image: url(/_ui/responsive/theme-officedepot/images/pyme-mb.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: contain;
    height: 41px;
  }*/
  /*.d-iconPyme-mobile {
    width: 100%;
    height: 40px;
    margin: 0;
    overflow: hidden;
  }*/
  /*.cnt-login-Pyme .cont-iconPyme-mobile a {
    padding: 0!important;
  }*/
  /*span.nav__link.cnt-login-Pyme {
    height: 40px!important;
    border-bottom:none!important;
    padding-left: 10px;
    margin-top: 15px;
  }*/
  /* .icon-pyme-m {
     background-image: url(/_ui/responsive/theme-officedepot/images/logo-pyme-m.svg);
     background-repeat: no-repeat;
     float: left;
     background-size: contain;
   }*/
}
.item__price {
  font-family: Lato-black;
  color: #FF0033;
  font-size: 1.2em;
  display: grid;
  align-items: flex-end;
  justify-content: flex-end;
}
.item__price .txt-item_price {
  line-height: initial;
  height: 40px;
  display: grid;
  align-items: flex-end;
  justify-content: flex-end;
}
.item__price .txt-item_price .after-price{
  margin-top: -5px;
}
.item__price .before-price {
  font-family: Lato-Regular;
  color: #999999;
  font-size: 0.7em;
  text-align: right;
}
.item__price .before-price .txt-before-price {
  text-decoration: line-through;
}
div#contenidoPyme {
  font-size: 0.625em;
  text-align: center;
  padding-left: 21px;
  padding-right: 20px;
}
.custom-combobox {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}
.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button {
  color: #555555;
  text-decoration: none;
}

.ui-button {
  border-top-color: rgb(153, 153, 153);
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: rgb(153, 153, 153);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgb(153, 153, 153);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgb(153, 153, 153);
  border-left-style: solid;
  border-left-width: 0px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-weight: normal;
  color: #555555;
}
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}
a.ui-button.ui-widget.ui-state-default.ui-button-icon-only.custom-combobox-toggle.ui-corner-right {
  width: 30px;
  right: -2px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.ui-autocomplete {
  border: 2px solid #f6f6f6;
  background-color: #fff!important;
  height: auto;
  outline-offset: -2px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-family: Lato,Arial,sans-serif;
  color: #555;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  /*left: auto;*/
  width: 87%;
}
@media(min-width:425px) {
  ul#ui-id-2 {
    width: 90% !important;
  }
  .exprsscheck {
      width: 50%;
  }
 .exprss {
      width: 52%;
  }
.exprssorder {
      width: 36%;
  }
.uberimgorder {
      background-position-y: 2px;
 }
 .uberimgexpress {
     background-position-y: 9px;
}
}
.ui-menu-item{
  border: 1px solid #fff;
}
.ui-toolpit-custom-odmx{
  background-color: #00b3ee;
}
.content-login-pyme-m {
  background-color: #0e71b8;
  padding-top: 10px;
  padding-bottom: 10px;
}
.login-pyme-login{
  background-image:url(/_ui/responsive/theme-officedepot/images/logo-pyme-mb-tb.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.content-Pyme-img img {
  width: 100%;
  padding: 0 11px 0px 10px;
}
#cabecera-pyme {
  font-size: 40px;
  font-family: Lato-Black;
  color: #0e71b8;
  position: relative;
  top: 11px;
}
.col-xs-12.contnet-cabecera-pyme {
  text-align: center;
  position: relative;
}
#cabecera-pyme-dos {
  font-size: 40px;
  font-family: Lato-Black;
  color: #0e71b8;
  position: relative;
  top: 11px;
  padding-left: 6px;
}
.col-xs-12.contnet-cabecera-pyme-dos {
  text-align: center;
  position: relative;
}
#cabecera-pyme-tres {
  font-size: 40px;
  font-family: Lato-Black;
  color: #cdcd24;
  position: relative;
  top: 11px;
}
.col-xs-12.contnet-cabecera-pyme-tres {
  text-align: center;
  position: relative;
}
#info-pyme-uno{
  background-color:#0066cc;
}
#info-pyme-dos{
  background-color:#666666;
  color: #fff;
}
#info-pyme-tres{
  color: #333;
  background-color:#ccd10f ;
}
#info-pyme-cuatro{
  background-color:#124884 ;
  color: #fff;
}
#info-pyme-cinco{
  background-color:#25b7b5 ;
}
.conetn-img-pyme {
  height: 150px;
  margin-bottom: 15px;
}
.text-pyme-uno {
  font-family: Lato-Black;
  font-size: 20px;
}
.text-pyme-dos {
  font-family: Lato-Black;
  font-size: 20px;
}
.text-pyme-tres {
  font-family: Lato-light;
}
.content-info-pyme {
  text-align: center;
}
.content-text-pyme {
  min-height: 70px;
}
.content-text-pyme {
  min-height: 70px;
}
.contet-metod-pay-2 {
  padding-right: 0px;
}
.contet-metod-pay{
  padding-left: 0px;
}
.contet-metod-home-pay {
  margin-top: 10px;
  font-size: 12px;
  margin-bottom: 10px;
}
#content-search .form-control::-moz-placeholder{
  color: #333;
  opacity:0.8;
}
/*li.liOffcanvas.bnd-od {
  font-size: 0.9375em;
}*/
/*.contet-img-seach{
  background-image: url(/_ui/responsive/theme-officedepot/images/header-footer/buscar-2.svg);
  background-repeat: no-repeat;
  background-size: 55%;
    background-position-y: center;
  height:inherit;
}*/
/*.navigation--top .nav__right .nav__links--account li{
  border-right: 1px solid #ff0033;
}*/
.liOffcanvas.tienda-hdr .btn {
  padding: 0;
}
/*.col-xs-1.content-minicart {
  padding-left: 5px;
  padding-right: 5px;
}*/
/*ul.nav__links.nav__links--account li:nth-last-of-type(1) {
  border-right: none;
}*/
/*.col-xs-2.conent-pyme-myacount {
  padding-top: 5px;
}*/
.price-h {
  color: #f03;
  font-size: 16px;
  float: left;
  position: relative;
  font-size: 1.067em;
  font-family: Lato-Black;
  float: left;
}
.price-d {
  color: #666;
  font-size: 0.813em;
  float: left;
  position: relative;
  text-decoration: line-through;
  font-family: Lato-Regular;
  float: left;
}

.price-d1 {
  color: #666;
  font-size: 0.9em;
  float: left;
  position: relative;
  font-family: Lato-Regular;
}

.emarsys-home-g .price-h{
  font-size: 1.375em;
}
.content-emsys-item{
  font-size: 15px;
  /*background-color: #eee;*/
}
.cnt-carrusel-home span.content-emsys-item.scarab-item{
  background-color: #fff!important;
}
/*.cnt-grid-pick {
  width: 100%;
}*/
.cnt-click-resumen {
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.checkout-order-summary {
  width: 100%;
}
.cont-click-pick .qty {
  font-size: 0.7em;
  position: absolute;
  top: 0;
  right: 10px;
  width: 15px;
  background-color: #ff0033;
  height: 15px;
  text-align: center;
  border-radius: 199px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  color: #fff;
  font-family: Lato-Regular;
}
.cont-click-pick .price {
  color: #ff0033;
  font-size: 0.75em;
}
.cont-click-pick .cont-title-clic .checkout-order-summary-list-heading {
  text-align: center;
}
.checkout-order-summary.cont-resumen {
  padding: 0 20px 20px 20px;
}
.pickup-search-bar .contet-img-seach {
  background-image: url(/_ui/responsive/theme-officedepot/images/header-footer/buscar-2.svg);
  background-size: 100%;
  background-position-y: center;
  background-repeat: no-repeat;
  transform: translateX(-5px);
}
.resultStock {
  color: #7fcd00;
  font-family: Lato-Black;
}
.active-pickup-store{
  display: block !important;
  height: 130px!important;
}
.active-pickup-label{
  height: inherit!important;
  border-bottom:1px solid #ddd!important;
}
.cnt-img-title-pick img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 90%;
}
.pickup-component .find-store-display .store-navigation {
  border-right: none;
  margin-bottom: 10px;
}
.img-close {
  width: 26px;
  height: 26px;
}
.cont-img-pick-up {

}
.cnt-pickup.headline-inner .cnt-img {
  width: 18px;
  height: 20px;
  position: relative;
}
.cnt-pickup.headline-inner .cnt-img img {
  object-fit: cover;
  margin-top: -8px;
}
.cnt-pickup.headline-inner div {
  display: inline-block;
}
.img-close-addtocart{
  background-image:url(/_ui/responsive/theme-officedepot/images/detail/cerrar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin-top: 10px;
}
.cnt-pickup-in-store-button {
  width: 100%;
  position: relative;
  float: left;
}
/*.cnt-default-booton {
  position: relative;
  float: left;
}*/
.cnt-default-booton button.btn.btn-default.btn-block{
  height: 35px;
}
.js-pickup-product-price.price-before-pickup {
  text-decoration: line-through;
  font-size: 12px;
}
.pickup-product-info.cnt-product.info-product {
  display: flex;
  align-items: center;
}
.cnt-btn-pickUp {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}

.clic-btn-detail {
  font-size: 3.8vw;
}
#icon-clic {
  height: 14px;
  width: 18px;
}

.sinPickUp {
  margin-top: 51px;
  -webkit-transition-property: margin-top;
  -webkit-transition-duration: 0.3s;
  transition-property: margin-top;
  transition-duration: 0.28s;
}
.sinDeliveryAddres {
  margin-top: 37px;
  -webkit-transition-property: margin-top;
  -webkit-transition-duration: 0.3s;
  transition-property: margin-top;
  transition-duration: 0.28s;
}
/*.priceContainer-grid.cnt-grid-pick.cnt-grid-pick-hover {
  opacity: 0;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  transition-property: opacity;
  transition-duration: 0.3s;
}*/
/*.priceContainer-grid.cnt-grid-pick{
  opacity:1;
}*/

.img-stok-off{
  background-image: url(/_ui/responsive/theme-officedepot/images/grid/shopping-cart-sin-stock-hover.svg);
  height: 23px;
  width: 23px;
  background-repeat: no-repeat;
}
/*.product__listing.product__grid .bt-grid{
  height: inherit;
}*/
.cnt-default-booton form {
  margin: 0;
  height: inherit;
}
.pickup-store-list-entry-name {
  font-size: 1em;
}
.pickup-store-list-entry-address, .pickup-store-list-entry-city {
  font-size: 0.731em;
}
@media all and (max-width: 639px) {
  .pickup-store-list-entry-address, .pickup-store-list-entry-city {
    font-size: 0.65em;
    line-height: 1em;
  }
}
.mini-cart.js-mini-cart,.ofcontenido-texto {
  margin-top: 50px;
}
.cnt-pop-pickup {
  margin: 0 5px 0 5px;
}
.cnt-pickup.headline-inner {
  padding-left: 10px;
  padding-right: 10px;
}

.AddToCart-AddToCartAction .js-pickup-in-store-button {
  margin-top: 10px;
}
.js-pagination-pickup {
  float: left;
}
.js-pagination-pickup .numPage,.js-preview-pick,.js-next-pick {
  height: 30px;
  width: 30px;
  position: relative;
  text-align: center;
  float: left;
  border: none!important;
  margin-right: 3px;
  margin-left: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background-color: #fff;
  font-size: 0.875em;
}
.js-pagination-pickup .numPage.active {
  background-color: #ff0033;
  color: #fff;
  font-family: Lato-Bold;
  border: 0;
}
.cnt-pagination-pick {
  width: 109px;
  height: 30px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  float: left;
}
.disabledbutton {
  pointer-events: none;
  opacity: 0.4;
}
button.btn.btn-light.js-qty-selector-plus,button.btn.btn-light.js-qty-selector-minus {
  border-radius: 0;
}
.js-qty-selector-plus span.glyphicon.glyphicon-plus:before {
  vertical-align: text-top;
}
.js-qty-selector-minus span.glyphicon.glyphicon-minus:before {
  vertical-align: text-top;
}
.pickup-store-list-entry-name .img-circle, .cont-mb-info-tienda .img-circle{
  width: 4px;
  height: 4px;
  background-color: #ff0033;
  float: left;
  margin-top: 4px;
  margin-right: 2px;
}
span.store-availability .bold-text-od {
  font-size: 0.6875em;
  line-height: 1;
}
.scarab-item-grid .priceContainer-grid, .scarab-item-grid .priceContainer-grid {
  font-family: Lato-Bold;
}
.cont-mb-info-tienda.hidden-md.hidden-lg {
  float: left;
  width: 100%;
  font-size: 9px;
  margin-bottom: 5px;
}
.name.js-pickup-product-info.desc.name-product {
  font-size: 0.643em;
}
.js-pickup-product-price.price-desc.redOD {
  font-size: 1em;
  text-align: right;
}
a.js-preview-pick {
  background-image: url(/_ui/responsive/theme-officedepot/images/flecha-izq.png)  !important;
  background-size: 50%  !important;
  background-repeat: no-repeat  !important;
  background-position: center  !important;
}
.startPage a.js-preview-pick {
  background-image: url(/_ui/responsive/theme-officedepot/images/grid/arrow-paginacion-2.svg);
}
a.js-next-pick {
 background-image: url(/_ui/responsive/theme-officedepot/images/flecha-der.png)  !important;
  background-size: 50%  !important;
  background-repeat: no-repeat  !important;
  background-position: center  !important;
}
.finalPage a.js-next-pick {
  background-image: url(/_ui/responsive/theme-officedepot/images/grid/arrow-paginacion.svg);
}
.img-header.img-header-component.desk{
  display: none !important;
}
.img-descuento-grid-cont{
  content: url("/_ui/responsive/theme-officedepot/images/body-home/sticker-1.svg");
  width: 90%;
}
.img-descuento-grid-cont-40{
  content: url("/_ui/responsive/theme-officedepot/images/body-home/sticker-2.svg");
  width: 90%;
}
.img-header-component {
  width: 96%;
  margin: auto;
}
.img-header.img-header-component.desk{
  display: none;
}
.img-aside-component {
  width: 100%;
}
.container-carouselPromo, .container-gridPromo {
  margin: 0 4% 50px;
}
.header-grid {
  margin-bottom: 8px;
}
.container-item {
  padding: 0;
}
.porcent-desc-ticker{
  padding-top: 3px;
  margin-left: auto;
  border-radius: 50%;
  width: 7.5vw;
  height: 7.5vw;
  font-family: Gotham-Bold;
  font-size: 3vw;

  display: flex;
  justify-content: center;
  align-items: center;
}
.sign-porcent-grid{
  font-size: 1.8vw;
}
.owl-prev{
  left: -2px !important;
  color: rgba(255, 255, 255, 0.0) !important;
  width: 9vw !important;
}
.owl-next{
  right: -2px !important;
  width: 9vw !important;
}
.glyphicon.glyphicon-carousel-left{
  background: url("/_ui/responsive/theme-officedepot/images/body-home/left-1.svg") no-repeat;
  background-position: 50%;
}
.glyphicon.glyphicon-carousel-right{
  background: url("/_ui/responsive/theme-officedepot/images/body-home/right-1.svg") no-repeat;
  background-position: 50%;
}
.container-grid {
  overflow: hidden;
  margin: 3.5%;
  border: #cccccc solid 1px;
  padding: 15px;
  min-height: 23.5vh;
  max-height: 53.3vw;
  -webkit-transition: opacity 0.3s;
  transition: all 0.3s;
}
.container-grid > a > div {
  -webkit-transition: opacity 0.3s;
  transition: all 0.3s;
}
div.container-grid > a > div.carousel__item--price{
  width: 36vw;
  position: absolute;
  bottom: 4vw;
  -webkit-transition: opacity 0.3s;
  transition: all 0.3s;
}
.container-item.width-plus-mob > .container-grid > a > div > div > div > .porcent-desc-ticker {
  width: 12vw;
  height: 12vw;
  font-size: 5vw;
}
.width-plus-mob > .container-grid > a > div.carousel__item--price{
  bottom: 4.7vw;
}
.span-icons-store{
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: all 0.3s;
}
.store-od{
  bottom: 9vw;
  margin: 0.08vw auto 0.08vw;
  -webkit-transition: opacity 0.3s;
  transition: all 0.3s;
}
.width-plus-mob .store-od{
  bottom: 8vw;
}
.store-od > .cnt-pickup-in-store-button{
  margin: 0;
}
.icon-store-od, .icon-cart-od{
  text-transform: uppercase;
  font-family: Lato-black;
  font-weight: normal;
  padding: .6vw;
  margin: .4vw;
  min-width: 100%;
  height: 6.4vw;
  border-radius: 4px !important;
  font-size: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.icon-store-od > div > .clic-btn-detail{
  font-size: 2vw;
}
.icon-store-od{
  border: #9D9B9B solid 1px !important;
  background-color: #9D9B9B !important;
  color: white;
}
.icon-cart-od{
  border: #74b207 solid 1px;
  background-color: #74b207;
  color: white;
}
.icon-store-od:hover{
  border: #b6b6b6 solid 1px !important;
  background-color: #b6b6b6 !important;
}
.icon-store-od > span > svg, .icon-cart-od > span > svg{
  width: 3.6vw;
  margin: 0 0.8vw 0 0 ;
}
.icon-store-od > span > svg .st0, .icon-cart-od > span > svg .st0{
  fill:#fff;
}
.container-item.aside-grid > .container-grid {
  border: #ffffff solid 1px;
  padding: 0;
  margin: auto;
}
div.container-grid > a > div.carousel__item--thumb > img{
  font-size: 1.8vw;
}
.carousel__item--price > .price.priceFormato > .price {
  color: red;
  font-family: Lato-Bold;
  font-size: 2.9vw;
}
div.container-grid > a > div.carousel__item--price > div > .price {
  padding-bottom: 0.55vw;
}
.carousel__item--price > .price.priceFormato > .discountedPrice-grid{
  font-size: 2.8vw;
  color: red;
  float: none;
  margin-right: -2px;
}

.beforePrice-grid {
  text-decoration: line-through;
}
.carousel__item--price > .price.priceFormato > .beforePrice-grid{
  font-size: 2.1vw;
}
.carousel__item--price > .price.priceFormato{
  text-align: left;
}
.carousel__item--price > .price.priceFormato > .cnt-priceWithOutIVA > .pricePAIVA > span {
  margin-left: -2.2px;
}
.carousel__item--thumb {
  text-align: center;
}
.carousel__item--thumb > img {
  max-width: 80%;
  margin: 10% auto 2%;
}
.carousel__item--name {
  text-align: left;
  max-height: 44px;
  min-height: 44px;
}
.carousel__item--name-text {
  margin-top: 0;
  font-size: 1.95vw;
}
.carousel__item--name-text > .carousel_sku-grid {
  font-size: 1.74vw;
  font-family: Lato-Regular;
}
.description-grid > .carousel__item--price{
  width: 34vw;
  position: absolute;
  top: 7vw;
  display: none;
}
.description-grid > div > .carousel__item--name-text > .name.description-style{
  font-family: Lato-Bold;
}
.row.row-carousel {
  margin: 0;
}
.row.row-carousel > .carousel__component {
  margin: 5px 0 5px;
  padding: 0;
}
.row-cont-grid:first-child {
  display: none !important;
}
button.btn.btn-primary.js-add-to-cart-for-pickup-popup{
  float: right;
  color: #ffffff !important;
  background-color: #99cc33 !important;
}
.title-pop-addtocart {
  font-family: Lato-Regular;
}
.add-to-cart .add-to-cart-item .details .name {
  font-size: 1.3333333em;
}
.add-to-cart .add-to-cart-item .thumb img {
  width: 100%;
}
.container-center-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
a.btn.btn-primary.add-to-cart-button.container-center-items {
  display: flex;
}
.cnt-continue-com img {
  margin: initial!important;
  margin-bottom: 2px!important;
  width: 16px;
  height: 16px;
}
.add-to-cart .add-to-cart-item .details {
  font-size: 11px;
}
.add-to-cart .add-to-cart-item .details .discountedPrice-grid {
  font-size: 1.5em;
}
.add-to-cart .add-to-cart-item .details .qty {
  font-size: 1.0833333333333333em;
}
.add-to-cart .add-to-cart-item .details .beforePrice-grid {
  font-size: 1em;
}
/*form[name="search_form_SearchBox"] {
  border: 2px solid #ff0033;
}*/
/*li.liOffcanvas.bnd-od {
  font-family: Lato-BoldItalic;
}*/
form#user_location_form .form-control::placeholder {
  color: #999;
}

input#user_location_query:focus::-webkit-input-placeholder {
  color: transparent;
}
/*.cont-profile-m {
  float: right;
  width: 61px;
  height: 25px;
}*/
.padding-all{
  padding: 10px;
}
.padding-top{
  padding-top: 10px;
}
.padding-bottom{
  padding-bottom: 10px;
}
.padding-right{
  padding-right: 10px;
}
.padding-left{
  padding-left: 10px;
}
.no-gutters .cont-price-grid{
  font-size: 1.091em;
  line-height: 14px;
}
.no-gutters.info-m {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}
.glyphicon-remove-od:before {
  content: "x";
  color: #ff0033;
  font-family: Lato-Regular;
  font-size: 17px;
  transform: scaleX(1.25);
  font-weight: 600;
  width: 20px;
  height: 25px;
  position: absolute;
  left: -33px;
  top: -13px;
  padding-top: 1px;
}
.facet__list > li > div.js-valida-filter .cuadro-filter, .facet__list > li > div.js-valida-filter-cr .cuadro-filter,
.facet__list > li > div.js-valida-filter-gt .cuadro-filter, .facet__list > li > div.js-valida-filter-hn .cuadro-filter{
  min-width: 15px;
  height: 15px;
  border: solid 1px #ccc;
  background-color: #ccc;
  background-position: 50% !important;
  float: left;
  margin-top: 3px;
  margin-right: 7px;
}
.facet-filters-actives > .facet__values.js-facet-values {
  margin-left: 15px;
  width: 100%;
  float: left;
}
.filter-active {
  float: right;
  width: 100%;
  text-align: center;
}

.js-product-facet .facet-filters-actives .facet__values.js-facet-values .facet__list {
  margin-left: 14px;
}
.js-product-facet .facet-filters-actives .facet__values.js-facet-values .facet__list > li {
  margin-top: 6px;
  margin-bottom: 6px;
}
.js-product-facet .facet-filters-actives .facet__values.js-facet-values .facet__list .glyphicon-remove-od:before{
  left: -25px;
}

.facet__values.js-facet-values .js-valida-filter > div,
.facet__values.js-facet-values .js-valida-filter-gt > div,
.facet__values.js-facet-values .js-valida-filter-cr > div,
.facet__values.js-facet-values .js-valida-filter-hn > div{
  display: initial;
}
.facet.js-facet #lista_faceta_priceValue .input-group {
  display: none;
}


.cnt-heart-grid, .cnt-descuento-pyme, .cont-logo-promo {
  /*margin-bottom: 4px;*/
}
/*.product__listing.product__grid .cont-promotion {
  min-height: 64px;
  max-height: 64px;
}*/
.wishlist-home {
  margin-right: 7px;
}
.wishlist-home a .als.select-heart-od {
  float: right;
  position: relative;
  z-index: 1;
  margin-top: -93px !important;
  margin: auto;
  width: 18px;
  height: 18px;
  background: url(/_ui/responsive/theme-officedepot/images/body-home/home2022/Favoritos_CCCCCC.svg) no-repeat center white;
  background-size: 98%;
  cursor: pointer;
}
.wishlist-home a .select-heart-od {
  float: right;
  position: relative;
  z-index: 1;
  margin: auto;
  width: 18px;
  height: 18px;
  background: url(/_ui/responsive/theme-officedepot/images/body-home/home2022/Favoritos_CCCCCC.svg) no-repeat center white;
  background-size: 98%;
  cursor: pointer;
}
.wishlist-home .cnt-heart-grid .heartContainer-dest .select-heart-od {
  float: right;
  position: relative;
  z-index: 1;
  margin: auto;
  width: 18px;
  height: 18px;
  background: url(/_ui/responsive/theme-officedepot/images/body-home/home2022/Favoritos_CCCCCC.svg) no-repeat center white;
  background-size: 98%;
  cursor: pointer;
  transform: translateY(10px);
}
.wishlist-vend a .select-heart-od {
  float: right;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  z-index: 1;
  width: 18px;
  height: 18px;
  background: url(/_ui/responsive/theme-officedepot/images/body-home/home2022/Favoritos_CCCCCC.svg) no-repeat center white;
  background-size: 98%;
}
.wishlist-vend .cnt-heart-grid .heartContainer .select-heart-od {
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: auto;
  width: 18px;
  height: 18px;
  background: url(/_ui/responsive/theme-officedepot/images/body-home/home2022/Favoritos_CCCCCC.svg) no-repeat center white;
  background-size: 98%;
}
.wishlist-vend .cnt-heart-grid .heartContainer .select-heart-od {
  margin-top: 10px;
}
.wishlist-grid.cnt-heart-grid .heartContainerGrid .select-heart-od {
  margin-top: 10px;
}
.wishlist-grid .select-heart-od {
  margin-right: 12px;
  float: right;
  cursor: pointer;
  position: relative;
  margin-top: 5px;
  z-index: 1;
  width: 18px;
  height: 18px;
  background: url(/_ui/responsive/theme-officedepot/images/body-home/home2022/Favoritos_CCCCCC.svg) no-repeat center white;
  background-size: 98%;
}
.wishlist-home .cnt-heart-grid .heartContainer-dest .select-heart-od.active {
  cursor: pointer;
  background: url(/_ui/responsive/theme-officedepot/images/body-home/home2022/Favoritos_CC0033.svg) no-repeat center white;
}
.wishlist-vend .cnt-heart-grid .heartContainer .select-heart-od.active {
  cursor: pointer;
  background: url(/_ui/responsive/theme-officedepot/images/body-home/home2022/Favoritos_CC0033.svg) no-repeat center white;
}
.select-heart-od.active, .select-heart-od-header.active {
  cursor: pointer;
  background: url(/_ui/responsive/theme-officedepot/images/body-home/home2022/Favoritos_CC0033.svg) no-repeat center white;
}
.select-heart-od-header {
  width: 30px;
  height: 30px;
}

.misFavoritos {
  padding-top: 10px;
  box-shadow: 6px -7px 10px -8px #eee;
  width: auto;
  margin: 0;
  font-size: 10px;
  font-family: Lato-regular;
  color: #333;
  text-align: center;

}
.descuento-pyme-od {
  margin: auto;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #050083;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promoGrid-logo-od {
  /*width: 25px;*/
  /*height: 25px;*/
}
.txt-descuento-pyme {
  color: #fff;
  font-family: Lato-Black;
}
.text-producto, .text-pyme {
  font-size: 6px;
  line-height: 7px;
  text-align: center;
}
.text-pyme {
  font-size: 9px;
}
.descuento-logo-od {
  /*  width: 43px;
  height: 43px;*/
  font-size: 13px;
}
.text-precio {
  font-size: 0.5em;
  line-height: 1.42857143;
}
.text-precio-1 {
  font-size: 0.4em;
  line-height: 1.42857143;
}
.porcentaje-descuento{
  /*font-size: 16px;*/
}
.icon-goUp {
  position: fixed;
  z-index: 9999;
  width: 45px;
  height: 45px;
  border: solid 2px #cccccc;
  border-radius: 45px;
  background-color: rgba(255,255,255,1);
  content: url(/_ui/responsive/theme-officedepot/images/grid/up-arrow.svg);
  padding: 11px;
  right: 3.3%;
  bottom: 100px;
}
.rating .rating-stars span.fh {
  width: 1em;
}
/*.product__listing.product__grid .cnt-info-head-grid .averageRating-content .rating {
  color: transparent;
}*/

.scarab-item.scarab-item-grid .product-carruselesEmarsys {
  height: 45px;
  overflow: hidden;
}
.cnt-btn-clic, .cnt-btn-clic-pickup {
  display: flex;
  justify-content: center;
  align-items: center;
}
#icon-add-car {
  background-image: url(/_ui/responsive/theme-officedepot/images/detail/carrito-white.svg);
  height: 17px;
  width: 20px;
  background-repeat: no-repeat;
}
#icon-clic {
  background-image: url(/_ui/responsive/theme-officedepot/images/detail/tienda-clic.svg);
  height: 17px;
  width: 20px;
  background-repeat: no-repeat;
}
.cnt-info-home .btn-default {
  height: 35px;
}
#lista_faceta_pymeValidDescription .input-group {
  display: none;
}
/*Rediseño Login*/
div#loginPyME {
  margin-top: 0;
}

label.add-address-left-label.btn.btn-light.btn-checkbox {
  max-height: 13px;
  box-shadow: inset #cccccc 0 0 4px 2px;
}
.center-content-login .cont-session {
  padding: 0 20px;
}
.center-content-login .loginLabel {
  margin: 0;
}
.center-content-login .form-group > .control-label {
  display: none;
  position: absolute;
  margin-top: -19px;
}
.center-content-login .form-group > .control-label.code {
  display: block;
}
.input-form-required {
  position: absolute;
  color: red;
  font-family: Lato-LightItalic;
}
.center-content-login .form_field_error-message {
  margin: 0 0 10px 0;
  width: 100%;
  text-decoration: underline;
  text-align: center;
}
#conectar_facebook, #loginGmail {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.abcRioButton.abcRioButtonLightBlue {
  /*width: 100% !important;*/
  width: 256px !important;
  height: 40px !important;
  border: solid #999999 1px;
  border-radius: 4px;
  box-shadow: none;
  display: flex;
  justify-content: center;
}
.abcRioButton.abcRioButtonLightBlue .abcRioButtonContentWrapper {
  width: max-content;
  display: flex;
  align-items: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
}
.abcRioButton.abcRioButtonLightBlue .abcRioButtonContents {
  font-family: Lato-Bold !important;
  margin-left: 0 !important;
  font-size: 16px !important;
  color: #000;
}
.afacebook.btn-block {
  font-size: 15px;
}
.icon-login-fb {
  background: url(/_ui/responsive/theme-officedepot/images/login/OD-Facebook.svg) no-repeat;
  width: 15px;
  height: 15px;
  display: inline-table;
}
.center-content-login .form-group {
  margin-bottom: 36px;
}
.center-content-login .success {
  position: absolute;
  right: 22px;
  margin-top: -26px;
  z-index: initial;
}
.center-content-login .checkbox .content-checkbox .checkbox-top .control-label.switch {
  margin-bottom: -3px;
}
.center-content-login .form-control::placeholder {
  font-size: 0.9em;
}
.center-content-login .checkbox .content-checkbox .text-label u {
  text-decoration: none;
}
.center-content-login .form-group-check .form-group {
  margin-bottom: 0;
}
.center-content-login .login-separator {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-family: Lato-Light;
  color: #333;
}
.center-content-login .login-separator div {
  border-top: 2px #BFBFBF dotted;
}
.center-content-login .login-separator .login-separator-left {
  margin-right: 22px;
}
.center-content-login .login-separator .login-separator-right {
  margin-left: 22px;

}
.lineThrough {
  text-decoration: line-through;
}
@media(max-width: 1023px) {
  .content-grid-products > .nombreCat-line {
    position: absolute;
    margin-top: 42px;
    height: 4px;
    margin-left: 22px;
  }
  .filter-active .facet__list {
    text-align: center;
  }
  .filter-active .facet__list > li {
    display: inline-block;
    margin: 0 14px;
  }
  .filter-active .facet__list > li > div {
    width: max-content;
    margin: 8px;
  }
  div#emarsys_recommended {
      height: 160px;
  }
}
@media(max-width: 849px) {

  .center-content-login.form-log {
    border: solid #cccccc 2px;
    border-top: solid #cccccc 1px;
    border-radius: 3px;
    margin: 2% 3%;
  }
  .container-start-session, .registroOD {
    border-top: solid #cccccc 1px;
    background: #fff;
    transition: all 0.2s;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .center-content-login .form_field-elements.js-recaptcha-captchaaddon {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .js-container-form-login, .js-container-form-register {
    padding-bottom: 20px;
  }
  .requiredOD {
    height: 50px;
  }
  .headline.requiredOD {
    font-size: 22px;
    display: flex;
    align-items: center;
    margin: 0 -20px;
  }
  #loginPyME .headline.requiredOD {
    display: block;
  }
  #registerPyME .title-pyme {
    margin-bottom: 18px;
  }
  .headline.requiredOD > .lightOD {
    margin-right: 4px;
  }
  .icon-select-session {
    width: 30px;
    height: 30px;
    border: solid 1px #999999;
    border-radius: 50%;
    margin: auto 18px;
  }
  .icon-select-session.active {
    border: solid 1px #ff0033;
    padding: 6px;
  }
  .icon-select-session.active .back-i-s-s {
    background: #ff0033;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
  }
  .center-content-login .cont-session {
    width: 100%;
    overflow: hidden;
  }
  .center-content-login .cont-session.registroOD {
    border-left: none;
  }
  .center-content-login .cont-session.disable {
    background-color: #eeeeee;
  }
  .js-container-form-login .form_field-elements .success {
    margin-top: -28px;
  }
  .center-content-login .form_field_error-message .icono-help {
    height: 13px;
    width: 13px;
  }
  .form-requiredOD {
    font-size: 1.1em;
    text-align: center;
    margin: 7px auto;
  }
  .form-requiredOD.negritaOD {
    margin: 7px auto 24px;
  }
  .center-content-login .form-group-check .form-group ul {
    padding-left: 0;
  }
  .center-content-login .form-group-check .form-group .content-checkInput {
    font-size: 0.89em;
  }
  /*INICIO Modal recuperar contraseña*/
  .forgotten_title {
    text-align: center;
    display: block;
    font-size: 1em;
  }
  .forgottenPwd.clearfix {
    text-align: center;
  }
  .forgottenPwd.clearfix .description{
    font-family: Lato-Light;
    font-size: 0.9em;
    line-height: 1em;
    color: #666666;
    width: 78%;
    margin: 20px auto 15px;
  }
}
.switch input {display:none;}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.checkbox label input:checked + .slider {
  background-color: #99cc00;
}
.checkbox label input:focus + .slider {
  box-shadow: 0 0 1px #99cc00;
}
.slider.round {
  border-radius: 34px;
}
.sin-margin{
  margin: 0px;
}
.slider.round:before {
  border-radius: 50%;
}
.content-checkInput {
  width: auto;
  position: relative;
  float: left;
  margin-right: 10px;
  font-size: 1em;
  clear: left;
}
.content-checkLetters {
  width: auto;
  display: inline;
  position: absolute;
  line-height: 1;
  white-space: initial;
  min-width: 260px;
  text-align: left;
  font-family: Lato-Light , "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  text-transform: initial;
  padding-left: 4px;
}
.content-check-bill {
  /*margin-left: -20px;*/
  margin-top: 13px;
}
.content-check-billingAddress{
  margin-top: 13px;
}
span.content-si {
  position: relative;
  top: -3px;
  font-size: 0.938em;
  margin: 0 5px;
}
span.content-no {
  position: relative;
  top: -3px;
  font-size: 0.938em;
  margin: 0 5px;
}
/*.img-mob-menu {
  position: relative;
  width: 30px;
  height: 19px;
}*/
/*.img-mob-menu:before{
  content: "";
  width: 9px;
  height: 15px;
  background-image: url(/_ui/responsive/theme-officedepot/images/body-home/flecha-mob-menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}*/
/*.navigation__overflow {
  list-style-type: none;
}*/
.content-mobile-login {
  position: relative;
  float: left;
}
.no-gutters span{
  font-size: 0.775em;
}
.add-emys {
  padding-left: 15px;
  padding-right: 15px;
}
.btn-enviar{
  padding-left: 5px;
}
/*@media(max-width: 1439px) {
  .content-header{
    font-size: 12px;
  }
}*/
select#storelocator-query {
  width: 78%;
  position: relative;
  float: left;
  margin-right: 7px;
  margin-bottom:  10px;
}
/*.priceContainer-grid{
  color: #ff0033;
  float: left;
  position: relative;
}*/

.textCatExt{
display: block;
text-align: left;
font-family: Montserrat-Bold,sans-serif;
font-size: 1.7em;
color: #c03;
}

.priceDiscountContainer-grid{
  width: 100%;
  color: #000;
  font-size: 0.875em;
  float: left;
  font-weight: bold;
  position: relative;
  text-align: start;
  padding-left: 5px;
  justify-content: start;
  display: flex;
  align-items: flex-end;
}
.gallery-carousel .owl-wrapper-outer {
  padding: 0px 15px 15px 15px;
  margin-left: 10px;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-price {
  display: flex;
  align-items: center;
}
div.emarsys-home-g .price-d{
  font-size: 1.00em;
}
/*.td-order-my{
  font-size: 1em;
}*/
/*.title1-order-my {
  font-size: 1.125em;
}*/
div#loginPyME {
  background: #f7f7f7;
  padding: 0 20px 10px 20px;
  margin-top: 30px;
}
div#registerPyME{
  background: #f7f7f7;
  padding: 0 20px 20px 20px;;
}
.img-pyme{
  width: 100%;
  height: 100%;
}
.text1PYME{
  font-size: 1.125em;
  color: #999;
  font-family: Lato-Regular;
  text-align: center;
}
.text2PYME{
  font-size: 0.625em;
  font-family: Lato-Regular;
  text-align: center;
  color: #000;
  margin: 10px 0;
}
.text3PYME{
  margin-top: 22px;
  text-align: center;
  color: #000;
  font-family: Lato-Regular;
  font-size: 26px;
}
.text4PYME{
  text-align: center;
  float: left;
  color: #0f76ba;
  font-family: Lato-black;
  font-size: 1.750em;
  line-height: 1;
  padding-right: 10px;
}
.centrarPyME{
  display: flex;
  justify-content: center;
  align-items: start;
  text-align: start;
  margin-bottom: 20px;
}
.logo-pyme{
  background-image: url(/_ui/responsive/theme-officedepot/images/PyME/08-pyme.png);
  height: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 25%;
  margin-left: 10px;
}
.img-pymeCategory{
  width: 100%;
  height: auto;
}
.text5PYME{
  text-align: center;
  float: left;
  color: #0f76ba;
  font-family: Lato-black;
  font-size: 0.688em;
  width: 100%;
  margin: 0;
}
.fondo-color{
  background-color: #f7f7f7;
  margin-top: 20px;
  min-height: 424px;
}
#loginPyME .headline{
  margin-top: 30px;
}
.figuras-PyME{
  padding: 30px 40px;
  background-color: #f7f7f7;
}
.circle-center{
  width: 10%;
  float: right;
  padding: 0 4%;
}
.line-pymeR{
  width: 45%;
  height: 5px;
  border-bottom: 2px solid #99cc00;
  float: right;
}
.line-pymeL{
  width: 45%;
  height: 5px;
  border-bottom: 2px solid #99cc00;
  float: left;
}
.circle-pyme{
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0f76ba;
  float: right;
  margin: 0 2%;
}
.title-pyme{
  font-size: 1.375em;
  height: 25px;
}
.izquierdo{
  float: left;
}
.derecho{
  float: right;
}
.logo-empleadosPYME{
  background-image: url(/_ui/responsive/theme-officedepot/images/PyME/empleados.svg);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  position: relative;
  float: left;
}
.hoverCategoria:hover{
  opacity: 0.7;
}
.posTexto {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}
#registerPyME .checkbox{
  margin: 10px 0 10px 0px;
}
.headline-inner {
  text-transform: uppercase;
}
.magnifying-glass {
  color: #ff0033;
}
#add_to_cart_storepickup_form{
  margin-right: 5px;
}
.coll-info .info-extra{
  display: none;
}
.i-plus{
  color: red;
}
.coll-horarios{
  display: none;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product {
  border-bottom: none;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.store-navigation .js-pickup-store-list .pickup-store-list-entry .coll-info .info-extra hr {
  width: 95%;
  float: left;
}
.pickup-component .find-store-display .display-details .pickup-product {
  border-top: none;
  float: left;
}
.img-pickup-home{
  background-image: url(/_ui/responsive/theme-officedepot/images/pickup/shop-1.png);
  width: 35px;
  height: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
}
.ProductGridComponent-ListPickUpInStoreAction.icon-option:hover {
  background-color: #ff0033;
  cursor: pointer;
}
.ProductGridComponent-ListAddToCartAction.icon-option:hover {
  background-color: #99cc00;
  cursor: pointer;
}

/*.btn-cart-pick-grid .js-pickup-in-store-button {
  background-color: #999;
  border: none;
  padding: initial;
  height:35px;
}*/

.beforePrice-grid {
  color: #666;
}
.add-car {
  padding: 0;
}
.icon-option {
  width: 42px !important;
  height: 42px !important;
  border: 1px solid transparent;
  border-radius: 50%;
  display: inline-block;
  padding: 5px;
}
.ProductGridComponent-ListPickUpInStoreAction.icon-option {
  float: left !important;
}
.ProductGridComponent-ListAddToCartAction.icon-option {
  float: right !important;
}
.descuento-logo-od {
  margin:auto;
}
/*.ProductGridComponent-ListPickUpInStoreAction:hover {
  background-color: #ff0033;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  border: 0px solid #000000;
}*/
.img-pickup-car {
  background-image: url(/_ui/responsive/theme-officedepot/images/pickup/cart-1.png);
  background-color: initial;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  max-height:initial;
}
.ProductGridComponent-ListAddToCartAction:hover .img-pickup-car{
  background-image: url(/_ui/responsive/theme-officedepot/images/pickup/cart-2.png);
}
.img-pickup-car:hover{
  background-color: initial;
}
.ProductGridComponent-ListPickUpInStoreAction:hover .img-pickup-home{
  background-image: url(/_ui/responsive/theme-officedepot/images/pickup/shop-2.png);
}
.add_to_cart_form > a > .thumb{
  min-height: 207px;
  background-position: 50% 70%;
}
.emarsys-home-g  > span > .add_to_cart_form > a > .thumb{
  min-height: 350px;
}
.scarab-item.scarab-item-grid form a > .thumb {
  min-height: 171px;
  float: left;
  width: 100%;
}
.scarab-item-detail > form > .product > .thumb{
  min-height: 207px;
  background-position: 50% 70%;
}
.logo-mas-checkout {
  background-size: 21px;
  padding: 21px;
}
#address-show, #address-new {
  padding: 11px;
  background-size: 14px;
}
#new-card, #saved-cards {
  padding: 8px;
}
.js-addres-show .separator-icon-text,
.js-addres-new .separator-icon-text {
  line-height: 1.5;
}
.content-address-checout .js-card-new, .content-address-checout .js-card-show {
  cursor: pointer;
}
.content-option-facturar {
  margin-left: 0;
}
.content-texto-option-facturar {
  width: 100%;
}
a.btn-hasNoPaymentInfo {
  display: none;
}
.scarab-next {
  position: relative;
}
.anchoEmarsys-1 .scarab-next {
  position: absolute;
}
.button {
  border-radius: 5px !important;
}
.col-xs-6.cart-totals-left.text-right {
  padding-right: 28px;
}
.cart-totals-left.grand-total, .cart-totals-right.grand-total {
  font-size: 1.5em;
  margin: 6px auto 14px;
}
table.tab {
  border-collapse: inherit;
  border-spacing: 5px;
}
.sepa {
  margin-right: 50px;
}
#ExpiryMonth, #ExpiryYear {
  /*margin-top: 5px;*/
}
.cnt-seccion-4 .scarab-item-grid .lazy-emarsysDatails {
  min-height: auto;
}
.cnt-seccion-4 .scarab-item.scarab-item-grid form a > .thumb-mobile {
  min-height: auto;
}
.cnt-seccion-4 .add_to_cart_form_mobile .cnt-info-home button {
  height: 20px !important;
  min-height: 20px;
}
.cnt-seccion-4 #templateMobile .add_to_cart_form {
  font-size: 7px;
}
.cnt-seccion-4 #templateMobile .product-carruselesEmarsys {
  max-width: 100%;
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
}
.cnt-seccion-4 #templateGeneral .scarab-item {
  margin: 35px 0 0 0;
}
.cnt-seccion-4 #templateGeneral .scarab-item.scarab-item-grid form a > .thumb {
  min-height: 135px;
}
.cnt-seccion-4 #icon-add-car,
.cnt-seccion-4 #icon-clic {
  height: 11px;
  width: 14px;
}
.cnt-seccion-4 #templateGeneral .product-carruselesEmarsys {
  max-width: 100%;
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 42px;
}
.margin-texto-datos-obligatorios {
  margin-left: 10px;
  margin-bottom: 10px;
}
.next-step-checkout {
  width: 100%;
}
.control-label.address\.cedulaJuridicachecoutLabel {
  margin-left: 17px;
}
.control-label.address\.townCitychecoutLabel {
  margin-left: 20px;
}
.control-label.address\.primaryPhonechecoutLabel {
  margin-left: 21px;
}
#storeFinderForm .storelocator-querysr-only, #storeFinderFormState .checoutLabel {
  margin-left: 25px;
}
.store__finder a.js-preview-pick, .store__finder a.js-next-pick {
  border: none;
  background-size: 60%;
}
.store__finder .js-preview-pick, .store__finder .js-next-pick, #js-pagination-store-finder .numPage {
  margin-right: 6px; margin-left: 6px;
  width: 35px; height: 35px;
}
.store__finder a.js-preview-pick[disabled], .store__finder a.js-next-pick[disabled] {
  opacity: 0;
}
.store__finder .js-cnt-pagination-store-finder {
  margin-top: 15px;
}
.cnt-img-locate-store {
  height: 200px;
  margin: 30px auto;
}

.cnt-separator-section .text-separator {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #CDCDCD;
  line-height: 0.1em;
  margin: 10px 0 10px;
  font-family: Lato-Regular;
}
.text-in-separator{
  background-color: white;
  padding: 0 10px
}
@media (min-width: 640px) and (max-width: 1023px) {
  .cnt-img-locate-store {
    margin: 5px auto;
  }
}
@media (max-width: 1023px) {
  #storeFinder {
    padding-left: 20px;
    padding-right: 20px;
  }
  .store__finder .store__finder--navigation {
    margin-top: 22px;
  }
  .store__finder .store__finder--details .store__finder--details-back {
    display: inline-block !important;
  }
  .store__finder .back__to__storelist {
    margin-bottom: 10px;
  }
  .store__finder .store__finder--map {
    margin-top: -20px;
  }
  .store__finder .store__finder--navigation-list .list__entry input:checked + label .container_details-openings {
    display: none;
  }
}
.control-label.address\.RUC {
  margin-left: 22px;
}
.center-content-login .title-btn-social {
  margin: 6px auto 12px;
}
/*.gufac {
  width: 56%;
}*/
.totalResults {
  margin-top: 50px;
}
.js-saveAddressInMyAddressBook {
  height: 30px;
}
.js-saveAddressInMyAddressBook .content-checkInput {
  margin-left: 2px;
}
.js-saveAddressInMyAddressBook .text-label {
  /*float: right;*/
  /*margin-top: -2px;*/
  /*margin-left: 40px;*/
}
.js-saveAddressInMyAddressBook .checkbox {
  margin: auto;
}
.content-add-to-cart-layer {
  z-index: 999;

}

.pop-mensaje2022{
  z-index: 999;
  position: fixed;
  top:0;
  padding:0px;

  height: 100vh;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.content-split-cart-layer {
  z-index: 999;
}
#addToCartLayer {
  padding: 15px;
  position: absolute;
  background: #FFFFFF;
  border-radius: 5px;
  top: 150px !important;
  /*

     width: 100%;
     border-bottom: 8px solid #FF0033; */
  width: none !important;
  opacity: 0;
  -webkit-box-shadow: -2px 0 20px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: -2px 0 20px 2px rgba(0,0,0,0.3);
  box-shadow: -2px 0 20px 2px rgba(0,0,0,0.3);
}
#addToCartLayer .add-to-cart-item .icon-item-add-to-cart {
  width: 100%;
}
#addToCartLayer .add-to-cart-item .title-add-to-cart {
  text-align: center;
}
.description-product-add-to-cart-2022 {
  font-family: Montserrat-Medium;
  text-align: center;
  color: #666;

}
/*#addToCartLayer .add-to-cart-item .quantity-items-addtocart {
    font-family: Lato-Black;
    font-size: 1em;
  }*/
#addToCartLayer .add-to-cart-item .content-img-product-add-to-cart {
  margin-bottom: 10px;
}

/*#addToCartLayer .add-to-cart-item .quantity-items-addtocart,
  #addToCartLayer .add-to-cart-item .discountedPrice-grid,
  #addToCartLayer .add-to-cart-item .beforePrice-grid,
  #addToCartLayer .add-to-cart-item .price-items-addtocart {
    display: inline;
    line-height: 1.5;
  }

   */
/*#addToCartLayer .add-to-cart-item .price,
  #addToCartLayer .discountedPrice-grid.price-discount {
    font-size: 1.2em;
    text-align: right;
    position: relative;
  }*/
#addToCartLayer .add-to-cart-item .beforePrice-grid {
  font-family: Lato-Regular;
  font-size: 0.9em;
}
#addToCartLayer .add-to-cart-item .container-link-addtocart {
  margin-top: 10px;
}
#add-to-cart-error-alert  {
  font-size: 0.8em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}
#add-to-cart-error-alert .emoji {
  width: 30%;
}
#add-to-cart-error-alert .emoji {
  display: block;
  width: 90%;
  max-width: 80px;
  margin: 0 auto;
}
#add-to-cart-error-alert .error-message-alert {
  display: flex;
  flex-direction: column;
}
@media (min-width: 320px) {
  #add-to-cart-error-alert .error-message-alert > div {
    text-align: center;
  }
  #add-to-cart-error-alert .error-message-alert > div > .icono-tienda-error{
    width: 80px;
    height: 80px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px){
  #add-to-cart-error-alert .error-message-alert > div {
    max-width: 300px;
  }
}
.logo-click-adrees {
  background-image: url(/_ui/responsive/theme-officedepot/images/pickup/shop-1.svg);
  height: 15px;
  width: 19px;
  background-repeat: no-repeat;
}
.trans-alert-message-site {
  animation-name: show-alert-addtocart;
  animation-duration: 5s;
  animation-fill-mode: forwards;

  -moz-animation-name: show-alert-addtocart;
  -moz-animation-duration: 5s;
  -moz-animation-fill-mode: forwards;

  -o-animation-name: show-alert-addtocart;
  -o-animation-duration: 5s;
  -o-animation-fill-mode: forwards;

  -webkit-animation-name: show-alert-addtocart;
  -webkit-animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
}
@keyframes show-alert-addtocart {
  0% {
    opacity: 0;
    top: 0;
  }
  6% {
    opacity: 1;
    top: 90px;
  }
  94% {
    opacity: 1;
    top:90px;
  }
  100% {
    /*opacity: 0;
    top: 0;*/
    opacity: 1;
    top:90px;
  }
}
.tb-deliveryData {
 padding: 0px !important;
  }

.border-disable[disabled], .border-disable {
    width: 94.5%;
    height: 42px;
    z-index: -1;
    margin-left: -1px;
    border: 0.1px solid #ccc;
    top: 30.5%;
    position: absolute;
}
input#phoneNumber[disabled] {
    border: 1px solid #5c5c5c;
}
input#streetName[disabled] {
border: 1px solid #5c5c5c;
}
input#streetNumber[disabled] {
border: 1px solid #5c5c5c;
}
input#betweenStreet2[disabled] {
border: 1px solid #5c5c5c;
}
input#reference[disabled] {
border: 1px solid #5c5c5c;
}
footer {
  border-top: solid 1px #ffffff;
  padding-bottom: 5px;
}
@media(min-width: 425px){
  #cboxTitle .headline {
    margin-top: 30px;
  }
  .expand {
    margin-left: -24px;
    width: 95.1%;
    margin-right: 1px;
  }
  .logizq {
    float: right;
    margin-right: -31px;
  }
  /*.non {
    float: right;
    margin-right: 171px;
  }*/
  .required.right {
    float: initial;
  }
  .ajus {
    margin-right: 10px;
    margin-left: 8px;
  }
  .cart-voucher__label {
    margin-top: 9px;
    display: block;
    width: 100%;
  }
  .redODopc {
    color: #f03;
  }
  .rojo {
    margin-left: 21px;
  }
  .guard {
    /* float: right; */
    /*margin-left: -15px;*/
    justify-content: right;
    position: absolute;
  }
}
@media (min-width: 640px) {
  .bbt {
      padding-bottom: 20px;
  }
  label.control-label.address\.NIT {
    padding-left: 23px;
  }
  label.control-label.address\.customerActivity {
    padding-left: 20px;
  }
  label.control-label.address\.firstName {
    padding-left: 20px;
  }
  label.control-label.address\.dui {
    padding-left: 20px;
  }
  label.control-label.address\.cedula {
      padding-left: 20px;
  }
  label.control-label.address\.interiorNo {
        padding-left: 20px;
    }
  label.control-label.address\.company {
    padding-left: 20px;
  }
  label.control-label.address\.TDD {
    padding-left: 20px;
  }
  label.control-label.address\.pasaporte {
     padding-left: 20px;
  }
  label.control-label.address\.nrc {
          padding-left: 20px;
  }
  label.control-label.address\.middlename {
    padding-left: 20px;
  }
  label.control-label.address\.surname {
    padding-left: 20px;
  }
  label.control-label.address\.streetName {
    padding-left: 20px;
  }
  label.control-label.address\.streetNumber {
    padding-left: 20px;
  }
  label.control-label.billingAddress\.district {
    padding-left: 20px;
  }
  label.control-label.address\.townCity {
    padding-left: 20px;
  }
  label.control-label.address\.postcode {
    padding-left: 20px;
  }
  label.control-label.address\.region {
    padding-left: 20px;
  }
  label.control-label.address\.primaryPhone {
    padding-left: 22px;
  }
  .exprsscheck {
    width: 32%;
  }
  .uberimgorder {
         background-position-y: 1px;
     }
  .product-details .addtocart-component .actions .btn {
       float: right !important;
       margin-top: 14px;
  }
.bordef {
  border-bottom: 3px solid #d4d7dc;
  font-size: 9px;
}
.texgr {
  border-bottom: 2px solid #d4d7dc;
  font-size: 9px;
}
  .preff {
      padding-bottom: 0px;
  }
  .mesgratis {
      font-size: 9px;
  }
.espm {
  padding-top: 34px;
}
.separas {
    margin-right: 9px;
    margin-left: 16px;
}
.grati {
  font-size: 12px;
  margin-left: -6px;
  top: -15%;
}
img.imgrecoms {
  width: 102px;
  padding-top: 10px;
}
}
@media (min-width: 768px) {
  .alinea {
    margin-left: -200px;
  }
  .expand {
    margin-left: -21px;
    width: 94.333333%;
    margin-right: 1px;
  }
  #cboxTitle .headline {
    margin-top: 23px;
  }
  .required.right {
    float: initial;
  }
  .ajus {
    margin-right: 10px;
    margin-left: 8px;
  }
  .cent {
    align-content: center;
    text-align: center;
    margin-left: 122px;
  }
  .redODopc {
    color: #f03;
  }
  .cnt-seccion-4 .cnt-info-head-grid {
    width: 75%;
  }
  .cnt-seccion-4 .cont-promotion {
    width: 25%;
  }
  .cnt-seccion-4 #emarsys-content-grid {
    font-size: 10px;
  }
  .cnt-seccion-4 .descuento-logo-od {
    width: 30px;
    height: 30px;
  }
  .cnt-seccion-4 .text-precio,
  .cnt-seccion-4 .text-precio-1 {
    font-size: 6px;
  }
  .rojo {
    margin-left: 21px;
  }
  #ajax-items-totals .requiredOD {
    height: 0;
  }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
    margin-left: 0px;
  }
  .item__total {
    padding-left: 20px;/*061819*/
  }
  .guard {
    /* float: right; */
    /*margin-left: -10px;*/
    justify-content: right;
    position: absolute;
  }
  .userLogin {
    /*padding-right: 29px;*/
  }
  .userRegister {
    /*margin-left: 29px;*/
  }
  .center-xz {
      margin-top: -15px;
  }

  #addToCartLayer{
    width: 310px;

  }

  #addToCartLayer .add-to-cart-item .title-add-to-cart{
    font-size: 16px;
  }
  #addToCartLayer .add-to-cart-item .content-img-product-add-to-cart img{
    width: 85px;
    height: 85px;
  }

  .quantity-items-addtocart{
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .description-product-add-to-cart-2022{
    font-size: 14px;
  }
  .price-items-addtocart-2022{
    color: #CC0033;
    font-size: 17px;
  }

  .price-discount-addtocart-2022{
    font-size: 13px;
  }

  .text-link-addtocart-2022{
    font-size: 14px;
  }

  .pop-txt-noInventario{
    font-size: 16px;
  }
.uberimgexpress {
      background-position-y: 6px;
}
.exprsscheck {
      width: 25%;
      top: 5px;
}
.exprss {
    width: 55%;
}
.uberimg {
    background-position-y: 5px;
}
.exprssorder {
    width: 30%;
}
.accountOrderHistoryPage
.orderhistory-list-table
.accountContentPane {
    padding: 50px 10px 10px 10px;
}
form#addToCartForm {
    width: 100%;
}
#gsubtitle {
    font-size: 14px !important;
    margin-top: 5px;
}
.gwarranty-title span{
    font-size: 25px;
    display: inline-block;
    font-family: "Monserrat-Bold !important";
}
}
.exprssorder {
    color: #cc0033;
    font-weight: 700;
}
.exprsscheck {
    font-family: Montserrat-Bold;
    max-width: 105px;
}
@media (min-width: 1024px){
  .guard {
    justify-content: right;
    position: absolute;
    width: 20vw;
  }
  .center-xz {
      margin-top: -13px;
  }

  #addToCartLayer{
    width: 304px;

  }

  #addToCartLayer .add-to-cart-item .title-add-to-cart{
    font-size: 14px;
  }
  #addToCartLayer .add-to-cart-item .content-img-product-add-to-cart img{
    width: 104px;
    height: 80px;
  }
  .quantity-items-addtocart{
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .description-product-add-to-cart-2022{
    font-size: 14px;
  }
  .alert {
    padding-left: 20px;
    margin-top: 28px;
    padding-right: 20px;
  }
.exprss {
    width: 47%;
}
 .exprsscheck {
     width: 37%;
     top: 5px;
}
.uberimgexpress {
     background-position-y: 5px;
}
.exprssorder {
      width: 22%;
}
fieldset.accountContentPane.fieldset-billingAddress{
     min-height: 380px;
}
.cont-pag span.swiper-pagination-bullet {
     margin-top: 5px !important;
}
.accountOrderHistoryPage
.legend-cancelled {
    width: 173px !important;
    max-width: 180px !important;
}
.accountOrderHistoryPage
.legend-orderDone {
    width: 173px !important;
    max-width: 180px !important;
}
.accountOrderHistoryPage
.legend-orderSent {
    width: 173px !important;
    max-width: 180px !important;
}
.accountOrderHistoryPage
.legend-successfulDelivery{
    width: 173px !important;
    max-width: 180px !important;
}
.accountOrderHistoryPage
.legend-paymentInValidation {
    width: 173px !important;
    max-width: 180px !important;
}
.accountOrderHistoryPage
.legend-preparingOrder {
    width: 173px !important;
    max-width: 180px !important;
}
.accountOrderHistoryPage
.legend-orderHistory,
.container-orderInfo {
    padding-top: 22px;
}
.groupsData {
    justify-content: right;
}
.btnNotgWarranty {
    padding-right: 30px;
}
.btnAddgWarranty {
    padding-left: 30px;
}
img.imgpr {
    width: 100%;
}
img.imglad {
    width: 100%;
}
.contpr {
    margin-top: 53px;
}
img.imglad {
    width: 100%;
    height: 11.9vw;
}
.cnt-panelBasePromotion {
    padding: 12px 18px !important;
}
.texgr {
    border-bottom: 2px solid #d4d7dc;
    font-size: 12px;
}
.preff {
    font-size: 24px;
    padding-bottom: 0px;
}
.grat {
    font-size: 12px;
}
.mhInscribete {
    margin-bottom: 7px;
}
  .mesgratis {
      font-size: 10px;
  }
  .clop {
      margin-top: 4px;
  }
    .bordef {
        border-bottom: 3px solid #d4d7dc;
        font-size: 12px;
    }
    .espm {
      padding-top: 50.5px;
    }
    .separas {
        margin-right: 9px;
        margin-left: 6px;
    }
      .sepss {
        margin-top: 47px;
      }
    .altoss {
      height: 450px;
      max-height: 501px;
    }
    .clop {
      padding: 0 !important;
      margin-top: 0px;
      font-size: 11px;
      text-align: center;
      width: 72px;
      color: #fff !important;
    }
    .termss {
        font-size: 7px;
        padding-top: 27px;
    }
   .cdo {
       margin-top: -3px;
   }
   .cdodos {
       width: 74px;
   }
   img.imgrecoms {
     width: 120px;
     padding-top: 11px;
   }
   img.imgettd {
     width: 15px;
   }
   .insffg {
     margin-left: 7px;
   }
}
@media (min-width: 1200px){
.Containershopplist {
    padding-bottom: 20px;
}
.exprsscheck {
    width: 54%;
    top: 5px;
}
.exprssorder {
    width: 42%;
}
.cdodos {
  margin-left: 36px;
}
img.imgrecoms {
  width: 130px;
  padding-top: 12px;
  height: 60px;
}
.texgr {
  font-size: 13px;
}
}

.IconWAPolicy {
    position: relative;
    top: -174px;
    left: 158px;
}

.IconWAPolicy2 {
    position: relative;
    top: -186px;
    left: 149px;
}
@media (max-width: 1024px) {
    .IconWAPolicy {
        position: relative;
        top: -157px;
        left: 142px;
    }
    .IconWAPolicy2 {
        position: relative;
        top: -169px;
        left: 133px;
    }
}
@media (max-width: 768px) {
    .IconWAPolicy {
        position: relative;
        top: -212px;
        left: 193px;
    }
    .IconWAPolicy2 {
        position: relative;
        top: -227px;
        left: 175px;
    }
}

@media (max-width: 476px) {
    .IconWAPolicy {
        position: relative;
        top: -132px;
        left: 124px;
    }
    .IconWAPolicy2 {
        position: relative;
        top: -143px;
        left: 110px;
    }
}
@media (max-width: 426px) {
    .IconWAPolicy {
        position: relative;
        top: -124px;
        left: 106px;
    }
    .IconWAPolicy2 {
        position: relative;
        top: -137px;
        left: 97px;
    }
}
@media (max-width: 376px) {
    .IconWAPolicy {
        position: relative;
        top: -109px;
        left: 89px;
    }
    .IconWAPolicy2 {
        position: relative;
        top: -120px;
        left: 85px;
    }
}
@media (max-width: 320px) {
    .IconWAPolicy {
        position: relative;
        top: -92px;
        left: 76px
    }
    .IconWAPolicy2 {
        position: relative;
        top: -101px;
        left: 70px;
    }
}

.accountOrderHistoryPage .legend-orderHistory,
.accountOrderHistoryPage .legend-preparingOrder,
.accountOrderHistoryPage .legend-paymentInValidation,
.accountOrderHistoryPage .legend-successfulDelivery,
.accountOrderHistoryPage .legend-orderSent,
.accountOrderHistoryPage .legend-orderDone,
.accountOrderHistoryPage .legend-cancelled {
    padding: 13px 0;
    font-size: 11px;
    line-height: 11px;
    width: 184px;
    max-width: 160px
}
img.imglad {
    min-height: auto;
}
}
@media (min-width: 1300px){
.preff {
    font-size: 31px;
    padding-bottom: 0px;
}
.mhInscribete {
    margin-bottom: 23px;
}
.altoss {
    height: 416px;
    max-height: 601px;
}
.espm {
    padding-top: 55.2px;
}
.separas {
    margin-right: 18px;
    margin-left: 12px;
}
.altoss {
    height: 430px;
    max-height: 601px;
}
.insffg {
    font-size: 10px;
}
.clop {
    margin-top: 1px;
    font-size: 13px;
}
.cdodos {
    width: 79px;
    margin-left: 36px;
}
.cdo {
    margin-top: 1px;
}
.separas {
    margin-right: 27px;
    margin-left: 8px;
}
.cdodos {
    width: 86px;
    margin-left: 38px;
    height: 21px;
}
.clop {
    margin-top: 3px;
}
.separas {
    margin-right: 7px;
    margin-left: 15px;
}
}
@media (min-width: 1330px){
img.imglad {
    height: 10.6vw;
}
}
@media (min-width: 1400px){
img.imglad {
    height: 10.1vw;
}
.texgr {
    border-bottom: 2px solid #d4d7dc;
    font-size: 15px;
}
.mhInscribete {
    margin-bottom: 18px;
}
.altoss {
    height: 473px;
    max-height: 601px;
}
}
@media (min-width: 1440px){
  .guard {
    /*margin-left: -70px;*/
    justify-content: right;
    position: absolute;
    width: 20vw;
  }
  #addToCartLayer{
    width: 288px;

  }
  #addToCartLayer .add-to-cart-item .title-add-to-cart{
    font-size: 14px;
  }
  #addToCartLayer .add-to-cart-item .content-img-product-add-to-cart img{
    width: 80px;
    height: 80px;
  }
  .quantity-items-addtocart{
    width: 22px;
    height: 22px;
    font-size: 11px;
  }
  .description-product-add-to-cart-2022{
    font-size: 12px;
  }
  .price-items-addtocart-2022{
    font-size: 16px;
  }
  .price-discount-addtocart-2022{
    font-size: 12px;
  }
  .text-link-addtocart-2022{
    font-size: 12px;
  }
  .pop-txt-noInventario{
    font-size: 15px;
  }
  .uberimgexpress {
      background-position-y: 8px;
  }
  .exprssorder {
      width: 32%;
  }
  .accountOrderHistoryPage
  .legend-orderHistory,
  .accountOrderHistoryPage
  .legend-preparingOrder,
  .accountOrderHistoryPage
  .legend-paymentInValidation,
  .accountOrderHistoryPage
  .legend-successfulDelivery,
  .accountOrderHistoryPage
  .legend-orderSent,
  .accountOrderHistoryPage
  .legend-orderDone,
  .accountOrderHistoryPage
  .legend-cancelled {
      width: 173px !important;
      max-width: 180px !important;
  }
img.imglad {
    height: 9.9vw;
}
.espm {
    padding-top: 55.5px;
}
.bordef {
    font-size: 15px;
}
.grati {
    font-size: 12px;
    padding-top: 5px;
    margin-left: -7px;
}

  .error-changeCP #addToCartLayer .row #add-to-cart-error-alert .btn-close-alert-changeCP{
    width: 25px;
    height: 25px;
    top: 9px;
  }

  .error-changeCP #addToCartLayer .row #add-to-cart-error-alert .error-message-alert .add-cart-error-message{
    font-size:14px;
  }

}
@media (min-width: 1750px) {
.uberimgexpress {
  background-position-y: 7px;
}
.exprsscheck {
  width: 98%;
}
.uberimgorder {
   background-position-y: 1px;
}
.exprssorder {
    width: 34%;
}
img.imglad {
    height: 143px;
}
.espm {
    padding-top: 56.5px;
}
.altoss {
    height: 477px;
    max-height: 601px;
}
   .guard {
     justify-content: right;
     position: absolute;
     width: 20vw;
   }
 }

.col-sm-6.ubicenter {
  min-inline-size: -webkit-fill-available;
}
.ml-0 {
  margin-left: 0 !important;
}
.cnt-img-cart-pick img {
  width: 100%;
}
.cantidad-promoline{
  font-family: Lato-Bold;
}
.tabs .tabs-list {
  margin-left: 7.5%;
}
.display-none-important{
  display: none!important;
}
.item-totals-cart-split #cartDetailProduct {
  padding: 0 20px;
}
.content-item-totals.item-totals-cart-split .contnet-Items {
  float: left;
  padding: 16px 0 4px;
  /*margin-bottom: 8px;*/
  /*margin-top: 2px;*/
  border-bottom: 1px solid #C9C9C9;
}
.item__info {
  font-family: Lato-Regular;
  /*font-weight: bold;*/
  color: #363636;
}
.cnt-txt-promo {
  min-height: 34px;
}
.item-totals-cart-split .contnet-Items .promo {
  color: #666666;
  font-size: 0.82em;
  line-height: initial;
}
.item-totals-cart-split .contnet-Items .cnt-txt-promo .promo {
  min-height: inherit;
  padding: 0 10px;
  align-items: flex-end;
}
.item-totals-cart-split .cnt-txt-promo .txt-promo {
  display: flex;
  /*margin-top: 10px;*/
}
.item-totals-cart-split .item__info {
  padding-left: 20px;
  line-height: 1.15;
}
.delete-item-cart {
  justify-content: flex-end;
}
.item__image a {
  height: 140px;
}
.item__image img.lazy, img.responsive-thumb {
  width: auto;
  height: auto;
  max-width:100%;
  max-height:100%;
}
.item__quantity__total {
  padding-left: 20px;
}
#icon-delivery {
  background-image: url(/_ui/responsive/theme-officedepot/images/detail/EnvioDomicilio.svg);
}
#icon-pickup {
  background-image: url(/_ui/responsive/theme-officedepot/images/detail/RecogeTienda.svg);
}
#icon-locker {
  background-image: url(/_ui/responsive/theme-officedepot/images/detail/Recogeenlocker.svg);
}
.icon-pick-detail {
  background-image: url(/_ui/responsive/theme-officedepot/images/detail/OD-RecogeEnTienda.svg);
}
.icon-locker-detail {
  background-image: url(/_ui/responsive/theme-officedepot/images/detail/RecogeLocker.svg);
}
#icon-lockers {
  background-image: url(/_ui/responsive/theme-officedepot/images/detail/icono-lockers.svg);
}

.icon-sidebar{
  width: 10%;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
}
.icon-pick-detail, .icon-delivery-detail, .icon-locker-detail {
  width: 70%;
  height: 30px;
  float: left;
  background-repeat: no-repeat;
  max-width: 247px;
}
.icon-locker-title {
  width: 100%;
}
.icon-pick-or-locker {
  background-image: url(/_ui/responsive/theme-officedepot/images/locker/RecogeEnTiendaOEnLockers.svg);
  width: 100%;
  height: 30px;
  float: left;
  background-repeat: no-repeat;
  max-width: 387px;
}
.content-option-pickup {
  padding: 20px 20px 20px 20px;
  border-bottom: 1px solid #ccc3;
}
.content-option-locker {
  padding: 20px 20px 20px 20px;
}
.cont-disponible, .cnt-tel-horarios {
  width: 50%;
}
.cnt-tel-img {
  background-image: url(/_ui/responsive/theme-officedepot/images/pickup/OD-Telefono.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.store-availability span.available > div {
  float: left;
}
.cnt-horarios-img{
  background-image: url(/_ui/responsive/theme-officedepot/images/pickup/OD-Horario.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  display: block;
}
.cnt-tel-horarios {
  height: 100%;

}
.stock {
    font-family: 'Montserrat-Regular';
    font-size: 13.5px;
    color: #009E45;
    display: contents;
}
.store-name {
    width: 85%;
}
.cont-disponible {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.cont-info-pop-1 {
  margin-left: 20px;
}
.pickup-store-list-entry input[type=radio]:checked + label .pickup-store-list-entry-name:before  {
  content: "\25CF";
  color: #f03;
  font-size: 15px;
  line-height: 11px;
  border: 1px solid #f03;
}
.pickup-store-list-entry-name:before {
  content: "";
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 25px;
  display: block;
  margin: 0px 5px 0 -10px;
  text-align: center;
  height: 15px;
  width: 15px;
  float: left;
}
.cnt-img-title-pick .cnt-text, .resultSearch{
  font-size:0.813em;
}
.pickUpGeolocalizacion.redOD{
  font-size: 0.813em;
  font-family: Lato-Italic;
}
.js-pickup-store-selectRegion {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pickup-search-bar input {
  border: 0;
}

.ma {
  margin-left: 20px;/*180619*/
}

.pickup-search-bar .input-group {
  background-color: #fff;
  border: 1px solid #ccc;
}
.pickup-search-product .pickup-search-bar {
  padding: 0 20px;
}
.pickup-search-product  .pickup-search-bar .input-group {
  border-radius: 11px;
  overflow: hidden;
}
.content-azul-garantias{
  background-color: #3d4da1;
}
.content-gray-garantias{
  background-color: #ebebeb;
}

label.control-label.itu {
  color: #ffffff;
}
.sinPadding{
  padding-left: 0px;
  padding-right: 0px;
}
.tex-tittle-garantia {
  font-size: 20px;
  padding-top: 20px;
  padding-left: 40px
}
.tex-itu-garantia{
  font-size: 11px;
  padding-left: 40px
}
.content-garantia{
  height: 160px;
}
.img-ticket {
  width: 45%;
  margin-left: -25px;
}
.container-img-ticket {
  width: max-content;
}
.account-section .account-section-content .help-block #itu.errors {
  font-size: 0.750em;
  font-weight: normal;
  color: #ffffff;
}
.account-section .account-section-content .help-block {
  font-weight: 600;
  color: #ed1c24;
  font-size: 0.7em;
}
.account-section.updatePwd-form {
  width: 92%;
  max-width: 800px;
  margin: auto;
}
.updatePwd-form .login-form-action button {
  margin-bottom: 15px;
}
.boldItu{
  font-family: Montserrat-Bold;
}
label.control-label.itu {
  padding-top: 0vw;
}
.col-xs-12.accountButtons {
  padding-top: 0vw;
}
.col-xs-12.accountButtons {
  margin-top: -4vw;
  padding-top: 0vw;
}

.unitleyendm {
  position:absolute;
  margin-top: -3px;
}
#cartDetailProduct .input-group .form-control {
  width: 40%;
  font-family: Lato-bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  padding: 0;
}

#cboxLoadedContent #biling-address-information {
  margin-top: 60px;
}
.link-btn-default {
  cursor: pointer;
  font-family: Lato-BoldItalic;
  color: #ff0033;
  text-decoration: underline;
}
.js-pickup-in-store-split-button {
  float: right;
}
.checkout-indent #numeroExDa .help-block > span,
.checkout-indent #telefonoDa .help-block > span {
  position: absolute;
}
.account-section-form #addressForm #telefonoDa .help-block > span,
#addressForm #numeroExDa .help-block > span {
  position: absolute;
}
a.a-btn {
  height: auto;
}
.yCmsComponent.page-details-add-to-cart-component .btn {
  display: none;
}
.yCmsComponent.page-details-add-to-cart-component .js-locker {
  display: none;
}
.yCmsComponent.page-details-add-to-cart-component .btn-outOfStock {
  background-color: #bcbcbc;
  opacity: 1;
  width: 100%;
  margin-top: 20px;
}
.yCmsComponent.page-details-add-to-cart-component .active-btn-ecommerce {
  display: block;
}
/*INI Redi Cart*/
.btn-red-od {
  background-color: #ff0033 !important;
}
.content-item-totals.item-totals-cart-split {
  width: 95%;
  max-width: 1400px;
  margin: auto;
}
/*Ini Rediseño RadioBtn*/
.cnt-change-type-cart input[type="radio"] {
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  min-height: 19px;
  min-width: 19px;
  height: 19px;
  width: 19px;
  -webkit-appearance: none;
  border: #999999 1px solid;
  padding: 2px;
  /*display: inline-flex;*/
  margin: 0;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.cnt-change-type-cart input[type="radio"]:focus {
  outline: none;
}
.cnt-change-type-cart input[type="radio"]:hover {
  /*box-shadow: #5A5A5A 0px 1px 2px 0px;*/
}
.cnt-change-type-cart input[type="radio"]:after {
  background-color: transparent;
  border-radius: 50%;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  /*border: #ff0033 1px solid;*/
}
.cnt-change-type-cart input[type="radio"]:checked {
  border: #ff0033 1px solid;
}
.cnt-change-type-cart input[type="radio"]:checked:after {
  background-color: #ff0033;
}
.cnt-change-type-cart input[type="radio"][disabled],
.cnt-change-type-cart input[type="radio"].disabled, .cnt-change-type-cart fieldset[disabled] input[type="radio"] {
  cursor: not-allowed;
}
/*Fin Rediseño RadioBtn*/
.icon-legend-label {
  font-family: Lato-BoldItalic;
  color: #FF0033;
  /*border-bottom: 1px solid #FF0033;*/
  text-decoration: underline;
}
.header-cartSplit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 8px;
  border-bottom: 1px solid #C9C9C9;
}
.header-cartSplit .cnt-icon-removeAll {
  text-align: right;
}
.cnt-header-cartsplit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cnt-header-cartsplit .cnt-my-cart-title {
  display: flex;
  align-items: flex-end;
}
.cnt-txt-cart-id {
  /*margin-left: 37px;*/
  font-size: 0.7em;
}
.cnt-cartsplit-title-txt {
  line-height: initial;
  /*align-items: flex-end;*/
}
.txt-head-cartsplit-txt {
  font-size: 1.5em;
  font-family: Lato-Regular;
  color: #5E5E5E;
}
.cnt-change-type-cart {
  margin-bottom: 24px;
}
.cnt-change-type-cart fieldset {
  /*border-width: 2px;
  border-style: groove;
  border-color: threedface;
  border-image: initial;*/
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  margin: auto;
  padding: initial;
}
.cnt-change-type-cart legend {
  width: auto;
  padding: 0 5px;
  margin-left: 16px;
  background-color: white;
}
.cnt-change-type-cart .item__delivery {
  text-transform: capitalize;
  display: flex;
}
.cnt-change-type-cart .txt-store-displayname {
  font-size: 1.22em;
}
.select-type-cart {
  cursor: pointer;
  display: flex;
  line-height: 1;
}
.select-type-cart.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
label.select-type-cart {
  margin-top: 0px;
  margin-bottom: 16px;
}
.select-type-cart .label {
  font-size: 0.8em;
  white-space: initial;
  text-align: left;
}
.select-type-cart .icon-pick-detail {
  width: 158px;
  height: 22px;
}
.cnt-fieldset {
  border: none;
  /*border-bottom: 1px solid;*/
  /*width: 100%;*/
  /*margin: auto;*/
  /*display: table;*/
  /*float: initial;*/
}
.cnt-description-store-pickup {
  top: -10px;
  padding-left: 30px;
  color: #666666;
  font-family: Lato-bold;
  font-size: 0.75em;
}
.cnt-cart-total-info {
  border-top: 1px dashed #ff0033;
}
.content-item-totals.item-totals-cart-split button {
  text-transform: initial;
  /*font-size: 1.2em;*/
}
.content-item-totals.item-totals-cart-split .btn--continue-shopping {
  color: #ff0033;
  text-decoration: underline;
}
.content-item-totals.item-totals-cart-split .js-qty-cart-minus {
  border-right: none;
}
.content-item-totals.item-totals-cart-split .js-qty-cart-plus {
  border-left: none;
}
.item-totals-cart-split .cart-totals-items button {
  font-family: Lato-bold;
}
.item-totals-cart-split .item__image {
  max-width: 240px;
  margin: auto;
  float: initial;
}
.cnt-icons-promos {
  display: grid;
  position: absolute;
  right: 0;
  top: 10px;
}
.cnt-icon-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: red;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  margin-bottom: 6px;
}
.txt-discount {
  color: #fff;
  font-size: 11px;
  font-family: Lato-Black;
}
/*.item-totals-cart-split .item__image img {
  !*content: url("/_ui/responsive/theme-officedepot/images/checkout/loading/spinner-black.svg");*!
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;

  background: url("/_ui/responsive/theme-officedepot/images/checkout/loading/spinner-black.svg") no-repeat center;
  background-size: 100%;
  !*background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;*!
}
.item-totals-cart-split .item__image img .alttext-container {
  display: none !important;
}*/
/*FIN Redi Cart*/
/*Rediseño BTN checkBox*/
.btn-group .btn-checkbox span.glyphicon {
  opacity: 0;
}
.btn-group .btn-checkbox.active span.glyphicon {
  opacity: 1;
}
.btn-checkbox {
  height: 13px;
  width: 13px;
  padding: 1px;
  font-size: 9px;
  box-shadow: inset #cccccc 0 0 4px 2px;
  border-radius: 2px !important;
  margin-bottom: 4px !important;
  min-height: 13px !important;
  min-width: 13px !important;
  margin-right: 4px;
}
.btn-checkbox.active {
  box-shadow: inset #cccccc 0 0 4px 2px;
}
.btn-checkbox input {
  /*display: none;*/
}
.bord {
    padding: 25px !important;
}
.content-link-addtocart {
  display: flex;
  align-items: center;
  float: right;
  width: 100%;
  justify-content: center;
  margin-bottom: 5px;
}
.img-link-addtocart {
  width: 20px;
}
.cor {
    height: 30px;
}
.input-group-control .input-field.not-editable:disabled{
  border-bottom-color: #ccc !important;
}
.text-link-addtocart-2022 {
  font-family: Montserrat-BoldItalic;
  color: #CC0033;

}
.text-link-addtocart-2022,
.text-link-addtocart-2022:hover {
  text-decoration: underline;
}
.carousel-componentProductReferences .input-group .form-control {
  font-family: Lato-Regular;
}
/*Busqueda inteligente*/
.searchSpellingSuggestionPromptSearch{
  margin-top: 15px;
  padding-left: 11px;
  padding-right: 11px;
}
.search-empty-messages{
  text-align: left;
  margin-top: 3%;
  margin-bottom: 4%;
  margin-left: 2%;
  font-size: 1.8rem;
}
.lineaSearch{
  margin-bottom: 2%;
  border-top: 1.5px solid #ccc;
  float: left;
}
.strikethrough{
  text-decoration: line-through;
  font-weight: normal;
}
.order-control-search{
  top: 0px;
  padding: 0;
  margin: 0% 0% -5% 9%;
}
.nombreCat-line-search{
  left: 3%;
}
.col-search {
  width: 70%;
}
.home-grid{
  width: 15px;
  height: 15px;
  content: url(/_ui/responsive/theme-officedepot/images/header-footer/inicio.svg);
}
#container-whishList .popover {
  border-radius: 20px;
  border: none;
  box-shadow: 1px 3px 6px 2px #eee;
  margin-left: 165px;
  margin-top: 10px;
}
#cartItemsDefault2 {
  max-height: 355px;
  overflow: auto;
  box-sizing: border-box;
}
#cartItemsDefault2::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 11px;
}
#cartItemsDefault2::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 20px;
  border: 3px solid #f1f2f3;
}
#cartItemsDefault2::-webkit-scrollbar-track {
  border-radius: 10px;
}
#container-whishList .popover.bottom > .arrow {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

#container-whishList .popover .popover-title {
  display: block;
  background-color: #FFFFFF;
}
#container-whishList .popover .popover-content {
  padding: 0;
}
#container-whishList .popover .content-product-info {
  padding: 10px 10px;
}
#container-whishList .popover img.img-product-favorite {
  width: 100%;
}
#container-whishList .popover .content-text-product-name {
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  font-family: Montserrat-Medium, sans-serif;
}
.js-cont-cartItemsDefault2 {
  padding: 10px;
}
.misFavoritos #heart-mio {
  font-size: 15px;
  font-family: Montserrat-BoldItalic, sans-serif;
  color: #FF123C;
  text-decoration: underline #FF123C;
}
#container-whishList .popover .text-product-name {
  font-size: 0.9em;
}

#container-whishList {
  margin-right: 40px;
  cursor: pointer;
}
.price-wishlist {
  font-family: Montserrat-Bold,sans-serif;
  font-size: 20px;
  color: #f03;
  float: right;
  margin-right: -33px;
  padding-top: 40px;
}

.content-product-info .submitRemoveProductList img {
  top: 15px;
  left: 0;
  width: 50px;
  height: 30px;
}
.content-product-info .submitRemoveProductList {
  margin-left: 20px;
}
.content-product-info .add_to_cart_form {
  width: 100%;
}
.content-product-info .btn-wishlist-popover {
  font-family: Montserrat-Bold;
  width: 150px;
  float: right;
}
#cartItemsDefault2 .content-product-info .cnt-msn-fav img{
  top: 15px;
  margin-left: 14px;
  width: 35px;
  height: 20px;
}
.btn.btn-border-rojo-theme {
  text-transform: inherit;
  position: relative;
  width: 100%;
  height: 34px;
  font-size: 14px;
  font-family:Montserrat-Bold, sans-serif;
  padding: 6px 12px;
  color: red;
  background: white;
  border: 1px solid red;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.empty-wishList-header {
  font-family: Montserrat-Medium, sans-serif;
  font-size: 13px;
  color: #303030;
}
.empty-wishList-header:before {
  content: "";
  background-image: url(/_ui/responsive/theme-officedepot/images/wishlist/Alerta-No-disponible.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  display: block;
  float: left;
}
.vacio-wishList {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deleted-product-wishList {
  font-family: Montserrat-Medium, sans-serif;
  font-size: 13px;
  color: #303030;
}
.deleted-product-wishList:before {
  content: "";
  background-image: url(/_ui/responsive/theme-officedepot/images/wishlist/Alerta-No-disponible.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  display: block;
  float: left;
}
.content-deleted-ofwishList {
  height: 150px;
  display: none;
  align-items: center;
  justify-content: center;
}
.input-material-error.error-controller-label.font-bold {
  font-size: .71em;
}
.my-acount-tex {
  padding-bottom: 20px;
  padding-top: 20px;
}
.icon-legendAdditionalBenefits.icon-legendChair {
    z-index: 1;
}
.icon-legendAdditionalBenefits.icon-legendScrewdriver {
    z-index: 1;
}
.icon-legendAdditionalBenefits.icon-legendBrandTag{
    z-index: 1;
}
.icon-legendAdditionalBenefits.icon-legendDiscountTag{
   z-index: 1;
}
.icon-legendAdditionalBenefits.icon-legendWarrantyTag{
  z-index: 1;
}
/*WarrantyAfterSale*/
.paneWarranty{
    padding: 0px 0 10px;
    background-color: #F5F4FC;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    min-height: 195px;
    max-height: 195px;
}

 @media (max-width: 375px) {
 .paneWarranty {
      min-height: 240px;
      max-height: 240px;
    }
 }
.legendWarranty{
    margin: auto auto auto 10px;
}
.containerIconWarranty{
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #ffff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}
.iconWarrantyOrder{
    background-image: url(/_ui/responsive/theme-officedepot/images/garantia-extrema/orderWarranty.png);
    width: 38px;
    height: 38px;
    display: inline-block;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.iconWarrantyItu{
    background-image: url(/_ui/responsive/theme-officedepot/images/garantia-extrema/ituWarranty.png);
    width: 38px;
    height: 38px;
    display: inline-block;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.titleWarranty{
    text-align: center;
    font-size: 1.18em;
    padding-bottom: 20px;
}
.paddingWarranty{
    padding-left: 50px;
    padding-right: 50px;
}
.texWarranty{
    font-size: 0.748em;
    text-align: center;
}
.texWarrantyPadding{
    padding-top: 15px;
}
.inputWarranty{
    padding: 3% 0% 2% 27%;
}
.inputWarrantyOrder {
    padding: 0% 0% 0% 27%;
}
.textWarrantyMargin{
    margin: 7% 0% 2% 0%;
}
.btnWarrantyAdd{
    display: none;
    margin: 0% 0% 0% -8%;
}
/*Modal Warranty*/
.linkWarranty{
    color: #09D4EC;
    font-weight: 900;
    text-decoration: underline;
}
.fontWarrantyTittle{
    margin: 2% 0% 0% 0%;
    font-size: 27px;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialogOrder {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialogOrder:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 800px !important;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #e9e9e9 !important;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.modalDialogOrder > div {
	width: 800px !important;
	position: relative;
	margin: 6% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #e9e9e9 !important;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.closeWarranty {
    float: right;
    color: #666;
    font-size: 20px;
    font-weight: bold;
    background-image: url(/_ui/responsive/theme-officedepot/images/garantia-extrema/btn_cerrar_gris.svg);
    background-repeat: no-repeat;
    height: 46px;
    width: 32px;
    margin: 2% 0% 0% 0%;
}
.ituIconWarranty{
    width: 40px;
    margin: 0% 0% 1% 0%;
}
.btnWarranty{
    margin: 0% 0% 3% 40%;
    width: 20%;
}
.inputWarrantyItu{
    display: none;
}
.inputWarrantyItus{
    border-radius: 7px;
    border: none;
    font-size: 25px;
    width: 100px;
    margin: 3% 1% 1% 1%;
    text-align: center;
}
.titleWarrantyDetail{
    text-align: start;
    font-size: 1.3em;
    margin: 3% 0% 3% 0%;
}
.titleWarrantyDetailFloat{
    float:left;
}
.titleWarrantyDetailSecond{
    font-size: 15px;
    margin: 1% 0% 0% 3%;
}
/*OrderWarranty*/
.inputPhotoWarranty{
    display: none;
    background: #fff;
    font: inherit;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 10%);
    border: 0;
    outline: 0;
    padding: 5px 18px;
    float: left;
    margin: 0% 0% 3% 0%
}
.inputOrderWarranty{
    background: #fff;
    font: inherit;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 10%);
    border: 0;
    outline: 0;
    width: 63%;
    padding: 5px 18px;
    float: left;
    margin: 0% 0% 3% 0%;
    height: 36px;
}
.btnWarrantyOrder{
    margin-left: -40px;
    margin-top: -15px;
}
/*warrantyDetail*/
.warrantyImgDetail{
    float: left;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    border-radius: 5%;
    margin: 0% 0% 3% 0%;
}
.warrantyTitleDetail{
    font-size: 15px;
    margin: 3% 4% 3% 25%;
}
.warrantyTitleDetailBlood{
    font-weight: 900;
}
.warrantyOptionDetail{
    border-bottom-width: 1px;
    border-color: gray;
    border-bottom-style: solid;
    margin: 4% 0% 0% 0%;
}
.warrantyContentRadio{
    margin-left: 221px;
    margin-top: -13px;
}
.gwarranty-border {
    border: 3px solid #fff;
    border-radius: 8px;
    margin: 8px;
    padding: 9px;
    text-align: center;
    box-shadow: 0 0 5px #c1c1c1;
    cursor: pointer;
}
.gwarranty>.gwarranty-border {
    width: 140px;
    padding: 2px 2px;
    border-radius: 13px;
}
.gwarranty>.gwarranty-border {
    font-size: 12px;
    color: #292828;
    font-weight: 600;
    font-family: Montserrat-Regular,"Open Sans",Helvetica,Arial,sans-serif !important;
}
.gwarranty input[type=radio]:checked+div.gwarranty-border {
    background: linear-gradient(to top, #e5476e, #c03);
    box-shadow: 0 0 0 #fff;
    color: #000;
    font-family: Montserrat-Bold !important;
}
.gwarranty>.gwarranty-border {
    width: 130px;
    /*min-height: 82px !important;*/
    padding: 2px 2px;
    border-radius: 13px;
}
.gwarranty input[type=radio]:checked+div.gwarranty-border .gwarranty-price2 {
    color: #f03;
    font-weight: bold;
    font-family: Montserrat-Bold;
}
.gwarranty-container {
    background: #fff;
    border-radius: 7px;
    width: 120px;
    min-height: 72px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 6px;
    text-align: center;
    flex-wrap: wrap;
    line-height: 16px;
}
.warrantyFloat{
    float: left !important;
}
.warrantyBtnColor{
    background-color: #c03;
}
.warrantyFloatBtn{
    float: right;
}
.warrantyOrderImg{
    float: left;
    width: 3%;
    height: 15px;
    margin: 2% 1% 0% 0%;
}
.textOrderDetailWarranty{
    font-size: 12px;
    margin: 0% 0% 0% 6%;
}
.linkOrderDetailWarranty{
    float: right;
}
.titleWarrantyOrderModal{
    text-align: center;
    font-size: 1.18em;
}
.texWarrantyOrderModal{
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 15px;
}
.linkWarrantyOrder{
    color: #09D4EC;
    font-weight: 900;
    text-decoration: underline;
    margin: 0% 0% 0% 16%;
}
.orderModalList{
    padding:0px;
    font-family: Montserrat-Regular;
}
.orderlistWarrantyModal{
    text-align: left;
    font-size: 12px;
}
.orderlistWarrantyModal > ul > li::before {
    content: "•";
    color: red;
    padding-right: 3px;
    font-size: 17px;
    line-height: 15px;
}
.warrantyTitleDetailOrderProduct{
    font-size: 14px;
    margin: 3% 4% 3% 20%;
    font-family: Montserrat-Regular;
}
.warrantyContentRadioOrder{
    margin-left: 47px;
    margin-top: -23px;
}
.warrantyDivButton{
    margin: 8% 0% 0% 40%;
}
.facet__list_stores {
	max-height: 250px;
	overflow: auto;
}

.delivery_mode_facet_icon{
    width: 34px;
    display: inline-block;
    margin-right: 5px;
}

.facet_stores_button{
   white-space: normal;
}

.product__facet .facet .facet__list .facet__list__text.val_deliveryModes{
    font-weight: bold;
}

.product__facet .facet .facet__list.facet__list_stores .facet__list__checkbox:checked+.facet__list__label .facet__list__text{
    color:red;
}


.clear-Store-Button{
    background-color:#CC0033;
}

.text-Store-Button{
    color:#FFFFFF;
}

.content-search-style{
    border-radius: 11px;
    overflow: hidden;
    width:500px;
    margin-left:390px;
}
.accountOrderHistoryPage .legend-orderHistory .text-legendOrder,
.accountOrderHistoryPage .legend-preparingOrder .text-legendOrder,
.accountOrderHistoryPage .legend-paymentInValidation .text-legendOrder,
.accountOrderHistoryPage .legend-successfulDelivery .text-legendOrder,
.accountOrderHistoryPage .legend-orderSent .text-legendOrder,
.accountOrderHistoryPage .legend-orderDone .text-legendOrder,
.accountOrderHistoryPage .legend-cancelled .text-legendOrder {
  color: #fefefe;
  text-align: center;
  margin: auto;
  width: auto;
  display: block;
}
.billingAddresstipopersona{
      display: none;
      position: absolute;
      left: 22px;
      line-height: 30px;
      color: #333;
      top: 7px;
      pointer-events: none;
      font-size: 12px;
}
.billingAddresstipopersona sup{
      color: #c03;
      font-size: 12px;
      vertical-align: -6px;
}

.product-stock {
    height: 16px;
    text-align: center;
	color: #c03;
}
.product__facet .facet .facet__link {
    float: left!important;
}
.content-verifyLocation{
  display: flex;
  cursor: pointer;
}
.icon-verifyLocation{
  background-image: url(/_ui/responsive/theme-officedepot/images/express-checkout/IconVerifyLocation.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.text-verifyLocation{
  text-decoration: underline;
  color: #cc0033;
  font-family: Montserrat-BoldItalic;
  font-size: 13px;
 }
#fast-message{
  display: grid;
  margin: auto;
  text-align: center;
  font-size: 12px;
  color: #c03;
  line-height: 1;
  font-family: "Montserrat-Medium";
}
#invalidCP-message{
  display: grid;
  margin: auto;
  text-align: center;
  font-size: 12px;
  color: #c03;
  line-height: 1;
  font-family: "Montserrat-Medium";
}
.serviceDetail-txtName {
    display: flex;
    flex-direction: column;
}
.inputPPE {
    width: 150px !important;
}
.cardsflexPPE {
    width: 100%;
}
.cardflexPPE {
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: space-between;
}
.cardflexPPEItem {
    width: 100%;
}
.Text-centerPDS {
    text-align: center;
}
.cont-deliveryCost{
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.text-deliveryCost{
  color: #666666;
}
.text-dsv-garantia{
   font-size: 12px;
   font-family: Montserrat-Bold, sans-serif;
   color: #cc0033;
   margin: 10px auto;
}

.addToCartLayer24{
    width: 100% !important;
    padding: 0 32px 32px 32px !important;
}
.addToCartLayer24 .add-to-cart-item .cont-title-add-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 42px;
    margin-bottom: 34px;
}
.addToCartLayer24 .add-to-cart-item .title-add-to-cart {
    font-size: 16px !important;
}
.addToCartLayer24 .add-to-cart-item .cont-title-add-cart .iconCart24 {
    background-image: url(/_ui/responsive/theme-officedepot/images/cart/Carrito24.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 8px 0 0;
    background-size: contain;
}
.addToCartLayer24 .add-to-cart-item .js-btn-cerrar-add-to-cart-popup {
    background-image: url(/_ui/responsive/theme-officedepot/images/cart/Cerrar24.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    margin: 0;
    padding: 0;
    right: 0;
    top: 22px;
    margin-right: 24px;
    display: block !important;
}
.addToCartLayer24 .cartProduct24{
    display: flex;
    justify-content: center;
    width: 100%;
    column-gap: 27px;
}
.addToCartLayer24 .detailName24{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.addToCartLayer24 .detailName24 .description-product-add-to-cart-2022{
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    color: #333333;
    text-align: left;
}
.addToCartLayer24 .detailName24 .price-items-addtocart-2022{
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    font-size: 16px;
}
.addToCartLayer24 .detailName24 span{
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    font-family: 'Montserrat-Regular';
    color: #333333 !important;
    font-size: 12px;
}
.addToCartLayer24 .detailName24 .cont-price{
    margin-top: 11px;
    margin-bottom: 5px;
}
.addToCartLayer24 span.content-link-addtocart{
    margin-bottom: 0;
    font-size: 14px;
}
.addToCartLayer24 .precio-descuento24{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.addToCartLayer24 .precio-descuento24 .precio-antes-descuento-pop-2022 {
    font-size: 12px !important;
}
.addToCartLayer24 .precio-descuento24 .discountedPrice-grid.precio-con-descuento-pop-2022{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    font-size: 16px !important;
}
.complementosCart24{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.complementosCart24 .card{
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.complementosCart24 .card .icon{
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-position: center;
    margin-right: 5px;
}
.complementosCart24 .card .icon.icon-regalo{
    background-image: url(/_ui/responsive/theme-officedepot/images/cart/stickerregalo24.svg);
}
.complementosCart24 .card .icon.icon-garantia{
    background-image: url(/_ui/responsive/theme-officedepot/images/cart/Garantia24.svg);
}
.complementosCart24 .card .icon.icon-servicios{
    background-image: url(/_ui/responsive/theme-officedepot/images/cart/Servicios24.svg);
}
.complementosCart24 .ttle{
    color: #333;
    font-size: 12px;
    margin-top: 24px;
}
.complementosCart24 .card .title{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.complementosCart24 .card .title p{
    margin: 0;
    margin: 0;
    font-size: 12px;
    color: #666;
}
.complementosCart24 .card .detail img{
    width: 26px;
}
.complementosCart24 .card .detail label.price{
    color: #cc0033;
    font-size: 16px !important;
}
@media (min-width: 768px){
    .addToCartLayer24{
        width: 323px !important;
        padding: 0 17px 16px 18px !important;
    }
    .addToCartLayer24 .add-to-cart-item .js-btn-cerrar-add-to-cart-popup {
        top: 16px;
    }
    .addToCartLayer24 .add-to-cart-item .cont-title-add-cart {
        margin-top: 25px;
    }
}
@media (min-width: 1024px){
    .addToCartLayer24{
        padding: 0 22px 20px 22.5px !important;
    }
}