#customer_password,
#customer_password_confirmation {
	width: 85%;
	height: 41px !important;
}
/* Cuando el wrapper tenga esta clase, escondemos el label flotante */
#field_customer_password.is-showing-pass > label,
#field_customer_password_confirmation.is-showing-pass > label{
  display: none !important;
}
#field_customer_password.hide-floating-label > label,
#field_customer_password_confirmation.hide-floating-label > label{
  display: none !important;
}
body#checkout .gdpr_consent .custom-checkbox span {
    position:  relative !important;
}
body#checkout #footer {
    padding-left: 0;
    padding-right: 0;
	padding-bottom: 0;
}
.color_politica {
    color: #24b9d7;
 }
 .style_fotoer_left_col1 {
  font-size: 1.3em;
 }
 .footer-link {
  margin-bottom: 20px;
 }
 .footer-link i {
  color: #1ba6a8;
  font-size: 1.5em;
 }
.lgwithdrawal-footer-btn a {
	padding: 10px;
  border-radius: 5px;
}
 #footer .hidden-sm-down.h3{
  display: inline-block;
  margin: 0;
  padding-bottom: 10px;
  position: relative;

  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #14c7cf;
  line-height: 1.2;
  margin-bottom: 20px;
}

#footer .hidden-sm-down.h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55px;
  height: 3px;
  background: #14c7cf;
}

#footer .hidden-sm-down.h3 a{
  display: inline-block;
  margin: 0;
  position: relative;

  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #14c7cf;
  line-height: 1.2;
}

 #checkout #opc_personal_information .field-container a {
    color: #24b9d7 !important;
 }
 #contact-infos ul li i {
  color: #1ba6a8;
  font-size: 1.3em;
 }
 #contact-infos .elementor-icon-list-icon {
  width: 20px;
    display: inline-block;
 }
 #checkout #footer > .container {
    display: none;
 }
 #checkout #opc_step_cart_footer .blockreassurance_product {
    display: none;
 }
 #checkout #opc_addresses .alert.alert-info {
	display: none;
 }
 .psgdpr_consent_message sup {
	color: #dc3545;
 }
 #checkout div.footer-container {
	display: none
 }
 #checkout .cart-summary-totals span.value {
	font-size: 1.8em !important;
 }
 .ortopedia-hero-buttons a.btn-secondary i {
  font-size: 30px;
 }
 .image_best_seller img {
  max-width: 460px;
 }

 .yt-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #555;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	z-index: 10;
}
#category .revi-element-content .revi-widget-stars-1 {
	justify-content: center;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


/* Overlay pantalla completa */
.yt-overlay {
	position: fixed;         /* relativo al viewport */
	inset: 0;                /* top:0; right:0; bottom:0; left:0 */
	background: rgba(0,0,0,.55);
	display: grid;
	place-items: center;     /* centra el contenido */
	z-index: 9999;
  }
  
  /* Contenedor centrado (por si quieres más contenido) */
  .yt-overlay__center {
	display: grid;
	gap: 12px;
	justify-items: center;
  }
  
  /* Loader circular */
  .yt-loader-general {
	width: 48px;
	height: 48px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #00BAB4;
	border-radius: 50%;
	animation: yt-spin 1s linear infinite;
  }
  
  @keyframes yt-spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
  
  /* (Opcional) texto bajo el loader */
  .yt-overlay__text {
	color: #fff;
	font: 500 14px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  } 

  #opc_customer_logged .alert.alert-info {
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}
#_desktop_cart .header span.material-icons {
	font-size: 3em;
}

#main-block .row {
	display: flex;
	flex-wrap: wrap;
}
.align-self-center {
	align-self: center !important;
  }
  .flex-column {
	flex-direction: column !important;
  }
  .d-flex {
	display: flex !important;
  }
  #main-block p {
	font-size: .85rem;
	text-align: justify;
  }
  #main-block h1 {
	margin-bottom: 10px !important;
  }
  #main-block ul {
	list-style: none;
	padding-left: 0;
  margin-top: 30px;
  }
  #main-block ul li {
	font-size: .9rem;
  }
  .gap-2 {
	gap: .5rem !important;
  }
  .gap-1 {
	gap: .2rem !important;
  }
  .main-cta {
	background-color: #D14291;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	font-size: 14px;
	padding: .5rem 1rem;
	text-align: center !important;
	text-transform: none;
	transition: all .2s ease;
  }
  #main-block .main-cta a {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
  }
  .bannertop_image {
	max-width: 100%;
  }
  #main-block .main-cta {
	max-width: 200px;
  }
  svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
	overflow: visible;
	box-sizing: content-box;
  }
  .svg-inline--fa {
	display: var(--fa-display,inline-block);
	height: 1em;
	overflow: visible;
	vertical-align: -.125em;
  }
 .blue_subrayado {
	color: #079b9d;
	text-decoration: underline;
 } 
 .conten_text_home {
	max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    padding-left: 35px;
 }
 .bannertop_image_block {
	text-align: center;
 }
 .title_headd {
	width: 100%;
	text-align: center;
 }
 .header-top-right {
	padding-right: 0;
   flex: 1;
    min-width: 0;
 }
 #index #content-wrapper {
	padding-left: 0;
    padding-right: 0;
 }

 #main-block {
   /*background: linear-gradient(90deg, #ffffff 0%, #ffffff 48%, #e8f8f7 100%);*/
    overflow: hidden;
}

