.breadcrumb-category, .breadcrumb-page
{
  display: none !important;
}



.btn 
{
  padding: 2px 16px !important;
  border-radius: 9px !important;
  box-shadow: 2px 2px 7px 3px rgb(89 89 89 / 32%) !important;
}


/*.primary_block {  transform: translateX(50px) !important; }*/
.primary_block 
{
  opacity: 1;
  transition: all 0.5s ease-in-out;
}


.ac_input   { border-radius: 15px!important;  }
.cl-cisa  { background-color: #ed1b24 !important; }
#header_logo
{
  text-align: center !important;
  padding: 25px 0;
  padding-left: 1px !important;
  padding-bottom : 1px!important;
  padding-right: 1px!important;
  padding-top: 9px!important;
}

#search_block_top
{
  /*width: 60%!important;*/
  margin: 0px 0 0!important;
}

.search_query {
  width: 100%;
  padding: 12px 40px 12px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.search_query::placeholder
{
  color: #999;
  font-size: 14px;
}

.search_query:focus {
  border-color: #ed1b24;
  box-shadow: 0 2px 8px rgba(74, 144, 226, 0.1);
}

.search-icon
{
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  background-color: #dfdfdf;
  cursor: pointer;

  width: 35px;
  height: 35px;
  border-radius: 35px;
  border:none;
}

/* Estilos para el ícono de búsqueda (puedes usar un ícono de Font Awesome o similar) */
.search-icon i
{
  font-size: 18px;
}
/*
Uso:
<div class="search-container">
    <input type="text" class="search-input" placeholder="Search products">
    <span class="search-icon">
        <i class="fas fa-search"></i> <!-- Si usas Font Awesome -->
    </span>
</div>
*/

/* ============== FIN Edit para busqueda ==================  */
.container
{ 
  max-width:      100% !important;
  margin-right:   0px !important;
  margin-left:    0px !important;
  padding-left:   0px !important;
  padding-right:  0px !important;

}
.row      
{ 
  width:    100%!important; 
}

.center_column > .row
{
  margin-right:   0px !important;
  margin-left:    0px !important;
  padding-right:  0px !important;
  padding-left:   0px !important;
}

.col-left > .row
{
  padding-right:  0px !important;
  padding-left:   0px !important;  
}
.zoomPad > .img_zoom
{
  width: 100% !important; /*614px;
  height: 384px;*/
}
.zoomPad
{
 width: 100% !important;
 text-align: center;
}

.col-right
{
  padding-right: 96px;
}

.col-right-cont
{
  border-radius: 15px;
  border: 1px solid #eee;
  padding: 10px;
  height: fit-content;
}

/* ==============  Estilos por defecto (escritorio)  ============ */
.version-mobile  { display:none;  }
.version-desktop { display:block; }
.top_bar--widget 
{ 
  height: 40px !important; 
  background-color: #ed1b24 !important; 
}

.logo-cisa { width: 166px !important; }
.btn-group > .btn + .dropdown-toggle 
{
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-top: 40px;
}
.btn-group    { margin-top: 23px; }
.dropdown-btn { margin-top: 23px; }
.open > .dropdown-menu 
{ 
  border-radius: 10px !important; 
  width: 75px !important;
  min-width: 75px !important;
}
.dropdown-menu > li > a  { background-color: transparent; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
  color: #000000 !important;
  text-decoration: none !important;
  background-color: transparent !important;
  filter: blur(0.5px);
}

.nav-icon
{
  font-size: 32px;
  margin-top: 23px;
  white-space: nowrap;  
}

.search-container
{
  max-width: 100%;
  margin: 20px auto;
  position: relative;
}

#nav-search
{
  padding-right:  80px !important;
  padding-left:   80px !important;
}

#nav-iconos
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

  /*
  justify-content: center;
  align-items: center;
  position:absolute;
  vertical-align: baseline;
  height: 88px;
  */
}


.row-col3
{
  width: 20%;
  background-color: transparent;
  padding: 2px; 
}
.row-col4
{
  width: 16%;
  background-color: transparent;
  padding: 2px; 
}
.tfull6 { width: 60px; }
.tfull4 { width: 40px; }
.icon16 { width: 16px; }
.icon32 { width: 32px; }
.icon64 { width: 64px; }




/* ====================== Tipo-bar============================ */
.top_bar--widget { background-color: #ed1b24;  } /*ed1b24*/

.top_bar--widget .nav__menu li{
    display: inline-block;
    color: white;
    padding-top: 8px;
}

.top_bar--widget .nav__menu li.other:before{
  content: " / ";
  margin: 15px;
  color: #ffffff;
}

.top_bar--widget .nav__menu li a{ color: white; }

.object 
{
  position: absolute;
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out; /** Chrome & Safari **/
  -o-transition: all 2s ease-in-out; /** Opera **/
}
#axis:hover .move-right{
  transform: translate(350px,0);
  -webkit-transform: translate(350px,0); /** Chrome & Safari **/
  -o-transform: translate(350px,0); /** Opera **/
  -moz-transform: translate(350px,0); /** Firefox **/
}

.sf-menu 
{
  padding: 0 !important;
  height: 37px !important;
}

.sf-menu > li > a 
{
  font-family: "NeutraText-BoldAlt";
  /*background: url(../icon/ico_barra_vertical.png) no-repeat scroll right center !important;*/
  color: #ffffff !important;
  display: block;
  font-size: 21px !important;
  font-weight: 500 !important;
  margin-bottom: 0;
  /*padding: 19px 15px 20px;*/
  /*padding: 0 40px 0 20px !important;*/
  position: relative;
  text-transform: uppercase;
  text-align: center !important;
  margin-top: 1px !important;
}
.sf-menu > li > a:hover
{
  background-color: #ffffff !important;
  color: #ed1b24 !important;
  height: 35px !important;
  margin-top: 1px !important;
}

.sf-with-ul
{
  font-family: "NeutraText-BoldAlt";
  background: url(../icon/ico_barra_vertical.png) no-repeat scroll right center !important;
  color: #ffffff !important;
  display: block !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
  padding: 3px 40px 0 20px !important;
  position: relative !important;
  text-transform: uppercase !important;
  text-align: center !important;
}
.sf-with-ul:hover
{
  background-color: #ffffff !important;
  color: #ed1b24 !important;  
}
.sf-with-ul-fin
{
  color: #ffffff !important;
  display: block !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
  padding: 8px 40px 0 20px !important;
  position: relative !important;
  text-transform: uppercase !important;
  text-align: center !important;
}
/* =========================== Breadcrumb =========================== */
.migasdepan
{
  background-color: transparent !important;
}
.migasdepan .miga_pan_logo
{
  width: 24px;
  margin-left: 20px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.navigation-pipe
{
  font-size: x-large;
  font-weight: 500;
}


#slider2
{
  margin-left: 40px;
  margin-right: 40px;
  padding-right: 10px;  
}

.slider-nav 
{
    border: 0;
    background-color: rgba(0, 0, 0, 0); 
    visibility:visible;
    opacity: .8;
}

.slider-nav::after  { background-color: #000000 !important; visibility: visible;}

.swiffy-slider
{
  margin-bottom: 50px;
  width: 103%;
}

.slide_border
{
  height: auto !important;
  border-color: #ed1b24;
  border-width: 1px;
  border-style: solid;
  border-radius: 28px;
}
.slide_img
{
  position: absolute; 
  top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  left: 0; 
  width: 100%; 
  /*margin-top: 0px!important;*/
}
.slider-indicators { margin-top: 32px; }

.title_block 
{
  background: none repeat scroll 0 0 #F6F6F6;
  border-top: 5px solid #333333;
  color: #555454;
  font: 600 18px / 22px "Open Sans", sans-serif;
  margin-bottom: 20px;
  padding: 14px 5px 17px 20px;
  text-transform:none;
}
/* ===================== Barra menu scroll ================= */
.sf-contener.fixed .sf-menu
{ 
  background-color: #ed1b24 !important;
  padding: 1px 0 0 !important;
}
/* =========================  Card ======================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.body-card 
{
  font-family: 'NeutraText-BookAlt';
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: linear-gradient(#03a9f4, #03a9f4 45%, #fff 45%, #fff 100%);
}

.card {
  position: relative;
  width: 300px;
  height: 400px;
  background: #fff;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  /*border-top: 1px solid rgba(255, 255, 255, 0.5);*/
  border: 1px solid #ed1b24;
  backdrop-filter: blur(15px);
  /*box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);*/
}

.img-bx 
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  /*transform: translateY(30px) scale(0.5);*/
  transform: translateY(5px) scale(0.85);
  transform-origin: top;
}

.img-bx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content 
{
  font-family: 'NeutraText-BookAlt';
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-end !important;
  padding-bottom: 30px !important;;
  opacity: 0.8 !important;
}

.content .detail 
{
  font-family: 'NeutraText-BookAlt';
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 7px;
}

.content .detail h4 
{
  color: #000000;
  font-size: 1.3em;
  font-weight: bolder;
  /*font-family: 'NeutraText-BookAlt';*/
  font-family: "NeutraText-BoldAlt";
}

.content .detail h4 span {
  font-size: 0.90000em;
  color: #444444;
  font-weight:300;
  font-family: 'NeutraText-BookAlt';

  display: block;
  margin-top: 9px;
}

.sci {
  position: relative;
  display: flex;
  margin-top: 5px;
}

.sci li {
  list-style: none;
  margin: 4px;
}

.sci li a {
  width: 150px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  color: #fff;
  background: #ed1b24;
  font-size: 1.5em;  
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.5s;
  margin-bottom: 5px;
  font-family: "NeutraText-BoldAlt";
}

.sci li a:hover 
{
  color: #444;
  background: #ffffff;  
}

.pb-center-column h1 
{
  font: bold 26px "NeutraDispTitling" !important;
}
.pb-center-column .txt_prod_desc
{
  color: #686868;
  font-family: "NeutraText-BookAlt";
  font-size: 18px;
  font-weight: 550;  
}

.txt_prod_desc
{
  color: #686868;
  font-family: "NeutraText-BookAlt";
  font-size: 18px;
  font-weight: 550;  
}


.div_bt_more
{
  text-align: center;
  width: 100% !important;
}

.btn-cisa
{
  width: 150px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  color: #fff;
  background: #ed1b24;
  font-size: 1.5em;  
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.5s;
  margin-bottom: 5px;
  font-family: "NeutraText-BoldAlt";
}

.btn-cisa:hover 
{
  color: #444;
  background: #ffffff;  
}

/* ==================================== Menú hamburguesa ====================================*/
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  color: rgb(68, 68, 68);
  padding: 10px 20px;
}

