.slot--article-description .tws-article-description--text-container {
   max-height: initial;
}

.tws-article-description--show-more > button {
   display: none;
}

.tws-article-stock-shipping--wrapper p {
    margin: 0;
    color: red;
    font-weight: 600;
}

.bountiful--top-bar .slot--top-bar-audience-selector,
.slot--sidebar-audience-selector {
    display: none;
}


.bountiful--top-bar #y-badges {
    width: 120px !important;
    display: inline-block;
}
.bountiful--top-bar #y-badges .y-badge {
    height: auto !Important;
}
.bountiful--top-bar .bountiful--top-bar-left .slot--top-bar-selling-points p {
	display: inline-block;
  vertical-align: top;
}


body.checkout,
.checkout .bountiful--body {
    background: #fff;
}
.checkout .bountiful--body h2,
.checkout .tws-checkout--pay {
   color: #000 !important;
}
 .bountiful--top-bar{
   min-height:143px;
}
  .bountiful--body{
  min-height:100vh;
  }
@media only screen and (max-width:467px){
  .slot--texbar{
    min-height:143px;
  }}
@media only screen and (max-width:992px){
.bountiful--header{
  min-height: 115px !important;
  }
}