li.dbmenu__item {
  display: inline-block;
  margin: 0;
}

@media (min-width: 1200px) {
  li.dbmenu__item {
    margin: 0 .4rem;
  }
}

.category-item-img {
  float: left;
  width: 46%;
  margin: 0 2%;
}

.category-item-img img {
  display: block;
  width: 85px;
  height: 85px;
  padding: 5px;
  margin: 5px auto;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.category-item-img a {
  display: block;
  text-align: center;
}

.category-item-img:nth-child(3n + 1) {
  clear: left;
}

.dbmenu li {
  list-style: none;
}

/**** Mobile ****/
.dbmobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  min-height: 100vh;
  background: #00000075;
}

.dbmobile.open {
  display: flex;
}

.dbmenu-complete {
  min-width: 260px;
  height: 100vh;
  overflow: hidden auto;
}

.dbmobile button:hover {
  cursor: pointer;
}

.dbmobile-controls .back-button {
  display: none;
}

.dbmobile-menu {
  width: 100%;
  overflow: hidden;
  background: var(--white);
}

.dbmobile ul {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
  transition: 0.25s;
}

.dbmobile ul.after-menu {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  margin: 25px 0 0;
  background: #fff;
  transition: 0.25s;
}

.dbmobile .has_child_menu > ul {
  position: absolute;
}

.dbmobile li,
.dbmobile .top-menu > li {
  display: flex;
  justify-content: space-between;
  margin: 0 16px;
  list-style: none;
  border-bottom: 1px solid #e0e0e0;
  gap: 4px;
}

.dbmobile .top-menu > li a,
.dbmobile .top-menu > li span {
  padding: 16px 0;
  font-weight: 400;
  line-height: 18px;
  color: var(--df-rebranding-black);
}

.dbmobile li button {
  flex: 1;
  padding: 10px;
  text-align: right;
  background: none;
  border: 0;
}

/*Hacer bold las categorías destacadas*/
.dbmobile li a.dbmenu_destacado {
  font-weight: 700;
}

/*Cambiar outline de la fecha de productos con subcategorías*/
.dbmobile .top-menu li.has_child_menu .arrow:focus {
  outline: 1px auto var(--df-rebranding-link-color);
}

.top-menu .separador {
  display: table;
  width: 100%;
  height: 30px;
  margin-top: -2px;
  background-color: #f1f1f1;
}

.dbmobile div > ul {
  top: 0;
  left: 0;
}

.dbmobile div > ul ul {
  top: 0;
  left: 100%;
  display: none;
}

.dbmobile .hiaddtocart {
  width: 80%;
}

.dbmobile .product-list-actions > button {
  width: 20%;
  padding: 0;
}

.dbmobile .product__miniature .product-list-actions .add-to-cart {
  background-color: #00b477;
}

.dbmobile .product__miniature .product-list-actions .add-to-cart > i {
  display: none;
}

.dbmobile .product__miniature .product-list-actions span.add-to-cart {
  background-color: #e0e0e0;
}

/*Quitar estilos anteriores al carousel de los productos destacados*/
.dbmobile .menu__products {
  min-height: 295px;
  max-height: 310px;
  padding: 0;
  background-color: transparent;
}

/*Titulo de los productos destacados de cada categoría*/
.dbmenu_titledestacados {
  padding: 0;
  margin: 28px 0 0;
  font: 900 17px var(--df-rebranding-secondary-font);
  text-align: center;
  background-color: transparent;
}

/* Content styles below here */

.dbmobile section {
  padding: 20px;
  line-height: 1.5;
}

.dbmobile h1 {
  font-size: 1.5rem;
}

.dbmobile__info {
  width: 100%;
  background: var(--white);
}

.dbmobile .dbmobile__info .redes {
  display: flow-root;
  justify-content: center;
  margin: 15px 0;
  gap: 18px;
}

