/* Card Group */
/* Consecutive Cards */
/* Image */
/* Icon */
/* base padding */
/* heights */
/* card body */
/* full card padding */
/* card font size */
/* card icon size */
/* cardHeader */
/* Metadata */
/* Links */
/* Description */
/* get count from BS variables */
/* Columns */
/* Stackable */
/* Changeable */
/* Related Product (sm)down card */
/* height */
/* width */
/* full card padding */
body.offcanvas-stop-scrolling.light:after {
  background-color: transparent;
}

body.offcanvas-stop-scrolling.dark:after {
  background-color: rgba(2, 8, 17, 0.5);
}

.promo-btn-block .navbar-offcanvas {
  padding: 0;
  z-index: 1200;
}

@media (max-width: 991.98px) {
  .promo-btn-block .navbar-offcanvas {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
}

.promo-btn-block .navbar-offcanvas,
.product-tab-category .navbar-offcanvas {
  background-color: white;
}

#idPromoButtonBlock .popover {
  z-index: 1210;
}

#idPromoButtonBlock .popover-toast {
  z-index: 999;
}

.promo-wrap {
  position: relative;
}

@media (max-width: 767.98px) {
  .navbar-offcanvas.offcanvas-prodtab {
    position: fixed;
    z-index: 1200;
    max-width: 600px;
    left: auto;
    right: -600px;
    height: 100% !important;
    padding-top: 54px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .navbar-offcanvas.offcanvas-prodtab.offcanvas-transform.in {
    -webkit-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    transform: translateX(-600px);
  }
  .navbar-offcanvas.offcanvas-prodtab.offcanvas-position.in {
    left: auto;
    right: 0;
  }
  .navbar-offcanvas.offcanvas-prodtab .offcanvas-toggle-close {
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #224d8f;
    border-bottom: 1px solid #224d8f;
    -webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.31);
    width: 100%;
    position: absolute;
    padding: 1rem;
    opacity: 1;
    z-index: 1040;
  }
  .navbar-offcanvas.offcanvas-prodtab .offcanvas-toggle-close:before {
    position: absolute;
    left: 1.25rem;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    content: "\f053";
  }
  .navbar-offcanvas.offcanvas-prodtab .offcanvas-content-wrapper {
    padding: 1rem;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1030;
  }
}

@media (min-width: 768px) {
  .product-tab-category .navbar-offcanvas.offcanvas-transform,
  .product-tab-category .navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto !important;
  }
}

.product-page {
  position: relative;
  padding-top: 1rem;
}

a[role] {
  cursor: pointer;
}

.product-summary-sheet {
  margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
  .product-summary-sheet {
    margin-bottom: 0;
  }
}

/* .icon-loader,
.icon-loader.small {
    display: inline-block;
    width: 16px;
    height:16px;
    background:url(/img/ajax-loader.gif) no-repeat 50% 50%;
} */
.loader-content {
  position: relative;
  display: block;
  text-align: center;
}

.loader-text > div:nth-child(1) {
  background-color: #f0f0f0;
}

.loader-text > div:nth-child(3) {
  background-color: #f4f4f4;
}

.loader-text > div:nth-child(5) {
  background-color: #f8f8f8;
}

.loader-text > div {
  padding: 5px 0;
}

.icon-loader {
  position: relative;
  height: 4rem;
  display: block;
  text-align: center;
}

.icon-loader:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.025);
  width: 100%;
  height: 100%;
  z-index: 100;
}

.icon-loader:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-animation: segment-spin .6s linear;
  animation: segment-spin .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: .2em;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
  visibility: visible;
  z-index: 101;
}

.modal-body.is-loading:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  z-index: 100;
}

.modal-body.is-loading:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-animation: segment-spin .6s linear;
  animation: segment-spin .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: .2em;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
  visibility: visible;
  z-index: 101;
}

@-webkit-keyframes segment-spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes segment-spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tab-content-spinner {
  margin-top: -40px;
  margin-bottom: 40px;
}

.spinner {
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block;
}