.menu       { display: flex; /* gap: 20px; */}
.menu a     { color: rgb(77, 77, 77); text-decoration: none; }
.hamburger  
{ 
  display: none;  
  flex-direction: column; 
  cursor: pointer; 
  margin-top: 8px; 
  margin-left: 8px;
}
.hamburger div 
{
  width: 24px;
  height: 4px;
  background-color: #ed1b24;
  margin: 2px 0;
  border-radius: 7px;
  margin-left: 10px;
}





/* Mobile styles */
@media (max-width: 768px) 
{
  .menu 
  {
      display: none;
      flex-direction: column;
      background-color: #fff;
      position: absolute;
      top: 40px;
      right: -100px !important;
      width: 150px;
      /*border: 1px solid #444;*/
      border-radius: 15px;
      /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);*/
      box-shadow: 0 0px 10px rgba(0, 0, 0, 0.7);
  }

  .menu a  { padding: 12px; border-bottom: 1px solid #3a3a3a; }
  .menu a:last-child  { border-bottom: none; }
  .hamburger { display: flex; }
  .menu.show { display: flex !important; }

  .icon-arrow-right, .icon-arrow-left { margin-top: 112px !important; }

  .mpm-featuredproducts-product-miniature 
  { 
    padding: 15px 15px 12px 15px !important;
  }

}
/* ============  MODAL ================== */
.modal {  font-family: 'NeutraText-BookAlt' !important; z-index: 1050 !important;  background-color: #000000d1; top: 2px !important; max-width: 100%; max-height: 100%;}
.modal-content 
{
  border-radius: 15px !important;
  box-shadow: 0px 0px 11px 2px rgba(65, 65, 65, 0.82) !important;

  margin:5% 5% 5% 3% !important;
  padding:0px !important;

  /*display: flex!important;*/
  justify-content: center!important; /* Centra horizontalmente */
  align-items: center!important; /* Centra verticalmente */
}

.modal-header 
{
  padding: 2px 12px 4px 12px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  background-color: #ED1B24 !important;
  height: 64px;
  border-radius: 15px 15px 0 0;
}

.modal-header img
{
  height: 64px !important;
  width: 64px !important;
  float: inline-start;
  transform: translateY(-5%);
}

.modal-dialog  { width: 480px !important; z-index: 9999 !important; top: 50px !important;}

.modal-m-top { margin-top: 5px !important; }
.modal-title
{  
  font-family: 'NeutraText-BoldAlt';
  font-size: 20px;
  color: #fff;
  text-align: center;
  transform: translateY(60%);
}
.modal-backdrop
{
  display: none;
}
.label-in
{
  text-align    : left;
  margin-bottom : 1px;
  margin-top    : 6px;
}
.input_mid
{
  width: 100%;
  padding: 5px 40px 5px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  font-size: 16px;
  color: #333;
  background-color: #eee;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#Prod_DESC {  text-align: justify; }

@media (min-width: 768px) 
{
  .modal-sm { width: 480px; }
}

/* ===================  footer ======================  */
.footer-container #footer .footer-block 
{
    border-left: 1px solid #ececec;
}

.footer-container #footer #block_various_links_footer:before, .footer-container #footer #block_various_links_footer:after 
{
    border-top: 1px solid #ececec;
}

.footer-container #footer h4
{
    color: #505050;
    cursor: pointer;
    font-family: "NeutraTextBold";
    margin: 10px 0;
    text-transform: uppercase;
}

.footer-container #footer h4 a { color: #505050; }
.footer-container #footer a    { color: #292929; }

.tm_newsletterdiv 
{
    background: #9e9e9e;
    border-bottom: 1px solid #f7f7f7;
    float: left;
    width: 100%;
    color: white;
}

.footer-container #footer #block_contact_infos > div ul li 
{
    overflow: hidden;
    color: #303030;
}

.sf-contener.fixed .sf-menu 
{
    padding: 0;
    background-color: white;
    border-bottom: 1px solid #e2e2e2;
}

.sf-contener.fixed .sf-menu > li > a {
    color: #3e3e3e;
}
.sf-contener.fixed .sf-menu > li.sfHover > a, .sf-contener.fixed .sf-menu > li > a:hover, .sf-contener.fixed .sf-menu > li.sfHoverForce > a {
    color: red;
}

.sf-contener {
    width: 100% !important;
}

.footer-container #footer a:hover {
    color: #a9a3a3;
}

.tm_newsletterdiv {
    margin-top: 5em;
    background: #f1f1f1;
}
.footer-container #newsletter_block_left .newsletter-input {
    max-width: 100%;
}

