/* UwU */

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.uwu-box {
    padding-top: calc(var(--bs-gutter-x)* .5);
    padding-bottom: calc(var(--bs-gutter-x)* .5);
}

.uwu-border {
    border-top: red;
    border-top-style: solid;
    border-bottom: red;
    border-bottom-style: solid;
}

.uwu-mg {
    margin: 50px 0;
}

.uwu-h {
  min-height:  170px;
}

.uwu-shop {
  font-size: 14px !important;
  font-weight: 400;
  color: gold !important;
}

.uwu-primary {
  color: #b22a35;
}

.uwu-white {
  color: #fafafa;
}

.uwu-gray {
  color: #E0E0E0;
}

/* Default But Better */
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, .list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  padding: 0.3rem;
  font-size: 0.7em;
}

.social-icons li a {
    color: var(--grey-500) !important;
  }

.shop .products .product .quick-view {
    background: #212121;
  }

  .price .sale {
    font-size: 0.8em;
  }  

  .mfp-img {
    /* width: 593px !important; */
    /* height: 839px !important; */
  }

  ul.nav-list li > a.active {
    color: #fafafa;
  }

  ul.nav-list li > a.active:hover{
    color: gold;
  }


  /* Map */

.leaflet-layer,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control-attribution {
  filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);
}