﻿.no-js .noScriptAlert {
  display: block !important;
}

#nutritionLabel {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media (min-width: 366px) {
    #nutritionLabel {
        display: table;
    }
}
.overpaid {
  color: blue;
}

.card-on-file {
  border: 1px solid #bbb;
  width: 225px;
  padding: 25px 16px;
  background-color: #ededed;
  border-radius: 6px;
}

.check-on-file {
  border: 1px solid #bbb;
  width: 250px;
  padding: 25px 16px;
  background-color: #ededed;
  border-radius: 2px;
}

#summary-payment-options {
  margin-top: 1em;
}

.product-stock-label {
  background: #ffae00;
  color: #0a0a0a;
}

.carousel-indicators li {

  border-radius: 10px !important;
}


.carousel-control-linked-products {

  background-image: unset !important;
  opacity: unset !important;
  top: 100px !important;
  width: 7% !important;
}
.linked-product-li {
  float: left;
  width: 23%;
  border-bottom: unset !important;
  list-style: none;
}

.carousel-indicators {
  bottom: -12px !important;
}
.linked-product-li {
  float: left;
  width: 45%;
  border-bottom: unset !important;
  list-style: none;
}
.linked-products-carousel-inner {
  margin-left: 10%;
}
.linked-products-panel-section {
  padding: 5px !important;
}
.carousel-inner
{
    overflow: unset !important;
}
.linked-products-carousel {
  height: 280px;
}
.add-linked-product {
  margin-top: 10px;
  margin-bottom: 10px;
  
}
.carousel-control {
  font-size: 16px !important;
}
@media (min-width:600px) {
  /*LINKED PRODUCT CAROUSEL                   */
  .linked-product-li {
    width: 23% !important;
  }

  .add-linked-product {
    margin-top: 10px;
    margin-bottom: 10px;
  }



  .linked-product-list {
    display: inline-flex;
  }

  .linked-products-panel-section {
    padding: 5px !important;
  }

  .carousel-control-linked-products {
    padding-top: 18%;
    width: 5% !important;
    z-index: 9999;
    top: 0 !important;
  }

  .linked-products-carousel-inner {
    margin-left: 5%;
  }

  .linked-products-carousel {
    height: 324px !important;
  }



    .carousel-indicators li {
      background-color: white !important;

      border-radius: 10px !important;
    }

  .carousel-indicators {
    bottom: -12px !important;
  }

  .carousel-control {
    font-size: 20px !important;
  }


  /* END LINKED PRODUCT CAROUSEL  */
}

.textMessageHelpLink {
  text-decoration: underline;
}
/* COMMUNICATIONS CSS */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.form-check {
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
/* END COMMUNICATIONS CSS */
