/* PRODUCTS
-----------------------------------------------------------------*/
.products .hero-banner {
  background: url('../images/products/products-search-hero.jpg');
      background-size: cover;
      height: 290px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 2rem;
}
@media screen and (max-width: 550px) {
  .products .hero-banner {
    height: 200px;
    margin-bottom: 0;
  }
}
.battery-banner {
  background: url('../images/mastheads/ALTA-masthead.png');
      background-size: cover;
      height: 290px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 2rem;
}
@media screen and (max-width: 550px) {
  .battery-banner {
    background: url(../images/mastheads/ALTA-masthead-MB.png);
    height: 230px;
    margin-bottom: 0;
    background-size: cover;
  }
}
  .products .bubbleTag {
  width: 100%;
  margin: 0;
  background: #0068AB;
  color: white;
  font-size: 24px;
  font-weight: 900;
  border-radius: 0;
}
.products .bubbleTag:hover {
  cursor:text;
  color: white;
  background: #0068AB;
}
.sensor-filter .btn-outline-success {
   left: 0;
   margin-left: 20px;
  background: #F49729;
  border: none;
}
.sensor-filter .btn-outline-success {
   left: 0;
   margin-left: 20px;
  background: #F49729;
  border: none;
}
.sensor-filter .btn-outline-success:hover {
  background: #0B84D4;
  border:none;
}
@media screen and (max-width: 600px) {
.alert-primary .btn-outline-success,
.alert-primary .btn-outline-success:not(:disabled):not(.disabled):active {
  background: none!important;
  border: none!important;
  top: -0.2rem!important;
  margin-left: 0!important;
  color: #004085;
}
 .familyAlertBtn {
   left: 0!important;
 }
}
@media screen and (max-width: 991px) {
.products .btn-outline-success,
.products .btn-outline-success:not(:disabled):not(.disabled):active  {
  background: none;
  border: none;
  top: -1rem;
  margin-left: 0;
}
}
.fa-filter {
  font-size: .875rem;
}
.fa-wifi,
.fa-broadcast-tower,
.fa-ethernet {
  font-size: 18px;
  margin: 5px 3px 0 0;
}
.btn-primary:not(:disabled):not(.disabled):active {
  background: #0068AB !important;
  border: 1px solid #0068AB;
}
.products .search-support {
  font-family: Lato;
  font-weight: normal;
  border: 1px solid rgba(11, 132, 212, .5);
  color: #0B84D4;
}
.products .nav-pills .dropdown-toggle::after {
  color: #F49729!important;
}
.nav-link {
    padding: .4rem 1rem;
}
.products .card button {
  font-size: 14px;
}
.products .card .col-4:nth-child(3) svg {
  float: right;
  margin-left: 10px;
}
.products label {
  cursor: pointer;
}
.secondary-nav .nav-item .active {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.products .nav-pills .nav-link.active,
.products .nav-pills .show>.nav-link {
  color: #fff;
  border-radius: 0;
  background: #0068AB;
}
.products .applications .col-lg-6 ul {
  margin: 0
}
.products .applications .row {
  margin-top: 1.5rem!important;
}

/* filter */
#filterMenu {
    right: unset;
    left: 1.9rem;
    z-index: 1000;
    position: absolute;
    background: white;
    padding: 25px;
    color: #272727;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,.125);
    text-align: left;
}
@media screen and (max-width: 991px) {
  #filterMenu {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
  }
}
#filterMenu a {
  color: #F49729;
}
.secondary-nav .nav-link {
    padding: 0.6rem 0.4rem;
}
.products .product-nav .search-support ::placeholder {
  color: #0B84D4;
  font-family: Lato;
}
.products .l-main-container {
  background: white;
  padding: 1rem;
}
.products .region-ul {
  list-style: none;
}
.products .region-ul {
  cursor: pointer;
}
.products .product-nav svg {
    cursor: pointer;
    fill: white;
}
.filtersSection .row {
  background: whitesmoke;
  padding: 1rem;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .filtersSection .row {
    background: none;
    }
    .filtersSection .row {
      padding-top: .5rem;
    }
}
.products .sensor-types label {
  margin-right: 10px;
  margin-bottom: 0;
  background: white;
  color: #0068AB;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid rgba(11, 132, 212, .5);
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}
.products .search_item.active {
  background: #0068AB;
  color: white;
}
.products #powerSourceSubmenu label {
  display: inline;
}
.products .sensor-types {
  color: white;
}
@media screen and (max-width: 767px){
  .products .sensor-types {
    padding: 0;
  }
  .products .sensor-types label {
     margin-bottom: 1rem;
     margin-right: 0;
     padding: 8px;
     display: block;
     text-align: center;
   }
   .filter-products {
      margin-top: 0!important;
   }
}
@media screen and (min-width:992px) {
   .products #results .container {
      margin-bottom: 2rem;
   }
}
/* END PRODUCTS
-----------------------------------------------------------------*/
/* CMS
-----------------------------------------------------------------*/
.editButton {
  position: absolute!important;
  z-index: 2000;
}

