@import url("https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: "HelveticaNeue CondensedBlack";
  src: url(../fonts/Helvetica-Neue-Condensed-Black.ttf);
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url(../fonts/AGaramondPro-Regular.otf);
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url(../fonts/AGaramondPro-Bold.otf);
  font-weight: bold;
}
@font-face {
  font-family: "Bombardier";
  src: url(../fonts/BOMBARD.otf);
  font-weight: bold;
}
body {
  font-family: "Poppins", sans-serif !important;
  color: #000 !important;
  font-size: 18px;
  line-height: 1.8;
  overflow-x: hidden;
}
header {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
}
header ul.menu {
  padding: 0;
  display: -webkit-flex;
  grid-gap: 24px;
  margin: auto;
  -webkit-justify-content: flex-end;
  text-transform: uppercase;
  font-size: 1em;
}
header ul.menu li {
  list-style: none;
}
header ul.menu li a {
  color: #fff;
}
header ul.menu li:last-child a {
  background: #FFF;
  padding: 8px 15px;
  border-radius: 3px;
  color: #000;f
  font-weight: 800;
}
header ul.menu li:last-child a:hover {
  text-decoration: unset;
  background-color: #fff;
  color: #000;
}
img {
  max-width: 100%;
}
img.center {
  margin: auto;
  display: block;
}
img.featured-2 {
  margin-top: -140px;
  margin-bottom: -100px;
}
.bg-1 {
  background-image: url(../img/bg-1.jpg);
  background-size: cover;
  padding-top: 6rem;
}
.bg-2 {
  background-color: #7e0f0f;
}
.bg-3 {
  background-color: #f4f4f4;
}
.bg-4 {
  background-image: url(../img/bg-2.jpg);
  background-size: cover;
}
.ff-1 {
  font-family: "PT Sans Narrow", sans-serif;
}
.ff-2 {
  font-family: "HelveticaNeue CondensedBlack";
}
.ff-3 {
  font-family: "Adobe Garamond Pro";
}
.fs-1 {
  font-size: 3.5rem;
}
.c-0 {
  color: #fff;
}

.c-00 {
color: #a5a5a5;
}

.c-1 {
  color: #c6c800;
}
.c-2 {
  color: #acd571;
}
.c-3 {
  color: #bd0300;
}
.c-4 {
  color: #c0c0c0;
}
.c-5 {
  color: #d67e00;
}
.c-6 {
  color: #dcdad4;
}
.hl-1 {
  background: #628b00;
}
footer a {
  color: #fff !important;
}
footer {
  font-size: 13px;
}
h1 {
     text-shadow: 5px 5px 6px BLACK;
}
.product-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  grid-gap: 30px;
  width: 900px;
  margin: auto;
  max-width: 100%;
}
.product {
  box-shadow: 0 0 30px #0000004a;
  padding: 30px;
}
.product-heading {
  background: #170832;
  color: #fff;
  padding: 15px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 30px;
}
.product h3 {
  font-size: 21px;
  font-weight: bold;
  margin: 0;
}
.product h4 {
  font-size: 21px;
  font-weight: bold;
}
.product-price span:nth-child(3) {
  font-size: 11px;
  padding-left: 5px;
}
.product-price span:nth-child(2) {
  font-size: 35px;
}
.product-price span:nth-child(1) {
  font-size: 21px;
  position: relative;
  top: -15px;
}
.product-price {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  line-height: 1;
  margin-bottom: 1rem;
}
.product-save {
  font-weight: bold;
  color: #dd2b29;
  text-transform: uppercase;
  font-size: 21px;
}
.add-cart-btn:hover {
  color: #fff;
  text-decoration: unset;
  filter: brightness(1.1);
}
.add-cart-btn {
  background: linear-gradient(45deg, #fd9900, #ef8000);
  color: #fff;
  width: 100%;
  display: block;
  padding: 15px;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  box-shadow: 5px 5px #e5e5e5;
  transition-duration: 0.3s;
  margin-bottom: 5px;
}
.mbg {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: underline;
}
.payment-method {
  width: 160px;
}
.price-wrapper {
  margin-top: 1rem;
  font-size: 21px;
}
.current-price {
  font-weight: bold;
}
.previous-price:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  display: block;
  background: #dd2b29;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.previous-price {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.shipping {
  font-size: 21px;
}
.product:nth-child(2) .product-heading {
  background: linear-gradient(90deg, #2c522c, #189733, #2c522c);
}
.product:nth-child(2) {
  border-width: 5px;
  border-color: #189733;
  border-style: dashed;
}
.product:nth-child(2) .product-heading {
  background: linear-gradient(90deg, #2c522c, #189733, #2c522c);
  margin-left: -35px;
  margin-right: -35px;
  margin-top: -35px;
}
.product-img {
  width: 200px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 1rem;
}
.reference p {
  color: #b8b8b8;
  font-size: 13px;
}
.ref-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: fit-content;
  margin: auto;
  grid-gap: 30px;
}
footer ul.menu li a {
  color: #fff;
  margin: 0 15px;
}
footer ul.menu {
  padding: 0;
  text-align: center;
}
footer ul.menu li {
  display: inline-block;
}
footer ul.menu li:not(:last-child):after {
  content: "-";
  color: #fff;
}
footer ul.menu li a strong {
  font-weight: unset;
}
ul.type-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
  margin: auto;
  font-size: 18px;
}
ul.type-1 li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}

