.oswald {
  font-family: "Oswald", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  background-color: #121212;
  color: #B1B1B1;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

h1, .h1 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
@media only screen and (min-width: 576px) {
  h1, .h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1600px) {
  h1, .h1 {
    font-size: 48px;
  }
}

h2, .h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
@media only screen and (min-width: 576px) {
  h2, .h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1600px) {
  h2, .h2 {
    font-size: 44px;
  }
}

h3, .h3 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  h3, .h3 {
    font-size: 30px;
  }
}

h4, .h4 {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  h4, .h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  h4, .h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  h5, .h5 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  h5, .h5 {
    font-size: 20px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
[type=number],
[type=file],
textarea,
select {
  padding: 0 14px;
  width: 100%;
  border-radius: 0px;
  height: 42px;
  background-color: #333333;
  color: #B1B1B1;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  outline: none;
  margin-bottom: 10px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
[type=number]::placeholder,
[type=file]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #B1B1B1;
}
@media only screen and (min-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=url],
  input[type=search],
  [type=number],
  [type=file],
  textarea,
  select {
    height: 48px;
    padding: 0 18px;
  }
}

textarea {
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  textarea {
    min-height: 120px;
  }
}

a {
  transition: 0.4s;
}

input[type=submit],
input[type=button],
button,
.btn-primary {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  background-color: #FF2626;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  transition: 0.4s;
}
@media only screen and (min-width: 992px) {
  input[type=submit],
  input[type=button],
  button,
  .btn-primary {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  input[type=submit],
  input[type=button],
  button,
  .btn-primary {
    padding: 12px 35px;
  }
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
.btn-primary:hover {
  background-color: #bf0a0a;
}

.secTitle {
  font-size: 24px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) {
  .secTitle {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .secTitle {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .secTitle {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .secTitle {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1600px) {
  .secTitle {
    font-size: 48px;
  }
}

.secTag {
  display: block;
  width: fit-content;
  font-family: "Oswald", sans-serif;
  background-color: #FF2626;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 10px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1200px) {
  .secTag {
    font-size: 14px;
    padding: 4px 14px;
    margin-bottom: 12px;
  }
}

.secHeading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) {
  .secHeading {
    flex-wrap: unset;
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .secHeading {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .secHeading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .secHeading {
    margin-bottom: 60px;
  }
}
.secHeading .secHTtl {
  flex-grow: 1;
}
@media only screen and (max-width: 575px) {
  .secHeading .secHTtl {
    width: 100%;
  }
}

.secSeemore a {
  display: flex;
  flex-wrap: wrap;
  width: max-content;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .secSeemore a {
    font-size: 16px;
  }
}
.secSeemore a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 1px;
  transition: 0.3s;
}
.secSeemore a:hover::after {
  background-color: #FF2626;
}
.secSeemore a svg {
  width: 16px;
}

@keyframes stickySlide {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  header.sticky .headerContent {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    animation: stickySlide 0.3s;
    z-index: 99999;
  }
}
@media only screen and (min-width: 1200px) {
  header.sticky .headerContent .abStickyMenu {
    display: flex;
    animation: stickySlide 0.3s;
  }
}

.abStickyMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #121212;
  border-bottom: 1px solid #444444;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  z-index: 99999;
  padding-right: 40px;
}
.abStickyMenu .logoHolder {
  border-right: unset;
}

.headerContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #121212;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
}
@media only screen and (max-width: 1200px) {
  .headerContent {
    align-items: center;
    padding: 12px 12px;
  }
}

.logoHolder {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .logoHolder {
    width: 218px;
    border-right: 1px solid #444444;
  }
}
.logoHolder img {
  width: 138px;
}

.headerCntnt {
  width: 33.33%;
}
@media only screen and (min-width: 1200px) {
  .headerCntnt {
    flex-grow: 1;
  }
}

.hTopbar {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #444444;
  padding: 10px 40px;
}
@media only screen and (max-width: 1199px) {
  .hTopbar {
    display: none;
  }
}
.hTopbar .headerContact {
  display: flex;
  align-items: center;
  width: 50%;
}
.hTopbar .headerContact span, .hTopbar .headerContact marquee {
  line-height: 1.3;
  font-size: 14px;
}
.hTopbar .headerContact span:not(:last-child), .hTopbar .headerContact marquee:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hTopbar .headerContact span a, .hTopbar .headerContact marquee a {
  color: #ffffff;
  text-decoration: none;
}
.hTopbar .headerContact marquee {
  font-size: 16px;
  font-weight: 500;
}

.headerSocials {
  display: flex;
  gap: 30px;
}
.headerSocials a {
  font-size: 16px;
  color: #ffffff;
}

.menuSection {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 1200px) {
  .menuSection {
    justify-content: space-between;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .dskMenu {
    display: none;
  }
}
.dskMenu > ul {
  display: flex;
  list-style: none;
  gap: 50px;
  margin-bottom: 0;
  padding-left: 0;
}
.dskMenu > ul > li {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.dskMenu > ul > li.current-menu-item {
  position: relative;
}
.dskMenu > ul > li.current-menu-item > a {
  color: #FF2626;
}
.dskMenu > ul > li:hover .sub-menu {
  transform: scaleY(1);
  visibility: visible;
}
.dskMenu > ul > li > a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 25px 0;
}
.dskMenu > ul > li > a:hover {
  color: #FF2626;
}
.dskMenu > ul a {
  text-decoration: none;
}
.dskMenu .sub-menu {
  position: absolute;
  width: 250px;
  background-color: #222222;
  left: -20px;
  top: 100%;
  list-style: none;
  padding: 20px 30px;
  transform: scaleY(0);
  transform-origin: top;
  visibility: hidden;
  transition: 0.2s;
  z-index: 999999;
}
.dskMenu .sub-menu li {
  margin-bottom: 5px;
}
.dskMenu .sub-menu a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #B1B1B1;
}
.dskMenu .sub-menu a:hover {
  color: #FF2626;
}

.menuActions {
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 480px) {
  .menuActions {
    gap: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .menuActions {
    gap: 30px;
  }
}
.menuActions a {
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.searchTogglewrapper {
  position: relative;
}
.searchTogglewrapper .searchForm {
  position: absolute;
  display: none;
  width: 300px;
  right: -55px;
  top: 120%;
}
@media only screen and (min-width: 1200px) {
  .searchTogglewrapper .searchForm {
    right: -20px;
  }
}
.searchTogglewrapper .searchForm form {
  position: relative;
}
.searchTogglewrapper .searchForm form input {
  height: 55px;
  padding-right: 45px;
  margin-bottom: 0;
}
.searchTogglewrapper .searchForm form button {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  padding: 0 20px 0 6px;
  background-color: unset;
}

.cartHolder {
  position: relative;
}
.cartHolder span {
  position: absolute;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background-color: #FF2626;
  color: #ffffff;
  border-radius: 50px;
  top: -5px;
  right: -7px;
}

#ab_mmenu:not(.mm-spn) {
  display: none;
}

.mm-ocd--open {
  z-index: 100000;
}

.mm-spn li::after {
  margin-left: 0 !important;
}

.mneuNavDiv {
  width: 25%;
}
@media only screen and (min-width: 1200px) {
  .mneuNavDiv {
    display: none;
  }
}
.mneuNavDiv .mmenuButton {
  font-size: 30px;
  color: #ffffff;
}

#ab_mmenu {
  background-color: #222222;
  color: #ffffff;
}

.mm-spn--open a {
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
}
.mm-spn--open li.current-menu-item > a, .mm-spn--open li.current-menu-parent > a, .mm-spn--open li:hover > a, .mm-spn--open li:active > a {
  background-color: #444444;
  color: #ffffff;
}
.mm-spn--open li::before {
  top: 50% !important;
}

.heroBanner {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 90vh; /* Full screen height */
  overflow: hidden;
}

.heroBannerVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.heroBannerContent {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  z-index: 2;
}
.heroBannerContent .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hBannerContent {
  max-width: 720px;
}
@media only screen and (max-width: 991px) {
  .hBannerContent {
    text-align: center;
  }
}
.hBannerContent > span {
  display: block;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FF2626;
  margin-bottom: 15px;
}
.hBannerContent h1 {
  font-size: 26px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  .hBannerContent h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .hBannerContent h1 {
    font-size: 36px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .hBannerContent h1 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 1200px) {
  .hBannerContent h1 {
    font-size: 52px;
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  .hBannerContent h1 {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
.hBannerContent p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1600px) {
  .hBannerContent p {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

footer {
  background-color: #000000;
}

.cpyRtSec {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cpyRtSec .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cpyRtSec .cr_txt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .cpyRtSec .cr_txt {
    width: 100%;
  }
}
.cpyRtSec .cr_txt a {
  text-decoration: none;
  color: #FF2626;
}

.footerSocials {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .footerSocials {
    width: 100%;
    justify-content: center;
  }
}
.footerSocials a {
  font-size: 16px;
  color: #B1B1B1;
}
.footerSocials a:hover {
  color: #ffffff;
}

.footerLHolder {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .footerLHolder {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  .footerLHolder {
    width: 218px;
  }
}
.footerLHolder img {
  width: 138px;
}

.footerContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0 30px;
}
@media only screen and (min-width: 576px) {
  .footerContent {
    padding: 50px 0 40px;
  }
}
@media only screen and (min-width: 992px) {
  .footerContent {
    padding: 60px 0 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .footerContent {
    padding: 80px 0 60px;
  }
}
.footerContent .abInfo {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .footerContent .abInfo {
    max-width: 400px;
  }
}
.footerContent .abInfo h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
}
.footerContent .abInfo h3 a {
  text-decoration: none;
  color: #FF2626;
}
.footerContent .abInfo ul {
  list-style: none;
  padding-left: 0;
}
.footerContent .abInfo ul li {
  margin-bottom: 10px;
}
.footerContent .abInfo ul li span {
  margin-right: 10px;
}
.footerContent .ftr_ttl {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  .footerContent .ftr_ttl {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .footerContent .ftr_ttl {
    margin-bottom: 30px;
  }
}

.abOlinks, .abQlinks {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  .abOlinks, .abQlinks {
    width: 48%;
  }
}
@media only screen and (min-width: 1200px) {
  .abOlinks, .abQlinks {
    width: auto;
  }
}
.abOlinks ul, .abQlinks ul {
  padding-left: 0;
  list-style: none;
}
.abOlinks ul li, .abQlinks ul li {
  margin-bottom: 10px;
}
.abOlinks ul li a, .abQlinks ul li a {
  color: #B1B1B1;
  text-decoration: none;
}
.abOlinks ul li a:hover, .abQlinks ul li a:hover {
  color: #ffffff;
}

.abfSub {
  width: 100%;
  max-width: 440px;
}
@media only screen and (min-width: 1200px) {
  .abfSub {
    max-width: 340px;
  }
}
@media only screen and (min-width: 1600px) {
  .abfSub {
    max-width: 440px;
  }
}
.abfSub form {
  display: flex;
  width: 100%;
  height: 60px;
}
.abfSub form input {
  flex-grow: 1;
  height: auto;
  margin-bottom: 0;
}
.abfSub form button {
  height: auto;
  padding: 0 20px;
  font-weight: 600;
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 rgba(255, 255, 255, 0);
  }
}
.abfulviewVideo {
  width: 100%;
  aspect-ratio: 10/3.5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.abfulviewVideo > a {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .abfulviewVideo > a {
    width: 80px;
    height: 80px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .abfulviewVideo > a {
    width: 100px;
    height: 100px;
    font-size: 20px;
  }
}
.abfulviewVideo > a::after, .abfulviewVideo > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: 0 0;
  transform: translate(-50%, -50%);
  animation-delay: 0.9s;
  box-shadow: 0 0 rgba(255, 255, 255, 0.6);
  animation: ripple 3s infinite;
  transition: all 0.4s ease;
}
.abfulviewVideo > a::after {
  animation-delay: 0.6s;
}

.YouTubePopUp-Wrap .YouTubePopUp-Content {
  width: 100%;
  max-width: 1200px;
  padding: 12px;
}
.YouTubePopUp-Wrap .YouTubePopUp-Content iframe {
  width: calc(100% - 24px) !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
.abWelcomeSec {
  margin: 30px 0;
}
@media only screen and (min-width: 576px) {
  .abWelcomeSec {
    margin: 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .abWelcomeSec {
    margin: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .abWelcomeSec {
    margin: 60px 0;
  }
}

.abCtaSec {
  color: #ffffff;
  padding: 70px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .abCtaSec {
    padding: 90px 0;
  }
  .abCtaSec .btn-primary {
    padding: 16px 25px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1200px) {
  .abCtaSec {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .abCtaSec {
    padding: 150px 0;
  }
}
.abCtaSec .col-lg-6 {
  max-width: 580px;
}
.abCtaSec .ctaAction {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  font-family: "Oswald", sans-serif;
}
.abCtaSec .ctaAction .ctaInfo span {
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .abCtaSec .ctaAction .ctaInfo span {
    font-size: 14px;
  }
}
.abCtaSec .ctaAction .ctaInfo p {
  font-size: 20px;
  font-weight: 600;
  color: #FF2626;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .abCtaSec .ctaAction .ctaInfo p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .abCtaSec .ctaAction .ctaInfo p {
    font-size: 24px;
  }
}

.ourProductsWrapper, .latestNewsWrapper {
  padding: 50px 0;
}
@media only screen and (min-width: 576px) {
  .ourProductsWrapper, .latestNewsWrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .ourProductsWrapper, .latestNewsWrapper {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 992px) {
  .ourProductsWrapper, .latestNewsWrapper {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .ourProductsWrapper, .latestNewsWrapper {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .ourProductsWrapper, .latestNewsWrapper {
    padding: 100px 0;
  }
}

.latestNews {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 576px) {
  .latestNews {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .latestNews {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .latestNews {
    gap: 40px;
  }
}
.latestNews .ltsNews {
  margin-bottom: 12px;
}
.latestNews .ltsnImg {
  width: 100%;
  aspect-ratio: 10/6;
  margin-bottom: 20px;
}
.latestNews .ltsnImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latestNews .postMeta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.latestNews .postMeta span {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
}
@media only screen and (min-width: 1200px) {
  .latestNews .postMeta span {
    font-size: 14px;
  }
}
.latestNews .postMeta span:not(:last-child):after {
  content: "-";
  margin: 0 15px;
}
.latestNews .postMeta span a {
  color: inherit;
  text-decoration: none;
}
.latestNews .postMeta span a:hover {
  color: #FF2626;
}
.latestNews .ltsnDetails h4 {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  .latestNews .ltsnDetails h4 {
    margin-bottom: 20px;
  }
}
.latestNews .ltsnDetails p {
  font-size: 14px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .latestNews .ltsnDetails p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.ourProductsWrapper {
  background-color: #000000;
}

.products {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 480px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .products {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .products {
    gap: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .products {
    gap: 40px;
  }
}
.products .product:hover .productImg span {
  bottom: 0;
}
.products .productImg {
  position: relative;
  width: 100%;
  aspect-ratio: 10/10;
  overflow: hidden;
}
.products .productImg span {
  position: absolute;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  background-color: #FF2626;
  padding: 12px;
  bottom: -55px;
  left: 0;
  transition: 0.3s;
}
.products .productImg span:hover {
  background-color: #bf0a0a;
}
.products .productDetails {
  text-align: center;
  padding: 12px;
}
.products .productDetails .postCat {
  margin-bottom: 10px;
}
.products .productDetails .postCat a {
  text-decoration: none;
  color: #B1B1B1;
  font-size: 12px;
}
@media only screen and (min-width: 1200px) {
  .products .productDetails .postCat a {
    font-size: 14px;
  }
}
.products .productDetails .postCat a:hover {
  color: #FF2626;
}
.products .productDetails h4 {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
}
@media only screen and (min-width: 576px) {
  .products .productDetails h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .products .productDetails h4 {
    font-size: 20px;
  }
}
.products .productDetails .user-rating {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}
.products .productDetails .price {
  display: block;
  font-size: 15px;
  color: #FF2626;
}
@media only screen and (min-width: 992px) {
  .products .productDetails .price {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .products .productDetails .price {
    font-size: 18px;
  }
}
.products .productDetails .price del {
  color: #A6A6A6;
  font-size: 80%;
  margin-right: 8px;
}
.products .productDetails .price ins {
  text-decoration: none;
}
.products .productDetails .price .screen-reader-text {
  display: none;
}

.productSingleWrapper {
  padding: 50px 0;
}
@media only screen and (min-width: 576px) {
  .productSingleWrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .productSingleWrapper {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 992px) {
  .productSingleWrapper {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .productSingleWrapper {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .productSingleWrapper {
    padding: 100px 0;
  }
}

.productSingleSummary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productSingleSummary .productSinglDitails {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .productSingleSummary .productSinglDitails {
    width: 65%;
    margin-bottom: 0;
  }
  .productSingleSummary .productSinglDitails .sProductPriceBox, .productSingleSummary .productSinglDitails .spSpecs {
    display: none;
  }
}

.p_previewMain {
  position: relative;
  margin-bottom: 12px;
}
@media only screen and (min-width: 576px) {
  .p_previewMain {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .p_previewMain {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .p_previewMain {
    margin-bottom: 20px;
  }
}
.p_previewMain:hover .slick-arrow {
  opacity: 1;
}
.p_previewMain .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 1;
  padding: 12px 20px;
}
.p_previewMain .slick-arrow.slick-prev {
  left: 0;
}
.p_previewMain .slick-arrow.slick-next {
  right: 0;
}
.p_previewMain .p_productImg {
  cursor: pointer;
}
.p_previewMain .p_productImg img {
  width: 100%;
  aspect-ratio: 10/6.66;
  object-fit: cover;
}

.p_previewNav {
  overflow: hidden;
  padding-right: 2px;
}
.p_previewNav .slick-list {
  margin: 0 -6px;
}
.p_previewNav .slick-slide {
  margin: 0 6px;
}
@media only screen and (min-width: 576px) {
  .p_previewNav .slick-list {
    margin: 0 -10px;
  }
  .p_previewNav .slick-slide {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 992px) {
  .p_previewNav .slick-list {
    margin: 0 -6px;
  }
  .p_previewNav .slick-slide {
    margin: 0 6px;
  }
}
@media only screen and (min-width: 1200px) {
  .p_previewNav .slick-list {
    margin: 0 -10px;
  }
  .p_previewNav .slick-slide {
    margin: 0 10px;
  }
}
.p_previewNav .p_productImg img {
  width: 100%;
  aspect-ratio: 10/6.9;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.productPrvwSlider {
  position: relative;
}

.productAction {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .productAction {
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
.productAction div {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #222;
  color: #B1B1B1;
}
@media only screen and (max-width: 767px) {
  .productAction div.p_shereLinks {
    width: 100%;
    justify-content: center;
  }
}
.productAction div:hover {
  background-color: #FF2626;
  color: #ffffff;
}
.productAction div > a {
  display: block;
  width: max-content;
  color: inherit;
  text-decoration: none;
  padding: 5px 14px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .productAction div:hover span {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
.productAction div span {
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .productAction div span {
    position: absolute;
    min-width: 100%;
    justify-content: space-between;
    gap: 5px;
    background-color: #222;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1px 6px;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    right: 0;
    transform: translateY(10px);
    transition: 0.3s;
  }
}
.productAction div span a {
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .productAction div span a {
    color: #B1B1B1;
  }
}
.productAction div span a:hover {
  color: #FF2626;
}

.productSsidebar {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .productSsidebar .sProductPriceBox, .productSsidebar .spSpecs {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .productSsidebar {
    width: 32%;
  }
}

.sProductPriceBox {
  background-color: #333333;
  padding: 30px 12px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 576px) {
  .sProductPriceBox {
    padding: 40px 30px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .sProductPriceBox {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .sProductPriceBox {
    margin-bottom: 30px;
  }
}
.sProductPriceBox .btn-primary {
  margin-top: 10px;
  display: block;
  width: 100%;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .sProductPriceBox .btn-primary {
    padding: 16px 20px;
  }
}

.sProductPrice {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sProductPrice, .sProductMsrp {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) {
  .sProductPrice, .sProductMsrp {
    padding: 16px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .sProductPrice, .sProductMsrp {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .sProductPrice, .sProductMsrp {
    padding: 25px 0;
  }
}
.sProductPrice span, .sProductMsrp span {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}
.sProductPrice span.price, .sProductMsrp span.price {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 576px) {
  .sProductPrice span.price, .sProductMsrp span.price {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .sProductPrice span.price, .sProductMsrp span.price {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1600px) {
  .sProductPrice span.price, .sProductMsrp span.price {
    font-size: 30px;
  }
}

.pVendorInfo {
  background-color: #333333;
  padding: 30px 12px 20px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 576px) {
  .pVendorInfo {
    padding: 40px 30px 30px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .pVendorInfo {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .pVendorInfo {
    margin-bottom: 30px;
  }
}

.psbTitle {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .psbTitle {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .psbTitle {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  .psbTitle {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.vandorData {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 1200px) {
  .vandorData {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .vandorData {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.vandorData .vandorImg {
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.vandorData .vandorNpinfo {
  line-height: 1.4;
}
.vandorData .vandorNpinfo a {
  display: block;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (min-width: 1400px) {
  .vandorData .vandorNpinfo a {
    font-size: 18px;
  }
}
.vandorData .vandorNpinfo span {
  font-size: 14px;
  color: #999999;
}

.vandorSocials a {
  display: block;
  padding: 12px 16px;
  margin-bottom: 12px;
  border-width: 2px;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.2);
  color: #B1B1B1;
  font-size: 14px;
  text-decoration: none;
}
.vandorSocials a:hover {
  color: #FF2626;
  border-color: #FF2626;
}
.vandorSocials a i {
  margin-right: 10px;
}

.pVendorcf {
  background-color: #222222;
  padding: 30px 12px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 576px) {
  .pVendorcf {
    padding: 40px 30px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 576px) {
  .pVendorcf {
    margin-bottom: 16px;
  }
  .pVendorcf input, .pVendorcf textarea {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .pVendorcf {
    margin-bottom: 20px;
  }
  .pVendorcf input, .pVendorcf textarea {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .pVendorcf {
    margin-bottom: 30px;
  }
  .pVendorcf input, .pVendorcf textarea {
    margin-bottom: 22px;
  }
  .pVendorcf textarea {
    min-height: 160px;
  }
}

.spSpecs {
  background-color: #222222;
  padding: 30px 12px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 576px) {
  .spSpecs {
    padding: 40px 30px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 576px) {
  .spSpecs {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .spSpecs {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .spSpecs {
    margin-bottom: 30px;
  }
}

.specsList {
  padding: 0;
  list-style: none;
}
.specsList li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1400px) {
  .specsList li {
    font-size: 16px;
    gap: 14px;
    margin-bottom: 14px;
  }
}
.specsList li .sFil {
  flex-grow: 1;
  border-bottom: 2px dotted #B1B1B1;
}
.specsList li .spcV {
  font-weight: 600;
  color: #ffffff;
}

.psSummaryWrapper {
  padding: 25px 0;
}
@media only screen and (min-width: 1400px) {
  .psSummaryWrapper {
    padding: 35px 0;
  }
}

.spMeta span {
  margin-right: 10px;
  font-size: 12px;
  color: #B1B1B1;
}
@media only screen and (min-width: 1200px) {
  .spMeta span {
    font-size: 14px;
  }
  .spMeta span a {
    color: inherit;
    text-decoration: none;
  }
  .spMeta span a:hover {
    color: #ffffff;
  }
}

.psSummaryScrollspy {
  padding: 30px 0;
}
.psSummaryScrollspy h1, .psSummaryScrollspy h2, .psSummaryScrollspy h3, .psSummaryScrollspy h4, .psSummaryScrollspy h5, .psSummaryScrollspy h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .psSummaryScrollspy h1, .psSummaryScrollspy h2, .psSummaryScrollspy h3, .psSummaryScrollspy h4, .psSummaryScrollspy h5, .psSummaryScrollspy h6 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1400px) {
  .psSummaryScrollspy h1, .psSummaryScrollspy h2, .psSummaryScrollspy h3, .psSummaryScrollspy h4, .psSummaryScrollspy h5, .psSummaryScrollspy h6 {
    margin-bottom: 30px;
  }
}
.psSummaryScrollspy .pssSec {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.psSummaryScrollspy ul {
  margin-bottom: 20px;
}
.psSummaryScrollspy ul li {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .psSummaryScrollspy ul {
    margin-bottom: 25px;
  }
  .psSummaryScrollspy ul li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .psSummaryScrollspy ul {
    margin-bottom: 30px;
  }
  .psSummaryScrollspy ul li {
    margin-bottom: 12px;
  }
}
.psSummaryScrollspy blockquote {
  font-style: normal;
  position: relative;
  padding: 50px 40px 45px 90px;
  background: #222222;
  border: none;
  margin: 40px 0;
  color: #ffffff;
}
.psSummaryScrollspy blockquote p {
  font-family: "Roboto", Sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 0;
  color: currentColor;
}
.psSummaryScrollspy blockquote::before {
  color: #FF2626;
  content: "\f10d";
  display: block;
  position: absolute;
  left: 40px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
}
.psSummaryScrollspy .pssSecFeature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin: 40px 0;
}
.psSummaryScrollspy .pssSecFeature ul {
  padding: 0;
  width: 100%;
  list-style: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .psSummaryScrollspy .pssSecFeature ul {
    width: 45%;
  }
}
.psSummaryScrollspy .pssSecFeature ul li {
  margin-bottom: 5px;
}
.psSummaryScrollspy .pssSecFeature ul li i {
  margin-right: 5px;
}
.psSummaryScrollspy iframe {
  padding: 10px 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

#psSummaryWrapper nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
}
#psSummaryWrapper nav.sticky {
  position: fixed;
  width: 100%;
  background-color: #222222;
  left: 0;
  z-index: 9999;
  padding: 0;
}
#psSummaryWrapper nav.sticky .container {
  padding: 0 12px;
}
#psSummaryWrapper nav.sticky ul {
  gap: 0;
}
#psSummaryWrapper nav.sticky ul a {
  display: block;
  padding: 12px;
}
#psSummaryWrapper nav.sticky ul a:hover, #psSummaryWrapper nav.sticky ul a.active {
  background-color: #FF2626;
  color: #ffffff;
}
@media only screen and (min-width: 1600px) {
  #psSummaryWrapper nav.sticky ul a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  #psSummaryWrapper nav {
    display: none;
  }
}
#psSummaryWrapper nav:not(.sticky) ul a:hover, #psSummaryWrapper nav:not(.sticky) ul a.active {
  position: relative;
}
#psSummaryWrapper nav:not(.sticky) ul a:hover::after, #psSummaryWrapper nav:not(.sticky) ul a.active::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FF2626;
  left: 0;
  bottom: -16px;
  transition: 0.4s;
}
#psSummaryWrapper .container {
  padding: 0;
}
#psSummaryWrapper ul {
  display: flex;
  gap: 40px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#psSummaryWrapper ul a {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
#psSummaryWrapper ul a:hover, #psSummaryWrapper ul a.active {
  color: #FF2626;
}
@media only screen and (min-width: 1600px) {
  #psSummaryWrapper ul a {
    font-size: 18px;
  }
}

.invantoryWrapper {
  overflow: hidden;
  padding: 50px 0;
}
@media only screen and (min-width: 576px) {
  .invantoryWrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .invantoryWrapper {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 992px) {
  .invantoryWrapper {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .invantoryWrapper {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .invantoryWrapper {
    padding: 100px 0;
  }
}

.invatorySlider .slick-list {
  margin: 0 -6px;
}
.invatorySlider .slick-slide {
  margin: 0 6px;
}
@media only screen and (min-width: 992px) {
  .invatorySlider .slick-list {
    margin: 0 -10px;
  }
  .invatorySlider .slick-slide {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .invatorySlider .slick-list {
    margin: 0 -20px;
  }
  .invatorySlider .slick-slide {
    margin: 0 20px;
  }
}
.invatorySlider .slick-dots {
  position: relative;
  display: flex !important;
  align-items: center;
  width: fit-content;
  list-style: none;
  margin: auto;
  margin-top: 4%;
  padding-left: 0;
}
.invatorySlider .slick-dots::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B1B1B1;
}
.invatorySlider .slick-dots li {
  width: 20px;
  height: 3px;
  background-color: #FF2626;
  opacity: 0;
  transition: 0.4s;
  cursor: pointer;
  z-index: 1;
}
.invatorySlider .slick-dots li.slick-active, .invatorySlider .slick-dots li:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .invatorySlider .slick-dots li {
    width: 40px;
  }
}
.invatorySlider .slick-dots button {
  font-size: 0;
  padding: 0;
}
.invatorySlider .inventoryCard {
  padding: 12px;
  background-color: #222222;
}
@media only screen and (min-width: 576px) {
  .invatorySlider .inventoryCard {
    padding: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .invatorySlider .inventoryCard {
    padding: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .invatorySlider .inventoryCard {
    padding: 30px;
  }
}
.invatorySlider .icHead {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 5px;
}
.invatorySlider .icHTxt {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .invatorySlider .icHTxt {
    width: 50%;
    flex-grow: 1;
  }
}
.invatorySlider .icHTxt h4 {
  font-family: "Oswald", sans-serif;
  margin-bottom: 0;
}
.invatorySlider .icHTxt h4 a {
  text-decoration: none;
  color: #ffffff;
}
.invatorySlider .icHTxt span {
  font-size: 12px;
}
@media only screen and (min-width: 1200px) {
  .invatorySlider .icHTxt span {
    font-size: 14px;
  }
}
.invatorySlider .icHTxt span a {
  font-weight: 300;
  color: #FF2626;
  text-decoration: none;
}
.invatorySlider .icButton {
  width: 100%;
  display: flex;
  gap: 8px;
}
@media only screen and (min-width: 576px) {
  .invatorySlider .icButton {
    width: fit-content;
  }
}
.invatorySlider .icButton a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #B1B1B1;
  text-decoration: none;
}
.invatorySlider .icButton a:hover {
  background-color: #FF2626;
  color: #ffffff;
  border-color: #FF2626;
}
@media only screen and (min-width: 992px) {
  .invatorySlider .icButton a {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.invatorySlider .icImagBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 10/7;
}
.invatorySlider .icImagBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.invatorySlider .icImagBox span {
  position: absolute;
  display: block;
  width: 150px;
  background-color: #FF2626;
  padding: 5px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  top: 16px;
  transform: rotate(45deg);
  right: -44px;
}
.invatorySlider .icImagBox span.forRent {
  background-color: #2295D8;
}
.invatorySlider .icSpecs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  list-style: none;
  padding: 15px 0;
}
.invatorySlider .icSpecs li {
  display: flex;
  gap: 10px;
  line-height: 1.4;
  margin-bottom: 2px;
}
.invatorySlider .icSpecs li .ics_ico {
  width: 20px;
  color: #FF2626;
  text-align: center;
}
.invatorySlider .icSpecs li .ics_ico i {
  font-size: 100%;
}
.invatorySlider .icSpecs li .ics_ico img {
  margin-top: 4px;
  width: 100%;
  object-fit: contain;
}
.invatorySlider .icSpecs li .ics_dtl p {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) {
  .invatorySlider .icSpecs li .ics_dtl p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .invatorySlider .icSpecs li .ics_dtl p {
    font-size: 18px;
  }
}
.invatorySlider .icSpecs li .ics_dtl span {
  color: #B1B1B1;
  font-size: 12px;
}
@media only screen and (min-width: 1200px) {
  .invatorySlider .icSpecs li .ics_dtl span {
    font-size: 14px;
  }
}
.invatorySlider .icPricePart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.invatorySlider .icPricePart .icPPText span {
  display: block;
  color: #B1B1B1;
  font-size: 12px;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) {
  .invatorySlider .icPricePart .icPPText span {
    font-size: 14px;
  }
}
.invatorySlider .icPricePart .icPPText span.price {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .invatorySlider .icPricePart .icPPText span.price {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .invatorySlider .icPricePart .icPPText span.price {
    font-size: 20px;
  }
}
.invatorySlider .icPricePart .icPPText span.msrpPrice {
  color: #FF2626;
  font-weight: 300;
  margin-top: 5px;
}
.invatorySlider .icPricePart .btn-primary {
  font-size: 14px;
}

.ourGalleryWrapper {
  padding: 50px 0;
}
@media only screen and (min-width: 576px) {
  .ourGalleryWrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .ourGalleryWrapper {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 992px) {
  .ourGalleryWrapper {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .ourGalleryWrapper {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .ourGalleryWrapper {
    padding: 100px 0;
  }
}

.galleryWrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
@media only screen and (min-width: 420px) {
  .galleryWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) {
  .galleryWrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .galleryWrapper {
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .galleryWrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1400px) {
  .galleryWrapper {
    gap: 30px;
  }
}
.galleryWrapper .galleryImage {
  width: 100%;
  aspect-ratio: 10/8;
}
.galleryWrapper .galleryImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}/*# sourceMappingURL=style.css.map */