.xtt-cart-container .overlay {
  display: none; }
.xtt-cart-container.loading .xtt-cart-product-list-container {
  position: relative; }
.xtt-cart-container.loading .xtt-cart-totals-container {
  position: relative; }
.xtt-cart-container.loading .overlay {
  background: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000; }
  .xtt-cart-container.loading .overlay .overlay-message {
    display: block;
    font-size: 16px;
    position: fixed;
    text-align: center;
    width: 125px;
    right: 50%;
    margin-right: -64px;
    top: 300px;
    z-index: 1001; }
    @media screen and (max-width: 1199px) {
      .xtt-cart-container.loading .overlay .overlay-message {
        top: 420px; } }
    @media screen and (max-width: 767px) {
      .xtt-cart-container.loading .overlay .overlay-message {
        top: 300px; } }
    .xtt-cart-container.loading .overlay .overlay-message img {
      display: inline-block;
      margin-bottom: 10px; }
.xtt-cart-container > div:empty {
  display: none !important; }

.alert.alert-cart {
  margin-bottom: 30px; }

.userInfo .headphones-icon-sprite {
  background: url("../images/sprite-logista.png") no-repeat -2px -2px;
  width: 48px;
  height: 47px;
  display: inline-block;
  vertical-align: middle; }

.ribbon.es.new-icon-sprite {
  /*background: url("../images/sprite-logista.png") no-repeat -130px -2px;*/
  width: 85px;
  height: 85px; }

.list-item.list-piglet.pig-icon-sprite {
  background: url("../images/piglet.png") no-repeat;
  background-size: 16px 17px;
  width: 16px;
  height: 17px;
  vertical-align: middle; }

.list-item.list-piglet.pig-icon-sprite-vip {
  background: url("../images/piglet-fusion.png") no-repeat;
  background-size: 16px 17px;
  width: 16px;
  height: 17px;
  vertical-align: middle; }

.list-item.list-piglet.pig-icon-sprite-combate {
  background: url("../images/piglet-grey.png") no-repeat;
  background-size: 16px 17px;
  width: 16px;
  height: 17px;
  vertical-align: middle; }

/*.list-my-account.my-account-icon-sprite {*/
  /*background: url("../images/sprite-logista.png") no-repeat -2px -53px;*/
  /*vertical-align: middle; }*/

