
.catalogo{
  background-color:#EDEDED;
  margin-top: 0px;
  padding-top:170px;
}

.nav-tabs{
  border-bottom: 0;
}

.search-type-item{
  text-align: center;
  width: 50%;
}
.search-type-item .nav-link{
  border: 0;
}
.search-type-item .nav-link{
  background-color: #FFF;
  color: #000;
}
.search-type-item .nav-link.active{
  background-color: #35a9e1;
  color: #FFF;
  font-weight: bold;
}

.search-type-tab-content{
 border: 2px solid #35a9e1;
 background-color: #FFF;
}
.search-type-tab-content h5{
  padding: 10px 20px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}

.search-type-tab-content .search-filter{
  padding: 10px 20px 10px;
}

.catalogo .form-group{
  margin: 0;
  padding-bottom: 0;
}
.search-type-tab-content .search-filter .form-control{
  background-color: #EAEAEA;
  color: 333;
  font-size: 12px;
  padding: 10px 20px 10px;
}

.search-type-tab-content .search-filter .form-control::placeholder {
  color: #999;
}
.filter-wrapper{
  padding: 0px 20px 10px;
  max-height: 180px;
  overflow: auto;
}

.categorias-wrapper{
  max-height: inherit;
}

.filter-box{
  border: 2px solid #989898;
  margin-top: 20px;
  margin-bottom: 20px;
}
.filter-box.active{
  border: 2px solid #35a9e1;
}

.catalogo-shortcut-categoria_id{
  cursor: pointer;
}
.catalogo-header{
  display: flex;
  border-bottom: 1px solid #EEE;
  justify-content: space-between;
}
.catalogo-header-search{
  padding: 0 20px;
  display: flex;
}
.catalogo-header-search .form-control,
.catalogo-header-search .form-group .form-control{
  border: 2px solid #35a9e1;
  background-color: #FFF;
  border-radius: 0;
  padding: 5px 10px;
}
.catalogo-header-search .form-group{
  width: 500px;
}
.catalogo-header-search button:hover,
.catalogo-header-search button:active,
.catalogo-header-search button:focus,
.catalogo-header-search button{
  border-radius: 0;
  background-color: #35a9e1 !important;
  color: #FFF !important;
  margin: 0;
  height: 36px;
}

.catalogo-header-pdf .crear_pdf-btn{
  color: #666;
  margin-right: 10px;
  font-weight: bold;
}
.catalogo-wrapper{
  padding: 20px;
}

.producto-box{
  margin-bottom: 20px;
  height: 440px;
}

/*.productos_destacados .producto-box{
  height: 520px;
}*/

.cart-badge{
  position: absolute;
  right: 0px;
  bottom: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  background-color: #F00;
  color: #FFF;
}
.categorias-wrapper .form-check-label strong{
  color: #333;
}

.modal-lg {
    max-width: 1340px;
}

.nav-btn:hover img{
  opacity: .6;
}

.producto-box{
  background-color: #FFF;
  padding: 15px;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 9%);
  box-shadow: 0 1px 3px rgb(0 0 0 / 9%);
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 60px;
  cursor: pointer;
}

.producto-box:hover {
    box-shadow: 1px 1px 6px 0 #a2a2a2;
    border: 0;
}

