b, strong {
    font-weight: bold;
}

#wrapper .breadcrumb {
	padding: 15px 0px;
    margin-bottom: 0rem;
}
.header-nav .topnav {
    border-bottom: 0px solid #ededed;
    background: #CDFF00;
    text-align: center;
}
.header-nav .topnav p {
	color: #000000;
	margin-bottom: 0px;
	padding: 10px;
}

.iconos_footer .ApColumn {
	text-align: center;
}
.icono_footer img {
	max-width: 64px;
}
.icono_footer p {
    font-size: 1rem;
}
.leo-megamenu.navbar .centrado {
	text-align: center;
}
.letra_negra, .letra_negra p, .letra_negra a, .letra_negra span {
	color: #000;
}
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.search-widget {
  position: relative;
  margin: 0px 0 0 0; }
  .search-widget::after {
    content: "";
    display: table;
    clear: both; }
  .search-widget form {
    position: relative; }
    .search-widget form input[type=text] {
      width: 100%;
      color: #333333;
      height: 40px;
      border: none;
      background: transparent;
      padding: 5px 45px 5px 10px; }
      .rtl .search-widget form input[type=text] {
        padding: 5px 10px 5px 45px; }
      .search-widget form input[type=text]::-webkit-input-placeholder {
        color: #333333;
        text-indent: 0px;
        opacity: 1;
        filter: alpha(opacity=100); }
      .search-widget form input[type=text]::-moz-placeholder {
        color: #333333;
        text-indent: 0px;
        opacity: 1;
        filter: alpha(opacity=100); }
      .search-widget form input[type=text]:-moz-placeholder {
        color: #333333;
        text-indent: 0px;
        opacity: 1;
        filter: alpha(opacity=100); }
      .search-widget form input[type=text]:-ms-input-placeholder {
        color: #333333;
        text-indent: 0px;
        opacity: 1;
        filter: alpha(opacity=100); }
      .search-widget form input[type=text]:hover, .search-widget form input[type=text]:focus {
        outline: 0; }
    .search-widget form button[type=submit] {
      position: absolute;
      background: transparent;
      padding: 0px;
      top: 0px;
      bottom: 0px;
      z-index: 9;
      margin: auto;
      border: none;
      display: table;
      color: #252525;
      font-size: 18px;
      width: 40px;
      line-height: 40px;
      cursor: pointer;
      right: 0px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .rtl .search-widget form button[type=submit] {
        left: 0px;
        right: auto; }
      .search-widget form button[type=submit]:focus {
        outline: 0; }
      .search-widget form button[type=submit]:hover, .search-widget form input[type=text]:focus + button {
        color: #fd3200; 
    background: #000;
}
      .search-widget form button[type=submit] .search {
        font-weight: bold; 
		color: #fd3200;
		}
  .rtl .search-widget {
    margin: 0 0 0 0; }
  .search-widget .popup-title {
    font-size: 0px;
    display: none;
    margin: 0 0 0 10px;
    padding: 10px 0px 10px 0px; }
    .rtl .search-widget .popup-title {
      margin: 0 10px 0 0; }
    .rtl .search-widget .popup-title {
      padding: 10px 0px 10px 0px; }
    .search-widget .popup-title:hover {
      color: #2a61d2; }
    .search-widget .popup-title .search {
      font-size: 20px; }
  .search-widget .popup-content {
    display: block;
    position: static;
    background: none;
    padding: 0;
    z-index: 9999;
    width: 100%;
    min-width: inherit;
    border: none;
    min-width: 270px;
    background: transparent;
    padding: 0px 15px 0px 0px; }
    .rtl .search-widget .popup-content {
      padding: 0px 0px 0px 15px; }
    @media (min-width: 992px) {
      .search-widget .popup-content {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none; } 
      }

.popup-search .search-widget .popup-title {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 0; }
  .rtl .popup-search .search-widget .popup-title {
    margin: 0 0 0 0; }
  .popup-search .search-widget .popup-title .search {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .popup-search .search-widget .popup-title:before, .popup-search .search-widget .popup-title:after {

    content: '';
    display: block;
    background: #ce3c69;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(50px) rotate(45deg);
    -moz-transform: translateY(50px) rotate(45deg);
    -ms-transform: translateY(50px) rotate(45deg);
    -o-transform: translateY(50px) rotate(45deg);
    transform: translateY(50px) rotate(45deg); }
  .popup-search .search-widget .popup-title:before {
    height: 15px;
    width: 1px; }
  .popup-search .search-widget .popup-title:after {
    width: 15px;
    height: 1px; }
  .popup-search .search-widget .popup-title:hover:before, .popup-search .search-widget .popup-title:hover:after {
    background: #ce3c69; }
.popup-search .search-widget .popup-content {
  position: absolute;
  top: auto;
  bottom: 0;
  display: none;
  background: #FFFFFF;
  right: 100%;
  left: auto; }
  .rtl .popup-search .search-widget .popup-content {
    right: auto;
    left: 100%; }
.popup-search .search-widget.open .popup-title:before, .popup-search .search-widget.open .popup-title:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px) rotate(45deg);
  -moz-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  -o-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg); }
.popup-search .search-widget.open .popup-title .search {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px); }
.popup-search .search-widget .popup-title {
  margin: 0px 0px 0px 0px; }
  .rtl .popup-search .search-widget .popup-title {
    margin: 0px 0px 0px 0px; }