.tagline {
  color: #A6AAB1;
  font-size: 20px;
  font-style: italic;
  display: block;
  margin-bottom: 1rem;
}
.sensor-family-product-type ul {
  margin-bottom: 0;
}
/* CMS END
-----------------------------------------------------------------*/

/* PRODUCTS FAMILY AND PRODUCT BASE
-----------------------------------------------------------------*/

.alert-secondary {
  color: #272727;
  background-color: whitesmoke;
  border-color: whitesmoke;
  margin: 0 2rem;
  padding: 1.5rem;
}

/* SENSOR FAMILY/PRODUCT TYPE PAGES
-----------------------------------------------------------------*/
/* hero and romance */
.hero {
  margin: 0;
  background: white;
}

.sensor-type {
  position: absolute;
  z-index: 1000;
  width: 0;
  height: 0;
  border-top: 325px solid rgba(0,104,171, .85);
  border-right: 325px solid transparent;
}

.circle {
  width: 125px;
  height: 125px;
  border-radius: 62.5px;
  font-size: 20px;
  background: white;
  bottom: 170px;
  position: absolute;
  left: 30px;
  z-index: 1001;
  line-height: 125px;
  padding: 13px;
}

.hero-sensor-image {
  background: url("../images/water-detection.jpg") right center no-repeat;
  background-size: cover !important;
  height: auto;
}

@media screen and (max-width: 1199px) {
  .hero-sensor-image {
    height: 50vh;
  }

  .sensor-type {
    position: absolute;
    z-index: 1000;
    width: 0;
    height: 0;
    border-top: 225px solid rgba(0,104,171, .85);
    border-right: 225px solid transparent;
  }

  .circle {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 100px;
    text-align: center;
    background: #ffffff;
    bottom: 120px;
    position: absolute;
    left: 25px;
    z-index: 1001;
  }
  .circle img {
    max-width: 100%;
  }
}
.hero-caption {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero-caption {
      bottom: 1rem;
      left: 1rem;
      position: absolute;
      padding: .5rem 1rem .5rem 2.5rem;
      margin-right: 1rem;
  }
}
.hero-caption .fa-magic {
  color: white;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.sensor-family-product-type {
  padding: 0 2rem 0 2rem;
  background: white;
}

/* mobile accordion cards */
@media screen and (min-width: 992px) {
  .products .accordion {
    display: none;
  }

  .products #accordion .collapse:not(.show) {
    display: block;
    height: 100%;
  }
}
.filter-products {
  color: #0068AB;
  margin-top: -7px;
}
.products .product-nav .dropdown-menu {
    margin-top: -1px;
}
.products .product-nav {
  background: white;
  padding: 15px 30px 15px 30px;
  border: 1px solid rgba(0, 0, 0, .15);
}
@media screen and (max-width: 991px) {
  .products .product-nav {
    padding: 30px 15px 0 15px;
    border: none;
  }
  .products .accordion img {
    margin-bottom: 10px;
  }
  body.products #productsList {
    background: #0068AB;
  }
  .products .accordion {
    display: block;
  }
  .filter-products {
     text-align: center;
  }
  .products .accordion-icon {
    width: 60px;
    margin-right: 15px;
  }

  .products .accordion {
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
  }
  .products .btn-link, .products .btn-link:hover {
    color: #0068AB;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    line-height: 1.3rem;
    margin: 0 -15px;
    padding: 10px 0 10px 0;
  }

  .products .btn-link {
    background: white;
    display: block;
  }

  .products .accordion .btn.focus,
  .products .accordion .btn:focus {
    outline: none;
    box-shadow: none;
  }
  .dropdown-menu {
    background: #0068AB !important;
    border: none !important;
    border-radius: !important;
  }
  svg {
    fill: white;
  }
  .breadcrumb {
    display: none;
  }
  .products  .sensor-filter .header {
    margin-top: 0!important;
  }
}/* end media query */
.products  .sensor-filter .header {
  text-align: center;
  width: 100%;
  background: #0068AB;
  padding: .8rem;
  color: white;
}

.products a:hover {
  text-decoration: none!important;
}

.container #mobile a:hover {
  text-decoration: none;
}

.products .card-text {
  margin-bottom: revert;
}

