@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

button {
  border: none;
}

.lazy {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.lazy.loaded {
  opacity: 1;
}

.container-fluid-custom {
  padding: 0 16px;
  overflow: hidden;
}

.container-custom {
  padding: 0;
}
@media screen and (min-width: 1500px) {
  .container-custom {
    max-width: 1340px;
  }
}
@media screen and (min-width: 1600px) {
  .container-custom {
    max-width: 1440px;
  }
}

@media screen and (min-width: 992px) {
  .container-fit-custom {
    padding: 0 100px;
  }
}

@media screen and (min-width: 992px) {
  .container-mid-custom {
    padding: 0 50px;
  }
}

.bg-loading {
  transition: background-image 0.3s ease;
}

header {
  width: 100%;
  background-color: #f4efea;
  border-bottom: 4px solid #d18f38;
  position: fixed;
  z-index: 999;
}
header .container-header {
  overflow: inherit !important;
}
header .container-header .nav {
  width: 100%;
  padding: 13px 0;
  flex-wrap: nowrap;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
header .container-header .nav .grid-logo-btn {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
header .container-header .nav .grid-logo-btn .grid-btn-cart-close {
  gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
header .container-header .nav .grid-logo-btn .grid-btn-cart-close .button-menu {
  cursor: pointer;
  gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
header .container-header .nav .grid-logo-btn .grid-btn-cart-close .button-menu span {
  background-color: #15586e;
  width: 40px;
  height: 3px;
}
header .container-header .nav .grid-logo-btn .grid-btn-cart-close .box-budget-btn {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
header .container-header .nav .grid-logo-btn .grid-btn-cart-close .box-budget-btn .budget-btn {
  padding: 8px;
  gap: 10px;
  background-color: rgb(208, 143, 56);
  border-radius: 100px;
  letter-spacing: 0.5px;
  text-decoration: none;
  gap: 12px;
  color: #fff;
  font-size: 18px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 992px) {
  header .container-header .nav .grid-logo-btn .grid-btn-cart-close .box-budget-btn .budget-btn {
    font-size: 18px;
  }
}
header .container-header .nav .grid-logo-btn .grid-btn-cart-close .box-budget-btn .budget-btn .basket {
  position: relative;
  width: 30px;
  height: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
header .container-header .nav .grid-logo-btn .grid-btn-cart-close .box-budget-btn .budget-btn .basket svg {
  width: 100%;
  height: auto;
}
header .container-header .nav .grid-logo-btn .grid-btn-cart-close .box-budget-btn .budget-btn .basket .qtd-items {
  position: absolute;
  right: 0;
  top: 4px;
  background-color: #15586e;
  min-width: 15px;
  min-height: 15px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
}
header .container-header .nav .grid-logo-btn .grid-btn-cart-close .box-budget-btn .warning-message {
  z-index: 99999;
  background-color: #15586e;
  padding: 20px;
  border-radius: 16px;
  max-width: 300px;
  position: absolute;
  bottom: -80px;
  right: 20px;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 13px 23px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
  header .container-header .nav .grid-logo-btn .grid-btn-cart-close .box-budget-btn .warning-message {
    bottom: -75px;
    right: 0;
  }
}
header .container-header .nav .grid-logo-btn .grid-btn-cart-close .box-budget-btn .warning-message p {
  line-height: 1.3;
  color: #fff;
  font-size: 12px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  header .container-header .nav .grid-logo-btn .grid-btn-cart-close .box-budget-btn .warning-message p {
    font-size: 14px;
  }
}
header .container-header .nav .grid-logo-btn .grid-btn-cart-close .box-budget-btn .warning-message .close {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12.5px;
  top: -12.5px;
  background-color: rgb(208, 143, 56);
  border-radius: 50%;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
header .container-header .nav .grid-logo-btn .grid-btn-cart-close .box-budget-btn .warning-message .close span {
  position: absolute;
  width: 10px;
  height: 1.5px;
  background-color: #fff;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header .container-header .nav .grid-logo-btn .grid-btn-cart-close .box-budget-btn .warning-message .close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .container-header .nav .grid-logo-btn .button-menu {
  width: 44px;
  height: 44px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}
header .container-header .nav .grid-logo-btn .button-menu span {
  width: 36px;
  height: 2px;
  border-radius: 24px;
  background-color: #15586e;
  border-radius: 24px;
  position: absolute;
  left: 50%;
  transition: 0.5s ease-in-out;
}
header .container-header .nav .grid-logo-btn .button-menu span:nth-child(1) {
  top: 22%;
  transform: translate(-50%, -40%) rotate(0deg);
}
header .container-header .nav .grid-logo-btn .button-menu span:nth-child(2) {
  top: 45%;
  transform: translate(-50%, 40%) rotate(0deg);
}
header .container-header .nav .grid-logo-btn .button-menu span:nth-child(3) {
  bottom: 22%;
  transform: translate(-50%, 40%) rotate(0deg);
}
header .container-header .nav .grid-logo-btn .button-menu.active span:nth-child(1) {
  top: 50%;
  width: 24px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .container-header .nav .grid-logo-btn .button-menu.active span:nth-child(2) {
  width: 0;
  opacity: 0;
}
header .container-header .nav .grid-logo-btn .button-menu.active span:nth-child(3) {
  bottom: 50%;
  width: 24px;
  transform: translate(-50%, 50%) rotate(45deg);
}
header .container-header .nav .grid-logo-btn .logo {
  cursor: pointer;
  width: 79px;
  height: 40px;
  aspect-ratio: 79/40;
}
header .container-header .nav .grid-logo-btn .logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
header .container-header .nav .grid-menu {
  gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
header .container-header .nav .grid-menu .box-budget-btn {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
header .container-header .nav .grid-menu .box-budget-btn .budget-btn {
  padding: 16px 32px;
  gap: 10px;
  background-color: rgb(208, 143, 56);
  border-radius: 100px;
  letter-spacing: 0.5px;
  text-decoration: none;
  gap: 12px;
  color: #fff;
  font-size: 18px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 992px) {
  header .container-header .nav .grid-menu .box-budget-btn .budget-btn {
    font-size: 18px;
  }
}
header .container-header .nav .grid-menu .box-budget-btn .budget-btn .basket {
  position: relative;
  width: 30px;
  height: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
header .container-header .nav .grid-menu .box-budget-btn .budget-btn .basket svg {
  width: 100%;
  height: auto;
}
header .container-header .nav .grid-menu .box-budget-btn .budget-btn .basket .qtd-items {
  position: absolute;
  right: 0;
  top: 4px;
  background-color: #15586e;
  min-width: 15px;
  min-height: 15px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
}
header .container-header .nav .grid-menu .box-budget-btn .warning-message {
  background-color: #15586e;
  padding: 20px;
  border-radius: 16px;
  max-width: 300px;
  position: absolute;
  bottom: -80px;
  right: 16px;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 13px 23px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
  header .container-header .nav .grid-menu .box-budget-btn .warning-message {
    bottom: -75px;
    right: 0;
  }
}
header .container-header .nav .grid-menu .box-budget-btn .warning-message p {
  line-height: 1.3;
  color: #fff;
  font-size: 12px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  header .container-header .nav .grid-menu .box-budget-btn .warning-message p {
    font-size: 14px;
  }
}
header .container-header .nav .grid-menu .box-budget-btn .warning-message .close {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12.5px;
  top: -12.5px;
  background-color: rgb(208, 143, 56);
  border-radius: 50%;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
header .container-header .nav .grid-menu .box-budget-btn .warning-message .close span {
  position: absolute;
  width: 10px;
  height: 1.5px;
  background-color: #fff;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header .container-header .nav .grid-menu .box-budget-btn .warning-message .close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .container-header .nav .grid-menu .menu-main-container .main-menu {
  gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
header .container-header .nav .grid-menu .menu-main-container .main-menu .menu-item a {
  text-decoration: none;
  color: #15586e;
  font-size: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  header .container-header .nav .grid-menu .menu-main-container .main-menu .menu-item a {
    font-size: 16px;
  }
}
header .sidebar {
  width: 100%;
  min-height: calc(100vh - 70px);
  background: rgb(255, 255, 255);
  position: absolute;
  left: -100%;
  top: 70px;
  border-top: 16px solid #f4efea;
  transition: 0.3s ease-in-out;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}
header .sidebar.active {
  left: 0;
}
header .sidebar .grid-menu {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}
header .sidebar .grid-menu .menu-main-container {
  width: 100%;
}
header .sidebar .grid-menu .menu-main-container .main-menu {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
header .sidebar .grid-menu .menu-main-container .main-menu .menu-item {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
header .sidebar .grid-menu .menu-main-container .main-menu .menu-item a {
  width: 100%;
  padding: 8px 16px;
  text-decoration: none;
  border-bottom: 1px solid #f2f2f2;
  color: #15586e;
  font-size: 18px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  header .sidebar .grid-menu .menu-main-container .main-menu .menu-item a {
    font-size: 18px;
  }
}
header .sidebar .grid-budget-social {
  background: #f4efea;
  padding: 16px 0 32px 0;
  gap: 16px;
  width: 100%;
  position: absolute;
  bottom: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
header .sidebar .grid-budget-social .box-budget-btn {
  width: 100%;
  position: relative;
}
header .sidebar .grid-budget-social .box-budget-btn .budget-btn {
  width: 100%;
  padding: 16px 32px;
  gap: 10px;
  background-color: rgb(208, 143, 56);
  border-radius: 100px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 992px) {
  header .sidebar .grid-budget-social .box-budget-btn .budget-btn {
    font-size: 18px;
  }
}
header .sidebar .grid-budget-social .box-budget-btn .budget-btn .basket {
  position: relative;
  width: 30px;
  height: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
header .sidebar .grid-budget-social .box-budget-btn .budget-btn .basket svg {
  width: 100%;
  height: auto;
}
header .sidebar .grid-budget-social .grid-social {
  gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
header .sidebar .grid-budget-social .grid-social a {
  transition: 0.3s;
}
header .sidebar .grid-budget-social .grid-social a svg {
  fill: #15586e;
}
header .sidebar .grid-budget-social .grid-social a:hover svg {
  fill: rgb(208, 143, 56);
}

.space-header {
  width: 100%;
  height: 70px;
}

@media screen and (min-width: 992px) {
  header .container-header .nav .grid-logo-btn {
    width: -moz-max-content;
    width: max-content;
  }
  header .container-header .nav .grid-logo-btn .logo {
    cursor: pointer;
    width: 126px;
    height: 64px;
    aspect-ratio: 63/32;
  }
  header .container-header .nav .grid-logo-btn .logo img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .space-header {
    height: 90px;
  }
}