.popup-search .search-widget .popup-content {
  top: 100%;
  border: none;
  bottom: auto;
  right: 0;
  left: auto;
  padding: 0px 0px 0px 0px;
  -moz-box-shadow: 0px 4px 15px 0px rgba(102, 102, 102, 0.35);
  -webkit-box-shadow: 0px 4px 15px 0px rgba(102, 102, 102, 0.35);
  -o-box-shadow: 0px 4px 15px 0px rgba(102, 102, 102, 0.35);
  -ms-box-shadow: 0px 4px 15px 0px rgba(102, 102, 102, 0.35);
  box-shadow: 0px 4px 15px 0px rgba(102, 102, 102, 0.35); }
  .rtl .popup-search .search-widget .popup-content {
    right: auto;
    left: 0; }
  .rtl .popup-search .search-widget .popup-content {
    padding: 0px 0px 0px 0px; }
.popup-search .search-widget.open .popup-title .search {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px); }
.popup-search .search-widget form button[type=submit] {
  right: 0px; }
  .rtl .popup-search .search-widget form button[type=submit] {
    left: 0px;
    right: auto; }
@media (max-width: 479px) {
  .popup-search .search-widget {
    position: static; }
    .popup-search .search-widget .popup-content {
      width: auto;
      right: 15px;
      left: auto; }
      .rtl .popup-search .search-widget .popup-content {
        right: auto;
        left: 15px; } }

#checkout #search_widget {
  display: none;
  /* Not ideal solution by allows to reuse same hooks/templates */ }

#search #wrapper #search_widget .popup-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

#pagenotfound .page-content #search_widget, #search .page-content #search_widget {
  width: 100%; }
#pagenotfound .page-content .popup-content, #search .page-content .popup-content {
  width: 100%;
  display: block;
  position: static;
  min-width: initial; }
  
.footer-top > .container {
    margin-bottom: 30px;
}
.footer-bottom {
    background: #fff;
}
.block-social ul {
	margin-bottom: 20px;
    float: none;
}
.block-social {
    text-align: center;
}
.leo-megamenu .dividir_2_columnas .dropdown-menu .widget-subcategories ul {
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.leo-megamenu .dividir_3_columnas .dropdown-menu .widget-subcategories ul {
	columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
.leo-megamenu .dividir_4_columnas .dropdown-menu .widget-subcategories ul {
	columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}
.leo-megamenu .dividir_5_columnas .dropdown-menu .widget-subcategories ul {
	columns: 5;
    -webkit-columns: 5;
    -moz-columns: 5;
}
.leo-megamenu .dividir_6_columnas .dropdown-menu .widget-subcategories ul {
	columns: 6;
    -webkit-columns: 6;
    -moz-columns: 6;
}
.leo-megamenu .dividir_2_columnas .dropdown-menu .widget-subcategories ul li,
.leo-megamenu .dividir_3_columnas .dropdown-menu .widget-subcategories ul li,
.leo-megamenu .dividir_4_columnas .dropdown-menu .widget-subcategories ul li,
.leo-megamenu .dividir_5_columnas .dropdown-menu .widget-subcategories ul li,
.leo-megamenu .dividir_6_columnas .dropdown-menu .widget-subcategories ul li
{
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.leo-megamenu .navbar-nav > li > a {
    padding: 1.1rem 1rem 1.1rem 0.5rem;
}
.leo-megamenu .navbar-nav > li:nth-child(1) > a {
    padding: 1.1rem 1rem 1.1rem 0;
}
.leo-megamenu .dividir_2_columnas.centrado .dropdown-menu .widget-subcategories ul li,
.leo-megamenu .dividir_3_columnas.centrado .dropdown-menu .widget-subcategories ul li,
.leo-megamenu .dividir_4_columnas.centrado .dropdown-menu .widget-subcategories ul li,
.leo-megamenu .dividir_5_columnas.centrado .dropdown-menu .widget-subcategories ul li,
.leo-megamenu .dividir_6_columnas.centrado .dropdown-menu .widget-subcategories ul li {
	text-align: center;
}
.products-selection .display {
    display: none !important;
}
.products-selection .sort-by-row {
    width: 100%;
}
.sidebar > div {
    margin-bottom: 25px;
}
.ocultar {
	display: none !important;
}
.thumbnail-container li.product-flag.out_of_stock {
    display: none;
}
.oculta_titulo_menu .dropdown-menu .menu-title {
	display: none;
}
.leo-megamenu .dropdown-menu .widget-subcategories li a span {
    border-bottom: 0px solid #e1e1e1;
    width: 100%;
    display: block;
	height: 35px;
    line-height: 16px;
    overflow: hidden;
}
.leo-megamenu .dropdown-menu li a:hover {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
#product-availability {
    margin-top: 20px;
    margin-bottom: 20px;
}
#product-availability .product-unavailable {
    color: #dd1010;
}
.product-reference label, .product-reference .label {
	font-size: 1rem;
}
#reference_product {
	font-size: 1.25rem;
}
.alert.alert-info:before {
	display: none;
}
.page-not-found .search-widget form input[type=text] {
    max-width: 100%;
}
#products .page-not-found {
    display: none;
}
.subcategory-meta {
    text-align: center;
}
.subcategory-block {
    padding: 10px;
}
.subcategory-block .seccion {
    border: 1px solid #333;
}
a.subcategory-name {
    min-height: 70px;
    height: 70px;
    display: block;
    overflow: hidden;
}
.subcategory-meta h5 {
    padding-top: 10px;	
}
.thumbnail-container .product-title a {
    white-space: inherit;
    min-height: 50px;
    height: 50px;
}
.ajax_block_product {
    margin-bottom: 30px;
}
.ajax_block_product article {
    border: 0px solid #333;
}
.product-description ul {
    list-style: disc;
    padding-left: 20px;
}
.off-canvas-nav-megamenu .dropdown-menu ul li > a span {
    display: block;
}
.ApImage.centrado {
    text-align: center;
}
.input-color:checked + span, .input-color:hover + span, .input-radio:checked + span, .input-radio:hover + span {
    border: 2px solid #6a6a6a;
}
.product-variants > .product-variants-item ul li {
    margin-bottom: 15px;
}
.product-quantity .add button {
    background-color: #579420;
}
.pv_icon_wrapper .icon {
    font-family: 'FontAwesome' !important;
}

