* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
}

.slider-categorias-bg *, .woocommerce-product-gallery * {
  max-width: none;
}

body {
  font-family: "Poppins", sans-serif;
}

header {
  background: -webkit-gradient(linear, left top, left bottom, from(#004AAD), to(rgba(0, 74, 173, 0.85)));
  background: linear-gradient(180deg, #004AAD 0%, rgba(0, 74, 173, 0.85) 100%);
  padding: 30px 0px;
}

.header-cols {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header-col-2 {
  margin: 0px 50px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.destacados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.destacado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  text-decoration: none;
}
.destacado img {
  margin-bottom: 11px;
  height: 30px;
  width: auto;
}
.destacado span {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}

.destacado-carrito {
  margin: 0px 20px;
  color: #fff;
  position: relative;
}
.destacado-carrito:hover {
  color: #fff;
}
.destacado-carrito .mini-cart-count {
  background-color: red;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -7px;
  right: -7px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 13px;
}

.wp-block-search__inside-wrapper {
  border-radius: 10px;
  overflow: hidden;
  border: none;
}
.wp-block-search__inside-wrapper .wp-block-search__input {
  border: none;
  color: #666;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0px 10px;
  height: 40px;
}
.wp-block-search__inside-wrapper .wp-block-search__input:focus {
  outline-color: transparent;
}
.wp-block-search__inside-wrapper .wp-block-search__button {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 0px 10px 10px 0px;
  background: #EB1C24;
  margin: 0px;
  padding: 0px 18px;
  height: 40px;
  border: none;
}

.redes-top {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.redes-top > span {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 20px;
}
.redes-top > a {
  display: block;
  margin-right: 20px;
}
.redes-top > a img {
  height: 15px;
  width: auto;
}

.header-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.busqueda-top {
  width: 100%;
}

.categorias-top {
  background: #FFF;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  height: 30px;
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.categorias-top .wp-block-woocommerce-product-categories > ul {
  padding: 10px 0px;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  position: relative;
  width: 1200px;
}
.categorias-top .wp-block-woocommerce-product-categories > ul > li a {
  border-right: 1px solid #EB1C24;
  padding: 0px 10px;
  color: #525252;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.categorias-top .wp-block-woocommerce-product-categories > ul > li a:hover {
  text-decoration: none;
  color: #5b5b5b;
  font-weight: 600;
}
.categorias-top .wp-block-woocommerce-product-categories > ul > li ul {
  display: none;
  position: absolute;
  z-index: 500;
  width: 100%;
  left: 0px;
  list-style: none;
  padding: 0px;
  margin: 0px;
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0px;
  grid-auto-flow: dense;
  padding: 20px 0px;
  background: #F9F9F9;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.categorias-top .wp-block-woocommerce-product-categories > ul > li ul li {
  border-right: 1px solid #B7BFC8;
  padding: 0px 20px;
}
.categorias-top .wp-block-woocommerce-product-categories > ul > li ul li a {
  border: none;
}
.categorias-top .wp-block-woocommerce-product-categories > ul > li ul li:nth-of-type(4n) {
  border-right: none;
}
.categorias-top .wp-block-woocommerce-product-categories > ul > li:hover ul {
  display: -ms-grid;
  display: grid;
}
.categorias-top .wp-block-woocommerce-product-categories > ul > li:first-of-type {
  display: none;
}
.categorias-top .wp-block-woocommerce-product-categories > ul > li:last-of-type {
  border-right: none;
}

.banners-top {
  max-width: 1200px;
  margin: auto;
  margin-top: 10px;
}

.banners-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.banners-top-row-2 {
  margin-top: 9px;
}

.banner-1-1 {
  width: 796px;
  height: 287px;
  border-radius: 10px;
  overflow: hidden;
}

.banners-top-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-categorias-bg {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-next {
  width: 30px;
  height: 30px;
  background-image: url("img/der.svg");
  background-position: center;
  background-size: auto 30px;
  background-repeat: no-repeat;
}
.slick-next:before {
  content: "";
}
.slick-next:hover {
  width: 30px;
  height: 30px;
  background-image: url("img/der.svg");
  background-position: center;
  background-size: auto 30px;
  background-repeat: no-repeat;
}
.slick-next:focus {
  width: 30px;
  height: 30px;
  background-image: url("img/der.svg");
  background-position: center;
  background-size: auto 30px;
  background-repeat: no-repeat;
}

.slick-prev {
  width: 30px;
  height: 30px;
  background-image: url("img/izq.svg");
  background-position: center;
  background-size: auto 30px;
  background-repeat: no-repeat;
}
.slick-prev:before {
  content: "";
}
.slick-prev:hover {
  width: 30px;
  height: 30px;
  background-image: url("img/izq.svg");
  background-position: center;
  background-size: auto 30px;
  background-repeat: no-repeat;
}
.slick-prev:focus {
  width: 30px;
  height: 30px;
  background-image: url("img/izq.svg");
  background-position: center;
  background-size: auto 30px;
  background-repeat: no-repeat;
}

.slider-categorias {
  max-width: 1170px;
  margin: auto;
}

.slider-category {
  display: block;
  width: 116px;
  margin: 0px !important;
  padding: 0px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-category a {
  text-decoration: none;
}
.slider-category a:hover {
  text-decoration: none;
}

.slider-category-photo {
  background-color: #D9D9D9;
  border: 1px solid #D9D9D9;
  margin: 0px;
  padding: 0px;
  border: none;
  width: 116px;
  height: 116px;
  max-width: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  margin-bottom: 5px;
}
.slider-category-photo img {
  height: 100px;
  widows: auto;
}

.slider-category-text {
  color: #606060;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.section-title {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 0px;
}
.section-title h2 {
  color: #878787;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-bottom: 1px solid #DB0008;
  padding-right: 30px;
}

.products-frame-fnd {
  background-color: #F8F8F8;
  padding: 40px 0px;
}

.best-sellers-container {
  max-width: 1200px;
  margin: auto;
  list-style: none;
  padding: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
  grid-auto-flow: dense;
}

.best-seller-product {
  border: 1px solid #C5C5C5;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}
.best-seller-product .best-seller-product-image-container {
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.best-seller-product img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.best-seller-product:nth-of-type(3) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.best-seller-product:nth-of-type(3) .best-seller-product-image-container {
  width: 500px;
  height: 500px;
}
.best-seller-product:hover {
  text-decoration: none;
}
.best-seller-product:hover img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.best-seller-product-name {
  color: #0001FC;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  display: block;
}
.best-seller-product-name:hover {
  text-decoration: none;
}

.best-seller-product-price {
  color: #212121;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.best-seller-product-button {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F5F5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.best-seller-product-button:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.banner-video {
  background: -webkit-gradient(linear, left top, left bottom, from(#1055B2), to(rgba(16, 85, 178, 0.8)));
  background: linear-gradient(180deg, #1055B2 0%, rgba(16, 85, 178, 0.8) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0px;
}
.banner-video iframe {
  width: 796px;
  height: 448px;
}

.promotional-products-container {
  max-width: 1200px;
  margin: auto;
  list-style: none;
  padding: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
  grid-auto-flow: dense;
}

.promotional-product {
  border: 1px solid #C5C5C5;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  position: relative;
}
.promotional-product .promotional-product-image-container {
  width: 157px;
  height: 157px;
  overflow: hidden;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promotional-product img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.promotional-product:hover {
  text-decoration: none;
}
.promotional-product:hover img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.promotional-sign {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #DB0008;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.promotional-product-text-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}

.promotional-product-name {
  color: #0001FC;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  display: block;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.promotional-product-name:hover {
  text-decoration: none;
}

.promotional-product-price {
  color: #212121;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.promotional-product-price del {
  text-align: left;
  display: block;
  color: #BCBCBC;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: strikethrough;
}
.promotional-product-price ins {
  text-align: left;
  display: block;
  color: #212121;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.promotional-product-button {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px;
  background: #F5F5F5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 118px;
}
.promotional-product-button:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.featured-products-container {
  max-width: 1200px;
  margin: auto;
  list-style: none;
  padding: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
  grid-auto-flow: dense;
}

.featured-product {
  border: 1px solid #C5C5C5;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}
.featured-product .featured-product-image-container {
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.featured-product img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.featured-product:hover {
  text-decoration: none;
}
.featured-product:hover img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.featured-product-name {
  color: #0001FC;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  display: block;
}
.featured-product-name:hover {
  text-decoration: none;
}

.featured-product-price {
  color: #212121;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.featured-product-button {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F5F5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.featured-product-button:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.tres-banners {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#001AB9), to(#060631));
  background: linear-gradient(180deg, #001AB9 0%, #060631 100%);
  color: #fff;
  padding: 30px 0px;
}

.footer-cols {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-cols h2 {
  color: #FFF;
  text-align: left;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.footer-cols ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 1em;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  margin-bottom: 1em;
}
.footer-cols ul li {
  margin: 0px;
  padding: 0px;
  color: #FFF;
  text-align: left;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
.footer-cols ul a {
  color: #FFF;
  text-align: left;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
.footer-cols p {
  color: #FFF;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}

.footer-credits {
  padding-top: 30px;
}
.footer-credits p {
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  padding: 0px;
}

.footer-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-redes span {
  color: #FFF;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 10px;
}
.footer-redes a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.bubbles {
  position: fixed;
  bottom: 3%;
  right: 10px;
}
.bubbles a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  width: 35px;
  height: 35px;
  background-color: #5fd568;
}
.bubbles a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bubbles span {
  margin-bottom: 10px;
  background-color: #1659b4;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  width: 35px;
  height: 35px;
}

.sidebar-cart-fnd {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  overflow: hidden;
  display: none;
}

.sidebar-cart-fnd-content {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sidebar-cart {
  background: #fff;
  width: 380px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  position: relative;
  display: block;
}

.sidebar-cart-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
.sidebar-cart-content ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.sidebar-cart-content hr {
  width: 100%;
  margin: 0px;
}
.sidebar-cart-content > a {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 5px;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: #1659b4 !important;
  color: #FFF !important;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar-cart-content > a:last-of-type {
  margin-top: 5px;
}
.sidebar-cart-content > a:hover {
  text-decoration: none;
  -webkit-transform: scale(0.95, 0.95);
      -ms-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
}

.sidebar-cart-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px;
}
.sidebar-cart-content-top h2 {
  color: #555;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sidebar-cart-content-top img {
  cursor: pointer;
}

.sidebar-cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #B8B8B8;
  padding: 10px;
  margin-bottom: 10px;
}

.sidebar-cart-product-col-1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sidebar-cart-product-col-1 img {
  width: 78px;
  height: auto;
}

.sidebar-cart-product-col-2 {
  padding: 0px 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sidebar-cart-product-col-2 h3 {
  color: #616161;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  padding: 0px;
}
.sidebar-cart-product-col-2 p {
  color: #212121;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
  padding: 0px;
}

.sidebar-cart-product-col-3 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 1em;
}
.sidebar-cart-product-col-3 img {
  width: 14px;
  height: auto;
}

.sidebar-cart-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px;
}
.sidebar-cart-content-bottom > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-cart-content-bottom > span:first-of-type {
  color: #555;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sidebar-cart-content-bottom > span:nth-of-type(2) {
  color: #1c467e;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.titulo-tienda {
  display: block;
  max-width: 1200px;
  margin: auto;
  border: none;
  background-image: url(img/banner_titulo.jpg);
  height: 125px;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}

.contenidoWoocommerceCols {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  width: 1200px;
  padding: 0px;
  margin: 0px;
  margin: auto;
}
.contenidoWoocommerceCols .contenidoWoocommerceCol1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contenidoWoocommerceCols .contenidoWoocommerceCol2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contenidoWoocommerceCols .contenidoWoocommerceCol2 ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-product .contenidoWoocommerceCols .contenidoWoocommerceCol1 {
  display: none;
}

.itemColumnaIzquierda {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.itemColumnaIzquierda h2 {
  margin: 0px;
  overflow-x: hidden;
  padding: 0px;
  color: #424242;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.8em;
}

.itemColumnaIzquierdaContenido {
  background-color: #FFF;
  padding: 0px !important;
}
.itemColumnaIzquierdaContenido select {
  color: #747474;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #E0E0E0;
  background: #FFF;
  padding: 10px;
}

.filter-item {
  width: 250px;
  max-width: 250px;
  color: #747474;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.filter-item:last-of-type {
  margin-bottom: 0px;
}
.filter-item h3 {
  margin: 0px;
  overflow-x: hidden;
  padding: 0px;
  color: #424242;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.filter-item .filter-item-title {
  margin: 0px;
  overflow-x: hidden;
  padding: 0px;
  color: #424242;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.8em;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 2px solid #e4dede;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
  height: 1.5em;
  margin: 0 1em 0 0;
  min-height: 1.5em;
  min-width: 1.5em;
  overflow: hidden;
  position: static;
  vertical-align: middle;
  width: 1.5em;
  border-radius: 50%;
}

.woocommerce nav.woocommerce-pagination ul li {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce nav.woocommerce-pagination ul li span {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #b8b8b8;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #ffffff;
  color: #4b4b4b;
  font-weight: 700;
}
.woocommerce nav.woocommerce-pagination ul li a {
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #b8b8b8;
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  max-width: 90px;
}

.single-product .titulo-tienda {
  display: none;
}
.single-product .contenidoWoocommerceCol1 {
  display: none;
}
.single-product .contenidoWoocommerceCol2 {
  padding-top: 30px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: left;
  width: 490px;
}

.flex-viewport {
  border: 1px solid #C8C8C8;
}

.woocommerce-product-gallery__trigger img {
  display: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background-image: url(img/lupa.svg);
  background-position: center;
  background-size: 80% auto;
  background-repeat: no-repeat;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  display: none;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: right;
  width: 56%;
  clear: none;
}

.woocommerce-page div.product div.summary .product_title {
  color: #6D6D6D;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #283995;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.woocommerce-product-details__short-description {
  color: #3E3E3E;
  text-align: justify;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.variations tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.variations th.label {
  color: #283995;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px !important;
  padding: 0px !important;
  padding-right: 10px !important;
}
.variations th.label label {
  margin: 0px !important;
  padding: 0px !important;
}
.variations td.value {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.variations td.value select {
  border: 1px solid #CFCFCF;
  color: #3E3E3E;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.variations td.value a {
  color: #9d9d9d;
}

.woocommerce-variation-add-to-cart {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.woocommerce-variation-add-to-cart .quantity {
  background-color: red;
}
.woocommerce-variation-add-to-cart .quantity input {
  height: 100%;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  border-radius: 10px;
  background-color: #283995;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  height: 30px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background-color: #425adf;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #939393;
  color: #fff;
}

.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
  text-align: center;
}

.product_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product_meta span {
  color: #283995;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product_meta span a {
  color: #6D6D6D;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sku_wrapper {
  display: none;
}

.related.products, .up-sells.upsells.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.related.products > h2, .up-sells.upsells.products > h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #878787;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-bottom: 1px solid #DB0008;
  padding: 30px 60px 0px 0px;
}

.comment-form .comment-form-author label {
  display: block;
}
.comment-form .comment-form-email label {
  display: block;
}

.titulo-texto {
  background-color: #cccccc;
  height: 125px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.fallback .titulo-texto {
  background-image: url(img/titulo_pagina.jpg);
}

.webp .titulo-texto {
  background-image: url(img/titulo_pagina.webp);
}

.avif .titulo-texto {
  background-image: url(img/titulo_pagina.avif);
}

.paginaTexto h2 {
  color: #878787;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-right: 0px;
  display: inline-block;
  border-bottom: 1px solid #DB0008;
  padding-right: 30px;
}
.paginaTexto p {
  color: #3E3E3E;
  display: block;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2em;
  text-align: justify;
}

.categorias-top a {
  text-transform: uppercase;
}

a {
  color: #1659b4;
}
a:hover {
  color: #1659b4;
  text-decoration: none;
}

.wp-block-woocommerce-product-categories.wc-block-product-categories.is-dropdown {
  display: none;
}

.filters-responsive {
  background: #F4F4F4;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px;
  margin-bottom: 20px;
  display: none;
}
.filters-responsive h2 {
  color: #014AAD;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: 1em;
  margin: 0px;
  padding: 0px;
}
.filters-responsive span {
  margin-left: 10px;
}
.filters-responsive span.rotated {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page img {
  max-width: 100%;
  height: auto;
}

.checkout-button.button.alt.wc-forward {
  height: 50px;
}

#btnFormSoporte {
  height: 50px;
  background-color: #283995;
  outline: none;
  width: 100px;
  border: none;
}
#btnFormSoporte:hover {
  background-color: #243bb2;
}

#formSoporte {
  margin-bottom: 30px;
}

.titulo-texto {
  padding: 10px 0px;
  font-size: 24px;
  height: auto;
  margin-top: 20px;
}

.container.paginaTexto {
  max-width: 100%;
  overflow-x: hidden;
}

.cart_btn {
  position: relative;
}
.cart_btn .mini-cart-count {
  background-color: red;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -7px;
  right: -7px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.woocommerce-cart .mini-cart-count {
  display: none;
}

#order_review_heading {
  color: #7b7b7b;
}

.content-soporte {
  max-width: 100%;
  width: 600px;
  margin: auto;
  margin-bottom: 60px;
}
.content-soporte ul {
  padding-left: 20px;
}
.content-soporte ul li {
  margin-bottom: 1em;
}

.content-soporte-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}
.content-soporte-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #5fd568;
  color: #fff;
  border-radius: 20px;
  padding: 5px 10px;
}
.content-soporte-contact a:hover {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.single-product .slick-initialized .slick-slide {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product .slick-initialized .slick-slide > img {
  width: 500px;
  height: auto;
}

.single-product .gallery-navigation-carousel .slick-slide {
  height: 145px;
  border: 1px solid #dddddd;
}
.single-product .gallery-navigation-carousel .slick-slide img {
  border: none !important;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #fff;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: none;
  border: 1em solid #fff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #fff;
  border-radius: 5px;
}

.woocommerce-checkout-payment label {
  color: #838383;
  font-weight: 900;
  font-size: 16px;
}

.woocommerce-checkout-payment {
  max-width: 500px;
}

.payment_method_nequipay p {
  color: #fff;
}

form.woocommerce-checkout {
  background-color: pink;
}

#customer_details {
  float: left;
  width: 450px;
}

#order_review_heading {
  clear: right;
  float: right;
}

#order_review {
  clear: right;
  float: right;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  width: 100%;
}

.col-1 {
  max-width: 100%;
}

.page-template-default.woocommerce-checkout.woocommerce-page .container.paginaTexto {
  max-width: 1000px;
  overflow-x: hidden;
  padding-bottom: 60px;
}

.header-col.header-col-1 > a > img {
  width: 267px;
  height: auto;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: 100%;
}

.dropdown_product_cat {
  max-width: 100%;
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
  display: none;
}

.woocommerce .products ul::after, .woocommerce ul.products::after {
  clear: both;
  display: none;
}

.contenidoWoocommerceCols .contenidoWoocommerceCol2 ul.products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  grid-auto-flow: dense;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 100%;
  margin-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border: 1px solid #C5C5C5;
  background: #FFF;
  overflow: hidden;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  margin: 0px;
  padding: 0px;
  color: #0049ac;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  line-height: 1em;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 0.857em;
  color: #212121;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F5F5;
  width: 180px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.woocommerce ul.products li.product .button:hover, .woocommerce-page ul.products li.product .button:hover {
  background: #e0e0e0;
}
.woocommerce ul.products li.product > a img, .woocommerce-page ul.products li.product > a img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.woocommerce ul.products li.product:hover > a img, .woocommerce-page ul.products li.product:hover > a img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.woocommerce ul.products li.product:nth-of-type(7), .woocommerce-page ul.products li.product:nth-of-type(7) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce ul.products li.product:nth-of-type(7) > a img, .woocommerce-page ul.products li.product:nth-of-type(7) > a img {
  margin-bottom: 30px;
}
.woocommerce ul.products li.product:nth-of-type(11), .woocommerce-page ul.products li.product:nth-of-type(11) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce ul.products li.product:nth-of-type(11) > a img, .woocommerce-page ul.products li.product:nth-of-type(11) > a img {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .wp-block-woocommerce-product-categories.wc-block-product-categories.is-list {
    display: none;
  }
  .categorias-top {
    height: auto;
    padding: 0px;
    margin: 0px;
  }
  .wp-block-woocommerce-product-categories.wc-block-product-categories.is-dropdown {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wp-block-woocommerce-product-categories.wc-block-product-categories.is-dropdown select {
    height: 100%;
    border: none;
  }
  .wp-block-woocommerce-product-categories.wc-block-product-categories.is-dropdown button {
    height: 100%;
    border: none;
    background-color: #0049ac;
    color: #fff;
  }
  .header-cols {
    max-width: 95%;
  }
  .banners-top {
    max-width: 95%;
  }
  .banners-top-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banners-top-banner.banner-1-1 {
    height: auto;
  }
  .banners-top-banner.banner-1-1 a img {
    width: 100%;
    height: auto;
  }
  .banners-top-banner.banner-1-2 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 20px;
    width: 330px;
    height: auto;
  }
  .banners-top-banner.banner-1-2 a img {
    width: 100%;
    height: auto;
  }
  .banners-top-banner.banner-2-1 {
    width: 310px;
  }
  .banners-top-banner.banner-2-2 {
    width: 310px;
  }
  .banners-top-banner.banner-2-3 {
    width: 310px;
  }
  .slider-categorias {
    max-width: 90%;
  }
  .section-title {
    max-width: 90%;
  }
  .best-sellers-container {
    max-width: 90%;
  }
  .best-seller-product {
    overflow: hidden;
  }
  .promotional-products-container {
    max-width: 90%;
  }
  .promotional-product .promotional-product-image-container {
    width: auto;
  }
  .tres-banners {
    max-width: 90%;
  }
  .tres-banners .banner-1, .tres-banners .banner-2, .tres-banners .banner-3 {
    max-width: 300px;
  }
  .tres-banners .banner-1 img, .tres-banners .banner-2 img, .tres-banners .banner-3 img {
    width: 100%;
    height: auto;
  }
  .featured-products-container {
    max-width: 90%;
  }
  .footer-cols {
    max-width: 90%;
  }
  .filters-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-bottom: 0px;
  }
  .titulo-tienda {
    margin-bottom: 0px;
  }
  .contenidoWoocommerceCols {
    max-width: 100%;
  }
  .contenidoWoocommerceCols .contenidoWoocommerceCol1 {
    z-index: 100;
    position: absolute;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    border-top: 1px solid #014aad;
    width: 270px;
    display: none;
  }
  .contenidoWoocommerceCols .contenidoWoocommerceCol2 {
    padding: 10px;
  }
  .categorias-top select {
    padding: 10px;
  }
  .wp-block-woocommerce-product-categories.wc-block-product-categories.is-dropdown button {
    height: 36px;
  }
  .single-product .filters-responsive {
    display: none;
  }
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .header-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-col-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 10px;
  }
  .header-col-2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header-col-3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .banners-top-row {
    max-width: 90%;
    margin: auto;
  }
  .banners-top-row.banners-top-row-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-1-1 {
    width: 100%;
  }
  .banner-1-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .banners-top-row.banners-top-row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banners-top-banner.banner-2-1 {
    margin-bottom: 10px;
  }
  .banners-top-banner.banner-2-2 {
    margin-bottom: 10px;
  }
  .banners-top-banner.banner-1-2 {
    width: 310px;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .best-seller-product:nth-of-type(3) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .best-seller-product:nth-of-type(3) .best-seller-product-image-container {
    width: 100%;
    height: auto;
  }
  .best-seller-product .best-seller-product-image-container {
    width: 100%;
    height: auto;
  }
  .best-seller-product .best-seller-product-image-container {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .banner-video iframe {
    width: 90%;
    height: 400px;
  }
  .featured-products-container {
    max-width: 90%;
    margin: auto;
    list-style: none;
    padding: 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    grid-auto-flow: dense;
  }
  .footer-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0px !important;
  }
  .product-type-simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 90%;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 90%;
  }
  .woocommerce-tabs.wc-tabs-wrapper {
    width: 90%;
  }
  #customer_details {
    float: left;
    width: 100%;
  }
  #order_review_heading {
    margin: 30px 0px;
  }
  #order_review .woocommerce-checkout-payment label {
    color: #838383;
    font-weight: 900;
    font-size: 11px;
  }
}
@media screen and (max-width: 670px) {
  .promotional-products-container {
    max-width: 90%;
    margin: auto;
    list-style: none;
    padding: 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px;
    grid-auto-flow: dense;
  }
  .tres-banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-1 {
    margin-bottom: 10px;
  }
  .banner-2 {
    margin-bottom: 10px;
  }
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 300px;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 300px;
  }
  .woocommerce-tabs.wc-tabs-wrapper {
    width: 300px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .best-sellers-container {
    margin: auto;
    list-style: none;
    padding: 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    grid-auto-flow: dense;
  }
  .banner-video iframe {
    width: 90%;
    height: 190px;
  }
  .featured-product .featured-product-image-container {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .contenidoWoocommerceCols .contenidoWoocommerceCol2 ul.products {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    grid-auto-flow: dense;
  }
  .contenidoWoocommerceCols .contenidoWoocommerceCol2 h1.page-title {
    display: none;
  }
  .single-product .slick-initialized .slick-slide {
    height: 356px;
  }
  .single-product .gallery-navigation-carousel .slick-slide {
    height: 82.4px;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
  }
  .woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 32px;
  }
}
/*# sourceMappingURL=style.css.map */