.horizontal {
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-right: 50px;
}
.products .fa-question-circle {
  color: #272727;
}
.card .more-images {
  font-size: 12px;
  text-decoration: underline;
}
.card .more-images svg {
  margin-right: 5px;
}
.card {
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0;
  height: 100%;
  color: #272727;
}
.question {
  font-size: 28px;
  margin-right: -5px;
}

.popover {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0;
}
.modal-content .carousel-control-next-icon,
.modal-content .carousel-control-prev-icon  {
   width: 40px;
   height: 40px;
}
.products .card .fa-question-circle {
  cursor: pointer;
  color: rgba(166, 170, 177, .4);
}
.products .card .fa-question-circle:hover {
    color: #A6AAB1;
}
.search-filter {
  filter: opacity(0.3) grayscale(100%)!important;
}
@media screen and (max-width:767px) {
  .col-4 img {
    display: none!important;
  }
}
.card-text {
  margin-bottom: 0;
}

.btn-primary {
  color: #fff;
  background-color: #0068AB;
  border-color: #0068AB;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0B84D4;
  border-color: #0B84D4;
}

.btn-lg {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0B84D4;
  border-color: #0B84D4;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #0B84D4;
  border-color: #0B84D4;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, .5);
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23DCDCDC' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23DCDCDC' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

/* applications */
.applications .header {
  background: #0068AB;
  padding: .8rem;
  color: white;
  margin-top: 0;
}
.applications {
  padding: 0;
}

}
.card-body ul li {
  font-size: 16px;
  font-weight: 700;
}

.applications ul {
  /* list-style: none; */
  margin-top: 1rem;
}

/* which sensors */
.which-sensor {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b84d4+0,0b84d4+99&0.7+0,1+100 */
  background: -moz-linear-gradient(left, rgba(11, 132, 212, 0.7) 0%, rgba(11, 132, 212, 1) 99%, rgba(11, 132, 212, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(11, 132, 212, 0.7) 0%, rgba(11, 132, 212, 1) 99%, rgba(11, 132, 212, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(11, 132, 212, 0.7) 0%, rgba(11, 132, 212, 1) 99%, rgba(11, 132, 212, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b30b84d4', endColorstr='#0b84d4', GradientType=1);
  /* IE6-9 */
  color: white;
  padding: 2.5rem 2rem;
}

.which-sensor h4 {
  display: inline-block;
  font-weight: 900;
}

.fa-lightbulb, .fa-info {
  font-size: 24px;
  margin-right: .35rem;
}

.which-sensor ul li {
  line-height: 1.5rem;
  padding-bottom: .7rem;
}

.which-sensor a {
  color: white;
  text-decoration: underline;
}

/* features & benefits */
.header.sensor {
  background: #08AFE6;
  padding: .8rem;
  margin-bottom: 2rem;
  margin-top: 0;
  color: white;
}

.features-benefits {
  background: #182C39;
  padding: 0 0 1rem 0;
  color: white;
  position: relative;
}

.features-benefits .col-lg-6 {
  padding: 1rem 4rem 2.5rem 4rem;
}

.features-benefits .col-12 {
  padding: 0;
}

.features-benefits div {
  font-size: 16px;
  line-height: 4rem;
  font-weight: 900;
}

.features-benefits h4 {
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .features-benefits h4 {
    margin-left: -1.5rem;
  }
}

.features-benefits:before {
  font-family: "Font Awesome 5 Free";
  content: "\f338";
  display: inline-block;
  color: #08AFE6;
  vertical-align: middle;
  font-weight: 700;
  font-size: 420px;
  position: absolute;
  top: -38%;
  left: 40%;
  opacity: 0.04;
  transform: rotate(90deg);
}

@media screen and (max-width:991px) {
  .features-benefits:before {
    content: "";
  }
  .features-benefits .col-lg-5 {
    text-align: left;
    padding-left: 2rem;
  }
  .features-benefits .col-lg-5:last-child h4 {
    margin-top: 2rem;
  }
  .range,.battery-life,.data,.buildings,.hassle-free,.compliance {
    margin-left: 1.8rem;
  }
  .features-benefits div {
    line-height: 2.8rem;
  }
}

.features-benefits .fa-ruler,
.features-benefits .fa-battery-three-quarters,
.features-benefits .fa-database,
.features-benefits .fa-building,
.features-benefits .fa-smile,
.features-benefits .fa-thumbs-up {
  vertical-align: middle;
  font-weight: 700;
  font-size: 26px;
  position: relative;
  left: -5px;
  color: #08AFE6;
}

/* carousel */
.frequently-bought-together .carousel-control-next-icon,
.frequently-bought-together .carousel-control-prev-icon  {
   width: 60px;
   height: 60px;
}

@media (min-width: 768px) {
  .multi-item-carousel .carousel-inner .carousel-item {
    margin-right: inherit;
  }
  .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item,
  .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item {
    display: block;
  }
  .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.33333333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .multi-item-carousel .carousel-inner .carousel-item-next,
  .multi-item-carousel .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .multi-item-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .multi-item-carousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item,
  .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .multi-item-carousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item,
  .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    display: block;
    visibility: visible;
  }

  .frequently-bought-together .carousel-control-next {
      right: -65px !important;
  }
  .frequently-bought-together .carousel-control-prev {
      left: -65px !important;
  }
}

/* tabs */
.knowledgebase .fa-star {
  color: #A6AAB1;
}

.knowledgebase .checked {
  color: orange;
}

.knowledgebase ul {
  list-style: none;
  font-weight: 400;
}
.tab-content svg {
  color: #0068AB!important;
}
.knowledgebase .fa-file-pdf {
  margin-right: 5px;
}

.knowledgebase .fa-video {
  margin-right: 5px;
}
.knowledgebase .fa-book {
  margin-right: 5px;
}

.fa-question-circle {
  color: #08AFE6;
  margin-right: 5px;
}

.fa-download {
  margin-right: 5px;
}

.tab-pane {
  background: white;
  padding: 2.5rem 2rem;
}
#nav-documentation-tab,
#nav-specifications-tab {
   border-top: 140px solid transparent;
   margin-top: -140px;
   -webkit-background-clip: padding-box;
   -moz-background-clip: padding;
   background-clip: padding-box;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #0068AB;
  background-color: white;
  text-decoration: none;
}
.nav-tabs {
    margin-left: -1px;
}
.nav-tabs .nav-link {
  border: none;
  color: white;
  background-color: #08AFE6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  outline: 0;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .nav-tabs {
    /* background: white; */
  }
}

@media screen and (max-width: 991px) {

  #nav-documentation,
  #nav-videos {
    background: white;
    padding: 2.5rem 0rem;
  }
}