.spinner > div {
  width: 9%;
  height: 35%;
  background: #fff;
  position: absolute;
  left: 44.5%;
  top: 37%;
  opacity: 0;
  -webkit-animation: fade 1s linear infinite;
  animation: fade 1s linear infinite;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.spinner > div.bar1 {
  -webkit-transform: rotate(0) translate(0, -142%);
  -ms-transform: rotate(0) translate(0, -142%);
  transform: rotate(0) translate(0, -142%);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner > div.bar2 {
  -webkit-transform: rotate(30deg) translate(0, -142%);
  -ms-transform: rotate(30deg) translate(0, -142%);
  transform: rotate(30deg) translate(0, -142%);
  -webkit-animation-delay: -0.91667s;
  animation-delay: -0.91667s;
}

.spinner > div.bar3 {
  -webkit-transform: rotate(60deg) translate(0, -142%);
  -ms-transform: rotate(60deg) translate(0, -142%);
  transform: rotate(60deg) translate(0, -142%);
  -webkit-animation-delay: -0.83333s;
  animation-delay: -0.83333s;
}

.spinner > div.bar4 {
  -webkit-transform: rotate(90deg) translate(0, -142%);
  -ms-transform: rotate(90deg) translate(0, -142%);
  transform: rotate(90deg) translate(0, -142%);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.spinner > div.bar5 {
  -webkit-transform: rotate(120deg) translate(0, -142%);
  -ms-transform: rotate(120deg) translate(0, -142%);
  transform: rotate(120deg) translate(0, -142%);
  -webkit-animation-delay: -0.66667s;
  animation-delay: -0.66667s;
}

.spinner > div.bar6 {
  -webkit-transform: rotate(150deg) translate(0, -142%);
  -ms-transform: rotate(150deg) translate(0, -142%);
  transform: rotate(150deg) translate(0, -142%);
  -webkit-animation-delay: -0.58333s;
  animation-delay: -0.58333s;
}

.spinner > div.bar7 {
  -webkit-transform: rotate(180deg) translate(0, -142%);
  -ms-transform: rotate(180deg) translate(0, -142%);
  transform: rotate(180deg) translate(0, -142%);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.spinner > div.bar8 {
  -webkit-transform: rotate(210deg) translate(0, -142%);
  -ms-transform: rotate(210deg) translate(0, -142%);
  transform: rotate(210deg) translate(0, -142%);
  -webkit-animation-delay: -0.41667s;
  animation-delay: -0.41667s;
}

.spinner > div.bar9 {
  -webkit-transform: rotate(240deg) translate(0, -142%);
  -ms-transform: rotate(240deg) translate(0, -142%);
  transform: rotate(240deg) translate(0, -142%);
  -webkit-animation-delay: -0.33333s;
  animation-delay: -0.33333s;
}

.spinner > div.bar10 {
  -webkit-transform: rotate(270deg) translate(0, -142%);
  -ms-transform: rotate(270deg) translate(0, -142%);
  transform: rotate(270deg) translate(0, -142%);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.spinner > div.bar11 {
  -webkit-transform: rotate(300deg) translate(0, -142%);
  -ms-transform: rotate(300deg) translate(0, -142%);
  transform: rotate(300deg) translate(0, -142%);
  -webkit-animation-delay: -0.16667s;
  animation-delay: -0.16667s;
}

.spinner > div.bar12 {
  -webkit-transform: rotate(330deg) translate(0, -142%);
  -ms-transform: rotate(330deg) translate(0, -142%);
  transform: rotate(330deg) translate(0, -142%);
  -webkit-animation-delay: -0.08333s;
  animation-delay: -0.08333s;
}

@-webkit-keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: .25;
  }
}

@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: .25;
  }
}

.global-spinner-container {
  display: inline-block;
}

.global-spinner-container .spinner div {
  background: #666;
  width: 12%;
  height: 35%;
}

.global-spinner-container.xs-loader {
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}

.global-spinner-container.sm-loader {
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}

.global-spinner-container.md-loader {
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}

.global-spinner-container.lg-loader {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

.affix {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
}

.affix.left, .affix.right {
  display: none;
  border: none;
}

.affix.right {
  right: 0;
}

.affix.left {
  left: 0;
}

.slide-arrow {
  width: 30px;
  display: block;
  position: absolute;
}

.slide-arrow.left {
  float: left;
  left: 0;
  border: none;
}

.slide-arrow.right {
  float: right;
  right: 0;
  border: none;
}

.slide-arrow a {
  position: relative;
  display: block;
  z-index: 3;
  height: 56px;
  width: 30px;
  font-size: 14px;
  white-space: nowrap;
  background: #505050;
  line-height: inherit;
  -o-transition: All 0.2s ease;
  transition: All 0.2s ease;
  -webkit-transition: All 0.2s ease;
}

.slide-arrow a.right {
  float: right;
  border: none;
}

.slide-arrow a.left {
  float: left;
  border: none;
}

.slide-arrow a:hover {
  width: auto;
  min-width: 100px;
  background: #333333;
}

.slide-arrow a:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 46px;
  line-height: 0.8;
  padding: 10px 5px;
  color: #ffffff;
}

.slide-arrow a.right:before {
  content: "\f105";
  float: right;
  border: none;
}

.slide-arrow a.left:before {
  content: "\f104";
  float: left;
  border: none;
}

.slide-arrow a div {
  padding: 17px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: #333333;
  height: 56px;
  position: absolute;
  display: none;
  -o-transition: All 1s ease;
  transition: All 1s ease;
  -webkit-transition: All 1s ease;
}

.slide-arrow a.right div {
  right: 30px;
  border: none;
}

.slide-arrow a.left div {
  left: 30px;
  border: none;
}

.slide-arrow a:hover div {
  display: inline;
}

@media (max-width: 1349.98px) {
  .slide-arrow a {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  .slide-arrow a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.product-page .slick-slider:hover .slick-prev,
.product-page .slick-slider:hover .slick-next,
.product-page .slick-slider:hover .slick-prev:hover,
.product-page .slick-slider:hover .slick-next:hover,
.product-page .slick-slider:hover .slick-prev:focus,
.product-page .slick-slider:hover .slick-next:focus, .product-page .slick-slider:focus .slick-prev,
.product-page .slick-slider:focus .slick-next,
.product-page .slick-slider:focus .slick-prev:hover,
.product-page .slick-slider:focus .slick-next:hover,
.product-page .slick-slider:focus .slick-prev:focus,
.product-page .slick-slider:focus .slick-next:focus {
  background: transparent;
  color: #343a40;
}

.product-page .breadcrumb-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-page .breadcrumb-container div:only-child {
  width: 100%;
}

.product-page .breadcrumb {
  margin: 0;
  padding: 3px 15px;
  border-radius: 0;
  background-color: transparent;
}

.product-page .breadcrumb ul {
  list-style: none;
}

.product-page .breadcrumb li {
  list-style: none;
}

.product-page .breadcrumb li a {
  cursor: pointer;
}

    .product-page .breadcrumb > .active > a.dropdown-toggle {
        color: #495057;
        cursor: default;
    }

.product-page .breadcrumb > .active > a.dropdown-toggle.disabled {
  pointer-events: none;
}

.product-page .breadcrumb > .dropdown:hover > .dropdown-menu {
  display: block;
}

.product-page .breadcrumb .dropdown-menu {
  font-size: 13px;
  margin-top: -1px;
}

.product-page .breadcrumb .dropdown-menu > a {
  clear: both;
  display: block;
  margin: 5px 0;
  padding: 3px 20px;
  font-weight: normal;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}

.product-page .breadcrumb .dropdown-menu > a:hover,
.product-page .breadcrumb .dropdown-menu > a:focus,
.product-page .breadcrumb .dropdown-menu > a.prodcategory:hover,
.product-page .breadcrumb .dropdown-menu > a.prodcategory:focus {
  color: #333;
  background-color: #f5f5f5;
}

.product-page .breadcrumb .dropdown-menu > a.prodcategory {
  padding: 3px 20px 3px 35px;
  color: #666;
}

.product-page .breadcrumb .dropdown-menu > a.active,
.product-page .breadcrumb .dropdown-menu > a.active:hover,
.product-page .breadcrumb .dropdown-menu > a.active:focus,
.product-page .breadcrumb .dropdown-menu > a.prodcategory.active,
.product-page .breadcrumb .dropdown-menu > a.prodcategory.active:hover,
.product-page .breadcrumb .dropdown-menu > a.prodcategory.active:focus {
  color: #fff;
  background-color: #428bca;
}

.product-page .breadcrumb .breadcrumb-item.active > .dropdown-toggle:only-child::after {
  content: none;
}

@media (max-width: 767.98px) {
  .product-page .breadcrumb-container .nav-scroller {
    position: relative;
    z-index: 2;
    /*height: 2.1rem;
				overflow-y: hidden;*/
  }
  .product-page .breadcrumb-container .nav-scroller .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*flex-wrap: nowrap;
					overflow-x: auto;
					-webkit-overflow-scrolling: touch;*/
  }
  .product-page .breadcrumb-container .nav-scroller .breadcrumb .breadcrumb-item {
    /*white-space: nowrap;*/
  }
  .product-page .breadcrumb-container .nav-scroller .breadcrumb .breadcrumb-item .dropdown-menu,
  .product-page .breadcrumb-container .nav-scroller .breadcrumb .breadcrumb-item .dropdown-toggle:after {
    display: none !important;
  }
  .product-page .breadcrumb-container .nav-scroller .breadcrumb .breadcrumb-item:last-child {
    display: none;
  }
  .product-page .breadcrumb-container .nav-scroller .breadcrumb .breadcrumb-item:nth-last-child(2):after {
    display: inline-block;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
  }
}

.product-page .breadcrumb-container .pager {
  padding: 3px 0;
  margin: 5px 0;
  float: right;
}

.product-page .breadcrumb-container .pager li > a {
  border: none;
  background: none;
  padding: 0 10px 0 0;
}

.product-page .breadcrumb-container .btn-toolbar .btn-link {
  color: #212121;
}

.product-page .breadcrumb-container .btn-toolbar .btn-link:hover,
.product-page .breadcrumb-container .btn-toolbar .btn-link:focus,
.product-page .breadcrumb-container .btn-toolbar .btn-link:active {
  color: #000;
  text-decoration: underline;
}

.product-page .breadcrumb-container .btn-toolbar > * + * {
  padding-left: calc(.75rem - 1px);
  padding-right: calc(.75rem - 1px);
}

.product-page .breadcrumb-container .btn-toolbar > *:first-child {
  padding-right: calc(.75rem - 1px);
}

.product-page .breadcrumb-container .btn-toolbar > *:last-child {
  padding-right: 0;
}

.product-page .breadcrumb-container .btn-toolbar > *:not(:last-child):after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.4);
}