.footer-container #newsletter_block_left .form-group .form-control, .footer-container #newsletter_block_left .inputNew {
    height: 40px;
    line-height: 30px;
    background: #ffffff;
    border: 1px solid #adadad;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    color: #666666;
    padding: 5px 12px;
    display: inline-block;
    float: left;
}

.tm_newsletter i {
    font-size: 5em;
    margin: -27px 1px 4px 4px;
    display: inline-block;
    vertical-align: middle;
    top: 15px;
    position: absolute;
    left: 1em;
    color: #8a8a8a;
    /* margin-bottom: 8px; */
    background-color: #f1f1f1;
    padding: 9px;
    border-radius: 5px;
}

.tm_newsletter {
    width: 37%;
    float: left;
    margin: 0;
    line-height: 40px;
    position: relative;
    left: 44%;
    top: -40px;
}

.submitNewsletter {
    font: 600 13px/18px "NeutraTextBook";
    color: #262626;
    text-transform: uppercase;
    border: 1px solid #adadad;
    margin: 0;
    background: white;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 0;
}

.mpm-featuredproducts-product-price-block {
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
}

.price.product-price {
    color: #262626;
    /* background-color: red; */
    color: #272727 !important;
    /* padding: 5px; */
}


.box-info-product .exclusive {
    padding: 0;
    color: white !important;
    position: relative;
    background: #ff0000;
    border: 1px solid #ff0000;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    border-radius: 5px;
}