.how-monnit-works {
  background: white;
}

.how-monnit-works .header {
  margin: 0 -15px;
  margin: 0 -15px;
background: #0068AB;
padding: .8rem;
color: white;
}

/* END SENSOR FAMILY/PRODUCT TYPE PAGES
-----------------------------------------------------------------*/
/* ADD TO CART
-----------------------------------------------------------------*/
.add-to-cart .more-images a {
 font-size: 14px;
 margin-top: 5px;
}
.add-to-cart .more-images .fa-ellipsis-h {
  font-size: 30px;
}
.add-to-cart .price {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .add-to-cart .price {
    font-weight: bold;
    font-size: 16px;
    width: 90px;
    height: 90px;
    border-radius: 62.5px;
    background: #0068AB;
    color: white;
    z-index: 1001;
    line-height: 90px;
    padding-left: 11px;
    float: right;
    margin: 28px 20px 0 0;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  }
  .add-to-cart .price  {
    opacity: 1;
    transition: opacity 0.3 ease-in-out;
  }
  .price.fade {
    opacity:0;
  }

}
.quantity {
  -moz-user-select: none;

-webkit-user-select: none;

user-select: none;
   }
.add-to-cart .fa-images {
  margin-right: 3px;
}
.add-to-cart .region-frequency {
  display: inline-block;
}
.add-to-cart #regionRow {
  background: #0068AB;
  padding: 2rem;
  color: white;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .add-to-cart .region-frequency {
    margin-bottom: 0.7rem!important;
  }
  .add-to-cart .quantity {
    margin-top: .6rem;
  }
  .add-to-cart .options {
    padding: 5px 20px 5px 20px!important;
  }
}
.vc {
  max-width: 200px;
  background: #F49729;
  border-color: #F49729;
}
}
/* .add-to-cart .option-inactive {
  background: none!important;
  padding-left: 10px;
  margin-top: 1rem;
} */
.add-to-cart .alert-warning {
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  -webkit-appearance: none;
}
.qtyUpdateStatus {
  color: #C72128;
}

.add-to-cart .alert-warning svg {
   color: #856404;
}