/* menu */
@media (min-width: 992px) {
.bloque_izda {
    padding-left: 5%;
}
.leo-megamenu .dropdown:hover > .dropdown-menu {
    display: block;
    position: fixed;
    top: 85px !important;
}
.mini-navbar .leo-megamenu .dropdown:hover > .dropdown-menu {
    top: 50px !important;
}
.leo-megamenu .ancho_normal.dropdown:hover > .dropdown-menu {
    position: absolute;
    top: 100% !important;
}
.padbot_20 .dropdown-menu-inner > .row {
    padding-bottom: 20px;
}
.padbot_20 .dropdown-menu-inner > .row:last-child {
    padding-bottom: 0;
}
}
.leo-megamenu .oculta_titulo_menu .dropdown-menu .menu-title, .off-canvas-nav-megamenu .oculta_titulo_menu .dropdown-sub .menu-title {
    display: none;
}
.leo-widget .widget-category_image .level0 li ul li {
    padding: 0;
}
.leo-megamenu .dropdown-menu ul.level0 > li > a {
    font-weight: bold;
    font-size: 18px;
}
.off-canvas-nav-megamenu .dropdown-menu ul.level0 > li > a .imagen img {
    margin-right: 10px;
    max-width: 35px;
}
.leo-megamenu .dropdown-menu ul.level0 {
    margin-bottom: 15px;
}
.menu_texto_amplio .titulo_menu_fondo p {
    position: absolute;
    font-size: 10rem;
    line-height: 0;
    margin-bottom: 0;
    padding-top: 80px;
    color: #f1f1f1;
    text-transform: uppercase;
	font-weight: bold;
}
@media (max-width: 991px) {
.menu_texto_amplio .titulo_menu_fondo {
	display: none;
}
}
.off-canvas-nav-megamenu .nav li.dropdown .level0 .caret {
    top: 0;
    margin-right: -10px;
}
.leo-widget .widget-category_image .level0 li {
    width: 100%;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .nodesplegable>div{
	display:flex;
	align-items:center;
	min-height:35px;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .nodesplegable{
	border-radius:10px;
	background:#dfdfdf;
	display:inline-block;
	margin-bottom:5px;
	text-align:center;
	padding:10px 10px;
	width:100%;
	margin-top:5px;
	position:relative;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .nodesplegable ul{
	margin-bottom:0;
	text-align:left;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .nodesplegable ul>li{
	display:-webkit-flex;
	display:flex;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .nodesplegable ul>li>a{
	text-align:left;
	font-size:12px;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .nodesplegable ul>li>a img{
	max-width:30px;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .nodesplegable:hover{
	background:#CDFF00;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .nodesplegable:hover .titulo{
	color:#fff;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable>div:first-child{
	display:flex;
	align-items:center;
	min-height:35px;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable{
	border-radius:10px;
	background:#dfdfdf;
	display:inline-block;
	margin-bottom:5px;
	text-align:center;
	padding:10px 10px;
	width:100%;
	margin-top:5px;
	position:relative;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable ul{
	margin-bottom:0;
	text-align:left;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable ul>li{
	display:-webkit-flex;
	display:flex;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable ul>li>a{
	text-align:left;
	font-size:12px;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable ul>li>a img{
	max-width:30px;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable>div:last-child{
	display:none;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable:hover{
	background:#CDFF00;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable:hover .titulo{
	color:#fff;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable:hover>div:last-child{
	display:block;
	position:absolute;
	left:0;
	background:#CDFF00;
	margin-top:0;
	z-index:99;
	border-radius:0 0 10px 10px;
	padding:0 0 10px 5px;
	width: 100%;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable>div:last-child{
	margin-top:10px;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable>div:last-child ul li{
	width:46%;
	margin-bottom:5px;
	background:#000000;
	border-radius:5px;
	margin-left:2px;
	margin-right:2px;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable>div:last-child ul li a{
	line-height:20px;
	padding:5px;
	text-align:left;
	word-break:break-word;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable>div:last-child ul li a{
	color:#fff;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable>div:last-child ul li:hover{
	background:#fff;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable>div:last-child ul li:hover a{
	color:#000000;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable .level0>li>a>span, .leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .nodesplegable .level0>li>a>span { 
	display:flex;
	align-items:center;
	justify-content:center;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable_solo_1>div:first-child{
	display:flex;
	align-items:center;
	min-height:35px;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable_solo_1{
	border-radius:10px;
	background:#dfdfdf;
	display:inline-block;
	margin-bottom:5px;
	text-align:center;
	padding:10px 10px;
	width:100%;
	margin-top:5px;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable_solo_1 ul{
	margin-bottom:0;
	text-align:left;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable_solo_1 ul>li>a{
	text-align:left;
	font-size:12px;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable_solo_1 ul>li>a img{
	max-width:30px;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable_solo_1:hover{
	background:#ff000b;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable_solo_1:hover .titulo{
	color:#fff;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable_solo_1 .level0>li>a>span{
	align-items:center;
	justify-content:center;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable_solo_1 .level0>li{
	display:flex;
}
.leo-megamenu .dropdown-menu li a{
	line-height:12px;
}
.paneltool.themetool .panelcontent::-webkit-scrollbar-thumb{
	background-color:#579420;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .nodesplegable{
	margin-bottom:8px!important;
	margin-top:8px!important;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .desplegable{
	margin-bottom:8px!important;
	margin-top:8px!important;
}
.texto_oculto {
    display: none !important;
}
.block-social img {
    width: 40px;
}
#onepagecheckoutps_step_three_container {
    margin-top: 25px;
}
.titulo_negro_blanco_home {
    padding: 60px 15px 45px 15px;
}
@media (max-width: 767px) {
.titulo_negro_blanco_home {
    padding: 30px 15px 15px 15px;
}
}
@media (max-width: 991px) and (min-width: 576px) {
.seccion_logo a {
	margin-left: 60px;
}
.seccion_logo img.logo {
    max-width: 90%;
}
}
@media (max-width: 575px) {
.seccion_logo {
	text-align: center;
}
}
@media (max-width: 991px) and (min-width: 481px) {
.leo-megamenu.navbar .navbar-toggler {
    bottom: 14px;
}
}
.boton_b2b a {
    background: #000;
    padding: 5px 10px;
    border-radius: 25px;
    color: #fff;
}
.boton_b2b_blanco a {
    background: #fff;
    padding: 5px 10px;
    border-radius: 25px;
    color: #000;
	margin-top: 5px;
}
@media (min-width: 768px) {
.boton_b2b a {
    float: right;
}
.boton_b2b {
    padding-top: 5px;
}
.boton_b2b_blanco a {
    float: left;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.boton_b2b_blanco a {
    float: left;
}
}
@media (max-width: 767px) {
.boton_b2b a {
	margin-bottom: 10px;
    display: inline-block;
}
.boton_b2b_blanco a {
	margin-bottom: 10px;
    display: inline-block;
}
}
.barra_banner {
	position: relative;
}
section.register-form > p a {
    background: #3c3c3c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 25px;
}
section.register-form > p {
    font-size: 16px;
	text-align: center;
    color: #000;
	margin-bottom: 30px;
}
.product-flags .product-flag.agotado {
    background: #000;
}
.product-flags .product-flag.out_of_stock {
    background: #000;
}
.boton_manuales {
    text-align: center;
}
.boton_manuales a {
    background: #cdff00;
    border-radius: 25px;
}
.impormotor .boton_manuales a:hover {
    background: #e65303;
    color: #FFFFFF;
}
.js-mailalert-add {
    background: #cdff00;
    color: #000;
}
.js-mailalert-add:hover {
    background: #000;
    color: #cdff00;
}
.banner-cate a{
    text-align: center;
}
.category-products, .product-accessories, .viewed-products {
    margin-top: 2rem;
}
#marquee_container{
    background: #000000;
}
a.float.ditech.whatsapp_1.float-bottom-left.float-floating {
    margin-bottom: 40px;
}
.block.boton_b2b.a.ApHtml {
    margin-right: 530px;
}
.boton_dlo {
    text-align: center;
}
.boton_dlo a {
    background: #000;
    padding: 5px 10px;
    border-radius: 25px;
    color: #fff;
}
.dbfaqs h2 {
    text-transform: uppercase;
}
#left-column a, #left-column p {
    color: #000;
}
.ap-accordion .panel-default .panel-title a:before {
    text-transform: none;
    top: 15px;
}
.leo-megamenu .menu-nuevo-abril-2022 .dropdown-menu .imagen {
    padding-right: 10px;
}
.searchbar-autocomplete {
	overflow-y: scroll;
    max-height: 400px;	
}
@media (max-width: 767px) {
.searchbar-autocomplete {
	overflow-y: scroll;
    max-height: 250px;	
}
.ui-menu.ui-jolisearch {
	overflow-y: scroll;
    width: 100% !important;
    height: 250px;	
    z-index: 99999;
}
}
.product-flags .product-flag.on-sale {
    background: #ff0000;
}
.leo-megamenu .navbar-nav > li > a .sub-title, .off-canvas-nav-megamenu .navbar-nav > li > a .sub-title {
    position: absolute;
    background: #cdff00;
    color: #000;
    font-size: 8px;
    line-height: 7px;
    padding: 3px 3px;
    border-radius: 5px;
    margin-top: -11px;
    bottom: 32px;
}
.header-nav .topnav .header-nav-top {
    display: block;
}
.bottomnav {
    display: none;
}
.headergc #googletranslate_element {
    margin-left: 0 !important;
    margin-top: 5px !important;
}
@media (min-width: 768px) {
.headergc #googletranslate_element {
    text-align: left;
}
}
img.goog-te-gadget-icon {
    background-image: url('/img/cms/mundo.png') !important;
    background-position: 0px 0px !important;
    margin-left: 10px;
}
.goog-te-gadget-simple {
    background-color: #000 !important;
    border: 1px solid #000;
    border-radius: 25px;
}
.goog-te-gadget-simple a {
	color: #fff;
}
.goog-te-gadget-simple a span {
	color: #fff !important;
}
.popup-over a.popup-title {
    padding: 19px 20px;
}
.grelated_products_submit_bt .btn {
    background: #cdff00;
    color: #000;
}
.grelated_products_submit_bt .btn:disabled {
    background: #c3bfbf;
    color: #fff;
}
@media (min-width: 768px) {
.grelated_products .owl_slider article > .grelated_products_submit_bt {
    display: none !important;
}
}
.dbfaqs .card-header .btn-link {
    padding-left: 15px;
    padding-right: 15px;
}
.grelated_products_number {
	float: left;
	width: 2%;	
}
.grelated_products_reference {
	float: left;
	width: 8%;	
	text-align: center;
}
.grelated_products_image img {
    width: 125px;
}
.grelated_products_image {
	float: left;
	width: 10%;
	text-align: center;
}
.grelated_products_des {
	float: left;
	width: 45%;	
	max-height: 150px;
	overflow: hidden;
}
.grelated_products_price {
	float: left;
	width: 10%;
}
.grelated_products_qty {
	float: left;
	width: 10%;
	display: inline-flex;
}
.grelated_products_submit_bt {
	float: left;
	width: 15%;	
}
.grelated_products_list > .item {
    padding-top: 10px;
}
.grelated_products_qty input[name='qty'] {
    background-color: white;
    height: 2.75rem;
    padding: 0.175rem 0.25rem;
	text-align: center;
    width: 2rem;
    color: #18191c;
	display: inline-block;
	border: 1px solid #000;
	border-left: 0;
	border-right: 0;
}
.boton_mas_menos {
	padding: 0;
	padding: 0.7rem 0.5rem;
    /* width: 1.5rem; */
    text-align: center;
    color: #18191c;
    border: 1px solid #000;
    cursor: pointer;
    vertical-align: top;
    border-radius: 0;
}
@media (max-width: 991px) {
.grelated_products_submit_bt span {
	display: none;
}
.grelated_products_submit_bt {
    text-align: center;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.grelated_products_submit_bt {
    text-align: right;
}
}
@media (max-width: 575px) {
.grelated_products_number {
	width: 25%;	
}
.grelated_products_reference {
	width: 25%;	
}
.grelated_products_image {
	width: 50%;
}
.grelated_products_des {
	width: 50%;	
	clear: left;
}
.grelated_products_des h3 {
	line-height: 16px;
	font-size: 12px;
}
.grelated_products_price {
    clear: none;
    width: 100%;
}
.grelated_products_qty {
    width: 100%;
    display: inline-flex;
    justify-content: center;
}
.grelated_products_submit_bt {
    width: 100%;
    text-align: center;
}
.junto_movil {
	display: block;
    position: relative;
    float: left;
    width: 50%;
}
}
.grelated_products a.quick-view {
	display: none !important;
}

span.whatsappchat-agents-content-department {
    color: black;
    opacity: 100;
}

span.whatsappchat-agents-content-name.whatsappchat-agents-content-name17 {
    color: black;
}
.logomir {
  max-height: 60px;
}
.sec_logomir {
	text-align: center;
}
a.btn.btn-link {
    white-space: normal;
    padding-left: 0;
    line-height: 25px;
    text-align: left;	
}
.soc-buttons.large-format li a .soc-icon {
    height: 80%;
    left: 2px;
    padding-top: 5px;
    width: 80%;
    line-height: 50px;
}
.soc-buttons.large-format li a .soc-icon svg {
    position: relative;
}
.soc-buttons.large-format li a .soc-text {
    display: none;
}
.soc-buttons.large-format li {
    height: 50px;
    width: 50px !important;
}
#module-prestablog-noticias section#wrapper {
    margin-top: 15px;
}
#blog_list_1-7 li:hover .block_cont .block_top img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    transform: none;
}
.category-products {
    clear: both;
    display: block;
}
#index .products_block {
    margin: 0 auto;
    width: 90%;
}
.thumbnail-container .product-image {
    display: block;
    text-align: left;
}
.thumbnail-container .product-image a {
    display: block;
}
.thumbnail-container .product-image span.fmm_sticker_base_span {
    width: auto !important;
}
.boton_mir {
    text-align: left;
}
.boton_mir a {
    background: #000;
    padding: 5px 10px;
    border-radius: 25px;
    color: #fff;
}
.slick-slide {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
button.slick-next.slick-arrow {
    width: 80px;
}
button.slick-prev.slick-arrow {
    width: 80px;
}
button#submitForm {
  position: relative !important;
  height: auto;
  width: 200px;
}
button#submitForm > span {
  display: none !important;
}

button#submitForm::after {
  content: "CONFIRMAR TU PEDIDO" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none; 
  font-weight: 500;      
  text-transform: uppercase;
}
.container .ancho-completo,
.row .ancho-completo,
.ancho-completo {
  position: relative;
  width: 90vw !important;
  max-width: 90vw !important;
  margin-left: calc(50% - 45vw) !important;
  margin-right: calc(50% - 45vw) !important;
  padding: 0 !important;
  box-sizing: border-box;
  overflow: visible;
}

/* CONTENEDOR DE CADA ITEM (columna) */
.imr-home-cat-hero .col-xl-3,
.imr-home-cat-hero .col-lg-3,
.imr-home-cat-hero .col-md-4,
.imr-home-cat-hero .col-sm-6 {
  position: relative;
  overflow: hidden;
}

/* IMAGEN */
.imr-home-cat-hero img.img-fluid {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

/* TÍTULO OVERLAY */
.imr-home-cat-hero .title {
  position: absolute;
  left: 44px;
  bottom: 72px;
  z-index: 5;

  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;

  margin: 0;
}

/* BOTÓN "VER MÁS" */
.imr-home-cat-hero .descript {
  position: absolute;
  left: 44px;
  bottom: 24px;
  z-index: 5;

  padding: 10px 22px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;

  transition: all 0.3s ease;
}

/* HOVER */
.imr-home-cat-hero .col-xl-3:hover .descript,
.imr-home-cat-hero .col-lg-3:hover .descript,
.imr-home-cat-hero .col-md-4:hover .descript,
.imr-home-cat-hero .col-sm-6:hover .descript {
  background: #fff;
  color: #000;
}
/* Degradado oscuro inferior para legibilidad */
.imr-home-cat-hero .col-xl-3::after,
.imr-home-cat-hero .col-lg-3::after,
.imr-home-cat-hero .col-md-4::after,
.imr-home-cat-hero .col-sm-6::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  z-index: 2;
  pointer-events: none;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0)
  );
}
/* Transición suave de la imagen */
.imr-home-cat-hero img.img-fluid {
  transition: transform 0.6s ease;
  will-change: transform;
}

/* Zoom sutil al hover */
.imr-home-cat-hero .col-xl-3:hover img.img-fluid,
.imr-home-cat-hero .col-lg-3:hover img.img-fluid,
.imr-home-cat-hero .col-md-4:hover img.img-fluid,
.imr-home-cat-hero .col-sm-6:hover img.img-fluid {
  transform: scale(1.06);
}


@media (max-width: 768px) {
  .imr-home-cat-hero img.img-fluid {
    height: 360px;
  }

  .imr-home-cat-hero .title {
    font-size: 18px;
    bottom: 60px;
    left: 34px;
  }

  .imr-home-cat-hero .descript {
    left: 34px;
    bottom: 16px;
    padding: 8px 16px;
  }
}

/* CONTENEDOR */
.imr-product-carousel-centered .block-carousel-image-container {
  position: relative;
  overflow: hidden;
}

/* ZOOM */
.imr-product-carousel-centered
.block-carousel-image-container:hover
img.img-fluid {
  transform: scale(1.05);
}

/* DEGRADADO */
.imr-product-carousel-centered
.block-carousel-image-container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.55),
    rgba(0,0,0,0)
  );
}

/* TÍTULO */
.imr-product-carousel-centered .title {
  position: absolute;
  left: 44px;
  bottom: 72px;
  z-index: 5;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

/* BOTÓN */
.imr-product-carousel-centered .descript {
  position: absolute;
  left: 44px;
  bottom: 24px;
  z-index: 5;
  padding: 10px 22px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* HOVER BOTÓN */
.imr-product-carousel-centered
.block-carousel-image-container:hover
.descript {
  background: #fff;
  color: #000;
}

@media (max-width: 768px) {

  /* IMAGEN: un poco más baja para móvil */
  .imr-product-carousel-centered img.img-fluid {
    height: 360px;
    object-fit: cover;
  }

  /* QUITAR ZOOM EN MÓVIL (no tiene sentido sin hover) */
  .imr-product-carousel-centered
  .block-carousel-image-container:hover
  img.img-fluid {
    transform: none;
  }

  /* DEGRADADO MÁS SUAVE EN MÓVIL */
  .imr-product-carousel-centered
  .block-carousel-image-container::after {
    height: 65%;
    background: linear-gradient(
      to top,
      rgba(0,0,0,0.6),
      rgba(0,0,0,0)
    );
  }

  /* TÍTULO */
  .imr-product-carousel-centered .title {
    left: 25px;
    right: 15px;
    bottom: 64px;
    font-size: 16px;
    letter-spacing: 0.5px;
  }

  /* BOTÓN */
  .imr-product-carousel-centered .descript {
    left: 25px;
    bottom: 16px;
    padding: 8px 16px;
    font-size: 13px;
  }

  /* EFECTO "HOVER" AL PULSAR EL BOTÓN EN MÓVIL */
  .imr-product-carousel-centered .descript:active,
  .imr-product-carousel-centered .descript:focus,
  .imr-product-carousel-centered .descript:focus-visible {
    background: #fff;
    color: #000;
  }
}

/* =========================================================
   BANNER EDITORIAL – CONTENEDOR
   ========================================================= */
.imr-banner-editorial.ApImage {
  position: relative;
  overflow: hidden;
}

/* =========================================================
   DEGRADADO INFERIOR (MISMO ESTILO QUE ANTES)
   ========================================================= */
.imr-banner-editorial.ApImage::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.55),
    rgba(0,0,0,0)
  );
}

/* =========================================================
   ZOOM SUAVE IMAGEN
   ========================================================= */
.imr-banner-editorial.ApImage img {
  transition: transform 0.6s ease;
  will-change: transform;
}

.imr-banner-editorial.ApImage:hover img {
  transform: scale(1.015);
}

/* =========================================================
   TÍTULO – POSICIÓN DERECHA (DESKTOP)
   ========================================================= */
.imr-banner-editorial.ApImage .title_block {
  position: absolute;
  right: 44px;
  bottom: 140px;
  z-index: 5;

  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;

  text-align: right;
}

/* =========================================================
   BOTÓN / SUBTÍTULO – POSICIÓN DERECHA (DESKTOP)
   ========================================================= */
.imr-banner-editorial.ApImage .sub-title-widget {
  position: absolute;
  right: 44px;
  bottom: 72px;
  z-index: 5;

  padding: 12px 28px;
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;

  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  pointer-events: none;

  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
/* =========================================================
   ENLACE FUNCIONAL PARA CTA "VER MÁS"
   ========================================================= */

/* El <a> del ApImage ocupa todo el banner */
.imr-banner-editorial-izq.ApImage > a {
  position: absolute;
  inset: 0;
  z-index: 3;
}

/* Título por encima */
.imr-banner-editorial-izq.ApImage .title_block {
  z-index: 5;
  pointer-events: none;
}

/* BOTÓN VISUAL (NO CAPTURA CLICK) */
.imr-banner-editorial-izq.ApImage .sub-title-widget {
  z-index: 5;
  pointer-events: none; /* CLAVE */
}

/* Hover visual del botón */
.imr-banner-editorial-izq.ApImage:hover .sub-title-widget {
  background: #ffffff;
  color: #000000;
}


/* =========================================================
   HOVER BOTÓN (DESKTOP)
   ========================================================= */
.imr-banner-editorial.ApImage:hover .sub-title-widget {
  background: #ffffff;
  color: #000000;
}

/* =========================================================
   RESPONSIVE – MÓVIL / TABLET
   ========================================================= */
@media (max-width: 768px) {

  .imr-banner-editorial.ApImage .title_block {
    right: auto;
    left: 16px;
    bottom: 96px;
    font-size: 18px;
    text-align: left;
  }

  .imr-banner-editorial.ApImage .sub-title-widget {
    right: auto;
    left: 16px;
    bottom: 32px;
    padding: 10px 18px;
  }

  /* Simulación hover en móvil */
  .imr-banner-editorial.ApImage .sub-title-widget:active,
  .imr-banner-editorial.ApImage .sub-title-widget:focus {
    background: #ffffff;
    color: #000000;
  }
}








/* =========================================================
   BANNER EDITORIAL – CONTENEDOR BASE
   ========================================================= */
.imr-banner-editorial-izq.ApImage {
  position: relative;
  overflow: hidden;
}

/* =========================================================
   DEGRADADO INFERIOR
   ========================================================= */
.imr-banner-editorial-izq.ApImage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.55) 0%,
    rgba(0,0,0,0.35) 35%,
    rgba(0,0,0,0) 70%
  );
}

/* =========================================================
   ZOOM SUAVE DE IMAGEN
   ========================================================= */
.imr-banner-editorial-izq.ApImage img {
  transition: transform 0.6s ease;
  will-change: transform;
}

.imr-banner-editorial-izq.ApImage:hover img {
  transform: scale(1.015);
}

/* =========================================================
   CAPA CLICABLE (USA EL ENLACE DEL ApImage)
   NO ROMPE LA IMAGEN
   ========================================================= */
.imr-banner-editorial-izq.ApImage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
}

/* El <a> sigue siendo el enlace real */
.imr-banner-editorial-izq.ApImage a {
  position: relative;
  z-index: 3;
}

/* =========================================================
   TÍTULO (IZQUIERDA – DESKTOP)
   ========================================================= */
.imr-banner-editorial-izq.ApImage .title_block {
  position: absolute;
  left: 44px;
  bottom: 105px;
  z-index: 5;

  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;

  text-align: left;
  pointer-events: none;
}

/* =========================================================
   BOTÓN / SUBTÍTULO (VER MÁS)
   ========================================================= */
.imr-banner-editorial-izq.ApImage .sub-title-widget {
  position: absolute;
  left: 44px;
  bottom: 55px;
  z-index: 5;

  padding: 12px 28px;
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;

  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;

  text-align: center;
  pointer-events: none;
  transition: all 0.3s ease;
}

/* Hover visual del botón */
.imr-banner-editorial-izq.ApImage:hover .sub-title-widget {
  background: #ffffff;
  color: #000000;
}

/* =========================================================
   RESPONSIVE – MÓVIL / TABLET
   ========================================================= */
@media (max-width: 768px) {

  .imr-banner-editorial-izq.ApImage .title_block {
    left: 16px;
    bottom: 60px;
    font-size: 18px;
  }

  .imr-banner-editorial-izq.ApImage .sub-title-widget {
    left: 16px;
    bottom: 12px;
    padding: 10px 18px;
  }

  /* Simula hover al pulsar en móvil */
  .imr-banner-editorial-izq.ApImage:active .sub-title-widget {
    background: #ffffff;
    color: #000000;
  }
}

.paginaproductimr button.btn.btn-primary.add-to-cart {
    width: 50vw !important;
}

/* =========================================================
   PRODUCT PAGE – CONTORNO TIPO 24MX (CONTROL TOTAL)
   ========================================================= */

/* GALERÍA */
.imr-product-bordered .images-container {
  background: #f1f1f14f;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

/* TABS / DESCRIPCIÓN */
.imr-product-bordered .product-tabs.tabs {
  background: #f1f1f14f;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

/* BLOQUE COLUMNA DERECHA (PRECIO / CTA / INFO) */
.imr-product-bordered 
.col-xl-4-8.col-lg-4-8.col-md-4-8.col-sm-12.col-xs-12.col-sp-12 {
  background: #f1f1f14f;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  margin-top: 72px;
}

/* fondo bloque */
.imr-product-bordered 
.section#wrapper {
  background: #f1f1f14f;
}

.imr-product-bordered section#wrapper {
  background: #f1f1f14f;
}
/* =========================================================
   AJUSTE MÓVIL – ELIMINAR MARGIN SUPERIOR
   ========================================================= */
@media (max-width: 767px) {
  .imr-product-bordered 
  .col-xl-4-8.col-lg-4-8.col-md-4-8.col-sm-12.col-xs-12.col-sp-12 {
    margin-top: 0;
  }
}
section.page-product-box.grelated_products {
    background-color: #f1f1f14f;
}
.current-price {
    font-size: 2rem;
    font-weight: 500;
}


/* =========================================================
   PRODUCT PAGE – BOTÓN COMPRAR ANCHO REAL (GRID FIX)
   ========================================================= */

body#product 
.product-add-to-cart 
.product-quantity {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  gap: 10px;
  width: 100% !important;
  max-width: none !important;
}

/* bloque cantidad */
body#product 
.product-add-to-cart 
.product-quantity .qty {
  width: auto !important;
}

/* botón comprar */
body#product 
.product-add-to-cart 
.product-quantity .add-to-cart {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}


/* Desactivar zoom y modal de imágenes */
.product-cover .zoom-in,
.product-cover .material-icons.zoom-in,
.js-product-images-modal {
  display: none !important;
}

/* =========================================================
   PRODUCT PAGE – FLECHAS MODERNAS GALERÍA IMÁGENES EXTRA
   ========================================================= */

body#product 
.product-thumb-images 
.slick-arrows 
.slick-arrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 
    0 6px 18px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 5;
transition: background 0.15s ease, box-shadow 0.15s ease;
}

/* flecha moderna */
body#product 
.product-thumb-images 
.slick-arrows 
.slick-arrow::before {
  color: #111;
  font-size: 15px;
  font-weight: 600;
  opacity: 1;
}

/* hover elegante */
body#product 
.product-thumb-images 
.slick-arrows 
.slick-arrow:hover {
  background: #ff3b00; /* color corporativo */
  box-shadow: 
    0 10px 26px rgba(0, 0, 0, 0.25);
}

/* flecha blanca en hover */
body#product 
.product-thumb-images 
.slick-arrows 
.slick-arrow:hover::before {
  color: #fff;
}

/* posiciones finas */
body#product 
.product-thumb-images 
.slick-arrows 
.slick-prev {
  left: -14px;
}

body#product 
.product-thumb-images 
.slick-arrows 
.slick-next {
  right: -14px  !important;
}

button.btn.btn-primary.add-to-cart {
    font-size: 16px  !important;
    font-weight: 550  !important;
}

/* =========================================================
   PRODUCT PAGE – FIX IMAGEN MINI AL CAMBIAR COMBINACIÓN
   ========================================================= */

/* fuerza que la imagen activa nunca sea thumbnail */
body#product 
.images-container 
.thumb-container.slick-active img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
}

/* evita que herede tamaño fijo del thumb (98x98) */
body#product 
.images-container 
.thumb-container.slick-active img[width],
body#product 
.images-container 
.thumb-container.slick-active img[height] {
  width: 100% !important;
  height: auto !important;
}

/* contenedor principal siempre ancho completo */
body#product 
.images-container {
  overflow: hidden;
}
.imrpc-accordion-item.is-open .imrpc-accordion-header {
    background: #cdff00;
}
.imrpc-accordion-header {
    background: #cdff00;
}
.imrpc-summary .imrpc-accordion-header {
    background: #cdff00;
}

configurator.imrpc-layout-cascade .imrpc-cascade-check {
    border: 0px solid #afafaf;
}
.video-banner {
  width: 100vw;
  height: 70vh;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
}

.video-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-hero{
  width: 100%;
  overflow: hidden;
}

/* Desktop / tablet */
.video-hero video{
  width: 100%;
  height: auto;
  display: block;
}

/* SOLO en móvil */
@media (max-width: 768px){
  .video-hero video{
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}