.product-page .breadcrumb-container .btn-toolbar > *:not(:last-child):after {
  top: .75rem;
  height: calc(100% - 1.5rem);
}

.prod-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

.product-title .label-title .badge {
  display: inline-block;
  padding: 3px 4px 2px;
  margin-right: 5px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  vertical-align: middle;
}

.product-title .title {
  /* Reset extron.css .title font-size */
  font-size: 1.75rem;
  line-height: 1.1;
  margin-bottom: 0;
  margin-right: 1rem;
}

.product-title small {
  font-size: 0.6875rem;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
}

.product-title + .subtitle {
  font-size: 1.25rem;
}

@media (max-width: 767.98px) {
  .product-title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 0.25rem;
  }
  .product-title .title {
    font-size: 1.5rem;
  }
  .product-title + .subtitle {
    font-size: 1rem;
  }
}

bel-info,
.label-pro {
  background: #0088CC;
}

ul.key-features {
  /* Key-Features List*/
  /*  margin-left: 15px;
    margin-top: 2px;
    list-style: square outside none; */
  font-size: 0.9375rem;
}

.offset-header:before {
  display: block;
  content: "";
  height: calc(44px + 56px);
  margin-top: -100px;
  visibility: hidden;
}

.prodimage {
  position: relative;
  text-align: center;
  padding-top: 1.5rem;
}

/* For image zoom function */
.prodimage > .image-sm {
  cursor: url(/img/icons/icon-zoom-in.cur), auto;
  text-align: center;
}

.prodimage > .image-sm img {
  max-height: 300px;
  width: auto;
  margin-bottom: 5px;
}

/* Holds large image for zoom function */
.prodimage > .image-lg {
  cursor: move;
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px #dddddd;
  box-shadow: 0 0 0 1px #dddddd;
  height: 274px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
  position: relative;
}

.prodimage > .image-lg img {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: inherit;
  max-height: inherit;
}

.prodimage > .zoom-refresh {
  position: absolute;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #fff;
  padding: 5px 6px;
  right: 0;
  top: 0;
  -webkit-box-shadow: -2px 4px 10px 0px rgba(50, 50, 50, 0.3);
  box-shadow: -2px 4px 10px 0px rgba(50, 50, 50, 0.3);
}

.prodimage > .zoom-refresh a {
  font-size: 18px;
  color: #000000;
  cursor: pointer;
}

/* For image zoom function, hide large image + refresh button by default */
.prodimage > .image-lg,
.prodimage > .zoom-refresh {
  display: none;
}

hr.hr-prodimage {
  margin: 5px;
  border: 0;
  border-top: 1px dotted #dddddd;
  border-bottom: 1px solid #ffffff;
}

.media-prodimage {
  margin: 0 5px 15px;
}

.media-prodimage > .media-object {
  float: right;
  margin-left: 10px;
  margin-top: 2px;
}

.media-prodimage > .media-body {
  padding-right: 5px;
  /* border-right: 1px dotted #dddddd; */
}

.media-prodimage div:first-child,
.media-prodimage > .media-body.pull-center {
  /* Center description/disclaimer when ImageGallery button is unavailable */
  text-align: center;
  border-right: none;
}

.media-prodimage div:only-child,
.media-prodimage > .media-object.pull-center {
  /* Center ImageGallery button when description/disclaimer is unavailable */
  float: inherit;
}

#idOrderModal img {
  /* set product img max-width inside "Item added to Cart" pop-out modal*/
  max-width: 220px;
}

.prodimg--carousel {
  padding-bottom: 30px;
}

.prodimg--carousel .carousel .carousel-inner {
  /*overflow-y: hidden;*/
  min-height: auto;
  max-height: 350px;
  background-color: transparent;
}

.prodimg--carousel .carousel .carousel-item {
  /*overflow-y: hidden;*/
  background-color: transparent;
  height: inherit;
  position: relative;
  padding: .75rem;
}

.prodimg--carousel .carousel .carousel-item > div[data-fancybox] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  margin: 0 auto;
}

.prodimg--carousel .carousel .carousel-item > div[data-fancybox]:hover {
  cursor: pointer;
}

.prodimg--carousel .carousel .carousel-item > div[data-fancybox] > img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(350px - 1.5rem);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.prodimg--carousel .carousel .carousel-indicators {
  bottom: -30px;
}

.prodimg--carousel .carousel .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(102, 102, 102, 0.3);
}

.prodimg--carousel .carousel .carousel-indicators .active {
  background-color: #666666;
}

.prodimg--carousel .carousel .carousel-control-prev,
.prodimg--carousel .carousel .carousel-control-next {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #212529;
  width: 30px;
  height: 50px;
}

.prodimg--carousel .carousel .carousel-control-prev {
  left: -15px;
}

.prodimg--carousel .carousel .carousel-control-next {
  right: -15px;
}

