/***updated 9/7/23***/
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2)
    format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  font-display: swap;
}

/**************/
/* containers */
/**************/

html,
body {
  font-family: Poppins, 'Tahoma', sans-serif !important;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 auto;
  background-color: #f4f7fd;
}

.cont-1600 {
  max-width: 1600px;
  margin: auto;
}

.cont-1920 {
  max-width: 1920px;
  margin: auto;
}

@media (min-width: 1919.98px) and (max-width: 2559.98px) {
  #contentContainer {
    max-width: 1440px;
    margin: 0 auto;
  }
}

@media (min-width: 1648px) {
  .mt-ticker {
    margin-top: 1rem;
  }
}

/******************/
/* ad hoc styling */
/******************/

[testid='disclaimerMsg'] {
  margin-top: 1rem !important;
  color: rgb(51, 51, 51) !important;
  font: 400 0.625rem / 1rem Hind, sans-serif !important;
}

.css-rjb4zh a:hover {
  font: 400 0.75rem / 1.125rem Hind, sans-serif !important;
  color: rgb(2, 85, 204) !important;
}

/**********/
/* colors */
/**********/

a {
  color: #0255cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.navy-bg {
  background: #036;
  color: #fff;
}

.maroon-bg {
  background-color: #5c2b59;
}

.bg-white {
  background: white;
}

.navy-text {
  color: #036 !important;
}

.white-text {
  color: #fff !important;
}

.black-text {
  color: #333 !important;
}

.carousel-item > a,
.carousel-item > a:hover,
.a-special > a,
.a-special > a:hover {
  color: #fff;
  text-decoration: none;
}

.slider-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  color: #036;
}

/***************/
/* font weight */
/***************/

.poppins-medium {
  font-weight: 500;
}

.poppins-semibold {
  font-weight: 600;
}

.poppins-bold {
  font-weight: 700;
}

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

/*************/
/* font size */
/*************/

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

h1,
h2,
h3 {
  font-weight: 700;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1rem;
}

.kicker {
  font-size: 1rem;
}

.disclaimer {
  font-size: 12px;
  line-height: 14px;
}

.dash-font,
.ng-text {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.cc-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.fz-16-20 {
  font-size: 16px;
  line-height: 20px;
}

.fz-14-18 {
  font-size: 14px;
  line-height: 18px;
}

.fz-12-14 {
  font-size: 12px;
  line-height: 14px;
}

.fz-18-22 {
  font-size: 18px;
  line-height: 22px;
}

.fz-16-18 {
  font-size: 16px;
  line-height: 18px;
}

@media (max-width: 1024px) {
  .dash-font,
  .ng-text {
    font-size: 20px;
    line-height: 24px;
  }

  .cc-text {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.375rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  h5 {
    font-size: 0.875rem;
  }

  .kicker {
    font-size: 0.875rem;
  }

  .slider-text {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  .dash-font,
  .ng-text {
    font-size: 17px;
    line-height: 22px;
  }

  .cc-text {
    font-size: 14px;
    line-height: 18px;
  }

  .acc-img {
    width: 170px;
  }
}

@media (max-width: 425px) {
  .dash-font,
  .ng-text {
    font-size: 18px;
    line-height: 20px;
  }

  .cc-text {
    font-size: 12px;
    line-height: 20px;
  }
}

/*********************************/
/* margins, padding, and spacing */
/*********************************/

.p-1 {
  /* This override is for Cart per Product team */
  padding: 1rem !important;
}

hr {
  width: 80%;
}

@media (max-width: 1648px) {
  .hp-margin {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.px-75 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.ps-75 {
  padding-left: 0.75rem;
}

.pe-75 {
  padding-right: 0.75rem;
}

@media (min-width: 576px) {
  .px-75 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .ps-75 {
    padding-left: 0.5rem;
  }

  .pe-75 {
    padding-right: 0.5rem;
  }
}

@media (max-width: 575.98px) {
  .mt-75 {
    margin-top: 0rem !important;
  }

  .px-75 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .ps-75 {
    padding-left: 0rem;
  }

  .pe-75 {
    padding-right: 0rem;
  }
}

@media (max-width: 672.98px) {
  .feat-card {
    padding: 16px 16px 0;
  }
}

/********************/
/* device visibility */
/********************/

.nodesktop {
  display: none !important;
}

@media (max-width: 576px) {
  .nodesktop {
    display: flex !important;
  }

  .nomobile {
    display: none !important;
  }
}

/**********/
/* ticker */
/**********/

#ticker {
  height: 70px !important;
  vertical-align: middle;
}

.ticker-slide {
  height: inherit !important;
}

.center {
  text-align: center;
}

#ticker > .carousel-control-next,
#ticker > .carousel-control-prev {
  opacity: 0.95;
}

#ticker .carousel-item {
  height: 70px;
}

@media (max-width: 620px) {
  .max-tick-width {
    max-width: 305px;
    text-align: center;
  }

  .mb-mobile {
    margin-bottom: 2.5rem !important;
  }
}

/**********/
/* button */
/**********/

.btn-font {
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.btn {
  height: 40px;
  background-color: #0255cc;
  border-color: #0255cc;
  color: #fff;
}

.btn:hover {
  background-color: #036;
  border-color: #036;
  color: #fff;
}

.btn-overlay {
  background: none;
  border-color: #fff;
}

.btn-overlay:hover {
  background: none;
  border-color: #fff;
}

/* @media (max-width: 768px) {
  
  
    .btn-font {
        font-family: 'Hind', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
    }
  
    .btn{
        height: 38px;
        background-color: #0255CC; 
        border-color: #0255CC;
        color: #fff;
    }
    
    .btn:hover{
        background-color: #036; 
        border-color: #036;
        color: #fff;
    }
    
  } */

/*****************/
/* hero carousel */
/*****************/

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0;
  color: #fff;
  text-align: center;
  opacity: 0.65;
  transition: opacity 0.15s ease;
}

.carousel-control-next {
  right: 16px;
}

.carousel-control-prev {
  left: 16px;
}

.carousel-control-next:focus,
.carousel-control-prev:focus {
  opacity: 0.65;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  opacity: 0.9;
}

#mainCarousel > .flickity-button,
#mainCarousel > .flickity-button:hover {
  background: #003366;
  color: #fff;
  height: 45px;
  opacity: 0.65;
}

@media (max-width: 900px) {
  .carousel-text {
    margin-bottom: 50px;
  }
}

@media (max-width: 672px) {
  .carousel-text {
    margin-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .carousel-text {
    margin-bottom: 0px;
  }
}

.rounded-carousel {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

@media (max-width: 576px) {
  .rounded-carousel {
    border-top-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0rem !important;
  }
}

@media (max-width: 425px) {
  #mainCarousel {
    background-color: transparent;
  }
}

/***********************/
/* featured categories */
/***********************/

.feat-cat {
  height: 224px;
}

@media (max-width: 768px) {
  .feat-cat {
    height: 200px;
  }
}

.cat-tile-text {
  max-width: 125px;
  height: 40px;
  color: #003366;
}

.cat-tile-text:hover,
.cat-tile-text:active {
  text-decoration: underline;
}

@media (max-width: 1440px) {
  .cat-image {
    max-width: 100px;
    height: auto;
  }
}


@media (max-width: 1024px){
  .cat-image {
    max-width: 88px;
    height: auto;
  }
  .feat-cat {
    height: 152px;
  }
  .feat-cat .me-4{
    margin-right: 1rem!important;
  }
}

/***********/
/* banners */
/***********/

.banner {
  height: 70px;
}

/* Two Split Pencil Banner */
#split-banner {
  height: 70px;
}

@media (max-width: 576px) {
  #split-banner {
    height: 140px;
  }
}

