.elementor-1611 .elementor-element.elementor-element-1139027 .header.style_three .header_mid .mid_logo_icon img{width:215px!important;min-width:215px!important;}.elementor-1611 .elementor-element.elementor-element-1139027 .header.style_three .header_mid {border-color:#0C397E;}.elementor-1611 .elementor-element.elementor-element-1139027 .header.style_three .header_mid .mid_content .mid_icon  {color:#FDC43C!important;}.elementor-1611 .elementor-element.elementor-element-1139027 .header.style_three .header_mid .mid_content .text h4 {color:#0C397E;}.elementor-1611 .elementor-element.elementor-element-1139027 .header.style_three .navbar_outer   {background:#0C397E;}.elementor-1611 .elementor-element.elementor-element-1139027 .header.style_three .navbar_outer .header_content_collapse .header_right_content .theme-btn  {color:#FFFFFF;background:#FDC43C!important;}.elementor-1611 .elementor-element.elementor-element-1139027 .header.style_three .navbar_outer .header_content_collapse .header_right_content .theme-btn:hover   {background:#FFB400!important;}/* Start custom CSS for creote-header-v3, class: .elementor-element-1139027 *//* Alinear lupa y carrito en la misma línea */
.header.style_three .header_right_content > ul {
  display: inline-flex;
  align-items: center;
  gap: 14px; /* espacio entre íconos */
}

.header.style_three .header_right_content > ul > li {
  margin: 0; /* sin márgenes extra */
}

/* Ajustar alineación vertical del ícono del carrito */
.header.style_three .header_right_content .mini_cart_togglers {
  display: inline-flex;
  align-items: center;
  position: relative;
  line-height: 1;
  cursor: pointer;
}

/* Tamaño y alineación del ícono del carrito */
.header.style_three .header_right_content .mini_cart_togglers i {
  font-size: 30px; /* tamaño similar a la lupa */
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}

/* Burbuja de cantidad sobre el carrito */
.header.style_three .header_right_content .mini-cart-count {
  position: absolute;
  top: -12px;
  right: -9px;
  min-width: 18px;
  min-height: 18px;
  padding: 2px 4px;
  border-radius: 50%;
  background: var(--creote-accent, #ff5a3c);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}/* End custom CSS */