@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: "Nunito Sans", sans-serif !important;
}

.poppins {
  font-family: "Poppins", sans-serif !important;
}

.header-cart {
  position: relative;
  display: inline-block;
  margin-left: 1rem;
}

.cart-icon {
  font-size: 1.5rem;
  margin-right: 5px;
}

.cart-count {
  display: flex;
  font-weight: bold;
  background-color: #fff;
  border-radius: 100%;
  width: 1.2rem;
  height: 1.2rem;
  color: #008ac3;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -9px;
  right: -15px;
}

.cart-total {
  color: #333;
}

.header-cart a {
  text-decoration: none;
  color: #fff;
}

.header-cart a:hover {
  color: #fff;
}

.f-azul {
  background-color: #008AC3;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  align-items: center;
  color: #fff;
}

.f-azul p {
  margin: 0;
  font-weight: 600;
}

.f-azul>div {
  display: flex;
  align-items: center;
}

.seccion-menu {
  display: flex;
  align-items: center;
  padding: .5rem 1rem;
}

.logo img {
  width: 70%;
}

header .menu {
  padding: 0 5rem;
}

h3.minitit {
  text-transform: uppercase;
  color: #E83369;
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
}

section.masvendidos {
  padding: 2rem;
}

h2.titulo {
  text-align: center;
  font-size: 1.8rem;
  color: #4C4E51;
  font-weight: 600;
}

.masvendidos>div {
  margin-top: 2rem;
  position: relative;
  padding: 0 2rem;
}

section.categoriasH>div {
  padding: 3rem 5rem;
  position: relative;
  background-color: #f1f0f0;
}

.swiper-button-next {
  right: 2%;
}

.swiper-button-prev {
  left: 2%;
}