.add-to-cart .freq-pop-btn {
  cursor: pointer;
  -webkit-appearance: none;
}
.add-to-cart .fa-map-marker-alt {
  margin-right: 3px;
  color: #08AFE6;
}
.add-to-cart .region-required {
   color: white;
   font-style:italic;
   font-weight: 400;
   cursor: text;
}
.add-to-cart .fa-exclamation-circle {
  color: #08AFE6;
}
.add-to-cart .region-ul {
  list-style: none;
  margin-top: 1rem;
}
.add-to-cart .frequency-dropdown-content a {
    padding: 2px 0;
    text-decoration: none;
    display: block;
    cursor: pointer;
    color: #0068AB;
}
.add-to-cart .frequency-dropdown-content a:hover {
  text-decoration: underline!important;
  color: #F49729;
}
.add-to-cart .bg {
  background: whitesmoke;
  padding: 20px 20px 40px 20px;
}
.add-to-cart .col-lg-9 {
  background: whitesmoke;
}
.add-to-cart .options {
   background: white;
   padding: 5px 30px 5px 30px;
}
.add-to-cart .frequency-dropdown-content h2 {
   margin: 0;
}
.add-to-cart .frequency-dropdown-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 991px) {
  .add-to-cart .alert-warning {
    width: inherit;
   }
   #frequency-dropdown #ImageSelector {
     display: none;
   }
   .add-to-cart .bg {
     padding: 20px 20px 10px 20px;
   }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
   .add-to-cart .col-lg-4 {
      flex: none;
      max-width: none;
   }
}

.add-to-cart .box {
  border: 1px solid #E8E8E8;
  padding: 15px;
}
.add-to-cart form {

}
.add-to-cart .add-cart {
  max-width: 200px;
}
.add-to-cart .fa-cart-plus {
  margin-right: 3px;
}
.add-to-cart .in-the-box {
  background: white;
  padding: 20px 30px 20px 30px;
}
.add-to-cart .in-the-box p {
  margin-bottom: .5rem;
}
.add-to-cart .in-the-box .fa-box-open  {
  font-size: 150px;
  position: relative;
  color: whitesmoke;
}
.add-to-cart .more-images {
  font-size: 14px;
}
.add-to-cart .in-the-box  {
   position: relative;
}
.add-to-cart .fa-file-pdf {
  color: #C72128;
}
.add-to-cart .specs-docs .fa-file-invoice,
.add-to-cart .specs-docs .fa-file-pdf {
  margin-right: 5px;
}
.add-to-cart .option-item {
     cursor: pointer;
     margin: .5rem 0;
     padding: 0 10px;
}
.add-to-cart .option-active {
  background-color: #0068AB;
  border-radius: 5px;
  display: inline-block;
  color: white;
}
.add-to-cart .option-inactive {
    margin: .5rem 0;
    padding: 10px;
    background-color: whitesmoke;
    border-radius: 5px;
    display: block;
    color: #272727;
    opacity: 0.3;
}
.add-to-cart .selection {
  margin-bottom: .5rem;
  font-size: 14px;
  display: inline-block;
  font-style: italic;
  font-weight: 400;
  color: #6F7378;
}
.add-to-cart .fa-info-circle {
   color: #08AFE6;
   font-size: 16px;
   margin-right: 3px;
   margin-left: 5px;
}
.add-to-cart .option-active {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.add-to-cart .fa-plus {
   color: #08AFE6;
   font-size: 15px;
}
.add-to-cart #addQty,
.add-to-cart #minusQty {
  cursor: pointer;
}
.add-to-cart .fa-minus {
  color: #08AFE6;
  font-size: 15px;
}
.add-to-cart .close-region {
    float: right;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    margin: 19px 2px 0 0;
}

