button.cta_primary_ng,
a.cta_primary_ng,
button.cta_secondary_ng,
a.cta_secondary_ng,
.ng-catalog__product-modal-body .howtobuy-container .button.buy-cta,
.ng-catalog__product-modal-body .howtobuy-container .button.configurator-button,
.ng-catalog__product-modal-body .howtobuy-container .button.quote-cta {
  border: 0;
  border-radius: 1.5625rem;
  cursor: pointer;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 0.9375rem 3.125rem;
  text-align: center;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.ng-catalog__product-modal-body .howtobuy-container .button.buy-cta,
.ng-catalog__product-modal-body .howtobuy-container .button.configurator-button {
  background-color: #e90029;
  color: #ffffff;
}
.ng-catalog__product-modal-body .howtobuy-container .button.quote-cta {
  background-color: #1d1e1f;
  color: #ffffff;
}
a.cta_tertiary_ng--red,
button.cta_tertiary_ng--red,
.cta_tertiary_ng--red,
a.cta_tertiary_ng--white,
button.cta_tertiary_ng--white,
.cta_tertiary_ng--white {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
  margin: 0;
  padding: 0 !important;
  text-align: left;
  width: auto;
}
.ng-catalog__section {
  background-color: transparent;
}
.ng-catalog__section--wrapper {
  max-width: unset;
}
h1.ng-catalog__section--title {
  border-bottom: 0.0625rem solid #dee2e9;
  color: #000000;
  font-size: 2.5rem;
  grid-column: span 6;
  line-height: 3rem;
  margin-bottom: 1.25rem;
  padding: 1.3125rem 0rem 1.5rem;
  text-align: center;
  width: auto;
}
@media only screen and (min-width: 768px) {
  h1.ng-catalog__section--title {
    font-size: 4rem;
    grid-column: span 8;
    line-height: 4.5rem;
    margin-bottom: 2.5rem;
    padding: 1.875rem 0rem 2.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  h1.ng-catalog__section--title {
    grid-column: span 12;
  }
}
.ng-catalog__section--top {
  grid-column: span 6;
  margin-bottom: 1.25rem;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .ng-catalog__section--top {
    grid-column: span 8;
  }
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__section--top {
    grid-column: span 12;
    margin-bottom: 2.5rem;
  }
}
.ng-catalog__sort {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
button.ng-catalog__sort-filter {
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.375rem;
  padding-right: 0;
}
@media only screen and (min-width: 1280px) {
  button.ng-catalog__sort-filter {
    display: none;
  }
}
button.ng-catalog__sort-filter .fa-sliders-h {
  transform: rotate(90deg);
  color: #e90029;
  margin-left: 0.5rem;
}
.ng-catalog__sort--tabs {
  position: relative;
}
.ng-catalog__sort--panel {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 0.0625rem solid #dee2e9;
  display: none;
  margin-top: 0.625rem;
  padding: 1.875rem 2.5rem;
  position: absolute;
  right: 0;
  row-gap: 1.25rem;
  transition: 0.4s;
  z-index: 1;
}
.ng-catalog__sort--panel.expanded {
  display: grid;
}
.ng-catalog__sort--accordion {
  margin: 0;
  padding: 0;
}
.ng-catalog__sort--accordion[aria-expanded='true'] .ng-catalog__chevron {
  transform: rotate(180deg);
}
.ng-catalog__sort--field {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding-right: 0.9375rem;
}
.ng-catalog__filters-sort-options {
  border: none;
  row-gap: 1.25rem;
  padding: 0;
}
.ng-catalog__section--left {
  grid-column: span 6;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .ng-catalog__section--left {
    grid-column: span 8;
  }
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__section--left {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 1680px) {
  .ng-catalog__section--left {
    grid-column: span 3;
  }
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .ng-catalog__filters {
    position: relative;
  }
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__filters {
    display: block;
    position: static;
  }
}
@media only screen and (max-width: calc(1280px - 1px)) {
  button.ng-catalog__filters--mobile-done {
    color: #e90029;
    height: 1.125rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.125rem;
  }
  button.ng-catalog__filters--mobile-done .fas.fa-times {
    font-size: 1.625rem;
    cursor: pointer;
  }
}
@media only screen and (max-width: calc(1280px - 1px)) {
  button.ng-catalog__filters--mobile-done.cta_primary_ng {
    color: #ffffff;
    height: unset;
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: calc(1280px - 1px)) {
  button.ng-catalog__filters--mobile-clear {
    color: #e90029;
    font-size: 1rem;
    font-weight: 400;
    left: 1.25rem;
    line-height: 1.5rem;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1.5rem;
    z-index: 1;
  }
  button.ng-catalog__filters--mobile-clear .fas.fa-times {
    margin-left: 0.625rem;
  }
}
@media only screen and (min-width: 1280px) {
  button.ng-catalog__filters--mobile-clear {
    display: none;
  }
}
.ng-catalog__filters--mobile-btn {
  margin: 1.25rem 0;
  display: block;
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__filters--mobile-btn {
    display: none;
  }
}
.ng-catalog__filters--link-wrapper {
  background-color: transparent;
  border: 0;
  padding: 1rem 0;
}
.ng-catalog__filtered--wrapper-mobile {
  display: none;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .ng-catalog__filtered--wrapper-mobile {
    display: block;
    padding: 0;
  }
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .ng-catalog__sort--wrapper {
    display: none;
  }
}
.ng-catalog__filtered--wrapper-mobile .ng-catalog__filtered--wrapper {
  display: block;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .ng-catalog__filters--container.active {
    display: none;
    position: relative;
  }
}
.ng-catalog__filters--mobile-done {
  position: relative;
}
.ng-catalog__filters--title {
  background-color: #ffffff;
  border-bottom: 0.0625rem solid #eceef2;
  color: #1d1e1f;
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  padding: 1.375rem 0 1rem;
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__filters--title {
    display: none;
  }
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .ng-catalog__filters.open {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    overflow-y: scroll;
    padding: 1.5rem;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 99;
  }
}
.ng-catalog__filters--total-wrapper {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .ng-catalog__filters.open .ng-catalog__filtered--wrapper-mobile {
    display: none;
  }
}
.ng-catalog__filters.open .ng-catalog__filters--container {
  display: block;
  width: 87.2%;
}
@media only screen and (min-width: 768px) {
  .ng-catalog__filters.open .ng-catalog__filters--container {
    width: 91.67%;
  }
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .ng-catalog__filters.open .ng-catalog__filters--container {
    background-color: #ffffff;
    border-radius: 1rem;
    margin: auto;
    padding: 1.5rem 1.25rem;
    overflow: auto;
    height: calc(100vh - 7vh);
  }
}
.ng-catalog__filters--sort {
  display: none;
}
.ng-catalog__section--items.open .ng-catalog__filters--sort {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__section--items.open .ng-catalog__filters--sort {
    display: none;
  }
}
.ng-catalog__filters--wrapper {
  padding: 0;
}
.ng-catalog__filtered--wrapper {
  display: none;
  padding: 0;
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__filtered--wrapper {
    display: block;
  }
}
.ng-catalog__filters--panel {
  padding-top: 1.25rem;
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__filters--panel {
    padding-top: 2.5rem;
  }
}
.ng-catalog__filters--panel-wrapper {
  display: grid;
  padding: 0;
  row-gap: 10px;
}
.ng-catalog__filters--panel-wrapper .range-filter-text {
  color: #1d1e1f;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
}
.ng-catalog__filters--tabs {
  background-color: #ffffff;
  border-bottom: 0.0625rem solid #eceef2;
  padding: 1rem 0;
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__filters--tabs {
    border-bottom: none;
    border-radius: 1rem;
    margin-bottom: 1.25rem;
    padding: 1.875rem 1.5rem;
  }
}
.ng-catalog__filters--tabs.active .ng-catalog__filters-sort-options {
  display: grid;
}
.ng-catalog__chevron {
  transition: transform 0.3s ease-in-out;
}
.ng-catalog__filters--accordion {
  margin: 0;
  padding: 0;
}
.ng-catalog__filters--accordion[aria-expanded='false']:focus {
  border: 0.0625rem solid #30578d;
  border-radius: 1rem;
  padding: 0.5rem;
}
.ng-catalog__filters.open .ng-catalog__filters--accordion {
  padding: 0;
}
.ng-catalog__filters.open .ng-catalog__filters--accordion[aria-expanded='false']:focus {
  border: 0.0625rem solid #30578d;
  border-radius: 1rem;
  padding: 0.625rem;
}
.ng-catalog__filters--key {
  color: #1d1e1f;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: left;
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__filters--key {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.25rem;
  }
}
button.ng-catalog__filters--series-clear,
button.ng-catalog__filtered--reset {
  color: #e90029;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 0;
  text-align: left;
  cursor: pointer;
}
button.ng-catalog__filters--series-clear .fa-times,
button.ng-catalog__filtered--reset .fa-times {
  margin-left: 0.625rem;
}
button.ng-catalog__filters--series-clear {
  display: none;
}
button.ng-catalog__filters--series-clear.active {
  display: flex;
}
button.ng-catalog__filtered--reset {
  cursor: pointer;
}
.ng-catalog__filters--series-spacing {
  display: grid;
  padding: 0;
  row-gap: 0.625rem;
}
button.ng-catalog__filtered--btn {
  border-radius: 1.5625rem;
  border: solid 0.0625rem #30578d;
  color: #30578d;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;
  height: auto;
  line-height: 0.9625rem;
  margin: 0 0.625rem 0.625rem 0;
  padding: 0.625rem 1.25rem;
  width: auto;
  cursor: pointer;
  text-align: left;
}
@media only screen and (min-width: 1280px) {
  button.ng-catalog__filtered--btn {
    margin-bottom: 1.25rem;
  }
}
button.ng-catalog__filtered--btn .fa-times {
  margin-left: 0.625rem;
}
.ng-catalog__filtered--items-value {
  width: auto;
  line-height: 1.22rem;
}
.ng-catalog__filters--series-btn .ng-catalog__filters--value {
  border: 0;
}
.ng-catalog__filters--checkbox-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.ng-catalog__filters--checkbox-wrapper__checkbox--wrapper {
  align-items: flex-start;
}
.ng-catalog__filters--checkbox-wrapper:last-child {
  margin-bottom: 0;
}
.ng-catalog__filters--checkbox-wrapper.ng-catalog__checkbox--wrapper {
  padding: 0;
  display: none;
}
.ng-catalog__filters--checkbox-wrapper.ng-catalog__checkbox--wrapper.active-filters {
  display: flex;
}
.ng-catalog__filters--checkbox-input {
  opacity: 1;
}
.ng-catalog__products--checkbox-label {
  flex: 1;
}
.ng-catalog__products--checkbox-label-trial {
  flex: 0;
}
.ng-catalog__products--checkbox-label-compare {
  flex: 0;
}
.ng-catalog__filters--checkbox-count {
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-left: 0.5rem;
}
button.ng-catalog__filters--more-btn {
  color: #e90029;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
  margin: 0.875rem 0 0;
  padding: 0;
}
.ng-catalog__filters--more-btn.hide {
  display: none;
}
.ng-catalog__filters--container-nofilter {
  display: none;
  font-size: 1rem;
  padding: 2rem 1rem;
}
.ng-catalog__filters--btn:hover .ng-catalog__filters--btn-text:after {
  content: '';
}
button.ng-catalog__filters--btn-text-mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  button.ng-catalog__filters--btn-text-mobile {
    display: none;
  }
}
button.ng-catalog__pagination-load-more.pagination-next {
  background-color: #1d1e1f;
  border: 0;
  color: #ffffff;
  margin: 0;
  min-height: unset;
  width: 100%;
}
.ng-catalog__pagination {
  background-color: #ffffff;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  margin: 1.25rem 0 0;
  padding: 1.25rem 0 1.5625rem;
}
.ng-catalog__section--right {
  background-color: #f6f7f9;
  grid-column: span 6;
  margin: 0;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .ng-catalog__section--right {
    grid-column: span 8;
  }
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__section--right {
    grid-column: 5 / span 8;
  }
}
@media only screen and (min-width: 1680px) {
  .ng-catalog__section--right {
    grid-column: 4 / span 9;
  }
}
.ng-catalog__products--wrapper {
  display: grid;
  column-gap: 16px;
  grid-template-columns: repeat(6, 1fr);
  margin: 0;
  row-gap: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .ng-catalog__products--wrapper {
    grid-template-columns: repeat(8, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (min-width: 1680px) {
  .ng-catalog__products--wrapper {
    grid-template-columns: repeat(9, 1fr);
  }
}
.ng-catalog__products--container {
  grid-column: span 6;
}
@media only screen and (min-width: 768px) {
  .ng-catalog__products--container {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 1680px) {
  .ng-catalog__products--container {
    grid-column: span 3;
  }
}
.ng-catalog__products--item-wrapper {
  background-color: #ffffff;
  border-radius: 1rem;
  border: none;
  height: 100%;
  margin: 0;
  width: 100%;
}
.ng-catalog__products--item-wrapper:hover {
  box-shadow: none;
}
.ng-catalog__products--item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.875rem 1.875rem 2.5rem;
}
.ng-catalog__compare-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.ng-catalog__products--trial {
  position: relative;
}
.ng-catalog__products--checkbox-wrapper {
  flex: 1;
  margin: 0;
}
.ng-catalog__checkbox--btn.checkbox-ng__button {
  font-size: 0.875rem;
  transition: color 0.3s;
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__checkbox--btn.checkbox-ng__button {
    font-size: 1.125rem;
  }
}
.ng-catalog__products--img-wrapper {
  aspect-ratio: 1.77777778;
  margin-bottom: 2.5rem;
  max-width: 100%;
}
.ng-catalog__products--img {
  height: 100% !important;
  margin: auto;
  width: 100%;
  object-fit: contain;
}
.ng-catalog__products--descriptions {
  display: flex;
  flex-flow: column;
  flex: 1;
}
h2.ng-catalog__products--title {
  align-items: end;
  display: flex;
  font-size: 1.25rem;
  font-weight: 600 !important;
  line-height: 1.75rem;
  margin-bottom: 0.625rem;
}
.ng-catalog__products--price {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  visibility: hidden;
}
.ng-catalog__products-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ng-catalog__products--attributes-wrapper {
  flex: 1;
  display: grid;
  row-gap: 0.625rem;
}
.ng-catalog__products--attributes:last-child {
  margin-bottom: 0;
}
.ng-catalog__products--attributes-label {
  color: #000000;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.375rem;
}
.ng-catalog__products--attributes-value {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
}
.ng-catalog__products--quick-view {
  visibility: visible;
}
.ng-catalog__products--hr {
  border: none;
  background-color: #000000;
  height: 0.0938rem;
  opacity: 0.1;
  margin: 1.25rem 0;
  width: 100%;
}
.ng-catalog__products--btn-wrapper {
  margin: 1.25rem 0 0;
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__products--btn-wrapper {
    margin-top: 1.875rem;
  }
}
.ng-catalog__products--btn-wrapper .configurator-button {
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__products--btn-wrapper .configurator-button {
    margin-bottom: 0.9375rem;
  }
}
.ng-catalog__products--btn-buy-wrapper,
.ng-catalog__products--btn.configurator-button {
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__products--btn-buy-wrapper,
  .ng-catalog__products--btn.configurator-button {
    margin-bottom: 0.9375rem;
  }
}
.ng-catalog__chevron {
  color: #e90029;
}
.ng-catalog__product-modal-content {
  width: 70%;
  max-width: 75rem;
}
.ng-catalog__product-modal {
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.ng-catalog__product-modal-body {
  background-color: #ffffff;
  border-radius: 30px;
  height: auto;
  left: 50%;
  max-height: 90%;
  min-height: 16rem;
  max-height: calc(95%);
  position: absolute;
  top: calc(50%);
  transform: translate(-50%, -50%);
  width: 90%;
  padding: 3.01rem 0.01rem 0;
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__product-modal-body {
    width: 1200px;
  }
}
.ng-catalog__product-modal-body.add-to-cart {
  max-width: 35rem;
}
.ng-catalog__product-modal-body.add-to-cart .button {
  max-width: 20.75rem;
  margin: 0rem auto;
  margin-bottom: 0.625rem;
}
.ng-catalog__product-modal-body .keysight-layout-container {
  padding: 0;
}
.ng-catalog__product-modal-body .keysight-layout-container .panel,
.ng-catalog__product-modal-body .keysight-layout-container .wrapper {
  padding: 0;
}
.ng-catalog__product-modal-body h1 {
  font-size: 2rem;
  margin-bottom: 2.25rem;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .ng-catalog__product-modal-body h1 {
    max-width: 90%;
  }
}
.ng-catalog__product-modal-body #Highlights h2 {
  font-size: 1.125rem;
  line-height: 5rem;
  text-align: left !important;
}
.ng-catalog__product-modal-body #Highlights div > :first-child {
  margin-bottom: 0.5rem;
}
.ng-catalog__product-modal-body #Highlights .rte p {
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__product-modal-body #Highlights .rte p {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.ng-catalog__product-modal-body #Highlights .rte ul,
.ng-catalog__product-modal-body #Highlights .rte li,
.ng-catalog__product-modal-body #Highlights .rte div {
  font-size: 0.875rem;
  line-height: 1.57;
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__product-modal-body #Highlights .rte ul,
  .ng-catalog__product-modal-body #Highlights .rte li,
  .ng-catalog__product-modal-body #Highlights .rte div {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
  }
}
.ng-catalog__product-modal-body .dynamicmedia {
  padding: 0px;
}
.ng-catalog__product-modal-body .s7container {
  margin: 0 auto;
  max-width: 400px;
  min-height: 380px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .ng-catalog__product-modal-body .s7container {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 300px;
  }
}
.ng-catalog__product-modal-body .layout-multicolumn.two-columns {
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  margin-left: 0px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .ng-catalog__product-modal-body .layout-multicolumn.two-columns {
    flex-direction: row;
    justify-content: space-between;
  }
}
.ng-catalog__product-modal-body .layout-multicolumn.two-columns .eqCol {
  width: 100%;
  margin-left: 0px;
}
@media only screen and (min-width: 768px) {
  .ng-catalog__product-modal-body .layout-multicolumn.two-columns .eqCol {
    width: calc(50% - 2em);
  }
}
.ng-catalog__product-modal-body .howtobuy-container {
  margin: 0 auto;
}
.ng-catalog__product-modal-body .howtobuy-container .product-starting-price {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 479px) {
  .ng-catalog__product-modal-body .howtobuy-container .product-starting-price {
    margin: 1rem 0rem;
  }
}
@media only screen and (min-width: 768px) {
  .ng-catalog__product-modal-body .howtobuy-container .product-starting-price {
    font-weight: 600;
    font-size: 1.6875rem;
    line-height: 2.25rem;
  }
}
.ng-catalog__product-modal-body .howtobuy-container .buynow-getquote-container {
  border-bottom: none;
}
.ng-catalog__product-modal-body .howtobuy-container .button {
  display: block;
  margin-bottom: 0.625rem;
  max-width: 20.75rem;
  padding: 12px !important;
  font-size: 1rem !important;
}
.ng-catalog__product-modal-body .howtobuy-container .button.buy-cta:hover,
.ng-catalog__product-modal-body .howtobuy-container .button.configurator-button:hover {
  background-color: #d80026;
  box-shadow: 0rem 0.3125rem 0.625rem rgba(255, 49, 80, 0.25);
  color: #ffffff;
}
.ng-catalog__product-modal-body .howtobuy-container .button.buy-cta:focus,
.ng-catalog__product-modal-body .howtobuy-container .button.configurator-button:focus {
  background-color: #d80026;
  outline: solid 0.125rem #30578d;
}
.ng-catalog__product-modal-body .howtobuy-container .button.quote-cta:hover {
  background-color: #000000;
  box-shadow: 0rem 0.3125rem 0.625rem rgba(29, 30, 31, 0.25);
  color: #ffffff;
}
.ng-catalog__product-modal-body .howtobuy-container .button.quote-cta:focus {
  background-color: #000000;
  outline: solid 0.125rem #e90029;
}
.ng-catalog__product-modal-body .howtobuy-container .button.hide {
  display: none;
}
.ng-catalog__product-modal-body .howtobuy-container .product-aux-links .quickbuy-usedequip {
  display: none;
}
.ng-catalog__product-modal-body .howtobuy-container .product-aux-links a {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.2s ease-in-out;
  display: flex;
  line-height: 2rem;
  align-items: center;
}
.ng-catalog__product-modal-body .howtobuy-container .product-aux-links a:hover {
  color: #d80026;
}
.ng-catalog__product-modal-body .howtobuy-container .product-aux-links a:hover i.fas {
  color: #d80026;
}
.ng-catalog__product-modal-body .howtobuy-container .product-aux-links a:focus,
.ng-catalog__product-modal-body .howtobuy-container .product-aux-links a:active {
  outline: 1px solid #30578d;
}
.ng-catalog__product-modal-body .dynamic-products-links-wrapper {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
  margin: 0.5em 0;
  padding-left: 5px;
  position: relative;
  text-align: left;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 479px) {
  .ng-catalog__product-modal-body .dynamic-products-links-wrapper {
    padding-left: 0px;
  }
}
.ng-catalog__product-modal-body .dynamic-products-links-wrapper a {
  color: #1d1e1f;
  display: block;
  margin-bottom: 0.5em;
}
.ng-catalog__product-modal-body .dynamic-products-links-wrapper a i.fas {
  color: #e90029;
  margin-right: 0.3125rem;
}
.ng-catalog__product-modal-body .dynamic-products-links-wrapper a:hover {
  color: #d80026;
}
.ng-catalog__product-modal-body .dynamic-products-links-wrapper a:hover i.fas {
  color: #d80026;
}
.ng-catalog__product-modal-body .dynamic-products-links-wrapper a:focus,
.ng-catalog__product-modal-body .dynamic-products-links-wrapper a:active {
  outline: 1px solid #30578d;
}
.ng-catalog__product-modal-body .product__modal--desc {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__product-modal-body .product__modal--desc {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.ng-catalog__product-modal-inner {
  padding: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .ng-catalog__product-modal-inner {
    padding: 0 3.125rem 1.125rem;
  }
}
button.ng-catalog__modal--close {
  color: #e90029;
  cursor: pointer;
  font-size: 1.625rem;
  height: 1.125rem;
  position: absolute;
  right: 1.8rem;
  top: 3.125rem;
  width: 1.125rem;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  button.ng-catalog__modal--close {
    right: 3.125rem;
  }
}
.ng-catalog__config-select {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ng-catalog__config-select {
    height: auto;
  }
}
.ng-catalog__config-select-customstyle {
  align-content: center;
  align-items: center;
  display: flex !important;
  height: 100% !important;
  justify-content: center;
  left: unset !important;
  top: unset !important;
  width: 100% !important;
}
.ng-catalog__config-select-customstyle .fancybox-skin {
  background-color: #ffffff;
  padding: 1.5rem !important;
  position: fixed;
  width: 100vw !important;
  height: 100vh !important;
  overflow: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.ng-catalog__config-select-customstyle .fancybox-skin::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ng-catalog__config-select-customstyle .fancybox-skin {
    border-radius: 0.9375rem;
    height: auto !important;
    padding: 3rem !important;
    position: absolute;
    width: 700px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__config-select-customstyle .fancybox-skin {
    width: 926px !important;
  }
}
.ng-catalog__config-select-customstyle .fancybox-outer {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .ng-catalog__config-select-customstyle .fancybox-outer {
    height: auto;
  }
}
.ng-catalog__config-select-customstyle .fancybox-inner {
  height: 100% !important;
  padding-top: 35px;
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .ng-catalog__config-select-customstyle .fancybox-inner {
    height: auto !important;
    padding-top: 0;
  }
}
.ng-catalog__config-select-customstyle .fancybox-close {
  background: url(../../../../../../../etc/clientlibs/keysight/head/img/css/times-solid.svg) no-repeat;
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
  width: 1.125rem;
}
.ng-catalog__config-select-title {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 3.5rem;
  color: #000000;
  margin: 0;
}
.ng-catalog__config-select-form {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ng-catalog__config-select-list {
  background-color: #f6f7f9;
  border-radius: 0.9375rem;
  display: grid;
  margin: 1.875rem 0;
  padding: 2.5rem;
  row-gap: 1.25rem;
  width: 100% !important;
  max-height: 32.625rem;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.ng-catalog__config-select-list::-webkit-scrollbar {
  display: none;
}
.ng-catalog__config-select-item {
  list-style: none;
}
.ng-catalog__config-select-ctas {
  align-items: self-end;
  display: flex;
  flex-direction: column-reverse;
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .ng-catalog__config-select-ctas {
    align-items: baseline;
    flex-direction: row;
    justify-content: center;
  }
}
.ng-catalog__config-select-ctas button {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .ng-catalog__config-select-ctas button {
    width: auto;
  }
}
.ng-catalog__config-select-ctas .cta_primary_ng {
  margin: 0 0 8px;
}
@media only screen and (min-width: 768px) {
  .ng-catalog__config-select-ctas .cta_primary_ng {
    margin: 0 0 0 1.25rem;
  }
}
.ng-catalog__custom-loader {
  position: absolute;
}
.product-catalog-search {
  padding: 0;
}
.ng-catalog__product-modal--view-details-button {
  background-color: #edecee;
  border-radius: 0 0 30px 30px;
  color: #e90029;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  padding: 1.219rem 2rem;
  text-align: center;
  width: 100%;
}
.compare-btn.active.active-compare {
  cursor: pointer;
}
.ng-catalog__pagination--wrapper.page-end .ng-catalog__pagination {
  display: none;
}
.ng-catalog__filters--tabs.content--tabs.active .ng-catalog__filters--accordion[aria-expanded='false'] .ng-catalog__chevron,
.ng-catalog__filters--tabs.content--tabs.active .ng-catalog__filters--accordion[aria-expanded='true'] .ng-catalog__chevron {
  transform: rotate(180deg);
}
.ng-catalog__products--item-wrapper:not(.has-buy) .buy-cta,
.ng-catalog__products--item-wrapper:not(.has-quote) .quote-cta,
.ng-catalog__products--item-wrapper:not(.has-price) .catalog__products--price,
.ng-catalog__custom-modal-body:not(.has-buy) .buy-cta,
.ng-catalog__custom-modal-body:not(.has-quote) .quote-cta,
.ng-catalog__custom-modal-body:not(.has-price) .product__modal--price {
  display: none;
}
.ng-catalog__products--wrapper.has-child-price .ng-catalog__products--item-wrapper:not(.has-price) .ng-catalog__products--price {
  display: block;
  visibility: hidden;
}
.ng-catalog__products--wrapper.has-child-quote .ng-catalog__products--item-wrapper:not(.has-quote) .quote-cta {
  display: block;
  visibility: hidden;
}
.ng-catalog__products--wrapper.has-child-buy .ng-catalog__products--item-wrapper:not(.has-buy) .buy-cta {
  display: block;
  visibility: hidden;
}
.checkbox-ng__input:checked ~ .checkbox-ng__label,
.checkbox-ng__input:checked ~ .checkbox-ng__button {
  font-weight: 700;
}
.ng-catalog__checkbox--wrapper.active .compare-btn {
  color: #e90029;
}
.ng-catalog__filters--series-btn.link-ng:hover {
  font-weight: 500;
}
.ng-catalog__product-modal-inner::-webkit-scrollbar {
  width: 8px;
}
.ng-catalog__product-modal-inner::-webkit-scrollbar-track {
  border-radius: 1rem;
  box-shadow: inset 0 0 5px grey;
}
.ng-catalog__product-modal-inner::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: #d9d9d9;
}
.ng-catalog__product-modal-body .cta-wrapper.align-center {
  margin-top: 1.5rem;
}
.ng-catalog__product-modal-body h3 {
  font-size: 1em;
}
.ng-catalog__product-modal-body .rte li {
  font-size: 0.96rem;
}
.ng-catalog__product-modal-body .highlights-accordion .rte.section {
  padding: 0;
}
.ng-catalog__product-modal-body .carousel .carousel-list img {
  width: 400px !important;
  height: 231px !important;
}
.ng-catalog__products--notavailable {
  text-align: center;
  top: 20px;
  display: none;
  grid-column: 4 / span 9;
}
.ng-catalog__products--notavailable.active {
  text-align: center;
  font-size: 2rem;
  top: 20px;
  display: block;
  grid-column: 4 / span 9;
}
.ng-catalog__products--continueshopping-label {
  font-size: 2rem;
}
.ng-catalog__product-modal-inner {
  max-height: calc(100vh - 40vh);
  overflow-y: auto;
  background: #fff;
  width: 100%;
}
.fancybox-hidescroll .buynow-container .buy-product i {
  display: inline-block !important;
}
.ng-catalog__sort .ng-catalog__sort--wrapper {
  display: none;
}
.ng-catalog__sort .ng-catalog__sort--wrapper.active {
  display: flex;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .ng-catalog__sort .ng-catalog__sort--wrapper.active {
    display: none;
  }
}
.ng-catalog__filters--series-btn {
  cursor: pointer;
}
.ng-catalog__product-modal-body .ng-catlog__product__modal--content-wrapper {
  display: grid;
  justify-content: space-between;
  width: 100%;
  align-content: center;
  grid-template-columns: 1fr 1fr;
}
.ng-catalog__product-modal-body .ng-catlog__product__modal--content-wrapper .product__modal--img-wrapper {
  margin-bottom: 3.5rem;
  padding: 0 2rem;
}
.ng-catalog__product-modal-body .ng-catlog__product__modal--content-wrapper .catalog__products--img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ng-catalog__product-modal-body .ng-catlog__product__modal--content-wrapper .howtobuy-container {
    width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .ng-catalog__product-modal-body .ng-catlog__product__modal--content-wrapper .howtobuy-container {
    width: 60%;
  }
}
.ng-catalog__product-modal-body .product__modal--tabs {
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  text-align: left;
}
.ng-catalog__product-modal-body .product__modal--tabs .product__modal--accordion {
  font-size: 1.125rem;
  line-height: 5rem;
  text-align: left !important;
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-weight: 500 !important;
  font-style: normal;
  letter-spacing: 0em !important;
  border-top: 1px solid #dbd9dd;
  border-bottom: 1px solid #dbd9dd;
  cursor: pointer;
}
.ng-catalog__product-modal-body .product__modal--tabs li,
.ng-catalog__product-modal-body .product__modal--tabs ul {
  font-size: 0.875rem;
  line-height: 1.57;
}
.ng-catalog__product-modal-body .product__modal--sheet-wrapper .product__modal--sheet {
  margin: 1.25rem 0;
  display: inline-flex;
  font-size: 1rem;
  line-height: 1.75rem;
}
.ng-catalog__product-modal-body .product__modal--sheet-wrapper .product__modal--sheet .product__modal--sheet-img {
  width: 12px;
  display: inline-block;
  margin-right: 0.5rem;
  height: 28px;
}
.ng-catalog__product-modal-body .product__modal--sheet-wrapper .product__modal--sheet .product__modal--sheet-text {
  display: inline-block;
  text-transform: capitalize;
}
.ng-catalog__product-modal-body .product__modal--btn-wrapper {
  margin-top: 20px;
  word-spacing: 20px;
  margin-bottom: 0;
  text-align: right;
}
.ng-catalog__product-modal-body .product-aux-links {
  border: none;
}
.ng-catalog__product-modal-body .product-aux-links.link-dark-gray a {
  border-bottom: medium none;
}
.ng-catalog__product-modal-body .ng-catalog__modal--close {
  right: 30px;
  top: 0;
}
.ng-catalog__product-modal-body .ng-catalog__products--btn-buy-wrapper button.cta_primary_ng {
  padding: 12px;
  font-size: 1rem;
}
.ng-catalog__product-modal-body .ng-catalog__products--btn-wrapper .configurator-button {
  padding: 12px;
  font-size: 1rem;
}
.ng-catalog__product-modal-body .ng-catalog__products--btn-wrapper .configurator-button > i {
  margin-right: 0.4em;
}
.ng-catalog__product-modal-body .ng-catalog__products--btn-wrapper .quote-cta {
  border: 0;
  border-radius: 1.5625rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 12px;
  text-align: center;
  width: 100%;
  transition: all 0.2s ease-in-out;
  font-size: 1rem;
  background-color: #1d1e1f;
  color: #ffffff;
  margin-bottom: 0.625rem;
  max-width: 20.75rem;
  justify-content: center;
}
.ng-catalog__product-modal-body .ng-catalog__products--btn-wrapper .quote-cta:hover {
  background-color: #000000;
  box-shadow: 0rem 0.3125rem 0.625rem rgba(29, 30, 31, 0.25);
  color: #ffffff;
  text-shadow: 0rem 0.3125rem 0.625rem rgba(61, 64, 66, 0.25);
}
.ng-catalog__product-modal-inner {
  scrollbar-color: grey #d9d9d9;
  scrollbar-width: thin;
}
@media only screen and (min-width: 1280px) {
  .ng-catalog__product-modal-body .product__modal--tabs li,
  .ng-catalog__product-modal-body .product__modal--tabs ul {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
  }
  .ng-catalog__product-modal-body .product__modal--tabs ul {
    padding-left: 1.7em;
  }
}
@media only screen and (max-width: 767px) {
  .ng-catalog__product-modal-body {
    padding: 1.01rem 0.01rem 0;
    max-height: 100%;
    top: calc(100vh - 50%);
  }
  .ng-catalog__product-modal-body .howtobuy-container .product-aux-links a {
    font-size: 1rem;
    line-height: 1.57;
  }
  .ng-catalog__product-modal-body .ng-catlog__product__modal--content-wrapper {
    grid-template-columns: 1fr;
  }
  .ng-catalog__product-modal-body .ng-catalog__product-modal-inner {
    max-height: calc(100vh - 30vh);
  }
}
.ng-catalog__custom-modal {
  z-index: 9;
}
.ng-catalog__custom-modal-content {
  max-height: calc(80%);
  top: calc(58%);
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .ng-catalog__filters.open .ng-catalog__filters--container .checkbox-ng__input {
    width: 1.25rem;
    height: 1.25rem;
  }
  .ng-catalog__filters.open .ng-catalog__filters--container .checkbox-ng__input:checked ~ .checkbox-ng__label {
    font-weight: 600;
    font-size: 0.75rem;
  }
  .ng-catalog__filters.open .ng-catalog__filters--container button.ng-catalog__filters--series-clear {
    font-size: 0.75rem;
  }
  .ng-catalog__filters.open .ng-catalog__filters--container .ng-catalog__filters--key,
  .ng-catalog__filters.open .ng-catalog__filters--container .ng-catalog__filters--key-title,
  .ng-catalog__filters.open .ng-catalog__filters--container .ng-catalog__filters--series-clear,
  .ng-catalog__filters.open .ng-catalog__filters--container .checkbox-ng__label,
  .ng-catalog__filters.open .ng-catalog__filters--container .ng-catalog__filters--checkbox-count {
    font-size: 0.75rem;
  }
  .ng-catalog__filters.open .ng-catalog__filters--container .ng-catalog__filters-sort-options {
    padding-bottom: 15px;
  }
  .ng-catalog__filters.open .ng-catalog__filters--container .ng-catalog__filters-sort-options .label-ng {
    font-size: 0.75rem;
  }
  .ng-catalog__filters.open .ng-catalog__filters--container .ng-catalog__filters--mobile-btn button.ng-catalog__filters--mobile-clear {
    position: static;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 0.5rem;
    cursor: pointer;
  }
  .ng-catalog__sort .ng-catalog__sort--total {
    font-size: 1rem;
  }
  .ng-catalog__sort .ng-catalog__sort--total > span {
    font-size: 1rem;
  }
  .ng-catalog__sort button.ng-catalog__sort-filter {
    font-size: 1rem;
  }
}
img.product__modal--links-img {
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  line-height: 1.4;
  color: #e90029;
}
.ng-catalog__comparepanel {
  background: #ffffff;
  border-top: 1px solid #a4a1a9;
  box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  min-height: 100px;
  position: fixed;
  width: 100%;
  z-index: 40;
}
.ng-catalog__comparepanel-container {
  margin: 0;
}
.ng-catalog__comparepanel--top {
  align-items: center;
  display: flex;
  flex: 0 0 100%;
  padding: 0;
}
.ng-catalog__comparepanel--bottom {
  align-items: center;
  display: flex;
  flex: 0 0 100%;
  padding: 0 60px 1rem 60px;
}
.ng-catalog__comparepanel--top-select {
  float: right;
  margin-left: auto;
  padding-right: 10px;
}
.ng-catalog__comparepanel--bottom-select {
  float: right;
  margin-left: auto;
}
.ng-catalog__comparepanel--top-arrow {
  color: #ffffff;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 8px 17px;
}
.ng-catalog__comparepanel--bottom-arrow {
  color: #ffffff;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 8px 17px;
}
.ng-catalog__comparepanel--top-circle {
  color: #ffffff;
  align-items: center;
  background: #e90029;
  border-radius: 0;
  padding: 1.2rem;
  display: flex;
  height: 1rem;
  justify-content: center;
  width: 1rem;
}
.ng-catalog__comparepanel--bottom-circle {
  align-items: center;
  background: #e90029;
  border-radius: 50%;
  display: flex;
  height: 1rem;
  justify-content: center;
  width: 1rem;
}
.ng-catalog__comparepanel--top-arrowtop::before {
  border-style: solid;
  border-width: 0.15rem 0.15rem 0 0;
  content: '';
  display: inline-block;
  height: 0.35rem;
  left: 0.15rem;
  margin-left: -0.25rem;
  margin-top: 0.6rem;
  position: relative;
  top: 0;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.35rem;
}
.ng-catalog__comparepanel--bottom-arrowtop::before {
  border-style: solid;
  border-width: 0.15rem 0.15rem 0 0;
  content: '';
  display: inline-block;
  height: 0.35rem;
  left: 0.15rem;
  margin-left: -0.25rem;
  margin-top: 0.6rem;
  position: relative;
  top: 0;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.35rem;
}
.ng-catalog__comparepanel--top-arrowbuttom::before {
  border-style: solid;
  border-width: 0.15rem 0.15rem 0 0;
  content: '';
  display: inline-block;
  height: 0.35rem;
  left: 0.15rem;
  position: relative;
  vertical-align: top;
  width: 0.35rem;
  margin-top: 0.4rem;
  margin-left: -0.25rem;
  top: 0;
  transform: rotate(135deg);
}
.ng-catalog__comparepanel--bottom-arrowbuttom::before {
  border-style: solid;
  border-width: 0.15rem 0.15rem 0 0;
  content: '';
  display: inline-block;
  height: 0.35rem;
  left: 0.15rem;
  position: relative;
  vertical-align: top;
  width: 0.35rem;
  margin-top: 0.4rem;
  margin-left: -0.25rem;
  top: 0;
  transform: rotate(135deg);
}
.ng-catalog__comparepanel--bottom-arrow {
  display: none;
}
.ng-catalog__comparepanel__carouselwrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding: 0 20px;
  position: relative;
}
.ng-catalog__comparepanel--img-wrapper {
  align-items: center;
  display: flex;
  max-height: 80px;
}
.ng-catalog__comparepanel--img-wrapper > img {
  max-height: 80px;
}
.ng-catalog__comparepanel--img-wrapper {
  align-items: center;
  display: flex;
  max-height: 80px;
}
.ng-catalog__comparepanel--img-wrapper > img {
  max-height: 80px;
}
.ng-catalog__comparepanel--carousel {
  margin: 0 auto;
  padding: 0 34px;
}
.ng-catalog__comparepanel--carousel-items {
  background-color: white;
  border: 1px solid #dbd9dd;
  box-sizing: border-box;
  height: inherit !important;
  margin: 0 12px;
}
.ng-catalog__comparepanel--carousel-itemscontainer {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0.5rem 2rem;
}
.ng-catalog__comparepanel--carousel-imgitem {
  width: 100px;
}
.ng-catalog__comparepanel--carousel-title {
  font-weight: 500;
  padding-top: 0.5rem;
  text-align: center;
}
.ng-catalog__comparepanel--collapse {
  display: none;
}
.ng-catalog__comparepanel--collapse-container {
  display: flex;
  justify-content: space-between;
  margin: 0 3.5rem;
}
.ng-catalog__comparepanel--collapse-items {
  align-content: center;
  margin-right: 2rem;
}
.ng-catalog__comparepanel--collapse-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.ng-catalog__comparepanel--collapse-buttons {
  align-items: center;
  display: flex;
  justify-content: center;
  order: 3;
  white-space: nowrap;
}
.ng-catalog__comparepanel--collapse-title {
  display: flex;
}
.ng-catalog__comparepanel--buttons {
  align-items: center;
  display: flex;
  float: right;
  justify-content: right;
  margin: 1rem 3.725rem;
}
.ng-catalog__comparepanel--btncompare {
  background-color: #e90029 !important;
  border-color: #e90029;
  align-items: center;
  background: none;
  color: #ffffff;
  cursor: pointer;
  display: block;
  display: flex;
  font-size: 1rem;
  justify-content: center;
  margin-left: 1rem;
  outline: 0;
  padding: 0.25rem 2rem;
}
.disable {
  background-color: #f6f7f9 !important;
  border-color: #f6f7f9;
  color: #ffffff;
}
.ng-catalog__comparepanel--btncompare:hover {
  background-color: #ae001e;
  border-color: #ae001e;
}
.ng-catalog__section--wrapper-compare {
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 767px) {
  .ng-catalog__comparepanel--top {
    padding: 0 0.9375rem 1.875rem;
  }
  .ng-catalog__comparepanel--carousel {
    margin: 0 auto;
    padding-top: 4px;
  }
  .ng-catalog__comparepanel--buttons {
    float: none;
    justify-content: center;
  }
  .ng-catalog__comparepanel--collapse-wrapper {
    display: none;
  }
  .ng-catalog__comparepanel--top-arrowbuttom::before,
  .ng-catalog__comparepanel--bottom-arrowbuttom::before {
    margin-left: -0.3rem;
  }
  .ng-catalog__comparepanel--top-arrowtop::before,
  .ng-catalog__comparepanel--bottom-arrowtop::before {
    margin-left: -0.3rem;
  }
  .ng-catalog__comparepanel--carousel-title {
    font-size: 14px;
  }
  .ng-catalog__comparepanel-select {
    display: none;
  }
}
.slick-track {
  display: flex;
  flex-direction: row;
  margin-left: unset;
  margin-right: unset;
}
.close-x::after,
.close-x::before {
  width: 12px !important;
}
.btncompare-disable {
  background-color: gray !important;
}
.slick-disabled {
  display: none !important;
}
[tabindex='0']:focus {
  outline: 1px solid #cccccc !important;
  outline-offset: 2px;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .ng-catalog__comparepanel--collapse .ng-catalog__comparepanel--collapse-wrapper {
    display: none;
  }
  .ng-catalog__comparepanel--collapse .ng-catalog__comparepanel--collapse-container {
    justify-content: center;
    margin-bottom: 1rem;
  }
}