.categoriasH a {
  text-align: center;
  color: #000;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}

.categoriasH a>h3 {
  margin: 0;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  font-weight: 900;
}

.swiper-button-next,
.swiper-button-prev {
  border: 1px solid #008AC3;
  border-radius: 100px;
  color: #008AC3;
  width: 2rem;
  height: 2rem;
  top: 55%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1rem;
}

.categoriasSW .swiper-slide {
  display: flex;
  align-items: center;
}

.categoriasH a:hover h3 {
  font-weight: 600;
}

.home {
  overflow-x: hidden;
}

section.videoshome {
  position: relative;
  background-color: #fde3ea;
  margin-top: 3rem;
  display: flex;
  padding-bottom: 2rem;
}

img.perhome {
  position: absolute;
  width: 33%;
  right: -10%;
}

section.testimonios {
  margin: 4rem 0;
}

.testimoniosSW .swiper-slide>div {
  box-shadow: 2px 2px 8px 2px #989898;
  border-radius: 20px;
  padding: 3rem 1rem 1rem;
  height: 100%;
}

.testimoniosSW .swiper-slide {
  padding: 1rem;
  display: flex;
}

.testimoniosSW .swiper-slide>div .texto {
  color: #7D7C7D;
  line-height: 1.2rem;
  position: relative;
  font-size: .8rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.testimoniosSW .swiper-slide>div .texto::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  /* La mitad del contenedor */
  z-index: -1;
  height: 100%;
  border-bottom: 4px solid #0093D0;
  /* Borde izquierdo */
}

.testimoniosSW .swiper-slide>div>p {
  color: #E93F78;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 3px;
}

section.testimonios>div {
  margin-top: 3rem;
  padding: 0 4rem 3rem;
  position: relative;
}

section.mediopago {
  background-color: #CAE9F9;
  padding: 2rem 4rem;
}

section.mediopago .titulo {
  color: #008AC3;
}

section.mediopago>div {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

footer.footer {
  background-color: #008AC3;
  display: flex;
  color: #fff;
  padding: 8rem 7rem 5rem;
}

.nosotros_f {
  width: 30%;
}

.contacto_f {
  width: 40%;
}

.info_f {
  width: 30%;
}

.footer>div>div p {
  margin: 0;
}

.footer>div>div {
  margin-top: 3rem;
}

.footer h2.titu {
  font-weight: 700;
}

.swiper-pagination-bullet {
  border-radius: 3px;
  width: 13px;
  height: 4px;
  transition: width .5s;
  background-color: #E83369;
}

.swiper-pagination-bullet-active {
  width: 13rem;
}

section.descripcion {
  display: flex;
  padding: 5rem 2rem 2rem;
}

section.descripcion>div {
  width: 50%;
  color: #7D7C7D;
  line-height: 2rem;
  padding: 1rem;
}

section.corpo {
  background-color: #FCE3EA;
  display: flex;
  padding: 4rem 10rem;
  justify-content: space-between;
  margin-bottom: 4rem;
}

section.corpo>div {
  background-color: #fff;
  border-radius: 50px;
  padding: 4rem 2rem;
}

.corpo .cabecera {
  background-color: #CAE9F9;
  border-radius: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
}

section.corpo>div {
  width: 45%;
}

.corpo .cabecera h2 {
  margin: 0;
  color: #008AC3;
  font-weight: 100;
}

.corpo .cabecera img {
  width: 15%;
  margin-right: 1rem;
}

section.corpo>div>div:last-child {
  margin-top: 2rem;
  font-size: .9rem;
  color: #7D7C7D;
  line-height: 1.6rem;
  font-weight: 300;
}

section.newsletter {
  background-color: #E83369;
  position: relative;
  width: 60%;
  color: #fff;
  padding: 2rem;
  margin: 2rem auto -6rem;
  text-align: center;
  border-radius: 80px;
}

section.newsletter h2 {
  font-weight: 200;
  margin-bottom: 2rem;
}

.masvendidos .product {
  border-radius: 20px;
  box-shadow: 2px 2px 8px 2px #989898;
}

.masVendidosH .swiper-slide {
  padding: 1rem;
}

.product .infoproducto h2 {
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  min-height: 4rem;
  display: flex;
  align-items: center;
}

.product .infoproducto {
  background-color: #F1F0F0;
  padding: 1rem;
  color: #B8BECA;
  font-weight: 500;
  border-radius: 20px;
  text-align: center;
}

.product>div.imgproducto {
  padding: 1rem;
  margin-bottom: 1rem;
}

.product a.boton {
  color: #fff;
  background-color: #008AC3;
  padding: .3rem 1rem;
  border-radius: 10px;
  font-weight: 200;
}

.product .infoproducto h3 {
  font-size: 1.5rem !important;
  margin-bottom: 2rem !important;
  text-align: left;
}

.quantity {
  display: inline-flex;
  align-items: center;
}

.quantity input.qty {
  width: 50px !important;
  text-align: center !important;
  border: none;
  height: 40px;
  margin: 0 5px;
  color: #008AC3;
  font-size: 2rem;
  font-weight: 200;
}

.quantity button.plus,
.quantity button.minus {
  background-color: #fff;
  height: 25px;
  width: 25px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 100%;
  color: #008AC3;
}

.quantity button.plus:hover,
.quantity button.minus:hover {
  background-color: #ddd;
}

div#comments {
  display: none;
}

footer.entry-meta {
  display: none;
}

.product header.entry-header {
  display: none;
}

.csp_productodd .imagenes {
  display: flex;
  background-color: #F1F0F0;
  padding: 2rem;
  width: 40%;
  border-radius: 10px;
  justify-content: center;
}

.csp_productodd {
  display: flex;
  padding: 0 2rem;
  justify-content: space-between;
}

.csp_productodd .contenido {
  width: 59%;
  background-color: #F1F0F0;
  border-radius: 10px;
  color: #4C4E51;
  padding: 1rem 2rem;
}

.csp_productodd .imagenes .woocommerce-product-gallery {
  width: 80% !important;
}

.csp_productodd .contenido h2 {
  font-weight: 200;
  font-size: 2rem;
}

.csp_productodd .contenido h3 {
  color: #E8316A;
  font-size: 1rem;
  font-weight: 200;
}

.csp_productodd ul li::marker {
  color: #E8316A;
}

.csp_productodd ul {
  padding-left: 1rem;
  margin: 1rem 0;
  font-size: .9rem;
}

.csp_productodd .infoprecio {
  background-color: #E8316A;
  border-radius: 7px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
  justify-content: space-around;
}

.csp_productodd .infoprecio h4 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 200;
}