/* END ADD TO CART
-----------------------------------------------------------------*/
/* CHECK OUT
-----------------------------------------------------------------*/
/* cart */
#cartItems .up,
#cartItems .down {
  border: none;
  background: none;
}
@media screen and (min-width: 600px) {
#cartItems .quantity {
  background: whitesmoke;
  padding: 1.5rem 2rem 1.5rem 0!important;
}
}
#cartItems .cart-item-count {
  width: 35px;
  border: 1px solid #0068AB;
}
@media screen and (max-width:767px) {
  #cartItems .cart-item-count {
    width: 55px;
  }
}
#cartItems .fa-plus-square,
#cartItems .fa-minus-square {
  background: white;
  color: #0068AB;
  font-size: 28px;
}
#cartItems .deleteItem {
  text-decoration: underline;
}
#cartItems .fa-trash-alt {
  margin-right: 5px;
}
#cartItems .bv a {
  color: white!important;
}
#cartItems .gateway-require-title {
  margin-bottom: 0!important;
}
.checkoutSection .co  {
  background: #F49729!important;
  border: none;
}
#cartItems .verifyAcknowledge,
#cartItems .verifyContinue {
  border-radius: 5px;
  cursor: pointer;
}
#cartItems .updateItemInfo {
  background: #008000!important;
  border: none;
}
#cartItems .co {
  background: #C72128!important;
  border: none;
}
#cartItems .progress,
.cart-container .progress {
    border-radius: 0;
}
#cartItems .col-6,
.cart-container .col-6,
#cartItems .col-3,
.cart-container .col-3 {
  padding: 0;
}
#cartItems .sub-first {
  color: #272727;
  font-weight: 900;
  margin-left: -.5rem;
  font-size: 20px;
}
@media screen and (max-width:520px) {
  .bv {
    float: none!important;
  }
}
@media screen and (max-width:991px) {
  .prog-container h3 {
    font-size: 16px;
  }
}
#cartItems .progress-bar,
.cart-container .progress-bar {
    background-color: #0068AB;
}
.add-to-cart .alert-success {
  display: none;
  font-size: 18px;
  text-align: center;
  margin-top: 1rem;
}
.add-to-cart .fa-check-circle {
  font-size: 20px;
}
#quoteNameInput,
#quoteContactInput {
  width: 85%;
  border: 1px solid rgba(11, 132, 212, .5);
  border-radius: 0;
  padding-left: 3px;
}
.b-href-with-img .bg {
  background: white;
}
#receiveQuoteResponseMessage {
  color: #272727;
}
.coupon-container .coupon-input {
    border: 1px solid rgba(11, 132, 212, .5)!important;
    border-radius: 0;
    outline: 0;
    padding-left: 3px;
}
.b-href-with-img .row {
   margin: 0;
}
.b-href-with-img .fa-question-circle  {
  font-size: 140px;
  color: #0068AB;
}
.cart-container {
  background: white;
  padding: 0.1rem 2rem 2rem 2rem;
  width: 100%;
}
.prog-container .row {
  margin:0;
}
.cart-item-container {
  position: relative;
  width: 100%;
}
.cart-item-container .options {
  position: absolute;
  margin: -3.4rem 0 0 1rem;
  line-height: 1.1;
}
/* Billing and Shipping Addresses */
.b-col-default-indent.summaryPrice {
  background: white;
  padding: 2rem;
  width: 100%;
}
.fa-address-card {
  color: #0068AB;
}
.td-cart-no-items .b-href-with-img,
#newAddress,
#BillingnewAddress {
  background: white;
  padding: 2rem;
  margin-bottom: 2rem;
}
.ship-use-address a,
.use-billing a {
  color: white;
}
.ship-use-address {
   background: #F49729;
   border: none;
}
.use-billing {
   background: #0068AB;
   border: none;
}
.fa-trash-alt {
  color: #0068AB;
}
.ship-use-address .fa-shipping-fast,
.use-billing .fa-credit-card {
  color: white;
}
.address {
   margin: 0;
}

.pay-profile-container {
  background: white;
  margin-right: 1rem;
  padding: 1rem;
}
.ship-row {
    display: flex;
    flex-direction: column;
}
.form-input input {
  border: 1px solid rgba(11, 132, 212, .5);
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 991px) {
  .form-input input,
  .form-input select {
    width: 100%;
  }
  .pay-profile-container {
    margin-bottom: 2rem;
    margin-right: 0;
  }
}
.tzSelect {
    margin-bottom: .8rem;
    border: 1px solid rgba(11, 132, 212, .5);
}
.form-input .fa-shipping-fast,
.form-input .fa-credit-card {
  color: #0068AB;
}
/* checkout */
.order-sum-dropdown {
  background: white;
  padding: 2rem;
}
@media screen and (max-width: 991px) {
  .order-sum-dropdown {
    padding: 1rem;
  }
}
.cart-product-summary {
  background: #0068AB;
  color: white;
  width: 100%;
}
.cart-product-summary th,
.cart-product-summary tr {
  padding: 1rem;
}
.summary-cost-totals {
  background: whitesmoke;
  padding: 1rem 2rem 1.5rem 1.5rem;
}
.cart-product-summary tr:nth-child(odd) {
  background: white;
  color: #272727;
}
.cart-product-summary th {
  background: #E8E8E8;
  color: #272727;
}
.cart-product-summary td {
  padding: .5rem 0;
}
.summary-cost-totals .ef {
  text-align: left;
  font-size: 16px;
  font-style: italic;
}
.summary-cost-totals .total {
  background: #0068AB;
  color: white;
  padding: 1rem;
  margin: 0;
  font-size: 18px;
}
.billing-shipping-row {
  background: white;
  padding-top: 1rem;
  margin: 0;
}
.shipping-rate .fa-exclamation-circle {
  margin-right: 5px;
  color: #C72128;
}

