/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
body {
  font-family: 'Open Sans';
  color: #868686;
}
body a {
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
#footer-newsletter .form .actions {
  float: left;
}
#footer-newsletter .block.newsletter {
  width: 100%;
}
.account ul.nav {
  list-style: none;
  padding: 0;
}
.compounding-links {
  background-color: #9fce8a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.compounding-links .block-title {
  color: white;
  text-align: center;
  font-size: large;
  padding: 10px;
}
.compounding-links ul {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  padding: 10px;
  list-style: none;
}
.compounding-links ul li {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.compounding-links ul li:first-child {
  border: none;
}
.compounding-links ul li a {
  color: white;
}
h1.page-title {
  color: #9FCE8A;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
main a,
main a:visited,
main a:hover {
  color: #ff5501;
}
main h2 {
  color: #9FCE8A;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  border-bottom: 1px solid #9FCE8A;
  padding-bottom: 8px;
}
.ui-state-focus {
  color: #ff5501 !important;
}
.category-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-description li {
  padding-left: 1em;
  text-indent: -.7em;
}
.category-description li:before {
  content: "▪ ";
  color: #9FCE8A;
}
#rx-required-icon,
#prescribers-icon,
#looking-str-icon {
  border: 1px solid #ddd;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
}
#rx-required-icon {
  background: url('/media/wysiwyg/CMS_Images/nw_lg_rx.png') 0 0 no-repeat;
}
#prescribers-icon {
  background: url('/media/wysiwyg/CMS_Images/dog_with_dr.png') 0 0 no-repeat;
}
#looking-str-icon {
  background: url('/media/wysiwyg/CMS_Images/dog_with_magnify.png') 0 0 no-repeat;
}
.prescription-required {
  padding-bottom: 20px;
}
.prescription-required h3 {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  color: #01A6DE;
}
.products-grid .product-item {
  margin: 10%;
  width: 80%;
}
.product-item-photo {
  /*margin: 10px;*/
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  /*box-shadow: 1px 1px 2px #e6e6e6;*/
  cursor: default;
  background: transparent;
}
.product-item-description p,
.product-item-description h2,
.product-item-description span {
  padding: 0;
  margin: 0;
}
.product-item-details {
  clear: both;
}
.product-item-photo .product-item-description,
.product-item-photo .content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 100;
}
.product-item-photo .product-item-description {
  width: 99%;
  height: 97%;
}
.product-item-photo img {
  display: block;
  position: relative;
}
.product-item-photo h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 14px;
  padding: 7px;
  background: rgba(0, 0, 0, 0.8);
  margin: 7px 0 0 0;
}
.product-item-photo p {
  font-family: 'Open Sans';
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #000;
  padding: 10px 20px 20px;
  text-align: center;
}
.product-item-photo a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000000;
}
.product-item-photo a.info:hover {
  box-shadow: 0 0 5px #000000;
}
.product-item-photo img {
  transition: all 0.2s linear;
}
.product-item-photo .product-item-description {
  opacity: 0;
  background-color: rgba(159, 206, 138, 0.5);
  transition: all 0.4s ease-in-out;
}
.product-item-photo h2 {
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.product-item-photo p {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.2s linear;
}
.product-item-photo a.info {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.product-item-photo:hover img {
  transform: scale(1.1);
}
.product-item-photo:hover .product-item-description {
  opacity: 1;
}
.product-item-photo:hover h2,
.product-item-photo:hover p,
.product-item-photo:hover a.info {
  opacity: 1;
  transform: translateY(0px);
}
.product-item-photo:hover p {
  transition-delay: 0.1s;
}
.product-item-photo:hover a.info {
  transition-delay: 0.2s;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: 0 auto;
  max-width: 80%;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #eee;
  padding: 20px;
}
#narrow-by-list ol,
#narrow-by-list ul {
  list-style: none;
  padding: 0;
}
.related-questions ol ul {
  list-style: none;
  padding: 0;
}
.filter-content ol,
.filter-content ul {
  list-style: none;
}
.block-faq-category ol,
.block-faq-category ul {
  list-style: none;
  padding: 0;
}
.related-question ol {
  list-style: none;
  padding: 0;
}
.faqs-list {
  list-style: none;
  padding: 0;
}
.product-item-name,
.product.name a {
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  padding-top: 5px;
  color: #868686;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  text-decoration: none;
  color: #609120 !important;
}
.product-item .price-box .price {
  font-size: 16px;
  line-height: 17px;
  font-weight: normal;
  margin-bottom: 8px;
  padding-top: 5px;
}
.page-layout-custom-home {
  /* First Promo */
  /* Second Promo */
  /* Third Promo */
  /* Fourth Promo */
}
.page-layout-custom-home .page-main {
  max-width: 100%;
  padding: 0;
}
.page-layout-custom-home .page.messages {
  margin-top: 0px;
}
.page-layout-custom-home .columns .column.main {
  padding-bottom: 0;
}
.page-layout-custom-home .aw-rbslider-container {
  margin: 0 auto 0;
}
.page-layout-custom-home .promo-wrapper {
  color: #8B8B8B;
  background: #F5F6F8;
  border-top: 1px solid #dde0e7;
  border-bottom: 1px solid #dde0e7;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26px;
  font-family: 'cabinregular', Verdana, Helvetica, Arial, sans-serif;
  padding: 0 0 20px;
}
.page-layout-custom-home .promo-wrapper .title {
  font-size: 26px;
  font-family: 'Open Sans';
}
.page-layout-custom-home .promo-wrapper:last-child {
  padding-bottom: 0;
}
.page-layout-custom-home .sprocket-strips-image-container img,
.page-layout-custom-home .compoundingIcons li a.compundingSprite {
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-layout-custom-home .sprocket-strips-image-container:hover img,
.page-layout-custom-home .compoundingIcons li:hover a.compundingSprite {
  -webkit-transform: scale(1.2) rotate(0deg);
  -moz-transform: scale(1.2) rotate(0deg);
  -ms-transform: scale(1.2) rotate(0deg);
  -o-transform: scale(1.2) rotate(0deg);
  transform: scale(1.2) rotate(0deg);
}
.page-layout-custom-home .pw1 {
  background: url('../images/pattern.png');
  padding-bottom: 25px;
  overflow: inherit;
  box-shadow: 0 1px 0 #dde0e7;
}
.page-layout-custom-home .pw1 .module-surround {
  width: 65%;
  margin-bottom: 10px !important;
  margin-left: 10px !important;
  display: inline-block;
}
.page-layout-custom-home .pw1 .right-button {
  width: 30%;
  display: inline-block;
  margin-bottom: 5px;
}
.page-layout-custom-home .pw1 .right-button ul {
  list-style: none;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.page-layout-custom-home .pw1 .right-button a {
  color: #fff;
  line-height: 30px;
  display: block;
  background: none repeat scroll 0 0 #6db74d;
  border-bottom: 2px solid #57923e;
  border-radius: 2px;
  margin-bottom: 8px;
}
.page-layout-custom-home .pw1 .right-button a:hover {
  background: #57923e;
  text-decoration: none;
}
.page-layout-custom-home .pw2 {
  font-size: 12px;
  padding: 21px 18px 20px 18px;
  text-align: center;
  font-family: 'Open Sans';
  color: #6E6E6E;
  background: #FFF;
}
.page-layout-custom-home .pw2 a {
  color: #6db74d;
}
.page-layout-custom-home .pw2 p {
  font-family: 'Open Sans';
  font-size: 15px;
  line-height: 21px;
  opacity: 0.8;
}
.page-layout-custom-home .pw2 ul {
  list-style: none;
  padding: 0;
}
.page-layout-custom-home .pw2 .module-surround {
  display: inline-block;
  position: relative;
}
.page-layout-custom-home .pw2 .sprocket-strips-item {
  float: none;
  width: auto;
  background-size: cover;
  margin: 10px 1% 0;
  padding: 20px 0 0;
}
.page-layout-custom-home .pw2 .sprocket-strips-item .sprocket-strips-item-head {
  font-size: 22px;
  margin-bottom: 15px;
  color: #9dcd8b;
  text-align: center;
  font-weight: bold;
  padding: 0;
}
.page-layout-custom-home .pw2 .sprocket-strips-item .sprocket-strips-item-head a {
  color: #ff6b01;
}
.page-layout-custom-home .pw2 .sprocket-strips-item .sprocket-strips-item-head a:hover {
  text-decoration: none;
}
.page-layout-custom-home .pw2 .sprocket-strips-item .sprocket-strips-image-container {
  border: solid 1px #dde0e7;
  border-bottom: none;
}
.page-layout-custom-home .pw2 .sprocket-strips-item .sprocket-strips-content {
  z-index: 10;
  padding: 15px;
  text-align: center;
  border: 1px solid #dde0e7;
  background: #f6f6f6;
}
.page-layout-custom-home .pw2 .sprocket-strips-item .sprocket-strips-content h4 {
  color: #6db74d;
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: normal;
  font-family: 'Open Sans';
}
.page-layout-custom-home .pw2 .sprocket-strips-item .sprocket-strips-image-overlay {
  display: block;
  overflow: hidden;
}
.page-layout-custom-home .pw2 .sprocket-strips-item .sprocket-strips-image-overlay::before,
.page-layout-custom-home .pw2 .sprocket-strips-item .promo-area-inner .sprocket-strips-image-container a::before {
  background-repeat: repeat-x !important;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -50px;
  content: "Read More";
  display: block;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  background: #FFF;
  background-repeat: repeat;
  line-height: 35px;
  width: 100px;
  color: #666666;
  opacity: 0;
  z-index: 1;
  font-size: 16px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.page-layout-custom-home .pw5 {
  background: url('../images/pattern.png');
}
.page-layout-custom-home .promoListing h2 {
  font-size: 26px;
  text-align: center;
  padding: 20px 0;
  color: #656565;
  font-weight: bold;
  padding-bottom: 0;
}
.page-layout-custom-home .promoListing .promo-area-inner li {
  float: none;
  width: auto;
}
.page-layout-custom-home .promoListing .sprocket-strips-itemtwo {
  border: solid 1px #f2b179;
  border-radius: 10px;
  float: none;
  width: auto;
  margin-bottom: 20px;
  background-size: cover;
  overflow: hidden;
  margin: 10px 1%;
  margin-left: 8px;
}
.page-layout-custom-home .promoListing .sprocket-strips-itemtwo .sprocket-strips-item-head {
  font-size: 22px;
  background: #ffeadb;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #f2b179;
  color: #9dcd8b;
  text-align: center;
  font-weight: bold;
}
.page-layout-custom-home .promoListing .sprocket-strips-itemtwo .sprocket-strips-item-head a {
  color: #656565;
}
.page-layout-custom-home .promoListing .sprocket-strips-itemtwo .sprocket-strips-item-head a:hover {
  color: #656565;
  text-decoration: none;
}
.page-layout-custom-home .promoListing .sprocket-strips-itemtwo .sprocket-strips-image-container {
  border-radius: 5px;
  overflow: hidden;
}
.page-layout-custom-home .promoListing .sprocket-strips-itemtwo .sprocket-strips-image-container a {
  display: block;
  overflow: hidden;
}
.page-layout-custom-home .promoListing .sprocket-strips-itemtwo .sprocket-strips-image-container img {
  width: 100%;
  float: left;
}
.page-layout-custom-home .promoListing .sprocket-strips-itemtwo .promoContainerText {
  background: #e4e4e4;
  color: #4f4f4f;
  position: relative;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 10px;
  border-top: solid 1px #f2b179;
  min-height: 130px;
}
.page-layout-custom-home .promoListing .sprocket-strips-itemtwo .promoContainerText a {
  display: block;
}
.page-layout-custom-home .banner2 {
  background: #6F6F6F;
  height: auto;
}
.page-layout-custom-home .banner2 .banner2-content {
  color: #ffffff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding: 25px 0;
}
.page-layout-custom-home .banner2 .banner2-content h2 {
  font-size: 25px;
}
.page-layout-custom-home .banner2 .banner2-content p {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 18px;
}
.page-layout-custom-home .banner2 .banner2-content h3 {
  font-weight: normal;
  margin-bottom: 25px;
  margin-top: 25px;
  font-size: 25px;
  line-height: 20px;
}
.page-layout-custom-home .banner2 .banner2-content .clearfix {
  display: block;
  clear: both;
}
.page-layout-custom-home .banner2 .banner2-content ul {
  padding: 0;
}
.page-layout-custom-home .banner2 .banner2-content ul li {
  float: none;
  text-align: center;
  min-height: 125px;
  margin-bottom: 10px;
  width: 50%;
  display: inline-block;
}
.page-layout-custom-home .banner2 .banner2-content ul li a {
  color: #ffffff;
}
.page-layout-custom-home .banner2 .banner2-content ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.page-layout-custom-home .banner2 .banner2-content ul li a.compundingSprite {
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  background: url('../images/compunding-sprite.png') no-repeat 0 0;
  width: 72px;
  height: 72px;
  margin-bottom: 10px;
  display: inline-block;
}
.page-layout-custom-home .banner2 .banner2-content ul li a.iconDentistry {
  background-position: -79px 0;
}
.page-layout-custom-home .banner2 .banner2-content ul li a.iconPediatrics {
  background-position: -158px 0;
}
.page-layout-custom-home .banner2 .banner2-content ul li a.iconSportsMedicine {
  background-position: -237px 0;
}
.page-layout-custom-home .banner2 .banner2-content ul li a.iconDermatology {
  background-position: -79px -80px;
}
.page-layout-custom-home .banner2 .banner2-content ul li a.iconPodiatry {
  background-position: -158px -80px;
}
.page-layout-custom-home .banner2 .banner2-content ul li a.iconWoundCare {
  background-position: -237px -80px;
}
.page-layout-custom-home .banner2 .banner2-content ul li a.iconPalliativeCare {
  background-position: -79px -160px;
}
.page-layout-custom-home .banner2 .banner2-content ul li a.iconPalliativeCare {
  background-position: -79px -160px;
}
.page-layout-custom-home .banner2 .banner2-content ul li a.iconMiscellaneous {
  background-position: -237px -160px;
}
footer.page-footer {
  color: #000;
}
footer.page-footer .footer {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
footer.page-footer .footer-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
footer.page-footer .clearfix {
  clear: both;
}
footer.page-footer .footer-links a {
  color: #6a9855;
}
footer.page-footer .footer-newsletter,
footer.page-footer .footer-wecare,
footer.page-footer .footer-patients,
footer.page-footer .footer-forms {
  margin: 10px;
  float: left;
  width: 95%;
}
footer.page-footer #pcab-logo {
  float: left;
  text-indent: -9999px;
  width: 170px;
  height: 95px;
  background: url('/media/wysiwyg/CMS_Images/new-pcab-logo.png') 0 0 no-repeat;
  margin-top: 10px;
  margin-left: 25%;
}
footer.page-footer #pharmacy-logo {
  float: left;
  text-indent: -9999px;
  width: 100%;
  height: 120px;
  background: url('/media/wysiwyg/CMS_Images/dotpharmacy.jpg') 0 0 no-repeat;
}
@media screen and (max-width: 692px) {
  .page-layout-custom-home .pw1 .module-surround,
  .page-layout-custom-home .pw1 .right-button {
    width: 90%;
    float: none;
    margin: 10px;
  }
}
@media screen and (min-width: 450px) {
  .products-grid .product-item {
    margin: 0;
  }
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
