@supports (font-variation-settings: normal) {
  @font-face {
    font-family: "NVIDIA-NALA";
    src: url("../fonts/NVIDIASansVF_NALA_W_Wght.woff2")
        format("woff2 supports variations"),
      url("../fonts/NVIDIASansVF_NALA_W_Wght.woff2") format("woff2-variations");
    font-weight: 100 1000;
    font-stretch: 25% 151%;
    font-style: normal;
  }

  @font-face {
    font-family: "NVIDIA-EMEA";
    src: url("../fonts/NVIDIASansVF_EMEA_W_Wght.woff2")
        format("woff2 supports variations"),
      url("../fonts/NVIDIASansVF_EMEA_W_Wght.woff2") format("woff2-variations");
    font-weight: 100 1000;
    font-stretch: 25% 151%;
    font-style: normal;
  }

  @font-face {
    font-family: "NVIDIA-RU";
    src: url("../fonts/NVIDIASansVF_CYR_W_Wght.woff2")
        format("woff2 supports variations"),
      url("../fonts/NVIDIASansVF_CYR_W_Wght.woff2") format("woff2-variations");
    font-weight: 100 1000;
    font-stretch: 25% 151%;
    font-style: normal;
  }

  @font-face {
    font-family: "NVIDIA-APAC";
    src: url("../fonts/NVIDIASansVF_APAC_W_Wght.woff2")
        format("woff2 supports variations"),
      url("../fonts/NVIDIASansVF_APAC_W_Wght.woff2") format("woff2-variations");
    font-weight: 100 1000;
    font-stretch: 25% 151%;
    font-style: normal;
  }

  @font-face {
    font-family: "NVIDIA";
    src: url("../fonts/NVIDIASansVF_W_Wght.woff2")
        format("woff2 supports variations"),
      url("../fonts/NVIDIASansVF_W_Wght.woff2") format("woff2-variations");
    font-weight: 100 1000;
    font-stretch: 25% 151%;
    font-style: normal;
  }

  @font-face {
    font-family: "NVIDIA-CN";
    src: url("../fonts/NVIDIASansVF_APAC_W_Wght.woff2")
        format("woff2 supports variations"),
      url("../fonts/NVIDIASansVF_APAC_W_Wght.woff2") format("woff2-variations");
    font-weight: 100 1000;
    font-stretch: 25% 151%;
    font-style: normal;
  }
}
html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h--large,
.h--medium,
.h--small,
.h--smaller,
.h--smallest {
  line-height: 1.25em;
  font-weight: 700;
  color: #000;
}

p,
.intro-copy,
.body-copy,
.legal,
.p-large,
.p-medium,
.p-small {
  font-weight: 400;
}

.p-large {
  line-height: 1.75em;
  font-size: 18px;
  color: #1a1a1a;
}

.p-medium {
  line-height: 25px;
  font-size: 15px;
}

.p-small {
  line-height: 1.4em;
  font-size: 11px;
}
h1 {
  color: inherit;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  font-family: NVIDIA-NALA, Helvetica, Arial, Sans-Serif;
  text-transform: none;
  margin: 0;
  padding: 0;
}

h2 {
  color: inherit;
  font-weight: normal;
  font-size: 32px;
  font-family: NVIDIA-NALA, Helvetica, Arial, Sans-Serif;
  text-transform: none;
  margin: 0;
  padding: 0;
}

h3 {
  color: inherit;
  font-size: 24px;
  line-height: 24px;
  font-family: NVIDIA-NALA, Helvetica, Arial, Sans-Serif;
  text-transform: none;
  margin: 0;
  padding: 0;
}

h4 {
  color: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  font-family: NVIDIA-NALA, Helvetica, Arial, Sans-Serif;
  margin: 0;
  padding: 0;
}

h5 {
  color: inherit;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  font-family: NVIDIA-NALA, Helvetica, Arial, Sans-Serif;
  margin: 0;
  padding: 0;
}

h1,
.h--larg {
  font-size: 28px;
}

h2,
.h--medium {
  font-size: 24px;
}

h3,
.h--small {
  font-size: 20px;
}

h4,
.h--smaller {
  font-size: 18px;
}

h5,
.h--smallest {
  font-size: 16px;
}

.cta-link-regular,
.cta-link-large {
  font-weight: 700;
  line-height: 1.25em;
}

.cta-link-regular {
  font-size: 12px;
}