.prodimg--carousel .carousel .carousel-control-prev-icon,
.prodimg--carousel .carousel .carousel-control-next-icon {
  font-size: 1.5rem;
}

.prodimg--carousel .carousel .carousel-control-prev-icon:before,
.prodimg--carousel .carousel .carousel-control-next-icon:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.prodimg--carousel .carousel .carousel-control-prev-icon:before {
  content: "\f053";
}

.prodimg--carousel .carousel .carousel-control-next-icon:before {
  content: "\f054";
}

.prodimg--carousel .carousel:hover .carousel-control-prev,
.prodimg--carousel .carousel:hover .carousel-control-next,
.prodimg--carousel .carousel:hover .carousel-control-prev:hover,
.prodimg--carousel .carousel:hover .carousel-control-next:hover,
.prodimg--carousel .carousel:hover .carousel-control-prev:focus,
.prodimg--carousel .carousel:hover .carousel-control-next:focus, .prodimg--carousel .carousel:focus .carousel-control-prev,
.prodimg--carousel .carousel:focus .carousel-control-next,
.prodimg--carousel .carousel:focus .carousel-control-prev:hover,
.prodimg--carousel .carousel:focus .carousel-control-next:hover,
.prodimg--carousel .carousel:focus .carousel-control-prev:focus,
.prodimg--carousel .carousel:focus .carousel-control-next:focus {
  background: transparent;
  opacity: 1;
  color: #343a40;
}

.prodimg--carousel .carousel:hover .carousel-control-prev .carousel-control-prev-icon:before,
.prodimg--carousel .carousel:hover .carousel-control-prev .carousel-control-next-icon:before,
.prodimg--carousel .carousel:hover .carousel-control-next .carousel-control-prev-icon:before,
.prodimg--carousel .carousel:hover .carousel-control-next .carousel-control-next-icon:before,
.prodimg--carousel .carousel:hover .carousel-control-prev:hover .carousel-control-prev-icon:before,
.prodimg--carousel .carousel:hover .carousel-control-prev:hover .carousel-control-next-icon:before,
.prodimg--carousel .carousel:hover .carousel-control-next:hover .carousel-control-prev-icon:before,
.prodimg--carousel .carousel:hover .carousel-control-next:hover .carousel-control-next-icon:before,
.prodimg--carousel .carousel:hover .carousel-control-prev:focus .carousel-control-prev-icon:before,
.prodimg--carousel .carousel:hover .carousel-control-prev:focus .carousel-control-next-icon:before,
.prodimg--carousel .carousel:hover .carousel-control-next:focus .carousel-control-prev-icon:before,
.prodimg--carousel .carousel:hover .carousel-control-next:focus .carousel-control-next-icon:before, .prodimg--carousel .carousel:focus .carousel-control-prev .carousel-control-prev-icon:before,
.prodimg--carousel .carousel:focus .carousel-control-prev .carousel-control-next-icon:before,
.prodimg--carousel .carousel:focus .carousel-control-next .carousel-control-prev-icon:before,
.prodimg--carousel .carousel:focus .carousel-control-next .carousel-control-next-icon:before,
.prodimg--carousel .carousel:focus .carousel-control-prev:hover .carousel-control-prev-icon:before,
.prodimg--carousel .carousel:focus .carousel-control-prev:hover .carousel-control-next-icon:before,
.prodimg--carousel .carousel:focus .carousel-control-next:hover .carousel-control-prev-icon:before,
.prodimg--carousel .carousel:focus .carousel-control-next:hover .carousel-control-next-icon:before,
.prodimg--carousel .carousel:focus .carousel-control-prev:focus .carousel-control-prev-icon:before,
.prodimg--carousel .carousel:focus .carousel-control-prev:focus .carousel-control-next-icon:before,
.prodimg--carousel .carousel:focus .carousel-control-next:focus .carousel-control-prev-icon:before,
.prodimg--carousel .carousel:focus .carousel-control-next:focus .carousel-control-next-icon:before {
  color: #343a40;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .mobile-utility-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mobile-utility-btn > .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    font-size: .7rem;
    text-transform: uppercase;
    background-color: #f0f2f4;
  }
  .mobile-utility-btn > .btn i {
    font-size: 1.2rem;
    margin: 0.5rem 0;
    line-height: initial;
  }
}

