.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: white;
}

.glide__arrow--left {
  left: 2em;
}

.glide__arrow--right {
  right: 2em;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover,
.glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}

.glide__bullet--active {
  background-color: white;
}

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.catalogo .catalogo_nav {
  height: 45px;
}

.catalogo .catalgo_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
}

.catalogo .catalgo_header .catalog_title {
  width: 95%;
}

.catalogo .catalgo_header .catalog_title .b-sidebar {
  background-color: #232F3E !important;
}

.catalogo .catalgo_header .catalog_title .b-sidebar h6 {
  font-size: 14px;
}

.catalogo .catalgo_header .catalog_title .text-dark {
  color: white !important;
}

.catalogo .catalgo_header .catalog_controls {
  width: 5%;
  display: flex;
  justify-content: flex-end;
}

.catalogo .catalogo_filters .col {
  height: 35px;
  display: flex;
  justify-content: space-between;
}

.catalogo .catalogo_filters .col select {
  font-size: 11px;
  width: 105px;
}

.catalogo .catalogo_filters .col p {
  font-size: 15px;
}

.catalogo .catalogo_filters .col-12 button {
  width: 100%;
  text-align: initial;
  height: 25px;
  display: flex;
  align-items: center;
}

.catalogo .catalogo_filters .col-12 .menu_filter_select {
  padding-left: 5px;
  border-bottom: inset;
  border-left: inset;
  border-right: inset;
}

.catalogo .catalogo_filters .col-12 .menu_filter_select .custom-control .custom-control-label {
  font-size: 12px;
  margin-top: 1px;
}

.catalogo .col .breadcrumb {
  background-color: white;
}

.catalogo .col .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
}

.catalogo .show_items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: stretch;
}

.catalogo .card_image {
  height: 100%;
  width: auto;
  margin: auto;
}

.catalogo .show_badge {
  width: 65%;
  align-self: flex-end;
  position: relative;
  top: 30px;
  z-index: 100;
  right: 5px;
}

.catalogo .show_badge_demo {
  width: 45%;
  position: relative;
  top: 175px;
  z-index: 400;
  left: 5px;
  cursor: pointer;
}

.catalogo .span_demo {
  position: relative;
  bottom: 20px;
}

.catalogo .card img {
  height: 200px;
}

.catalogo .card .card-header {
  display: flex;
  height: 110px;
  padding: 5px;
  margin-bottom: 0;
  border-bottom: 0px;
  background-color: #F1F7FF;
  font-size: 11px;
  flex-direction: column;
}

.catalogo .card .card-header .card_text_item {
  margin-bottom: 0px;
  overflow: hidden;
  height: 80%;
}

.catalogo .card .card-header .card_text_information {
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.catalogo .card .card-header .card_text_information button {
  font-size: 11px;
  padding: 0px;
  position: relative;
  top: 5px;
}

.catalogo .card .card-body {
  padding: 8px;
}

.catalogo .card .card-body .show_stock {
  height: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px;
}

.catalogo .card .card-body .show_stock p {
  font-size: 11px;
}

.catalogo .card .card-body p {
  margin: 0px;
  font-size: 12.5px;
}

.catalogo .card .card-body p a {
  color: #007bff;
  font-weight: 600;
}

.catalogo .card .card-body .item_price {
  color: red;
}

.catalogo .card .card-body .item_price_list {
  color: #B0B0B0;
  font-size: 10px;
}

.catalogo .card .card-body .card_control {
  padding-top: 5px;
  display: flex;
  justify-content: space-around;
}

.catalogo .card .card-body .card_control .card_control_plus {
  height: 25px;
}

.catalogo .card .card-body .card_control .card_controls_input {
  width: 50%;
  height: 25px;
  font-size: 12px;
  padding: 5px;
  text-align: center;
}

.catalogo .card .card-body .card_control .card_control_minus {
  height: 25px;
}

.catalogo .view_promotions {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: stretch;
}

.catalogo .view_promotions .card {
  cursor: pointer;
  width: 130px;
  margin: 10px;
}

@media only screen and (max-width: 1365px) {
  .catalogo .view_promotions .card {
    width: 66px;
  }

  .catalogo .view_promotions .card img {
    height: 65px !important;
  }

  .catalogo .view_promotions .card h6 {
    font-size: 12px;
  }
}

.catalogo .view_promotions .card img {
  width: 100%;
  height: 75px;
}

.catalogo .view_promotions .card .card-header {
  height: auto;
  text-align: center;
}

.popover .popover-header {
  background-color: #1D91E9;
  font-size: 12px;
  width: 200px;
  color: white;
}

.tab-pane h5 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.block_image {
  position: relative;
  left: 55px;
}

.block_image .images {
  width: 90px;
}

.block_image .images img {
  width: 85%;
}

