* {
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

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

.responsive {
  display: none;
}

.page {
  margin: 0;
}

a,
a:visited {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

.long_description h2 {
  font-size: 2rem;
}

.long_description h2 span{
  display: none;
}


h2 {
  font-family: "Butler";
  font-size: 55px;
  font-weight: 400;
  /*! margin-bottom: 100px; */
}

h4 {
  font-size: 25px;
  font-weight: 400;
}

.margin-0 {
  margin: 0;
}

.line-height {
  line-height: 23px;
}

.linea {
  width: 46px;
  border-top: 3px solid #000;
  display: inline-block;
  margin-right: 10px;
}

.slider img {
  margin: auto;
}

.site-product {
  padding-top: 76px;
}

.header-fixed {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 110px;
  /*height: 70px;*/
  z-index: 300;
  top: 0;
  border-bottom: 1px solid #bbb;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

.wrap-subheader {
  position: absolute;
  width: 100%;
  z-index: 200;
}

.subheader {
  width: 100%;
  height: 40px;
  background: #000000e0;
  font-weight: 200;
  color: #ffffff96;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  padding: 12px;
}

.subheader a {
  color: #ffffff96;
}

.branding {
  display: flex;
  padding: 16px 40px;
}

.menu-right a {
  margin-left: 20px;
  cursor: pointer;
}

.boton,
.submit {
  font-family: "Butler";
  display: inline-block;
  color: #000;
  padding: 14px 20px 9px 20px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  width: auto;
  min-width: 220px;
  border: 1px solid #000;
}

.boton.inverso {
  color: #fff;
  border-color: #fff;
}

.boton.inverso.slide {
  color: #fff;
  border-color: #fff;
  padding: 14px 0px 9px 0px;
}

.submit {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 20px !important;
  cursor: pointer;
}

.submit:hover {
  opacity: 0.7;
}

.boton:hover {
  opacity: 0.7;
  color: #fff;
  background: #000;
  border-color: #000;
  text-decoration: none;
}

.boton.inverso.blanco:hover {
  opacity: 0.7;
  color: #000 !important;
  background: #fff;
  border-color: #000;
  text-decoration: none;
}

.boton.inverso.blanco:hover div {
  color: #000 !important;
}

.boton-solid,
.boton-solid:visited,
.single_add_to_cart_button,
.single_add_to_cart_button:visited {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 16px 20px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}
.no-responsive.transp .wpml-ls-legacy-list-horizontal .wpml-ls-link{
  color:black !important;
}
.boton-solid:hover {
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
}

.bot-menu {
  width: 39px;
  height: 12px;
  display: inline-block;
  background: url(../img/menu-negro.png);
  text-indent: -1000px;
  overflow: hidden;
  margin-right: 20px;
}

.bot-menu-negativo {
  width: 39px;
  height: 12px;
  display: inline-block;
  background: url(../img/menu-negro.png);
  text-indent: -1000px;
  overflow: hidden;
  margin-right: 20px;
}

.bot-menu-ocultar {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../img/cerrarmenu.png);
  text-indent: -1000px;
  overflow: hidden;
  margin-right: 20px;
  position: absolute;
  top: 60px;
  left: 45px;
  z-index: 300;
}

.bot-menu:hover,
.bot-menu-ocultar:hover {
  opacity: 0.7;
}

.main-navigation {
  position: absolute;
  z-index: 3000;
  width: 100%;
  min-height: 100%;
  display: none;
  color: #fff;
  font-family: "Butler";
}

.main-navigation .contenido {
  padding: 150px 110px;
  height: 100%;
  position: absolute;
  left: -500px;
}

.main-navigation .fondo {
  position: absolute;
  width: 80%;
  left: -1000px;
  height: 100%;
  background: #000;
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -ms-transform: skew(25deg);
  -o-transform: skew(25deg);
  transform: skew(25deg);
  transition: all 0.7s ease-in-out;
}

.main-navigation ul {
  display: block;
  margin-top: 40px;
}

.main-navigation li {
  margin: 5px 0;
  display: block;
}

.main-navigation li a {
  color: #6b6b6b;
  font-size: 30px;
  text-transform: uppercase;
  display: inline-block;
}

.main-navigation li a:hover {
  padding-left: 30px;
  color: #fff;
  text-decoration: none;
}

.categorias-portada .row {
  min-height: 80vh;
  min-height: calc(100vh - 110px);
}
.categorias-portada .row img,
.categorias-portada .row picture,
.categorias-portada .row picture img {
  height: 100%;
  max-height: calc(100vh - 110px);
  object-fit: cover;
  width: 100%;
}

.categorias-portada .text-column .text-wrapper {
  width: 400px;
  /* box-shadow: 5px 5px 2px rgba(0,0,0,0.2); */
}
.categorias-portada .text-column .text-wrapper h2 {
  text-transform: uppercase;
}
.es-tu-momento {
  min-height: calc(100vh - 110px);
}
.es-tu-momento h2::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid;
}

.home .categoria {
  text-shadow: 0px 0px 16px rgb(0 0 0 / 100%);
}

.categoria {
  color: #fff;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.categoria h2 {
  font-size: 90px;
  /*text-transform: uppercase;*/
  margin: 0;
}

.categoria .fondo {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
}

.categoria:hover .fondo,
.categoria:focus .fondo {
  transform: scale(1.02);
}

.lo-ultimo {
  margin-top: 80px;
  margin-bottom: 100px;
}

.lo-ultimo {
  text-transform: uppercase;
}

.lo-ultimo h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 40px;
}