/* 360 view iFrame sizing in Fancybox */
.fancybox-slide--iframe .fancybox-content {
  max-width: 600px;
  max-height: 400px;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99996;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.add-to-favorites {
  margin-bottom: 2rem;
}

.btn-faved {
  text-align: left;
}

.btn-faved [class*="fa-"] {
  padding-right: .5rem;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.navbar--topbar .nav-link.nav-link-fav.is-faved-anim > [class*="fa-"],
.not-faved-anim > [class*="fa-"],
.is-faved-anim > [class*="fa-"] {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.is-faved {
  color: #fec703;
}

.btn.btn-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: inherit;
}

.promo-object .fal.fal.fal {
  font-weight: 300;
}

.promo-object .far.fa-lightbulb:before {
  font-weight: 300;
}

.btn.btn-promo > .promo-object {
  overflow: hidden;
  /* display: inline-block; */
  width: 32px;
  /* padding-right: .5rem; */
  margin-right: .5rem;
  /*   float: left; */
  font-size: 22px;
  color: #666;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* Blue banner */
.btn.btn-primary.btn-promo > .promo-object {
  color: white;
}

.btn.btn-promo > .promo-body {
  overflow: hidden;
  line-height: 1.4;
}

.btn.btn-promo > .promo-body p,
.btn.btn-promo > .promo-body span {
  margin-bottom: 0;
  font-size: 11px;
}

.btn-promo[class*="middle aligned"] {
  border-radius: 4px;
  width: 100%;
}

.btn-promo[class*="middle aligned"] > [class^="promo-object"],
.btn-promo[class*="middle aligned"] > [class^="promo-body"] {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.btn-promo[class*="middle aligned"] > [class^="promo-object"] {
  padding-right: 6px;
  width: initial;
}

.btn.btn-promo.disabled,
.btn.btn-promo[disabled] {
  pointer-events: auto;
}

.fa-certificate-check:before {
  /* Icon for Technology Patents promo banner */
  content: url(/img/icons/fa-certificate-check.gif);
}

.fa-arch:before {
  /* Icon for A&E Specification promo banner */
  content: url(/img/icons/fa-arch.gif);
}

.fa-revit:before {
  /* Icon for AutoDesk Revit promo banner */
  content: url(/img/icons/fa_revit.gif);
}

.fa-arrow-inside:before {
  /* Icon for What's Inside promo banner */
  content: url(/img/icons/fa-arrow-inside.gif);
}

.fa-computerchip:before {
  /* Icon for What's Inside promo banner */
  content: url(/img/icons/fa-computerchip.gif);
}

.fa-validated-switches:before {
  /* Icon for Validated Switches promo banner */
  content: url(/img/icons/fa-validated-switches.svg);
}

.popover-btn-promo {
  width: 220px;
}

.popover-btn-promo.bottom {
  margin-top: -1px;
}

.popover-btn-promo .media-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none outside none;
  margin: 0;
  width: 100%;
}

.popover .media,
.popover-btn-promo .media {
  border-bottom: 1px solid #ddd;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.popover .media > a,
.popover-btn-promo .media a {
  color: #333;
}

.popover .media > a[href] {
  padding-left: 1rem;
  padding-right: 1rem;
}

.popover .media > a[href]:hover,
.popover .media > a[href]:focus,
.popover-btn-promo .media a[href]:hover,
.popover-btn-promo .media a[href]:focus {
  color: #02aefe;
}

.popover .media:last-child,
.popover-btn-promo .media:last-child {
  border-bottom: none;
}

.popover .media .media-object,
.popover-btn-promo .media .media-object {
  margin-right: 10px;
  float: left;
}

.popover-btn-promo, .media-object img {
  margin-bottom: 0;
}

.popover .media .media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.pop_title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: white;
  font-weight: normal;
}

.pop_partnumber {
  /* font-size: 12px; */
  color: #333333;
  line-height: 1.5;
  padding: 10px;
  font-weight: bold;
}

#idAESpecItems {
  position: relative;
}

.aespecitem {
  position: static;
}

.aespectext {
  font-size: 0.875rem;
  line-height: 1.8;
}

.aespectext > ol, .aespeccopy > ol {
  list-style-type: upper-alpha;
  margin-bottom: 0px;
}

.aespectext > ol > li > ol, .aespeccopy > ol > li > ol {
  list-style-type: lower-alpha;
  margin-bottom: 0px;
}

.aespectext > ol > li > ol > li > ol, .aespeccopy > ol > li > ol > li > ol {
  list-style-type: lower-roman;
  margin-bottom: 0px;
}

.aespectext > ol > li > ol > li > ol > li > ol, .aespeccopy > ol > li > ol > li > ol > li > ol {
  list-style-type: decimal;
  margin-bottom: 0px;
}

.aespectext > ol > li > ol > li > ol > li > ol > li > ol, .aespeccopy > ol > li > ol > li > ol > li > ol > li > ol {
  list-style-type: lower-alpha;
  margin-bottom: 0px;
}

.aespec-text {
  max-height: 60vh;
  overflow: auto;
}

.tech-logo {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.tech-logo > li {
  display: inline-block;
  width: calc(100% / 5 - 1rem);
  margin-bottom: 1rem;
  padding: .5rem;
  border-radius: 0.2857rem;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

.tech-logo > li > a {
  cursor: pointer;
}

.tech-logo > li:hover {
  background: #dee2e6;
}

.tech-logo img {
  max-height: 40px;
}

.tech-logo-scroller {
  margin: 2rem 1rem 0;
}

@media (max-width: 767.98px) {
  .tech-logo-scroller {
    position: relative;
    z-index: 2;
    height: 2.5rem;
    margin-right: -15px;
    overflow-y: hidden !important;
  }
  .tech-logo-scroller .tech-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    -webkit-overflow-scrolling: touch;
  }
  .tech-logo-scroller .tech-logo img {
    max-height: 30px;
  }
}

.link-up-right:after {
  content: "\f106";
}

.link-up-right.collapsed:after {
  content: "\f107";
}

.product-detail-content [class*="table-responsive-"] {
  background-image: -webkit-gradient(linear, left top, right top, from(white), to(white)), -webkit-gradient(linear, left top, right top, from(white), to(white)), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 20, 0.1)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 20, 0.1)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, white, white), -webkit-linear-gradient(left, white, white), -webkit-linear-gradient(left, rgba(0, 0, 20, 0.1), rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, rgba(0, 0, 20, 0.1), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, white, white), -o-linear-gradient(left, white, white), -o-linear-gradient(left, rgba(0, 0, 20, 0.1), rgba(255, 255, 255, 0)), -o-linear-gradient(right, rgba(0, 0, 20, 0.1), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 20, 0.1), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, 0.1), rgba(255, 255, 255, 0));
  /* Shadows */
  /* Shadow covers */
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 30px 100%, 30px 100%, 20px 100%, 20px 100%;
  background-attachment: local, local, scroll, scroll;
}

@media (min-width: 768px) {
  .price-view-login,
  .price-view-popover {
    position: absolute;
    bottom: 100%;
    left: auto;
    right: 5px;
  }
}

.table-price,
.table-software {
  display: inline-table;
  border-collapse: inherit;
  border-spacing: inherit;
  border: 1px solid #ddd;
  margin-bottom: 1.5rem;
}

.table-price caption,
.table-software caption {
  background: none repeat scroll 0 0 rgba(240, 242, 244, 0.8);
  padding: .25rem 1rem;
  color: #212529;
  caption-side: top;
}

@media (max-width: 767.98px) {
  .table-price caption,
  .table-software caption {
    background: transparent;
  }
}

.table-price tbody,
.table-software tbody {
  font-size: 0.875rem;
  font-weight: normal;
}

.table-price thead th,
.table-software thead th {
  color: #2C3940;
  font-weight: bold;
  background: none repeat scroll 0 0 rgba(23, 55, 81, 0.14);
  border: none;
  font-size: 0.9375rem;
  line-height: 1rem;
}

.table-price th .table-borderless, .table-price td .table-borderless,
.table-software th .table-borderless,
.table-software td .table-borderless {
  /* For notes after pricing table */
  border: none;
}

.table-price .fa,
.table-price label,
.table-software .fa,
.table-software label {
  line-height: inherit;
}

.table-price .collapse.in,
.table-software .collapse.in {
  display: table-row-group;
}