.acc-banner {
  height: fit-content;
}

.acc-banner-cont {
  height: 188px;
}

@media (max-width: 768px) {
  .acc-banner-cont {
    height: 205px;
  }
}

/********/
/* card */
/********/

.card {
  border-radius: 0.5rem;
  border: 1px solid #e5ebf0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.card-img-top-right {
  border-top-right-radius: 0.5rem;
}

.card-img-top-left {
  border-top-left-radius: 0.5rem;
}

.aso-shadow {
  box-shadow: 0px 0px 30px rgba(2, 85, 204, 0.11);
}

.corners {
  border-radius: 0.5rem;
}

.top-corners {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.bottom-corners {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.left-corners {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.right-corners {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.corners-banner {
  border-radius: 0.5rem;
}

@media (max-width: 1648px) {
  .corners-banner {
    border-radius: 0rem;
  }
}

.card-img,
.card-img-top {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.card-body-aso {
  padding-left: 6px;
}

.car-body-aso {
  padding-left: 6px;
}

.dbl-card-body {
  padding-left: 15px;
}

.card-text-3-middle {
  height: 80px;
}

.card-text-3 {
  height: 90px;
  color: #003366;
}

.card-text-2 {
  height: 40px;
}

.carousel-text {
  color: #003366;
}

/***************************/
/* Split Images 3-card-row */
/***************************/
.image-ps-10 {
  padding-left: 10px;
  padding-right: 2px;
}
.image-pe-10 {
  padding-right: 10px;
  padding-left: 2px;
}

.row-fix {
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .card {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .card-body-aso {
    padding: 16px;
  }

  .card-text-3-middle {
    height: 83px;
  }
}

@media (max-width: 767.9px) {
  .card-text-3-middle {
    height: 58px;
  }

  .card-body-aso {
    padding: 16px;
  }

  .card {
    border-radius: 0.5rem;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 576px) {
  .card-body-slider {
    height: 65px;
  }

  .double-card-text {
    height: 74px;
  }
}

@media (max-width: 444px) {
  .double-card-text {
    height: 83px;
    width: 170px;
  }
}


/********/
/* Search Tiles */
/********/

.br-4 {
  border-radius: 4px;
}

.color-black {
  color: #333;
}

.fw-700 {
  font-weight: 600; /* Adjusted for category tiles */
}