.xtt-promotion-accordion {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  /* Bootstrap 5's default .row margin (-0.5*gutter, 12px) is narrower than the
     .well-product border+padding (1px + 15px) it needs to cancel out to reach the
     card edge, leaving the banner inset. Restore the pre-upgrade BS3 gutter value. */
  margin-left: -15px;
  margin-right: -15px; }
  .xtt-promotion-accordion .singlePromotion {
    height: 25px;
    /* Bootstrap 5 gives every direct .row child 12px of left/right padding by
       default, even bare divs with no col-* class. .singlePromotion never had
       padding of its own (the button's internal 0 6px handles that) - without
       this it renders inset from the card edge instead of flush. */
    padding-left: 0;
    padding-right: 0; }
    .xtt-promotion-accordion .singlePromotion .xtt-promotion-button {
      background: #E37C00;
      border: 0;
      font-size: 11px;
      height: 25px;
      line-height: 13px;
      opacity: 0.9;
      padding: 0 6px;
      text-align: left;
      text-transform: uppercase;
      width: 100%; }
      .xtt-promotion-accordion .singlePromotion .xtt-promotion-button .promoIcon-container {
        display: inline-block;
        height: 25px;
        margin-left: 10px;
        vertical-align: middle; }
      .xtt-promotion-accordion .singlePromotion .xtt-promotion-button .promoIcon {
        background-size: contain;
        display: block;
        height: 15px;
        margin-right: 5px;
        margin-top: 2px;
        width: 30px; }
        .xtt-promotion-accordion .singlePromotion .xtt-promotion-button .promoIcon.logista-extra {
          background-image: url("../images/promo_icons/piggy-white.svg"); }
        .xtt-promotion-accordion .singlePromotion .xtt-promotion-button .promoIcon.bundle {
          height: 22px;
          margin-top: 0; }
        .xtt-promotion-accordion .singlePromotion .xtt-promotion-button .promoIcon.gift {
          background-position: center center; }
      .xtt-promotion-accordion .singlePromotion .xtt-promotion-button .promoText {
        display: inline-block;
        font-size: 11px;
        line-height: 25px;
        padding-top: 0 !important; }
        .xtt-promotion-accordion .singlePromotion .xtt-promotion-button .promoText span {
          font-size: 11px;
          line-height: 13px; }
      .xtt-promotion-accordion .singlePromotion .xtt-promotion-button .productMainLink span {
        color: white;
        font-family: museo_sans700;
        font-size: 10px;
        height: 25px;
        margin: 0;
        padding: 0 0 10px 0;
        text-transform: uppercase;
        vertical-align: middle; }
    .xtt-promotion-accordion .singlePromotion .dropdown-menu {
      background: #E37C00;
      -webkit-box-shadow: none;
      box-shadow: none;
      display: none;
      font-size: 12px;
      line-height: 16px;
      margin-top: 0;
      min-height: inherit;
      opacity: 0.9;
      padding: 10px 15px;
      position: relative;
      text-align: left;
      top: 0; }
      .xtt-promotion-accordion .singlePromotion .dropdown-menu .promoInfo {
        margin-bottom: 0; }
      .xtt-promotion-accordion .singlePromotion .dropdown-menu a {
        color: #ffffff;
        font-size: 12px;
        line-height: 16px;
        text-decoration: underline; }
        .xtt-promotion-accordion .singlePromotion .dropdown-menu a:hover {
          color: #ffffff !important;
          font-size: 12px;
          line-height: 16px;
          text-decoration: underline; }
    .xtt-promotion-accordion .singlePromotion.has-dropdown:hover .xtt-promotion-button {
      opacity: 1; }
    .xtt-promotion-accordion .singlePromotion.has-dropdown:hover .dropdown-menu {
      opacity: 1;
      display: block; }
    .xtt-promotion-accordion .singlePromotion.has-dropdown.opened .dropdown-menu {
      display: block !important; }
    .xtt-promotion-accordion .singlePromotion.has-dropdown.closed .dropdown-menu {
      display: none !important; }
    .xtt-promotion-accordion .singlePromotion:nth-child(2) .xtt-promotion-button {
      background: #EF962B; }
    .xtt-promotion-accordion .singlePromotion:nth-child(2) .dropdown-menu {
      background: #EF962B; }
    .xtt-promotion-accordion .singlePromotion:only-child {
      height: 35px; }
      .xtt-promotion-accordion .singlePromotion:only-child .xtt-promotion-button {
        height: 35px; }
        .xtt-promotion-accordion .singlePromotion:only-child .xtt-promotion-button .promoIcon-container {
          height: 35px; }
        .xtt-promotion-accordion .singlePromotion:only-child .xtt-promotion-button .promoIcon {
          height: 25px;
          width: 30px;
          margin-top: 2px;
          margin-right: 10px; }
          .xtt-promotion-accordion .singlePromotion:only-child .xtt-promotion-button .promoIcon.bundle {
            height: 30px; }
          .xtt-promotion-accordion .singlePromotion:only-child .xtt-promotion-button .promoIcon.gift {
            height: 30px; }
    @media screen and (max-width: 1024px) {
      .xtt-promotion-accordion .singlePromotion {
        height: 35px; }
        .xtt-promotion-accordion .singlePromotion .xtt-promotion-button {
          height: 35px; }
          .xtt-promotion-accordion .singlePromotion .xtt-promotion-button .promoIcon-container {
            height: 35px; }
          .xtt-promotion-accordion .singlePromotion .xtt-promotion-button .promoIcon {
            height: 25px;
            width: 30px;
            margin-top: 2px;
            margin-right: 10px; }
            .xtt-promotion-accordion .singlePromotion .xtt-promotion-button .promoIcon.bundle {
              height: 30px; }
            .xtt-promotion-accordion .singlePromotion .xtt-promotion-button .promoIcon.gift {
              height: 30px; } }

.well-product-column .xtt-promoWrapper {
  position: relative; }

.xtt-promoWrapper {
  min-height: 40px; }

.product-list-popover-container {
  text-align: center; }

.popover {
  z-index: 1000; }
  .popover .headline-wishlist {
    font-weight: normal; }
  .popover .popup_wishlist {
    min-width: 230px; }

.list-popover-wishlist {
  display: inline-block;
  padding: 2px 6px 3px;
  vertical-align: top; }

.facetNavigation .facetValues ul.facet_block li .facet-not-multi-link-container {
  border-bottom: 1px solid #ddd;
  padding: 8px 10px; }
  .facetNavigation .facetValues ul.facet_block li .facet-not-multi-link-container a {
    display: inline-block; }

.xtt-points-detail-container {
  margin-top: 5px; }

.confirmation-btn-group {
  margin-bottom: 10px;
  width: 100%; }
  .confirmation-btn-group .btn {
    border-radius: 2px !important;
    font-family: museo_sans300;
    text-transform: uppercase; }
    .confirmation-btn-group .btn.confirmation-btn-print {
      float: left;
      margin-left: 0; }
      .confirmation-btn-group .btn.confirmation-btn-print:hover, .confirmation-btn-group .btn.confirmation-btn-print:focus {
        border-radius: 2px !important;
        color: #ffffff !important; }
      .confirmation-btn-group .btn.confirmation-btn-print:focus {
        border-color: #ea8610;
        color: #ffffff !important; }
    .confirmation-btn-group .btn.confirmation-btn-new {
      margin: 5px }
    @media screen and (max-width: 1199px) {
      .confirmation-btn-group .btn {
        font-size: 11px;
        padding: 10px 0; } }
    @media screen and (max-width: 991px) {
      .confirmation-btn-group .btn {
        font-size: 14px;
        padding: 6px 12px; } }
    @media screen and (max-width: 385px) {
      .confirmation-btn-group .btn {
        font-size: 11px;
        padding: 10px 0; } }

.xtt-print-order-pdf-container {
  background: white;
  padding: 40px 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .xtt-print-order-pdf-container thead, .xtt-print-order-pdf-container th {
    font-weight: normal !important; }
  .xtt-print-order-pdf-container .container {
    width: 970px !important; }
  .xtt-print-order-pdf-container .xtt-print-order-pdf-header {
    height: 50px;
    margin-bottom: 50px;
    width: 100%; }
    .xtt-print-order-pdf-container .xtt-print-order-pdf-header .logo {
      float: left;
      height: 50px; }
    .xtt-print-order-pdf-container .xtt-print-order-pdf-header .title {
      float: right;
      height: 50px;
      padding-top: 20px;
      text-align: right; }
      .xtt-print-order-pdf-container .xtt-print-order-pdf-header .title h1 {
        color: #CCCCCC;
        margin-bottom: 0;
        text-transform: uppercase; }
        @media print {
          .xtt-print-order-pdf-container .xtt-print-order-pdf-header .title h1 {
            color: #CCCCCC !important;
            -webkit-print-color-adjust: exact; } }
  .xtt-print-order-pdf-container h2 {
    color: #83888e;
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media print {
      .xtt-print-order-pdf-container h2 {
        color: #83888e !important;
        -webkit-print-color-adjust: exact; } }
  .xtt-print-order-pdf-container .xtt-info-group-table {
    margin-bottom: 15px; }
    .xtt-print-order-pdf-container .xtt-info-group-table thead tr th {
      border-bottom: none;
      border-left: 1px solid #d2d2d2;
      color: #090504;
      font-size: 14px;
      padding-left: 15px;
      text-transform: uppercase;
      text-rendering: auto;
      width: 30%; }
      @media print {
        .xtt-print-order-pdf-container .xtt-info-group-table thead tr th {
          color: #090504 !important;
          -webkit-print-color-adjust: exact; } }
      .xtt-print-order-pdf-container .xtt-info-group-table thead tr th:first-child {
        border-left: none;
        padding-left: 0; }
      .xtt-print-order-pdf-container .xtt-info-group-table thead tr th.blank {
        border-left: none; }
    .xtt-print-order-pdf-container .xtt-info-group-table tbody tr td {
      border-top: none;
      border-left: 1px solid #d2d2d2;
      color: #767676;
      font-size: 15px;
      padding-left: 15px;
      margin-bottom: 5px;
      text-rendering: auto; }
      .xtt-print-order-pdf-container .xtt-info-group-table tbody tr td:first-child {
        border-left: none;
        padding-left: 0; }
      @media print {
        .xtt-print-order-pdf-container .xtt-info-group-table tbody tr td {
          color: #767676 !important;
          -webkit-print-color-adjust: exact; } }
      .xtt-print-order-pdf-container .xtt-info-group-table tbody tr td.status {
        text-transform: uppercase; }
  .xtt-print-order-pdf-container .xtt-print-order-pdf-table {
    border-color: #d2d2d2; }
    .xtt-print-order-pdf-container .xtt-print-order-pdf-table thead tr th {
      background-color: #808080;
      border-color: #d2d2d2;
      color: white;
      font-family: 'museo_sans300';
      font-size: 13px;
      text-align: center;
      text-rendering: auto; }
      .xtt-print-order-pdf-container .xtt-print-order-pdf-table thead tr th:first-child {
        text-align: left; }
      @media print {
        .xtt-print-order-pdf-container .xtt-print-order-pdf-table thead tr th {
          background-color: #808080 !important;
          color: white !important;
          -webkit-print-color-adjust: exact; } }
    .xtt-print-order-pdf-container .xtt-print-order-pdf-table tbody tr td {
      border-color: #d2d2d2;
      color: #767676;
      font-size: 12px;
      text-align: center;
      text-rendering: auto;
      vertical-align: middle; }
      .xtt-print-order-pdf-container .xtt-print-order-pdf-table tbody tr td:first-child {
        text-align: left; }
      @media print {
        .xtt-print-order-pdf-container .xtt-print-order-pdf-table tbody tr td {
          color: #767676 !important;
          -webkit-print-color-adjust: exact; } }
      .xtt-print-order-pdf-container .xtt-print-order-pdf-table tbody tr td strong {
        color: #808080; }
        @media print {
          .xtt-print-order-pdf-container .xtt-print-order-pdf-table tbody tr td strong {
            color: #808080 !important;
            -webkit-print-color-adjust: exact; } }

.xtt-wishlist-table.whislistProductsTable {
  min-width: 600px;
  margin-bottom: 0;
  position: relative; }
  .xtt-wishlist-table.whislistProductsTable thead tr th:first-child {
    text-align: left; }
  .xtt-wishlist-table.whislistProductsTable td[headers="header2"], .xtt-wishlist-table.whislistProductsTable td[headers="header3"] {
    text-align: center; }
.xtt-wishlist-table thead tr th {
  text-align: center; }
.xtt-wishlist-table tbody td {
  vertical-align: middle !important; }
  .xtt-wishlist-table tbody td.wishlist-size {
    text-align: center; }
  .xtt-wishlist-table tbody td.wishlist-cart {
    text-align: right; }
    .xtt-wishlist-table tbody td.wishlist-cart button {
      display: inline-block; }
  .xtt-wishlist-table tbody td.wishlist-thumb {
    position: relative;
    text-align: left; }
    .xtt-wishlist-table tbody td.wishlist-thumb a {
      display: inline-block;
      margin-left: 15px; }
    @media screen and (max-width: 767px) {
      .xtt-wishlist-table tbody td.wishlist-thumb .btn-remove-wishlist .glyphicon {
        font-size: 25px; } }
.xtt-wishlist-table .remove_wishlist_form {
  display: block;
  float: left;
  margin-right: 5px; }
.xtt-wishlist-table .btn-remove-wishlist {
  background: none;
  border: none;
  margin-right: 5px;
  padding: 0; }
  .xtt-wishlist-table .btn-remove-wishlist .glyphicon {
    color: #adadad;
    font-size: 17px;
    vertical-align: middle; }
  .xtt-wishlist-table .btn-remove-wishlist:hover .glyphicon {
    color: #e98612; }
.xtt-wishlist-table .wishlist-name {
  line-height: 20px;
  vertical-align: middle; }
.xtt-wishlist-table .btn-add-cart-wishlist {
  background-color: #eb8610;
  border: 1px solid #eb8610;
  color: white;
  font-family: museo_sans700;
  font-size: 10px;
  height: 26px;
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
  vertical-align: middle;
  border-radius: 2px;
  position: relative; }
  .xtt-wishlist-table .btn-add-cart-wishlist span {
    margin-right: 5px;
    line-height: 19px; }
  .xtt-wishlist-table .btn-add-cart-wishlist:after {
    content: '';
    background: url(../bootstrap_ui/images/add.png) no-repeat;
    background-size: contain;
    height: 16px;
    width: 16px;
    display: block;
    float: right; }
  .xtt-wishlist-table .btn-add-cart-wishlist:hover {
    background-color: #F39D00; }
.xtt-wishlist-table .quantity-container {
  display: inline-block;
  width: 100px; }
  .xtt-wishlist-table .quantity-container .select-qty-container .btn-qty {
    height: 26px;
    padding: 2px 6px;
    border-radius: 0; }
  .xtt-wishlist-table .quantity-container .select-qty-container input.show-qty {
    height: 26px;
    text-align: center;
    padding: 0;
    z-index: 99; }

.order_wishlist_form .btn-add-cart {
  background-color: #eb8610;
  border: 1px solid #eb8610;
  color: white;
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
  vertical-align: middle;
  border-radius: 2px; }
  .order_wishlist_form .btn-add-cart:hover {
    background-color: #F39D00; }
  .order_wishlist_form .btn-add-cart:after {
    content: '';
    background: url(../bootstrap_ui/images/add.png) no-repeat;
    background-size: contain;
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px; }

.wishlist-button-group .inline {
  display: inline-block; }
.wishlist-button-group .order_wishlist_form {
  text-align: right; }
.wishlist-button-group .btn {
  margin-bottom: 5px;
  margin-right: 10px; }
  .wishlist-button-group .btn.btn-add-cart {
    margin-right: 0; }
.wishlist-button-group .change_wishlist_name_form .btn {
  margin-right: 0; }
@media screen and (max-width: 615px) {
  .wishlist-button-group .order_wishlist_form {
    width: 100%; }
  .wishlist-button-group .btn-add-cart {
    width: 100%; }
  .wishlist-button-group .btn-black {
    margin-right: 0;
    padding: 1px 10px; }
  .wishlist-button-group .remove_wishlist_form {
    float: right; } }

.singleWhislistDetail {
  position: relative; }
  .singleWhislistDetail .overlay {
    display: none; }
  .singleWhislistDetail.loading .overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1000; }
    .singleWhislistDetail.loading .overlay .overlay-message {
      font-size: 16px;
      position: absolute;
      text-align: center;
      width: 125px;
      right: 50%;
      margin-right: -64px;
      top: 50%;
      margin-top: -40px;
      height: 80px;
      z-index: 1001; }

.site-map-boilerplate {
  height: 500px;
  background-color: #f7f7f7; }

.site-map-container {
  margin-bottom: 20px; }
  .site-map-container h2 {
    text-transform: uppercase;
    margin-bottom: 25px; }
  .site-map-container .site-map .first-level-item {
    margin-bottom: 20px; }
    .site-map-container .site-map .first-level-item > a {
      color: #ea8610;
      border-bottom: 1px solid #ea8610;
      padding-bottom: 5px;
      font-size: 12px;
      text-transform: uppercase; }
      .site-map-container .site-map .first-level-item > a:hover {
        cursor: pointer; }
  .site-map-container .site-map .second-level-container {
    width: 100%; }
    .site-map-container .site-map .second-level-container .second-level-item {
      float: left;
      width: 100%; }
      .site-map-container .site-map .second-level-container .second-level-item h4 {
        border-bottom: 2px solid #767676;
        padding-bottom: 5px; }
        .site-map-container .site-map .second-level-container .second-level-item h4 > a {
          color: #767676;
          font-size: 16px;
          text-transform: uppercase; }
          .site-map-container .site-map .second-level-container .second-level-item h4 > a:hover {
            color: #767676 !important;
            cursor: pointer; }


.control-group select.form-control, .control-group input[type="file"].form-control{
  height: 34px !important;
  line-height: 1.42857143;
}