.lo-ultimo .datos {
  padding: 20px;
  font-size: 16px;
}

.lo-ultimo .datos img {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.35);
  margin-bottom: 10px;
  display: block;
}

.lo-ultimo .datos:hover img {
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
}

.cuentame-una-historia {
  background: url(../img/cuentame-una-historia.jpg) center center;
  background-size: cover;
  /* margin-top: 110px; */
}

.cuentame-una-historia h2 {
  margin: 0;
}

.cuentame-una-historia .container {
  padding-top: 173px;
  padding-bottom: 200px;
}

.cuentame-una-historia .contenido {
  width: 95%;
  max-width: 970px;
  margin: auto;
  font-size: 16px;
  margin-top: 65px;
  margin-bottom: 60px;
}

.cuentame-una-historia .contenido .linea-texto .col {
  padding: 0;
}

.cuentame-una-historia .contenido .linea-texto .texto {
  padding-top: 4px;
}

.cuentame-una-historia .contenido .padding {
  padding: 30px;
}

.malasantasquad {
  padding-top: 145px;
}

.malasantasquad .slide .col {
  padding: 7px;
}

.malasantasquad a:hover {
  opacity: 0.7;
}

.wrap-newsletter {
  padding-top: 130px;
}

.wrap-newsletter h2 {
  font-family: "Crimson Text", serif;
  font-size: 37px;
  margin-bottom: 20px;
}

.newsletter {
  padding: 30px;
  padding-bottom: 120px;
  width: 100%;
  max-width: 684px;
  margin: auto;
  color: #7d7d7d;
  font-size: 15px;
}

.newsletter a {
  color: #7d7d7d;
  text-decoration: underline;
}

.newsletter .input {
  display: inline-block;
  width: 460px;
  height: 53px;
  background: #e8e8e8;
  overflow: hidden;
  padding: 15px;
}

.newsletter .input input {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  color: #7d7d7d;
  font-size: 17px;
  border-radius: 0;
  padding: 0 20px;
  display: inline-block;
  outline: none;
}

.newsletter .bot {
  display: inline-block;
  color: #fff !important;
}

.newsletter .boton-solid {
  width: 100%;
  height: 53px;
  color: #fff;
  text-decoration: none;
  background: #000;
  border-radius: 0;
  cursor: pointer;
}

.checkbox {
  margin-right: 10px;
}

.menu-footer {
  border-top: 1px solid #0000003d;
  border-bottom: 1px solid #0000003d;
  padding: 26px;
}

.menu-footer ul {
  list-style: none;
  margin: 0;
}

.menu-footer .items {
  padding-top: 10px;
  text-align: center;
}

.menu-footer .items li {
  display: inline-block;
  margin: 10px;
  font-size: 15px;
  text-transform: uppercase;
}

.menu-footer .items li a {
  color: #000;
  opacity: 0.7;
}