.cta-link-large {
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1280px) {
  h1,
  .h--larg {
    font-size: 36px;
  }

  h2,
  .h--medium {
    font-size: 28px;
  }

  h3,
  .h--small {
    font-size: 24px;
  }

  h4,
  .h--smaller {
    font-size: 20px;
  }

  h5,
  .h--smallest {
    font-size: 18px;
  }

  .p-large {
    font-size: 20px;
  }

  .cta-link-regular {
    font-size: 14px;
  }

  .cta-link-large {
    font-size: 16px;
  }
}

@media (min-width: 1281px) {
  h1,
  .h--larg {
    font-size: 48px;
  }

  h2,
  .h--medium {
    font-size: 36px;
    line-height: 45px;
  }

  h3,
  .h--small {
    font-size: 28px;
    line-height: 35px;
  }

  h4,
  .h--smaller {
    font-size: 24px;
  }

  h5,
  .h--smallest {
    font-size: 20px;
  }

  .p-large {
    font-size: 22px;
    line-height: 39px;
  }

  .cta-link-regular {
    font-size: 16px;
  }

  .cta-link-large {
    font-size: 18px;
  }
}

body {
  background-color: #fff;
  width: 100%;
  min-width: 320px;
  height: 100%;
  font-family: "NVIDIA-NALA", Helvetica, Arial, Sans-Serif;
}

body:lang(en-us) {
  font-family: NVIDIA-NALA, Arial, Helvetica, Sans-Serif;
}

body:lang(en-zz) {
  font-family: NVIDIA-NALA, Arial, Helvetica, Sans-Serif;
}

body:lang(en-gb) {
  font-family: NVIDIA-NALA, Arial, Helvetica, Sans-Serif;
}

body:lang(en-au) {
  font-family: NVIDIA-NALA, Arial, Helvetica, Sans-Serif;
}

body:lang(en-eu) {
  font-family: NVIDIA-NALA, Arial, Helvetica, Sans-Serif;
}

body:lang(en-in) {
  font-family: NVIDIA-NALA, Arial, Helvetica, Sans-Serif;
}

body:lang(es-la) {
  font-family: NVIDIA-NALA, Arial, Helvetica, Sans-Serif;
}

body:lang(es-uy) {
  font-family: NVIDIA-NALA, Arial, Helvetica, Sans-Serif;
}

body:lang(es-cl) {
  font-family: NVIDIA-NALA, Arial, Helvetica, Sans-Serif;
}

body:lang(es-py) {
  font-family: NVIDIA-NALA, Arial, Helvetica, Sans-Serif;
}

body:lang(es-ar) {
  font-family: NVIDIA-NALA, Arial, Helvetica, Sans-Serif;
}

body:lang(pt-br) {
  font-family: NVIDIA-NALA, Arial, Helvetica, Sans-Serif;
}

body:lang(en-sg) {
  font-family: NVIDIA-NALA, Arial, Helvetica, Sans-Serif;
}

body:lang(en-me) {
  font-family: NVIDIA-NALA, Arial, Helvetica, Sans-Serif;
}

body:lang(en-ph) {
  font-family: NVIDIA-NALA, Arial, Helvetica, Sans-Serif;
}

body:lang(en-my) {
  font-family: NVIDIA-NALA, Arial, Helvetica, Sans-Serif;
}

body:lang(ja-jp) {
  font-family: NVIDIA-APAC, "source-han-sans-japanese", Arial, Helvetica,
    Sans-Serif;
}

body:lang(ko-kr) {
  font-family: NVIDIA-APAC, "source-han-sans-korean", Arial, Helvetica,
    Sans-Serif;
}

body:lang(zh-tw) {
  font-family: NVIDIA-APAC, "source-han-sans-traditional", Arial, Helvetica,
    Sans-Serif;
}

body:lang(zh-cn) {
  font-family: NVIDIA-APAC, "source-han-sans-simplified-c", Arial, Helvetica,
    Sans-Serif;
}

body:lang(de-at) {
  font-family: NVIDIA-EMEA, Arial, Helvetica, Sans-Serif;
}

body:lang(fr-be) {
  font-family: NVIDIA-EMEA, Arial, Helvetica, Sans-Serif;
}

body:lang(cs-cz) {
  font-family: NVIDIA-EMEA, Arial, Helvetica, Sans-Serif;
}