@media (max-width: 767.98px) {
  .table-price,
  .table-software {
    border: none;
  }
  .table-price thead,
  .table-software thead {
    display: none;
  }
  .table-price th, .table-price td,
  .table-software th,
  .table-software td {
    width: 100%;
    text-align: right;
    display: block;
    border-top: 0 !important;
    padding: 0 0.75rem;
  }
  .table-price th[data-label="none"], .table-price td[data-label="none"],
  .table-software th[data-label="none"],
  .table-software td[data-label="none"] {
    text-align: left;
  }
  .table-price th[data-label="none"]::before, .table-price td[data-label="none"]::before,
  .table-software th[data-label="none"]::before,
  .table-software td[data-label="none"]::before {
    content: "";
  }
  .table-price th::before, .table-price td::before,
  .table-software th::before,
  .table-software td::before {
    content: attr(data-label);
    float: left;
    color: #212529;
    font-weight: 300;
  }
  .table-price th:empty::before, .table-price td:empty::before,
  .table-software th:empty::before,
  .table-software td:empty::before {
    content: none;
  }
  .table-price .model-title,
  .table-software .model-title {
    font-weight: 500;
    font-size: 1.05rem;
  }
  .table-price .model-preview,
  .table-software .model-preview {
    display: none;
  }
  .table-price tbody,
  .table-software tbody {
    font-size: 1rem;
  }
  .table-price tbody td:not([data-label=none]),
  .table-software tbody td:not([data-label=none]) {
    color: #212529;
    font-weight: 300;
  }
  .table-price tbody .table-row,
  .table-software tbody .table-row {
    position: relative;
    display: block;
    padding: 0.75rem 0.625rem;
    margin-bottom: -1px;
    background: #fff;
    border: 1px solid #ced4da;
  }
  .table-price tbody .table-row:before,
  .table-software tbody .table-row:before {
    left: 0 !important;
  }
  .table-price tbody .table-row:only-child,
  .table-software tbody .table-row:only-child {
    border-radius: 0.25rem;
  }
  .table-price tbody .table-row:first-child,
  .table-software tbody .table-row:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .table-price tbody .table-row:last-child,
  .table-software tbody .table-row:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .table-price tbody .table-row:nth-of-type(odd),
  .table-software tbody .table-row:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .table-price tbody + tbody > .table-row:first-child,
  .table-software tbody + tbody > .table-row:first-child {
    margin-top: -2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .table-price .btn.btn-mobile-order,
  .table-software .btn.btn-mobile-order {
    min-width: 100px;
  }
}

.table-software th {
  padding: .5rem;
}

.table-software th .camera-icon,
.table-software td .camera-icon {
  padding-right: 0;
  border-right: none;
}

.table-software ul,
.table-software ol {
  margin-left: 1rem;
  padding-left: 0;
}

.table-software li {
  margin: 0;
}

@media (max-width: 767.98px) {
  .table-software td {
    text-align: left;
    padding-bottom: 0.375rem;
  }
  .table-software td:not([data-label=none])::before {
    content: attr(data-label) ":";
    font-weight: normal;
    padding-right: 1rem;
  }
  .table-software td[data-label="download"] {
    padding-top: 0.75rem;
  }
  .table-software td[data-label="download"]::before {
    content: "";
  }
  .table-software td.css-features::before {
    width: 100%;
    display: inline-block;
    padding-right: 0;
    float: none;
  }
  .table-software ul:first-child, .table-software ol:first-child {
    padding-left: 1rem;
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  .btn-expandretired {
    background-color: transparent;
    color: #0069d9 !important;
  }
  .btn-expandretired:hover {
    text-decoration: underline !important;
    color: #00448d !important;
  }
}

@media (max-width: 767.98px) {
  td.table-expandretired {
    padding: 0;
  }
  .btn-expandretired {
    width: 100%;
    display: block;
    background: #343a40;
    color: #fff !important;
    margin-top: 1rem;
  }
  .btn-expandretired:hover {
    color: #fff !important;
  }
}

/* Remove bottom margin for pricing table inside product quickview modal window */
.modal .table-price,
.modal .table-software {
  margin-bottom: 0;
}

.spechdr {
  color: #000000;
  background-color: #efefef;
}

#idRetiredProductBlock {
  /* background-color: rgba($danger, .06);
    color: #721c24; */
}

#spec-table-sheet > table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  font-size: 0.875rem !important;
}

#spec-table-sheet > table th,
#spec-table-sheet > table td {
  padding: 0.3rem;
}

#spec-table-sheet > table th,
#spec-table-sheet > table td,
#spec-table-sheet > table thead th,
#spec-table-sheet > table tbody + tbody {
  border: 0;
}

#spec-table-sheet .spechdr {
  font-size: 1rem;
  padding-left: 1rem;
}

#spec-table-sheet img {
  max-width: 100%;
  height: auto;
}

/*---------------------------
     Related Product
-----------------------------*/
.related-product-match > * + *,
.product-related-list > * + * {
  margin-top: 1.5rem;
}

.related-product-match > *:last-child {
  margin-bottom: 1.5rem;
}

/* Related Product Box Style */
.box-related-product {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.box-related-product > .box-title {
  position: relative;
  padding: 0.5rem 1rem;
  margin: 0;
  background: none repeat scroll 0 0 #dee2e6;
  text-align: left;
  text-shadow: none;
  font-size: 1rem;
  font-weight: bold;
  color: #2C3940;
}

.box-related-product > .box-title a {
  position: relative;
  color: #2C3940;
  display: block;
  cursor: pointer;
  padding-right: 1rem;
}

.box-related-product > .box-title a.link-up-right:after, .box-related-product > .box-title a.link-up-right.collapsed:after {
  position: absolute;
  margin-right: -.5rem;
  right: 0;
  top: 0;
  color: #666666;
}

.box-related-product > .box-body > .box-loader {
  height: 20px;
  margin-top: -20px;
  text-align: center;
  display: none;
}

.box-related-product > .box-footer {
  background-color: inherit;
  border-top: 1px solid #EEEEEE;
  -webkit-box-shadow: 0 1px 0 #FFFFFF inset;
  box-shadow: 0 1px 0 #FFFFFF inset;
  padding: 7px 0;
  margin: 0 1rem;
  position: relative;
  text-align: left;
}

.box-related-product > .box-footer a {
  /*Related products collapse link*/
  color: #666666;
  font-size: 12px;
  display: block;
  cursor: pointer;
}

.box-related-product > .box-title a:hover,
.box-related-product > .box-title a.link-up-right:hover:after,
.box-related-product > .box-title a.link-up-right:hover.collapsed:after,
.box-related-product .box-footer a:hover {
  color: #0071c5;
}

/* Related Product Card Style */
.product-related-list .card,
.related-product-match .card {
  border-color: transparent;
}

@media (min-width: 992px) {
  .product-related-list .card,
  .related-product-match .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
  }
  .product-related-list .card > [class*="card-image"],
  .related-product-match .card > [class*="card-image"] {
    width: 25%;
    padding: 1rem 0 1rem 0.75rem;
  }
  .product-related-list .card > [class*="card-image"] > [class*="card-img"],
  .related-product-match .card > [class*="card-image"] > [class*="card-img"] {
    border-radius: calc(0.25rem - 1px);
  }
  .product-related-list .card .card-body,
  .related-product-match .card .card-body {
    padding: 1rem;
  }
  .product-related-list .card .card-body > .card-title,
  .related-product-match .card .card-body > .card-title {
    margin-bottom: .25rem;
  }
}