.csp_productodd .infoprecio form.cart {
  margin: 0 !important;
  display: flex;
  align-items: center;
}

.csp_productodd .infoprecio .button {
  background-color: #008AC3 !important;
  font-weight: 400;
}

.relacionados .items .products>h2 {
  color: #4C4E51;
  margin-bottom: 1rem;
  font-weight: 200;
}

.relacionados {
  margin-top: .5rem;
  padding: 2rem 5rem;
  position: relative;
}

.csp_productodd .infoprecio>p {
  margin: 0;
  border-left: 1px solid;
  padding-left: 1rem;
  font-weight: 100;
  margin: 0 1rem;
}

li.cp_grillaproducto {
  box-shadow: 2px 2px 8px 2px #989898;
  border-radius: 16px;
  background-color: #fff;
}

.franjarosa {
  background-color: #FCE3EA;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 20rem;
  z-index: -1;
}

.relacionados ul.products {
  margin-bottom: -1rem;
}

span.edit-link {
  display: none;
}

.categoria-producto {
  display: flex;
}

.bloqueizq {
  width: 40%;
  padding: 2rem;
}

.bloqueder {
  width: 60%;
  padding: 0 2rem;
}

.imgtemporada {
  border-radius: 20px;
  overflow: hidden;
}

.categoria-producto .banner {
  position: relative;
  background-color: #F086A3;
  margin-bottom: 3rem;
  color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: flex-end;
}

.categoria-producto .banner img {
  width: 40%;
  position: relative;
}

.categoria-producto .banner h2 {
  position: absolute;
  left: 4%;
  top: 7%;
  font-weight: 400;
  font-size: 3.5rem;
  max-width: 53%;
  min-height: 12rem;
  line-height: 5rem;
  display: flex;
  align-items: center;
}

.categoria-producto .itemsprod ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  /* Cambia el nÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âºmero 4 por el nÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âºmero de columnas que quieras */
  gap: 20px;
}

.categoria-producto .itemsprod ul.products li {
  width: 100% !important;
}

.categoria-producto .itemsprod ul.product::after,
.categoria-producto .itemsprod ul.products::before {
  display: none;
}

.tx_producto .infoproducto {
  background-color: #fff;
  padding: 1rem 0;
  color: #4c4e51;
  max-height: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.tx_producto .infoproducto h2 {
  margin: 0;
  height: 3rem;
}

.tx_producto .infoproducto h3 {
  font-size: 1.7rem !important;
  font-weight: 200;
}

.filtros {
  border: 1px solid #7D7C7D;
  border-radius: 20px;
  margin-bottom: 2rem;
  padding: 2rem 2rem;
  color: #615C5E;
}

.filtros h2 {
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 3px solid #7D7C7D;
  padding-bottom: 1rem;
  padding-left: .5rem;
}

.pasos .itempaso {
  width: 27%;
  margin-bottom: 2rem;
}

section.pasos {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 3rem 0;
  justify-content: space-between;
}

.pasos>h2 {
  color: #4C4E51;
  width: 100%;
  margin-bottom: 1.5rem;
  font-weight: 100;
}

.pasos .itempaso h2 {
  color: #fff;
  background-color: #E83369;
  font-weight: 100;
  font-size: 1.1rem;
  padding: .2rem .8rem;
  border-radius: 6px;
  text-transform: uppercase;
}

.pasos .itempaso .txt {
  color: #7D7C7D;
  font-weight: 300;
  line-height: 1.4rem;
}

section.newsletter form>p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.newsletter form>p span {
  margin-bottom: 1rem;
  width: 49%;
}

section.newsletter form>p span:last-child {
  width: 100%;
}

section.newsletter form>p span:last-child input#email {
  width: 100%;
}

section.newsletter form>p input[type="text"],
section.newsletter form>p input[type="email"] {
  border: none;
  width: 100%;
  padding: .5rem 2rem;
  border-radius: 20px;
  font-size: .8rem;
  font-family: 'Poppins' !important;
}

section.newsletter form input[type="submit"] {
  border: none;
  background-color: #008AC3;
  color: #fff;
  padding: .5rem 2rem;
  border-radius: 20px;
}