#main-block .row {
    align-items: stretch;
}

.ortopedia-hero-content {
    padding: 70px 0 70px 40px;
    position: relative;
    z-index: 2;
}

.bannertop_image_block {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    overflow: hidden;
}

.bannertop_image_block a {
    display: flex;
    width: 100%;
    height: 100%;
}

.bannertop_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    text-align: right;
    float: right;
    border-bottom-right-radius: 15px;
}
.bannertop_image_block::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 180px;
    height: 100%;
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.85) 35%, rgba(255,255,255,0) 100%);
    z-index: 1;
    pointer-events: none;
}

 .top-benefits-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    height: 40px;
    padding: 0 0px;
    background: #f7f7f7;
    /*border-top: 3px solid #1d1d1d;*/
    font-size: 15px;
    color: #222;
}

#_desktop_logo {
	padding-left: 0;
}
#index #wrapper {
	padding-top: 0;
}

.top-benefit-item {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.top-benefit-item i {
    font-size: 22px;
    color: #008c95;
}

.top-benefit-star {
	font-size: 20px;
    color: #f5a800 !important;
}

.top-benefit-item strong {
    font-weight: 700;
}

.ortopedia-hero {
    max-width: 1400px;
    margin: 0 auto;
    min-height: 560px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #f7f9fb;
    padding: 70px 80px;
    box-sizing: border-box;
}

.ortopedia-hero::after {
    content: "";
    position: absolute;
    right: -140px;
    top: -80px;
    width: 520px;
    height: 720px;
    background: rgba(19, 180, 178, 0.18);
    border-radius: 50%;
    z-index: 1;
}
#main-block .align-self-center {
	padding-right: 0;
}
#main-block .bannertop_image_block {
	/*padding-left: 0;
	padding-right: 0;*/
}

.ortopedia-hero-content {
    width: 100%;
    position: relative;
    z-index: 3;
	padding-top: 50px;
}

.ortopedia-hero-content h1 {
    font-size: 46px;
    line-height: 1.15;
    margin: 0 0 22px;
    color: #071b3a;
    font-weight: 800;
}

.ortopedia-hero-content h1 span {
    color: #079b9d;
}

.ortopedia-hero-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #263244;
    margin: 0 0 24px;
}

.ortopedia-hero-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 34px;
}

.ortopedia-hero-content ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 17px;
    color: #111827;
}

.ortopedia-hero-content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #079b9d;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
}

.ortopedia-hero-buttons {
    display: flex;
    gap: 22px;
    align-items: center;
}

.ortopedia-hero-buttons a {
    height: 58px;
    padding: 0 32px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.btn-primary {
    background: #df2d8b;
    color: #fff;
}

.btn-secondary {
    background: #fff;
    color: #df2d8b;
    border: 2px solid #df2d8b;
}

.ortopedia-hero-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56%;
    z-index: 2;
    text-align: right;
}

.ortopedia-hero-image img {
    max-width: 100%;
    height: auto;
    display: block;
}
#mainHome {
  display: inline-block;
  width: 100%;
}
#blog-listing {
  position: relative;
}
.revi-element-content {
  max-width: 100% !important;
}

#newsletter-home {
  display: grid;
  grid-template-columns: 44% 56%;
  /*max-width: 1500px;*/
  /*margin: 60px auto;*/
  margin-bottom: 50px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 10px 35px rgba(0,0,0,.08);
  overflow: hidden;
}

#newsletter-home .newsletter-home__image {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 32px 38% 38% 32px;
}

#newsletter-home .newsletter-home__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#newsletter-home .newsletter-home__content {
  padding: 55px 70px;
  text-align: center;
}