.box-info-product .exclusive:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    color: #ffffff;
    font-size: 19px;
    line-height: 32px;
    content: "\f07a";
    z-index: 2;
    width: 42px;
}

.box-info-product .exclusive span {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 10px 5px 40px;
    color: #ffffff;
    display: block !important;
}

.box-info-product .exclusive:hover:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    color: #f30000 !important;
    font-size: 19px;
    line-height: 32px;
    content: "\f07a";
    z-index: 2;
    width: 42px;
}

.box-info-product .exclusive:hover span { color: #f30000; }

.box-info-product .exclusive:hover {
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.box-info-product .exclusive:hover:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    color: #000000;
    font-size: 19px;
    line-height: 32px;
    content: "\f07a";
    z-index: 2;
    width: 42px;
}

#pap_areaprice, #pap_areaprice b, .content_prices div p {
    font-size: 22px;
    color: #262626;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

#pap_widget.center .pap_input_wrapper {
    width: 250px;
    border: 0px solid #ddd;
    border-radius: 10px;
    border-width: 1px;
    padding: 5px;
    margin-left: 15px;
}

#box_info {
    background-color: #e6e6e6;
    padding: 5px 0px 4px 21px;
    width: 266px;
    margin-bottom: 5px;
    border: 1px solid darkgrey;
    margin-top: -7px;
    margin-left: 16px;
}

.product_attributes, .box-cart-bottom {
    margin-left: 16px;
    margin-top: -25px;
}

#pap_widget .total-area { margin: 0px 0px; }
/*
.col-sm-1 { width: 8.333333% !important; }
.col-sm-2 { width: 16.666667% !important; }
.col-sm-3 { width: 25% !important; }
.col-sm-4 { width: 33.333333% !important; }
.col-sm-5 { width: 41.666667% !important; }
.col-sm-6 { width: 50% !important; }
.col-sm-7 { width: 58.333333% !important; }
.col-sm-8 { width: 66.666667% !important; }
.col-sm-9 { width: 75% !important; }
.col-sm-10 { width: 83.333333% !important; }
.col-sm-11 { width: 91.666667% !important; }
.col-sm-12, .col-xs-12 { width: 100% !important; }*/


#tmfootercms_block 
{
    width: 25% !important;
    float: left;
    margin: 40px 0 0 0 !important;
    padding: 0 2px 0 0 !important;
}

/* ==============================================================
*  =======================  MEDIA ===============================
*  ==============================================================
*/

/* Extra pequeño (xs): No se necesita media query, es el tamaño base */



