/** Shopify CDN: Minification failed

Line 9:20 Unexpected "-->"
Line 19:4 "order-bottom" is not a known CSS property
Line 20:4 "order-left" is not a known CSS property
Line 90:4 "ox-shadow" is not a known CSS property

**/
        <!-- Joseph -->
		#vbpt {
          width: 0 !important;
          display: none !important;
        }

.article table {
  border: #fad656 2px solid;
  }
.article table tr td {
    order-bottom: 1px solid #fad656;
    order-left: 1px solid #fad656;
}

.article table tr.header td {
    background: #ffc30024 !important;
  color:#ef549f;
}
.article table {
  background:#fff;
}
.article table tr td:first-child {
    background: #fff;
}
.article table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}
.article table th.header {
  background: #ef549f;
  color: #fad656;
  text-align:center;
  text-shadow: none;
  font-size:1.4rem;
      border: 2px solid #ef549f;
}
.blog-post-section ul li {
    list-style-position: outside;
    margin-left: 20px;

}
.product-benefits__item h3.product-benefits__title {
    min-height: 80px;
}
@media only screen and (max-width: 798px) {
.header__phone_number, .header__cart--mobile {
    display: inline-block;
    width: 100%;
}
}
div.content.header-container {
    padding: 0;
}
._widgetContent_1qtor_2 ._myCustomWidget_1qtor_20 {
    text-align: center;
    position: relative;
    cursor: pointer;
    top: 75vh !important;
}
.container .three.columns {
    text-align: right;
}

#mobile_nav {
 
    width: 60%; 
 
}

#menu ul {
    position: absolute;
    left: 50%;
    top: 100%;
    background: #fff;
    border: solid 0px #ddd;
    z-index: 1000;
    display: none;
    margin-left: -105px;
    width: 280px;
    border-radius: 10px;
    ox-shadow: 2px 1px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 7px 15px #00000040
}
#menu ul li:first-child a:hover {
      border-radius: 10px 10px 0 0;
}
#menu ul li:last-child a:hover {
      border-radius: 0 0 10px 10px;
}

#menu ul li a:hover, #menu ul li a:active {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #eb5197;
  color:#fff
}
.jdgm-widget.jdgm-widget {
    display: block;
    margin-bottom: 1rem;
}

div.announcementBar div.announcementBar__message a, .announcementBar div.announcementBar__message p {
    margin: 0;
    display: inline-block;
    width: 100%;
  line-height: 1.5rem;
}