.minis .items {
  display: flex;
  padding-right: 4rem;
  padding-top: 2rem;
  flex-wrap: wrap;
}

div#video-container {
  width: 46%;
  margin: 2%;
  border-radius: 20px;
  overflow: hidden;
}

div#principal {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 8rem 4rem 0;
}

.minis {
  width: 50%;
  padding-right: 17%;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

div#principal iframe {
  width: 100%;
  height: 22rem;
  border-radius: 20px;
}

.minis h2.titulo {
  color: #008AC3;
  font-size: 2rem;
  text-align: left;
}

.minis h3.minitit {
  text-align: left;
}

div#product-category-checkboxes {
  margin-bottom: 2rem;
}

.filtros .noUi-connect {
  background: #f086a4;
}

div#price-filter {
  margin-top: 1rem;
}

div#price-slider {
  margin-bottom: 1rem;
}

button#filter-price-button {
  border: none;
  color: #fff;
  background-color: #008ac3;
  border-radius: 7px;
  padding: .3rem 1rem;
  font-weight: 700;
  transition: background-color .5s;
  margin-top: 1rem;
}

button#filter-price-button:hover {
  background-color: #025070;
}

.noUi-touch-area {
  cursor: pointer;
}

#product-category-checkboxes label {
  cursor: pointer;
}

div#price-filter label {
  margin-bottom: .5rem;
}

div#slider-range {
  margin: .5rem 0 1rem;
}

.woocommerce-info {
  border-top-color: #f086a4;
}

.woocommerce-info::before {
  color: #008ac3;
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.woocommerce-order {
  padding: 2rem 10rem;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: 1rem;
}

.wc-block-cart__submit-button {
  background-color: #008ac3;
  border-radius: 19px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Poppins';
  transition: background-color .5s;
}

.wc-block-cart__submit-button:hover {
  background-color: #008ac3;
}

.woocommerce-cart h1.entry-title,
.woocommerce-checkout h1.entry-title {
  padding: 1rem 0 0;
  margin: 1rem 6rem 0;
  border-top: 3px solid #F086A3;
  text-transform: uppercase;
  font-weight: 700;
  color: #4c4e51;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper span>span {
  font-weight: 700;
}

.wc-block-components-checkout-place-order-button {
  background-color: #F086A3;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 2rem;
  font-family: 'Poppins';
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .1rem;
}

section.blogsrel {
  padding: 2rem 4rem;
}

.blogsrel .items {
  display: flex;
  padding: 3rem 0;
  justify-content: space-evenly;
}

.blogsrel .items a {
  width: 25%;
  padding: 1rem;
  box-shadow: 2px 2px 8px 2px #989898;
  border-radius: 20px;
}

.blogsrel .media img {
  height: 7rem;
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}

.blogsrel .media {
  border-radius: 50px;
  overflow: hidden;
}

.blogsrel .txt h3 {
  font-size: .8rem;
  text-align: right;
  margin: 1rem 0 .5rem;
  text-transform: capitalize;
  font-weight: 700;
  color: #E83369;
}

.blogsrel .txt {
  color: #7D7C7D;
}

.blogsrel .txt h2 {
  font-weight: 700;
  color: #565053;
  font-size: 2rem;
}

.blogsrel .txt p {
  line-height: 1rem;
  font-size: .8rem;
}

.blogsrel .txt h4 {
  color: #E93F78;
  font-size: 1rem;
  font-weight: 800;
}

.imagenes .woocommerce-product-gallery__image {
  margin-bottom: 1rem;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  margin-right: 1rem;
}

.woocommerce div.product div.images img {
  border-radius: 20px;
  box-shadow: 0 0 3px 2px #b8b8b8;
}

.imagenes .woocommerce-product-gallery__image a.active-thumbnail {
  border: 2px solid #000;
  /* Por ejemplo, un borde negro */
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 2rem;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 22%;
  margin: 1%;
}

.woocommerce-checkout .woocommerce {
  margin: 0;
  padding: 2rem 6rem;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-billing-fields__field-wrapper input[type="text"],
.woocommerce-shipping-fields input[type="text"],
.woocommerce-billing-fields__field-wrapper input[type="email"],
.woocommerce-shipping-fields input[type="email"],
.woocommerce-billing-fields__field-wrapper input[type="date"],
.woocommerce-shipping-fields input[type="date"],
.woocommerce form .form-row select,
.woocommerce-billing-fields__field-wrapper input[type="time"],
.woocommerce-shipping-fields input[type="time"],
.woocommerce-billing-fields__field-wrapper input[type="tel"],
.woocommerce-shipping-fields input[type="tel"] {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 7%, .8);
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  height: 50px;
  line-height: 1em;
  margin: 0;
  min-height: 0;
  padding: .1em .5em;
  width: 100%;
}

.woocommerce-billing-fields h3,
h3#order_review_heading,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  margin: 0 0 8px;
  position: relative;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #4c4e51;
}