.menu-footer .items li a:hover {
  opacity: 1;
  font-weight: 500;
}

.social {
  font-size: 25px;
}

.social a {
  display: inline-block;
  margin: 10px;
  color: #000;
}

.social a:hover {
  opacity: 0.7;
}

.partners .container {
  padding-bottom: 30px;
  padding-top: 20px;
}

.partners .col {
  padding: 20px;
}

.menu-footer2 {
  background: #000;
  width: 100%;
}

.menu-footer2 ul {
  list-style: none;
}

.menu-footer2 .items {
  margin-top: 10px;
}

.menu-footer2 .items li {
  display: inline-block;
  margin-left: 20px;
  text-transform: uppercase;
}

.menu-footer2 .items li a {
  color: #9c9c9c;
  font-size: 12px;
}

.menu-footer2 .items li a:hover {
  color: #fff;
}

.menu-footer2 .container {
  padding: 18px;
}

.payment-logos {
  margin-bottom: 35px;
  margin-top: 25px;
}

.plogo {
  padding: 0 20px;
}

.plogo img {
  height: 40px;
}

.page-title {
  font-size: 55px;
  font-family: "Butler";
  text-transform: uppercase;
  margin: auto;
  font-weight: 400;
}

.woocommerce-products-header__subtitle.page-subtitle {
  width: 800px;
}

.woocommerce-products-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .woocommerce-products-header {
    min-height: calc(85vh - 110px);
  }
}

.hc_bg-dark {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.animated-header {
  height: 65px;
  background-repeat: no-repeat;
  background-size: 140% auto;
  background-position: right 0;
}

@media (max-width: 991.98px) {
  .animated-header {
    background-size: auto 120%;
    background-position: right 0;
  }
}

.butler {
  font-family: butler, georgia, serif;
}

.productos {
  text-align: center;
}
.woocommerce-products-header__title{
text-align: center;
} 
.producto.categoria {
  width: 408px;
  padding: 20px;
  display: inline-block;
  font-size: 16px;
  text-align: left;
}

.producto.categoria h2 {
  font-size: 16px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  margin-bottom: 4px;
  font-weight: 600;
}

.producto.categoria img {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.35);
  margin-bottom: 10px;
  display: block;
}

.producto.categoria:hover img {
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
}

.image-product {
  position: relative;
}

.image-product .secondary-image-product {
  position: absolute;
  opacity: 0;
  transition: all 500ms;
}

.image-product:hover .secondary-image-product {
  opacity: 1;
  transition: all 500ms;
}

.main-image-product {
  position: static;
}

.woocommerce-breadcrumb {
  font-size: 13px;
  position: absolute;
  top: 130px;
  left: 20px;
  z-index: 20;
}

.row-product {
  border-bottom: 1px solid #bbb;
  margin: 0;
}

.summary {
  background: #f2f2f2;
  padding: 90px;
  font-size: 15px;
  line-height: 26px;
}

.summary .product_title {
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  text-align: left;
}

.summary .amount {
  font-size: 23px;
  font-weight: 600;
}

.summary .composicion {
  margin-bottom: 30px;
}

.summary .composicion ul {
  margin-left: 0px;
}

.summary .enlaces {
  border-bottom: 1px solid #ccc;
  padding: 0;
}

.summary .enlaces .collapsed .siguiente {
  transform: rotate(90deg);
}

.summary .enlaces .siguiente {
  transform: rotate(-90deg);
  display: block;
  margin-right: 10px;
}

.categorias {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 10px;
}