@media (min-width: 360px) and (max-width: 575px)
{
  .version-mobile   { display:block; }
  .version-desktop  { display:none;  }
  .col-xs-3, .col-xs-9
  {
    position: relative;
    min-height: 1px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .footer-container #newsletter_block_left .newsletter-input
  {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .row              { margin-left: 0px !important; margin-right: 0px !important;  }
  .cat-title        { padding: 19px 0;  padding-left: 0px;  }       /* padding-right: 40px; */
  .cat-title:after  { right: 50px; }
  .logo-cisa        { width:150px !important;   max-width: 150% !important; }
  #nav-iconos
  {
    padding-left:   5px !important;
    padding-right:  5px !important;
    margin-top:     10px;
    height: 60px;
    gap:10px;
    align-items: center;
    vertical-align: middle;
  }
  .nav-icon
  {
    font-size: 32px;
    margin-top: 2px;
    white-space: nowrap;
  }
  .btn-group      { margin-top: 5px; }
  .icon32         { width: 32px !important;  }
  .iconhome       { margin-right: 5px !important;  }
  .iconuser       { margin-left: 5px !important;  }
  .nav-icon-space_a { width: 16px; }
  .nav-icon-space_b { width: 20px; }
  .nav-icon-space_c { display: none; }

  .hamburger { margin-left: 2px !important; }

  #nav-menu         {   padding-left: 2px !important; }
  .search-container {   max-width: 100%;    margin: 5px auto;    position: relative;}
  #nav-search
  {
    justify-content: center;
    align-items: center;
    padding-right:  6px !important;
    padding-left:   6px !important;
  }  
  .search_query { padding: 4px 8px 4px 8px !important;    font-size: 16px !important;  }
  .search-icon  { right: 3px;     top: 51%;    width: 27px;    height: 27px;    border-radius: 27px; }
  .open > .dropdown-menu 
  { 
    border-radius: 10px !important; 
    width: 60px !important;
    min-width: 60px !important;
    margin-left: -15px !important;

  }

  .prev, .next  { top: 50% !important; }
  .card         { width: 264px;    height: 345px; }
  .swiffy-slider{ margin-bottom: -40px !important; }

  .mpm-featuredproducts-slider-wrapper .slick-list
  {
    margin: 0 -5px !important;
    height: 340px !important;
  }

  #tmsmartblog_block { margin: 10px 0 0 !important; }
  .news-parralax {  margin: 0 0 -25px !important; }

  .li_product_list 
  { 
    border-bottom: 1px solid #e0e0e0; 
    /*height: auto !important; /*500px; */
    margin-bottom: 20px;
  }

  .primary_block  { transform: translateX(0px) !important; }

  .modal-content { width: 470px !important;  top: 50px;  }
  
  ul.product_list_search.grid li { height: 362px; margin-bottom: 60px !important; }
  ul.product_list_search.grid li .product-container { height: 133% !important;  }
}


/* Pequeño (sm): ≥576px   IPAD */
@media (min-width: 576px) and (max-width: 767px)
{
  .version-mobile   { display:block; }
  .version-desktop  { display:none;  }
  .mar-10           { margin-top: 10px; }
  .logo-cisa { width: 100px !important; max-width: 122% !important;}
  .btn-group > .btn + .dropdown-toggle 
  {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 46px;
  }
  .btn-group    { margin-top: 5px; }
  .dropdown-btn { margin-top: 23px; }
  .open > .dropdown-menu { border-radius: 10px !important; }  
  #nav-iconos
  {
    padding-left: 90px !important;
    padding-right: 0px !important;
    margin-top: 5px;
  }
  .nav-icon
  {
    font-size: 32px;
    margin-top: 2px;
    white-space: nowrap;
  }
  .icon32         { width: 18px !important;  }
  .iconhome       { margin-right: 5px !important;  }
  .iconuser       { margin-left: 5px !important;  }
  .nav-icon-space_a { width: 200px; }
  .nav-icon-space_b { width: 50px; }
  .nav-icon-space_c { display: none; }

  #nav-search
  {
    justify-content: center;
    align-items: center;
    padding-right:  6px !important;
    padding-left:   6px !important;
  }

  .search_query 
  {
    padding: 4px 8px 4px 8px !important;
    font-size: 16px !important;
  }
  .search-container { margin: 5px 2px 8px 2px;  }
  .search-icon      { right: 5px; width: 24px;  height: 24px; border-radius: 24px;  border: none;  }
  .search-icon i    { font-size: 16px; }
  
  .tfull4 { width: 40px; }
  .tfull5 { width: 50px; }
  .tfull6 { width: 60px; }

  .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-10, .col-xs-9, .col-xs-8 { padding-left: 2px !important; padding-right: 2px !important; }
  /*    =========== MENU  =========== */
  .dropdown-menu 
  {
    left      : -20px !important;
  }
  .open > .dropdown-menu 
  { 
    border-radius : 8px !important; 
    width         : 65px !important;
    min-width     : 65px !important;
  }

  .mpm-featuredproducts-slider-wrapper .slick-list
  {
    margin: 0 -5px !important;
    height: 340px !important;
  }

  .modal-content 
  {
    width: 60% !important;  
  }

  .primary_block  { transform: translateX(0px) !important; }

  .modal-content {  width: 470px !important;  top: 50px;  }
  ul.product_list_search.grid li { height: 362px; margin-bottom: 60px !important; }
  ul.product_list_search.grid li .product-container { height: 133% !important;  }
}

/* Mediano (md): ≥768px */
@media (min-width: 768px) and (max-width: 991px)
{
  .col-md-1 { width: 8.333333% !important; }
  .col-md-2 { width: 16.666667% !important; }
  .col-md-3 { width: 25% !important; }
  .col-md-4 { width: 33.333333% !important; }
  .col-md-5 { width: 41.666667% !important; }
  .col-md-6 { width: 50% !important; }
  .col-md-7 { width: 58.333333% !important; }
  .col-md-8 { width: 66.666667% !important; }
  .col-md-9 { width: 75% !important; }
  .col-md-10 { width: 83.333333% !important; }
  .col-md-11 { width: 91.666667% !important; }
  .col-md-12 { width: 100% !important; }

  .nav-icon-space_a { width: 5px; }
  .nav-icon-space_c { width: 5px; }

  #nav-search { padding-right: 5px !important; padding-left: 10px !important; }
  #nav-iconos { padding-right: 5px !important; padding-left: 10px !important; }

  .card 
  {
    font-family: 'NeutraText-BookAlt';
    position: relative;
    width: 212px !important;
    font-size: 11px !important;
    height: 400px;
    background: #fff;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #ed1b24;
    backdrop-filter: blur(15px);
  }
  .content .detail h4 span 
  {
    font-size: 9px;
    color: #444444;
    font-weight:300;
    display: block;
    margin-top: 9px;
  }

  .footer-container #newsletter_block_left .newsletter-input
  {
    margin-bottom: 10px;
    width: 100% !important;
  }

  .sf-contener
  {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }


  .modal-content {  width: 470px !important;  top: 50px;  }
  ul.product_list_search.grid li { height: 362px; margin-bottom: 60px !important; }
  ul.product_list_search.grid li .product-container { height: 133% !important;  }
}




@media (min-width: 992px) and (max-width: 1199px)
{
  /* Igual que las clases lg, pero para lg */
  .col-lg-1 { width: 8.333333% !important; }
  .col-lg-2 { width: 16.666667% !important; }
  .col-lg-3 { width: 25% !important; }
  .col-lg-4 { width: 33.333333% !important; }
  .col-lg-5 { width: 41.666667% !important; }
  .col-lg-6 { width: 50% !important; }
  .col-lg-7 { width: 58.333333% !important; }
  .col-lg-8 { width: 66.666667% !important; }
  .col-lg-9 { width: 75% !important; }
  .col-lg-10 { width: 83.333333% !important; }
  .col-lg-11 { width: 91.666667% !important; }
  .col-lg-12 { width: 100% !important; }
  .nav-icon-space_a { width: 5px !important; }
  .nav-icon-space_c { width: 10px !important; }

  #nav-search { padding-right: 5px !important; padding-left: 10px !important; }
  #nav-iconos { padding-right: 5px !important; padding-left: 10px !important; }

  .modal-content {  width: 640px !important;  top: 50px;  }
  .col-right      { padding-right: 50px !important; }

}

/* Extra grande (xl): ≥1200px */
@media (min-width: 1200px) and (max-width: 1399px)
{
  /* Igual que las clases sm, pero para xl */
  .col-xl-1 { width: 8.333333% !important; }
  .col-xl-2 { width: 16.666667% !important; }
  .col-xl-3 { width: 25% !important; }
  .col-xl-4 { width: 33.333333% !important; }
  .col-xl-5 { width: 41.666667% !important; }
  .col-xl-6 { width: 50% !important; }
  .col-xl-7 { width: 58.333333% !important; }
  .col-xl-8 { width: 66.666667% !important; }
  .col-xl-9 { width: 75% !important; }
  .col-xl-10 { width: 83.333333% !important; }
  .col-xl-11 { width: 91.666667% !important; }
  .col-xl-12 { width: 100% !important; }
  .nav-icon-space{ width: 40px !important; }

  .nav-icon-space_a { width: 20px; }
  .nav-icon-space_c { width: 20px; }  
  .search_query   {     padding: 9px 36px 9px 20px !important;}

  .col-right      { padding-right: 70px !important; }

  .primary_block  { transform: translateX(30px) !important; }

  .modal-content {  width: 740px !important;  top: 50px;  }
  
  ul.product_list_search.grid li { height: 450px !important; }


}

/* Extra extra grande (xxl): ≥1400px */
@media (min-width: 1400px)
{
  /* Igual que las clases sm, pero para xxl */
  .col-xxl-1 { width: 8.333333% !important; }
  .col-xxl-2 { width: 16.666667% !important; }
  .col-xxl-3 { width: 25% !important; }
  .col-xxl-4 { width: 33.333333% !important; }
  .col-xxl-5 { width: 41.666667% !important; }
  .col-xxl-6 { width: 50% !important; }
  .col-xxl-7 { width: 58.333333% !important; }
  .col-xxl-8 { width: 66.666667% !important; }
  .col-xxl-9 { width: 75% !important; }
  .col-xxl-10 { width: 83.333333% !important; }
  .col-xxl-11 { width: 91.666667% !important; }
  .col-xxl-12 { width: 100% !important; }
  .nav-icon-space{ width: 120px !important; }
  .nav-icon-space_a { width: 40px; }
  .search_query   {     padding: 9px 36px 9px 20px !important;}
  .search-container {    margin: 22px auto !important; }

  .primary_block  { transform: translateX(50px) !important; }
  .modal-content {  width: 740px !important; top: 50px;  }
  ul.product_list_search.grid li { height: 450px !important; }
}

/* ======================  fin media  ============================= */




ul.product_list_search.grid
{
  margin: 0 -10px;
}

ul.product_list_search.grid li
{
    padding: 25px 25px 25px !important;
    text-align: center !important;
}

ul.product_list_search.grid li .product-container 
{
    /* background: white; */
    padding: 0 !important;
    position: relative;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid #ed1b24 !important;
    border-radius: 10px !important;
    backdrop-filter: blur(15px) !important;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.005);
    height: 100%;
}

ul.product_list_search.grid li:hover .product-container .product-image-container .quick-view, ul.tm-carousel li:hover .product-container .product-image-container .quick-view 
{
  display: none;
}

ul.product_list_search.grid li:hover .product-container .product-image-container .img_1, ul.tm-carousel li:hover .product-container .product-image-container .img_1 
{
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}

ul.product_list_search.grid li .product-container .product-image-container img, ul.tm-carousel li .product-container .product-image-container img 
{
  margin: 0 auto;
  padding: 15px;
  /*margin-top: 10px;*/
}

a.product-name 
{
  color: #464646;
  font-size: 30px;
  font-family: 'NeutraTextBold';
  height: 61px;
  display: block;
}

/* line 200, ../sass/product_list.scss */
ul.product_list_search.grid li .product-container .product-image-container .img_1, ul.tm-carousel li .product-container .product-image-container .img_1 {
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
}

ul.product_list_search.grid li .product-container .product-desc, ul.tm-carousel li .product-container .product-desc 
{
  display: none;
}

ul.product_list_search .product-image-container .quick-view 
{
  display: none;
}

ul.product_list_search.grid li .product-container .product-image-container, ul.tm-carousel li .product-container .product-image-container {
  position: relative;
  height: 278px !important;
}
/* line 182, ../sass/product_list.scss */
ul.product_list_search.grid li .product-container .product-image-container .content_price, ul.tm-carousel li .product-container .product-image-container .content_price {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  background: #545f61;
  padding: 9px 0;
  display: none;
}




.btn_cisa
{
  background-color: #ED1B24 !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;

  font-size: 24px !important;
  font-weight: 900 !important;
  width: auto; /*100%;*/
  border-radius: 25px !important;
  padding: 3px 40px 8px 40px !important;
  height: 40px;
  
  cursor: pointer;
  transition: color .35s ease-in-out,background-color .35s ease-in-out;
  margin-bottom: 10px !important;
  margin-top: 20px !important;
}
.btn_cisa:hover
{
  background-color: #ffffff !important;
  border: 1px solid #ED1B24 !important;
  color: #ED1B24 !important;
  transition: color .35s ease-in-out,background-color .35s ease-in-out;
}

.btn_cisa_inv
{
  background-color: #ffffff !important;
  border: 1px solid #ED1B24 !important;
  color: #ED1B24 !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  width: auto; /*100%;*/
  border-radius: 25px !important;
  padding: 3px 40px 8px 40px !important;
  height: 40px;
  
  cursor: pointer;
  transition: color .35s ease-in-out,background-color .35s ease-in-out;
  margin-bottom: 10px !important;
  margin-top: 20px !important;
}
.btn_cisa_inv:hover
{ 
  background-color: #ED1B24 !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  transition: color .35s ease-in-out,background-color .35s ease-in-out;
}
.div-bt-view-more 
{
  margin-top: 2px !important;
  height: 32px !important;
  width: 100% !important;
}

.btn_view
{
  background-color: #ED1B24 !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;

  font-size: 24px !important;
  font-weight: 800 !important;
  width: auto; /*100%;*/
  border-radius: 25px !important;
  padding: 6px 32px 6px 32px !important;
  height: auto;
  
  cursor: pointer;
  transition: color .35s ease-in-out,background-color .35s ease-in-out;
  margin-bottom: 10px !important;
  margin-top: 20px !important;
}
.btn_view:hover
{
  background-color: #ffffff !important;
  border: 1px solid #ED1B24 !important;
  color: #ED1B24 !important;
  transition: color .35s ease-in-out,background-color .35s ease-in-out;
}
/*  =========================================================== */
.block_img_principal
{
  width: 50% !important;
  transform: translateX(18%) !important;
}

#image-block 
{
  width:100% !important;
  /*float:right;*/
  float: none !important;
  transform: translateX(45%) !important;
}


.div_vista_vitrina
{
  display: grid;
  justify-content: center; /* Centra horizontalmente */
  align-content: center; /* Centra verticalmente */
  grid-template-columns: repeat(auto-fit, minmax(100px, max-content)); /* Crea columnas automáticas */
  gap: 10px; /* Espacio entre los elementos */
}
.div_vista_vitrina_items
{
  width: 100px;
  height: auto;
}


.div_vista_prod
{
  display: grid;
  justify-content: center; /* Centra horizontalmente */
  align-content: center; /* Centra verticalmente */
  grid-template-columns: repeat(auto-fit, minmax(100px, max-content)); /* Crea columnas automáticas */
  gap: 10px; /* Espacio entre los elementos */
}
.div_vista_prod_items
{
  width: 100px;
  height: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /*background-color: #f0f0f0;*/
  /*border: 1px solid #ccc; */
}

.div_vista_prod_items:hover
{
  /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);*/
  transform: scale(1.25) translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.div_vista_prod_items:active
{
  transform: scale(0.98);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}





#thumbs_list
{
  width: 100% !important;
}

#views_block {
  padding: 20px;
}