.holder {
  padding: 1rem!important;
  background: white;
  margin: 1rem 0;
}
.address {
    background: white;
    padding: 1rem;
    margin-top: 1rem;
}
.shipping-rate {
  background: white;
  padding: 1rem;
  margin: 1rem 0;
}
.notesHolder {
  background: white;
  padding: 1rem;
  margin: 0;
}
.notesHolder textarea {
    width: 100%;
    border-color: rgba(11, 132, 212, .5)!important;
}
.card-holder,
.shipping-container {
   background: whitesmoke;
   padding: 1rem;
   margin-bottom: 1rem;
}
.transactionComplete,
.pendingTransaction {
    background-color: white!important;
    border-color: rgba(11, 132, 212, .5)!important;
}
.summary-cost-totals legend {
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 18px;
}
.summary-cost-totals fieldset {
  margin-bottom: 1rem;
}
.summary-cost-totals fieldset span {
  margin-left: -1rem;
}
.summary-cost-totals #calculatedExpediteFee {
  margin-left: 0;
}
.summary-cost-totals #expediteCost {
  font-weight: bold;
}
.checkout-page-container .fa-info-circle {
  font-size: 20px;
  color: #0c5460;
  margin-right: 3px;
}
.summary-cost-totals input {
  border: none;
}
@media screen and (max-width:991px) {
  .summary-cost-totals #expediteCost {
    width: 100%;
  }
}
.summary-cost-totals .text-danger {
    display: block;
    font-size: 16px;
}
.back .fa-long-arrow-alt-left {
  font-size: 24px;
  margin-right: 3px;
  margin-bottom: -0.2rem;
}
.back {
  background-color: #F49729;
  border-color: #F49729;
}
.cart-place-order-btn,
.cart-place-order-btn:hover,
.cart-place-order-btn:active {
  background: #C72128!important;
  border: none!important;
}
.calc {
   background: #E8E8E8;
   padding: 1rem;
   margin-bottom: 1rem;
}
#OrderForm_btn {
  width: 50%;
}
.fa-wallet,
.fa-edit {
  color: #0068AB;
}
#newAddress legend,
#billingForm legend {
  font-size: 20px;
  font-weight: 900!important;
}
#newAddress .fa-credit-card {
  color: #0068AB;
}
.wallet__card__bottom__type {
  color: white;
}
.cardRow h3 {
  margin: 0;
}
.cardRow #addressGrid {
  padding: 0;
}
.Billing-address-table input {
    border: 1px solid rgba(11, 132, 212, .5);
    margin-bottom: 0.8rem;
  }
  .pay-profile-container .ship-use-address a {
    color: #0068AB;
  }
  .pay-profile-container .ship-use-address a:hover {
    color: #F49729;
  }
  #addressGrid .pay-profile-container .checkout-card.wallet__card {
    margin: 2.85rem;
}
@media screen and (max-width: 991px) {
  #addressGrid .pay-profile-container .checkout-card.wallet__card {
    margin-right: 0;
    margin: .75rem;
  }
  .wallet__card {
    height: 160px !important;
    width: 280px !important;
    font-size: 12px!important;
  }
  #addressGrid .pay-profile-container.wallet {
      margin-right: 0;
  }
}
.checkout-card.wallet__card {
  margin: 0 auto;
}
@media screen and (min-width:992px) {
  .billing-shipping-row .checkout-card.wallet__card {

  }
  .wallet__card {
       height: 150px!important;
       width: 250px!important;
       font-size: 12px!important;
   }
}
.cart-ind-price {
  display: none;
}
.sub-price {
  font-weight: bold;
}
.cartErrorRed {
  background: white;
  padding: 2rem
}
.alert-info,
.fa-thumbs-up {
  color: #04414d;
}
.alert-info svg {
  color: #04414d !important;
  font-size: 20px !important;
}
.pay-profile-container .shipping a,
.pay-profile-container .shipping a:hover {
    color: white;
}
#newAddress input,
#newAddress select {
    border: 1px solid rgba(11, 132, 212, .5);
}
@media screen and (max-width: 991px) {
  #newAddress input,
  #newAddress select {
      width: 100%;
  }
}
@media screen and (min-width:992px) {
  #addressGrid {
  display:flex;
  width: 100%;
  }
}
#loginForm form,
.social#externalLogins {
  background: whitesmoke;
  padding: 1rem;
}
@media screen and (max-width: 991px) {
  #loginForm form {
    padding: .3rem;
  }
}
#account .col-lg-4,
#loginForm .col-lg-8 {
  max-width: 100%;
  flex: 100%;
}
#account #loginForm input,
#account #loginForm select {
      border: 1px solid rgba(11, 132, 212, .5);
}
#account #loginForm .PrntBtn {
  background: #F49729;
  border-color: #F49729;
}
#account .delete,
#account .delete:hover {
  background: #C72128;
  border-color: #C72128;
}
.l-main-container.register {
    padding: 0;
}
@media screen and (max-width: 991px) {
   .b-container-login-page #loginForm {
      width: 100%;
   }
}
.b-container-login-page .form-control {
  font-family: Lato;
  font-weight: normal;
}
.b-container-login-page #loginForm form {
    padding: 1rem!important;
}
.b-container-login-page .field-validation-error {
  color: #C72128;
}
.b-container-login-page .field-validation-error::before {
  content: "* ";
}
#loginForm h1 {
  margin-top: 0;
}
#loginForm label {
    display: inline-block;
    margin-bottom: .2rem;
}
#loginForm .b-form-horizontal__input {
  margin-bottom: .5rem;
}
.b-container-login-page form .col-lg-4 {
  max-width: 100%;
  flex: 100%;
}
.b-container-login-page .b-social-links-box a {
   margin-right: 10px;
   text-decoration: underline;
}
.b-social-links-box svg {
    margin-right: 5px;
}

