.loader {
  display: none;
  position: fixed;
  z-index: 9999999;
  background: #ffffffd1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}

.loader.on {
  transition: 1s;
  display: flex;
}

.successOrder {
  display: flex;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.successOrder h1 {
  color: #88B04B;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 40px;
}

.successOrder p {
  color: #404F5E;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  margin: 0;
}

.successOrder i {
  color: #9ABC66;
  font-size: 100px;
  background: var(--custom-color-2);
  padding: 0 51.8px;
  border-radius: 100%;
}

.successOrder>div {
  background: var(--custom-color-5);
  padding: 60px;
  border-radius: 4px;
  box-shadow: 0 2px 3px #C8D0D8;
  display: inline-block;
  margin: 0 auto;
}


.title-banner {
  background-color: initial;
  color: var(--onyx);
  font-family: monospace;
  font-weight: bold;
  font-size: 60px;
}


.showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap:5px;
  margin-bottom: 5px;

}
.showcase-tags a { 
  background: var( --salmon-pink);
  color:white;
  padding: 5px;
  font-size: 12px;
}


.banner_bloq_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20px;
}

.banner_bloq_img .banner_img{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin:0px;
  height: 100%;
}
.banner_bloq_img 
.imgbloq {
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;

  z-index: 1;
}
.banner_bloq_img 
.banner_text  {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  /* gap: 20px; */
}
.banner_backgound_img {
  position: relative;
}
.banner_backgound_img 
img.banner_img {
  width: 100%;
}


.banner_backgound_img 
.banner_text  {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  top: 0;
  z-index: 1;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* gap: 20px; */
}

.banner_bloq_img .banner_text span,
.banner_backgound_img 
.banner_text span {

  color: white;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 2px 2px 2px black;

  /* gap: 20px; */
}

.banner_bloq_img .banner_text p,
.banner_backgound_img 
.banner_text p {

  font-weight: lighter;
  text-shadow: none;
  color: black;
  font-size: 21px;
}

.banner_backgound_img 
.banner_text a{
  background: var(--salmon-pink);
    padding: 10px 15px;
    text-shadow: none;
    color: white;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 14px;
}


.list-sort.list-sort-category {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.list-sort.list-sort-category 
.list-sort-select-wrap select {
  border: 0px;
  background: transparent;
  padding-right: 30px;
}


@media (max-width: 700px) {
  .footer_background{
    display: none;
  }
  table.f_guide > tbody > tr {
    display: flex;
    flex-wrap: wrap;
  }

  table.f_guide > tbody > tr > td {
  width: 100% !important;
    margin: 10px 0px;
    display: table;
  }
  .f_time{
  display:none;
  }


  .banner_backgound_img .banner_img{
    display: none;
  }

  .banner_backgound_img .banner_text { 
    position: static;
  }
}