body:lang(da-dk) {
  font-family: NVIDIA-EMEA, Arial, Helvetica, Sans-Serif;
}

body:lang(nl-nl) {
  font-family: NVIDIA-EMEA, Arial, Helvetica, Sans-Serif;
}

body:lang(nb-no) {
  font-family: NVIDIA-EMEA, Arial, Helvetica, Sans-Serif;
}

body:lang(pl-pl) {
  font-family: NVIDIA-EMEA, Arial, Helvetica, Sans-Serif;
}

body:lang(pt-pt) {
  font-family: NVIDIA-EMEA, Arial, Helvetica, Sans-Serif;
}

body:lang(ro-ro) {
  font-family: NVIDIA-EMEA, Arial, Helvetica, Sans-Serif;
}

body:lang(es-es) {
  font-family: NVIDIA-EMEA, Arial, Helvetica, Sans-Serif;
}

body:lang(sv-se) {
  font-family: NVIDIA-EMEA, Arial, Helvetica, Sans-Serif;
}

body:lang(de-ch) {
  font-family: NVIDIA-EMEA, Arial, Helvetica, Sans-Serif;
}

body:lang(tr-tr) {
  font-family: NVIDIA-EMEA, Arial, Helvetica, Sans-Serif;
}

body:lang(de-de) {
  font-family: NVIDIA-EMEA, Arial, Helvetica, Sans-Serif;
}

body:lang(fr-fr) {
  font-family: NVIDIA-EMEA, Arial, Helvetica, Sans-Serif;
}

body:lang(fi-fi) {
  font-family: NVIDIA-EMEA, Arial, Helvetica, Sans-Serif;
}

body:lang(it-it) {
  font-family: NVIDIA-EMEA, Arial, Helvetica, Sans-Serif;
}

body:lang(hu-hu) {
  font-family: NVIDIA-EMEA, Arial, Helvetica, Sans-Serif;
}

body:lang(sl-si) {
  font-family: NVIDIA-EMEA, Arial, Helvetica, Sans-Serif;
}

body:lang(sk-sk) {
  font-family: NVIDIA-EMEA, Arial, Helvetica, Sans-Serif;
}

body:lang(ru-ru) {
  font-family: NVIDIA-RU, Arial, Helvetica, Sans-Serif;
}
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.banner {
  /* background-image: url("../assets/images/jetson-orin-agx-dev-kit-bb300-l.jpg"); */
  /* background-image: image-set(
    url("../assets/images/jetson-orin-agx-dev-kit-bb300-p@2x.jpg") 420w,
	 url("../assets/images/jetson-orin-agx-dev-kit-bb300-t@2x.jpg") 768w,
    url("../assets/images/jetson-orin-agx-dev-kit-bb300-l@2x.jpg") 1280w,
	 url("../assets/images/jetson-orin-agx-dev-kit-bb300-d@2x.jpg") 20480w); */

  /* padding: 10% 0; */
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 70%;
  background-color: #000000;
  position: relative;
}
.banner .container {
  top: 25%;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px;
  height: 100%;
}
.main-content-wrapper {
  margin-top: 90px;
}
.banner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.color-white {
  color: #fff;
}
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  font-size: 15px;
  line-height: 1.666em;
  margin-block-end: 0;
  margin-block-start: 0;
}
.pt75 {
  padding-top: 75px;
}

