/*
Theme Name: Blocksy Child
Template: blocksy
Description: Tema hijo de Blocksy con Mega Menú para tienda de mascotas
Version: 2.0.0
*/

.meloopets-shop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--meloopets-card-font-family);
  width: 100%;
  margin: 20px;
  padding: 20px 10px;
  box-sizing: border-box;
}

.ct-container,
.ct-container-full,
.site-main,
.content-area,
.custom-shop-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--meloopets-card-font-family);
  max-width: 1900px;
  margin: 0 auto;
  padding: 0;
}


.ct-container,
.ct-container section {
  width: 100%;
  max-width: 1700px;
  padding: 0;
  justify-content: center;
}