.tit {
  font-size: 18px;
  margin-bottom: 1em;
  display: block;
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.quantity {
  display: inline-block;
}

.single_add_to_cart_button {
  padding: 10px 5px;
  border: none;
  width: 100%;
  height: 60px;
  line-height: 19px;
  font-size: 14px;
}

.single_add_to_cart_button:hover {
  cursor: pointer;
  opacity: 0.7;
}

.boton-cantidad {
  background: #dcdcdc;
  color: #000;
  text-align: center;
  width: 60px;
  height: 60px;
  font-size: 30px;
  display: inline-block;
  padding: 15px 0px;
}

.boton-mas {
  background: #cfcfcf;
}

.boton-cantidad:hover {
  text-decoration: none;
  opacity: 0.8;
  background: #000;
  color: #fff;
}

.qty {
  border: none !important;
  border-radius: 0 !important;
  width: 60px;
  height: 60px;
  padding-top: 15px;
  font-size: 20px;
  color: #000 !important;
  text-align: center;
  display: inline-block;
  display: inline-block;
}

.input-qty {
  display: inline-block;
}

.row-qty {
  padding: 16px 0 0 16px;
}

.row-qty .col-md-auto {
  padding: 0;
}

.row-qty .col-auto {
  padding: 0;
}

.foto-grande {
  max-height: 850px;
}

.foto-pequena {
  /*max-height: 550px;*/
}

.foto {
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.row-product a {
  outline: none;
}

.mini {
  border-right: 1px solid #bbb;
  padding: 0;
}

.relacionados {
  margin-top: 80px;
}

.relacionados {
  text-transform: uppercase;
}

.relacionados h2 {
  margin-bottom: 90px;
}

.relacionados .datos {
  padding: 20px;
  font-size: 16px;
}

.relacionados .datos img {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.35);
  margin-bottom: 10px;
  display: block;
}

.relacionados .datos:hover img {
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
}

.wc-tabs {
  display: none;
}

.opiniones {
  background: #ebebeb;
  padding: 20px;
  margin-top: 40px;
}

.opiniones h2 {
  text-align: center;
  font-size: 37px;
  text-transform: uppercase;
  font-family: "Butler";
}

.avatar {
  border-radius: 40px;
}

.comment-form {
  display: none;
  padding: 20px;
}

.review_form_wrapper {
  padding: 40px;
}

.commentlist {
  margin-left: 0;
}

.woocommerce-noreviews {
  background: none;
  padding: 20px;
}

.woocommerce-message {
  padding: 20px;
  z-index: 30;
  position: relative;
  color: #fff;
}

.woocommerce-message a {
  text-decoration: underline;
  color: #fff;
}

.entry-title {
  font-family: "Butler";
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
}

.shop_table td {
  border: 1px solid #efefef;
  padding: 10px;
  vertical-align: middle;
}

.shop_table .size-woocommerce_thumbnail {
  max-width: 50px;
}

.cart_totals h2 {
  margin: 0;
  font-size: 30px;
}

.cart_totals .boton-solid {
  width: 100%;
}

.product-remove {
  text-align: center !important;
  font-size: 15px;
}

.shop_table .qty {
  border: 1px solid #bbb !important;
}

.row-checkout h3 {
  margin-bottom: 30px;
}

.row-checkout .col {
  padding: 30px;
}

.row-checkout .conten {
  background: #efefef;
  padding: 30px;
}

.woocommerce-error {
  padding: 30px;
  color: #fff;
  margin: auto;
}

.woocommerce-info {
  background: none;
  padding: 30px;
}

.woocommerce-form-coupon {
  background: #efefef;
  padding: 30px;
}

.form-row {
  display: block;
}

.form-row label {
  display: block;
}

.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}

.woocommerce-input-wrapper .input-text {
  width: 100%;
  padding: 10px;
}

.payment_methods {
  margin-left: 0;
}

.about-us .bloque-cabecera h2 {
  font-size: 37px;
  margin: 0;
  margin-bottom: 30px;
}

.about-us .bloque-cabecera {
  padding: 50px 100px 30px 50px;
  font-size: 14px;
}

.about-us .titulo-bloque-2 h2 {
  font-size: 37px;
  font-family: "Crimson Text", serif;
  margin-bottom: 20px;
}

.about-us .texto-bloque-2 {
  font-size: 15px;
}

.personas {
  margin-top: 30px;
  margin-bottom: 130px;
}

.persona {
  margin: 20px;
  font-size: 15px;
}

.persona h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 600;
}

.bloque-3 {
  margin-top: 100px;
  font-size: 15px;
}

.bloque-3 .texto {
  margin-top: 80px;
}

.bloque-3 .texto .col {
  padding: 50px;
}

.bloque-3 h3 {
  font-family: "Crimson Text", serif;
  font-size: 37px;
  margin-bottom: 20px;
}

