div#catalog_world_view_mobile {
  padding: 5% 12%;
}

div#catalog_spain_view_mobile {
  padding: 5% 12%;
}

div#catalog_wines_view_mobile{
  padding: 5% 12%;
}

div#go_to_world_view_mobile{
  display: flex;
  align-items: center;
  justify-content: center;
}

div#go_to_spain_view_mobile, div#go_to_wine_view_mobile{
  display: flex;
  align-items: center;
  justify-content: center;
}

div#go_to_spain_view_mobile > div, div#go_to_wine_view_mobile > div{
  margin: 0!important;
  text-align: center;
}


div#catalog_wines_view_mobile div#catalog_wine_img_card_mobile {
  width: 70%;
}

details.dop-select {
  position: relative;
  width: 100%;
  margin: 1rem auto;
  text-align: center;
}

details[open].dop-select {
  z-index: 1;
}

details.dop-select summary {
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 2px;
  background-color: transparent;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

details.dop-select summary::-webkit-details-marker {
  display: none;
}

details[open].dop-select summary:before {
  content: "";
  display: block;
  width: 100vw;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
}

details.dop-select summary:focus {
  outline: none;
}

details[open].dop-select summary:after {
  transform: rotate(-45deg) translate(0%, 0%);
}

ul.dop-list {
  list-style-type: none;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: block;
}

ul.dop-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0;
  padding: 1rem;
  font-family: "Manrope";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-align: center;
}

ul.dop-list li:last-child {
  border-bottom: none;
}

ul.dop-list li:hover {
  background-color: #a5664d;
  color: white;
}

/*SELECT WINES*/
details.dop-select-wines {
  position: relative;
  width: 100%;
  margin: 1rem auto;
  text-align: center;
}

details[open].dop-select-wines {
  z-index: 1;
}

details.dop-select-wines summary {
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 2px;
  background-color: transparent;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

details.dop-select-wines summary::-webkit-details-marker {
  display: none;
}

details[open].dop-select-wines summary:before {
  content: "";
  display: block;
  width: 100vw;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
}

details.dop-select-wines summary:focus {
  outline: none;
}

details[open].dop-select-wines summary:after {
  transform: rotate(-45deg) translate(0%, 0%);
}

ul.dop-list-wines {
  list-style-type: none;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: block;
}

ul.dop-list-wines li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0;
  padding: 1rem;
  font-family: "Manrope";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-align: center;
}

ul.dop-list-wines li:last-child {
  border-bottom: none;
}

ul.dop-list-wines li:hover {
  background-color: #a5664d;
  color: white;
}
ul.dop-list-wines {
  counter-reset: labels;
}

ul.dop-list-wines li label {
  width: 100%;
  display: block;
  cursor: pointer;
}

details[open].dop-select-wines summary {
  background-color: #a5664d;
}

details[open].dop-select-wines summary input[type="radio"]:after {
  color: white;
}

details[open].dop-select-wines summary i {
  transform: rotate(180deg);
  background-color: white;
  color: #a5664d;
}

summary.radios input[type="radio"]:checked:after {
  content: attr(title);
  display: inline;
  font-family: "Manrope";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-align: left;
  white-space: nowrap;
}

summary.radios input[type="radio"]:not(:checked) {
  counter-increment: radios;
  appearance: none;
  font-family: "Manrope";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.3em;
  width: 70vw;
  text-align: center;
  display: none;
}

summary.radios input[type="radio"] {
  counter-increment: radios;
  appearance: none;
  font-family: "Manrope";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.3em;
  width: 70vw;
  text-align: center;
}

.dop-select-wines .select-btn {
  background-color: #a5664d;
  color: white;
  border-radius: 50%;
  font-size: 1.5rem;
  padding: 10px 13px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

details.dop-select-wines summary.radios {
  counter-reset: radios;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* FAKE SELECT */

details.dop-select summary.radios {
  counter-reset: radios;
}

details.dop-select summary input[type="radio"] {
  counter-increment: radios;
  appearance: none;
  display: none;
}

input#default {
  display: inline;
  width: 70vw;
  text-align: center;
}

input#default {
  display: inline;
  width: 70vw;
  text-align: center;
}

details.dop-select summary input[type="radio"]:after {
  content: attr(title);
  display: inline;
  font-family: Manrope;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-align: center;
}

ul.dop-list {
  counter-reset: labels;
}

ul.dop-list li label {
  width: 100%;
  display: block;
  cursor: pointer;
}

details.vinos-select {
  position: relative;
  width: 100%;
  margin: auto;
  margin-bottom: 7%;
}

details[open].vinos-select {
  z-index: 1;
}

summary.bodega {
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 2px;
  background-color: #a5664d;
  color: white !important;
  list-style: none;
}

summary.bodega::-webkit-details-marker {
  display: none;
}

summary.bodega:focus {
  outline: none;
}

details[open] summary.bodega:after {
  transform: rotate(-45deg) translate(0%, 0%);
}

details[open] summary.bodega i {
  transform: rotate(180deg);
}

ul.lista-vinos {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

ul.lista-vinos > li {
  background-color: #000000;
  color: #d9c38a;
  margin: 0;
  padding: 0.6rem;
  padding-left: 2rem;
  position: relative;
  font-family: Migra;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
}

ul.lista-vinos > li::before {
  content: "";
  position: absolute;
  height: 1px;
  top: 50%;
  left: 0.3rem;
  width: 20px;
  background-color: #d9c38a;
}

ul.lista-vinos > li:last-child {
  border-bottom: none;
}

summary.bodega {
  counter-reset: radios;
}

summary.bodega input[type="radio"] {
  counter-increment: radios;
  appearance: none;
  color: white;
  font-family: "Manrope";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.3em;
  width: 70vw;
  text-align: center;
}

summary.bodega input[type="radio"]:checked {
  display: inline;
}

summary.bodega input[type="radio"]:after {
  content: attr(title);
  display: inline;
  font-family: "Manrope";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-align: left;
}

ul.lista-vinos {
  counter-reset: labels;
}

details[open].dop-select summary {
  background-color: #a5664d;
}

details[open].dop-select summary input[type="radio"]:after {
  color: white;
}

details[open].dop-select summary i {
  transform: rotate(180deg);
  background-color: white;
  color: #a5664d;
}

.dop-select .select-btn {
  background-color: #a5664d;
  color: white;
  border-radius: 50%;
  font-size: 1.5rem;
  padding: 10px 13px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

details.dop-select summary.radios {
  counter-reset: radios;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

summary.bodega {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bodega .select-btn-bodegas {
  background-color: white;
  color: #a5664d;
  border-radius: 50%;
  font-size: 1.5rem;
  padding: 10px 13px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
