
.caz-side_bar {
  position: fixed;
  /* bottom: 10px; */
  width: 100%;
  border-radius: 10px;
  z-index: 1000;
  background-color: #FFF;
  -webkit-box-shadow: inset -10px 4px 14px 0px rgba(181,181,181,1);
  -moz-box-shadow: inset -10px 4px 14px 0px rgba(181,181,181,1);
  box-shadow: inset -10px 4px 14px 0px rgba(181,181,181,1);
}

.fw-7{
  font-weight: 700 !important;
}

.fw-9{
  font-weight: 900 !important;
}

#btn-ocultar {
  display: flex;
}

#btn-mostrar {
  display: none;
}

#btn-ocultar{
  width: 45px;
  height: 45px;
  background: #FF9B27;
  position: absolute;
  z-index: 1001;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
#btn-mostrar {
  width: 54px;
  height: 54px;
  position: fixed;
  z-index: 1001;
  bottom: 65px;
  right: 31px;
  cursor: pointer;
}

#btn-mostrar-relampago {
  width: 54px;
  height: 54px;
  position: fixed;
  z-index: 1001;
  bottom: 127px;
  right: 31px;
  cursor: pointer;
}
#btn-mostrar-relampago img {
  width: 100%;
  height: 100%;
}

.header-side_bar {
  background-color: #FF9B27;
  color: black;
  line-height: 17px;
  padding: 20px 0px;
  font-weight: 400;
  margin-bottom: 15px;
  border-radius: 10px 10px 0px 0px ;
  text-align: center;
}
.header-side_bar span {
  color: #FFF;
  margin: 0px 3px;
  font-weight: 400;
}

.body-side_bar {
    padding: 0px 20px;
}

#carousel-side_bar {
  border-radius: 0px 0px 21px 21px;
}

#carousel-side_bar .slider-blok {
  border-radius: 0px 0px 31px 31px;
}

#carousel-side_bar .owl-stage{
  display: block;
}

.container-prod-side_bar {
  height: 280px;
  overflow-y: scroll;
}

#carousel-side_bar .owl-stage-outer, #carousel-side_bar .owl-stage, #carousel-side_bar .owl-item{
  height: 100%;
  display: block !important;
}

.img-marca img {
  margin-left: 8px;
}

.info_product {
  border-radius: 10px 10px 21px 21px;
  font-weight: 700 !important;
}

.caz-side_bar .descCazador {
  color: black;
  font-size: 11px !important;
  line-height: initial !important;
  height: 55px;
  overflow: hidden;
}

.caz-side_bar .price-offer {
  color: black;
  font-size: 11px;
  margin-right: 5px;
}

.caz-side_bar .caz_npc {
  color: black;
  font-size: 12px;
}

.caz-side_bar .side_bar_price {
  font-size: 16px;
  color: #FF9B27;
  font-weight: 400;
}
.caz-side_bar .side_bar_price .iva {
  font-size: 12px;
}

#caz-side_bar .precios_sidebar {
  height: 37.19px;
  align-content: center;
}

#caz-side_bar .ctrl__button {
  width: 26px;
  height: 26px;
  line-height: inherit;
  font-size: 12px;
}

#caz-side_bar .ctrl__counter {
  max-width: 44px;
  max-height: 26px;
}

#caz-side_bar .ctrl__counter-num {
  font-size: 12px;
}

.btn-agregar {
  background-color: var(--naranja_ciosa);
  height: 26px;
  font-size: 11px;
  float: right;
}

.btn-ver_seccion a, .btn_banner a {
  background-color: #585858;
}

.btn-ver_seccion a:hover, .btn_banner a:hover {
  background-color: #737373;
  color: white !important;
}

.btn_banner {
  margin-top: -32px !important;
}

#carousel-side_bar .owl-nav span{
    background: none;
    padding: 7px;
    box-shadow: none;
    font-size: 44px;
}

#carousel-side_bar .owl-nav button.owl-next{
    right: -15px;
    top: 36%;
}
#carousel-side_bar .owl-nav button.owl-prev{
    left: -15px;
    top: 36%;
}

#carousel-side_bar .owl-carousel .owl-item img{
  width: auto;
}

/* Cazador V5 */
.labelMasVendido{
  position: absolute;
  width: 40px;
  height: 40px;
  background: url('../../../../masVendidos.png');
  background-size: cover;
  top: 0px;
  right: 0px;
}
.labelMasVendidoRef{
  position: absolute;
  width: 40px;
  height: 40px;
  background: url('../../../../masVendidosRef.png');
  background-size: cover;
  top: 0px;
  right: 0px;
}
.labelOfertaRelampago{
  position: absolute;
  width: 40px;
  height: 40px;
  background: url('../../../../ofertas-relampago.png');
  background-size: cover;
  top: 0px;
  right: 0px;
}

.hideMov{
  display: inline;
}

@media only screen and (max-width: 720px) {
  .hideMov {
    display: none;
  }
}