.item-blog {
  height: 500px;
  max-height: 80vh;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.item-blog .fondo {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-size: cover;
  transform: scale(1.01);
}

.item-blog .conten {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  left: 50%;
  top: 15%;
  transform: translate(-50%, 0%);
  width: 80%;
  bottom: 15%;
  position: absolute;
  z-index: 20;
  text-align: center;
}

.item-blog .enlace {
  text-transform: uppercase;
}

.item-blog:hover .fondo,
.item-blog:focus .fondo {
  transform: scale(1.1);
}

.item-blog h2 {
  font-size: 30px;
  margin: 0;
  margin-bottom: 10px;
}

.widget-title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 30px;
  color: #000;
}

.single-content {
  padding-top: 100px;
  color: #666;
}

.widget-area ul {
  margin: 0;
}

.single-content h1 {
  font-family: "Butler";
  color: #000;
}

.single-content .tiempo {
  text-align: right;
  width: 100%;
}

.max-width-1000 {
  max-width: 1000px;
}

.foto-cabecera {
  max-height: 50vh;
  overflow: hidden;
}

.contacto {
  margin: 0;
  margin-top: 30px;
}

.contacto label,
.contacto input,
.contacto textarea {
  width: 100%;
}

.contacto input,
.contacto textarea {
  padding: 10px 20px;
}

.contacto .submit {
  padding: 20px 20px 17px !important;
}

.payment_method_cecabank_gateway img {
  display: none;
}

.shipping ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-checkout-payment ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-checkout-review-order .shipping input {
  float: left;
  margin-top: 5px;
}

.woocommerce-checkout-review-order .shipping label {
  margin-left: 0;
  padding-left: 20px;
  display: block;
}

.shipping label {
  margin-left: 10px;
}

.u-column1,
.u-column2 {
  max-width: 50%;
  float: left;
}

.upw-posts .entry-title {
  margin-bottom: 0.1em;
  font-size: 17px;
  text-align: left;
  text-transform: none;
}

/* Estilos engadidos por Alberto PM */
#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-left-content
  #moove-gdpr-menu
  li.menu-item-selected
  button {
  color: #000;
}

#accordion .packaging-intro {
  height: unset;
}

.packaging-intro {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}

.packaging-intro > * {
  max-width: 540px;
}

.packaging-gallery .blocks-gallery-item {
  margin: unset;
}

.product_title {
  display: inline-block;
}
.product-pegatinas {
  display: inline-flex;
  justify-content: flex-end;
  transform: translateY(-4px);
}
.pegatina {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  margin-right: 5px;
}

/* Estilos engadidos por Roi*/

/*ocultar newsletter block excepto home*/

.wrap-newsletter {
  display: none;
}
.home .wrap-newsletter {
  display: block;
}

/*Botón carrito en categorías*/


.add_to_cart_button:hover {
  cursor: pointer;
  opacity: 0.7;
  color: white;
  text-decoration: none;
}

.added_to_cart {
	background: transparent;
    padding: 0px;
    color: black !important;
    margin: 0 auto;
    display: table;
    margin-top: 0px;
    text-decoration: underline; 
	text-transform: uppercase; 
	font-weight: 600;
}
.added_to_cart:hover {
  cursor: pointer;
  opacity: 0.7;
  color: black;
  text-decoration: none;
}
.categoria .product_type_simple {
  background: transparent;
  padding: 5px;
  color: black;
  margin: 0 auto;
 display: table;
 text-decoration: underline;
 text-transform: uppercase;
 font-weight: 600;
}

.categoria .product_type_variable {
	background: transparent;
	padding: 5px;
	color: black;
	margin: 0 auto;
   display: table;
   text-decoration: underline;
   text-transform: uppercase;
   font-weight: 600;
}
.categoria .product_type_variable:hover {
	cursor: pointer;
	opacity: 0.7;
	color: black;
	text-decoration: none;
  }

.categoria .product_type_simple:hover {
  cursor: pointer;
  opacity: 0.7;
  color: black;
  text-decoration: none;
}

.categoria .woocommerce-loop-product__title{
    text-align: center;
}
.categoria .price{
width: 100%;
text-align: center;
float: left;
font-weight: 600;

}

@media (max-width: 767px) {
  .branding {
    padding: 6px 40px;

  }
}