div#customer_details .col-1 {
  width: 100%;
}

div#customer_details {
  width: 60%;
}

h3#order_review_heading {
  width: 35%;
  position: absolute;
  right: 0;
}

form.checkout.woocommerce-checkout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}

div#order_review {
  width: 36%;
  position: absolute;
  right: 0;
  top: 3rem;
}

div#customer_details .col-2 {
  width: 100%;
  margin-top: 3rem;
}

.quienes-somos iframe#iframeytb {
  width: 100%;
  height: 100%;
}

input#ship-to-different-address-checkbox {
  display: none;
}

.blogs .resultados a {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  color: #000;
}

.blogs .resultados a>div:first-child {
  width: 100%;
}

.blogs .resultados a>div:nth-child(2) {
  width: 30%;
}

.blogs .resultados a .contenido {
  width: 70%;
  padding-left: 3rem;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #4c4e51;
}

.blogs .resultados a h4 {
  color: #4c4e51;
  margin-bottom: 1rem;
  font-size: 2.3rem;
  font-weight: 400;
}

.blogs .resultados a .contenido h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.blogs .resultados a .contenido .leermas {
  color: #fff;
  background-color: #e8336a;
  font-weight: 600;
  border-radius: 13px;
  width: 30%;
  text-align: center;
  margin-top: 1rem;
}

.novedad {
  background-color: #fff;
  padding: 2rem 3rem;
}

.novedad section.titulo {
  padding: 5rem 5rem 1rem;
  text-align: left;
  color: #4c4e51;
  position: relative;
}

.novedad section.contenido {
  color: #4c4e51;
  padding: 2rem 8rem 2rem;
  text-align: justify;
}

.novedad section.titulo>h2 {
  font-weight: 700;
  font-size: 3rem;
}

a.back-arrow {
  position: absolute;
  left: 3%;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  bottom: 5%;
  background-color: #e8336a;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: 10px;
}

.novedad a.back-arrow {
  bottom: auto;
  top: 4%;
  left: 1%;
}

.novedad .banner>img {
  width: 30%;
}

.novedad section.banner {
  display: flex;
  justify-content: center;
}

section.resultados {
  padding: 0 7rem;
  margin: 3rem 0 7rem;
}

.seccion-menu .logo {
  width: 15%;
}

.seccion-menu .menu {
  width: 85%;
}

.sfsiplus_footerLnk {
  display: none;
}

button.search-submit {
  color: #fff;
  border: none;
  background-color: #E83369;
  padding: .2rem 1rem;
  font-size: .8rem;
  border-radius: 5px;
}

input.search-field {
  border: none;
  padding: .2rem 1rem;
  font-size: .8rem;
  border-radius: 5px;
}

section.no-results.not-found {
  padding: 2rem 6rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #4c4e51;
}

.search-form input.search-field {
  border: 1px solid;
}

section.resultados-busq {
  padding: 2rem 7rem;
  color: #4c4e51;
}

.resultados-busq nav.navigation.pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.resultados-busq .page-numbers {
  font-weight: 700;
  display: flex;
  background-color: #4c4e51;
  color: #fff;
  border-radius: 2rem;
  width: 50px;
  height: 50px;
  font-size: 1.2rem;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  opacity: .7;
  transition: opacity .8s;
}

.resultados-busq .nav-links {
  display: flex;
}