.dbmobile .dbmobile__info .redes ul {
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.dbmobile .dbmobile__info .redes li {
  display: inline-block;
  background-color: transparent;
  border: 0;
}

.dbmobile .dbmobile__info .redes li img {
  height: 32px;
}

.dbmobile .dbmobile__separate {
  padding: 10px;
  text-align: center;
  background: #f1f1f1;
}

.dbmobile .dbmobile__separate p {
  margin: 0;
  font-weight: 400;
  color: var(--df-rebranding-black);
  text-align: center;
}

.dbmobile .dbmobile__separate a,
.dbmobile .dbmobile__separate span {
  font-size: 14px;
  color: var(--df-rebranding-gray-5);
  text-decoration: none;
}

.dbmobile .dbmobile__separate span:not(:last-child)::after {
  margin-left: 8px;
  content: "|";
}

.telefono-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dbmobile .dbmobile__telefono {
  margin: 10px 30px;
}

.dbmobile .dbmobile__telefono p {
  margin: 0 0 8px;
  font-size: 14px;
  color: var(--df-rebranding-black);
}

.dbmobile .dbmobile__telefono a span {
  font: 600 24px var(--df-rebranding-main-font);
  line-height: 28px;
  color: var(--df-rebranding-link-color);
}

.dbmobile .dbmobile__footer {
  padding: 10px 20px;
  background-color: var(--df-rebranding-green);
}

.dbmobile .dbmobile__footer p {
  margin: 0;
  font-size: 11px;
  line-height: 17px;
  color: #fff;
  text-align: center;
}

.df-menu__return-button {
  display: flex;
  align-items: center;
  padding: 22px 16px 4px;
  cursor: pointer;
}

.df-menu__return-button svg {
  margin-left: 10px;
  fill: var(--df-rebranding-green);
}

.df-menu__return-button .df-return-button__text {
  margin-left: 14px;
  line-height: 21px;
  color: var(--df-rebranding-black);
}

.dbmobile__title_before {
  padding: 16px 0 0;
  margin: 0 16px;
  font-size: 17px;
  font-weight: 900;
  line-height: 21px;
  color: var(--df-rebranding-green);
  border-bottom: none;
}

.dbmobile__title_before::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 4px;
  content: "";
  background-color: var(--df-rebranding-green);
}

.dbmobile__title_before:focus,
.dbmobile__title_before:hover {
  color: var(--df-rebranding-green);
}

.dbmobile .dbmobile__title_before > a {
  margin: 0;
}

/*Titulo de cada categoría*/
.dbmobile .top-menu > li .dbmobile__title_before a {
  font-weight: 900;
  line-height: 21px;
  color: var(--df-rebranding-green);
}

.dbmobile li.category_normal img,
.dbmobile li.category_img img,
.dbmobile li.product img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.dbmobile li.category_img {
  margin-bottom: 15px;
  background-color: #f3f3f3;
  border: none;
}

.dbmobile li.category_img img {
  float: right;
  width: 45px;
}

.dbmobile li.category_img span {
  float: left;
  max-width: 80%;
}

.dbmobile .product__miniature .product-list-actions {
  display: none;
}

/*Estilos para el wrapper de los precios*/
.dbmobile .product__miniature .product-price-and-shipping {
  text-align: center;
  white-space: nowrap;
}

/*Estilo para el precio con oferta*/
.dbmobile .product__miniature .price {
  font-size: 16px;
}

/*Estilo para el precio normal*/
.dbmobile .product__miniature .regular-price {
  font-size: 12px;
}

/*Estilos para el nombre de cada producto*/
.dbmobile .product__miniature .product__name {
  height: 51px;
  margin-bottom: 4px;
  font: 600 14px var(--df-rebranding-main-font);
  line-height: 17px;
  color: var(--df-rebranding-green);
}

.menu-toggle {
  padding: 10px;
  background-color: transparent;
  border: none;
}

.menu-toggle svg {
  fill: var(--white);
}

.dbmenu__banner1 img {
  width: 100%;
}

/*Evitar espacio vacío cuando no hay marcas destacadas*/
.dbmobile .dbmenu_brands {
  padding: 0;
}

.dbmenu_brands {
  padding: 8px 0;
  background-color: #fff;
}

.dbmenu-brands .owl-stage {
  display: flex;
  align-items: center;
}

/*Separación del container de productos destacados con lo demás*/
.dbmobile .menu__products.owl-carousel .owl-stage {
  padding: 28px 0;
}

/*Estilos para las cards de productos destacados*/
.dbmobile .menu__products .owl-item {
  border-radius: 13px;
  box-shadow: 10px 10px 30px #b0b0bf66, -10px -10px 30px #ffffff;
}

.dbmobile .top-menu .owl-theme .owl-dots .owl-dot span {
  padding: 0;
}