#newsletter-home .newsletter-home__icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #e9f8f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #08a9a5;
  font-size: 32px;
}
.h2_home {
  font-weight: normal;
  font-size: .85rem;
  text-align: justify;
  line-height: 20px;
  display: inline;
  padding-bottom: 0px;
  margin-bottom: 0;
}
.text_home_slide_p {
  display: inline;
}
#newsletter-home h4 {
  margin: 0;
  font-size: 44px;
  line-height: 1.1;
  color: #071a3d;
  font-weight: 800;
}

#newsletter-home h4 span {
  display: block;
  color: #df2c82;
}

#newsletter-home .newsletter-home__intro {
  max-width: 520px;
  margin: 25px auto 35px;
  font-size: 19px;
  line-height: 1.5;
  color: #555b66;
}

#newsletter-home .newsletter-home__input {
  display: flex;
  align-items: center;
  max-width: 650px;
  margin: 0 auto 25px;
  border: 1px solid #ddd;
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
}

#newsletter-home .newsletter-home__input > i {
  padding-left: 24px;
  color: #08a9a5;
  font-size: 20px;
}

#newsletter-home input[type="email"] {
  flex: 1;
  height: 64px;
  border: 0;
  padding: 0 18px;
  font-size: 17px;
  outline: none;
}

#newsletter-home button {
  height: 64px;
  padding: 0 35px;
  border: 0;
  border-radius: 40px;
  background: #df2c82;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

#newsletter-home label {
  display: flex;
  gap: 14px;
  max-width: 690px;
  margin: 14px auto;
  text-align: left;
  color: #353b46;
  font-size: 15px;
  line-height: 1.5;
}

#newsletter-home label input {
  margin-top: 4px;
}

#newsletter-home label a {
  color: #08a9a5;
  font-weight: 700;
  text-decoration: none;
}

#newsletter-home .newsletter-home__trust {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 22px;
  margin-top: 42px;
  padding-top: 35px;
  border-top: 1px solid #eee;
}

#newsletter-home .newsletter-home__trust i {
  display: block;
  margin-bottom: 10px;
  color: #08a9a5;
  font-size: 30px;
}

#newsletter-home .newsletter-home__trust strong {
  display: block;
  color: #071a3d;
  font-size: 15px;
  font-weight: 800;
}

#newsletter-home .newsletter-home__trust span {
  display: block;
  margin-top: 4px;
  color: #59606b;
  font-size: 14px;
}
.blockcart .header {
  position: relative;
}
 .blog-image-container img {
    border-radius: 5px;
}
@media (max-width: 1200px) {
 
}
@media (max-width: 991px) {
  .lgwithdrawal-footer-btn {
    width: 100%;
    display: inline-flex;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
   ul.mm_menus_ul {
    /*display: none !important;*/
   }
   .ybc-menu-toggle {
    display: block;
   }
  #newsletter-home {
    grid-template-columns: 1fr;
    margin: 35px 15px;
  }

  #newsletter-home .newsletter-home__image {
    min-height: 300px;
    border-radius: 28px 28px 45% 45%;
  }

  #newsletter-home .newsletter-home__content {
    padding: 40px 24px;
  }

  #newsletter-home h2 {
    font-size: 34px;
  }

  #newsletter-home .newsletter-home__input {
    display: block;
    border-radius: 24px;
    padding: 15px;
  }

  #newsletter-home .newsletter-home__input > i {
    display: none;
  }

  #newsletter-home input[type="email"] {
    width: 100%;
    height: 50px;
    text-align: center;
  }

  #newsletter-home button {
    width: 100%;
    margin-top: 10px;
  }

  #newsletter-home .newsletter-home__trust {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 768px) {
  
    .ortopedia-hero {
        padding: 45px 25px;
        flex-direction: column;
    }

    .ortopedia-hero-content {
        width: 100%;
    }

    .ortopedia-hero h1 {
        font-size: 34px;
    }

    .ortopedia-hero-image {
        position: relative;
        width: 100%;
        margin-top: 30px;
    }

    .ortopedia-hero-buttons {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .top-benefits-bar {
        overflow-x: auto;
        justify-content: flex-start;
        padding: 0 15px;
    }
}