@media (max-width: 991.98px) {
  .related-product-match.collapse:not(.show), .related-product-match.collapse.show {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .box-related-product {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
  }
  .box-related-product .box-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    cursor: ew-resize;
    overflow-x: auto;
    overflow-y: hidden;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    /* positioning context for advancers */
    position: relative;
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* Remove the default scrollbar for WebKit implementations */
  }
  .box-related-product .box-body:-webkit-scrollbar {
    display: none;
  }
  .box-related-product > .box-title {
    background: transparent;
    font-weight: normal;
    font-size: 1.125rem;
    color: #212529;
    padding-left: 0;
    padding-bottom: 1rem;
  }
  .box-related-product > .box-title a {
    pointer-events: none;
  }
  .box-related-product > .box-title .link-up-right:after {
    content: none !important;
  }
  .box-related-product .box-footer {
    display: none;
  }
  .product-related-list > * + *,
  .related-product-match > * + * {
    margin-top: 0;
  }
  .product-related-list .card,
  .related-product-match .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    /*flex: 1 0 0%;*/
    width: 22vw;
    min-width: 22vw;
    max-height: 200px;
    overflow: hidden;
    position: relative;
  }
  .product-related-list .card:focus, .product-related-list .card:active,
  .related-product-match .card:focus,
  .related-product-match .card:active {
    outline: 0;
  }
  .product-related-list .card > [class*="card-image"],
  .related-product-match .card > [class*="card-image"] {
    height: 100px;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem;
    padding-bottom: 0;
    background-color: #fff;
    border-radius: none;
  }
  .product-related-list .card > [class*="card-image"] > [class*="card-img"],
  .related-product-match .card > [class*="card-image"] > [class*="card-img"] {
    width: auto;
    max-width: 100%;
    max-height: 100px;
  }
  .product-related-list .card .card-body,
  .related-product-match .card .card-body {
    padding: 0.75rem;
  }
  .product-related-list .card .card-body > .card-title,
  .related-product-match .card .card-body > .card-title {
    margin-bottom: 0;
    font-size: .9rem;
  }
  .product-related-list .card .card-body > .card-text,
  .related-product-match .card .card-body > .card-text {
    color: #6c757d;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 2.1rem;
    /* Fallback for non-webkit */
    font-size: 0.875rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .product-related-list .card .card-body > .card-title .badge,
  .related-product-match .card .card-body > .card-title .badge {
    position: absolute;
    top: 1px;
    left: 0.75rem;
    margin: 0em;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    font-size: 70%;
    vertical-align: middle;
  }
  .product-related-list .card .card-body > .card-title .badge:after,
  .related-product-match .card .card-body > .card-title .badge:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0%;
    background-color: transparent !important;
    border-style: solid;
    border-width: 0em 0.8em 1.2em 0em;
    border-color: transparent;
    border-right-color: inherit;
    width: 0em;
    height: 0em;
  }
  .product-related-list .card .card-body,
  .product-related-list .card .card-body .card-title,
  .related-product-match .card .card-body,
  .related-product-match .card .card-body .card-title {
    position: inherit;
    position: static;
  }
}

@media (max-width: 767.98px) {
  .product-related-list .card,
  .related-product-match .card {
    width: 29vw;
    min-width: 29vw;
  }
}

/*-------------------------------------
     Related Product Quick View Modal
--------------------------------------*/
.carousel-quickview {
  position: relative;
}

.carousel-quickview .carousel-item .product-title .label-title {
  /* Re-define setting inside quick-view modal */
  margin-top: 2px;
}

.carousel-quickview .carousel-item .modal-body {
  background: #ffffff;
  min-height: 500px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.carousel-quickview .carousel-item .prodimage:hover {
  /* Re-define Prod Img Hover effect inside quick-view modal */
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: inherit;
}

.carousel-quickview {
  /* Boostrap 4 added 12-15-2017 by marc */
}

.carousel-quickview .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  min-height: 500px;
  max-height: 500px;
  background: url(/img/ajax-loader.gif) center no-repeat;
}

.carousel-quickview .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-quickview .carousel-inner > .carousel-item {
  position: relative;
  text-align: left;
  height: auto;
  cursor: default;
}

.carousel-quickview .carousel-inner > .item > img,
.carousel-quickview .carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-quickview .carousel-inner > .active,
.carousel-quickview .carousel-inner > .next,
.carousel-quickview .carousel-inner > .prev {
  display: block;
}

.carousel-quickview .carousel-inner > .active {
  left: 0;
}

.carousel-quickview .carousel-inner > .next,
.carousel-quickview .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-quickview .carousel-inner > .next {
  left: 100%;
}

.carousel-quickview .carousel-inner > .prev {
  left: -100%;
}

.carousel-quickview .carousel-inner > .next.left,
.carousel-quickview .carousel-inner > .prev.right {
  left: 0;
}

.carousel-quickview .carousel-inner > .active.left {
  left: -100%;
}

.carousel-quickview .carousel-inner > .active.right {
  left: 100%;
}

a.carousel-control {
  position: absolute;
  top: 200px;
  width: 30px;
  height: 56px;
  text-align: center;
  background-color: #f0f0f0;
  color: #666666;
}

a.carousel-control.right {
  right: -31px;
  border-left: 1px solid #e5e5e5;
}

a.carousel-control.left {
  left: -31px;
  border-right: 1px solid #e5e5e5;
}

a.carousel-control:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 46px;
  line-height: 1.1;
}

a.carousel-control.right:before {
  content: "\f105";
}

a.carousel-control.left:before {
  content: "\f104";
}

a.carousel-control:hover,
a.carousel-control:focus {
  background: #e7e7e7;
  color: #333333;
  text-decoration: none;
}

body.modal-open {
  /* Prevent BODY from scrolling when a modal is opened */
  overflow: hidden;
}

.nav-tabs-brand > .nav {
  border-radius: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), color-stop(20%, rgba(255, 255, 255, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 20%, rgba(0, 0, 0, 0.05) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 20%, rgba(0, 0, 0, 0.05) 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 20%, rgba(0, 0, 0, 0.05) 100%);
}