#thumbs_list_frame {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  width: 100% !important;
}

#thumbs_list_frame li
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px !important;
  height: 150px !important;
}

#thumbs_list_frame img {
  max-width: 100%;
  max-height: 100%;
}

.pro_attributes h5
{
  padding-bottom: 1px !important;
  margin-top: 1px !important;
}

/* ======================  TABs  ============================= */

.tabs-container
{
  border-radius: 18px;
  text-align: center;
  align-items: center;
  align-content: center;
  padding-left: 20px;
  padding-right: 20px;  
  padding-bottom: 4px;
  box-shadow: 0 0 3px 0px #e3e2e296;
}
.tabs-container:hover
{
  box-shadow: 0 0 16px 2px #dfdfdf;
}

.tabs
{
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  justify-content: center;
}

.tab 
{
  padding: 10px 15px;
  cursor: pointer;
  color: #666;
  text-decoration: none;
  background: none;
  border: none;
  font-size: 16px;
}

.tab-separator  {  color: #ccc;  align-self: center;  font-size: 18px;}
.tab.active     {  color: #000;  font-weight: bold; }
.tab-content
{
  display: none;
  background-color: #fff;
  margin-top: 10px !important;
}

.nav-tabs
{
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-content.active {  display: block;  }

#tab_description_txt
{
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: 'NeutraText-BookAlt';
}

#tab_product_details
{
  text-align: justify;
  font-size: 16px;
}

/* ======================  Banner  ============================= */
@media screen and (min-width: 800px) 
{
  .mpm-featuredproducts-slider-wrapper .slick-list 
  {
    height: 412px !important;
  }
}

.roomvo-lite-container
{
  display: flex;
  width: 100% !important;
  height: 480px !important;
  margin-bottom: 10px !important;
  zoom: 100% !important;
}


.blck_roomvo
{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blck_roomvo img { width: 85% !important; }



.div_category_masonry
{
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 100% !important;
}

.child-bk 
{
  width: 100% !important;
  padding-right: 0 !important;
}
.slideshow-container 
{
  /*  
  max-width: 100%;
  margin: 0px;
  */
  width: -webkit-fill-available !important;
  
}
/* ========================================== */
.footer-container #footer #block_contact_infos > div ul li 
{
  font-family: 'NeutraText-BookAlt' !important;
  color: #474747 !important;
}
.footer-container #footer a 
{ 
  font-family: 'NeutraText-BookAlt' !important;
  color: #575757 !important; 
}
.footer-container #footer 
{
  border: 1px solid #ed1b2433;
  border-radius: 25px 25px 0 0;
  background-color: #f2f2f2 !important;
}

#block_top_menu
{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* ======================= galeria Lista productos======================================== */
ul.product_list.grid
{
  background-color: #dedede;
}
ul.product_list.grid li, ul.tm-carousel li 
{
  padding: 25px 25px 25px !important;
  text-align: center !important;
}

.right-block
{
  position: absolute;
  z-index: 99999;
  width: 100% !important;
}