@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: 'Montserrat', sans-serif;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  background-color: #eee;
}

.menu-city {
  z-index: 10000000;
}
#menu-button {
  z-index: 80;
}
#menu-site {
  z-index: 50;
}

.select {
  border-bottom: 1px solid #402724;
  width: 250px;
  min-height: 40px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select .selected-option-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fec335;
  color: #92261c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 10px;
}

.select .selected-option-container .selected-option {
  font-weight: 600;
  margin: 0 10px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select .options {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: max-height 0.08s ease-in-out;
  transition: max-height 0.08s ease-in-out;
  width: 100%;
  background-color: #eee;
  z-index: 99;
  top: 100%;
}

.select .options li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  width: 100%;
}

.select .options li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.select .options li:hover {
  background-color: #fec335;
}

.select.open .options {
  max-height: 400px;
}

.market-header {
  width: 100%;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.market-header .top {
  background: #402724;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px;
  width: 100%;
}

.market-header .top .icons-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.market-header .top .icons-group a {
  height: -webkit-min-content !important;
  height: -moz-min-content !important;
  height: min-content !important;
}

.market-header .top .icons-group a i {
  color: #fec335;
  font-size: 2.5rem;
}

.market-header .top .icons-group a i:first-child {
  margin-right: 10px;
}

.market-header .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fec335;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0px 20px;
}

.market-header .content > a {
  margin: 0 50px;
  width: 200px;
}

.market-header .content > a img {
  width: 100%;
}

.market-header .content .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.market-header .content .menu a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 100%;
  margin: 5px 0;
}

.market-header .content .menu a:hover {
  color: #92261c;
}

.market-header .content .menu a:not(:last-child) {
  margin-right: 20px;
}

.market-header .content .menu a::after {
  content: '';
  width: 100%;
  height: 5px;
  background-color: #92261c;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.market-header .content .menu a.active::after, .market-header .content .menu a:hover::after {
  visibility: visible;
  opacity: 1;
}

.market-header .content .mobile-menu-button {
  width: 40px;
  height: 40px;
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

.market-header .content .mobile-menu-button input[type='checkbox'] {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  color: transparent;
  border: none;
  opacity: 0;
  top: 0;
  cursor: pointer;
  z-index: 999;
}

.market-header .content .mobile-menu-button input[type='checkbox']:checked + div {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.market-header .content .mobile-menu-button input[type='checkbox']:checked + div::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.market-header .content .mobile-menu-button input[type='checkbox']:checked + div::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  bottom: 0;
}

.market-header .content .mobile-menu-button div {
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #402724;
  position: relative;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.market-header .content .mobile-menu-button div:before, .market-header .content .mobile-menu-button div:after {
  content: '';
  background-color: #402724;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
}

.market-header .content .mobile-menu-button div:before {
  top: -10px;
}

.market-header .content .mobile-menu-button div:after {
  bottom: -10px;
}

.market-footer .footer-top-content {
  background-color: #fec335;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px;
}

.market-footer .footer-top-content .links-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.market-footer .footer-top-content .links-area .select {
  display: none;
}

.market-footer .footer-top-content .links-area .logo-link {
  width: 150px;
  margin-right: 10px;
}

.market-footer .footer-top-content .links-area .logo-link img {
  width: 100%;
}

.market-footer .footer-top-content .links-area .links {
  list-style: none;
}

.market-footer .footer-top-content .links-area .links li {
  line-height: 125%;
}

.market-footer .footer-top-content .links-area .links li a {
  text-decoration: none;
  color: #fff;
}

.market-footer .footer-top-content .links-area .select {
  border-bottom: none;
}

.market-footer .footer-top-content .links-area .select .options li {
  padding: 0 30px !important;
}

.market-footer .footer-top-content .links-area .select .options li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 10px 0;
}

.market-footer .footer-top-content .social-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.market-footer .footer-top-content .social-area p {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 10px;
}

.market-footer .footer-top-content .social-area a:first-child {
  margin-right: 10px;
}

.market-footer .footer-top-content .social-area a i {
  color: #92261c;
  font-size: 4rem;
}

.market-footer .bottom-content {
  background-color: #92261c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  bottom: 0;
}

.market-footer .bottom-content p {
  color: #fff;
  letter-spacing: 0.005em;
  text-align: center;
}

.market-footer .bottom-content p a {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 600px) {
  .market-header .top .select {
    width: 100% !important;
  }
  .market-footer .footer-top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .market-footer .footer-top-content .links-area .logo-link {
    display: none;
  }
  .market-footer .footer-top-content .links-area .select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .market-header .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100px;
    padding: 10px 0;
  }
  .market-header .top .icons-group {
    margin-bottom: 10px;
  }
  .market-header .top .icons-group i {
    font-size: 3rem;
  }
  .market-header .top .select {
    width: 60%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .market-header .top .select .selected-option-container {
    padding: 10px;
  }
  .market-header .content {
    min-height: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .market-header .content > a {
    width: 100px;
    margin: 0;
  }
  .market-header .content .mobile-menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .market-header .content .menu {
    display: none;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(100vh - 100px);
    top: 100px;
    background-color: #eee;
    left: 0;
    padding: 80px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 999;
  }
  .market-header .content .menu.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .market-header .content .menu a {
    color: #92261c;
    font-size: 2rem;
    margin: 0;
    padding: 30px 10px;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .market-header .content .menu a:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    margin-right: 0;
  }
  .market-header .content .menu a::before, .market-header .content .menu a::after {
    all: unset;
  }
  .market-footer .footer-top-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .market-footer .footer-top-content .links-area {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-bottom: 10px;
  }
  .market-footer .footer-top-content .links-area .logo-link {
    width: 100px;
  }
  .market-footer .footer-top-content .links-area .links {
    display: none;
  }
  .market-footer .footer-top-content .links-area .select {
    display: block;
    height: 40px;
  }
  .market-footer .footer-top-content .links-area .select.open .selected-option-container i:last-child {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .market-footer .footer-top-content .links-area .select .selected-option-container {
    background-color: #92261c;
    color: #fec335;
  }
  .market-footer .footer-top-content .links-area .select .selected-option-container i:last-child {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  }
  .market-footer .footer-top-content .links-area .select .options {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    top: 0;
  }
  .market-footer .footer-top-content .links-area .select .options li {
    padding: 0;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .market-footer .footer-top-content .links-area .select .options li a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #92261c;
    width: 100%;
    height: 100%;
  }
  .market-footer .footer-top-content .social-area p {
    font-size: 1.6rem;
    text-align: center;
  }
  .market-footer .footer-top-content .social-area .icons-group a i {
    font-size: 2.5rem;
  }
}
/*# sourceMappingURL=global.css.map */