.header_wrapper {
  width: 100%;
  font-family: "Poppins", sans-serif;
}

.header_wrapper img {
  display: block;
  object-fit: contain;
  width: 100%;
}

.header_wrapper .header_top {
  background: #ffffff;
  padding: 15px 10px;
}

.header_top--content,
.header_nav--content,
.footer_content {
  transition: all ease 0.3s;
}

.header_top--content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.header_top--content .cart-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 10px 20px;
  height: 47px;
  border-radius: 6px;
  border: 1px solid #000;
  text-transform: capitalize;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  transition: all ease 0.3s;
}

.header_top--content .cart-item a i {
  font-size: 20px;
  margin-left: 10px;
  transition: all ease 0.3s;
}

.header_top--content .cart-item a span.itemNumber {
  border-radius: 100%;
  border: 1px solid red;
  font-size: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: red;
  background: #ffffff;
  font-weight: 700;
}

.header_top--content .button-item a {
  display: flex;
  height: 47px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #000;
  text-transform: capitalize;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  transition: all ease 0.3s;
}

.header_top--content .button-item a:hover {
  background: #ffca04;
}

.header_top--content .button-item a i {
  width: 25px;
  height: 25px;
  background: #ffca04;
  border-radius: 3px;
  display: flex;
  font-size: 12px;
  justify-content: center;
  align-items: center;
}

.header_top--content .button-item a:hover i {
  background: #ffffff;
  color: #000000;
}

.header_wrapper .header_nav {
  background: #031438;
  padding: 10px;
}

.header_nav--content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 35px;

  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}

.header_nav--content .logo {
  width: 200px;
}

.header_nav--content .links {
  display: flex;
  gap: 25px;
}

.header_nav--content .links .item {
  position: relative;
}

.header_nav--content .links .item.mobile-item {
  display: none;
}

.header_nav--content .links .item.mobile {
  display: none;
}

.header_nav--content .links .item > a,
.header_nav--content .links .item .dropdown {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  transition: all ease 0.3s;
  white-space: nowrap;
  cursor: pointer;
}

.header_nav--content .links .item > a:before,
.header_nav--content .links .item .dropdown:before {
  content: "";
  width: 0;
  left: 0;
  position: absolute;
  bottom: 3px;
  background: #fffa64;
  transition: all ease 0.3s;
  height: 1px;
}

.header_nav--content .links .item > a:hover,
.header_nav--content .links .item .dropdown:hover {
  color: #fffa64;
}

.header_nav--content .links .item a:hover:before,
.header_nav--content .links .item .dropdown:hover:before {
  width: 100%;
}

.header_nav--content .links .item .dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #000000;
  display: none;
  flex-direction: column;
  gap: 0;
  width: 160px;
  border-radius: 6px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
  z-index: 2;
}

.header_nav--content .links .item.dd:hover .dropdown-list {
  display: flex;
}

.header_nav--content .links .item .dropdown-list a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 10px;
  transition: all ease 0.3s;
}

.header_nav--content .links .item .dropdown-list a p.count {
  display: inline-block;
  color: red;
  font-size: 12px;
}

.header_nav--content .links .item .dropdown-list a:hover {
  background: #fffa64;
  color: #000;
}

.header_nav--content .links .item .supertext {
  color: red;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: -10px;
  text-transform: uppercase;
  min-width: 77px;
}

.header_nav--content .mobile-nav {
  display: none;
  cursor: pointer;
}

.header_nav--content .mobile-nav i {
  font-size: 30px;
  color: #ffffff;
}

