/*Poppins Font import*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*Nav bar styles import*/
@import url("/content/dam/npcld/custom-scripts/organic-site/css/css-components/navbar.css");
/*Colors import*/
@import url("/content/dam/npcld/custom-scripts/organic-site/css/css-components/colors.css");
/*Pricing Card import*/
@import url("/content/dam/npcld/custom-scripts/organic-site/css/css-components/pricing-cards.css");

:root {
  --mcafee-brand-font: "Poppins", "Open Sans";
  --mcafee-brand-fallback-font: "Open Sans";
  --mcafee-icon-font: "Font Awesome";
  --anim-25: all 0.25s ease-in-out;
  --rounded-edge: 1.6rem;
  --large-shadow: 0 1rem 2rem #0000002e;
  --mcafee-bright-red: #ff1c1c;
  --mcafee-red: #c01818;
  --white-45: #fafafa;
}

html,
body {
  font-family: var(--mcafee-brand-font);
}

.roundedborder,
.brand-refresh-featured #mcafee-featured-slider .mcafee-featured-image,
.brand-refresh-featured #mcafee-featured-slider .mcafee-featured-image img {
  margin-right: 1.9rem;
  margin-left: 1.9rem;
  border-radius: var(--rounded-edge);
}

@media only screen and (max-width: 768px) {
  .roundedborder,
  .brand-refresh-featured #mcafee-featured-slider .mcafee-featured-image,
  .brand-refresh-featured #mcafee-featured-slider .mcafee-featured-image img {
    margin-right: 1.6rem;
    margin-left: 1.6rem;
    border-radius: calc(var(--rounded-edge) / 2);
  }
}

#top_herohm .nav__item__crowbar__link::after {
    content: inherit !important;
}

#top_herohm #tnav6 .nav__logo__item__crowbar_mw::after {
    content: inherit !important;
}

@media only screen and (max-width: 991px) {
html body .desktop-only, html .desktop-only, .xs-no-disp {
    font-size: 12px;
    display: inherit !important;
}
}

.fs-48 {
  font-size: 3rem !important;
}

.fw-normal {
  font-weight: normal;
}

.fw-600,
.pricing-section--cards .pricing-table ul li i {
  font-weight: 600;
}

.mt-17px {
  margin-top: 17px;
}

.m-bright-red {
  color: var(--mcafee-bright-red);
}

.best-value-shadow {
  -webkit-box-shadow: 1px 3px 19px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 3px 19px 4px rgba(0, 0, 0, 0.3);
}

.cmp-a {
  font-weight: 400 !important;
  font-family: var(--mcafee-brand-font);
}

.cmp-btn--primary .cmp-a {
  background-color: var(--mcafee-bright-red);
  border-color: var(--mcafee-bright-red);
}

.fs-medium {
  font-size: 1.2rem;
}

.offer-terms {
  scroll-margin-top: 150px;
}

.order {
  border-width: 1px !important;
  background: var(--white-45) !important;
  border-radius: 16px !important;
  font-family: var(--mcafee-brand-font);
}

.order h3 {
  font-family: var(--mcafee-brand-font);
  font-style: normal;
  font-weight: 600;
  font-size: 24px !important;
  line-height: 32px;
  text-align: left;
  padding: 4px 0px 10px;
}

.accordion.pdp h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

.accordion.pdp h2.lead {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.accordion.pdp .btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.container--lg,
.pricing-section--cards .main__section--wrapper.main__section--color-default {
  max-width: 1340px;
}

.container--xl {
  max-width: 1430px;
}

.accordion.pdp .card-header [data-bs-toggle="collapse"] {
  position: relative;
}

.accordion.pdp .card-header [data-bs-toggle="collapse"]:after {
  font-family: var(--mcafee-icon-font);
  content: "\f078";
  position: absolute;
  right: 0;
  transform: rotate(-90deg);
}

.accordion.pdp .card-header [aria-expanded="true"]:after {
  font-family: var(--mcafee-icon-font);
  content: "\f054";
  float: right;
  color: #333;
  font-size: 18px;
  line-height: 22px;
  transform: rotate(90deg);
}

.accordion.pdp .card-body p {
  padding: 0 10px;
}

.gray-60-bg {
  background-color: #6d7895;
}

.cream-f9f1ec-bg {
  background-color: #f9f1ec;
}

.hero-banner-wrapper.min-height {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hero-banner-wrapper.min-height .hero--cta {
  width: auto;
  flex: unset;
}

.hero-banner-wrapper.min-height .cmp-btngroup {
  justify-content: flex-start;
  margin-left: 14%;
}

.rounded-btn {
  border-radius: 2rem;
}

.brand-refresh-featured #mcafee-featured-slider .carousel-desc {
  max-width: 400px;
  margin-left: auto;
}

.brand-refresh-featured #mcafee-featured-slider .mcafee-featured-image {
  height: 380px;
}