.producto-codigo{
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

.producto-funcion{
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;

  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.producto-uso{
  color: #999;
  font-size: 14px;

  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.producto-marca{
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;

  height: 51px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.producto-modelo{
  font-weight: normal;
  font-size: 14px;
  color: #999;
}

.producto-imagen{
  height: 190px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.producto-imagen .img-fluid{
  max-height: 190px;
}

.producto-imagen .image__body{
  margin:auto;
}

.producto-oem{
  font-weight: bold;
  font-size: 12px;
  color: #000;
  height: 20px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;

  scrollbar-width: none; /* Para Firefox */
  -ms-overflow-style: none; /* Para Internet Explorer y Edge */

  /* Ocultar la barra de desplazamiento para navegadores Webkit */
  -webkit-overflow-scrolling: touch; /* Para scroll suave en dispositivos iOS */

  cursor:e-resize ;
}

.producto-oem::-webkit-scrollbar {
    display: none; /* Ocultar la barra de desplazamiento en Chrome, Safari y Opera */
}

.producto-oem-content {
    display: inline-block;
}

.producto-precio{
  text-align: center;
   font-weight: bold;
  font-size: 28px;
  margin: 5px 0;
  color: #000;
  position: relative;
}
.producto-precio small{
  font-size: 45%;
  font-weight: bold;
}

.por-metro-label{
  font-size: .7rem;
  position: absolute;
  right: 67px;
  bottom: 23px;
  line-height: .8rem;
  color: #FFF;
  background-color: #35a9e1;
  font-weight: normal !important;

}

.producto-btn{
  width: 100%;
  position: absolute;
  bottom: -28px;
  left: 0;
  text-align: center;
}
.producto-btn button{
  color: #FFF;
  font-size: 18px;
  padding: 10px 20px;
  font-weight:bold;
  background-color: #249557;
  border: 0;

}

.add-producto-btn:hover{
  cursor: pointer;
  background-color: #35a9e1;
  box-shadow: 1px 1px 11px 0 #a2a2a2;
}

.btn-search{
  height: 38px !important;
  padding-top: 8px;
  overflow: hidden;
}

.custom-control-input:checked~.custom-control-label::before{
  background-color: #35a9e1;
  border-color: #35a9e1;
}

/*=======================================
=            CUSTOM CHECKBOX            =
=======================================*/

.form-check-wrapper{
  background-color: #35a9e1;
  color: #FFF;
  padding:10px;
  padding-bottom: 2px;
  margin-bottom: 5px;

}
/* The container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 0px;
  color: #FFF;
  line-height: 26px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #6D6D6F;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  right: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.responsive-filters{
  display: none;
}

/*=====  End of CUSTOM CHECKBOX  ======*/

div.zoom {
  background-position: 50% 50%;
  position: relative;
  /*width: 500px;*/
  overflow: hidden;
  cursor: zoom-in;
  background-repeat: no-repeat;
}

div.zoom img:hover {
  opacity: 0;
}

div.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}

.catalogo-filters{
  width: 100%;
  display: none;
}

.catalogo-filters.toggled{
  width: 100%;
  display: block;
  height: 100vh;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  background-color: #FFF;
}
.apply_filters-btn{
  border: 2px solid #FFF;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 11000;
  background-color: #35a9e1;
  color: #FFF;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  padding-top: 18px;
  font-size: 40px;
}

.catalogo-header,
.catalogo-main{
  overflow: hidden;
  width: 100%;
}
.catalogo-header-pdf{
  display: none;
}
.catalogo-header-search{
  width: 100%;
}
.navbar{
  top: 0;
}


.producto-modal-codigo{
  background-color: #35a9e1;
  color: #FFF;
  padding: 5px 15px;
  display: inline-block;
  font-size: 1.2rem;
}

#producto-modal h4{
  font-size: 1rem;
}
#producto-modal h6{
  font-size: .9rem;
  margin-bottom: 0;
}
.producto_modal-precio_label{
  background-color: #E4E5E4;
  color: #444;
  padding: 5px 10px;
  text-align: left;
  font-size: .9rem;
  margin-top: 15px;
}

.producto_modal-precio{
  color: #444;
  padding: 10px;
  font-size: 1.5rem;
  margin-bottom: 15px;
  margin-top: 5px;
}
.producto_modal-precio small{
  font-size: 60%;
}

.producto_modal-stock{
  font-size: 1.2rem;
}
.producto_modal-stock .material-icons{
  font-size: 1.1rem;
}

.producto_modal-stock_info{
  border: 2px solid #767674;
  font-size: .9rem !important;
  color: #000;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

  .catalogo-filters{
    width: 100%;
    display: none;
  }
  .catalogo-main{
    width: 100%;
  }

  .navbar-header{
    width: 90%;
  }

  .catalogo-header{
    display: block;
    width: 100%;
  }
  .catalogo-header-pdf{
    display: none;
  }

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 1200px) {
  .responsive-filters{
    display:  flex !important;
  }
}
@media (min-width: 768px) {
  .catalogo-filters{
    width: 40%;
    display: none;
  }
  .catalogo-main{
    width: 100%;
  }
  .producto-wrapper{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .producto-wrapper{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .catalogo-header{
    display: flex;
  }

  .catalogo{
    padding-top: 260px;
  }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .catalogo-filters{
    width: 25%;
    display: none;
  }
  .catalogo-main{
    width: 100%;
  }

  .producto-wrapper{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .catalogo-header-pdf{
    display: block;
  }

  .navbar{
    top: 30px;
  }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .catalogo-filters{
    width: 25%;
    display: block;
  }
  .catalogo-main{
    width: 75%;
  }
  .apply_filters-btn{
    display: none;
  }

  .producto-wrapper{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .catalogo-header-pdf{
    display: block;
  }
  .catalogo-header-search {
    width: 70%;
  }
}


@media (min-width: 1400px){

  .container{
      max-width: 1380px;
  }
}

.page-link{
  color: #35a9e1;
  font-size: 1rem;
}

.pagination{
  margin-top: 50px;
}

.slicknav_btn{
  margin-bottom: 59px;
}

.slicknav_nav{
  width: 100%;
}

.log-text{
  display: block;
  height: .9rem;
  white-space: nowrap;
  margin-bottom: 14px;
  line-height: .9rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

.btn-number{
  font-size: 1.2rem;
  font-weight: bold;
  color: #000 !important;
  padding: 8px 20px;
  background-color: #CCC;
}
.input-number{
  margin-top: 17px;
  padding: 12px;
}

.btn-comprar{
  background-color: #249557;
  color: #FFF !important;
  font-weight: bold;
  position: relative;
}


.btn-comprar-precio{
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  color: #FFF;
  display: block;
  padding: 5px;
  background-color: #35a9e1;
}

.btn-comprar:hover{
  cursor: pointer;
  background-color: #35a9e1 !important;
  box-shadow: 1px 1px 11px 0 #a2a2a2;

}
.producto-cantidad{
  width: 200px;
  margin-right: 30px;
}

#carga_rapida-input{
  margin-top: 8px;
}

.filter-box .form-check-label{
  max-width: 80%;
  color: #333;
}

.applied-filters__list {
    list-style: none;
    padding: 0 30px;
    margin: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.applied-filters__button {
    padding: 4px 11px;
    display: block;
    min-height: 40px;
    font-size: 13px;
    line-height: 1;
    color: inherit;
    background-color: #233e92;
    -webkit-transition: background .12s,color .12s;
    transition: background .12s,color .12s;
    border-radius: 1px;
    margin-right: 4px;
    margin-top: 15px;
    /*height: 40px;*/
    position: relative;
    border: none;
    color: #FFF;
    border: 2px solid #233e92;
    overflow: hidden;
}

.applied-filters__item .badge-primary{
  background-color: #35a9e1;
}

.filter-title>img{
  display: none;
}

.filter-title.active{
  background-color:#6D6D6F; color:#FFF;
}
.filter-title.active>img{
  display: inline-block;
}
.search-type-tab-content .search-filter select.form-control{
  padding:  5px 10px;
  font-size: 14px;
}

.btn-diametros:hover,
.btn-diametros{
  background-color: #35a9e1 !important;
  color: #FFF !important;
}

.product_title {
  margin-top: 20px;
  text-transform: uppercase;
  color: #000;
  padding: 5px 5px 5px 0;
  font-size: .8rem;
  margin-left: -5px;
  border-bottom: 1px solid #000;
}

a.back-to-top i{
  z-index: 9999;
}

.view-options__label {
    display: inline;
    background: #EDEDED;
    padding: 0 8px;
    margin-top: -4px;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    color: #333;
    margin-left: 20px;
}

.page-item.active .page-link{
  background-color: #35a9e1;
  border-color: #35a9e1;
}

.text-black{
  color:#333;
}

.main-banner button{
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1;
  bottom: 0;
  width: 70px;
  background-color: #35a9e1;
  border: 1px solid #35a9e1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.swal2-container{
  z-index: 99999999 !important;
}

.productos-sugeridos{
  margin:10px;
  padding:10px;
}

.producto-sugerido{
  margin:10px;
  padding:10px;
  border: 1px dashed #CCC;
}
.producto-sugerido img{
  width: 100px;
}
.producto-sugerido button img{
  width: 24px;
}
.producto-sugerido .media-body{
  font-size:.8rem;
}

.btn:not(.btn-raised).btn-info, .input-group-btn .btn:not(.btn-raised).btn-info{
  color:#000;
}

#producto_complementarios-wrapper{
  max-height:516px;
  overflow:hidden;
  overflow-y: auto;
  padding: 15px;
}
#producto_complementarios-wrapper .row:nth-of-type(even) {
    background-color: #f7f7f7;
}
#producto_complementarios-wrapper .media img{
  mix-blend-mode: multiply;
}