/*
* New Product Details Styles
*/
.product-details {
  padding: 2rem 1rem;
}

.product-details .product-details-info {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

.product-details .product-details-left-column {
  order: 2;
}

.product-details .product-details-right-column {
  order: 1;
}

.product-details-image-link {
  width: 100%;
}

/*
* Image Styles
*/
.product-details-image-container {
  background: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border: 1px solid #ebe9e8;
  border-radius: 0.25rem;
}

.product-details .product-details-image {
  width: 100%;
  max-width: 10rem;
  height: auto;
}

/*
* Proudct Image Ribbon Styles
*/
.product-details .product-details-ribbon {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -0.25rem;
  margin-right: -0.25rem;
}


/*
* SNAP ICON
*/
.product-details-snap-container {
  padding: 0.5rem 0.75rem;
  background: #ffffff;
  border: 1px solid #ebe9e8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  color: #024d36;
  font-weight: bold;
  margin-bottom: 1rem;
}

.product-details .product-details-snap-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.25rem;
  object-fit: contain;
}

.product-details .product-details-snap-icon img {
  height: 1.75rem;
  width: auto;
}

/*
* Product Title
*/
.product-details-title {
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #424242;
  margin-bottom: 0;
}

/*
* Product Price
*/
.product-details-price {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.product-details-price .product-card-promo-small {
  margin-bottom: 0;
}

/*
* Product Price CD
*/
.product-details-price-cd {
  font-size: 1.75rem;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.product-details-price-cd .price-small {
  color: #999999;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.product-details-price-cd .price-out-of-stock {
  color: #999999;
}


/*
* Product Promo text
*/
.product-details-promo {
  margin-bottom: 0.5rem;
}


/*
* Product Description
*/
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-details-description, .product-details-description-cd {
  color: #424242;
  margin-bottom: 0.5rem;
  text-align: left;
}

.read-more, .read-more-cd {
  cursor: pointer;
  display: none;
}
.read-more:hover, .read-more-cd:hover {
  text-decoration: underline;
}


/*
* Product Brand & Availability
*/
.product-details-brand-availability {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  color: #999999;
}

.product-details-brand-availability dt {
  font-weight: bold;
}

.product-details-brand-availability dd {
  margin-top: 0.5rem;
}
.product-details-left-column .fedex-icon {
  margin-top: 2rem;
  margin-bottom: 0.25rem;
  height: 1.5rem;
  width: auto;
}
.product-details-left-column .fedex-icon image {
  height: 1.5rem;
  width: auto;
}


/*
* Product Delivery Options
*/
.product-details-delivery-options {
  margin-top: 2rem;
}

.product-details-delivery-options .delivery-option {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}

.product-details-delivery-options .delivery-option span {
  color: #999999;
}

.product-details-delivery-options .delivery-option .svg-container {
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ebe9e8;
  border-radius: 0.5rem;
  background-color: #ffffff;
  /* padding: 0.5rem; */
  height: 3rem;
  width: 3rem;
}

.product-details-delivery-options .delivery-option .delivery svg {
  width: 1.75rem;
  height: auto;
  fill: currentColor;
}

.product-details-delivery-options .delivery-option .instore svg {
  height: 1.5rem;
  width: auto;
  fill: currentColor;
}


/*
* Product Buttons
*/
.product-details-button-container {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  max-width: 100%;
  margin-top: 2rem;
}

.product-details-button-container button {
  width: 100%;
  font-size: 1.125rem;
  flex-grow: 1;
  padding: .75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-details-button-container a button {
  padding: .75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  height: 2.75rem;
}

.product-details-info .cart_action_button_browse {
  justify-content: start;
  max-width: auto;
}

.product-details-button-container .product-details-cart-button  {
  width: 2rem; 
  max-width: 4rem; 
  font-size: 1.5rem;
}

.product-details-button-container .product-details-cart-text  {
  margin-right: 2rem; 
  margin-left:2rem; 
  font-size: 1.25rem;
}


/*
* Product Buttons CD
*/
.product-details-button-container .product-options {
  width: 100%;
}
.product-details-button-container .product-options .cart_action_button_browse {
  max-width: 100%;
  padding: 0px;
}


.border-top {
  border-top: 1px solid #ebe9e8;
  margin: 2.5rem 0;
}


/*
* Product Details Card and Container
*/
.product-details-grid-container {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


/*
* Customer also bought product card
*/
.product-card-small {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  min-height: 100%;
  position: relative;
  background: #ffffff;
  border: 1px solid #ebe9e8;
  border-radius: .25rem;
}

.product-card-small .ribbon-small {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -0.25rem;
  margin-right: -0.25rem;
}

.product-card-small .product-card-small-image {
  padding: 1rem;
  height: 6rem;
  width: auto;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ebe9e8;
}
.product-card-small .product-card-small-image img {
  height: 6rem;
  width: auto;
}

.product-card-small .product-card-small-bottom {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}

.product-card-small-bottom .product-info {
  width: 100%;
  flex: 1;
}
.product-card-small-bottom .product-buttons {
  width: 100%;
  padding-top: 1rem;
}

/* Customer Bought Title */
.product-card-small-bottom .product-card-small-title {
  font-weight: bold;
  color: #424242;
}

/* Customer Bought Category */
.product-card-small-bottom .product-card-small-category {
  font-size: .75rem;
  color: #999999;
  margin-top: 0.125rem;
  line-height: normal;
}

/* Customer Bought Price */
.product-card-small-bottom .product-card-small-price {
  text-align: right;
  font-size: 1.25rem;
  font-weight: bold;
}

/* Customer Bought Buttons */
.product-card-small-bottom .product-card-small-buttons {
  padding-top: 1rem;
}


/*
* Suggested Recipes
*/
.suggested-recipes-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.suggested-recipes-header .powered-by-logo {
  height: 2.25rem;
  width: auto;
}

.suggested-recipes-container {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.suggested-recipes-container .suggested-recipes-card {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  min-height: 100%;
  position: relative;
  background: #ffffff;
  border: 1px solid #ebe9e8;
  border-radius: .25rem;
}

.suggested-recipes-container .suggested-recipes-card-image {
  height: 8rem;
  width: auto;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.suggested-recipes-container .suggested-recipes-card-image img {
    object-fit: cover;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    width: 100%;
    height: 100%;
}

.suggested-recipes-content-container {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}

.suggested-recipes-container .suggested-recipes-title {
  font-weight: bold;
  color: #424242;
}
.suggested-recipes-container .recipe-label {
  font-size: .75rem;
  color: #999999;
  margin-top: 0.125rem;
  line-height: normal;
}

.suggested-recipes-container .recipe-info {
  width: 100%;
  flex: 1;
}
.suggested-recipes-container .recipe-servings {
  width: 100%;
  padding-top: 1rem;
  text-align: left;
  font-size: 1.25rem;
  font-weight: bold;
}



/*
* Suggested Recipes
*/
.product-details-disclaimer-content  {
  margin-top: 2rem;
}
.product-details-disclaimer-content .disclaimer  {
  margin-top: 0.5rem;
}


.product-details-section-header {
  font-size: 1.25rem;
  margin-bottom: 0;
  color: #424242;
}

/* Tablet Styles */
@media screen and (min-width: 687px) {
  .product-details {
    padding: 2rem;
  }
  .product-details .product-details-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
  }
  .product-details .product-details-left-column {
    order: 1;
  }
  .product-details .product-details-right-column {
    order: 2;
  }
  .product-details-image-container {
    padding: 4rem;
    position: relative;
  }
  .product-details .product-details-image {
    max-width: 16rem;
  }
  .product-details-title {
    font-size: 1.75rem;
    line-height: 2rem;
    color: #424242;
  }
  .product-details-price {
    font-size: 1.75rem;
  }
  .product-details-brand-availability {
    gap: 2rem;
  }
  .product-details-grid-container, .suggested-recipes-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}

/* Desktop Styles */
@media screen and (min-width: 1024px) {
   .product-details-grid-container, .suggested-recipes-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}


/*
* Nutrition Info
*/
.id-nutritionInfo {
    border-style:solid;
    border-width:1px;
    width:48%;
    display:inline-block;
    vertical-align:top;
    margin: 20px 5px 10px 0px;
    border-color:black;
}
.id-otherInfo {
    border-style:solid;
    border-width:1px;
    width:48%;
    display:inline-block;
    vertical-align:top;
    margin: 20px 0px 10px 5px;
    border-color:black;
    border-top-width:0px;
}
 @media (max-width: 550px) {

.id-nutritionInfo {
    border-style:solid;
    border-width:1px;
    width:98%;
    display:inline-block;
    vertical-align:top;
    margin: 20px 5px 10px 0px;
    border-color:black;
}
.id-otherInfo {
    border-style:solid;
    border-width:1px;
    width:98%;
    display:inline-block;
    vertical-align:top;
    margin: 20px 5px 10px 0px;
    border-color:black;
    border-top-width:0px;
}
 }



.id-nutritionFacts .widget-header{
    margin:0px;
    text-align:left;
    padding:5px 5px 0px 6px;
}

.id-nutritionFacts .widget-header h3{
    margin:0px;
    text-align:left;
}

.id-nutritionFacts .id-servingSize {
    width:100%;
    border-bottom-style:solid;
    border-bottom-width:3px;
    border-color:black;
    padding:0px 5px 0px 5px;
}

.id-nutritionFacts .id-Calories {
    width:100%;
    border-top-style:solid;
    border-top-width:2px;
    border-bottom-style:solid;
    border-bottom-width:2px;
    border-color:black;
}


.id-nutritionFacts .id-Calories thead tr th{
    border-bottom-width:1px;
    border-color:black;
    border-bottom-style:solid;

}

.id-nutritionFacts .id-Calories tbody tr th{
    background-color:#f8f7f2;
    border-bottom-color:white;
    border-right-color:white;
    border-right-style:solid;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-right-width:1px;
    width:75%;
}
.id-nutritionFacts .id-Calories tbody tr td{
    background-color:#dedfd7;
    border-bottom-color:white;
    border-bottom-style:solid;
    border-bottom-width:1px;
    padding-right:5px;
    width:25%;
}


.id-nutritionFacts .level-1 {
    text-align:left;
}
.id-nutritionFacts .level-2 {
    text-align:right;
    padding-right:5px;
}
.id-nutritionFacts .level-3 {
    text-align:right;
}

.id-nutritionFacts .id-Nutrition tbody tr .level-1 
{ 
    width: 55%;
    border-bottom-color:white;
    border-bottom-style:solid;
    border-bottom-width:1px;
    background-color:#f8f7f2;
}
.id-nutritionFacts .id-Nutrition tbody tr .level-2 
{ 
    border-bottom-color:white;
    border-right-color:white;
    border-right-style:solid;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-right-width:1px;
    background-color:#f8f7f2;
    width:20%;
    padding-right:5px;
}
.id-nutritionFacts .id-Nutrition
{
    width:100%;
    border-bottom-style:solid;
    border-bottom-color:black;
    border-bottom-width:3px;
}
.id-nutritionFacts .id-Nutrition tbody tr .level-3 
{ 
    border-bottom-color:white;
    border-bottom-style:solid;
    border-bottom-width:1px;
    background-color:#dedfd7;
    padding-right:5px;
    width:25%;
}
.id-nutritionFacts .id-Vitamins
{
    width:100%;
    border-top-style:solid;
    border-top-color:black;
    border-top-width:2px;

    border-bottom-style:solid;
    border-bottom-color:black;
    border-bottom-width:1px;

}
.id-nutritionFacts .id-Vitamins tbody tr th{
    border-bottom-color:white;
    border-right-color:white;
    border-right-style:solid;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-right-width:1px;
    background-color:#f8f7f2;
    width:75%;
}
.id-nutritionFacts .id-Vitamins tbody tr td{
    border-bottom-color:white;
    border-bottom-style:solid;
    border-bottom-width:1px;
    padding-right:5px;
    background-color:#dedfd7;
    width:25%;
}


.id-nutritionFacts .id-help h4{
    padding:0px 5px 0px 5px;
    margin:0px;
}

.id-nutritionFacts .id-help {
    padding:0px 5px 0px 5px;
    margin:0px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:black;
}

.id-nutritionFacts .id-help .id-instructions{
    list-style:none;
    padding:0px;
    margin:0px;
}

.id-nutritionFacts .id-help .id-instructions .id-noInfo{
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:black;
}

.id-otherInfo .widget-header{
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:black;
    background-color:#dedfd7;
}

.id-otherInfo .widget-header h3{
    margin:5px 4px 4px 4px;
}
.id-otherInfo .widget-content{
    padding:5px;
    margin:0px 0px 10px 0px;
}
.id-otherInfo .widget-content ul{
    list-style:none;
    margin:0px;
    padding:0px;
}


.ada-Hidden {
    visibility: hidden;
    position: absolute;
}

.id-nutritionFacts .indent-0 {
    padding:0px 5px 0px 5px;
}
.id-nutritionFacts .indent-1 {
    padding:0px 15px 0px 15px;
}
.product-box-details-related-products {
    margin-bottom: 20px;
    height: 300px;
    position: relative;

    border-right: 1px solid #d8d6d4;
    border-bottom: 1px solid #d8d6d4;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: 1px 1px 1px #E7E5E3;
    -webkit-box-shadow: 1px 1px 1px #E7E5E3;
    box-shadow: 1px 1px 1px #E7E5E3;
}