.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover.show {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0px 3px 10px rgba(0, 0, 0, .2);
  -o-box-shadow: 0px 3px 10px rgba(0, 0, 0, .2);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, .2);
  background-color: #fff;
  background-clip: padding-box;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #eaeaea;
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #eaeaea;
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #eaeaea;
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #eaeaea;
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 10px 15px;
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #eaeaea;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 15px;
}
.popover-body ul {
    margin-left: 18px;
    list-style: outside disc;
}
.popover-body li {
    margin: 5px 0 0 0;
}
.popover-body li:first-child {
    margin: 0;
}


/* feature guidance pop */
.feature-guidance-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: 0;
}
.feature-guidance-backdrop.show {
	opacity: 0.5;
}
.feature-guidance,
.feature-guidance.show {
	background: #3f51b5;
	color: #fff;
}
.feature-guidance-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
}
.feature-guidance.bs-popover-top > .arrow::after, 
.feature-guidance.bs-popover-auto[x-placement^="top"] > .arrow::after {
	border-top-color: #3f51b5;
}
.feature-guidance.bs-popover-right > .arrow::after, 
.feature-guidance.bs-popover-auto[x-placement^="right"] > .arrow::after {
	border-right-color: #3f51b5;
}
.feature-guidance.bs-popover-bottom > .arrow::after, 
.feature-guidance.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
	border-bottom-color: #3f51b5;
	top: 2px;
	z-index: 1;
}
.feature-guidance.bs-popover-left > .arrow::after, 
.feature-guidance.bs-popover-auto[x-placement^="left"] > .arrow::after {
	border-left-color: #3f51b5;
}
.feature-guidance .popover-header {
	padding: 15px 55px 15px 15px;
	border: 0;
}
.feature-guidance .popover-body {
	padding-top: 0;
}


/* dark mode */
.dark-mode .bs-popover-top > .arrow::before,
.dark-mode .bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #555 !important;
}
.dark-mode .bs-popover-top > .arrow::after,
.dark-mode .bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #333 !important;
}
.dark-mode .bs-popover-right > .arrow::before,
.dark-mode .bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #555 !important;
}
.dark-mode .bs-popover-right > .arrow::after,
.dark-mode .bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #333 !important;
}
.dark-mode .bs-popover-bottom > .arrow::before,
.dark-mode .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #555 !important;
}
.dark-mode .bs-popover-bottom > .arrow::after,
.dark-mode .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #333 !important;
}
.dark-mode .bs-popover-left > .arrow::before,
.dark-mode .bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #555 !important;
}
.dark-mode .bs-popover-left > .arrow::after,
.dark-mode .bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #333 !important;
}

.dark-mode .feature-guidance {
	background: #3f51b5 !important;
}
.dark-mode .feature-guidance.bs-popover-top > .arrow::after, 
.dark-mode .feature-guidance.bs-popover-auto[x-placement^="top"] > .arrow::after {
	border-top-color: #3f51b5 !important;
}

.pc-builder-wrap.side-right h2 {
  margin: 20px 0 !important;
}

.pc-builder-faq-modal {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pc-builder-faq-btn {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: #222;
  opacity: 0.9;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.50);
}

.pc-builder-faq-btn span {
  position: relative;
  color: #fff;
  font-size: 26px;
  z-index: 1;
}

.pc-builder-faq-btn:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.popover.popover-pc-builder-video.bs-popover-top {
  margin: 10px 15px;
  max-width: none;
  border: 0;
  background: none;
  box-shadow: none;
}

.popover.popover-pc-builder-video .popover-body {
  padding: 0;
  background: #fff;
}

.popover.popover-pc-builder-video .pc-builder-video-wrap {
  position: relative;
  margin: 0;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 50%);
  overflow: hidden;
}

.popover.popover-pc-builder-video .pc-builder-video-wrap iframe {
  display: block;
}

.popover.popover-pc-builder-video .pc-builder-video-wrap h5 {
  margin: 0 0 10px 0;
  font: 700 16px Open Sans Condensed, Helvetica Narrow, arial, helvetica, sans-serif;
}