/* Mega Escritorio */
@media only screen and (min-width: 1600px){
	
}
/* Escritorio */
@media only screen and (min-width: 1200px){
  .footer-last > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .lgwithdrawal-footer-btn {
    padding-left: 15px;
  }
  .footer-container .footercontent {
    padding-left: 0;
  }
  .footer-container .block-contact {
    padding-right: 0;
  }
    .footer-container > .container > div.row {
        margin-bottom: 40px;
    }
	footer .block_newsletter div.gdpr_consent span {
        font-size: 0.85em;
    }
}
/* Tablet */
@media only screen and (width: 768px){
	
}
/* Mobile */
@media only screen and (max-width: 767px){
  .header-top #search_widget {
    display: none;
  }
  .footer-container .footercontent {
    text-align: center;
  }
  .main-header-container .menu-top {
    display: none;
  }
  #header .logo {
    max-width: 90%;
  }
  .footer-payment-methods {
      gap: 2px;
  }
  .footer-last-inner {
    flex-direction: column;
  }
  .gdpr_module_19 .custom-checkbox input[type=checkbox]+span, .gdpr_module_20 .custom-checkbox input[type=checkbox]+span {
    width: 66px;
  }
  #footer {
    padding-top: 0;
  }
  .blog-item {
    border-top: 0;
  }
  #mainHome h1:after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    background: #d41482;
    margin-top: 24px;
  }
  #mainHome {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .revi-widget-grid-1 .revi-grid-layout {
    padding-left: 15px;
    padding-right: 15px;
  }
  #necesitas_todo .subtitulo {
    text-align: center;
  }
  .product-miniature .product-title a {
    font-size: 1.2em;
  }
  .image_best_seller img {
    max-width: 100%;
  }
  .home-categories .rd-featured-categories-carousel .flip-header {
    font-size: 19px;
    text-align: center;
    justify-content: center;
  }
  .home-categories .rd-featured-categories-carousel .flip-subheader {
    font-size: 18px;
    text-align: center;
    justify-content: center;
  }
  .flip-subheader a {
    text-align: center;
  }
  #main-block .bannertop_image_block {
    display: none;
  }
  .ortopedia-hero-content h1 {
    font-size: 33px;
  }
  .ortopedia-hero-content {
    padding: 15px 15px 13px 15px;
  }
  .ybc-menu-toggle {
    padding-left: 8px !important;
  }
  #_desktop_logo {
    max-width: 175px;
    padding-right: 0;
    padding-left: 10px;
  }
	.header-top-right .title_headd {
		display: none;
	}
  #header .header-top>.container>.row:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
	#_desktop_user_info, #_desktop_cart, #_desktop_wishlist, #_desktop_search {margin-top: 0;}
	.ybc-menu-toggle {
		width: auto;
		/*background: #F6F6F6;*/
		padding-left: 0;
	}
	#customer_password,
	#customer_password_confirmation {
		width: 65%;
		height: 41px !important;
	}
	.conten_text_home {
		padding-left: 0px;
		align-items: center;
		text-align: center;
	 }
	 .conten_text_home .h1.mb-3 {
		font-size: 17px;
		line-height: 25px;
	 }
	.header-top-right img {
		height: 30px;
	}
	.footer-container .col-md-4.links, 
	.footer-container #block_myaccount_infos,
	.footer-container .block-contact {
		margin: 0 8px;
	}

	.revi-widget-grid-1 .revi-reviews {
		grid-template-columns: repeat(1,1fr) !important;
	}
	#blog-listing .owl-prev, #blog-listing .owl-next {
		display: none;
	}
	.featured-products .owl-prev,
	#home-brands-nav .owl-prev,
	#home-partners-nav .owl-prev {
		left: 0%;
	}
	#home-bestsellersproducts-nav .owl-prev {
		left: 5%;
	}
	.featured-products .owl-next,
	#home-brands-nav .owl-next,
	#home-partners-nav .owl-next {
		right: 0%;
	}

	#home-bestsellersproducts-nav .owl-next  {
		right: 5%;
	}

	.featured-products.mb-3 {
		margin-bottom: 1rem !important;
	}
	 .featured-products.mt-3 {
		margin-top: 1rem !important;
	}
	.homebrands.pt-4, .homepartners.pt-4 {
		padding-top: 1rem !important;
	}
	.homebrands.pb-5, .homepartners.pb-5  {
		padding-bottom: 1rem !important;
	}
	.certificados.mt-5 {
		margin-top: 1rem !important;
	}

	.menu-header .mega-menu> ul > li > a.featured-item {
		padding: 0px 10px;
		margin-top: 5px;
    	text-align: center;
	}
	#index .home-categories.pt-5 {
		padding-top:  2rem !important;
	}
	#index .home-categories.pb-5 {
		padding-bottom:  2rem !important;
	}
	#index .homekeypoints-container.full-width {
		display: none;
	}
	#index section#main .page-home > .carousel .carousel-item .caption {
		position: absolute;
		top: 10px;
		left: 0%;
		max-width: max(35%, 30rem);
		color: #fff;
	}
	#index section#main .page-home > .carousel .carousel-item .caption .caption-description p {
		font-size: 0.75em;
		padding-bottom: 0;
		margin-bottom: 0;
		line-height: 18px;
		color: black;
	}
  .header-top .row::after {
    content: "";
    display: none !important;
    clear: both;
}
	#search_widget form i {
		position: absolute;
		padding: 10px 9px;
	}
	/*.header-top .mobile-fold-out span {
		display: none;
	}*/
	#checkout #payment-confirmation-alert {
		text-align: center;
	}
	#opc_customer_logged .alert.alert-info {
		margin-bottom: 0;
		padding: 0;
		text-align: center;
	}
}