.brand-refresh-featured #mcafee-featured-slider .mcafee-featured-image img {
  object-fit: cover;
  object-position: bottom right;
}

@media only screen and (max-width: 768px) {
  .brand-refresh-featured #mcafee-featured-slider .mcafee-featured-image {
    height: 280px;
  }

  .brand-refresh-featured #mcafee-featured-slider .mcafee-featured-image .c--r {
    object-position: center right;
  }

  .brand-refresh-featured #mcafee-featured-slider .mcafee-featured-image img {
    object-position: center;
  }
}

#mcafee-featured-slider .carousel-item::before {
  background-image: unset;
}

@media only screen and (max-width: 768px) {
  .hero-banner-wrapper {
    background-image: unset !important;
    background-color: #fff;
  }

  .hero-banner-wrapper.min-height .cmp-btngroup {
    width: 100% !important;
    margin-left: 0;
    justify-content: center;
  }

  .hero-banner-wrapper.min-height .hero--cta {
    width: 100%;
    flex: 1;
  }

  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 0;
  }

  .fs-medium {
    font-size: 1rem;
  }
}

.card-blog-container .card__container--type .cmp-card.card {
  border-radius: 16px;
  background-color: #fff;
  filter: drop-shadow(0px -1px 2px rgba(0, 0, 0, 0.08)) drop-shadow(0px 2px 4px rgba(33, 41, 52, 0.12));
  max-width: 416px;
  height: auto;
}

.card-blog-container .card__container--type .cmp-card.card img {
  border-radius: 16px 16px 0 0;
  height: 180px;
  object-fit: cover;
}

.card-blog-container .card__container--type .cmp-card.card img.w-100 {
  border-radius: 16px 16px 0 0;
  height: 5px;
}

.card-blog-container .card__container--type .cmp-card.card .cmp-card__body.card-body {
  padding: 24px, 40px, 24px, 40px;
}

.white-gradient-hero-try {
  background: linear-gradient(268deg, #ffffff 20%, rgba(255, 255, 255, 0) 56.87%),
    url(/content/dam/npcld/en-us/protection-score-brand-refresh/background-image-idp.png);
  background-size: 60%;
  background-repeat: no-repeat;
}

.hero-pickplan {
  font-weight: 500;
  border: 1px solid #a19c9c;
  background-color: #ffffff;
  border-radius: 40px;
}

.blade-title {
  font-weight: 500 !important;
}

.hero-subtitle {
  font-size: 20px;
  font-weight: 400;
}

.score-list {
  list-style: none;
  padding-left: 10px;
  margin-top: 15px;
}

.score-list .badge {
  padding: 5px 15px 5px 15px;
  margin: 4px;
  color: white;
  border-radius: 20px;
}

.score-list .badge.red {
  background-color: #ff3838;
}

.score-list .badge.yellow {
  background-color: #ffbe33;
}

.score-list .badge.green {
  background-color: #24bc97;
}

.score-list .badge.blue {
  background-color: #4258ff;
}

.score-list .badge.purple {
  background-color: #9750f2;
}

.accordion.pdp .btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.pencil-banner p {
  background: linear-gradient(180deg, #ff1c1c 0%, #c90063 100%);
}

.has-xl-shadow-box {
  box-shadow: 1px 10px 25px -6px rgb(0 0 0 / 36%);
}
.has-xl-shadow-filter {
  filter: drop-shadow(1px 10px 25px -6px rgb(0 0 0 / 36%));
}

.price-fallback-font {
  font-family: var(--mcafee-brand-fallback-font) !important;
}

.cmp_basket {
  width: 35px;
  height: 10px;
  position: relative;
  margin-top: 18px;
  margin-left: 25px;
}

.cmp_basket span {
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  position: absolute;
  top: -10px;
  right: auto;
  left: auto;
  font-size: 10px;
  background-color: #ff1c1c !important;
}

.cart__mobile .cmp_basket {
  margin-top: 0;
  height: auto;
  display: none;
}
@media screen and (max-width: 1024px) {
  .cart__mobile .cmp_basket {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .cart__desktop .cmp_basket {
    display: none;
  }
}
.hamburger-btn.opened + .cart__mobile {
  display: none;
}