#externalLogins tr td {
  padding-bottom: .6rem;
  color: #0068AB;
}
.account-manage .btn-lg{
  width: 100%;
}
.account-manage .btn-primary:not(:disabled):not(.disabled):active {
    background: #F49729!important;
    border-color: #F49729!important;
}
.account-manage svg {
  margin-right: 3px;
  color: white;
  font-size: inherit;
}
.account-manage a {
  border-radius: 0;
}
#externalLogins table {
  width: 40%;
}
@media screen and (max-width: 991px) {
  #externalLogins table {
    width: 100%;
  }
}
#externalLogins legend {
  line-height: 1.2;
}
#Orders thead {
  background: #0068AB;
  color: white;
}
#Orders a {
  text-decoration: underline;
}
#Orders tr:nth-child(even),
#Orders tr:nth-child(even) a {
  background: whitesmoke;
}
.netsuite-sales-order input {
  border: 1px solid rgba(11, 132, 212, .5);
}
.netsuite-sales-order #nsOrder,
.netsuite-sales-order #nsOrderItems {
   background: white;
   padding: 1rem;
}
.b-log-in-form table td  {
   padding: 8px;
}
#shippingDetails table tr:nth-child(even) {
  background: white;
}
#shippingDetails .b-log-in-form {
  background: whitesmoke;
  padding: 1rem;
}
.create-edit-address-info {
  background: white;
  padding: 1rem;
}
.create-edit-address-info input,
.create-edit-address-info select {
  border: 1px solid rgba(11, 132, 212, .5);
}
@media screen and (max-width: 991px) {
  .create-edit-address-info input,
  .create-edit-address-info select,
  .create-edit-address-info table,
  .create-edit-address-info .editor-label {
     width: 100%;
  }
}
.create-edit-address-info .editor-field,
.create-edit-address-info select,
.create-edit-address-info #PostalCode {
  margin-bottom: .5rem;
}
#billingDetails .pay-profile-container {
    background: none;

}
#billingDetails .checkout-card.wallet__card {
    margin: inherit;
}
#billingDetails .pay-profile-container {
    padding: 1rem 0;
}
#shippingDetails .deleteAddress {
  margin-left: 1rem;
}
.new-card {
  background: white;
  padding: 1rem;
}
.thankyou-container {
  background: white;
}
.thankyou-thankyou {
  font-size: 80px;
  color: #0068AB;
  line-height: 1;
}
.thankyou-container li {
   padding-bottom: 1rem;
}
.cart-couponFail {
  color: #C72128;
}
.quantity.co {
  background: whitesmoke;
  padding: 1rem;
}
@media screen and (min-width: 991px) {
 .price.korea p {
   color: #0c5460;
   position: absolute;
   line-height: 1.4;
   font-weight: normal;
   left: 260px;
   top: 11.3rem;
   width: 38%;
 }
}
@media screen and (min-width: 1200px) {
 .price.korea p {
   left: 340px;
   top: 9.3rem;
   width: 38%;
 }
}
.price.korea p {
  font-weight: normal;
  font-size: 14px;
  padding: .75rem 1.15rem;
}
.price.korea p a {
  color: #0c5460;
  font-weight: 700;
}
.price.korea p a:hover {
   text-decoration: underline!important;
}
.price.korea .fa-info-circle {
  font-size: 18px!important;
  margin-left: 0!important;
}

/* END CHECK OUT
-----------------------------------------------------------------*/