/* iPad landscape */
@media only screen and (min-width : 991px) and (max-width : 1199px) { 
  #compromiso-deporte .compromiso-texto {
    padding: 20px;
  }
  #search_widget {
    width: 340px;
    min-width: 340px;
  }
  .hook-default .ets_mm_megamenu_content .container {
    margin-left: 0;
    margin-right: 0;
  }
  .header-top {
    padding-bottom: 0;
  }
  .top-benefits-bar .top-benefit-item a span.text_right_valora_header {
    display: none;
  }
  .top-benefits-bar {
    justify-content: space-around;
  }
  .ortopedia-hero-content {
      padding: 25px 25px 25px 15px;
  }
  /*#main-block .bannertop_image_block {
    display: none;
  }*/
  .ortopedia-benefits {
    padding: 15px 20px;
  }
  .product-miniature .product-title {
    min-height: auto;
  }
  #capa_left_bestsellers_imagen {
    display: none;
  }
  .owl-prev {
    left: 1% !important;
  }
  .owl-next {
    right: 1%;
  }
  .product-flags li.product-flag.on-sale {
    display: none;
  }
  #necesitas_todo .necesitas-hero {
    gap: 0;
    padding-top: 0;
  }
  #capa_right_bestsellers_imagen {
    width: 100%;
  }
  section.featured-products {
    margin-bottom: 0 !important;
  }
  .necesitas-texto {
    padding: 0 10px;
  }
  .ortopedia-benefits .benefit-item:not(:last-child)::after {
    display: none;
  }
  .ortopedia-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  /*.main-header-container .menu-top {
    display: none;
  }*/

  #certificados-calidad .certificados-content {
      padding: 80px 20px;
  }
  .ortopedia-benefits .benefit-item {
    width: 43%;
    flex: 0 0 43%;
  }
  #contactformportada .contact-info,
  #certificados-calidad .certificados-beneficios {
    display: flex;
  }
  .blog-item {
    padding: 0 20px !important;
  }
  .footercontent img {
    max-width: 100%;
  }
  .footer-last-inner {
    flex-direction: column;
  }
}

@media only screen and (min-width : 768px) and (max-width : 991px) { 
  .footer-last-inner {
    flex-direction: column;
  }
  .footercontent img {
    max-width: 100%;
  }
  .blog-item {
    padding: 0 20px !important;
  }
  #contactformportada .contact-info,
  #certificados-calidad .certificados-beneficios  {
    display: flex;
  }
  #compromiso-deporte .compromiso-texto {
    padding: 20px;
  }
  .necesitas-texto {
    padding: 0 10px;
  }
  section.featured-products {
    margin-bottom: 0 !important;
  }
  #necesitas_todo .necesitas-hero {
    gap: 0;
    padding-top: 0;
  }
  .product-flags li.product-flag.on-sale {
    display: none;
  }
  .owl-prev {
    left: 1% !important;
  }
  .owl-next {
    right: 1%;
  }
  #capa_left_bestsellers_imagen {
    display: none;
  }
  .product-miniature .product-title {
    min-height: 42px;
  }
  .ortopedia-benefits {
    padding: 15px 20px;
  }
  #main-block .bannertop_image_block {
    display: none;
  }
  .ortopedia-hero-content {
      padding: 25px 25px 25px 15px;
  }
  .top-benefits-bar .top-benefit-item a span.text_right_valora_header, .text_right_whats_header {
    display: none;
  }
  .header-top-right #_desktop_search {
    display: none;
  }
  #search_widget {
    width: 172px;
    min-width: 172px;
  }
  .header-top .mobile-fold-out {
    width: 6%;
  }
  .header-top #_desktop_logo {
    width: 25%;
    text-align: center;
  }
  .menu-top {
    display: none;
  }
  .top-benefits-bar {
      justify-content: space-around;
  }
}

@media only screen and (max-width: 360px){
 #_desktop_logo {
    max-width: 138px;
    padding-right: 0;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 320px){
  #_desktop_logo {
    max-width: 120px;
  }

}