.footer_wrapper {
  width: 100%;
  background: linear-gradient(to top, #031438 80%, transparent 80%);
  padding: 0px 10px;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
}

.footer_content {
  margin: 0 auto;
  padding: 30px 0px;
}

.footer_content--banner {
  width: 100%;
  max-width: 924px;
  margin: 0 auto;
  background-image: url(bg_only_small.png);
  background-size: cover;
  background-position: center center;
  padding: 30px 30px;
  border-radius: 8px;
  position: relative;
  box-shadow:
    rgba(14, 30, 37, 1.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 1.32) 0px 2px 16px 0px;
}

.footer_content--banner .image_bg1 {
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
  width: 100px;
  z-index: 1;
}

.footer_content--banner .image_bg2 {
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  width: 100px;
  z-index: 1;
}

.footer_content--banner a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.footer_content--banner h2 {
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  padding: 0px 10px;
  font-size: 60px;
  display: block;
  margin-bottom: 5px;
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.footer_content--banner h2 b {
  color: #25d366;
}

.footer_content--banner p {
  text-align: center;
  font-size: 16px;
  padding-bottom: 20px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.footer_content--banner .icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  row-gap: 10px;
  position: relative;
  z-index: 2;
}

.footer_content--banner .icon-list .item {
  width: 100px;
}

.footer_content img {
  display: block;
  object-fit: contain;
  width: 100%;
}

.footer_content--middle {
  padding: 70px 0;
  display: flex;
  gap: 50px;
  align-items: flex-start;
  justify-content: space-between;
  color: #ffffff;
  font-size: 15px;
}

.footer_content--middle .box-left {
  width: 400px;
  font-size: 16px;
}

.footer_content--middle .box-left .f-logo {
  margin-bottom: 20px;
  width: 100%;
  max-width: 300px;
}

.footer_content--middle .box-left .office {
  margin-top: 50px;
}

.footer_content--middle .box-left .office .title {
  color: #fffa64;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer_content--middle .box-left .office .links {
  background: #fff;
  color: #031438;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  max-width: 250px;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
  text-decoration: none;
  margin-top: 20px;
  transition: all ease 0.3s;
}

.footer_content--middle .box-left .office .links:hover {
  background: #fffa64;
}

.footer_content--middle .box-right .sitemap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer_content--middle .box-right .sitemap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 10px;
}

.footer_content--middle .box-right .sitemap .list b {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

.footer_content--middle .box-right .sitemap .list a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease 0.3s;
  font-size: 16px;
}

.footer_content--middle .box-right .sitemap .list a:hover {
  color: #fffa64;
}

.footer_content--copyright {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
  padding-top: 40px;
}

.footer_content--copyright p {
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer_content--payment {
  padding: 20px 0;
}

.footer_content--payment .title {
  color: #fffa64;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.footer_content--payment .list {
  display: flex;
  gap: 5px;
}

.footer_content--payment .item {
  width: 128px;
  height: 64px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  background: #ffffff;
  padding: 10px 10px;
}

.footer_content--payment .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 1180px) {
  .header_nav--content .mobile-nav {
    display: block;
  }

  .header_nav--content .links .item.mobile {
    display: block;
  }

  .header_nav--content .links {
    position: fixed;
    top: 0;
    left: -310px;
    z-index: 999999;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 0px 12px #333;
    padding-top: 100px;
    gap: 0;
    transition: all ease 0.3s;
  }

  .header_nav--content .links.show {
    left: 0;
  }

  .header_nav--content .links .item.dd {
    display: none;
  }

  .header_nav--content .links .item.mobile-item {
    display: block;
  }

  .header_nav--content .links .item > a {
    color: #000;
    font-weight: 500;
    display: block;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 14px;
  }

  .header_nav--content .links .item .supertext {
    left: initial;
    right: 20px;
    top: 25px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
	text-align:right;
  }

  .header_nav--content .links .item .supertext.livetext {
    animation: scale-pulse 1.5s infinite ease-in-out;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 2px;
    background: red;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    min-width: auto;
  }

  .header_nav--content .links .item.closemobile {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 30px;
    cursor: pointer;
  }
}

@media only screen and (max-width: 1150px) {
  .footer_content--copyright p {
    text-align: center;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .footer_content--middle {
    flex-wrap: wrap;
  }

  .footer_content--middle .box-left {
    width: 100%;
  }

  .footer_wrapper {
    background: linear-gradient(to top, #031438 90%, transparent 90%);
  }

  .footer_content--banner h2 {
    font-size: 40px;
  }

  .footer_content--banner {
    background-size: 100% 100%;
  }

  .footer_content--payment .list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
    gap: 12px;
  }

  .footer_content--payment .item {
    width: 100%;
  }
}

@media only screen and (max-width: 585px) {
  .footer_content--banner {
    background-size: cover;
  }
}

@media only screen and (max-width: 480px) {
  .header_nav--content .logo {
    width: 150px;
  }

  .footer_content--middle .box-right .sitemap .list b,
  .footer_content--middle .box-left .office .title,
  .footer_content--payment .title {
    font-size: 18px;
  }

  .footer_content--middle .box-right .sitemap .list a,
  .footer_content--middle .box-left {
    font-size: 14px;
  }

  .footer_content--banner h2 {
    font-size: 25px;
  }

  .footer_content--banner .icon-list .item {
    width: 50px;
  }

  .footer_content--banner .image_bg2,
  .footer_content--banner .image_bg1 {
    width: 50px;
  }
}

@media only screen and (max-width: 414px) {
  .header_top--content .cart-item a p {
    display: none;
  }

  .header_top--content .button-item a {
    font-size: 14px;
  }

  .footer_content--banner .image_bg2 {
    bottom: 0;
    top: initial;
  }
}

@keyframes scale-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); /* Grows by 10% */
  }
}

@media (min-width: 1200px) {
  .header_top--content,
  .header_nav--content,
  .footer_content {
    max-width: 1140px;
  }

  .header_nav--content .links {
    gap: 20px;
  }
}

@media (min-width: 1400px) {
  .header_top--content,
  .header_nav--content,
  .footer_content {
    max-width: 1320px;
    width: 100%;
    transition: all ease 0.3s;
  }
}