.popover.popover-pc-builder-video .popover-close-trigger {
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 1;
  width: 36px;
  height: 36px;
  color: #d9d9d9;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
}
.popover.popover-pc-builder-video .popover-close-trigger:hover {
  color: #aaa;
}
.dark-mode .popover.popover-pc-builder-video .popover-body {
  background: #555 !important;
}
.dark-mode .banner-flexible {
  background: #333 !important;
}
.item-cell-showcase {
  margin: 0 auto 20px auto;
  width: 640px;
  height: auto;
  background: #fff;
}
.item-cell-showcase .item-cell-title {
  margin-bottom: 0;
}
.item-cells-wrap.tile-cells.shadow-cells > .item-cell.is-showcase {
  padding: 0;
}
.item-cell.is-showcase .item-cell-content {
  padding: 12px 15px;
}
.item-cell.is-showcase .item-cell-info {
  margin: 0 !important;
}
.item-cell.is-showcase .completed-build-badge-beta {
  position: relative;
  top: -4px;
  display: inline-block;
  color: #fff;
  padding: 1px 3px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  background: #c70e00;
  border-radius: 3px;
}
.showcase-marquee {
  overflow: hidden;
}
.showcase-marquee .showcase-marquee-img {
  display: inline-block;
  margin: 0 1px;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.showcase-marquee .js-marquee {
  font-size: 0;
}
@media (min-width: 1440px) {
  .item-cell-showcase {
      height: 0;
      overflow: hidden;
  }
}
.pc-builder-wrap.side-right .pc-builder-showcase-title {
  margin: 60px 0 0 0 !important;
  font: bold 24px 'Open Sans Condensed', 'Helvetica Narrow', arial, helvetica, sans-serif;
  text-transform: uppercase;
}

.pc-builder-showcase-intro {
  margin: 5px 0 20px 0;
}

.pc-builder-showcase-intro a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.pc-builder-showcase-intro a span {
  text-decoration: none;
}

.pc-builder-showcase-intro a:hover span {
  text-decoration: underline;
}

.pc-builder-showcase {
  position: relative;
  margin: 0 auto;
  width: 420px;
}

.pc-builder-showcase .swiper-btn-next,
.pc-builder-showcase .swiper-btn-prev {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  width: 50px;
  height: 160px;
  background: 0 0;
  color: #fff;
  font-size: 36px;
  line-height: 160px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  opacity: .1;
  filter: alpha(opacity=10);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.pc-builder-showcase .swiper-btn-next {
  right: -60px;
  text-shadow: -2px 0 8px #000;
}

.pc-builder-showcase:hover .swiper-btn-next {
  right: -50px;
  opacity: .6;
  filter: alpha(opacity=60);
}

.pc-builder-showcase .swiper-btn-prev {
  left: -60px;
  text-shadow: 2px 0 8px #000;
}

.pc-builder-showcase:hover .swiper-btn-prev {
  left: -50px;
  opacity: .6;
  filter: alpha(opacity=60);
}

.pc-builder-showcase .swiper-btn-next:hover,
.pc-builder-showcase .swiper-btn-prev:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}

.pc-builder-showcase .swiper-button-disabled {
  display: none;
}

.pc-builder-showcase .pc-builder-icon {
  display: block;
  color: #222;
  background: #fff;
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
  border-radius: 3px;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
}

.pc-builder-showcase .pc-builder-icon:hover {
  border: 2px solid #CC4E00;
}

.pc-builder-showcase .pc-builder-icon:hover .item-header {
  margin: -2px -2px 0 -2px;
}

.pc-builder-showcase .pc-builder-icon:hover .item-content {
  margin: 0 -2px -2px -2px;
}

.pc-builder-showcase .pc-builder-icon:first-child {
  margin: 0 0 20px 0;
}

.pc-builder-showcase .item-content {
  padding: 15px;
}

.pc-builder-showcase .item-title {
  display: block;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 0;
  height: 36px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pc-builder-showcase .item-info {
  margin: 5px 0 0 0;
  color: #707070;
  font-size: 12px;
}

.pc-builder-showcase .item-price {
  margin: 10px 0 0 0;
  font-size: 16px;
  font-weight: bold;
}

.pc-builder-showcase .item-header {
  margin: 0 auto;
  max-width: 200px;
}

.pc-builder-showcase .item-card-img {
  display: block;
  position: relative;
  max-width: none;
  max-height: 220px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
}

.pc-builder-showcase .item-card-img:before {
  content: "";
  display: block;
  padding-top: 70%;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.pc-builder-showcase-title .completed-build-badge-beta {
  position: relative;
  top: -6px;
  display: inline-block;
  color: #fff;
  padding: 1px 3px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  background: #c70e00;
  border-radius: 3px;
}

@media (max-width: 1439px) {

  .pc-builder-showcase {
      padding: 0 60px;
      max-width: 1080px;
      width: auto;
  }

  .pc-builder-showcase:not(.pc-builder-grid) .pc-builder-icon:first-child {
      margin: 0 10px 0 0;
      width: calc(50% - 10px);
  }

  .pc-builder-showcase:not(.pc-builder-grid) .pc-builder-icon:last-child {
      margin: 0 0 0 10px;
      width: calc(50% - 10px);
  }

  .pc-builder-showcase .swiper-slide {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
  }

  .pc-builder-showcase .swiper-btn-next {
      right: 0;
  }

  .pc-builder-showcase:hover .swiper-btn-next {
      right: 10px;
  }

  .pc-builder-showcase .swiper-btn-prev {
      left: 0;
  }

  .pc-builder-showcase:hover .swiper-btn-prev {
      left: 10px;
  }

  .pc-builder-showcase .item-header {
      max-width: 255px;
  }
}


.dark-mode .pc-builder-showcase .item-content {
  background: #202020 !important;
}

.dark-mode .pc-builder-showcase .item-info {
  color: #BBB !important;
}

.dark-mode .pc-builder-showcase .pc-builder-icon:hover {
  border: 2px solid #CC4E00 !important;
}