.pb75 {
  padding-bottom: 75px;
}
.pb15 {
  padding-bottom: 15px;
}
.mb10 {
  margin-bottom: 10px;
}
.promo-background {
  margin: 0;
}
.promoBanner .promoContent .promoText span h3 {
  font-size: 20px;
  line-height: 1.5em;
  color: #1a1a1a;
  padding: 15px 0;
}
.promoBanner{
  display: none;
}
.tooltiptext{
  font-family: NVIDIA-NALA, Arial, Helvetica, Sans-Serif;
}
.excl-vat {
    font-size: 12px;
    font-weight: 400;
}
.promoContent {
  position: relative;
  padding: 10% 15% 10% 0;
}
.promoBanner .promoContent .promoText span .promo-btn {
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  padding: 15px !important;
}
.brand-green-btn {
  color: #fff;
  text-transform: none;
  font-weight: 700;
  background-color: #76b900;
  padding: 10px 12px 10px 12px !important;
  border-radius: 0;
}
.productSection {
  background-color: #eee;
  padding-top: 45px;
  padding-bottom: 45px;
}
h2 {
  line-height: 1.25em;
  font-weight: 700;
}
.cards {
  background-color: #fff;
  /* margin: 15px; */
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
}
#contact-us-section {
  margin-bottom: 45px;
}
.card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 250px;
  height: 250px;
}
.color-black {
  color: #000;
}
.color-green {
  color: #76b900;
}
.cards .card-content a {
  padding: 15px 15px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
#marketo-iframe {
  width: 100%;
  height: 960px;
  border: none;
}
/* iframe#marketo-iframe:lang(zh-CN) {
  height: 1210px;
} */
iframe#marketo-iframe:lang(ja-JP) {
  height: 1095px;
}
iframe#marketo-iframe:lang(de-DE), iframe#marketo-iframe:lang(fr-FR), iframe#marketo-iframe:lang(es-ES),iframe#marketo-iframe:lang(it-IT) {
  height: 980px;
}
.card-content {
  padding: 0 24px;
  padding-bottom: 30px;
}
.w50.col-md-6.col-sm-6.p-0{
  display: grid
}
.cta {
  display: inline-block;
  background-color: #76b900;
  color: #000;
  border: none;
  cursor: pointer;
  font-size: 18px;
  transition: all .2s ease-out;
  padding: 10px 12px 10px 12px !important;
  font-weight: 500;
}
.cta:hover{
  background-color: #91c733;
}
.row.pt75 a, .modal-body a{
  color: #000;
  text-decoration: underline;
text-decoration-color: #76b900;
text-decoration-thickness: 2px;
text-underline-offset: 0.3125em
}
.row.pt75 a:hover, .modal-body a:hover{
  text-decoration-color: #000;
}
.header-cta {
  margin-top: 20px;
  font-weight: 700;
  padding: 10px 12px 10px 12px;
  font-size: 16px;
}
.backdrp {
  content: "";
  background: #00000099;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1111;
  display: none;
}
.coupon-code {
  margin-bottom: 15px;
  font-weight: 500;
}
.limit {
  margin-top: 15px;
  margin-bottom: 10px;
}
.actual-price {
  text-decoration: line-through;
  color: #666;
  font-size: 16px;
  text-align: center;
  margin: 15px 0px;
  display: inline-block;
  line-height: 16px;
}
.discount-price {
  color: #000;
  font-size: 24px;
  line-height: 24px;
  width: 100%;
  float: left;
  font-weight: bold;
  margin-bottom: 15px;
}
.info {
  color: #76b900;
  cursor: pointer;
  font-size: 16px;
}
.card-content ul {
  text-align: left;
  padding: 15px 25px 0px;
}
.navigation
  .global-nav
  .sub-brand-nav
  .brand-nav-left
  .sub-brand-item:hover
  .dropdown-menu.bullet {
  visibility: visible;
  opacity: 1;
  display: block;
}
.navigation .global-nav .sub-brand-nav .brand-nav-left .sub-brand-item {
  position: relative;
  min-width: fit-content;
}
.navigation
  .global-nav
  .sub-brand-nav
  .brand-nav-left
  .sub-brand-item
  .dropdown-menu {
  top: 36px;
}

.globalnav-cta {
  display: none;
}
@media (min-width: 1280px) {
  .navigation
    .global-nav
    .sub-brand-nav
    .brand-nav-left
    .sub-brand-item:nth-last-child(2) {
    display: inline-block !important;
  }
  .p0 {
    padding: 0px;
  }
  .contact-image {
    padding-right: 15px;
    padding-right: 0;
  }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 21px;
  }
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (min-width: 280px) and (max-width: 900px) {
  #marketo-iframe {
    width: 100%;
    height: 1345px;
  }
  /* iframe#marketo-iframe:lang(zh-CN) {
    height: 1780px;
  } */
  iframe#marketo-iframe:lang(ja-JP) {
    height: 1630px;
  }
   iframe#marketo-iframe:lang(de-DE) ,  iframe#marketo-iframe:lang(fr-FR), iframe#marketo-iframe:lang(es-ES),iframe#marketo-iframe:lang(it-IT) {
    height: 1545px;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  #marketo-iframe {
    width: 100%;
    height: 1010px;
  }
  /* iframe#marketo-iframe:lang(zh-CN) {
    height: 1280px;
  } */
  iframe#marketo-iframe:lang(ja-JP) {
    height: 1110;
  }
   iframe#marketo-iframe:lang(de-DE), iframe#marketo-iframe:lang(fr-FR) , iframe#marketo-iframe:lang(es-ES), iframe#marketo-iframe:lang(it-IT){
    height: 1020px;
  }
  .banner .container {
    top: 10%;
    padding-left: 15px;
  }
}
@media (min-width: 280px) and (max-width: 767px) {
  #products-div{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
  .banner .container {
    top: 15px;
    padding: 15px;
  }
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 18px;
  }
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .cards {
    margin: 0 0 25px;
  }
}