.nav-tabs-brand > .nav-tabs {
  border-bottom: 1px solid #0088CC;
  display: none;
}

.nav-tabs-brand > .nav-tabs .nav-item.disabled {
  pointer-events: none;
}

.nav-tabs-brand > .nav-tabs .nav-item.disabled > a {
  color: #999999;
  border-bottom: 1px #cccccc solid;
}

.product-tab-category.nav-tabs-brand img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .nav-tabs-brand .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-tabs-brand .accordion__header:not(.accordion-secondary) {
    display: none;
  }
  .nav-tabs-brand .accordion.divided > .accordion__item:not(.accordion__item-secondary) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .nav-tabs-brand .collapse:not(.collapse-secondary) {
    display: block;
  }
  .nav-tabs-brand .navbar-offcanvas {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .nav-tabs-brand {
    border: none;
    margin-bottom: 15px;
  }
  .nav-tabs-brand .accordion.divided > .accordion__item:not(.accordion__item-secondary) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom-color: #e2e2e2;
  }
  .nav-tabs-brand .accordion.divided .accordion__title {
    margin: 0;
  }
  .nav-tabs-brand .accordion.divided .accordion__title .btn {
    padding-top: .9rem;
    padding-bottom: .9rem;
    padding-left: 1.75rem;
  }
  .nav-tabs-brand .accordion.divided .accordion__title .btn:after {
    top: .9rem;
    right: 1.5rem;
    font-weight: normal;
  }
  .nav-tabs-brand .accordion__header {
    padding-left: 0;
  }
  .nav-tabs-brand .accordion__header.sticky {
    top: 54px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    background-color: #fff;
  }
  .nav-tabs-brand .accordion__header.sticky:before, .nav-tabs-brand .accordion__header.sticky:after {
    content: '';
    display: table;
  }
  .nav-tabs-brand > .tab-content .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .product-tab-category .accordion__title .btn[aria-expanded="true"] {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
}

/*-------------------------
     Video Tab
-------------------------*/
#idVideoPlaceHolder .card.video-card.horizontal > [class*="card-image"] {
  max-width: 150px;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 150px !important;
  flex: 0 0 150px !important;
}

/*-------------------------
     Description Tab
-------------------------*/
#desc table {
  margin-bottom: 20px;
  /* For tables under description tab only */
}

/*-------------------------
     Specifications Tab
-------------------------*/
#spec-table-sheet {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#spec-table-sheet > table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  font-size: 0.875rem !important;
}

#spec-table-sheet > table th,
#spec-table-sheet > table td,
#spec-table-sheet > table thead th,
#spec-table-sheet > table tbody + tbody {
  border: 0;
}

#spec-table-sheet > table .spechdr {
  font-size: 1rem;
  padding: .25rem .75rem;
  color: #000000;
  background-color: #e7e7e7;
}

@media (max-width: 767.98px) {
  #spec-table-sheet > table .spec,
  #spec-table-sheet > table .spechdr {
    display: block;
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  #spec-table-sheet > table .spec + .spec {
    color: #6c757d;
    padding-left: 30px;
  }
  #spec-table-sheet > table nobr {
    white-space: normal;
  }
}

#shipping-dimension-table td.spec {
  white-space: nowrap;
}

#spec #idSpecPlaceHolder > table {
  width: 100%;
}

.table-4kspec {
  border: 1px solid #255391;
  border-collapse: separate;
  margin-bottom: 1rem;
}

.table-4kspec > thead > tr > th,
.table-4kspec > thead > tr > th a {
  background: #255391;
  color: #fff;
}

.table-4kspec > tbody > tr > td,
.table-4kspec > tbody > tr > td a {
  background-color: #ffffff;
}

.table-4kspec th,
.table-4kspec td {
  border-left: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
  padding: 4px 5px;
}

.table-4kspec > thead > tr > th,
.table-4kspec > tbody > tr > td {
  font-size: 11px;
}

.table-4kspec th:first-child,
.table-4kspec td:first-child {
  border-left: 0;
}

/*------------------------------
 	Download Tab Mobile View
------------------------------*/
@media (max-width: 767.98px) {
  .table.supp-table col[class^="table-col-"] {
    width: auto;
  }
  .table.supp-table thead th:not(:first-child) {
    display: none;
  }
  .table.supp-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #ced4da;
  }
  .table.supp-table tbody td:not(:first-of-type) {
    padding-left: 10%;
    display: inline-block;
  }
  .table.supp-table tbody td:first-of-type,
  .table.supp-table tbody td:nth-of-type(2) {
    display: block;
    width: 100%;
  }
  .table.supp-table tbody td {
    padding-top: 0;
    padding-bottom: 0;
  }
  .table.supp-table tbody td:first-child {
    padding-top: .5rem;
  }
  .table.supp-table tbody td:last-child {
    padding-bottom: .5rem;
  }
  .table.supp-table #idRev:before {
    display: inline-block;
    padding-right: 0.5rem;
    content: "V";
  }
}

/*------------------------------
 	Tab Overview References
------------------------------*/
.table-group > .table {
  margin-bottom: 0;
}

.table-group > * + * {
  margin-top: 1.5rem;
}

/*-------------------------
     Multiple diagram
-------------------------*/
#diag > ul,
#diag .nav {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ffffff;
  background: none;
}

#diag .nav-tabs > li > a {
  border: 1px solid #dddddd;
  margin-top: 5px;
  margin-right: 4px;
  padding: 6px 14px;
}

#diag .nav-tabs > .active > a,
#diag .nav-tabs > .active > a:hover,
#diag .nav-tabs > .active > a:focus {
  color: #000;
  font-weight: 700;
  background-color: #ffffff;
  border-color: #cccccc;
  cursor: default;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
}

/*------------------------------
 	Print
------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  .product-title > .label-title {
    font-size: 12px !important;
    border: 1px solid #000000 !important;
  }
  .spechdr {
    border-bottom: 1px solid #CCCCCC !important;
    /* For product specification th */
  }
  @page {
    margin: 1.5cm;
  }
  .table-price thead:first-child tr:first-child th,
  .table-price thead:first-child tr:first-child td,
  .table-software thead:first-child tr:first-child th,
  .table-software thead:first-child tr:first-child td,
  .table tbody + tbody {
    border-top: none !important;
    border-bottom: 1px solid #CCCCCC !important;
  }
  .page-break-after {
    page-break-after: avoid;
  }
  .page-break-inside {
    page-break-inside: avoid;
    /* For diagram/panel drawing title stay with image */
  }
}

#spec #idSpecPlaceHolder > table {
  width: 100%;
}