.resultados-busq .page-numbers.next {
  background-color: #008ac4;
  width: auto;
  height: auto;
  padding: 0 1rem;
}

.resultados-busq .page-numbers.current {
  background-color: #e83369;
  opacity: 1;
}

.resultados-busq .page-numbers:hover {
  opacity: 1;
}

.resultados-busq article a {
  text-decoration: none;
  color: #4c4e51;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 4px solid #4c4e51;
  padding: 2rem 2rem 0rem;
  margin-bottom: 2rem;
  background-color: #fff;
  transition: background-color .8s;
}

.resultados-busq article a img {
  width: 12%;
}

.resultados-busq article a h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

.resultados-busq article a:hover {
  background-color: #4c4e511a;
}

a.woocommerce-product-gallery__trigger {
  left: 4%;
}

.banner.mobil {
  display: none;
}

.banner .swiper-slide img {
  width: 100%;
}

section.banner {
  position: relative;
}

.banner .swiper-pagination {
  text-align: center;
  padding-right: 2rem;
  bottom: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 2rem;
  height: 2rem;
  opacity: 1;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 22px;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #fff;
  background-color: #008ac3;
}

/*RESPONSIVE ESTILOS */
@media only screen and (max-width: 768px) {

  .banner.mobil {
    display: block;
  }

  .banner.escritorio {
    display: none;
  }

  .seccion-menu {
    padding: 0;
  }

  .seccion-menu .logo {
    display: none;
  }

  .seccion-menu .menu {
    width: 100%;
    padding: 0 1rem;
  }

  form.search-form {
    display: none;
  }

  .f-azul p {
    font-size: .8rem;
  }

  h2.titulo {
    font-size: 2.5rem;
  }

  section.masvendidos {
    padding: 2rem 1rem;
  }

  .product a.boton {
    font-size: 1.5rem;
  }

  section.videoshome {
    flex-direction: column;
  }

  img.perhome {
    display: none;
  }

  div#principal {
    width: 100%;
    padding: 2rem 1rem;
  }

  .minis {
    width: 100%;
    padding: 0 1rem;
  }

  .minis h3.minitit {
    text-align: center;
  }

  .minis h2.titulo {
    text-align: center;
  }

  .minis .items {
    padding: 0;
  }

  section.testimonios>div {
    padding: 0 2rem 3rem;
    margin: 1rem;
  }

  section.mediopago>div {
    flex-direction: column;
  }

  section.mediopago>div>img {
    width: 100%;
    object-fit: none;
  }

  section.mediopago {
    padding: 2rem 5rem;
  }

  section.blogsrel {
    padding: 2rem 1rem;
  }

  .blogsrel .items a {
    width: 100%;
  }

  .blogsrel .items {
    flex-direction: column;
  }

  .blogsrel .txt h3 {
    font-size: 1.2rem;
  }

  .blogsrel .media img {
    height: 15rem;
  }

  .blogsrel .txt h2 {
    font-size: 1.5rem;
  }

  .blogsrel .txt p {
    font-size: 1rem;
  }

  .blogsrel .txt h4 {
    font-size: 1.5rem;
  }

  footer.footer {
    flex-direction: column;
    padding: 4rem 1rem 2rem;
  }

  .nosotros_f,
  .contacto_f,
  .info_f {
    width: 100%;
    margin-bottom: 3rem;
  }

  .footer h2.titu {
    text-align: center;
  }

  .footer>div>div {
    margin-top: 1rem;
    text-align: center;
  }

  .imgtemporada {
    display: none;
  }

  .bloqueizq {
    width: 100%;
    padding: 2rem 1rem;
  }

  section.newsletter {
    width: 95%;
  }

  .categoria-producto {
    flex-direction: column;
  }

  .bloqueder {
    width: 100%;
    padding: 0 1rem;
  }

  .categoria-producto .itemsprod ul.products {
    display: flex !important;
    flex-flow: wrap;
    justify-content: space-around;
  }

  .categoria-producto .itemsprod ul.products li {
    width: 45% !important;
  }

  .filtros {
    width: 100%;
    margin: 0;
    padding: 1rem;
  }

  div#product-category-checkboxes {
    margin: 0;
    font-size: 1.2rem;
  }

  .categoria-producto .banner h2 {
    font-size: 2rem;
    min-height: 7rem;
    top: 0;
  }

  section.descripcion {
    flex-direction: column;
    padding: 5rem 2rem 2rem;
  }

  section.descripcion>div {
    width: 100%;
    padding: 0;
    font-size: 1.2rem;
  }

  .quienes-somos iframe#iframeytb {
    height: 20rem;
  }

  section.corpo {
    padding: 2rem;
    flex-direction: column;
  }

  section.corpo>div {
    width: 100%;
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .corpo .cabecera h2 {
    font-size: 2rem;
  }

  section.corpo>div>div:last-child {
    font-size: 1.2rem;
  }

  .csp_productodd {
    flex-direction: column;
    padding: 0 1rem;
  }

  .csp_productodd .imagenes {
    width: 100%;
    padding: 1rem;
  }

  .csp_productodd .contenido {
    width: 100%;
    margin-top: 2rem;
    padding: 1rem;
  }

  .relacionados {
    padding: 2rem;
  }

  li.cp_grillaproducto {
    width: 100% !important;
  }

  .pasos .itempaso {
    width: 49%;
  }

  section.pasos {
    padding: 2rem 2rem 0;
  }

  .relacionados .items .products>h2 {
    font-size: 2.5rem;
  }

  .csp_productodd .infoprecio {
    flex-direction: column;
    align-items: flex-start;
  }

  .csp_productodd .infoprecio h4 {
    width: 100%;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem;
  }

  .csp_productodd .infoprecio>p {
    border: none;
    padding: 0;
    font-size: 1.2rem;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .csp_productodd .contenido h3 {
    font-size: 1.5rem;
  }

  .csp_productodd .contenido h2 {
    font-size: 2.5rem;
    text-align: center;
    font-weight: 500;
  }

  .csp_productodd ul {
    font-size: 1.2rem;
  }

  .csp_productodd .imagenes .woocommerce-product-gallery {
    width: 100% !important;
    margin: 0 !important;
  }

  .csp_productodd .infoprecio form.cart {
    width: 100% !important;
    justify-content: space-between;
    flex-direction: column;
  }

  .product .infoproducto h2 {
    font-size: 1.3rem;
  }

  .woocommerce-cart h1.entry-title,
  .woocommerce-checkout h1.entry-title {
    margin: 1rem 1rem 0;
  }

  .wp-block-woocommerce-cart,
  .wp-block-woocommerce-checkout,
  .woocommerce-order {
    padding: 2rem;
  }

  .woocommerce-checkout .woocommerce {
    padding: 2rem 1rem;
  }

  div#order_review {
    position: relative;
    width: 100%;
  }

  div#customer_details {
    width: 100%;
  }

  h3#order_review_heading {
    position: relative;
    margin-top: 2rem;
  }

  section.resultados {
    padding: 0 1rem;
  }

  .blogs .resultados a h4 {
    font-size: 1.5rem;
  }

  .blogs .resultados a .contenido {
    padding-left: 2rem;
    padding-top: 0;
  }

  .blogs .resultados a .contenido h3 {
    font-size: 1rem;
  }

  .blogs .resultados a .contenido .leermas {
    width: 100%;
  }

  .novedad {
    padding: 2rem 1rem;
  }

  .novedad section.titulo {
    padding: 5rem 1rem 1rem;
  }

  .novedad section.titulo>h2 {
    font-size: 2rem;
  }

  .novedad section.contenido {
    padding: 2rem 1rem;
    font-size: 1.2rem;
  }

  .quantity {
    margin-bottom: 1rem !important;
  }

  .csp_productodd .infoprecio .button {
    width: 100%;
    font-size: 1.5rem !important;
  }

  .sfsi_wicons {
    width: 40px !important;
    height: 40px !important;
  }

  .sfsi_actvite_theme_flat .inerCnt .sficn {
    width: 40px !important;
    height: 40px !important;
  }

  div#sfsi_floater {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #008ac3;
    width: 60px !important;
    padding: 1rem 0;
    left: 0 !important;
  }
}