ul.type-1 li:before {
  content: "";
  background-image: url(../img/bullet-1.png);
  background-size: cover;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 5px;
}
ul.type-2 {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
  margin: auto;
  font-size: 3rem;
  width: fit-content;
  font-family: "HelveticaNeue CondensedBlack";
  line-height: 100%;
  margin-bottom: 3rem;
}
ul.type-2 li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
ul.type-2 li:last-child {
  color: #9f0000;
}
ul.type-2 li:before {
  content: "";
  background-image: url(../img/bullet-2.png);
  background-size: contain;
  width: 92px;
  height: 38px;
  position: absolute;
  left: -20px;
  top: 5px;
  background-repeat: no-repeat;
}
.btn-1 {
  background: linear-gradient(180deg, #019156, #02ac54);
  color: #fff !important;
  text-decoration: unset !important;
  font-weight: bold;
  font-family: "HelveticaNeue CondensedBlack";
  padding: 15px 100px;
  display: block;
  font-size: 2.5rem;
  text-align: center;
  width: fit-content;
  margin: auto;
  border-radius: 5px;
  border-bottom: 8px solid #07743c;
  position: relative;
  transition-duration: 0.3s;
}
.btn-1:hover {
  transform: scale(1.1);
}
.btn-cart {
  background: linear-gradient(180deg, #019156, #02ac54);
  color: #fff !important;
  text-decoration: unset !important;
  font-weight: bold;
  font-family: "HelveticaNeue CondensedBlack";
  padding: 15px 100px;
  display: block;
  font-size: 2.5rem;
  text-align: center;
  width: fit-content;
  margin: auto;
  border-radius: 5px;
  border-bottom: 8px solid #07743c;
  position: relative;
  transition-duration: 0.3s;
}
.btn-cart:before {
  content: "";
  background: url(../img/img-7.png);
  width: 79px;
  height: 80px;
  display: block;
  position: absolute;
  left: -110px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  margin-bottom: 2rem;
}
.btn-cart:after {
  content: "";
  background: url(../img/img-8.png);
  width: 79px;
  height: 80px;
  display: block;
  position: absolute;
  right: -110px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
}
.btn-cart:hover {
  transform: scale(1.1);
}
.value-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 3rem 0;
}
.value-wrapper > div:nth-child(1) span:nth-child(1) {
  font-family: "Adobe Garamond Pro";
  font-size: 26px;
  line-height: 100%;
}
.value-wrapper > div:nth-child(1) span:nth-child(2) {
  font-family: "HelveticaNeue CondensedBlack";
  font-size: 65px;
  line-height: 100%;
  position: relative;
}
.value-wrapper > div:nth-child(1) span:nth-child(2):before {
  content: "";
  position: absolute;
  width: 116%;
  background: red;
  height: 5px;
  display: block;
  left: 0;
  top: 50%;
  transform: rotate(331deg);
}
.value-wrapper > div:nth-child(2) span:nth-child(1) {
  font-family: "Adobe Garamond Pro";
  font-size: 26px;
  line-height: 100%;
  color: #d91717;
}
.value-wrapper > div:nth-child(2) span:nth-child(2) {
  font-family: "HelveticaNeue CondensedBlack";
  font-size: 90px;
  line-height: 100%;
  position: relative;
  color: #d91717;
}
.value-wrapper span {
  display: block;
}
.video-wrapper > div {
  max-width: 1000px;
  margin: auto;
  border: 3px solid #843434;
}
.mobile {
  display: none !important;
}
.mobile-menu {
  color: #dcd1a5;
  font-size: 30px !important;
  float: right;
}
.mobile-menu-container > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-menu-container {
  position: fixed;
  background-color: #fff !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  text-align: center;
  width: 100vw;
}
.mobile-menu-container li,
.mobile-menu-container li a {
  font-size: 21px;
  color: inherit;
}
.mobile-menu-container .close {
  color: #dcd1a5;
  position: absolute;
  right: 0;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 30px;
}
.mobile-menu-container ul {
  margin-top: 5rem;
}
.list-wrapper > .list > div:nth-child(1) img {
  width: 130px;
}
.list-wrapper > .list > div:nth-child(2) img {
  width: 40px;
}
.list-wrapper > .list > div:nth-child(3) {
  width: 300px;
}
.list-wrapper > .list > div:nth-child(3) img {
  max-width: 100px !important;
  height: 100px;
}

.container {
    max-width: 1200px;
}

.list-wrapper > .list {
  display: flex;
  margin: auto;
  gap: 30px;
  color: #fff;
  line-height: 100%;
  font-size: 21px;
  width: fit-content;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.list-wrapper > .list strong {
  font-family: "Bombardier";
  font-size: 28px;
  line-height: 100%;
}
.list-wrapper > div.list:last-child > diV:first-child img {
  width: 97px;
  height: 130px;
  object-fit: contain;
}
.list-wrapper > div.list:last-child > diV:first-child {
  display: flex;
  justify-content: start;
  align-items: start;
}
@media screen and (max-width: 992px) {
  .ref-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
  .product-table {
    grid-template-columns: 1fr;
  }
  .ref-grid p {
    font-size: 10px;
  }
  .ref-grid {
    overflow-x: scroll;
  }
  .fs-1 {
    font-size: 35px;
  }
  .btn-cart {
    padding: 15px;
    width: 100%;
  }
  .btn-cart:before,
  .btn-cart:after {
    display: none;
  }
  ul.menu.desktop {
    display: none;
  }
  .mobile {
    display: block !important;
  }
  .bg-1 {
    padding-bottom: 3rem;
  }
  .btn-1 {
    padding: 15px;
    width: 100%;
  }
  .bg-1 .pl-5 {
    padding-left: 15px !important;
  }
  img.feaured {
    width: 200px;
    margin-bottom: 2rem;
  }
  img.featured-2 {
    margin-top: 0;
    margin-bottom: 0;
}
}