@media (min-width: 1280px) and (max-width: 1399px) {
  h4 {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .promoContent {
    position: relative;
    padding: 5% 8%;
  }
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 21px;
  }
}

@media (min-width: 280px) and (max-width: 480px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 18px;
  }
}
.globalFooter {
  padding: 30px 15px;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  float: left;
}

.globalFooter .container {
  max-width: 1280px;
}

.globalFooterLogo {
  width: 110px;
  height: 20px;
  margin: 0 auto;
  display: block;
  float: left;
  margin-bottom: 15px;
}

.globalFooterRegion {
  height: 20px;
  text-align: center;
  float: right;
  margin-bottom: 20px;
  cursor: pointer;
  display: none;
}

.globalFooterRegionIcon {
  margin-right: 5px;
  max-height: 15px;
  width: 30px;
}

.globalFooterRegionLabel {
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  color: #ccc;
}

.globalFooterLinks {
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both;
  margin-bottom: 4px;
}

.globalFooterLinks > li {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  margin-right: 5px;
}

.globalFooterLinks > li:after {
  position: absolute;
  content: " ";
  top: 8px;
  right: 0;
  height: 14px;
  width: 1px;
  background: #e3e3e3;
}

.globalFooterLinks > li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.globalFooterLinks > li:last-child:after {
  display: none;
}

.globalFooterLinks > li > a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #666;
}

.globalFooterCopyright {
  font-size: 12px;
  line-height: 16px;
  color: #666;
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
  position: absolute;
  right: -7px;
  top: -7px;
  background: #689f38;
  opacity: 1;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  color: #000;
  font-weight: normal;
  text-shadow: none;
}
.modal-content {
  border-radius: 0px;
}
.modal-content table {
  width: 100%;
  text-align: center;
}
.modal-content td {
  width: 50%;
}
.modal-content tr {
  border-bottom: 1px solid #ccc;
}
.modal-content tr:last-child {
  border-bottom: none;
}
.popcell-price {
  font-size: 16px;
  font-weight: 500;
}
.modal-title {
  font-size: 24px;
}
#contactModal .modal-header {
  padding: 12px 0 0;
  border-bottom: none;
}
#contactModal .modal-body {
  padding: 0px 15px 15px;
}
#contactModal .modal-dialog {
  margin-top: 14%;
}
.marginAuto {
  margin: auto;
}
/* loading skeleton UI */

.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }

  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
.skeleton-image {
  height: 200px;
  width: 200px;
  margin: auto;
}
.loading-skeleton .cards {
  padding-top: 20px;
}
h3.skeleton-text {
  width: 80%;
  margin: auto;
  height: 2rem;
  margin-bottom: 15px;
}
.w25 {
  width: 25% !important;
  margin: auto;
}
.w35 {
  width: 35% !important;
  margin: auto;
}
.skeleton-text {
  width: 100%;
  height: 1.2rem;
  margin-bottom: 0.8rem;
  border-radius: 0.25rem;
}
.skeleton-button {
  height: 5rem;
  width: 18%;
  margin: 20px auto;
}
.alert {
  position: fixed;
  z-index: 1111;
  margin: auto;
  top: 142px;
  width: 50%;
  margin-left: 25%;
}
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.dropdown-menu > li > a{
  white-space: nowrap!important;
}
#products-div{
      display: flex;
    justify-content: center;
}
.pageLoader{
	position: fixed;
    background: #fff;
    height: 100%;
    width: 100%;
    top: 0;
	  left: 0;
    z-index: 2222;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pageLoader svg{
	width: 80px;
}
.bc-spinner-bg{
  background-image: url(../assets/images/bouncing-circles.svg);
  background-size: 15%;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    width: auto;
}
.search-wrapper, .sub-brand-item, .navbar-inverse.navbar-fixed-top{
  display: none!important;
}