@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.hide-text {
  position: absolute;
  left: -10000px; }

.container {
  width: 100%;
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
  clear: both; }
  .container.full-width {
    max-width: none; }
    .container.full-width .row [class*="col-"] {
      margin: 0; }
    .container.full-width .row .col-center {
      margin: 0 auto; }

.row {
  position: relative;
  width: 100%; }

.row [class*="col-"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
  box-sizing: border-box; }
  .row [class*="col-"]:empty {
    margin: 0;
    min-height: 0; }
  .row [class*="col-"]img.block {
    width: 100%; }
  .no-margin .row [class*="col-"] {
    margin: 0.5rem 0; }

.row .col-center {
  float: none;
  margin: 0.5rem auto;
  clear: both; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%; }

.col-1-sm {
  width: 4.33333%; }

.col-2-sm {
  width: 12.66667%; }

.col-3-sm {
  width: 21%; }

.col-4-sm {
  width: 29.33333%; }

.col-5-sm {
  width: 37.66667%; }

.col-6-sm {
  width: 46%; }

.col-7-sm {
  width: 54.33333%; }

.col-8-sm {
  width: 62.66667%; }

.col-9-sm {
  width: 71%; }

.col-10-sm {
  width: 79.33333%; }

.col-11-sm {
  width: 87.66667%; }

.col-12-sm {
  width: 96%; }

.container.no-margin > .col-1-sm {
  width: 8.33333%; }

.container.no-margin > .col-2-sm {
  width: 16.66667%; }

.container.no-margin > .col-3-sm {
  width: 25%; }

.container.no-margin > .col-4-sm {
  width: 33.33333%; }

.container.no-margin > .col-5-sm {
  width: 41.66667%; }

.container.no-margin > .col-6-sm {
  width: 50%; }

.container.no-margin > .col-7-sm {
  width: 58.33333%; }

.container.no-margin > .col-8-sm {
  width: 66.66667%; }

.container.no-margin > .col-9-sm {
  width: 75%; }

.container.no-margin > .col-10-sm {
  width: 83.33333%; }

.container.no-margin > .col-11-sm {
  width: 91.66667%; }

.container.no-margin > .col-12-sm {
  width: 100%; }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .container .col-1, .container.margin .col-1 {
    width: 4.33333%; }
  .container .col-2, .container.margin .col-2 {
    width: 12.66667%; }
  .container .col-3, .container.margin .col-3 {
    width: 21%; }
  .container .col-4, .container.margin .col-4 {
    width: 29.33333%; }
  .container .col-5, .container.margin .col-5 {
    width: 37.66667%; }
  .container .col-6, .container.margin .col-6 {
    width: 46%; }
  .container .col-7, .container.margin .col-7 {
    width: 54.33333%; }
  .container .col-8, .container.margin .col-8 {
    width: 62.66667%; }
  .container .col-9, .container.margin .col-9 {
    width: 71%; }
  .container .col-10, .container.margin .col-10 {
    width: 79.33333%; }
  .container .col-11, .container.margin .col-11 {
    width: 87.66667%; }
  .container .col-12, .container.margin .col-12 {
    width: 96%; }
  .container.no-margin > .col-1, .container.no-margin .row > .col-1 {
    width: 8.33333%; }
  .container.no-margin > .col-2, .container.no-margin .row > .col-2 {
    width: 16.66667%; }
  .container.no-margin > .col-3, .container.no-margin .row > .col-3 {
    width: 25%; }
  .container.no-margin > .col-4, .container.no-margin .row > .col-4 {
    width: 33.33333%; }
  .container.no-margin > .col-5, .container.no-margin .row > .col-5 {
    width: 41.66667%; }
  .container.no-margin > .col-6, .container.no-margin .row > .col-6 {
    width: 50%; }
  .container.no-margin > .col-7, .container.no-margin .row > .col-7 {
    width: 58.33333%; }
  .container.no-margin > .col-8, .container.no-margin .row > .col-8 {
    width: 66.66667%; }
  .container.no-margin > .col-9, .container.no-margin .row > .col-9 {
    width: 75%; }
  .container.no-margin > .col-10, .container.no-margin .row > .col-10 {
    width: 83.33333%; }
  .container.no-margin > .col-11, .container.no-margin .row > .col-11 {
    width: 91.66667%; }
  .container.no-margin > .col-12, .container.no-margin .row > .col-12 {
    width: 100%; }
  .hidden-sm {
    display: block; } }

@media screen and (min-width: 976px) {
  .container .col-1, .container.margin .col-1 {
    width: 4.33333%; }
  .container .col-2, .container.margin .col-2 {
    width: 12.66667%; }
  .container .col-3, .container.margin .col-3 {
    width: 21%; }
  .container .col-4, .container.margin .col-4 {
    width: 29.33333%; }
  .container .col-5, .container.margin .col-5 {
    width: 37.66667%; }
  .container .col-6, .container.margin .col-6 {
    width: 46%; }
  .container .col-7, .container.margin .col-7 {
    width: 54.33333%; }
  .container .col-8, .container.margin .col-8 {
    width: 62.66667%; }
  .container .col-9, .container.margin .col-9 {
    width: 71%; }
  .container .col-10, .container.margin .col-10 {
    width: 79.33333%; }
  .container .col-11, .container.margin .col-11 {
    width: 87.66667%; }
  .container .col-12, .container.margin .col-12 {
    width: 96%; }
  .container.no-margin > .col-1, .container.no-margin .row > .col-1 {
    width: 8.33333%; }
  .container.no-margin > .col-2, .container.no-margin .row > .col-2 {
    width: 16.66667%; }
  .container.no-margin > .col-3, .container.no-margin .row > .col-3 {
    width: 25%; }
  .container.no-margin > .col-4, .container.no-margin .row > .col-4 {
    width: 33.33333%; }
  .container.no-margin > .col-5, .container.no-margin .row > .col-5 {
    width: 41.66667%; }
  .container.no-margin > .col-6, .container.no-margin .row > .col-6 {
    width: 50%; }
  .container.no-margin > .col-7, .container.no-margin .row > .col-7 {
    width: 58.33333%; }
  .container.no-margin > .col-8, .container.no-margin .row > .col-8 {
    width: 66.66667%; }
  .container.no-margin > .col-9, .container.no-margin .row > .col-9 {
    width: 75%; }
  .container.no-margin > .col-10, .container.no-margin .row > .col-10 {
    width: 83.33333%; }
  .container.no-margin > .col-11, .container.no-margin .row > .col-11 {
    width: 91.66667%; }
  .container.no-margin > .col-12, .container.no-margin .row > .col-12 {
    width: 100%; }
  .hidden-sm {
    display: block; } }

.col-seperator {
  border-top: 1px solid #D4DADC;
  padding-top: 20px; }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .col-seperator {
      border-top: 0;
      border-left: 1px solid #D4DADC;
      padding-top: 0;
      padding-left: 20px; } }
  @media screen and (min-width: 976px) {
    .col-seperator {
      border-top: 0;
      border-left: 1px solid #D4DADC;
      padding-top: 0;
      padding-left: 20px; } }

[class^="icon-"], [class*=" icon-"] {
  background-image: url("../img/spritesheet.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 25px;
  width: 25px; }

.icon-logo {
  background-position: 0px -722px;
  width: 184px;
  height: 44px; }

.icon-cart {
  background-position: 2px -48px; }

.icon-menu {
  background-position: -68px -46px; }

.icon-search {
  background-position: -140px -46px; }

.icon-stores {
  background-position: -204px -48px; }

.icon-stores-dark {
  background-position: -204px -114px; }

.icon-account {
  background-position: -276px -48px; }

.icon-livehelp {
  background-position: -349px -48px; }

.icon-person {
  background-position: -280px -50px; }

.icon-phone {
  background-position: -210px -256px; }

.icon-blue-arrow {
  background-position: 0 -119px; }

.icon-gray-arrow {
  background-position: -70px -119px; }

.icon-gray-down-arrow {
  background-position: -420px -202px;
  width: 14px;
  height: 8px; }

.icon-minus {
  background-position: -140px -125px;
  width: 12px;
  height: 12px; }

.icon-check-gray {
  background-position: -560px -682px;
  width: 16px;
  height: 16px; }

.icon-modal-x {
  background-position: -560px -607px; }

.icon-plus {
  background-position: -282px -125px;
  width: 12px;
  height: 12px; }

.icon-white-plus {
  background-position: -352px -125px;
  width: 12px;
  height: 12px; }

.icon-white-x {
  background-position: -491px -123px; }

.icon-secure {
  background-position: 0 -258px; }

.icon-heart-blue {
  background-position: -70px -245px;
  height: 35px;
  width: 39px; }

.icon-heart-gray {
  background-position: -140px -245px;
  height: 35px;
  width: 39px; }

.icon-receipt {
  background-position: -279px -268px;
  height: 12px;
  width: 15px; }

.icon-cc-group-small {
  background-position: 0 -539px;
  width: 153px;
  height: 21px; }

.icon-cc-group {
  background-position: 0 -465px;
  width: 187px; }

.icon-visa {
  background-position: 0    -394px;
  width: 42px; }

.icon-mc {
  background-position: -70px -395px;
  width: 42px; }

.icon-amex {
  background-position: -140px -395px;
  width: 42px; }

.icon-disc {
  background-position: -210px -394px;
  width: 42px; }

.icon-paypal {
  background-position: -420px -535px;
  width: 95px;
  height: 24px; }

.icon-google-trusted-stores-logo {
  background-position: 0 -711px;
  width: 152px;
  height: 60px; }

.icon-facebook {
  background-position: -209px -738px;
  width: 32px;
  height: 32px; }

.icon-facebook-blue {
  background-position: -490px -322px;
  height: 28px;
  width: 28px; }

.icon-twitter {
  background-position: -280px -738px;
  width: 32px;
  height: 32px; }

.icon-twitter-blue {
  background-position: -560px -322px;
  height: 28px;
  width: 28px; }

.icon-email-blue {
  background-position: -630px -322px;
  height: 28px;
  width: 28px; }

.icon-pinterest {
  background-position: -349px -738px;
  width: 32px;
  height: 32px; }

.icon-instagram {
  background-position: -418px -738px;
  width: 32px;
  height: 32px; }

.icon-googleplus {
  background-position: -489px -738px;
  width: 32px;
  height: 32px; }

.icon-youtube {
  background-position: -559px -738px;
  width: 32px;
  height: 32px; }

.icon-star {
  background-position: -559px -57px;
  height: 14px;
  width: 14px; }

.icon-star-empty {
  background-position: -628px -57px;
  height: 14px;
  width: 14px; }

.icon-warning {
  background-position: 0 -194px;
  height: 15px;
  width: 15px; }

.icon-tooltip {
  background-position: -69px -193px;
  height: 20px;
  width: 20px; }

.icon-white-cc {
  background-position: -141px -192px;
  height: 17px;
  width: 24px; }

.icon-red-x {
  background-position: -209px -196px;
  height: 15px;
  width: 15px; }

.icon-check-green {
  background-position: -490px -192px;
  height: 15px;
  width: 15px; }

.icon-check-white {
  background-position: -630px -195px;
  height: 15px;
  width: 15px; }

.icon-star-gray {
  background-position: -421px -123px;
  height: 16px;
  width: 16px; }

.icon-print {
  background-position: -559px -122px;
  height: 18px;
  width: 21px; }

.icon-write {
  background-position: -628px -122px;
  height: 20px;
  width: 20px; }

.icon-verified-blue {
  background-position: -349px -262px;
  height: 20px;
  width: 20px; }

.icon-verified-gray {
  background-position: -420px -262px;
  height: 20px;
  width: 20px; }

.icon-verified-orange {
  background-position: -489px -262px;
  height: 20px;
  width: 20px; }

.icon-search-white {
  background-position: -420px -46px; }

.icon-mail-gray {
  background-position: -489px -48px; }

.icon-blue-arrow-thick {
  background-position: -630px -679px; }

.icon-boarding {
  background-position: 1px -601px;
  height: 28px;
  width: 28px; }

.icon-grooming {
  background-position: -71px -601px;
  height: 28px;
  width: 28px; }

.icon-training {
  background-position: -137px -601px;
  height: 28px;
  width: 28px; }

.icon-adoptions {
  background-position: -212px -601px;
  height: 28px;
  width: 28px; }

.icon-veterinary {
  background-position: -279px -601px;
  height: 28px;
  width: 28px; }

.icon-pawprint {
  background-position: 0 -673px;
  height: 30px;
  width: 37px; }

.icon-pawprints {
  background-position: -285px -673px;
  height: 30px;
  width: 37px; }

.icon-foodbowl {
  background-position: -71px -673px;
  height: 30px;
  width: 37px; }

.icon-book {
  background-position: -139px -673px;
  height: 30px;
  width: 37px; }

.icon-livechat-large {
  background-position: -210px -673px;
  height: 30px;
  width: 37px; }

.icon-fish-bowl {
  background-position: -457px -602px;
  height: 30px;
  width: 37px; }

.icon-fish-freshwater {
  background-position: -413px -673px;
  height: 30px;
  width: 37px; }

.icon-fish-saltwater {
  background-position: -367px -673px;
  height: 30px;
  width: 37px; }

.icon-reptile {
  background-position: -366px -602px;
  height: 30px;
  width: 37px; }

.icon-bird {
  background-position: -413px -602px;
  height: 30px;
  width: 37px; }

.icon-envelope {
  background-position: 0 -332px;
  height: 20px;
  width: 25px; }

.icon-blue-search {
  background-position: -69px -325px;
  width: 25px;
  height: 25px; }

.icon-large-phone {
  background-position: -139px -310px;
  height: 40px;
  width: 40px; }

.icon-large-phone-white {
  background-position: -210px -290px;
  height: 60px;
  width: 60px; }

.icon-large-chat-white {
  background-position: -280px -290px;
  height: 60px;
  width: 60px; }

.icon-calendar {
  background-position: -627px -260px; }

.icon-community {
  background-position: -207px -806px;
  height: 35px;
  width: 38px; }

.icon-guinea-pig {
  background-position: -273px -808px;
  height: 35px;
  width: 38px; }

.icon-hamster {
  background-position: -342px -808px;
  height: 35px;
  width: 38px; }

.icon-rabbit {
  background-position: -417px -805px;
  height: 35px;
  width: 38px; }

.icon-senior-dog {
  background-position: -487px -808px;
  height: 35px;
  width: 38px; }

.icon-senior-cat {
  background-position: -555px -808px;
  height: 35px;
  width: 38px; }

.icon-small-pet {
  background-position: -625px -808px;
  height: 35px;
  width: 38px; }

.icon-clearance {
  background-position: -629px -489px;
  height: 71px;
  width: 70px; }

.icon-free-shipping {
  background-position: -629px -430px;
  height: 60px;
  width: 61px; }

.icon-local-ad {
  background-position: -631px -350px;
  height: 70px;
  width: 68px; }

.icon-rd-calendar {
  background-position: -560px -369px;
  height: 51px;
  width: 47px; }

.icon-rd-savings {
  background-position: -560px -436px;
  height: 55px;
  width: 54px; }

.icon-rd-logo-large {
  background-position: -210px -454px;
  height: 35px;
  width: 305px; }

.icon-rd-logo-small {
  background-position: -210px -535px;
  height: 25px;
  width: 202px; }

ul {
  font-size: 0.9375em; }
  ul > li {
    list-style: disc; }
  ul.list-unstyled > li {
    list-style: none; }
  ul.list-styled {
    padding-left: 20px; }
  ul.list-inline > li {
    display: inline-block; }

ol {
  font-size: 0.9375em; }
  ol li {
    list-style: decimal; }
  ol.list-unstyled li {
    list-style: none; }

hr {
  border: 0;
  border-top: 1px solid #D4DADC; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.main-body {
  box-sizing: border-box; }
  @media screen and (min-height: 1095px) {
    .main-body {
      padding: 0; } }

.no-scroll {
  overflow: hidden; }

.block {
  display: block !important; }

.inline {
  display: inline-block !important; }

.no-show, .hide {
  display: none !important; }

.hide-visible {
  visibility: hidden !important; }

.pos-static {
  position: static; }

.flipped {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

@media screen and (min-width: 976px) {
  .mobile-only {
    display: none !important; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .mobile-only {
    display: none !important; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
  .desktop-only {
    display: none !important; } }

@media screen and (max-width: 420px) {
  .desktop-only {
    display: none !important; } }

.full-width {
  width: 100%; }

.full-height {
  height: 100%; }

.row-flex {
  display: flex;
  flex-wrap: wrap; }

.col-flex {
  flex: 1; }
  .col-flex-1 {
    order: 1; }
  .col-flex-2 {
    order: 2; }
  .col-flex-3 {
    order: 3; }

.bg-blue {
  background-color: #00aae7; }

.bg-lightblue {
  background-color: #82d1f0; }

.bg-lightergray {
  background-color: #D4DADC; }

.bg-lightergray2 {
  background-color: #E8E8E8; }

.bg-lightergray3 {
  background-color: #E9ECED; }

.bg-lightergray4 {
  background-color: #E6E6E6; }

.bg-lightestgray {
  background-color: #F4F6F6; }

.bg-lightteal {
  background-color: #7adadc; }

.bg-yellow {
  background-color: #fdb954; }

.border-top {
  border-top: 1px solid #D4DADC;
  padding-top: 20px; }

.margin-sm {
  margin: 10px; }

.margin-full-xsm {
  margin: 5px; }

.margin-full-sm {
  margin: 10px; }

.margin-full-md {
  margin: 15px; }

.margin-full-lg {
  margin: 20px; }

.margin-top-xsm {
  margin-top: 5px; }

.margin-right-xsm {
  margin-right: 5px; }

.margin-bottom-xsm {
  margin-bottom: 5px; }

.margin-left-xsm {
  margin-left: 5px; }

.margin-top-sm {
  margin-top: 10px; }

.margin-right-sm {
  margin-right: 10px; }

.margin-bottom-sm {
  margin-bottom: 10px; }

.margin-left-sm {
  margin-left: 10px; }

.margin-top-md {
  margin-top: 15px; }

.margin-right-md {
  margin-right: 15px; }

.margin-bottom-md {
  margin-bottom: 15px; }

.margin-left-md {
  margin-left: 15px; }

.margin-lg {
  margin: 20px; }

.margin-top-lg {
  margin-top: 20px; }

.margin-right-lg {
  margin-right: 20px; }

.margin-bottom-lg {
  margin-bottom: 20px; }

.margin-left-lg {
  margin-left: 20px; }

.margin-xlg {
  margin: 40px; }

.margin-bottom-xlg {
  margin-bottom: 40px; }

.margin-right-xlg {
  margin-right: 40px; }

.margin-top-xlg {
  margin-top: 40px; }

.padding-sm {
  padding: 10px; }

.padding-lg {
  padding: 20px; }

.padding-xlg {
  padding: 40px; }

.padding-bottom-xlg {
  padding-bottom: 40px; }

.padding-top-xlg {
  padding-top: 40px; }

.padding-full {
  padding: 10px;
  box-sizing: border-box; }

[class*=padding-] {
  box-sizing: border-box; }

.padding-full-xs {
  padding: 5px; }

.padding-full-sm {
  padding: 10px; }

.padding-full-md {
  padding: 15px; }

.padding-full-lg {
  padding: 20px; }

.padding-top-xs {
  padding-top: 5px; }

.padding-top-sm {
  padding-top: 10px; }

.padding-right-sm {
  padding-right: 10px; }

.padding-bottom-sm {
  padding-bottom: 10px; }

.padding-left-sm {
  padding-left: 10px; }

.padding-top-md {
  padding-top: 15px; }

.padding-right-md {
  padding-right: 15px; }

.padding-bottom-md {
  padding-bottom: 15px; }

.padding-left-md {
  padding-left: 15px; }

.padding-top-lg {
  padding-top: 20px; }

.padding-right-lg {
  padding-right: 20px; }

.padding-bottom-lg {
  padding-bottom: 20px; }

.padding-left-lg {
  padding-left: 20px; }

.valign-top {
  vertical-align: top; }

.valign-mid {
  vertical-align: middle; }

.valign-bot {
  vertical-align: bottom; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.primary {
  color: #00aae7; }

.sale {
  color: #ee3524; }

.error, .form-required, .text-danger {
  color: #ee3524; }

.text-success {
  color: #468847; }

.text-success:hover {
  color: #356635; }

.text-warning {
  color: #c09853; }

.text-warning:hover {
  color: #a47e3c; }

.remaining {
  color: #46c126; }

.approved {
  color: #46c126; }

.text-notice {
  color: #fc951f; }

.link-pointer {
  cursor: pointer; }

.img-responsive {
  display: block;
  max-width: 100%;
  width: 100%; }

.textarea .img-responsive {
  display: block;
  max-width: 100%;
  width: 100%; }

.spacer-lg-top {
  padding-top: 50px; }

.spacer-lg-right {
  padding-right: 50px; }

.spacer-lg-bottom {
  padding-bottom: 50px; }

.spacer-lg-left {
  padding-left: 50px; }

.spacer-md-top {
  padding-top: 40px; }

.spacer-md-right {
  padding-right: 40px; }

.spacer-md-bottom {
  padding-bottom: 40px; }

.spacer-md-left {
  padding-left: 40px; }

.spacer-sm-top {
  padding-top: 20px; }

.spacer-sm-right {
  padding-right: 20px; }

.spacer-sm-bottom {
  padding-bottom: 20px; }

.spacer-sm-left {
  padding-left: 20px; }

.spacer-xsm-top {
  padding-top: 10px; }

.spacer-xsm-right {
  padding-right: 10px; }

.spacer-xsm-bottom {
  padding-bottom: 10px; }

.spacer-xsm-left {
  padding-left: 10px; }

.sr-only {
  position: absolute;
  left: -9999px; }

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.table-condensed th {
  text-align: left;
  font-weight: bold;
  font-size: 0.8125em;
  padding: 9px 11px; }

.table-condensed tr {
  list-style: none;
  border-bottom: 1px solid #D4DADC; }
  .table-condensed tr:first-child {
    border-top: 1px solid #D4DADC; }
  .table-condensed tr:nth-child(2n+1) {
    background-color: rgba(233, 236, 237, 0.5); }

.table-condensed td {
  box-sizing: border-box;
  padding: 9px 11px;
  font-size: 1em;
  color: #666666; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .table-condensed td {
      display: block;
      color: #333333;
      padding: 0 11px 8px; }
      .table-condensed td:first-child {
        color: #333333;
        font-weight: bold;
        padding: 8px 11px 0; } }
  @media screen and (max-width: 420px) {
    .table-condensed td {
      display: block;
      color: #333333;
      padding: 0 11px 8px; }
      .table-condensed td:first-child {
        color: #333333;
        font-weight: bold;
        padding: 8px 11px 0; } }
  .table-condensed td:first-child {
    color: #333333;
    font-weight: bold; }

.table-full th {
  text-align: left;
  font-weight: bold;
  font-size: 0.9375em;
  padding: 9px 11px; }

@media screen and (min-width: 976px) {
  .table-full thead + tbody tr:nth-child(2n+1) {
    background-color: transparent; }
  .table-full thead + tbody tr:nth-child(2n) {
    background-color: rgba(233, 236, 237, 0.5); }
  .table-full thead + tbody tr td:first-child {
    font-weight: normal;
    color: #666666; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .table-full thead + tbody tr:nth-child(2n+1) {
    background-color: transparent; }
  .table-full thead + tbody tr:nth-child(2n) {
    background-color: rgba(233, 236, 237, 0.5); }
  .table-full thead + tbody tr td:first-child {
    font-weight: normal;
    color: #666666; } }

.table-full tr {
  list-style: none;
  border-bottom: 1px solid #D4DADC; }
  .table-full tr:first-child {
    border-top: 1px solid #D4DADC; }
  .table-full tr:nth-child(2n+1) {
    background-color: rgba(233, 236, 237, 0.5); }

.table-full td {
  box-sizing: border-box;
  padding: 9px 11px;
  font-size: 0.9375em;
  color: #666666;
  vertical-align: middle; }
  .table-full td:first-child {
    color: #333333;
    font-weight: bold; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .table-full td {
      display: block;
      color: #333333; }
      .table-full td:first-child {
        font-weight: normal; }
      .table-full td span {
        display: block; } }
  @media screen and (max-width: 420px) {
    .table-full td {
      display: block;
      color: #333333; }
      .table-full td:first-child {
        font-weight: normal; }
      .table-full td span {
        display: block; } }

.articles .col-4:first-child {
  margin-left: 0; }

.snippet-box {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #D4DADC;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }

.snippet-title {
  min-height: 90px; }

.snippet-description {
  min-height: 85px;
  position: relative; }
  .snippet-description p {
    position: absolute;
    bottom: 0; }

section .snippet-box {
  height: 200px;
  box-sizing: border-box; }
  section .snippet-box .snippet-title {
    min-height: 60px;
    margin-bottom: 15px; }
  section .snippet-box a {
    color: #333333;
    font-weight: normal; }

.share-box .social {
  display: inline-block;
  border: 1px solid #D4DADC;
  border-radius: 5px;
  padding: 8px 5px;
  box-sizing: border-box;
  margin: 0; }
  .share-box .social li {
    list-style: none;
    display: inline-block;
    font-weight: bold;
    color: #333333;
    margin: 0 5px;
    line-height: 33px; }
    .share-box .social li[class*="icon-"] {
      display: inline-block;
      height: 33px;
      width: 33px; }
      .share-box .social li[class*="icon-"] a {
        display: block;
        height: 100%;
        width: 100%;
        text-indent: -9000px; }

.accordion-content {
  transition: max-height 0.4s ease-in;
  overflow: hidden;
  max-height: 0; }
  .accordion-content > div {
    opacity: 0;
    transition: 0.4s opacity ease-in; }
  .accordion-content.open {
    max-height: 1000px; }
    .accordion-content.open > div {
      opacity: 1; }

.indented-container {
  display: flex; }
  .indented-container > div {
    flex: 1; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .indented-container {
      flex-direction: column; } }
  @media screen and (max-width: 420px) {
    .indented-container {
      flex-direction: column; } }
  .indented-container .arrow-out {
    background-color: #ffffff;
    position: relative; }
    .indented-container .arrow-out:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute; }
      @media screen and (min-width: 976px) {
        .indented-container .arrow-out:after {
          border-top: 40px solid transparent;
          border-bottom: 40px solid transparent;
          border-left: 40px solid #ffffff;
          right: -40px;
          top: 36%; } }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        .indented-container .arrow-out:after {
          border-top: 40px solid transparent;
          border-bottom: 40px solid transparent;
          border-left: 40px solid #ffffff;
          right: -40px;
          top: 36%; } }
      @media screen and (min-width: 421px) and (max-width: 768px) {
        .indented-container .arrow-out:after {
          border-top: 25px solid #ffffff;
          border-left: 25px solid transparent;
          border-right: 25px solid transparent;
          bottom: -25px;
          right: 43%; } }
      @media screen and (max-width: 420px) {
        .indented-container .arrow-out:after {
          border-top: 25px solid #ffffff;
          border-left: 25px solid transparent;
          border-right: 25px solid transparent;
          bottom: -25px;
          right: 43%; } }
    .indented-container .arrow-out p {
      line-height: 1.45em; }
  .indented-container .arrow-indent {
    background-color: #fc951f; }

@media screen and (min-width: 421px) and (max-width: 768px) {
  .mobile-btn-line {
    width: 100%;
    margin: 5px 0;
    box-sizing: border-box; } }

@media screen and (max-width: 420px) {
  .mobile-btn-line {
    width: 100%;
    margin: 5px 0;
    box-sizing: border-box; } }

.mini-site-product-tile {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* 06/29/2017 */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* 07/05/2017 */
.border-left-thin {
  border-left: 1px solid #E6E6E6; }

.border-right-thin {
  border-right: 1px solid #E6E6E6; }

.border-top-thin {
  border-top: 1px solid #E6E6E6; }

.border-bottom-thin {
  border-bottom: 1px solid #E6E6E6; }

.gray-light-border {
  border: 1px solid #b3b3b3; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.display-inline {
  display: inline; }

.clear-space {
  padding: 0;
  margin: 0; }

.show {
  display: block !important; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

sup {
  top: -0.5em; }

.margin-left-none {
  margin-left: 0px; }

.margin-right-none {
  margin-right: 0px; }

.margin-top-none {
  margin-top: 0px; }

.margin-bottom-none {
  margin-bottom: 0px; }

.margin-none {
  margin: 0; }

.padding-left-none {
  padding-left: 0px; }

.padding-right-none {
  padding-right: 0px; }

.padding-top-none {
  padding-top: 0px; }

.padding-bottom-none {
  padding-bottom: 0px; }

.padding-none {
  padding: 0; }

.border-right-thin {
  border-right: 1px solid #E6E6E6; }

.table-full-width {
  width: 100%; }

.mini-site-product-tile {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }

.seo-block {
  margin-bottom: 50px; }
  .seo-block .seo-title {
    color: #8E9DA2;
    font-size: 0.9375em;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: 0.1px; }
  .seo-block .seo-text {
    color: #8E9DA2;
    font-size: 0.8125em;
    line-height: 1.125em;
    letter-spacing: 0.1px;
    margin: 1em 0; }

.services-tile-lg {
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  transition: 0.2s;
  background-color: #ffffff;
  height: 100%;
  padding: 0 3%; }

.circle-border {
  border-radius: 100%;
  border: 7px solid #E6E6E6; }

div.counter-container {
  counter-reset: number 0; }

p.counter:before {
  counter-increment: number;
  content: counter(number) ". ";
  font-weight: bold; }

.border-thick {
  border: 20px solid #ffffff; }

.clear {
  clear: both; }

.bg-white {
  background-color: #ffffff; }

@media screen and (min-width: 976px) {
  .background-img-hero-container {
    background-image: url("//s7d1.scene7.com/is/image/PETCO/petservices-072417-image-1440w-418h-d");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 35%; }
  .background-img-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .services-hero-img-tile-sm {
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    margin: 0 20px;
    transition: 0.2s;
    width: 100px;
    background-color: #ffffff;
    height: 250px; }
  .guidelines-background-img-hero-container {
    background-image: url("//s7d1.scene7.com/is/image/PETCO/petguidelines-background-072817-image-1054w-329h-d");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: auto;
    padding-bottom: 30%;
    /* 2:1 */ }
  .guidelines-background-img-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .background-img-hero-container {
    background-image: url("//s7d1.scene7.com/is/image/PETCO/petservices-072417-image-1440w-418h-d");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .background-img-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; }
  .services-hero-img-tile-sm {
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    margin: 0 20px;
    transition: 0.2s;
    width: 150px;
    background-color: #ffffff;
    height: 190px; }
  .counter-tile {
    height: 161px;
    max-width: 30%;
    padding: 10px 0;
    /* height: auto; */ }
  .guidelines-background-img-hero-container {
    background-image: url("//s7d1.scene7.com/is/image/PETCO/petguidelines-background-072817-image-1054w-329h-d");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: auto;
    padding-bottom: 30%;
    /* 2:1 */ }
  .guidelines-background-img-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
  .background-img-hero-container {
    background-image: url("//s7d1.scene7.com/is/image/PETCO/petservices-072417-image-1440w-418h-d");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .background-img-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; }
  .services-hero-img-tile-sm {
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    margin: 0 20px;
    transition: 0.2s;
    width: 150px;
    background-color: #ffffff;
    height: 200px; }
  .counter-tile {
    height: 161px;
    max-width: 30%;
    padding: 10px 0;
    /* height: auto; */ }
  .guidelines-background-img-hero-container {
    background-image: url("//s7d1.scene7.com/is/image/PETCO/petguidelines-background-072817-image-1054w-329h-d");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    /*width: auto;*/
    padding-bottom: 0; }
  .guidelines-background-img-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; } }

@media screen and (max-width: 420px) {
  .background-img-hero-container {
    background-image: url("//s7d1.scene7.com/is/image/PETCO/petservices-072417-image-1440w-418h-d");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .background-img-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; }
  .services-hero-img-tile-sm {
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    margin: 0 20px;
    transition: 0.2s;
    width: 155px;
    background-color: #ffffff;
    height: 200px; }
  .counter-tile {
    height: 161px;
    max-width: 45%;
    padding: 10px 0;
    /*height:auto;*/ }
  h2.white, h3.white {
    color: #ffffff;
    font-weight: bold;
    line-height: 1.1em;
    margin: 20px 0 10px;
    margin: 0; }
  p.white {
    font-weight: normal;
    color: #ffffff; }
  ul.no-margin {
    margin: 0;
    text-align: left; }
  .icon-blue-arrow {
    background-position: -620px -674px; }
  .guidelines-background-img-hero-container {
    background-image: url("//s7d1.scene7.com/is/image/PETCO/petguidelines-background-072817-image-1054w-329h-d");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: auto;
    padding-bottom: 0; }
  .guidelines-background-img-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0; } }

.promo-block {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }
  .promo-block h2 {
    line-height: 1.1em;
    margin: 5px 0 0; }
  .promo-block p {
    margin: 0;
    padding: 0; }

.promo-box-green {
  background-color: #46c126;
  padding: 10px;
  width: inherit; }

.promo-box-offer {
  border: 3px solid #ffffff;
  margin: 10px;
  padding: 20px 6px;
  text-align: center; }
  .promo-box-offer h3 {
    line-height: 1.1em;
    color: #ffffff;
    margin: 0; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.width-successmsg {
  max-width: 540px !important; }

[id*="modal-ListSuccessMsg"] h3 {
  font-size: 1.3em;
  line-height: 1.75em;
  font-weight: bold;
  color: #333333;
  text-align: center;
  position: relative;
  width: 100%; }

[id*="modal-ListSuccessMsg"] .text-body {
  float: none;
  margin: 0.5rem auto;
  margin-top: 0.5rem;
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-left: auto;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
  color: #666666;
  font-size: 0.9375em;
  line-height: 1.6em; }

[id*="modal-ListSuccessMsg"] .cont-button {
  text-align: center;
  padding-bottom: 15px; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .width-10 {
    width: 10%; }
  .width-15 {
    width: 15%; }
  .width-20 {
    width: 20%; }
  .width-25 {
    width: 25%; }
  .width-30 {
    width: 30%; }
  .width-35 {
    width: 35%; }
  .width-40 {
    width: 40%; }
  .width-45 {
    width: 45%; }
  .width-50 {
    width: 50%; }
  .width-55 {
    width: 55%; }
  .width-60 {
    width: 60%; }
  .width-65 {
    width: 65%; }
  .width-70 {
    width: 70%; }
  .width-75 {
    width: 75%; }
  .width-80 {
    width: 80%; }
  .width-85 {
    width: 85%; }
  .width-90 {
    width: 90%; }
  .width-95 {
    width: 95%; }
  .width-100-sm {
    width: 100%; } }

@media screen and (min-width: 976px) {
  .width-10 {
    width: 10%; }
  .width-15 {
    width: 15%; }
  .width-20 {
    width: 20%; }
  .width-25 {
    width: 25%; }
  .width-30 {
    width: 30%; }
  .width-35 {
    width: 35%; }
  .width-40 {
    width: 40%; }
  .width-45 {
    width: 45%; }
  .width-50 {
    width: 50%; }
  .width-55 {
    width: 55%; }
  .width-60 {
    width: 60%; }
  .width-65 {
    width: 65%; }
  .width-70 {
    width: 70%; }
  .width-75 {
    width: 75%; }
  .width-80 {
    width: 80%; }
  .width-85 {
    width: 85%; }
  .width-90 {
    width: 90%; }
  .width-95 {
    width: 95%; }
  .width-100-sm {
    width: 100%; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
  .width-10-md {
    width: 10%; }
  .width-15-md {
    width: 15%; }
  .width-20-md {
    width: 20%; }
  .width-25-md {
    width: 25%; }
  .width-30-md {
    width: 30%; }
  .width-35-md {
    width: 35%; }
  .width-40-md {
    width: 40%; }
  .width-45-md {
    width: 45%; }
  .width-50-md {
    width: 50%; }
  .width-55-md {
    width: 55%; }
  .width-60-md {
    width: 60%; }
  .width-65-md {
    width: 65%; }
  .width-70-md {
    width: 70%; }
  .width-75-md {
    width: 75%; }
  .width-80-md {
    width: 80%; }
  .width-85-md {
    width: 85%; }
  .width-90-md {
    width: 90%; }
  .width-95-md {
    width: 95%; }
  .width-100-md {
    width: 100%; } }

@media screen and (max-width: 420px) {
  .width-10-sm {
    width: 10%; }
  .width-15-sm {
    width: 15%; }
  .width-20-sm {
    width: 20%; }
  .width-25-sm {
    width: 25%; }
  .width-30-sm {
    width: 30%; }
  .width-35-sm {
    width: 35%; }
  .width-40-sm {
    width: 40%; }
  .width-45-sm {
    width: 45%; }
  .width-50-sm {
    width: 50%; }
  .width-55-sm {
    width: 55%; }
  .width-60-sm {
    width: 60%; }
  .width-65-sm {
    width: 65%; }
  .width-70-sm {
    width: 70%; }
  .width-75-sm {
    width: 75%; }
  .width-80-sm {
    width: 80%; }
  .width-85-sm {
    width: 85%; }
  .width-90-sm {
    width: 90%; }
  .width-95-sm {
    width: 95%; }
  .width-100-sm {
    width: 100%; } }

.content-tile-white {
  background-color: #ffffff;
  width: 207px;
  height: 260px;
  margin: 23px 12px 0 0;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  float: left;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  text-align: center; }
  .content-tile-white h5 {
    font-size: 1.125em;
    line-height: 1.27778em;
    font-weight: bold;
    width: 95%;
    margin: 10px auto; }
  .content-tile-white p {
    font-size: 0.8125em;
    line-height: 1.38462em; }
  .content-tile-white .btn {
    padding-bottom: 0;
    font-size: 0.8125em; }

.content-tile-img {
  width: 100px;
  height: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

h1.white, h2.white, h3.white, h4.white, h5.white {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.1em;
  margin: 0; }

p.white {
  font-weight: normal;
  color: #ffffff; }

.search-page .tab-pane {
  display: none; }

.search-page .tab-pane.active {
  display: block; }

.copyright-v2 {
  width: 100%;
  border-top: 1px solid #A9B5BA;
  padding: 20px 0;
  box-sizing: border-box;
  float: none;
  clear: both;
  padding: 20px; }
  .copyright-v2 a {
    font-size: 0.8125em;
    line-height: 1.25em; }
    .copyright-v2 a.mobile-only {
      display: inline-block;
      margin: 0 10px 0 0; }
  .copyright-v2 p {
    font-size: 0.8125em;
    line-height: 1.75em;
    color: #8E9DA2;
    float: left; }
  .copyright-v2 ul {
    display: block; }
    @media screen and (min-width: 976px) {
      .copyright-v2 ul {
        margin: 0;
        float: left; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .copyright-v2 ul {
        margin: 0;
        float: left; } }
    .copyright-v2 ul.open {
      margin-top: 10px; }
    .copyright-v2 ul.partners li:before {
      content: ". ";
      color: #8E9DA2; }
    .copyright-v2 ul.partners li:first-child:before {
      content: ''; }
    .copyright-v2 ul.partners li:nth-child(2):before {
      content: ''; }
    .copyright-v2 ul.partners li a {
      color: #333333; }
    .copyright-v2 ul li {
      display: inline-block; }
      @media screen and (min-width: 421px) and (max-width: 768px) {
        .copyright-v2 ul li {
          display: inline;
          line-height: 2.5em; } }
      @media screen and (max-width: 420px) {
        .copyright-v2 ul li {
          display: inline;
          line-height: 2.5em; } }
      .copyright-v2 ul li:before {
        content: ". ";
        color: #8E9DA2; }
      .copyright-v2 ul li:first-child:before {
        content: ''; }
      .copyright-v2 ul li a {
        color: #333333; }

.masonry {
  margin: 1.5em 0;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: .85em; }
  @media screen and (max-width: 420px) {
    .masonry {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .masonry {
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .masonry {
      -moz-column-count: 3;
      -webkit-column-count: 3;
      column-count: 3; } }
  .masonry .grid-item {
    display: inline-block;
    background-color: #ffffff;
    margin: 0 0 1.5em;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
    .masonry .grid-item img {
      display: block;
      width: 100%;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .masonry .grid-item .grid-img-only img {
      display: block;
      width: 100%;
      border-radius: 5px; }
  .masonry .grid-item-desc {
    padding: 20px; }
    .masonry .grid-item-desc h4 {
      font-size: 1.66667em;
      margin-bottom: 6px; }
    .masonry .grid-item-desc p {
      margin-bottom: 10px;
      font-size: 1em; }
  .masonry .grid-item-details {
    padding: 10px 20px;
    margin-bottom: 10px; }
    .masonry .grid-item-details h5 {
      font-size: 0.9375em;
      color: #333333;
      font-weight: bold;
      margin: 0 0 10px 0; }
    .masonry .grid-item-details a {
      color: #8E9DA2;
      font-size: 0.9375em; }

.srcset {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  min-height: 100%; }
  .srcset.anchor-top {
    top: 0; }
  .srcset.anchor-bottom {
    top: auto;
    bottom: 0; }
  .srcset.anchor-center {
    top: 50%;
    transform: translateX(-50%) translateY(-50%); }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .srcset.anchor-top-mobile {
      top: 0;
      bottom: auto; }
    .srcset.anchor-bottom-mobile {
      top: auto;
      bottom: 0; } }
  @media screen and (max-width: 420px) {
    .srcset.anchor-top-mobile {
      top: 0;
      bottom: auto; }
    .srcset.anchor-bottom-mobile {
      top: auto;
      bottom: 0; } }

.homepage-hero-banner {
  width: 100%;
  overflow: hidden; }
  .homepage-hero-banner .container {
    max-width: 1095px;
    /* Constrains the container to the main width of the site */
    margin: auto;
    overflow: hidden;
    height: 335px; }
    @media screen and (max-width: 420px) {
      .homepage-hero-banner .container {
        height: 260px; } }
    .homepage-hero-banner .container.full-width {
      max-width: none;
      /* Makes the container stretch out to 100% window width, not site width */ }

/*----------------------------------------------------------*/
/* NEW PET - GUIDES GLOBAL TAB NAVIGATION (2, 3, 4  styles) */
/*----------------------------------------------------------*/
.triangle {
  position: relative;
  margin: 3em;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1); }

.triangle::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  bottom: -1.5em;
  left: 50%;
  box-sizing: border-box;
  border: .75em solid black;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -6px 6px 15px 0 rgba(0, 0, 0, 0.07); }

p.animal_type_label {
  display: block;
  float: left;
  width: 20%;
  text-align: center;
  padding-top: 10px; }

.age_nav > li a:hover:not(.active) {
  background-color: #00aae7;
  color: #ffffff; }

a.active {
  background-color: #00aae7;
  color: white; }

.pagination .active a.active.selected {
  background: none; }

.pagination a.not_allowed {
  background: lightgray;
  border-color: darkgray; }

.rounded-top-left {
  border-top-left-radius: 5px; }

.rounded-top-right {
  border-top-right-radius: 5px; }

.rounded-bottom-left {
  border-bottom-left-radius: 5px; }

.rounded-bottom-right {
  border-bottom-right-radius: 5px; }

.services-tile-md {
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  background-color: #ffffff;
  /* height: 100%; */ }

.rounded-tab {
  box-sizing: border-box;
  border-radius: 5px 5px 0 0;
  transition: 0.2s;
  border-right: solid #e6e6e6 1px;
  border-top: solid #e6e6e6 1px;
  border-left: solid #e6e6e6 1px;
  background: red;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(white, #ddd);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, #ddd);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, #ddd);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, #ddd);
  /* Standard syntax */
  width: 150px;
  padding: 10px 0; }

/*-------------------------*/
/* NEW PET - GUIDES GLOBAL */
/*-------------------------*/
.row .col-center {
  float: none;
  margin: 0.5rem auto;
  clear: both;
  display: block; }

/* NEW PET PAGE - article -  what new pet parents are reading */
.service-title {
  height: 65px; }

.border-medium {
  border: 10px solid #ffffff; }

.all-rounded-corners-dropshadow {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }

.text-tile-lg {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }

.height-adjust {
  display: flex; }

.rounded-border {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.text-wrap {
  white-space: normal; }

.background-addselfie-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/addselfie-091917-image-200w-200h-d");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%; }

.background-addselfie-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/*---------------------------------------------------------*/
/* NEW PET - PAGE LANDING & ALL GUIDES - BACKGROUND IMAGES */
/*---------------------------------------------------------*/
/* NEW PET - BACKGROUND IMAGES */
.family-background-img-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/family-081017-hero-1440w-418h-d"); }

.selfies-background-img-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/petselfies--081017-hero-1440w-418h-d"); }

/* NEW DOG GUIDE - BACKGROUND IMAGES */
.background-img-newpuppy-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newpuppy-081117-hero-1440w-418h-d"); }

.background-img-newadultdog-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/dognewhomeadult-090617-hero-1440w-418h-d"); }

.background-img-newseniordog-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/dognewhomesenior-090617-hero-1440w-418h-d"); }

.background-img-puppyneeds-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/puppyneeds-082817-hero-1440w-418h-d"); }

.background-img-petneedsadult-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/petneedsadult-090617-hero-1440w-418h-d"); }

.background-img-petneedssenior-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/petneedssenior-090617-hero-1440w-418h-d"); }

.background-img-newpuppyquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newpuppyquestions-083117-hero-1440w-418h-d"); }

.background-img-newadultquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newadultdogquestions-090117-hero-1440w-418h-d"); }

.background-img-newseniorquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newseniordogquestions-090117-hero-1440w-418h-d"); }

.background-img-whattobuy-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattobuy-082317-image-520w-285h-d"); }

.background-img-whattoknow-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattoknow-082317-image-520w-285h-d"); }

.background-img-vetco-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/vetco-081117-hero-1440w-418h-d"); }

.background-img-nutrition-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/nutrition-082817-hero-1440w-418h-d"); }

.background-img-puppyhome-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/puppyhome-092117-hero-1440w-418h-d"); }

.background-img-doghome-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/doghome-082817-hero-1440w-418h-d"); }

.background-img-onthego-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/onthego-082817-hero-1440w-418h-d"); }

.background-img-play-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/play-082817-hero-1440w-418h-d"); }

.background-img-health-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/health-082817-hero-1440w-418h-d"); }

/* NEW CAT GUIDE - BACKGROUND IMAGES */
.background-img-newkitten-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newkitten-090717-hero-1440w-418h-d"); }

.background-img-newadultcat-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newadultcat-090717-hero-1440w-418h-d"); }

.background-img-newseniorcat-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newseniorcat-090717-hero-1440w-418h-d"); }

.background-img-kittenneeds-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/kittenneeds-090717-hero-1440w-418h-d"); }

.background-img-adultcatneeds-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/everythingpetneedsadultcat-090717-hero-1440w-418h-d"); }

.background-img-seniorcatneeds-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/petneedsseniorcat-090717-hero-1440w-418h-d"); }

.background-img-newkittenquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newkittenquestions-090717-hero-1440w-418h-d"); }

.background-img-newadultcatquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newadultcatquestions-090717-hero-1440w-418h-d"); }

.background-img-newseniorcatquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newseniorcatquestions-090717-hero-1440w-418h-d"); }

.background-img-whattobuycat-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattobuycat-090717-image-520w-285h-d"); }

.background-img-whattoknowcat-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattoknowcat-090717-image-520w-285h-d"); }

.background-img-cat-nutrition-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/nutritioncat-090717-hero-1440w-418h-d"); }

.background-img-cat-waste-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/litterwastedisposalcat-090717-hero-1440w-418h-d"); }

.background-img-cat-homeonthego-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/onthego-cat-090717-hero-1440w-418h-d"); }

.background-img-cat-play-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/play-cat-090717-hero-1440w-418h-d"); }

.background-img-cat-health-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/health-cat-090717-hero-1440w-418h-d"); }

/* NEW FISH GUIDE - BACKGROUND IMAGES */
.background-img-newsaltwaterfish-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newsaltwaterfish-090717-hero-1440w-418h-d"); }

.background-img-newfreshwaterfish-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newfreshwaterfish-090717-hero-1440w-418h-d"); }

.background-img-fishneedssaltwater-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/petneedssaltwaterfish-090717-hero-1440w-418h-d"); }

.background-img-fishneedsfreshwater-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/petneedsfreshwaterfish-090717-hero-1440w-418h-d"); }

.background-img-newsaltfishquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/freshwaterfishquestions-090717-hero-1440w-418h-d"); }

.background-img-newfreshfishquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newfreshwaterfishquestions-090717-hero-1440w-418h-d"); }

.background-img-whattobuyfish-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattobuyfish-091317-image-520w-285h-d-v2"); }

.background-img-whattoknowfish-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattobuyfish-090717-image-520w-285h-d"); }

.background-img-foodcarefish-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/foodcarefish-090717-hero-1440w-418h-d"); }

.background-img-aquariumsfish-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/aquariumsfish-090717-hero-1440w-418h-d"); }

.background-img-equipmentfish-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/equipmentfish-090717-hero-1440w-418h-d"); }

/* SMALL PET GUIDE - BACKGROUND IMAGES */
.background-img-newrabbit-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newrabbit-090717-hero-1440w-418h-d"); }

.background-img-newguineapig-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newguineapig-090717-hero-1440w-418h-d"); }

.background-img-newhamster-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newhamster-090717-hero-1440w-418h-d"); }

.background-img-newothersmallanimal-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newothersmall-090717-hero-1440w-418h-d"); }

.background-img-smallpetneedsrabbit-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/petneedsrabbit-090717-hero-1440w-418h-d"); }

.background-img-smallpetneedsguinea-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/everythingpetneedsguinea-090717-hero-1440w-418h-d"); }

.background-img-smallpetneedshamster-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/everythingpetneedshamster-090717-hero-1440w-418h-d"); }

.background-img-smallpetneedsother-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/everythingpetneedsother-091217-hero-1440w-418h-d"); }

.background-img-newrabbitquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newrabbitquestions-090717-hero-1440w-418h-d"); }

.background-img-newguineaquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newguineaquestions-090717-hero-1440w-418h-d"); }

.background-img-newhamsterquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newhamsterquestions-091217-hero-1440w-418h-d"); }

.background-img-newsmpetotherquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newsmpetotherquestions-091217-hero-1440w-418h-d"); }

.background-img-whattobuyrabbit-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattobuyrabbit-090717-image-520w-285h-d"); }

.background-img-whattoknowrabbit-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattoknowrabbit-090717-image-520w-285h-d"); }

.background-img-whattobuyguineapig-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattobuyguineapig-090717-image-520w-285h-d"); }

.background-img-whattoknowguineapig-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattoknowguineapig-090717-image-520w-285h-d"); }

.background-img-whattobuyhamster-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattobuyhamster-090717-image-520w-285h-d"); }

.background-img-whattoknowhamster-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattoknowhamster-090717-image-520w-285h-d"); }

.background-img-whattobuyothersmallanimal-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattobuyothersmall-090717-image-520w-285h-d"); }

.background-img-whattoknowothersmallanimal-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattoknowothersmall-090717-image-520w-285h-d"); }

.background-img-foodrabbit-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/foodrabbit-090717-image-540w-305h-d"); }

.background-img-homerabbit-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/nutritionrabbit-090717-image-540w-305h-d"); }

.background-img-carehealthrabbit-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/carehealthrabbit-090717-image-540w-305h-d"); }

.background-img-foodguinea-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/foodguinea-090717-hero-1440w-418h-d"); }

.background-img-homeguinea-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/guineahome-090717-hero-1440w-418h-d"); }

.background-img-carehealthguinea-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/carehealthguinea-090717-hero-1440w-418h-d"); }

.background-img-foodhamster-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/foodhamster-090717-hero-1440w-418h-d"); }

.background-img-homehamster-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/petneedshamster-090717-hero-1440w-418h-d"); }

.background-img-carehealthhamster-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/carehealthhamster-090717-hero-1440w-418h-d"); }

.background-img-chinchilla-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/wtbchinchilla-091217-hero-1440w-418h-d"); }

.background-img-ferret-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/wtbferret-091217-hero-1440w-418h-d"); }

.background-img-gerbil-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/wtbgerbil-091217-hero-1440w-418h-d"); }

/* REPTILE GUIDE - BACKGROUND IMAGES */
.background-img-newreptile-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newreptile-091217-hero-1440w-418h-d"); }

.background-img-newreptileneeds-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/everythingpetneedsreptile-091217-hero-1440w-418h-d"); }

.background-img-newreptilequestions-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newreptilequestions-091217-hero-1440w-418h-d"); }

.background-img-whattobuyreptile-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/wtbreptile-091217-image-520w-285h-d"); }

.background-img-whattoknowreptile-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/wtkreptile-091217-image-520w-285h-d"); }

.background-img-homereptile-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/nutritionreptile-091217-hero-1440w-418h-d"); }

.background-img-foodreptile-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/habitatreptile-091217-hero-1440w-418h-d"); }

.background-img-carehealthreptile-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/cleaningreptile-091217-hero-1440w-418h-d"); }

/* BIRD GUIDE - BACKGROUND IMAGES */
.background-img-newbird-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newbird-091217-hero-1440w-418h-d"); }

.background-img-newbirdneeds-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/everythingpetneedsbird-091217-hero-1440w-418h-d"); }

.background-img-newbirdquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newbirdquestions-091217-hero-1440w-418h-d"); }

.background-img-whattobuybird-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/wtbtbird-091217-image-520w-285h-d"); }

.background-img-whattoknowbird-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/wtkbird-091217-image-520w-285h-d"); }

.background-img-foodbird-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/foodtreatsbird-091817-hero-1440w-418h-d-v2"); }

.background-img-homebird-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/foodbird-091217-hero-1440w-418h-d"); }

.background-img-carehealthbird-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/carebird-091217-hero-1440w-418h-d"); }

/*********************************************************/
/*           PET SERVICES - BACKGROUND IMAGES            */
/*********************************************************/
.background-img-local-services-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/localpetservices-082217-hero-1440w-265h-d"); }

.background-img-training-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/dogtrainingservices-082217-hero-1440w-265h-d"); }

.background-img-grooming-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/grooming-081117-hero-1440w-218h-d"); }

.background-img-adoption-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/adoptionservices-082217-hero-1440w-265h-d"); }

.background-img-sitting-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/sitting-082117-img-1440w-265h-hero-bkgd-d"); }

.background-img-vetservices-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/vetservices-082217-hero-1440w-265h-d-v2"); }

@media screen and (min-width: 976px) {
  /*---------------------------------------------------------------------*/
  /* NEW PET - PAGE LANDING & ALL GUIDES - BACKGROUND IMAGES POSITIONING */
  /*---------------------------------------------------------------------*/
  .family-background-img-hero-container,
  .selfies-background-img-hero-container,
  .background-img-newpuppy-hero-container,
  .background-img-newadultdog-hero-container,
  .background-img-newseniordog-hero-container,
  .background-img-puppyneeds-hero-container,
  .background-img-petneedsadult-hero-container,
  .background-img-petneedssenior-hero-container,
  .background-img-newpuppyquestions-hero-container,
  .background-img-newadultquestions-hero-container,
  .background-img-newseniorquestions-hero-container,
  .background-img-newkitten-hero-container,
  .background-img-newadultcat-hero-container,
  .background-img-newseniorcat-hero-container,
  .background-img-kittenneeds-hero-container,
  .background-img-adultcatneeds-hero-container,
  .background-img-seniorcatneeds-hero-container,
  .background-img-newkittenquestions-hero-container,
  .background-img-newadultcatquestions-hero-container,
  .background-img-newseniorcatquestions-hero-container,
  .background-img-newsaltwaterfish-hero-container,
  .background-img-newfreshwaterfish-hero-container,
  .background-img-fishneedssaltwater-hero-container,
  .background-img-fishneedsfreshwater-hero-container,
  .background-img-newsaltfishquestions-hero-container,
  .background-img-newfreshfishquestions-hero-container,
  .background-img-newrabbit-hero-container,
  .background-img-newguineapig-hero-container,
  .background-img-newhamster-hero-container,
  .background-img-newothersmallanimal-hero-container,
  .background-img-smallpetneedsrabbit-hero-container,
  .background-img-smallpetneedsguinea-hero-container,
  .background-img-smallpetneedshamster-hero-container,
  .background-img-smallpetneedsother-hero-container,
  .background-img-newrabbitquestions-hero-container,
  .background-img-newguineaquestions-hero-container,
  .background-img-newhamsterquestions-hero-container,
  .background-img-newsmpetotherquestions-hero-container,
  .background-img-newreptile-hero-container,
  .background-img-newreptileneeds-hero-container,
  .background-img-newreptilequestions-container,
  .background-img-newbird-hero-container,
  .background-img-newbirdneeds-hero-container,
  .background-img-newbirdquestions-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 15%; }
  .family-background-img-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 15%;
    bottom: 0;
    left: 0;
    right: 0; }
  .petneeds-background-img-hero-container {
    background-image: url("//s7d1.scene7.com/is/image/PETCO/petneeds-081017-hero-1440w-418h-d");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 400px; }
  .selfies-background-img-hero-content,
  .petneeds-background-img-hero-content,
  .background-img-newpuppy-hero-content,
  .background-img-newadultdog-hero-content,
  .background-img-newseniordog-hero-content,
  .background-img-puppyneeds-hero-content,
  .background-img-petneedsadult-hero-content,
  .background-img-petneedssenior-hero-content,
  .background-img-newpuppyquestions-hero-content,
  .background-img-newadultquestions-hero-content,
  .background-img-newseniorquestions-hero-content .background-img-whattobuy-hero-content,
  .background-img-whattoknow-hero-content,
  .background-img-vetco-hero-content,
  .background-img-nutrition-hero-content,
  .background-img-puppyhome-hero-content,
  .background-img-doghome-hero-content,
  .background-img-onthego-hero-content,
  .background-img-play-hero-content,
  .background-img-health-hero-content,
  .background-img-newkitten-hero-content,
  .background-img-newadultcat-hero-content,
  .background-img-newseniorcat-hero-content,
  .background-img-kittenneeds-hero-content,
  .background-img-adultcatneeds-hero-content,
  .background-img-seniorcatneeds-hero-content,
  .background-img-newkittenquestions-hero-content,
  .background-img-newadultcatquestions-hero-content,
  .background-img-newseniorcatquestions-hero-content,
  .background-img-whattobuycat-hero-content,
  .background-img-whattoknowcat-hero-content,
  .background-img-cat-nutrition-hero-content,
  .background-img-cat-waste-hero-content,
  .background-img-cat-homeonthego-hero-content,
  .background-img-cat-play-hero-content,
  .background-img-cat-health-hero-content,
  .background-img-newsaltwaterfish-hero-content,
  .background-img-newfreshwaterfish-hero-content,
  .background-img-fishneedssaltwater-hero-content,
  .background-img-fishneedsfreshwater-hero-content,
  .background-img-newsaltfishquestions-hero-content,
  .background-img-newfreshfishquestions-hero-content,
  .background-img-whattobuyfish-hero-content,
  .background-img-whattoknowfish-hero-content,
  .background-img-foodcarefish-hero-content,
  .background-img-aquariumsfish-hero-content,
  .background-img-equipmentfish-hero-content,
  .background-img-newrabbit-hero-content,
  .background-img-newguineapig-hero-content,
  .background-img-newhamster-hero-content,
  .background-img-newothersmallanimal-hero-content,
  .background-img-smallpetneedsrabbit-hero-content,
  .background-img-smallpetneedsguinea-hero-content,
  .background-img-smallpetneedshamster-hero-content,
  .background-img-smallpetneedsother-hero-content,
  .background-img-newrabbitquestions-hero-content,
  .background-img-newguineaquestions-hero-content,
  .background-img-newhamsterquestions-hero-content,
  .background-img-newsmpetotherquestions-hero-content,
  .background-img-whattobuyrabbit-hero-content,
  .background-img-whattoknowrabbit-hero-content,
  .background-img-whattobuyguineapig-hero-content,
  .background-img-whattoknowguineapig-hero-content,
  .background-img-whattobuyhamster-hero-content,
  .background-img-whattoknowhamster-hero-content,
  .background-img-whattobuyothersmallanimal-hero-content,
  .background-img-whattoknowothersmallanimal-hero-content,
  .background-img-foodrabbit-hero-content,
  .background-img-homerabbit-hero-content,
  .background-img-carehealthrabbit-hero-content,
  .background-img-foodguinea-hero-content,
  .background-img-homeguinea-hero-content,
  .background-img-carehealthguinea-hero-content,
  .background-img-foodhamster-hero-content,
  .background-img-homehamster-hero-content,
  .background-img-carehealthhamster-hero-content,
  .background-img-chinchilla-hero-content,
  .background-img-ferret-hero-content,
  .background-img-gerbil-hero-content,
  .background-img-newreptile-hero-content,
  .background-img-newreptileneeds-hero-content,
  .background-img-newreptilequestions-content,
  .background-img-whattobuyreptile-hero-content,
  .background-img-whattoknowreptile-hero-content,
  .background-img-homereptile-hero-content,
  .background-img-foodreptile-hero-content,
  .background-img-carehealthreptile-hero-content,
  .background-img-newbird-hero-content,
  .background-img-newbirdneeds-hero-content,
  .background-img-newbirdquestions-hero-content,
  .background-img-whattobuybird-hero-content,
  .background-img-whattoknowbird-hero-content,
  .background-img-foodbird-hero-content,
  .background-img-homebird-hero-content,
  .background-img-carehealthbird-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .background-img-vetco-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 35%; }
  .background-img-nutrition-hero-container,
  .background-img-puppyhome-hero-container,
  .background-img-doghome-hero-container,
  .background-img-onthego-hero-container,
  .background-img-play-hero-container,
  .background-img-health-hero-container,
  .background-img-cat-nutrition-hero-container,
  .background-img-cat-waste-hero-container,
  .background-img-cat-homeonthego-hero-container,
  .background-img-cat-play-hero-container,
  .background-img-cat-health-hero-container,
  .background-img-foodcarefish-hero-container,
  .background-img-aquariumsfish-hero-container,
  .background-img-equipmentfish-hero-container,
  .background-img-foodrabbit-hero-container,
  .background-img-homerabbit-hero-container,
  .background-img-carehealthrabbit-hero-container,
  .background-img-foodguinea-hero-container,
  .background-img-homeguinea-hero-container,
  .background-img-carehealthguinea-hero-container,
  .background-img-foodhamster-hero-container,
  .background-img-homehamster-hero-container,
  .background-img-carehealthhamster-hero-container,
  .background-img-chinchilla-hero-container,
  .background-img-ferret-hero-container,
  .background-img-gerbil-hero-container,
  .background-img-homereptile-hero-container,
  .background-img-foodreptile-hero-container,
  .background-img-carehealthreptile-hero-container,
  .background-img-foodbird-hero-container,
  .background-img-homebird-hero-container,
  .background-img-carehealthbird-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 20%; }
  .background-img-newpetguidebook-hero-container {
    background-image: url("//s7d1.scene7.com/is/image/PETCO/newpetguidebook-081117-hero-1440w-418h-d");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 30%; }
  .background-img-newpetguidebook-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 12%;
    bottom: 12%;
    left: 0;
    right: 0; }
  .background-img-whattobuy-hero-container,
  .background-img-whattoknow-hero-container,
  .background-img-whattobuycat-hero-container,
  .background-img-whattoknowcat-hero-container,
  .background-img-whattobuyfish-hero-container,
  .background-img-whattoknowfish-hero-container,
  .background-img-whattobuyrabbit-hero-container,
  .background-img-whattoknowrabbit-hero-container,
  .background-img-whattobuyguineapig-hero-container,
  .background-img-whattoknowguineapig-hero-container,
  .background-img-whattobuyhamster-hero-container,
  .background-img-whattoknowhamster-hero-container,
  .background-img-whattobuyothersmallanimal-hero-container,
  .background-img-whattoknowothersmallanimal-hero-container,
  .background-img-whattobuyreptile-hero-container,
  .background-img-whattoknowreptile-hero-container,
  .background-img-whattobuybird-hero-container,
  .background-img-whattoknowbird-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 25%;
    opacity: 0.7; }
  /* NEW PET GUIDES - GLOBAL TAB - STYLING (2, 3, 4 styles) */
  .age_tabs_wrapper {
    display: block;
    margin: 0 auto;
    width: 45%;
    padding: 23px 0 20px 0; }
  .age_tabs_wrapper-tab-4 {
    /* copy to master  */
    display: block;
    margin: 0 auto;
    width: 65%;
    padding: 23px 0 20px 0; }
  .age_content_container {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: auto; }
  .age-label-navigation {
    display: block;
    float: left;
    width: 25%;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age-label-navigation-tab-2 {
    display: block;
    float: left;
    width: 38%;
    /* tab 2 difference from tab 3 */
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age-label-navigation-tab-4 {
    /* copy to master  */
    display: block;
    float: left;
    width: 18.7%;
    /* tab 3 difference */
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age_nav_container > ul li a {
    display: block;
    text-align: center;
    padding: 14px 12px;
    text-decoration: none; }
  /* WHAT TO BUY/KNOW GUIDE */
  .vertical-align-container {
    position: relative; }
  div.vertical-align-text {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0; }
  .img-rounded {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .services-row-full-md [class*="col-"] {
    float: left;
    margin: 0px;
    min-height: 0.125rem;
    box-sizing: border-box;
    width: 50%; }
  /*******************************************************************/
  /*            PET SEVICES - BACKGROUND IMAGES POSITIONING          */
  /*******************************************************************/
  .background-img-training-hero-container,
  .background-img-local-services-hero-container,
  .background-img-grooming-hero-container,
  .background-img-adoption-hero-container,
  .background-img-sitting-hero-container,
  .background-img-vetservices-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 15px;
    min-height: 285px; }
  .background-img-local-services-hero-content,
  .background-img-training-hero-content,
  .background-img-grooming-hero-content,
  .background-img-adoption-hero-content,
  .background-img-sitting-hero-content,
  .background-img-vetservices-hero-content {
    /* display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;*/
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  /*---------------------------------------------------------------------*/
  /* NEW PET - PAGE LANDING & ALL GUIDES - BACKGROUND IMAGES POSITIONING */
  /*---------------------------------------------------------------------*/
  .family-background-img-hero-container,
  .selfies-background-img-hero-container,
  .petneeds-background-img-hero-container,
  .background-img-newpuppy-hero-container,
  .background-img-newadultdog-hero-container,
  .background-img-newseniordog-hero-container,
  .background-img-puppyneeds-hero-container,
  .background-img-petneedsadult-hero-container,
  .background-img-petneedssenior-hero-container,
  .background-img-newpuppyquestions-hero-container,
  .background-img-newadultquestions-hero-container,
  .background-img-newseniorquestions-hero-container .background-img-vetco-hero-container,
  .background-img-nutrition-hero-container,
  .background-img-puppyhome-hero-container,
  .background-img-doghome-hero-container,
  .background-img-onthego-hero-container,
  .background-img-play-hero-container,
  .background-img-health-hero-container,
  .background-img-newkitten-hero-container,
  .background-img-newadultcat-hero-container,
  .background-img-newseniorcat-hero-container,
  .background-img-kittenneeds-hero-container,
  .background-img-adultcatneeds-hero-container,
  .background-img-seniorcatneeds-hero-container,
  .background-img-newkittenquestions-hero-container,
  .background-img-newadultcatquestions-hero-container,
  .background-img-newseniorcatquestions-hero-container,
  .background-img-cat-nutrition-hero-container,
  .background-img-cat-waste-hero-container,
  .background-img-cat-homeonthego-hero-container,
  .background-img-cat-play-hero-container,
  .background-img-cat-health-hero-container,
  .background-img-newsaltwaterfish-hero-container,
  .background-img-newfreshwaterfish-hero-container,
  .background-img-fishneedssaltwater-hero-container,
  .background-img-fishneedsfreshwater-hero-container,
  .background-img-newsaltfishquestions-hero-container,
  .background-img-newfreshfishquestions-hero-container,
  .background-img-foodcarefish-hero-container,
  .background-img-aquariumsfish-hero-container,
  .background-img-equipmentfish-hero-container,
  .background-img-newrabbit-hero-container,
  .background-img-newguineapig-hero-container,
  .background-img-newhamster-hero-container,
  .background-img-newothersmallanimal-hero-container,
  .background-img-smallpetneedsrabbit-hero-container,
  .background-img-smallpetneedsguinea-hero-container,
  .background-img-smallpetneedshamster-hero-container,
  .background-img-smallpetneedsother-hero-container,
  .background-img-newrabbitquestions-hero-container,
  .background-img-newguineaquestions-hero-container,
  .background-img-newhamsterquestions-hero-container,
  .background-img-newsmpetotherquestions-hero-container,
  .background-img-foodrabbit-hero-container,
  .background-img-homerabbit-hero-container,
  .background-img-carehealthrabbit-hero-container,
  .background-img-foodguinea-hero-container,
  .background-img-homeguinea-hero-container,
  .background-img-carehealthguinea-hero-container,
  .background-img-foodhamster-hero-container,
  .background-img-homehamster-hero-container,
  .background-img-carehealthhamster-hero-container,
  .background-img-chinchilla-hero-container,
  .background-img-ferret-hero-container,
  .background-img-gerbil-hero-container,
  .background-img-newreptile-hero-container,
  .background-img-newreptileneeds-hero-container,
  .background-img-newreptilequestions-container,
  .background-img-homereptile-hero-container,
  .background-img-foodreptile-hero-container,
  .background-img-carehealthreptile-hero-container,
  .background-img-newbird-hero-container,
  .background-img-newbirdneeds-hero-container,
  .background-img-newbirdquestions-hero-container,
  .background-img-foodbird-hero-container,
  .background-img-homebird-hero-container,
  .background-img-carehealthbird-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .family-background-img-hero-content,
  .selfies-background-img-hero-content,
  .petneeds-background-img-hero-content,
  .background-img-newpuppy-hero-content,
  .background-img-newadultdog-hero-content,
  .background-img-newseniordog-hero-content,
  .background-img-puppyneeds-hero-content,
  .background-img-petneedsadult-hero-content,
  .background-img-petneedssenior-hero-content,
  .background-img-newpuppyquestions-hero-content,
  .background-img-newadultquestions-hero-content,
  .background-img-newseniorquestions-hero-content,
  .background-img-whattobuy-hero-content,
  .background-img-whattoknow-hero-content,
  .background-img-vetco-hero-content,
  .background-img-nutrition-hero-content,
  .background-img-puppyhome-hero-content,
  .background-img-doghome-hero-content,
  .background-img-onthego-hero-content,
  .background-img-play-hero-content,
  .background-img-health-hero-content,
  .background-img-newkitten-hero-content,
  .background-img-newadultcat-hero-content,
  .background-img-newseniorcat-hero-content,
  .background-img-kittenneeds-hero-content,
  .background-img-adultcatneeds-hero-content,
  .background-img-seniorcatneeds-hero-content,
  .background-img-newkittenquestions-hero-content,
  .background-img-newadultcatquestions-hero-content,
  .background-img-newseniorcatquestions-hero-content,
  .background-img-whattobuycat-hero-content,
  .background-img-whattoknowcat-hero-content,
  .background-img-cat-nutrition-hero-content,
  .background-img-cat-waste-hero-content,
  .background-img-cat-homeonthego-hero-content,
  .background-img-cat-play-hero-content,
  .background-img-cat-health-hero-content,
  .background-img-newsaltwaterfish-hero-content,
  .background-img-newfreshwaterfish-hero-content,
  .background-img-fishneedssaltwater-hero-content,
  .background-img-fishneedsfreshwater-hero-content,
  .background-img-newsaltfishquestions-hero-content,
  .background-img-newfreshfishquestions-hero-content,
  .background-img-whattobuyfish-hero-content,
  .background-img-whattoknowfish-hero-content,
  .background-img-foodcarefish-hero-content,
  .background-img-aquariumsfish-hero-content,
  .background-img-equipmentfish-hero-content,
  .background-img-newrabbit-hero-content,
  .background-img-newguineapig-hero-content,
  .background-img-newhamster-hero-content,
  .background-img-newothersmallanimal-hero-content,
  .background-img-smallpetneedsrabbit-hero-content,
  .background-img-smallpetneedsguinea-hero-content,
  .background-img-smallpetneedshamster-hero-content,
  .background-img-smallpetneedsother-hero-content,
  .background-img-newrabbitquestions-hero-content,
  .background-img-newguineaquestions-hero-content,
  .background-img-newhamsterquestions-hero-content,
  .background-img-newsmpetotherquestions-hero-content,
  .background-img-whattobuyrabbit-hero-content,
  .background-img-whattoknowrabbit-hero-content,
  .background-img-whattobuyguineapig-hero-content,
  .background-img-whattoknowguineapig-hero-content,
  .background-img-whattobuyhamster-hero-content,
  .background-img-whattoknowhamster-hero-content,
  .background-img-whattobuyothersmallanimal-hero-content,
  .background-img-whattoknowothersmallanimal-hero-content,
  .background-img-foodrabbit-hero-content,
  .background-img-homerabbit-hero-content,
  .background-img-carehealthrabbit-hero-content,
  .background-img-foodguinea-hero-content,
  .background-img-homeguinea-hero-content,
  .background-img-carehealthguinea-hero-content,
  .background-img-foodhamster-hero-content,
  .background-img-homehamster-hero-content,
  .background-img-carehealthhamster-hero-content,
  .background-img-chinchilla-hero-content,
  .background-img-ferret-hero-content,
  .background-img-gerbil-hero-content,
  .background-img-newreptile-hero-content,
  .background-img-newreptileneeds-hero-content,
  .background-img-newreptilequestions-content,
  .background-img-whattobuyreptile-hero-content,
  .background-img-whattoknowreptile-hero-content,
  .background-img-homereptile-hero-content,
  .background-img-foodreptile-hero-content,
  .background-img-carehealthreptile-hero-content,
  .background-img-newbird-hero-content,
  .background-img-newbirdneeds-hero-content,
  .background-img-newbirdquestions-hero-content,
  .background-img-whattobuybird-hero-content,
  .background-img-whattoknowbird-hero-content,
  .background-img-foodbird-hero-content,
  .background-img-homebird-hero-content,
  .background-img-carehealthbird-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; }
  .background-img-newpetguidebook-hero-container {
    background-image: url("//s7d1.scene7.com/is/image/PETCO/newpetguidebook-081117-hero-1440w-418h-d");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 40%; }
  .background-img-newpetguidebook-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 12%;
    bottom: 12%;
    left: 0;
    right: 0; }
  .background-img-whattobuy-hero-container,
  .background-img-whattoknow-hero-container,
  .background-img-whattobuycat-hero-container,
  .background-img-whattoknowcat-hero-container,
  .background-img-whattobuyfish-hero-container,
  .background-img-whattoknowfish-hero-container,
  .background-img-whattobuyrabbit-hero-container,
  .background-img-whattoknowrabbit-hero-container,
  .background-img-whattobuyguineapig-hero-container,
  .background-img-whattoknowguineapig-hero-container,
  .background-img-whattobuyhamster-hero-container,
  .background-img-whattoknowhamster-hero-container,
  .background-img-whattobuyothersmallanimal-hero-container,
  .background-img-whattoknowothersmallanimal-hero-container,
  .background-img-whattobuyreptile-hero-container,
  .background-img-whattoknowreptile-hero-container,
  .background-img-whattobuybird-hero-container,
  .background-img-whattoknowbird-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    opacity: 0.7; }
  /* NEW PET GUIDES - GLOBAL TAB - STYLING (2, 3, 4 styles) */
  .age_tabs_wrapper {
    display: block;
    margin: 0 auto;
    width: 60%;
    padding: 23px 0 20px 0; }
  .age_tabs_wrapper-tab-4 {
    /* copy to master */
    display: block;
    margin: 0 auto;
    width: 60%;
    padding: 23px 0 20px 0; }
  .age_content_container {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: auto; }
  .age-label-navigation {
    display: block;
    float: left;
    width: 25%;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age-label-navigation-tab-2 {
    display: block;
    float: left;
    width: 38%;
    /* tab 2 difference from tab 3 */
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age-label-navigation-tab-4 {
    /* copy to master */
    display: block;
    float: left;
    width: 18.7%;
    /* tab 3 difference */
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age_nav_container > ul li a {
    display: block;
    text-align: center;
    padding: 14px 1px;
    text-decoration: none; }
  /* NEW PET LANDING PAGE - GUIDE TABS */
  .white-border-md {
    border-top: solid #ffffff 1px;
    border-right: solid #ffffff 3px;
    border-bottom: solid #ffffff 1px;
    border-left: solid #ffffff 3px; }
  .petguides-tile-sm {
    box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.2s;
    width: 16.66%;
    height: 240px; }
  /* WHAT TO BUY/KNOW GUIDE */
  .vertical-align-container {
    position: relative; }
  div.vertical-align-text {
    position: absolute;
    top: 25px;
    bottom: 0;
    left: 0;
    right: 0; }
  .img-rounded {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .services-row-full-md [class*="col-"] {
    float: left;
    margin: 0px;
    min-height: 0.125rem;
    box-sizing: border-box;
    width: 50%; }
  /*******************************************************************/
  /*            PET SEVICES - BACKGROUND IMAGES POSITIONING          */
  /*******************************************************************/
  .background-img-local-services-hero-container,
  .background-img-training-hero-container,
  .background-img-grooming-hero-container,
  .background-img-adoption-hero-container,
  .background-img-sitting-hero-container,
  .background-img-vetservices-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    padding-bottom: 15px;
    min-height: 245px; }
  .background-img-local-services-hero-content,
  .background-img-training-hero-content,
  .background-img-grooming-hero-content,
  .background-img-adoption-hero-content,
  .background-img-sitting-hero-content,
  .background-img-vetservices-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
  /*---------------------------------------------------------------------*/
  /* NEW PET - PAGE LANDING & ALL GUIDES - BACKGROUND IMAGES POSITIONING */
  /*---------------------------------------------------------------------*/
  .selfies-background-img-hero-container,
  .petneeds-background-img-hero-container,
  .petneeds-background-img-hero-container,
  .background-img-newpuppy-hero-container,
  .background-img-newadultdog-hero-container,
  .background-img-newseniordog-hero-container,
  .background-img-puppyneeds-hero-container,
  .background-img-petneedsadult-hero-container,
  .background-img-petneedssenior-hero-container,
  .background-img-newpuppyquestions-hero-container,
  .background-img-newadultquestions-hero-container,
  .background-img-newseniorquestions-hero-container .background-img-vetco-hero-container,
  .background-img-nutrition-hero-container,
  .background-img-puppyhome-hero-container,
  .background-img-doghome-hero-container,
  .background-img-onthego-hero-container,
  .background-img-play-hero-container,
  .background-img-health-hero-container,
  .background-img-newkitten-hero-container,
  .background-img-newadultcat-hero-container,
  .background-img-newseniorcat-hero-container,
  .background-img-kittenneeds-hero-container,
  .background-img-adultcatneeds-hero-container,
  .background-img-seniorcatneeds-hero-container,
  .background-img-newkittenquestions-hero-container,
  .background-img-newadultcatquestions-hero-container,
  .background-img-newseniorcatquestions-hero-container,
  .background-img-cat-nutrition-hero-container,
  .background-img-cat-waste-hero-container,
  .background-img-cat-homeonthego-hero-container,
  .background-img-cat-play-hero-container,
  .background-img-cat-health-hero-container,
  .background-img-newsaltwaterfish-hero-container,
  .background-img-newfreshwaterfish-hero-container,
  .background-img-fishneedssaltwater-hero-container,
  .background-img-fishneedsfreshwater-hero-container,
  .background-img-newsaltfishquestions-hero-container,
  .background-img-newfreshfishquestions-hero-container,
  .background-img-foodcarefish-hero-container,
  .background-img-aquariumsfish-hero-container,
  .background-img-equipmentfish-hero-container,
  .background-img-newrabbit-hero-container,
  .background-img-newguineapig-hero-container,
  .background-img-newhamster-hero-container,
  .background-img-newothersmallanimal-hero-container,
  .background-img-smallpetneedsrabbit-hero-container,
  .background-img-smallpetneedsguinea-hero-container,
  .background-img-smallpetneedshamster-hero-container,
  .background-img-smallpetneedsother-hero-container,
  .background-img-newrabbitquestions-hero-container,
  .background-img-newguineaquestions-hero-container,
  .background-img-newhamsterquestions-hero-container,
  .background-img-newsmpetotherquestions-hero-container,
  .background-img-foodrabbit-hero-container,
  .background-img-homerabbit-hero-container,
  .background-img-carehealthrabbit-hero-container,
  .background-img-foodguinea-hero-container,
  .background-img-homeguinea-hero-container,
  .background-img-carehealthguinea-hero-container,
  .background-img-foodhamster-hero-container,
  .background-img-homehamster-hero-container,
  .background-img-carehealthhamster-hero-container,
  .background-img-chinchilla-hero-container,
  .background-img-ferret-hero-container,
  .background-img-gerbil-hero-container,
  .background-img-newreptile-hero-container,
  .background-img-newreptileneeds-hero-container,
  .background-img-newreptilequestions-container,
  .background-img-homereptile-hero-container,
  .background-img-foodreptile-hero-container,
  .background-img-carehealthreptile-hero-container,
  .background-img-newbird-hero-container,
  .background-img-newbirdneeds-hero-container,
  .background-img-newbirdquestions-hero-container,
  .background-img-foodbird-hero-container,
  .background-img-homebird-hero-container,
  .background-img-carehealthbird-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .family-background-img-hero-content,
  .selfies-background-img-hero-content,
  .petneeds-background-img-hero-content,
  .background-img-newpuppy-hero-content,
  .background-img-newadultdog-hero-content,
  .background-img-newseniordog-hero-content,
  .background-img-petneedsadult-hero-content,
  .background-img-puppyneeds-hero-content,
  .background-img-petneedssenior-hero-content,
  .background-img-newpuppyquestions-hero-content,
  .background-img-newadultquestions-hero-content,
  .background-img-newseniorquestions-hero-content,
  .background-img-whattobuy-hero-content,
  .background-img-whattoknow-hero-content,
  .background-img-vetco-hero-content,
  .background-img-nutrition-hero-content,
  .background-img-puppyhome-hero-content,
  .background-img-doghome-hero-content,
  .background-img-onthego-hero-content,
  .background-img-play-hero-content,
  .background-img-health-hero-content,
  .background-img-newkitten-hero-content,
  .background-img-newadultcat-hero-content,
  .background-img-newseniorcat-hero-content,
  .background-img-kittenneeds-hero-content,
  .background-img-adultcatneeds-hero-content,
  .background-img-seniorcatneeds-hero-content,
  .background-img-newkittenquestions-hero-content,
  .background-img-newadultcatquestions-hero-content,
  .background-img-newseniorcatquestions-hero-content,
  .background-img-whattobuycat-hero-content,
  .background-img-whattoknowcat-hero-content,
  .background-img-cat-nutrition-hero-content,
  .background-img-cat-waste-hero-content,
  .background-img-cat-homeonthego-hero-content,
  .background-img-cat-play-hero-content,
  .background-img-cat-health-hero-content,
  .background-img-newsaltwaterfish-hero-content,
  .background-img-newfreshwaterfish-hero-content,
  .background-img-fishneedssaltwater-hero-content,
  .background-img-fishneedsfreshwater-hero-content,
  .background-img-newsaltfishquestions-hero-content,
  .background-img-newfreshfishquestions-hero-content,
  .background-img-whattobuyfish-hero-content,
  .background-img-whattoknowfish-hero-content,
  .background-img-foodcarefish-hero-content,
  .background-img-aquariumsfish-hero-content,
  .background-img-equipmentfish-hero-content,
  .background-img-newrabbit-hero-content,
  .background-img-newguineapig-hero-content,
  .background-img-newhamster-hero-content,
  .background-img-newothersmallanimal-hero-content,
  .background-img-smallpetneedsrabbit-hero-content,
  .background-img-smallpetneedsguinea-hero-content,
  .background-img-smallpetneedshamster-hero-content,
  .background-img-smallpetneedsother-hero-content,
  .background-img-newrabbitquestions-hero-content,
  .background-img-newguineaquestions-hero-content,
  .background-img-newhamsterquestions-hero-content,
  .background-img-newsmpetotherquestions-hero-content,
  .background-img-whattobuyrabbit-hero-content,
  .background-img-whattoknowrabbit-hero-content,
  .background-img-whattobuyguineapig-hero-content,
  .background-img-whattoknowguineapig-hero-content,
  .background-img-whattobuyhamster-hero-content,
  .background-img-whattoknowhamster-hero-content,
  .background-img-whattobuyothersmallanimal-hero-content,
  .background-img-whattoknowothersmallanimal-hero-content,
  .background-img-foodrabbit-hero-content,
  .background-img-homerabbit-hero-content,
  .background-img-carehealthrabbit-hero-content,
  .background-img-foodguinea-hero-content,
  .background-img-homeguinea-hero-content,
  .background-img-carehealthguinea-hero-content,
  .background-img-foodhamster-hero-content,
  .background-img-homehamster-hero-content,
  .background-img-carehealthhamster-hero-content,
  .background-img-chinchilla-hero-content,
  .background-img-ferret-hero-content,
  .background-img-gerbil-hero-content,
  .background-img-newreptile-hero-content,
  .background-img-newreptileneeds-hero-content,
  .background-img-newreptilequestions-content,
  .background-img-whattobuyreptile-hero-content,
  .background-img-whattoknowreptile-hero-content,
  .background-img-homereptile-hero-content,
  .background-img-foodreptile-hero-content,
  .background-img-carehealthreptile-hero-content,
  .background-img-newbird-hero-content,
  .background-img-newbirdneeds-hero-content,
  .background-img-newbirdquestions-hero-content,
  .background-img-whattobuybird-hero-content,
  .background-img-whattoknowbird-hero-content,
  .background-img-foodbird-hero-content,
  .background-img-homebird-hero-content,
  .background-img-carehealthbird-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; }
  .background-img-newpetguidebook-hero-container {
    background-image: url("//s7d1.scene7.com/is/image/PETCO/newpetguidebook-081117-hero-1440w-418h-d");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    padding-bottom: 60%; }
  .background-img-newpetguidebook-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 8%;
    bottom: 5%;
    left: 0;
    right: 0; }
  .background-img-whattobuy-hero-container,
  .background-img-whattoknow-hero-container,
  .background-img-whattobuycat-hero-container,
  .background-img-whattoknowcat-hero-container,
  .background-img-whattobuyfish-hero-container,
  .background-img-whattoknowfish-hero-container,
  .background-img-whattobuyrabbit-hero-container,
  .background-img-whattoknowrabbit-hero-container,
  .background-img-whattobuyguineapig-hero-container,
  .background-img-whattoknowguineapig-hero-container,
  .background-img-whattobuyhamster-hero-container,
  .background-img-whattoknowhamster-hero-container,
  .background-img-whattobuyothersmallanimal-hero-container,
  .background-img-whattoknowothersmallanimal-hero-container,
  .background-img-whattobuyreptile-hero-container,
  .background-img-whattoknowreptile-hero-container,
  .background-img-whattobuybird-hero-container,
  .background-img-whattoknowbird-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    padding-bottom: 0;
    opacity: 0.7; }
  /* NEW PET GUIDES - GLOBAL TAB - STYLING (2, 3, 4 styles) */
  .age_tabs_wrapper {
    display: block;
    margin: 0 auto;
    width: 75%;
    padding: 23px 0 20px 0; }
  .age_tabs_wrapper-tab-4 {
    /* copy to master */
    display: block;
    margin: 0 auto;
    width: 95%;
    padding: 23px 0 20px 0; }
  .age_content_container {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: auto; }
  .age-label-navigation {
    display: block;
    float: left;
    width: 25%;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age-label-navigation-tab-2 {
    /* copy to master style sheet */
    display: block;
    float: left;
    width: 38%;
    /* tab 2 difference from tab 3 */
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age-label-navigation-tab-4 {
    /* copy to master */
    display: block;
    float: left;
    width: 19%;
    /* tab 3 difference */
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age_nav_container > ul li a {
    display: block;
    text-align: center;
    padding: 14px 1px;
    text-decoration: none; }
  /* NEW PET LANDING PAGE - GUIDE TABS */
  .white-border-md {
    border-top: solid #ffffff 3px;
    border-right: solid #ffffff 2px;
    border-bottom: solid #ffffff 3px;
    border-left: solid #ffffff 4px; }
  .petguides-tile-sm {
    box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.2s;
    width: 49.89%;
    height: 60%; }
  /* WHAT TO BUY/KNOW GUIDE */
  .vertical-align-container {
    position: relative; }
  div.vertical-align-text {
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 0;
    right: 0; }
  .img-rounded {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .services-row-full-md [class*="col-"] {
    float: left;
    margin: 0px;
    min-height: 0.125rem;
    box-sizing: border-box;
    width: 50%; }
  /*******************************************************************/
  /*            PET SEVICES - BACKGROUND IMAGES POSITIONING          */
  /*******************************************************************/
  .background-img-local-services-hero-container,
  .background-img-training-hero-container,
  .background-img-grooming-hero-container,
  .background-img-adoption-hero-container,
  .background-img-sitting-hero-container,
  .background-img-vetservices-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    padding-bottom: 15px;
    min-height: 245px; }
  .background-img-local-services-hero-content,
  .background-img-training-hero-content,
  .background-img-grooming-hero-content,
  .background-img-adoption-hero-content,
  .background-img-sitting-hero-content,
  .background-img-vetservices-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; } }

@media screen and (max-width: 420px) {
  .selfies-background-img-hero-container,
  .petneeds-background-img-hero-container,
  .petneeds-background-img-hero-container,
  .background-img-newpuppy-hero-container,
  .background-img-newadultdog-hero-container,
  .background-img-newseniordog-hero-container,
  .background-img-puppyneeds-hero-container,
  .background-img-petneedsadult-hero-container,
  .background-img-petneedssenior-hero-container,
  .background-img-newpuppyquestions-hero-container,
  .background-img-newadultquestions-hero-container,
  .background-img-newseniorquestions-hero-container .background-img-vetco-hero-container,
  .background-img-nutrition-hero-container,
  .background-img-puppyhome-hero-container,
  .background-img-doghome-hero-container,
  .background-img-onthego-hero-container,
  .background-img-play-hero-container,
  .background-img-health-hero-container,
  .background-img-newkitten-hero-container,
  .background-img-newadultcat-hero-container,
  .background-img-newseniorcat-hero-container,
  .background-img-kittenneeds-hero-container,
  .background-img-adultcatneeds-hero-container,
  .background-img-seniorcatneeds-hero-container,
  .background-img-newkittenquestions-hero-container,
  .background-img-newadultcatquestions-hero-container,
  .background-img-newseniorcatquestions-hero-container,
  .background-img-cat-nutrition-hero-container,
  .background-img-cat-waste-hero-container,
  .background-img-cat-homeonthego-hero-container,
  .background-img-cat-play-hero-container,
  .background-img-cat-health-hero-container,
  .background-img-newsaltwaterfish-hero-container,
  .background-img-newfreshwaterfish-hero-container,
  .background-img-fishneedssaltwater-hero-container,
  .background-img-fishneedsfreshwater-hero-container,
  .background-img-newsaltfishquestions-hero-container,
  .background-img-newfreshfishquestions-hero-container,
  .background-img-foodcarefish-hero-container,
  .background-img-aquariumsfish-hero-container,
  .background-img-equipmentfish-hero-container,
  .background-img-newrabbit-hero-container,
  .background-img-newguineapig-hero-container,
  .background-img-newhamster-hero-container,
  .background-img-newothersmallanimal-hero-container,
  .background-img-smallpetneedsrabbit-hero-container,
  .background-img-smallpetneedsguinea-hero-container,
  .background-img-smallpetneedshamster-hero-container,
  .background-img-smallpetneedsother-hero-container,
  .background-img-newrabbitquestions-hero-container,
  .background-img-newguineaquestions-hero-container,
  .background-img-newhamsterquestions-hero-container,
  .background-img-newsmpetotherquestions-hero-container,
  .background-img-foodrabbit-hero-container,
  .background-img-homerabbit-hero-container,
  .background-img-carehealthrabbit-hero-container,
  .background-img-foodguinea-hero-container,
  .background-img-homeguinea-hero-container,
  .background-img-carehealthguinea-hero-container,
  .background-img-foodhamster-hero-container,
  .background-img-homehamster-hero-container,
  .background-img-carehealthhamster-hero-container,
  .background-img-chinchilla-hero-container,
  .background-img-ferret-hero-container,
  .background-img-gerbil-hero-container,
  .background-img-newreptile-hero-container,
  .background-img-newreptileneeds-hero-container,
  .background-img-newreptilequestions-container,
  .background-img-homereptile-hero-container,
  .background-img-foodreptile-hero-container,
  .background-img-carehealthreptile-hero-container,
  .background-img-newbird-hero-container,
  .background-img-newbirdneeds-hero-container,
  .background-img-newbirdquestions-hero-container,
  .background-img-foodbird-hero-container,
  .background-img-homebird-hero-container,
  .background-img-carehealthbird-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .family-background-img-hero-content,
  .selfies-background-img-hero-content,
  .petneeds-background-img-hero-content,
  .background-img-newpuppy-hero-content,
  .background-img-newadultdog-hero-content,
  .background-img-newseniordog-hero-content,
  .background-img-petneedsadult-hero-content,
  .background-img-puppyneeds-hero-content,
  .background-img-petneedssenior-hero-content,
  .background-img-newpuppyquestions-hero-content,
  .background-img-newadultquestions-hero-content,
  .background-img-newseniorquestions-hero-content,
  .background-img-whattobuy-hero-content,
  .background-img-whattoknow-hero-content,
  .background-img-vetco-hero-content,
  .background-img-nutrition-hero-content,
  .background-img-puppyhome-hero-content,
  .background-img-doghome-hero-content,
  .background-img-onthego-hero-content,
  .background-img-play-hero-content,
  .background-img-health-hero-content,
  .background-img-newkitten-hero-content,
  .background-img-newadultcat-hero-content,
  .background-img-newseniorcat-hero-content,
  .background-img-kittenneeds-hero-content,
  .background-img-adultcatneeds-hero-content,
  .background-img-seniorcatneeds-hero-content,
  .background-img-newkittenquestions-hero-content,
  .background-img-newadultcatquestions-hero-content,
  .background-img-newseniorcatquestions-hero-content,
  .background-img-whattobuycat-hero-content,
  .background-img-whattoknowcat-hero-content,
  .background-img-cat-nutrition-hero-content,
  .background-img-cat-waste-hero-content,
  .background-img-cat-homeonthego-hero-content,
  .background-img-cat-play-hero-content,
  .background-img-cat-health-hero-content,
  .background-img-newsaltwaterfish-hero-content,
  .background-img-newfreshwaterfish-hero-content,
  .background-img-whattobuyfish-hero-content,
  .background-img-whattoknowfish-hero-content,
  .background-img-fishneedssaltwater-hero-content,
  .background-img-fishneedsfreshwater-hero-content,
  .background-img-newsaltfishquestions-hero-content,
  .background-img-newfreshfishquestions-hero-content,
  .background-img-foodcarefish-hero-content,
  .background-img-aquariumsfish-hero-content,
  .background-img-equipmentfish-hero-content,
  .background-img-newrabbit-hero-content,
  .background-img-newguineapig-hero-content,
  .background-img-newhamster-hero-content,
  .background-img-newothersmallanimal-hero-content,
  .background-img-smallpetneedsrabbit-hero-content,
  .background-img-smallpetneedsguinea-hero-content,
  .background-img-smallpetneedshamster-hero-content,
  .background-img-smallpetneedsother-hero-content,
  .background-img-newrabbitquestions-hero-content,
  .background-img-newguineaquestions-hero-content,
  .background-img-newhamsterquestions-hero-content,
  .background-img-newsmpetotherquestions-hero-content,
  .background-img-whattobuyrabbit-hero-content,
  .background-img-whattoknowrabbit-hero-content,
  .background-img-whattobuyguineapig-hero-content,
  .background-img-whattoknowguineapig-hero-content,
  .background-img-whattobuyhamster-hero-content,
  .background-img-whattoknowhamster-hero-content,
  .background-img-whattobuyothersmallanimal-hero-content,
  .background-img-whattoknowothersmallanimal-hero-content,
  .background-img-foodrabbit-hero-content,
  .background-img-homerabbit-hero-content,
  .background-img-carehealthrabbit-hero-content,
  .background-img-foodguinea-hero-content,
  .background-img-homeguinea-hero-content,
  .background-img-carehealthguinea-hero-content,
  .background-img-foodhamster-hero-content,
  .background-img-homehamster-hero-content,
  .background-img-carehealthhamster-hero-content,
  .background-img-chinchilla-hero-content,
  .background-img-ferret-hero-content,
  .background-img-gerbil-hero-content,
  .background-img-newreptile-hero-content,
  .background-img-newreptileneeds-hero-content,
  .background-img-newreptilequestions-content,
  .background-img-whattobuyreptile-hero-content,
  .background-img-whattoknowreptile-hero-content,
  .background-img-homereptile-hero-content,
  .background-img-foodreptile-hero-content,
  .background-img-carehealthreptile-hero-content,
  .background-img-newbird-hero-content,
  .background-img-newbirdneeds-hero-content,
  .background-img-newbirdquestions-hero-content,
  .background-img-whattobuybird-hero-content,
  .background-img-whattoknowbird-hero-content,
  .background-img-foodbird-hero-content,
  .background-img-homebird-hero-content,
  .background-img-carehealthbird-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; }
  .background-img-newpetguidebook-hero-container {
    background-image: url("//s7d1.scene7.com/is/image/PETCO/newpetguidebook-081117-hero-1440w-418h-d");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    padding-bottom: 110%; }
  .background-img-newpetguidebook-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 8%;
    bottom: 8%;
    left: 0;
    right: 0; }
  .background-img-whattobuy-hero-container,
  .background-img-whattoknow-hero-container,
  .background-img-whattobuycat-hero-container,
  .background-img-whattoknowcat-hero-container,
  .background-img-whattobuyfish-hero-container,
  .background-img-whattoknowfish-hero-container,
  .background-img-whattobuyrabbit-hero-container,
  .background-img-whattoknowrabbit-hero-container,
  .background-img-whattobuyguineapig-hero-container,
  .background-img-whattoknowguineapig-hero-container,
  .background-img-whattobuyhamster-hero-container,
  .background-img-whattoknowhamster-hero-container,
  .background-img-whattobuyothersmallanimal-hero-container,
  .background-img-whattoknowothersmallanimal-hero-container,
  .background-img-whattobuyreptile-hero-container,
  .background-img-whattoknowreptile-hero-container,
  .background-img-whattobuybird-hero-container,
  .background-img-whattoknowbird-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    padding-bottom: 0;
    opacity: 0.7; }
  p.animal_type_label {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 15px; }
  /* NEW PET GUIDES - GLOBAL TAB - STYLING (2, 3, 4 styles) */
  .age_tabs_wrapper {
    display: block;
    margin: 0 auto;
    width: 96%;
    padding: 3px 0 20px 0; }
  .age_tabs_wrapper-tab-4 {
    display: block;
    margin: 0 auto;
    width: 96%;
    padding: 3px 0 20px 0; }
  .age_content_container {
    width: 98%;
    display: block;
    margin: 0 auto;
    overflow: auto; }
  .age-label-navigation {
    display: block;
    float: left;
    width: 32.5%;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age-label-navigation-tab-2 {
    display: block;
    float: left;
    width: 49%;
    /* tab 2 difference from tab 3 */
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age-label-navigation-tab-4 {
    /* copy to master */
    display: block;
    float: left;
    width: 49%;
    /* tab 3 difference */
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    clear: none;
    border: solid 1px #7E9DA2; }
  .age_nav_container {
    width: 98%;
    clear: both;
    margin: 0 auto;
    display: block; }
  .age_nav {
    width: 90%;
    margin: 0 auto;
    display: block; }
  .age-label-navigation > a {
    display: block;
    text-align: center;
    padding: 10px 5px;
    text-decoration: none; }
  /* NEW PET LANDING PAGE - GUIDE TABS */
  .white-border-md {
    border-top: solid #ffffff 3px;
    border-right: solid #ffffff 1px;
    border-bottom: solid #ffffff 3px;
    border-left: solid #ffffff 5px; }
  .petguides-tile-sm {
    box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.2s;
    width: 49%;
    height: 245px; }
  .width-auto {
    width: auto; }
  /* WHAT TO BUY/KNOW GUIDE */
  .vertical-align-container {
    position: relative; }
  div.vertical-align-text {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .img-rounded {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .services-row-full-md [class*="col-"] {
    float: left;
    margin: 0px;
    min-height: 0.125rem;
    box-sizing: border-box;
    width: auto; }
  /*******************************************************************/
  /*            PET SEVICES - BACKGROUND IMAGES POSITIONING          */
  /*******************************************************************/
  .background-img-local-services-hero-container,
  .background-img-training-hero-container,
  .background-img-grooming-hero-container,
  .background-img-adoption-hero-container,
  .background-img-sitting-hero-container,
  .background-img-vetservices-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    padding-bottom: 15px;
    min-height: 315px; }
  .background-img-local-services-hero-content,
  .background-img-training-hero-content,
  .background-img-grooming-hero-content,
  .background-img-adoption-hero-content,
  .background-img-sitting-hero-content,
  .background-img-vetservices-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; } }

.gradient-petco-blue-1 {
  background: #00aae7;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #82d1f0, #00aae7);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #82d1f0, #00aae7);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #82d1f0, #00aae7);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #82d1f0, #00aae7);
  /* Standard syntax (must be last) */ }

.gradient-petco-blue-2 {
  background: #00aae7;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #00aae7, #82d1f0);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #00aae7, #82d1f0);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #00aae7, #82d1f0);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #00aae7, #82d1f0);
  /* Standard syntax (must be last) */ }

.brand-shop-header {
  background-size: cover;
  min-height: 150px; }

.pals-contact-title {
  position: relative;
  top: -15px; }

.deals-shop-clearance {
  background: url(//s7d1.scene7.com/is/image/PETCO/deals-shop-clearance-091917-tile-548w-280h-d) no-repeat center;
  background-size: cover;
  margin: 0 !important;
  min-height: 280px !important; }

.deals-local-ad {
  background: url(//s7d1.scene7.com/is/image/PETCO/deals-local-ad-091917-tile-548w-280h-d) no-repeat center;
  background-size: cover;
  margin: 0 !important;
  min-height: 280px !important; }

.gradient-petco-blue-3 {
  background: #00aae7;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#82d1f0, #00aae7);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#82d1f0, #00aae7);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#82d1f0, #00aae7);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#82d1f0, #00aae7);
  /* Standard syntax (must be last) */ }

.gradient-petco-blue-4 {
  background: #00aae7;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#00aae7, #82d1f0);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#00aae7, #82d1f0);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#00aae7, #82d1f0);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#00aae7, #82d1f0);
  /* Standard syntax (must be last) */ }

.gradient-petco-blue-5 {
  background: #00aae7;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #82d1f0, #00aae7);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #82d1f0, #00aae7);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #82d1f0, #00aae7);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #82d1f0, #00aae7);
  /* Standard syntax (must be last) */ }

.gradient-petco-blue-6 {
  background: #00aae7;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #00aae7, #82d1f0);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #00aae7, #82d1f0);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #00aae7, #82d1f0);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #00aae7, #82d1f0);
  /* Standard syntax (must be last) */ }

/* NEW FOOTER ADDITION - PARTNER LINKS */
.petco-partners {
  width: 100%;
  padding-bottom: 20px;
  box-sizing: border-box;
  float: none;
  clear: both; }
  @media screen and (max-width: 420px) {
    .petco-partners {
      border-top: 1px solid #A9B5BA;
      padding-top: 15px; } }

.petco-partners ul {
  display: block;
  margin-left: 0; }

.petco-partners ul li {
  display: inline-block; }

@media screen and (min-width: 976px) {
  .background-img-canidae-hero-container {
    background-color: #8e847a;
    /* background-image: url(''); */ }
  .background-img-blue-buffalo-hero-container {
    background-color: #003a69;
    /* background-image: url(''); */ }
  .background-img-merrick-hero-container {
    background-color: #fff4d5;
    /* background-image: url(''); */ }
  .background-img-canidae-hero-container,
  .background-img-blue-buffalo-hero-container,
  .background-img-merrick-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 20%; }
  .background-img-canidae-hero-content,
  .background-img-blue-buffalo-hero-content,
  .background-img-merrick-hero-content {
    /* display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;*/
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .background-img-canidae-hero-container {
    background-color: #8e847a;
    /* background-image: url(''); */ }
  .background-img-blue-buffalo-hero-container {
    background-color: #003a69;
    /* background-image: url(''); */ }
  .background-img-merrick-hero-container {
    background-color: #fff4d5;
    /* background-image: url(''); */ }
  .background-img-canidae-hero-container,
  .background-img-blue-buffalo-hero-container,
  .background-img-merrick-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    padding-bottom: 15px; }
  .background-img-canidae-hero-content,
  .background-img-blue-buffalo-hero-content,
  .background-img-merrick-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
  .background-img-canidae-hero-container {
    background-color: #8e847a;
    /* background-image: url(''); */ }
  .background-img-blue-buffalo-hero-container {
    background-color: #003a69;
    /* background-image: url(''); */ }
  .background-img-merrick-hero-container {
    background-color: #fff4d5;
    /* background-image: url(''); */ }
  .background-img-canidae-hero-container,
  .background-img-blue-buffalo-hero-container,
  .background-img-merrick-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    padding-bottom: 15px; }
  .background-img-canidae-hero-content,
  .background-img-blue-buffalo-hero-content,
  .background-img-merrick-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; } }

@media screen and (max-width: 420px) {
  .background-img-canidae-hero-container {
    background-color: #8e847a;
    /* background-image: url(''); */ }
  .background-img-blue-buffalo-hero-container {
    background-color: #003a69;
    /* background-image: url(''); */ }
  .background-img-merrick-hero-container {
    background-color: #fff4d5;
    /* background-image: url(''); */ }
  .background-img-canidae-hero-container,
  .background-img-blue-buffalo-hero-container,
  .background-img-merrick-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    padding-bottom: 15px; }
  .background-img-canidae-hero-content,
  .background-img-blue-buffalo-hero-content,
  .background-img-merrick-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; } }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847; }
  .alert .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .alert .close:hover,
  .alert .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .alert button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }

/*----------------------------------------------------------*/
/* WHOLEHEARTED BRAND PAGE */
/*----------------------------------------------------------*/
.wholehearted-background-img-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/wholehearted-100317-hero-1440w-418h-d"); }

.bg-wholehearted {
  background-color: #f2864a; }

.all-rounded-corners-dropshadow {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }

/*----------------------------------------------------------*/
/* REPEAT DELIVERY TOOLTIP */
/*----------------------------------------------------------*/
.tooltip-container {
  position: relative;
  z-index: 0;
  top: calc(-100% - 2.5rem);
  left: 50%;
  transform: translateX(-50%);
  border: solid 6px #ffffff;
  border-radius: 5px;
  box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.1); }

.tooltip-text:before, .tooltip-text:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -100;
  width: 50%;
  top: 0;
  bottom: 0;
  transition: transform 200ms ease-out; }

.tooltip-text {
  background: #00aae7;
  padding: 0.75rem 1rem 0 1rem; }

.tooltip-tip {
  position: absolute;
  z-index: -100;
  display: block;
  width: 70px;
  height: 70px;
  background: #00aae7;
  left: 50%;
  bottom: -3%;
  transform: translateX(-50%) rotate(45deg);
  transition: transform 200ms ease-out;
  border: solid 6px #ffffff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1); }

/*----------------------------------------------------------*/
/* REPEAT DELIVERY TOOLTIP */
/*----------------------------------------------------------*/
.tooltip-container {
  position: relative;
  z-index: 0;
  top: calc(-100% - 2.5rem);
  left: 50%;
  transform: translateX(-50%);
  border: solid 6px #ffffff;
  border-radius: 5px;
  box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.1); }

.tooltip-text:before, .tooltip-text:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -100;
  width: 50%;
  top: 0;
  bottom: 0;
  transition: transform 200ms ease-out; }

.tooltip-text {
  background: #00aae7;
  padding: 0.75rem 1rem 0 1rem; }

.tooltip-tip {
  position: absolute;
  z-index: -100;
  display: block;
  width: 70px;
  height: 70px;
  background: #00aae7;
  left: 50%;
  bottom: -3%;
  transform: translateX(-50%) rotate(45deg);
  transition: transform 200ms ease-out;
  border: solid 6px #ffffff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1); }

/*----------------------------------------------------------*/
/* PET GUIDES GLOBAL TAB NAVIGATION (2, 3, 4  styles) */
/*----------------------------------------------------------*/
.triangle {
  position: relative;
  margin: 3em;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1); }

.triangle::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  bottom: -1.5em;
  left: 50%;
  box-sizing: border-box;
  border: .75em solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -6px 6px 15px 0 rgba(0, 0, 0, 0.07); }

p.animal_type_label {
  display: block;
  float: left;
  width: 20%;
  text-align: center;
  padding-top: 10px; }

.age_nav > li a:hover:not(.active) {
  background-color: #00aae7;
  color: #fff; }

a.active {
  background-color: #00aae7;
  color: white; }

.rounded-top-left {
  border-top-left-radius: 5px; }

.rounded-top-right {
  border-top-right-radius: 5px; }

.rounded-bottom-left {
  border-bottom-left-radius: 5px; }

.rounded-bottom-right {
  border-bottom-right-radius: 5px; }

.services-tile-md {
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  background-color: #ffffff; }

.rounded-tab {
  box-sizing: border-box;
  border-radius: 5px 5px 0 0;
  transition: 0.2s;
  border-right: solid #e6e6e6 1px;
  border-top: solid #e6e6e6 1px;
  border-left: solid #e6e6e6 1px;
  background: red;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(white, #ddd);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, #ddd);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, #ddd);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, #ddd);
  /* Standard syntax */
  width: 150px;
  padding: 10px 0; }

/*-------------------------*/
/* NEW PET - GUIDES GLOBAL */
/*-------------------------*/
/* NEW PET PAGE - article -  what new pet parents are reading */
.service-title {
  height: 65px; }

.border-medium {
  border: 10px solid #ffffff; }

.all-rounded-corners-dropshadow {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }

.text-tile-lg {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }

.height-adjust {
  display: flex; }

.rounded-border {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.text-wrap {
  white-space: normal; }

.background-addselfie-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/addselfie-091917-image-200w-200h-d");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%; }

.background-addselfie-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/*---------------------------------------------------------*/
/* NEW PET PAGE LANDING & PET GUIDES - BACKGROUND IMAGES */
/*---------------------------------------------------------*/
/* NEW PET - BACKGROUND IMAGES */
.family-background-img-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/family-081017-hero-1440w-418h-d"); }

.selfies-background-img-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/petselfies--081017-hero-1440w-418h-d"); }

.background-img-newpetguidebook-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newpetguidebook-081117-hero-1440w-418h-d"); }

.petneeds-background-img-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/petneeds-081017-hero-1440w-418h-d"); }

/* NEW DOG GUIDE - BACKGROUND IMAGES */
.background-img-newpuppy-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newpuppy-081117-hero-1440w-418h-d"); }

.background-img-newadultdog-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/dognewhomeadult-090617-hero-1440w-418h-d"); }

.background-img-newseniordog-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/dognewhomesenior-090617-hero-1440w-418h-d"); }

.background-img-puppyneeds-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/puppyneeds-082817-hero-1440w-418h-d"); }

.background-img-petneedsadult-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/petneedsadult-090617-hero-1440w-418h-d"); }

.background-img-petneedssenior-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/petneedssenior-090617-hero-1440w-418h-d"); }

.background-img-newpuppyquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newpuppyquestions-083117-hero-1440w-418h-d"); }

.background-img-newadultquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newadultdogquestions-090117-hero-1440w-418h-d"); }

.background-img-newseniorquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newseniordogquestions-090117-hero-1440w-418h-d"); }

.background-img-whattobuy-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattobuy-082317-image-520w-285h-d"); }

.background-img-whattoknow-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattoknow-082317-image-520w-285h-d"); }

.background-img-vetco-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/vetco-081117-hero-1440w-418h-d"); }

.background-img-nutrition-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/nutrition-082817-hero-1440w-418h-d"); }

.background-img-puppyhome-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/puppyhome-092117-hero-1440w-418h-d"); }

.background-img-doghome-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/doghome-082817-hero-1440w-418h-d"); }

.background-img-onthego-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/onthego-082817-hero-1440w-418h-d"); }

.background-img-play-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/play-082817-hero-1440w-418h-d"); }

.background-img-health-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/health-082817-hero-1440w-418h-d"); }

/* NEW CAT GUIDE - BACKGROUND IMAGES */
.background-img-newkitten-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newkitten-090717-hero-1440w-418h-d"); }

.background-img-newadultcat-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newadultcat-090717-hero-1440w-418h-d"); }

.background-img-newseniorcat-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newseniorcat-090717-hero-1440w-418h-d"); }

.background-img-kittenneeds-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/kittenneeds-090717-hero-1440w-418h-d"); }

.background-img-adultcatneeds-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/everythingpetneedsadultcat-090717-hero-1440w-418h-d"); }

.background-img-seniorcatneeds-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/petneedsseniorcat-090717-hero-1440w-418h-d"); }

.background-img-newkittenquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newkittenquestions-090717-hero-1440w-418h-d"); }

.background-img-newadultcatquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newadultcatquestions-090717-hero-1440w-418h-d"); }

.background-img-newseniorcatquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newseniorcatquestions-090717-hero-1440w-418h-d"); }

.background-img-whattobuycat-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattobuycat-090717-image-520w-285h-d"); }

.background-img-whattoknowcat-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattoknowcat-090717-image-520w-285h-d"); }

.background-img-cat-nutrition-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/nutritioncat-090717-hero-1440w-418h-d"); }

.background-img-cat-waste-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/litterwastedisposalcat-090717-hero-1440w-418h-d"); }

.background-img-cat-homeonthego-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/onthego-cat-090717-hero-1440w-418h-d"); }

.background-img-cat-play-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/play-cat-090717-hero-1440w-418h-d"); }

.background-img-cat-health-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/health-cat-090717-hero-1440w-418h-d"); }

/* NEW FISH GUIDE - BACKGROUND IMAGES */
.background-img-newsaltwaterfish-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newsaltwaterfish-090717-hero-1440w-418h-d"); }

.background-img-newfreshwaterfish-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newfreshwaterfish-090717-hero-1440w-418h-d"); }

.background-img-fishneedssaltwater-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/petneedssaltwaterfish-090717-hero-1440w-418h-d"); }

.background-img-fishneedsfreshwater-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/petneedsfreshwaterfish-090717-hero-1440w-418h-d"); }

.background-img-newsaltfishquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/freshwaterfishquestions-090717-hero-1440w-418h-d"); }

.background-img-newfreshfishquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newfreshwaterfishquestions-090717-hero-1440w-418h-d"); }

.background-img-whattobuyfish-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattobuyfish-091317-image-520w-285h-d-v2"); }

.background-img-whattoknowfish-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattobuyfish-090717-image-520w-285h-d"); }

.background-img-foodcarefish-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/foodcarefish-090717-hero-1440w-418h-d"); }

.background-img-aquariumsfish-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/aquariumsfish-090717-hero-1440w-418h-d"); }

.background-img-equipmentfish-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/equipmentfish-090717-hero-1440w-418h-d"); }

/* SMALL PET GUIDE - BACKGROUND IMAGES */
.background-img-newrabbit-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newrabbit-090717-hero-1440w-418h-d"); }

.background-img-newguineapig-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newguineapig-090717-hero-1440w-418h-d"); }

.background-img-newhamster-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newhamster-090717-hero-1440w-418h-d"); }

.background-img-newothersmallanimal-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newothersmall-090717-hero-1440w-418h-d"); }

.background-img-smallpetneedsrabbit-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/petneedsrabbit-090717-hero-1440w-418h-d"); }

.background-img-smallpetneedsguinea-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/everythingpetneedsguinea-090717-hero-1440w-418h-d"); }

.background-img-smallpetneedshamster-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/everythingpetneedshamster-090717-hero-1440w-418h-d"); }

.background-img-smallpetneedsother-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/everythingpetneedsother-091217-hero-1440w-418h-d"); }

.background-img-newrabbitquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newrabbitquestions-090717-hero-1440w-418h-d"); }

.background-img-newguineaquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newguineaquestions-090717-hero-1440w-418h-d"); }

.background-img-newhamsterquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newhamsterquestions-091217-hero-1440w-418h-d"); }

.background-img-newsmpetotherquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newsmpetotherquestions-091217-hero-1440w-418h-d"); }

.background-img-whattobuyrabbit-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattobuyrabbit-090717-image-520w-285h-d"); }

.background-img-whattoknowrabbit-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattoknowrabbit-090717-image-520w-285h-d"); }

.background-img-whattobuyguineapig-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattobuyguineapig-090717-image-520w-285h-d"); }

.background-img-whattoknowguineapig-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattoknowguineapig-090717-image-520w-285h-d"); }

.background-img-whattobuyhamster-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattobuyhamster-090717-image-520w-285h-d"); }

.background-img-whattoknowhamster-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattoknowhamster-090717-image-520w-285h-d"); }

.background-img-whattobuyothersmallanimal-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattobuyothersmall-090717-image-520w-285h-d"); }

.background-img-whattoknowothersmallanimal-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/whattoknowothersmall-090717-image-520w-285h-d"); }

.background-img-foodrabbit-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/foodrabbit-090717-image-540w-305h-d"); }

.background-img-homerabbit-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/nutritionrabbit-090717-image-540w-305h-d"); }

.background-img-carehealthrabbit-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/carehealthrabbit-090717-image-540w-305h-d"); }

.background-img-foodguinea-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/foodguinea-090717-hero-1440w-418h-d"); }

.background-img-homeguinea-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/guineahome-090717-hero-1440w-418h-d"); }

.background-img-carehealthguinea-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/carehealthguinea-090717-hero-1440w-418h-d"); }

.background-img-foodhamster-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/foodhamster-090717-hero-1440w-418h-d"); }

.background-img-homehamster-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/petneedshamster-090717-hero-1440w-418h-d"); }

.background-img-carehealthhamster-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/carehealthhamster-090717-hero-1440w-418h-d"); }

.background-img-chinchilla-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/wtbchinchilla-091217-hero-1440w-418h-d"); }

.background-img-ferret-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/wtbferret-091217-hero-1440w-418h-d"); }

.background-img-gerbil-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/wtbgerbil-091217-hero-1440w-418h-d"); }

/* REPTILE GUIDE - BACKGROUND IMAGES */
.background-img-newreptile-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newreptile-091217-hero-1440w-418h-d"); }

.background-img-newreptileneeds-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/everythingpetneedsreptile-091217-hero-1440w-418h-d"); }

.background-img-newreptilequestions-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newreptilequestions-091217-hero-1440w-418h-d"); }

.background-img-whattobuyreptile-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/wtbreptile-091217-image-520w-285h-d"); }

.background-img-whattoknowreptile-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/wtkreptile-091217-image-520w-285h-d"); }

.background-img-homereptile-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/nutritionreptile-091217-hero-1440w-418h-d"); }

.background-img-foodreptile-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/habitatreptile-091217-hero-1440w-418h-d"); }

.background-img-carehealthreptile-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/cleaningreptile-091217-hero-1440w-418h-d"); }

/* BIRD GUIDE - BACKGROUND IMAGES */
.background-img-newbird-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newbird-091217-hero-1440w-418h-d"); }

.background-img-newbirdneeds-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/everythingpetneedsbird-091217-hero-1440w-418h-d"); }

.background-img-newbirdquestions-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/newbirdquestions-091217-hero-1440w-418h-d"); }

.background-img-whattobuybird-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/wtbtbird-091217-image-520w-285h-d"); }

.background-img-whattoknowbird-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/wtkbird-091217-image-520w-285h-d"); }

.background-img-foodbird-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/foodtreatsbird-091817-hero-1440w-418h-d-v2"); }

.background-img-homebird-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/foodbird-091217-hero-1440w-418h-d"); }

.background-img-carehealthbird-hero-container {
  background-image: url("//s7d1.scene7.com/is/image/PETCO/carebird-091217-hero-1440w-418h-d"); }

@media screen and (min-width: 976px) {
  /*----------------------*/
  /* WHOLEHEARTED LANDING PAGE */
  /*----------------------*/
  .wholehearted-background-img-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 25%; }
  .wholehearted-background-img-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 5%;
    bottom: 0;
    left: 0;
    right: 0; }
  /*----------------------*/
  /* NEW PET LANDING PAGE */
  /*----------------------*/
  /* guide tabs */
  .petguides-wrapper {
    position: relative;
    margin-bottom: -150px;
    top: -150px; }
  /* hero */
  .family-background-img-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 350px; }
  .family-background-img-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0; }
  .selfies-background-img-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 350px; }
  .selfies-background-img-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .petneeds-background-img-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 400px; }
  .petneeds-background-img-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  /*------------*/
  /* PET GUIDES */
  /*------------*/
  /* hero */
  .background-img-newpuppy-hero-container,
  .background-img-newadultdog-hero-container,
  .background-img-newseniordog-hero-container,
  .background-img-puppyneeds-hero-container,
  .background-img-petneedsadult-hero-container,
  .background-img-petneedssenior-hero-container,
  .background-img-newpuppyquestions-hero-container,
  .background-img-newadultquestions-hero-container,
  .background-img-newseniorquestions-hero-container,
  .background-img-newkitten-hero-container,
  .background-img-newadultcat-hero-container,
  .background-img-newseniorcat-hero-container,
  .background-img-kittenneeds-hero-container,
  .background-img-adultcatneeds-hero-container,
  .background-img-seniorcatneeds-hero-container,
  .background-img-newkittenquestions-hero-container,
  .background-img-newadultcatquestions-hero-container,
  .background-img-newseniorcatquestions-hero-container,
  .background-img-newsaltwaterfish-hero-container,
  .background-img-newfreshwaterfish-hero-container,
  .background-img-fishneedssaltwater-hero-container,
  .background-img-fishneedsfreshwater-hero-container,
  .background-img-newsaltfishquestions-hero-container,
  .background-img-newfreshfishquestions-hero-container,
  .background-img-newrabbit-hero-container,
  .background-img-newguineapig-hero-container,
  .background-img-newhamster-hero-container,
  .background-img-newothersmallanimal-hero-container,
  .background-img-smallpetneedsrabbit-hero-container,
  .background-img-smallpetneedsguinea-hero-container,
  .background-img-smallpetneedshamster-hero-container,
  .background-img-smallpetneedsother-hero-container,
  .background-img-newrabbitquestions-hero-container,
  .background-img-newguineaquestions-hero-container,
  .background-img-newhamsterquestions-hero-container,
  .background-img-newsmpetotherquestions-hero-container,
  .background-img-newreptile-hero-container,
  .background-img-newreptileneeds-hero-container,
  .background-img-newreptilequestions-container,
  .background-img-newbird-hero-container,
  .background-img-newbirdneeds-hero-container,
  .background-img-newbirdquestions-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 350px; }
  .background-img-newpuppy-hero-content,
  .background-img-newadultdog-hero-content,
  .background-img-newseniordog-hero-content,
  .background-img-puppyneeds-hero-content,
  .background-img-petneedsadult-hero-content,
  .background-img-petneedssenior-hero-content,
  .background-img-newpuppyquestions-hero-content,
  .background-img-newadultquestions-hero-content,
  .background-img-newseniorquestions-hero-content,
  .background-img-newkitten-hero-content,
  .background-img-newadultcat-hero-content,
  .background-img-newseniorcat-hero-content,
  .background-img-kittenneeds-hero-content,
  .background-img-adultcatneeds-hero-content,
  .background-img-seniorcatneeds-hero-content,
  .background-img-newkittenquestions-hero-content,
  .background-img-newadultcatquestions-hero-content,
  .background-img-newseniorcatquestions-hero-content,
  .background-img-newsaltwaterfish-hero-content,
  .background-img-newfreshwaterfish-hero-content,
  .background-img-fishneedssaltwater-hero-content,
  .background-img-fishneedsfreshwater-hero-content,
  .background-img-newsaltfishquestions-hero-content,
  .background-img-newfreshfishquestions-hero-content,
  .background-img-newrabbit-hero-content,
  .background-img-newguineapig-hero-content,
  .background-img-newhamster-hero-content,
  .background-img-newothersmallanimal-hero-content,
  .background-img-smallpetneedsrabbit-hero-content,
  .background-img-smallpetneedsguinea-hero-content,
  .background-img-smallpetneedshamster-hero-content,
  .background-img-smallpetneedsother-hero-content,
  .background-img-newrabbitquestions-hero-content,
  .background-img-newguineaquestions-hero-content,
  .background-img-newhamsterquestions-hero-content,
  .background-img-newsmpetotherquestions-hero-content,
  .background-img-newreptile-hero-content,
  .background-img-newreptileneeds-hero-content,
  .background-img-newreptilequestions-content,
  .background-img-newbird-hero-content,
  .background-img-newbirdneeds-hero-content,
  .background-img-newbirdquestions-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 75px;
    bottom: 0;
    left: 0;
    right: 0; }
  /* what to buy and what to know main page tiles */
  .background-img-whattobuy-hero-container,
  .background-img-whattoknow-hero-container,
  .background-img-whattobuycat-hero-container,
  .background-img-whattoknowcat-hero-container,
  .background-img-whattobuyfish-hero-container,
  .background-img-whattoknowfish-hero-container,
  .background-img-whattobuyrabbit-hero-container,
  .background-img-whattoknowrabbit-hero-container,
  .background-img-whattobuyguineapig-hero-container,
  .background-img-whattoknowguineapig-hero-container,
  .background-img-whattobuyhamster-hero-container,
  .background-img-whattoknowhamster-hero-container,
  .background-img-whattobuyothersmallanimal-hero-container,
  .background-img-whattoknowothersmallanimal-hero-container,
  .background-img-whattobuyreptile-hero-container,
  .background-img-whattoknowreptile-hero-container,
  .background-img-whattobuybird-hero-container,
  .background-img-whattoknowbird-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 290px;
    opacity: 0.7; }
  .background-img-whattobuy-hero-content,
  .background-img-whattoknow-hero-content,
  .background-img-whattobuycat-hero-content,
  .background-img-whattoknowcat-hero-content,
  .background-img-whattobuyfish-hero-content,
  .background-img-whattoknowfish-hero-content,
  .background-img-whattobuyrabbit-hero-content,
  .background-img-whattoknowrabbit-hero-content,
  .background-img-whattobuyguineapig-hero-content,
  .background-img-whattoknowguineapig-hero-content,
  .background-img-whattobuyhamster-hero-content,
  .background-img-whattoknowhamster-hero-content,
  .background-img-whattobuyothersmallanimal-hero-content,
  .background-img-whattoknowothersmallanimal-hero-content,
  .background-img-whattobuyreptile-hero-content,
  .background-img-whattoknowreptile-hero-content,
  .background-img-whattobuybird-hero-content,
  .background-img-whattoknowbird-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 45px;
    bottom: 0;
    left: 0;
    right: 0; }
  .background-img-vetco-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 400px; }
  .background-img-vetco-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  /* what to buy page hero*/
  .background-img-nutrition-hero-container,
  .background-img-puppyhome-hero-container,
  .background-img-doghome-hero-container,
  .background-img-onthego-hero-container,
  .background-img-play-hero-container,
  .background-img-health-hero-container,
  .background-img-cat-nutrition-hero-container,
  .background-img-cat-waste-hero-container,
  .background-img-cat-homeonthego-hero-container,
  .background-img-cat-play-hero-container,
  .background-img-cat-health-hero-container,
  .background-img-foodcarefish-hero-container,
  .background-img-aquariumsfish-hero-container,
  .background-img-equipmentfish-hero-container,
  .background-img-foodrabbit-hero-container,
  .background-img-homerabbit-hero-container,
  .background-img-carehealthrabbit-hero-container,
  .background-img-foodguinea-hero-container,
  .background-img-homeguinea-hero-container,
  .background-img-carehealthguinea-hero-container,
  .background-img-foodhamster-hero-container,
  .background-img-homehamster-hero-container,
  .background-img-carehealthhamster-hero-container,
  .background-img-chinchilla-hero-container,
  .background-img-ferret-hero-container,
  .background-img-gerbil-hero-container,
  .background-img-homereptile-hero-container,
  .background-img-foodreptile-hero-container,
  .background-img-carehealthreptile-hero-container,
  .background-img-foodbird-hero-container,
  .background-img-homebird-hero-container,
  .background-img-carehealthbird-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 220px; }
  .background-img-nutrition-hero-content,
  .background-img-puppyhome-hero-content,
  .background-img-doghome-hero-content,
  .background-img-onthego-hero-content,
  .background-img-play-hero-content,
  .background-img-health-hero-content,
  .background-img-cat-nutrition-hero-content,
  .background-img-cat-waste-hero-content,
  .background-img-cat-homeonthego-hero-content,
  .background-img-cat-play-hero-content,
  .background-img-cat-health-hero-content,
  .background-img-foodcarefish-hero-content,
  .background-img-aquariumsfish-hero-content,
  .background-img-equipmentfish-hero-content,
  .background-img-foodrabbit-hero-content,
  .background-img-homerabbit-hero-content,
  .background-img-carehealthrabbit-hero-content,
  .background-img-foodguinea-hero-content,
  .background-img-homeguinea-hero-content,
  .background-img-carehealthguinea-hero-content,
  .background-img-foodhamster-hero-content,
  .background-img-homehamster-hero-content,
  .background-img-carehealthhamster-hero-content,
  .background-img-chinchilla-hero-content,
  .background-img-ferret-hero-content,
  .background-img-gerbil-hero-content,
  .background-img-homereptile-hero-content,
  .background-img-foodreptile-hero-content,
  .background-img-carehealthreptile-hero-content,
  .background-img-foodbird-hero-content,
  .background-img-homebird-hero-content,
  .background-img-carehealthbird-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  /* new parent guidebook*/
  .background-img-newpetguidebook-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 100px; }
  .background-img-newpetguidebook-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    top: 55px;
    bottom: 0;
    left: 0;
    right: 0; }
  /* NEW PET LANDING PAGE - GUIDE TABS */
  .white-border-md {
    border-top: solid #ffffff 1px;
    border-right: solid #ffffff 3px;
    border-bottom: solid #ffffff 1px;
    border-left: solid #ffffff 3px; }
  /* PET GUIDES - GLOBAL TAB - STYLING (2, 3, 4 styles) */
  .age_tabs_wrapper {
    display: block;
    margin: 0 auto;
    width: 45%;
    padding: 23px 0 20px 0;
    position: relative;
    top: -50px;
    z-index: 1; }
  .age_tabs_wrapper-tab-4 {
    display: block;
    margin: 0 auto;
    width: 65%;
    padding: 23px 0 20px 0;
    position: relative;
    top: -50px;
    z-index: 1; }
  .age_content_container {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: auto; }
  .age-label-navigation {
    display: block;
    float: left;
    width: 25%;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age-label-navigation-tab-2 {
    display: block;
    float: left;
    width: 38%;
    /* tab 2 difference from tab 3 */
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age-label-navigation-tab-4 {
    display: block;
    float: left;
    width: 18.7%;
    /* tab 3 difference */
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age_nav_container > ul li a {
    display: block;
    text-align: center;
    padding: 14px 12px;
    text-decoration: none; }
  /* what to know / buy mini ad guide */
  .vertical-align-container {
    position: relative; }
  div.vertical-align-text {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0; }
  .img-rounded {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .services-row-full-md [class*="col-"] {
    float: left;
    margin: 0px;
    min-height: 0.125rem;
    box-sizing: border-box;
    width: 50%; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  /*----------------------*/
  /* WHOLEHEARTED LANDING PAGE */
  /*----------------------*/
  .wholehearted-background-img-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .wholehearted-background-img-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; }
  /*--------------*/
  /* NEW PET PAGE */
  /*--------------*/
  /* guide tabs */
  .petguides-wrapper {
    position: relative;
    margin-bottom: -170px;
    top: -170px; }
  /* hero */
  .family-background-img-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 100px; }
  .family-background-img-hero-content {
    position: relative;
    top: -40px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; }
  .selfies-background-img-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .selfies-background-img-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0; }
  .petneeds-background-img-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .petneeds-background-img-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0; }
  /*------------*/
  /* PET GUIDES */
  /*------------*/
  /* hero */
  .background-img-newpuppy-hero-container,
  .background-img-newadultdog-hero-container,
  .background-img-newseniordog-hero-container,
  .background-img-puppyneeds-hero-container,
  .background-img-petneedsadult-hero-container,
  .background-img-petneedssenior-hero-container,
  .background-img-newpuppyquestions-hero-container,
  .background-img-newadultquestions-hero-container,
  .background-img-newseniorquestions-hero-container,
  .background-img-newkitten-hero-container,
  .background-img-newadultcat-hero-container,
  .background-img-newseniorcat-hero-container,
  .background-img-kittenneeds-hero-container,
  .background-img-adultcatneeds-hero-container,
  .background-img-seniorcatneeds-hero-container,
  .background-img-newkittenquestions-hero-container,
  .background-img-newadultcatquestions-hero-container,
  .background-img-newseniorcatquestions-hero-container,
  .background-img-newsaltwaterfish-hero-container,
  .background-img-newfreshwaterfish-hero-container,
  .background-img-fishneedssaltwater-hero-container,
  .background-img-fishneedsfreshwater-hero-container,
  .background-img-newsaltfishquestions-hero-container,
  .background-img-newfreshfishquestions-hero-container,
  .background-img-newrabbit-hero-container,
  .background-img-newguineapig-hero-container,
  .background-img-newhamster-hero-container,
  .background-img-newothersmallanimal-hero-container,
  .background-img-smallpetneedsrabbit-hero-container,
  .background-img-smallpetneedsguinea-hero-container,
  .background-img-smallpetneedshamster-hero-container,
  .background-img-smallpetneedsother-hero-container,
  .background-img-newrabbitquestions-hero-container,
  .background-img-newguineaquestions-hero-container,
  .background-img-newhamsterquestions-hero-container,
  .background-img-newsmpetotherquestions-hero-container,
  .background-img-newreptile-hero-container,
  .background-img-newreptileneeds-hero-container,
  .background-img-newreptilequestions-container,
  .background-img-newbird-hero-container,
  .background-img-newbirdneeds-hero-container,
  .background-img-newbirdquestions-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 350px; }
  .background-img-newpuppy-hero-content,
  .background-img-newadultdog-hero-content,
  .background-img-newseniordog-hero-content,
  .background-img-puppyneeds-hero-content,
  .background-img-petneedsadult-hero-content,
  .background-img-petneedssenior-hero-content,
  .background-img-newpuppyquestions-hero-content,
  .background-img-newadultquestions-hero-content,
  .background-img-newseniorquestions-hero-content,
  .background-img-newkitten-hero-content,
  .background-img-newadultcat-hero-content,
  .background-img-newseniorcat-hero-content,
  .background-img-kittenneeds-hero-content,
  .background-img-adultcatneeds-hero-content,
  .background-img-seniorcatneeds-hero-content,
  .background-img-newkittenquestions-hero-content,
  .background-img-newadultcatquestions-hero-content,
  .background-img-newseniorcatquestions-hero-content,
  .background-img-newsaltwaterfish-hero-content,
  .background-img-newfreshwaterfish-hero-content,
  .background-img-fishneedssaltwater-hero-content,
  .background-img-fishneedsfreshwater-hero-content,
  .background-img-newsaltfishquestions-hero-content,
  .background-img-newfreshfishquestions-hero-content,
  .background-img-newrabbit-hero-content,
  .background-img-newguineapig-hero-content,
  .background-img-newhamster-hero-content,
  .background-img-newothersmallanimal-hero-content,
  .background-img-smallpetneedsrabbit-hero-content,
  .background-img-smallpetneedsguinea-hero-content,
  .background-img-smallpetneedshamster-hero-content,
  .background-img-smallpetneedsother-hero-content,
  .background-img-newrabbitquestions-hero-content,
  .background-img-newguineaquestions-hero-content,
  .background-img-newhamsterquestions-hero-content,
  .background-img-newsmpetotherquestions-hero-content,
  .background-img-newreptile-hero-content,
  .background-img-newreptileneeds-hero-content,
  .background-img-newreptilequestions-content,
  .background-img-newbird-hero-content,
  .background-img-newbirdneeds-hero-content,
  .background-img-newbirdquestions-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 75px;
    bottom: 0;
    left: 0;
    right: 0; }
  /* what to buy and what to know main page tiles */
  .background-img-whattobuy-hero-container,
  .background-img-whattoknow-hero-container,
  .background-img-whattobuycat-hero-container,
  .background-img-whattoknowcat-hero-container,
  .background-img-whattobuyfish-hero-container,
  .background-img-whattoknowfish-hero-container,
  .background-img-whattobuyrabbit-hero-container,
  .background-img-whattoknowrabbit-hero-container,
  .background-img-whattobuyguineapig-hero-container,
  .background-img-whattoknowguineapig-hero-container,
  .background-img-whattobuyhamster-hero-container,
  .background-img-whattoknowhamster-hero-container,
  .background-img-whattobuyothersmallanimal-hero-container,
  .background-img-whattoknowothersmallanimal-hero-container,
  .background-img-whattobuyreptile-hero-container,
  .background-img-whattoknowreptile-hero-container,
  .background-img-whattobuybird-hero-container,
  .background-img-whattoknowbird-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 230px;
    opacity: 0.7; }
  .background-img-whattobuy-hero-content,
  .background-img-whattoknow-hero-content,
  .background-img-whattobuycat-hero-content,
  .background-img-whattoknowcat-hero-content,
  .background-img-whattobuyfish-hero-content,
  .background-img-whattoknowfish-hero-content,
  .background-img-whattobuyrabbit-hero-content,
  .background-img-whattoknowrabbit-hero-content,
  .background-img-whattobuyguineapig-hero-content,
  .background-img-whattoknowguineapig-hero-content,
  .background-img-whattobuyhamster-hero-content,
  .background-img-whattoknowhamster-hero-content,
  .background-img-whattobuyothersmallanimal-hero-content,
  .background-img-whattoknowothersmallanimal-hero-content,
  .background-img-whattobuyreptile-hero-content,
  .background-img-whattoknowreptile-hero-content,
  .background-img-whattobuybird-hero-content,
  .background-img-whattoknowbird-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 25px;
    bottom: 0;
    left: 0;
    right: 0; }
  .background-img-vetco-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .background-img-vetco-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0; }
  /* what to buy page hero*/
  .background-img-nutrition-hero-container,
  .background-img-puppyhome-hero-container,
  .background-img-doghome-hero-container,
  .background-img-onthego-hero-container,
  .background-img-play-hero-container,
  .background-img-health-hero-container,
  .background-img-cat-nutrition-hero-container,
  .background-img-cat-waste-hero-container,
  .background-img-cat-homeonthego-hero-container,
  .background-img-cat-play-hero-container,
  .background-img-cat-health-hero-container,
  .background-img-foodcarefish-hero-container,
  .background-img-aquariumsfish-hero-container,
  .background-img-equipmentfish-hero-container,
  .background-img-foodrabbit-hero-container,
  .background-img-homerabbit-hero-container,
  .background-img-carehealthrabbit-hero-container,
  .background-img-foodguinea-hero-container,
  .background-img-homeguinea-hero-container,
  .background-img-carehealthguinea-hero-container,
  .background-img-foodhamster-hero-container,
  .background-img-homehamster-hero-container,
  .background-img-carehealthhamster-hero-container,
  .background-img-chinchilla-hero-container,
  .background-img-ferret-hero-container,
  .background-img-gerbil-hero-container,
  .background-img-homereptile-hero-container,
  .background-img-foodreptile-hero-container,
  .background-img-carehealthreptile-hero-container,
  .background-img-foodbird-hero-container,
  .background-img-homebird-hero-container,
  .background-img-carehealthbird-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 40px; }
  .background-img-nutrition-hero-content,
  .background-img-puppyhome-hero-content,
  .background-img-doghome-hero-content,
  .background-img-onthego-hero-content,
  .background-img-play-hero-content,
  .background-img-health-hero-content,
  .background-img-cat-nutrition-hero-content,
  .background-img-cat-waste-hero-content,
  .background-img-cat-homeonthego-hero-content,
  .background-img-cat-play-hero-content,
  .background-img-cat-health-hero-content,
  .background-img-foodcarefish-hero-content,
  .background-img-aquariumsfish-hero-content,
  .background-img-equipmentfish-hero-content,
  .background-img-foodrabbit-hero-content,
  .background-img-homerabbit-hero-content,
  .background-img-carehealthrabbit-hero-content,
  .background-img-foodguinea-hero-content,
  .background-img-homeguinea-hero-content,
  .background-img-carehealthguinea-hero-content,
  .background-img-foodhamster-hero-content,
  .background-img-homehamster-hero-content,
  .background-img-carehealthhamster-hero-content,
  .background-img-chinchilla-hero-content,
  .background-img-ferret-hero-content,
  .background-img-gerbil-hero-content,
  .background-img-homereptile-hero-content,
  .background-img-foodreptile-hero-content,
  .background-img-carehealthreptile-hero-content,
  .background-img-foodbird-hero-content,
  .background-img-homebird-hero-content,
  .background-img-carehealthbird-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; }
  .background-img-newpetguidebook-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 100px; }
  .background-img-newpetguidebook-hero-content {
    position: relative;
    top: 55px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0; }
  /* NEW PET GUIDES - GLOBAL TAB - STYLING (2, 3, 4 styles) */
  .age_tabs_wrapper {
    display: block;
    margin: 0 auto;
    width: 60%;
    padding: 23px 0 20px 0;
    position: relative;
    top: -50px;
    z-index: 1; }
  .age_tabs_wrapper-tab-4 {
    display: block;
    margin: 0 auto;
    width: 60%;
    padding: 23px 0 20px 0;
    position: relative;
    top: -50px;
    z-index: 1; }
  .age_content_container {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: auto; }
  .age-label-navigation {
    display: block;
    float: left;
    width: 25%;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age-label-navigation-tab-2 {
    display: block;
    float: left;
    width: 38%;
    /* tab 2 difference from tab 3 */
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age-label-navigation-tab-4 {
    display: block;
    float: left;
    width: 18.7%;
    /* tab 3 difference */
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age_nav_container > ul li a {
    display: block;
    text-align: center;
    padding: 14px 1px;
    text-decoration: none; }
  /* NEW PET LANDING PAGE - GUIDE TABS */
  .white-border-md {
    border-top: solid #ffffff 1px;
    border-right: solid #ffffff 3px;
    border-bottom: solid #ffffff 1px;
    border-left: solid #ffffff 3px; }
  .petguides-tile-sm {
    box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.2s;
    width: 16.66%;
    height: 100%; }
  /* what to know / buy mini ad guide */
  .vertical-align-container {
    position: relative; }
  div.vertical-align-text {
    position: absolute;
    top: 25px;
    bottom: 0;
    left: 0;
    right: 0; }
  .img-rounded {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .services-row-full-md [class*="col-"] {
    float: left;
    margin: 0px;
    min-height: 0.125rem;
    box-sizing: border-box;
    width: 50%; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
  /*----------------------*/
  /* WHOLEHEARTED LANDING PAGE */
  /*----------------------*/
  .wholehearted-background-img-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .wholehearted-background-img-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; }
  /*----------------------*/
  /* NEW PET LANDING PAGE */
  /*----------------------*/
  /* guide tabs */
  .petguides-wrapper {
    position: relative;
    margin-bottom: -150px;
    top: -175px; }
  /* hero */
  .family-background-img-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 100px; }
  .family-background-img-hero-content {
    position: relative;
    top: -40px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; }
  .selfies-background-img-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .selfies-background-img-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0; }
  .petneeds-background-img-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .petneeds-background-img-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0; }
  /*------------*/
  /* PET GUIDES */
  /*------------*/
  /* hero */
  .background-img-newpuppy-hero-container,
  .background-img-newadultdog-hero-container,
  .background-img-newseniordog-hero-container,
  .background-img-puppyneeds-hero-container,
  .background-img-petneedsadult-hero-container,
  .background-img-petneedssenior-hero-container,
  .background-img-newpuppyquestions-hero-container,
  .background-img-newadultquestions-hero-container,
  .background-img-newseniorquestions-hero-container,
  .background-img-newkitten-hero-container,
  .background-img-newadultcat-hero-container,
  .background-img-newseniorcat-hero-container,
  .background-img-kittenneeds-hero-container,
  .background-img-adultcatneeds-hero-container,
  .background-img-seniorcatneeds-hero-container,
  .background-img-newkittenquestions-hero-container,
  .background-img-newadultcatquestions-hero-container,
  .background-img-newseniorcatquestions-hero-container,
  .background-img-newsaltwaterfish-hero-container,
  .background-img-newfreshwaterfish-hero-container,
  .background-img-fishneedssaltwater-hero-container,
  .background-img-fishneedsfreshwater-hero-container,
  .background-img-newsaltfishquestions-hero-container,
  .background-img-newfreshfishquestions-hero-container,
  .background-img-newrabbit-hero-container,
  .background-img-newguineapig-hero-container,
  .background-img-newhamster-hero-container,
  .background-img-newothersmallanimal-hero-container,
  .background-img-smallpetneedsrabbit-hero-container,
  .background-img-smallpetneedsguinea-hero-container,
  .background-img-smallpetneedshamster-hero-container,
  .background-img-smallpetneedsother-hero-container,
  .background-img-newrabbitquestions-hero-container,
  .background-img-newguineaquestions-hero-container,
  .background-img-newhamsterquestions-hero-container,
  .background-img-newsmpetotherquestions-hero-container,
  .background-img-newreptile-hero-container,
  .background-img-newreptileneeds-hero-container,
  .background-img-newreptilequestions-container,
  .background-img-newbird-hero-container,
  .background-img-newbirdneeds-hero-container,
  .background-img-newbirdquestions-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .background-img-newpuppy-hero-content,
  .background-img-newadultdog-hero-content,
  .background-img-newseniordog-hero-content,
  .background-img-puppyneeds-hero-content,
  .background-img-petneedsadult-hero-content,
  .background-img-petneedssenior-hero-content,
  .background-img-newpuppyquestions-hero-content,
  .background-img-newadultquestions-hero-content,
  .background-img-newseniorquestions-hero-content,
  .background-img-newkitten-hero-content,
  .background-img-newadultcat-hero-content,
  .background-img-newseniorcat-hero-content,
  .background-img-kittenneeds-hero-content,
  .background-img-adultcatneeds-hero-content,
  .background-img-seniorcatneeds-hero-content,
  .background-img-newkittenquestions-hero-content,
  .background-img-newadultcatquestions-hero-content,
  .background-img-newseniorcatquestions-hero-content,
  .background-img-newsaltwaterfish-hero-content,
  .background-img-newfreshwaterfish-hero-content,
  .background-img-fishneedssaltwater-hero-content,
  .background-img-fishneedsfreshwater-hero-content,
  .background-img-newsaltfishquestions-hero-content,
  .background-img-newfreshfishquestions-hero-content,
  .background-img-newrabbit-hero-content,
  .background-img-newguineapig-hero-content,
  .background-img-newhamster-hero-content,
  .background-img-newothersmallanimal-hero-content,
  .background-img-smallpetneedsrabbit-hero-content,
  .background-img-smallpetneedsguinea-hero-content,
  .background-img-smallpetneedshamster-hero-content,
  .background-img-smallpetneedsother-hero-content,
  .background-img-newrabbitquestions-hero-content,
  .background-img-newguineaquestions-hero-content,
  .background-img-newhamsterquestions-hero-content,
  .background-img-newsmpetotherquestions-hero-content,
  .background-img-newreptile-hero-content,
  .background-img-newreptileneeds-hero-content,
  .background-img-newreptilequestions-content,
  .background-img-newbird-hero-content,
  .background-img-newbirdneeds-hero-content,
  .background-img-newbirdquestions-hero-content {
    position: relative;
    top: -30px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0; }
  /* what to buy and what to know main page tiles */
  .background-img-whattobuy-hero-container,
  .background-img-whattoknow-hero-container,
  .background-img-whattobuycat-hero-container,
  .background-img-whattoknowcat-hero-container,
  .background-img-whattobuyfish-hero-container,
  .background-img-whattoknowfish-hero-container,
  .background-img-whattobuyrabbit-hero-container,
  .background-img-whattoknowrabbit-hero-container,
  .background-img-whattobuyguineapig-hero-container,
  .background-img-whattoknowguineapig-hero-container,
  .background-img-whattobuyhamster-hero-container,
  .background-img-whattoknowhamster-hero-container,
  .background-img-whattobuyothersmallanimal-hero-container,
  .background-img-whattoknowothersmallanimal-hero-container,
  .background-img-whattobuyreptile-hero-container,
  .background-img-whattoknowreptile-hero-container,
  .background-img-whattobuybird-hero-container,
  .background-img-whattoknowbird-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 0;
    opacity: 0.7; }
  .background-img-whattobuy-hero-content,
  .background-img-whattoknow-hero-content,
  .background-img-whattobuycat-hero-content,
  .background-img-whattoknowcat-hero-content,
  .background-img-whattobuyfish-hero-content,
  .background-img-whattoknowfish-hero-content,
  .background-img-whattobuyrabbit-hero-content,
  .background-img-whattoknowrabbit-hero-content,
  .background-img-whattobuyguineapig-hero-content,
  .background-img-whattoknowguineapig-hero-content,
  .background-img-whattobuyhamster-hero-content,
  .background-img-whattoknowhamster-hero-content,
  .background-img-whattobuyothersmallanimal-hero-content,
  .background-img-whattoknowothersmallanimal-hero-content,
  .background-img-whattobuyreptile-hero-content,
  .background-img-whattoknowreptile-hero-content,
  .background-img-whattobuybird-hero-content,
  .background-img-whattoknowbird-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; }
  /* what to buy page hero*/
  .background-img-nutrition-hero-container,
  .background-img-puppyhome-hero-container,
  .background-img-doghome-hero-container,
  .background-img-onthego-hero-container,
  .background-img-play-hero-container,
  .background-img-health-hero-container,
  .background-img-cat-nutrition-hero-container,
  .background-img-cat-waste-hero-container,
  .background-img-cat-homeonthego-hero-container,
  .background-img-cat-play-hero-container,
  .background-img-cat-health-hero-container,
  .background-img-foodcarefish-hero-container,
  .background-img-aquariumsfish-hero-container,
  .background-img-equipmentfish-hero-container,
  .background-img-foodrabbit-hero-container,
  .background-img-homerabbit-hero-container,
  .background-img-carehealthrabbit-hero-container,
  .background-img-foodguinea-hero-container,
  .background-img-homeguinea-hero-container,
  .background-img-carehealthguinea-hero-container,
  .background-img-foodhamster-hero-container,
  .background-img-homehamster-hero-container,
  .background-img-carehealthhamster-hero-container,
  .background-img-chinchilla-hero-container,
  .background-img-ferret-hero-container,
  .background-img-gerbil-hero-container,
  .background-img-homereptile-hero-container,
  .background-img-foodreptile-hero-container,
  .background-img-carehealthreptile-hero-container,
  .background-img-foodbird-hero-container,
  .background-img-homebird-hero-container,
  .background-img-carehealthbird-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 55px; }
  .background-img-nutrition-hero-content,
  .background-img-puppyhome-hero-content,
  .background-img-doghome-hero-content,
  .background-img-onthego-hero-content,
  .background-img-play-hero-content,
  .background-img-health-hero-content,
  .background-img-cat-nutrition-hero-content,
  .background-img-cat-waste-hero-content,
  .background-img-cat-homeonthego-hero-content,
  .background-img-cat-play-hero-content,
  .background-img-cat-health-hero-content,
  .background-img-foodcarefish-hero-content,
  .background-img-aquariumsfish-hero-content,
  .background-img-equipmentfish-hero-content,
  .background-img-foodrabbit-hero-content,
  .background-img-homerabbit-hero-content,
  .background-img-carehealthrabbit-hero-content,
  .background-img-foodguinea-hero-content,
  .background-img-homeguinea-hero-content,
  .background-img-carehealthguinea-hero-content,
  .background-img-foodhamster-hero-content,
  .background-img-homehamster-hero-content,
  .background-img-carehealthhamster-hero-content,
  .background-img-chinchilla-hero-content,
  .background-img-ferret-hero-content,
  .background-img-gerbil-hero-content,
  .background-img-homereptile-hero-content,
  .background-img-foodreptile-hero-content,
  .background-img-carehealthreptile-hero-content,
  .background-img-foodbird-hero-content,
  .background-img-homebird-hero-content,
  .background-img-carehealthbird-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0; }
  .background-img-newpetguidebook-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    padding-bottom: 100px; }
  .background-img-newpetguidebook-hero-content {
    position: relative;
    top: 55px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0; }
  /* NEW PET GUIDES - GLOBAL TAB - STYLING (2, 3, 4 styles) */
  .age_tabs_wrapper {
    display: block;
    margin: 0 auto;
    width: 75%;
    padding: 23px 0 20px 0;
    position: relative;
    top: -50px;
    z-index: 1; }
  .age_tabs_wrapper-tab-4 {
    display: block;
    margin: 0 auto;
    width: 95%;
    padding: 23px 0 20px 0;
    position: relative;
    top: -50px;
    z-index: 1; }
  .age_content_container {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: auto; }
  .age-label-navigation {
    display: block;
    float: left;
    width: 25%;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age-label-navigation-tab-2 {
    display: block;
    float: left;
    width: 38%;
    /* tab 2 difference from tab 3 */
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age-label-navigation-tab-4 {
    display: block;
    float: left;
    width: 19%;
    /* tab 3 difference */
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age_nav_container > ul li a {
    display: block;
    text-align: center;
    padding: 14px 1px;
    text-decoration: none; }
  /* NEW PET LANDING PAGE - GUIDE TABS */
  .white-border-md {
    border-top: solid #ffffff 3px;
    border-right: solid #ffffff 2px;
    border-bottom: solid #ffffff 3px;
    border-left: solid #ffffff 4px; }
  .petguides-tile-sm {
    box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.2s;
    width: 49.89%;
    height: 100%; }
  /* what to know / buy mini ad guide */
  .vertical-align-container {
    position: relative; }
  div.vertical-align-text {
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 0;
    right: 0; }
  .img-rounded {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .services-row-full-md [class*="col-"] {
    float: left;
    margin: 0px;
    min-height: 0.125rem;
    box-sizing: border-box;
    width: 50%; } }

@media screen and (max-width: 420px) {
  /*----------------------*/
  /* WHOLEHEARTED LANDING PAGE */
  /*----------------------*/
  .wholehearted-background-img-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .wholehearted-background-img-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; }
  /*----------------------*/
  /* NEW PET LANDING PAGE */
  /*----------------------*/
  /* guide tabs */
  .petguides-wrapper {
    position: relative;
    margin-bottom: -100px;
    top: -95px; }
  /* hero */
  .family-background-img-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .family-background-img-hero-content {
    position: relative;
    top: -55px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; }
  .selfies-background-img-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .selfies-background-img-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; }
  .petneeds-background-img-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .petneeds-background-img-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; }
  /*------------*/
  /* PET GUIDES */
  /*------------*/
  /* hero */
  .background-img-newpuppy-hero-container,
  .background-img-newadultdog-hero-container,
  .background-img-newseniordog-hero-container,
  .background-img-puppyneeds-hero-container,
  .background-img-petneedsadult-hero-container,
  .background-img-petneedssenior-hero-container,
  .background-img-newpuppyquestions-hero-container,
  .background-img-newadultquestions-hero-container,
  .background-img-newseniorquestions-hero-container,
  .background-img-newkitten-hero-container,
  .background-img-newadultcat-hero-container,
  .background-img-newseniorcat-hero-container,
  .background-img-kittenneeds-hero-container,
  .background-img-adultcatneeds-hero-container,
  .background-img-seniorcatneeds-hero-container,
  .background-img-newkittenquestions-hero-container,
  .background-img-newadultcatquestions-hero-container,
  .background-img-newseniorcatquestions-hero-container,
  .background-img-newsaltwaterfish-hero-container,
  .background-img-newfreshwaterfish-hero-container,
  .background-img-fishneedssaltwater-hero-container,
  .background-img-fishneedsfreshwater-hero-container,
  .background-img-newsaltfishquestions-hero-container,
  .background-img-newfreshfishquestions-hero-container,
  .background-img-newrabbit-hero-container,
  .background-img-newguineapig-hero-container,
  .background-img-newhamster-hero-container,
  .background-img-newothersmallanimal-hero-container,
  .background-img-smallpetneedsrabbit-hero-container,
  .background-img-smallpetneedsguinea-hero-container,
  .background-img-smallpetneedshamster-hero-container,
  .background-img-smallpetneedsother-hero-container,
  .background-img-newrabbitquestions-hero-container,
  .background-img-newguineaquestions-hero-container,
  .background-img-newhamsterquestions-hero-container,
  .background-img-newsmpetotherquestions-hero-container,
  .background-img-newreptile-hero-container,
  .background-img-newreptileneeds-hero-container,
  .background-img-newreptilequestions-container,
  .background-img-newbird-hero-container,
  .background-img-newbirdneeds-hero-container,
  .background-img-newbirdquestions-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .background-img-newpuppy-hero-content,
  .background-img-newadultdog-hero-content,
  .background-img-newseniordog-hero-content,
  .background-img-puppyneeds-hero-content,
  .background-img-petneedsadult-hero-content,
  .background-img-petneedssenior-hero-content,
  .background-img-newpuppyquestions-hero-content,
  .background-img-newadultquestions-hero-content,
  .background-img-newseniorquestions-hero-content,
  .background-img-newkitten-hero-content,
  .background-img-newadultcat-hero-content,
  .background-img-newseniorcat-hero-content,
  .background-img-kittenneeds-hero-content,
  .background-img-adultcatneeds-hero-content,
  .background-img-seniorcatneeds-hero-content,
  .background-img-newkittenquestions-hero-content,
  .background-img-newadultcatquestions-hero-content,
  .background-img-newseniorcatquestions-hero-content,
  .background-img-newsaltwaterfish-hero-content,
  .background-img-newfreshwaterfish-hero-content,
  .background-img-fishneedssaltwater-hero-content,
  .background-img-fishneedsfreshwater-hero-content,
  .background-img-newsaltfishquestions-hero-content,
  .background-img-newfreshfishquestions-hero-content,
  .background-img-newrabbit-hero-content,
  .background-img-newguineapig-hero-content,
  .background-img-newhamster-hero-content,
  .background-img-newothersmallanimal-hero-content,
  .background-img-smallpetneedsrabbit-hero-content,
  .background-img-smallpetneedsguinea-hero-content,
  .background-img-smallpetneedshamster-hero-content,
  .background-img-smallpetneedsother-hero-content,
  .background-img-newrabbitquestions-hero-content,
  .background-img-newguineaquestions-hero-content,
  .background-img-newhamsterquestions-hero-content,
  .background-img-newsmpetotherquestions-hero-content,
  .background-img-newreptile-hero-content,
  .background-img-newreptileneeds-hero-content,
  .background-img-newreptilequestions-content,
  .background-img-newbird-hero-content,
  .background-img-newbirdneeds-hero-content,
  .background-img-newbirdquestions-hero-content {
    position: relative;
    top: -20px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; }
  /* what to buy and what to know main page tiles */
  .background-img-whattobuy-hero-container,
  .background-img-whattoknow-hero-container,
  .background-img-whattobuycat-hero-container,
  .background-img-whattoknowcat-hero-container,
  .background-img-whattobuyfish-hero-container,
  .background-img-whattoknowfish-hero-container,
  .background-img-whattobuyrabbit-hero-container,
  .background-img-whattoknowrabbit-hero-container,
  .background-img-whattobuyguineapig-hero-container,
  .background-img-whattoknowguineapig-hero-container,
  .background-img-whattobuyhamster-hero-container,
  .background-img-whattoknowhamster-hero-container,
  .background-img-whattobuyothersmallanimal-hero-container,
  .background-img-whattoknowothersmallanimal-hero-container,
  .background-img-whattobuyreptile-hero-container,
  .background-img-whattoknowreptile-hero-container,
  .background-img-whattobuybird-hero-container,
  .background-img-whattoknowbird-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    padding-bottom: 0;
    opacity: 0.7; }
  .background-img-whattobuy-hero-content,
  .background-img-whattoknow-hero-content,
  .background-img-whattobuycat-hero-content,
  .background-img-whattoknowcat-hero-content,
  .background-img-whattobuyfish-hero-content,
  .background-img-whattoknowfish-hero-content,
  .background-img-whattobuyrabbit-hero-content,
  .background-img-whattoknowrabbit-hero-content,
  .background-img-whattobuyguineapig-hero-content,
  .background-img-whattoknowguineapig-hero-content,
  .background-img-whattobuyhamster-hero-content,
  .background-img-whattoknowhamster-hero-content,
  .background-img-whattobuyothersmallanimal-hero-content,
  .background-img-whattoknowothersmallanimal-hero-content,
  .background-img-whattobuyreptile-hero-content,
  .background-img-whattoknowreptile-hero-content,
  .background-img-whattobuybird-hero-content,
  .background-img-whattoknowbird-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; }
  .background-img-vetco-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .background-img-vetco-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; }
  /* what to buy page hero*/
  .background-img-nutrition-hero-container,
  .background-img-puppyhome-hero-container,
  .background-img-doghome-hero-container,
  .background-img-onthego-hero-container,
  .background-img-play-hero-container,
  .background-img-health-hero-container,
  .background-img-cat-nutrition-hero-container,
  .background-img-cat-waste-hero-container,
  .background-img-cat-homeonthego-hero-container,
  .background-img-cat-play-hero-container,
  .background-img-cat-health-hero-container,
  .background-img-foodcarefish-hero-container,
  .background-img-aquariumsfish-hero-container,
  .background-img-equipmentfish-hero-container,
  .background-img-foodrabbit-hero-container,
  .background-img-homerabbit-hero-container,
  .background-img-carehealthrabbit-hero-container,
  .background-img-foodguinea-hero-container,
  .background-img-homeguinea-hero-container,
  .background-img-carehealthguinea-hero-container,
  .background-img-foodhamster-hero-container,
  .background-img-homehamster-hero-container,
  .background-img-carehealthhamster-hero-container,
  .background-img-chinchilla-hero-container,
  .background-img-ferret-hero-container,
  .background-img-gerbil-hero-container,
  .background-img-homereptile-hero-container,
  .background-img-foodreptile-hero-container,
  .background-img-carehealthreptile-hero-container,
  .background-img-foodbird-hero-container,
  .background-img-homebird-hero-container,
  .background-img-carehealthbird-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    padding-bottom: 0; }
  .background-img-nutrition-hero-content,
  .background-img-puppyhome-hero-content,
  .background-img-doghome-hero-content,
  .background-img-onthego-hero-content,
  .background-img-play-hero-content,
  .background-img-health-hero-content,
  .background-img-cat-nutrition-hero-content,
  .background-img-cat-waste-hero-content,
  .background-img-cat-homeonthego-hero-content,
  .background-img-cat-play-hero-content,
  .background-img-cat-health-hero-content,
  .background-img-foodcarefish-hero-content,
  .background-img-aquariumsfish-hero-content,
  .background-img-equipmentfish-hero-content,
  .background-img-foodrabbit-hero-content,
  .background-img-homerabbit-hero-content,
  .background-img-carehealthrabbit-hero-content,
  .background-img-foodguinea-hero-content,
  .background-img-homeguinea-hero-content,
  .background-img-carehealthguinea-hero-content,
  .background-img-foodhamster-hero-content,
  .background-img-homehamster-hero-content,
  .background-img-carehealthhamster-hero-content,
  .background-img-chinchilla-hero-content,
  .background-img-ferret-hero-content,
  .background-img-gerbil-hero-content,
  .background-img-homereptile-hero-content,
  .background-img-foodreptile-hero-content,
  .background-img-carehealthreptile-hero-content,
  .background-img-foodbird-hero-content,
  .background-img-homebird-hero-content,
  .background-img-carehealthbird-hero-content {
    position: relative;
    top: -20px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0; }
  .background-img-newpetguidebook-hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    padding-bottom: 75px; }
  .background-img-newpetguidebook-hero-content {
    position: relative;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0; }
  p.animal_type_label {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 15px; }
  /* NEW PET GUIDES - GLOBAL TAB - STYLING (2, 3, 4 styles) */
  .age_tabs_wrapper {
    display: block;
    margin: 0 auto;
    width: 96%;
    padding: 3px 0 20px 0;
    position: relative;
    top: -50px;
    z-index: 1; }
  .age_tabs_wrapper-tab-4 {
    display: block;
    margin: 0 auto;
    width: 96%;
    padding: 3px 0 20px 0;
    position: relative;
    top: -50px;
    z-index: 1; }
  .age-label-navigation-tab-2 > a {
    display: block;
    text-align: center;
    padding: 10px 5px;
    text-decoration: none; }
  .age-label-navigation-tab-4 > a {
    display: block;
    text-align: center;
    padding: 10px 5px;
    text-decoration: none; }
  .mobile-rounded-top-right {
    border-top-right-radius: 5px; }
  .mobile-rounded-bottom-right {
    border-bottom-right-radius: 5px;
    border-top-right-radius: unset; }
  .mobile-rounded-bottom-left {
    border-bottom-left-radius: 5px; }
  .mobile-rounded-top-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: unset; }
  .age_content_container {
    width: 98%;
    display: block;
    margin: 0 auto;
    overflow: auto; }
  .age-label-navigation {
    display: block;
    float: left;
    width: 32.5%;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age-label-navigation-tab-2 {
    display: block;
    float: left;
    width: 49%;
    /* tab 2 difference from tab 3 */
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    border: solid 1px #8E9DA2;
    clear: none; }
  .age-label-navigation-tab-4 {
    display: block;
    float: left;
    width: 49%;
    /* tab 3 difference */
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #00aae7;
    background: #ffffff;
    clear: none;
    border: solid 1px #7E9DA2; }
  .age_nav_container {
    width: 98%;
    clear: both;
    margin: 0 auto;
    display: block; }
  .age_nav {
    width: 90%;
    margin: 0 auto;
    display: block; }
  .age-label-navigation > a {
    display: block;
    text-align: center;
    padding: 10px 5px;
    text-decoration: none; }
  /* NEW PET LANDING PAGE - GUIDE TABS */
  .white-border-md {
    border-top: solid #ffffff 3px;
    border-right: solid #ffffff 1px;
    border-bottom: solid #ffffff 3px;
    border-left: solid #ffffff 5px; }
  .petguides-tile-sm {
    box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.2s;
    width: 49%;
    height: 100%; }
  .width-auto {
    width: auto; }
  /* what to know / buy mini ad guide */
  .vertical-align-container {
    position: relative; }
  div.vertical-align-text {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .img-rounded {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .services-row-full-md [class*="col-"] {
    float: left;
    margin: 0px;
    min-height: 0.125rem;
    box-sizing: border-box;
    width: auto; } }

.margin-top-none {
  margin-top: 0px !important; }

.margin-bottom-none {
  margin-bottom: 0px !important; }

.margin-left-none {
  margin-left: 0px !important; }

.margin-right-none {
  margin-right: 0px !important; }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .persistent-brand-nav {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 60px; } }

@media screen and (min-width: 976px) {
  .persistent-brand-nav {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 60px; } }

.sr-only {
  position: absolute;
  left: -9999px; }

.float-none {
  float: none; }

.no-backgroud {
  background: none; }

.custom-look {
  font-size: 40px;
  font-weight: bolder;
  text-align: center; }

.move-div-center {
  float: none !important;
  display: block;
  margin: 0 auto !important; }

.repeat-deliver-select {
  border-radius: 5px; }

.repeat-delivery-confirm-text {
  text-align: center;
  position: relative;
  top: 20%;
  left: 31%; }

.no-background {
  background: none; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 900px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 6px 6px; }

.today {
  padding: 2px;
  border: 1px solid red; }

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 2px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.repeat-delivery .popover, #repeat-delivery-select .popover {
  width: 200%; }
  @media screen and (max-width: 420px) {
    .repeat-delivery .popover, #repeat-delivery-select .popover {
      width: 100%; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .repeat-delivery .popover, #repeat-delivery-select .popover {
      width: 80%; } }
  .repeat-delivery .popover p.white, #repeat-delivery-select .popover p.white {
    color: #fff; }
  .repeat-delivery .popover .col-4-sm, #repeat-delivery-select .popover .col-4-sm {
    padding: 0; }

form button, form [class*="btn-"] {
  padding: 15px 0; }
  form button:disabled, form button:disabled:hover, form [class*="btn-"]:disabled, form [class*="btn-"]:disabled:hover {
    padding: 14px 0; }

form.form-inline {
  display: table; }
  form.form-inline .form-group {
    display: table-cell; }
    form.form-inline .form-group:not(:first-child) {
      padding-left: 15px; }
    form.form-inline .form-group a.btn {
      padding: 12px 15px; }
    form.form-inline .form-group select.form-control {
      border-radius: 5px; }

a:focus, input:focus, div:focus {
  outline-color: #8E9DA2; }

label, .label {
  clear: both;
  color: #8E9DA2;
  float: left;
  font-size: 0.8125em;
  font-weight: bold;
  margin: 0 0 7px 0; }
  label.valid, .label.valid {
    color: #46c126; }
  label.invalid, .label.invalid {
    color: #ee3524; }
  input[type="checkbox"] + label, input[type="checkbox"] + .label {
    font-weight: normal;
    color: #333333;
    cursor: pointer; }

textarea {
  background-color: rgba(244, 246, 246, 0.4);
  border: 1px solid #A9B5BA;
  box-sizing: border-box;
  color: #666666;
  font-size: 0.9375em;
  height: 83px;
  padding: 10px;
  width: 100%; }

input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
  background-color: rgba(244, 246, 246, 0.4);
  border: 1px solid #A9B5BA;
  box-sizing: border-box;
  color: #666666;
  font-size: 0.9375em;
  height: 43px;
  padding: 0 10px;
  width: 100%;
  background-size: 0;
  background-position: 95% center;
  transition: 0.2s; }
  input[type="text"].valid, input[type="tel"].valid, input[type="email"].valid, input[type="password"].valid {
    background-image: url(../img/green-check.png);
    border-color: #46c126;
    background-repeat: no-repeat;
    background-size: 15px; }
  input[type="text"].invalid, input[type="tel"].invalid, input[type="email"].invalid, input[type="password"].invalid {
    background-image: url(../img/red-x.png);
    border-color: #ee3524;
    background-repeat: no-repeat;
    background-size: 15px; }
  input[type="text"].invalid-box, input[type="tel"].invalid-box, input[type="email"].invalid-box, input[type="password"].invalid-box {
    border-color: #ee3524; }

select {
  padding: 11px 15px;
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: none;
  background: #fff url("../img/arrow.png") no-repeat 96% 50%;
  border: 1px solid #A9B5BA;
  box-sizing: border-box;
  color: #666666;
  font-size: 0.9375em;
  height: 43px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select::-ms-expand {
    display: none; }
  select.valid {
    border-color: #46c126; }
  select.invalid {
    border-color: #ee3524; }
  select:focus {
    outline-color: #00aae7; }

.qty-group {
  overflow: hidden; }
  .qty-group input {
    float: left;
    width: 33%;
    padding: 0;
    border-radius: 0; }
  .qty-group input[type="button"] {
    height: 43px;
    background-color: #ffffff;
    color: #00aae7;
    font-size: 15px;
    font-weight: bold;
    border: 0;
    border: 1px solid #A9B5BA;
    cursor: pointer;
    transition: 0.2s;
    -webkit-appearance: none; }
    .qty-group input[type="button"]:hover {
      background-color: #F4F6F6; }
    .qty-group input[type="button"].qty-minus {
      border-right: 0;
      border-radius: 4px 0 0 4px; }
    .qty-group input[type="button"].qty-plus {
      border-left: 0;
      border-radius: 0 4px 4px 0; }

.checkbox-button {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none; }
  .checkbox-button input {
    width: 0px;
    height: 0px;
    position: absolute;
    display: none; }
  .checkbox-button i {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin: -5px 5px 0 0;
    border-radius: 3px;
    transition: 0.2s;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.27), inset 0 0 0 8px #ffffff;
    border: 1px solid #8E9DA2;
    background-color: #8E9DA2;
    position: relative; }
  .checkbox-button > input:focus + i {
    box-shadow: inset 0 0 0 3px #ffffff;
    background: #8E9DA2; }
  .checkbox-button:hover > i {
    box-shadow: inset 0 0 0 3px #ffffff;
    background: #8E9DA2; }
  .checkbox-button > input:checked + i {
    box-shadow: inset 0 0 0 0px #ffffff;
    background-color: #00aae7;
    border: 1px solid #1bc3ff; }
    .checkbox-button > input:checked + i:after {
      content: '';
      display: block;
      width: 3px;
      height: 6px;
      border: solid #ffffff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
      position: absolute;
      margin: 1px 4px; }

input[type="radio"] {
  float: left;
  margin-right: 10px; }

#GuestOrderQueryForm {
  margin-bottom: 20px; }
  #GuestOrderQueryForm .form-group {
    margin-top: 10px; }
  #GuestOrderQueryForm .btn {
    margin-top: 15px;
    width: 100%; }
    @media screen and (min-width: 976px) {
      #GuestOrderQueryForm .btn {
        width: 250px; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      #GuestOrderQueryForm .btn {
        width: 250px; } }

.radio-button {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none; }
  .radio-button label {
    cursor: pointer; }
  .radio-button input {
    visibility: hidden;
    position: absolute; }
  .radio-button i {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin: -5px 10px 0 0;
    border-radius: 50%;
    transition: 0.2s;
    box-shadow: inset 0 0 0 8px #ffffff;
    border: 1px solid #8E9DA2;
    background: #8E9DA2; }

.radio-button:hover > i {
  /* HOVER <i> STYLE */
  box-shadow: inset 0 0 0 3px #ffffff;
  background: #8E9DA2; }

.radio-button > input:checked + i {
  /* (RADIO CHECKED) <i> STYLE */
  box-shadow: inset 0 0 0 4px #00aae7;
  background: #ffffff;
  border-color: #00aae7; }

.caption {
  color: #A9B5BA;
  font-size: 0.8125em;
  line-height: 1.385em;
  margin-top: 5px; }

.error > .caption {
  display: block; }

.collapsible {
  transition: max-height 0.4s ease-in;
  overflow: hidden;
  max-height: 0; }
  .collapsible > div {
    opacity: 0;
    transition: 0.2s opacity ease-in;
    transition-delay: 0.2s; }
  .collapsible.open {
    max-height: 1000px; }
    .collapsible.open > div {
      opacity: 1; }

@media screen and (min-width: 421px) and (max-width: 768px) {
  .mobile-collapsible {
    transition: max-height 0.4s ease-in;
    overflow: hidden;
    max-height: 0; }
    .mobile-collapsible > div {
      opacity: 0;
      transition: 0.2s opacity ease-in;
      transition-delay: 0.2s; }
    .mobile-collapsible.open {
      max-height: 1000px; }
      .mobile-collapsible.open > div {
        opacity: 1; } }

@media screen and (max-width: 420px) {
  .mobile-collapsible {
    transition: max-height 0.4s ease-in;
    overflow: hidden;
    max-height: 0; }
    .mobile-collapsible > div {
      opacity: 0;
      transition: 0.2s opacity ease-in;
      transition-delay: 0.2s; }
    .mobile-collapsible.open {
      max-height: 1000px; }
      .mobile-collapsible.open > div {
        opacity: 1; } }

/* ======================================== */
/* Custom select list styles                */
/* ======================================== */
.select-style {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 1px solid #A9B5BA;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  background: #fff url("../img/arrow.png") no-repeat 96% 50%; }

.select-style select {
  padding: 12px 26px 12px 13px;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .select-style select.invalid {
    border: 1px solid #ee3524;
    background-repeat: no-repeat;
    background-size: 15px; }

.select-style + div.errorMsg {
  margin-top: -5px; }

/* ======================================== */
.notice-box {
  margin: 16px 0;
  padding: 12px 13px;
  color: #fc951f;
  background-color: #fff4e8;
  border: 1px solid #fedcb6;
  border-radius: 5px;
  font-size: 0.8125em;
  clear: both; }
  .notice-box p, .notice-box h4 {
    color: #fc951f; }
  .notice-box h4 {
    padding-bottom: 4px; }
  .notice-box p {
    font-size: 0.8em; }
  .notice-box:empty {
    display: none; }

.success-box {
  margin: 16px 0;
  padding: 10px;
  color: #46c126;
  background-color: #eefbeb;
  border: 1px solid #46c126;
  border-radius: 5px;
  font-size: 0.8125em;
  clear: both; }
  .success-box p, .success-box h4 {
    color: #46c126; }
  .success-box h4 {
    padding-bottom: 4px; }
  .success-box p {
    font-size: 0.8em; }
  .success-box strong {
    font-size: 1.15385em; }
  .success-box:empty {
    display: none; }

.error-box {
  background-color: rgba(238, 53, 36, 0.2);
  border: 1px solid rgba(238, 53, 36, 0.4);
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: #ee3524;
  font-size: 0.8125em;
  padding: 16px 18px 16px 36px;
  margin: 20px 0;
  position: relative; }
  .error-box ul {
    padding-left: 17px; }
  .error-box:empty {
    display: none; }
  .error-box:before {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url(../img/warning.png);
    top: 50%;
    left: 13px;
    margin-top: -9px; }

.multiple-errors {
  background-color: rgba(238, 53, 36, 0.2);
  border: 1px solid rgba(238, 53, 36, 0.4);
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: #ee3524;
  font-size: 0.8125em;
  padding: 16px 18px;
  margin: 20px 0;
  position: relative; }
  .multiple-errors strong {
    color: #ee3524; }
  .multiple-errors ul {
    margin-top: 10px; }
  .multiple-errors li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
    list-style: none; }
    .multiple-errors li:before {
      content: "";
      display: block;
      position: absolute;
      height: 16px;
      width: 16px;
      background-repeat: no-repeat;
      background-size: 16px;
      background-image: url(../img/warning.png);
      top: 50%;
      left: 0;
      margin-top: -9px; }

.box, .divbox {
  margin: -1px 0;
  padding: 7px 0 0;
  box-sizing: border-box;
  color: #666666;
  border: solid 1px #D4DADC; }
  .box.radio-button, .divbox.radio-button {
    margin: -1px 0 0 0;
    font-weight: normal;
    padding: 15px 0 15px 10px; }
  .box a, .divbox a {
    color: #333333;
    cursor: pointer; }
  .box-plain, .divbox-plain {
    border-width: 0; }
  .box i.icon-minus, .divbox i.icon-minus {
    display: none; }
  .box span.click-row, .divbox span.click-row {
    display: table;
    width: 100%; }
  .box img, .divbox img {
    max-width: 100%; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .box, .divbox {
      padding-left: 6px; } }
  @media screen and (max-width: 420px) {
    .box, .divbox {
      padding-left: 6px; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .box .icon-cc-group, .divbox .icon-cc-group {
      /*margin-top: -12px;
      margin-left: 24px;*/ } }
  @media screen and (max-width: 420px) {
    .box .icon-cc-group, .divbox .icon-cc-group {
      /*margin-top: -12px;
      margin-left: 24px;*/ } }

.divbox {
  padding: 12px 0;
  border-left: 0;
  border-right: 0; }

.form-field-sublist {
  display: none;
  position: relative;
  font-size: 0.80em; }
  .form-field-sublist label {
    font-size: 1em; }
  .form-field-sublist a {
    color: #00aae7; }
  .form-field-sublist .sublist-form {
    margin-top: -10px;
    margin-left: 10px;
    padding-top: 0; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .form-field-sublist h4 {
      margin-left: 8px; }
    .form-field-sublist .sublist-form {
      margin-left: 0; } }
  @media screen and (max-width: 420px) {
    .form-field-sublist h4 {
      margin-left: 8px; }
    .form-field-sublist .sublist-form {
      margin-left: 0; } }
  .form-field-sublist .sublist-row, .form-field-sublist .sublist-headers {
    display: table;
    width: 97%;
    margin: 0 20px 8px;
    background-color: #F4F6F6; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .form-field-sublist .sublist-row, .form-field-sublist .sublist-headers {
        margin: 0 14px 8px 8px; }
        .form-field-sublist .sublist-row .form-field-info-dash, .form-field-sublist .sublist-headers .form-field-info-dash {
          display: none; }
        .form-field-sublist .sublist-row .form-field-info,
        .form-field-sublist .sublist-row .form-field-name, .form-field-sublist .sublist-headers .form-field-info,
        .form-field-sublist .sublist-headers .form-field-name {
          display: block;
          margin-left: 0; }
        .form-field-sublist .sublist-row.tighter-cols [class^="col-"], .form-field-sublist .sublist-headers.tighter-cols [class^="col-"] {
          padding: 2px 0 0 8px;
          margin: 0; } }
    @media screen and (max-width: 420px) {
      .form-field-sublist .sublist-row, .form-field-sublist .sublist-headers {
        margin: 0 14px 8px 8px; }
        .form-field-sublist .sublist-row .form-field-info-dash, .form-field-sublist .sublist-headers .form-field-info-dash {
          display: none; }
        .form-field-sublist .sublist-row .form-field-info,
        .form-field-sublist .sublist-row .form-field-name, .form-field-sublist .sublist-headers .form-field-info,
        .form-field-sublist .sublist-headers .form-field-name {
          display: block;
          margin-left: 0; }
        .form-field-sublist .sublist-row.tighter-cols [class^="col-"], .form-field-sublist .sublist-headers.tighter-cols [class^="col-"] {
          padding: 2px 0 0 8px;
          margin: 0; } }
    .form-field-sublist .sublist-row .form-field-name,
    .form-field-sublist .sublist-row .form-field-info, .form-field-sublist .sublist-headers .form-field-name,
    .form-field-sublist .sublist-headers .form-field-info {
      padding: 0; }
  .form-field-sublist .sublist-headers {
    margin-bottom: 0;
    margin-left: 14px;
    background-color: #ffffff; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .form-field-sublist .sublist-headers {
        margin-left: 0; } }
    @media screen and (max-width: 420px) {
      .form-field-sublist .sublist-headers {
        margin-left: 0; } }

.form-field-name,
.form-field-info,
.form-field-value {
  display: inline-block;
  padding: 0 4px 0 4px; }

.form-field-name {
  font-weight: bold;
  color: #333333; }

.form-field-info {
  font-weight: normal; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .form-field-info {
      display: block;
      margin-left: 20px; } }
  @media screen and (max-width: 420px) {
    .form-field-info {
      display: block;
      margin-left: 20px; } }

.form-field-value {
  font-weight: normal;
  color: #666666; }

.summary-list-item {
  border-bottom: 1px solid #D4DADC; }

.personalization-modal {
  transform: none !important; }

#form-modal, .petco-modal {
  display: none;
  position: fixed;
  left: 50%;
  top: 30%;
  min-width: 540px;
  max-width: 845px;
  height: auto;
  max-height: 94%;
  overflow: auto;
  margin: 0;
  padding: 60px 30px 30px;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0 5px 15px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 9999; }
  #form-modal .CLOSE-X, .petco-modal .CLOSE-X {
    display: block;
    clear: both;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000; }
    #form-modal .CLOSE-X a, .petco-modal .CLOSE-X a {
      display: block;
      cursor: pointer; }
  #form-modal .form-modal-form, .petco-modal .form-modal-form {
    position: relative;
    overflow: auto;
    /* this is used to turn off forms used in the modal by default */ }
    #form-modal .form-modal-form .modal-form, .petco-modal .form-modal-form .modal-form {
      display: none;
      position: relative;
      overflow: auto; }
    #form-modal .form-modal-form .customer-address, .petco-modal .form-modal-form .customer-address {
      font-size: 0.8em;
      color: #666666; }
    #form-modal .form-modal-form .card-icon, .petco-modal .form-modal-form .card-icon {
      position: absolute;
      width: 40px;
      height: 25px;
      left: 85%;
      top: 44px; }
    #form-modal .form-modal-form .radio-button, .petco-modal .form-modal-form .radio-button {
      font-size: 1em; }
    #form-modal .form-modal-form .form-field-name, #form-modal .form-modal-form .form-field-info, .petco-modal .form-modal-form .form-field-name, .petco-modal .form-modal-form .form-field-info {
      padding: 0;
      margin: 0; }
    #form-modal .form-modal-form input[type="text"],
    #form-modal .form-modal-form input[type="email"],
    #form-modal .form-modal-form input[type="password"], .petco-modal .form-modal-form input[type="text"],
    .petco-modal .form-modal-form input[type="email"],
    .petco-modal .form-modal-form input[type="password"] {
      max-width: 100%; }
      #form-modal .form-modal-form input[type="text"].short-text,
      #form-modal .form-modal-form input[type="email"].short-text,
      #form-modal .form-modal-form input[type="password"].short-text, .petco-modal .form-modal-form input[type="text"].short-text,
      .petco-modal .form-modal-form input[type="email"].short-text,
      .petco-modal .form-modal-form input[type="password"].short-text {
        max-width: 90px; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #form-modal, .petco-modal {
      left: 2%;
      top: 2%;
      width: 100%;
      height: auto;
      min-width: 50%;
      max-width: 100%;
      min-height: 50%;
      max-height: 96%;
      overflow: auto;
      overflow-x: hidden;
      overflow-y: auto;
      padding: 60px 5px; }
      #form-modal .form-modal-form button, .petco-modal .form-modal-form button {
        min-width: 99%; }
      #form-modal .form-modal-form .form-field-name, #form-modal .form-modal-form .form-field-info, .petco-modal .form-modal-form .form-field-name, .petco-modal .form-modal-form .form-field-info {
        display: inline-block;
        padding: 0;
        margin: 0;
        font-size: 0.9em; }
      #form-modal .form-modal-form .card-icon, .petco-modal .form-modal-form .card-icon {
        left: 82%; } }
  @media screen and (max-width: 420px) {
    #form-modal, .petco-modal {
      left: 2%;
      top: 2%;
      width: 100%;
      height: auto;
      min-width: 50%;
      max-width: 100%;
      min-height: 50%;
      max-height: 96%;
      overflow: auto;
      overflow-x: hidden;
      overflow-y: auto;
      padding: 60px 5px; }
      #form-modal .form-modal-form button, .petco-modal .form-modal-form button {
        min-width: 99%; }
      #form-modal .form-modal-form .form-field-name, #form-modal .form-modal-form .form-field-info, .petco-modal .form-modal-form .form-field-name, .petco-modal .form-modal-form .form-field-info {
        display: inline-block;
        padding: 0;
        margin: 0;
        font-size: 0.9em; }
      #form-modal .form-modal-form .card-icon, .petco-modal .form-modal-form .card-icon {
        left: 82%; } }
  #form-modal label, .petco-modal label {
    display: block;
    clear: both;
    float: none;
    margin-top: 0;
    padding-top: 0; }
  #form-modal h1.modal-heading, .petco-modal h1.modal-heading {
    padding: 8px 0 10px;
    font-size: 1.5em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.2px;
    color: #333333;
    text-align: center; }
  #form-modal h2, .petco-modal h2 {
    padding: 8px 0 10px;
    font-size: 1.5em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.2px;
    color: #333333;
    text-align: center; }
  #form-modal a, .petco-modal a {
    font-size: 0.8em; }

#form-modal-screen, #loader-screen {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1001; }

#petco-loader {
  margin: 0px;
  padding: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1002; }

#petco-loader-image {
  position: absolute;
  top: 35%;
  left: 45%; }

@media screen and (max-width: 420px) {
  #petco-loader-image {
    position: absolute;
    top: 35%;
    left: 25%; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
  #petco-loader-image {
    position: absolute;
    top: 30%;
    left: 35%; } }

#modal-addCard {
  width: 620px; }
  @media screen and (max-width: 420px) {
    #modal-addCard {
      padding: 5px;
      width: 90%;
      height: 90%; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #modal-addCard {
      padding: 5px;
      width: 90%; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    #modal-addCard iframe {
      height: 420px !important; } }
  @media screen and (min-width: 976px) {
    #modal-addCard iframe {
      height: 420px !important; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
  /* To prevent form fields from zooming */
  input {
    /* To prevent form fields from zooming */ }
    input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
      font-size: initial; }
    input:focus {
      font-size: initial; }
  /* To prevent form fields from zooming */
  select, textarea, select:focus, textarea:focus {
    font-size: initial; } }

@media screen and (max-width: 420px) {
  /* To prevent form fields from zooming */
  input {
    /* To prevent form fields from zooming */ }
    input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
      font-size: initial; }
    input:focus {
      font-size: initial; }
  /* To prevent form fields from zooming */
  select, textarea, select:focus, textarea:focus {
    font-size: initial; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
  #modal-addCard iframe {
    height: 420px !important; } }

.btn, button {
  box-sizing: border-box;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 0.9375em;
  font-weight: bold;
  padding: 10px 15px;
  transition: background-color 0.2s, border 0.2s;
  text-align: center; }
  .btn:focus, button:focus {
    outline-color: #00aae7; }
  .btn-primary, button-primary {
    background-color: #00aae7;
    color: #ffffff; }
    .btn-primary:hover, .btn-primary:focus, button-primary:hover, button-primary:focus {
      background-color: #0084b4;
      color: #ffffff; }
  .btn-default, button-default {
    background-color: #E9ECED;
    color: #000000; }
    .btn-default:hover, .btn-default:focus, button-default:hover, button-default:focus {
      background-color: #cdd4d6;
      color: #000000; }
  .btn-danger, button-danger {
    background-color: #ee3524;
    color: #ffffff; }
    .btn-danger:hover, .btn-danger:focus, button-danger:hover, button-danger:focus {
      background-color: #cf2010;
      color: #ffffff; }
  .btn-inverted, button-inverted {
    background-color: #ffffff;
    color: #00aae7; }
    .btn-inverted:hover, .btn-inverted:focus, button-inverted:hover, button-inverted:focus {
      background-color: #e6e6e6; }
  .btn-secondary, button-secondary {
    background-color: #ffffff;
    color: #00aae7;
    border-color: #ffffff; }
    .btn-secondary:hover, .btn-secondary:focus, button-secondary:hover, button-secondary:focus {
      text-decoration: underline; }
  .btn-full, button-full {
    width: 100%; }
  .btn-thin, button-thin {
    padding: 6px 0 !important; }
  .btn-large, button-large {
    font-size: 20px;
    padding: 18px 15px;
    transition: 0.3s;
    border: solid 1px #00aae7; }
    .btn-large:disabled, button-large:disabled {
      padding: 18px 15px; }
  .btn-smaller, button-smaller {
    min-width: 75px;
    margin-bottom: 10px;
    padding: 13px 8px 15px;
    font-size: 0.85em;
    border-width: 1px;
    border-radius: 3px; }
  .btn-gray, button-gray {
    background-color: #A9B5BA;
    color: #ffffff;
    border-color: #8E9DA2; }
    .btn-gray:hover, .btn-gray:focus, button-gray:hover, button-gray:focus {
      background-color: #8d9da3;
      color: #ffffff; }
  .btn-grayblack, button-grayblack {
    background-color: #A9B5BA;
    color: #000000;
    border-color: #8E9DA2; }
    .btn-grayblack:hover, .btn-grayblack:focus, button-grayblack:hover, button-grayblack:focus {
      background-color: #8d9da3;
      color: #000000; }
  .btn-darkgray, button-darkgray {
    background-color: #8E9DA2;
    color: #ffffff;
    border-color: #666666; }
    .btn-darkgray:hover, .btn-darkgray:focus, button-darkgray:hover, button-darkgray:focus {
      background-color: #72858b;
      color: #ffffff; }
  .btn-rounded, button-rounded {
    background-color: #00aae7;
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 5px; }
    .btn-rounded:hover, .btn-rounded:focus, button-rounded:hover, button-rounded:focus {
      background-color: #0084b4;
      color: #ffffff; }
  .btn:disabled, .btn:disabled:hover, .btn.disabled, .btn.disabled:hover, .btn.disabled:focus, button:disabled, button:disabled:hover, button.disabled, button.disabled:hover, button.disabled:focus {
    background-color: #d4dadc;
    border: solid 1px #a9b5ba;
    color: #8e9da2;
    cursor: initial;
    /*padding: 8px 15px;*/ }
  .btn-teal, button-teal {
    background-color: #21c1c5;
    color: #ffffff; }
    .btn-teal:hover, .btn-teal:focus, button-teal:hover, button-teal:focus {
      background-color: #1a9699;
      color: #ffffff; }
  .btn-yellow, button-yellow {
    background-color: #fdb954;
    color: #ffffff; }
    .btn-yellow:hover, .btn-yellow:focus, button-yellow:hover, button-yellow:focus {
      background-color: #fca422;
      color: #ffffff; }
  .btn-declined, button-declined {
    background-color: #ee3524;
    color: #ffffff; }
    .btn-declined:hover, .btn-declined:focus, button-declined:hover, button-declined:focus {
      background-color: #cf2010;
      color: #ffffff; }
  .btn-approved, button-approved {
    background-color: #46c126;
    color: #ffffff; }
    .btn-approved:hover, .btn-approved:focus, button-approved:hover, button-approved:focus {
      color: #ffffff;
      background-color: #37961e; }
  .btn-notice, button-notice {
    background-color: #fc951f;
    color: #ffffff; }
    .btn-notice:hover, .btn-notice:focus, button-notice:hover, button-notice:focus {
      background-color: #e57c03;
      color: #ffffff; }
  .btn-transparent, button-transparent {
    background-color: transparent; }
    .btn-transparent:hover, .btn-transparent:focus, button-transparent:hover, button-transparent:focus {
      background-color: transparent; }

html, body {
  font-family: Arial, sans-serif;
  line-height: 1.25em;
  color: #333333; }

@media only screen and (max-width: 768px) and (orientation: portrait) {
  html {
    -webkit-text-size-adjust: 100%; } }

p {
  color: #666666;
  font-size: 0.9375em;
  line-height: 1.6em; }

a {
  color: #00aae7;
  font-weight: bold;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0084b4; }
  a.no-style {
    color: #666666;
    font-weight: normal;
    font-size: 0.9375em; }

p a {
  text-decoration: underline; }

.text-underline,
.accessible-link {
  text-decoration: underline; }

h1 {
  margin: 0;
  padding: 2% 0 0;
  font-size: 2em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.74em;
  letter-spacing: normal;
  color: #333333; }

h2 {
  font-size: 1.5em;
  line-height: 2em;
  font-weight: bold;
  color: #333333; }

h3 {
  font-size: 1.3em;
  line-height: 1.75em;
  font-weight: bold;
  color: #333333; }

h4 {
  font-size: 1.5625em;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  font-weight: bold; }

h5 {
  color: #666666;
  font-size: 0.9375em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.textarea h1, .textarea h2, .textarea h3, .textarea h4, .textarea h5 {
  color: #333;
  font-weight: bold;
  line-height: 1.1em;
  margin: 20px 0 10px; }

.textarea h1 {
  font-size: 2.5em;
  line-height: 1.1em;
  color: #333333;
  margin: 20px 0 10px;
  font-weight: bold; }

.textarea h2 {
  font-size: 1.75em;
  line-height: 1.1em;
  color: #333333;
  margin: 20px 0 10px;
  font-weight: bold; }

.textarea h3 {
  font-size: 1.375em;
  line-height: 1.1em;
  color: #333333;
  margin: 20px 0 10px;
  font-weight: bold; }

.textarea h4 {
  font-size: 1.125em;
  line-height: 1.1em;
  color: #333333;
  margin: 20px 0 10px;
  font-weight: bold; }

.textarea h5 {
  font-size: 1.0em;
  line-height: 1.1em;
  margin: 20px 0 10px; }

.textarea ul, .textarea ol {
  font-size: 1em;
  margin-left: 25px; }
  .textarea ul li, .textarea ol li {
    line-height: 1.6em;
    color: #666666; }

.textarea ul, .textarea ol {
  margin-left: 25px;
  font-size: 0.9375em; }
  .textarea ul li, .textarea ol li {
    font-size: 0.9375em;
    line-height: 1.6em;
    color: #666666; }

.textarea p {
  margin: 0 0 11px;
  padding: 5px 0;
  margin: 0 0 11px; }

.text-italic {
  font-style: italic !important; }

.text-bold, .order-confirm .order-confirm-summary fieldset .summary-list-total {
  font-weight: bold !important; }

.text-normal {
  font-weight: normal !important; }

.text-arrow:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-left-color: inherit;
  border-left-width: 10px;
  margin: 0 0px 0px 7px; }

.text-x-small, .order-confirm .ship-list .product-info p, .order-confirm .product-shipping p, .order-confirm .shopper-confidence p {
  font-size: 0.8125em;
  line-height: 1.25em; }

.text-small {
  font-size: 0.875em;
  line-height: 0.875em; }

.text-medium {
  font-size: 0.9375em;
  line-height: 0.9375em; }

.text-large, .order-confirm .order-confirm-summary fieldset .summary-list-total {
  font-size: 1.25em;
  line-height: 1.25em; }

.text-primary {
  color: #00aae7; }

.text-white, .text-white a {
  color: #ffffff; }

.text-lighter {
  color: #A9B5BA; }

.text-light, .order-confirm .order-confirm-summary fieldset .summary-list-item, .order-confirm .ship-list .product-info p, .order-confirm .product-shipping p, .order-confirm #order-confirm-info-boxes.order-confirm-info-boxes .info-box-1 div p.ib-info, .order-confirm #order-confirm-info-boxes.order-confirm-info-boxes .info-box-2 div p.ib-info {
  color: #666666; }

.text-lightest {
  color: #8E9DA2; }

.text-dark, .order-confirm .order-confirm-summary fieldset .summary-list-total, .order-confirm .ship-list .product-info p strong, .order-confirm .product-shipping p strong, .order-confirm #order-confirm-info-boxes.order-confirm-info-boxes .info-box-1 div p.ib-header, .order-confirm #order-confirm-info-boxes.order-confirm-info-boxes .info-box-2 div p.ib-header {
  color: #333333; }

.text-darkest {
  color: #1A1918; }

.text-approved {
  color: #46c126; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.centerFill {
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 5px;
  padding-right: 5px; }

@media screen and (min-width: 421px) and (max-width: 768px) {
  .mobile-center {
    text-align: center; }
  h1 {
    line-height: 1em; } }

@media screen and (max-width: 420px) {
  .mobile-center {
    text-align: center; }
  h1 {
    line-height: 1em; } }

.table-full-width {
  width: 100%; }

table.full-width th {
  text-align: left;
  font-weight: bold;
  font-size: 0.9375em;
  padding: 9px 11px; }

table.full-width tbody tr:nth-child(2n+1) {
  background: #F4F6F6; }

table.full-width tbody tr td {
  padding: 15px 11px; }

.responsive-table.table-full th {
  vertical-align: bottom; }

.responsive-table.table-full thead + tbody tr:nth-child(2n+1) {
  background-color: #ffffff; }

@media screen and (max-width: 420px) {
  .account .panel.no-background {
    background: none; }
  .responsive-table {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1em auto;
    width: 100%; }
  .responsive-table.table-full tr:nth-child(2n+1) {
    background-color: #fff; }
  .responsive-table td {
    border-top: 1px solid #ddd;
    padding: 0.8em;
    position: relative;
    text-align: right;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    min-height: 45px; }
  .responsive-table td.no-content {
    height: 0;
    padding: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0; }
  .responsive-table td.no-content::before {
    display: none; }
  .responsive-table th {
    text-align: center;
    padding: .5em;
    border-top: none;
    display: none;
    /*Hides regular headers*/
    font-weight: bold; }
  .responsive-table tr, .responsive-table td, .responsive-table tbody {
    display: block;
    width: 100%; }
  .responsive-table td:before {
    content: attr(title);
    /*Inserts the text for the label*/
    padding: .5em;
    position: absolute;
    top: 2px;
    left: 0; }
  .responsive-table-bordered {
    border-collapse: separate;
    border-collapse: collapsed; }
  .responsive-table td:last-child {
    margin-bottom: 18px;
    border-bottom: 1px solid #ddd; }
  .responsive-table-bordered-all thead:first-child tr:first-child th:first-child, .responsive-table-bordered-all tbody:first-child tr:first-child th:first-child, .responsive-table-bordered-all tbody:first-child tr:first-child td:first-child {
    border-top: 0; }
  .responsive-table tbody td:nth-child(even) {
    background-color: #f9f9f9; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
  .account .panel.no-background {
    background: none; }
  .responsive-table {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1em auto;
    width: 100%; }
  .responsive-table.table-full tr:nth-child(2n+1) {
    background-color: #fff; }
  .responsive-table td {
    border-top: 1px solid #ddd;
    padding: 0.8em;
    position: relative;
    text-align: right;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    min-height: 45px; }
  .responsive-table td.no-content {
    height: 0;
    padding: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0; }
  .responsive-table td.no-content::before {
    display: none; }
  .responsive-table th {
    text-align: center;
    padding: .5em;
    border-top: none;
    display: none;
    /*Hides regular headers*/
    font-weight: bold; }
  .responsive-table tr, .responsive-table td, .responsive-table tbody {
    display: block;
    width: 100%; }
  .responsive-table td:before {
    content: attr(title);
    /*Inserts the text for the label*/
    padding: .5em;
    position: absolute;
    top: 2px;
    left: 0; }
  .responsive-table-bordered {
    border-collapse: separate;
    border-collapse: collapsed; }
  .responsive-table td:last-child {
    margin-bottom: 18px;
    border-bottom: 1px solid #ddd; }
  .responsive-table-bordered-all thead:first-child tr:first-child th:first-child, .responsive-table-bordered-all tbody:first-child tr:first-child th:first-child, .responsive-table-bordered-all tbody:first-child tr:first-child td:first-child {
    border-top: 0; }
  .responsive-table tbody td:nth-child(even) {
    background-color: #f9f9f9; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .responsive-table th:first-child {
    width: 11%; }
  .responsive-table th:nth-child(2) {
    width: 20%; } }

@media screen and (min-width: 976px) {
  .responsive-table th:first-child {
    width: 11%; }
  .responsive-table th:nth-child(2) {
    width: 20%; } }

#primary-nav {
  width: 100%;
  transition: left 0.3s, background-color 0.1s linear 0.2s;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 1000; }
  #primary-nav a.persistent-logo {
    width: auto; }
    #primary-nav a.persistent-logo img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  #primary-nav .persistent-utility {
    width: auto;
    left: auto;
    right: 0; }
    @media screen and (min-width: 1100px) {
      #primary-nav .persistent-utility {
        right: 4%; } }
    @media screen and (min-width: 1200px) {
      #primary-nav .persistent-utility {
        right: 6%; } }
    @media screen and (min-width: 1300px) {
      #primary-nav .persistent-utility {
        right: 8%; } }
    @media screen and (min-width: 1400px) {
      #primary-nav .persistent-utility {
        right: 10%; } }
    @media screen and (min-width: 1500px) {
      #primary-nav .persistent-utility {
        right: 12%; } }
    @media screen and (min-width: 1600px) {
      #primary-nav .persistent-utility {
        right: 16%; } }
    @media screen and (min-width: 1700px) {
      #primary-nav .persistent-utility {
        right: 18%; } }
    @media screen and (min-width: 1800px) {
      #primary-nav .persistent-utility {
        right: 20%; } }
  #primary-nav li.header-offer-desktop {
    float: right;
    margin-top: 19px; }
    #primary-nav li.header-offer-desktop > div {
      font-size: 0.9375em; }
    @media screen and (max-width: 930px) {
      #primary-nav li.header-offer-desktop {
        display: none; } }
    @media screen and (max-width: 1120px) {
      #primary-nav li.header-offer-desktop {
        margin-right: 15px; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #primary-nav {
      height: 100%; } }
  @media screen and (max-width: 420px) {
    #primary-nav {
      height: 100%; } }
  #primary-nav.active {
    background-color: rgba(0, 0, 0, 0.6);
    left: 0; }
  #primary-nav .nav-mask {
    display: none;
    position: absolute;
    height: 3000px;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%; }
  #primary-nav #nav-exit {
    float: right;
    width: 54px;
    height: 54px;
    background-color: #00aae7;
    background-image: url("../img/spritesheet.png");
    background-position: -470px -103px;
    cursor: pointer; }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      #primary-nav #nav-exit {
        display: none; } }
    @media screen and (min-width: 976px) {
      #primary-nav #nav-exit {
        display: none; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #primary-nav ul > li > a + .drawer-container {
      display: none; } }
  @media screen and (max-width: 420px) {
    #primary-nav ul > li > a + .drawer-container {
      display: none; } }
  #primary-nav > ul {
    background-color: #ffffff;
    width: calc(100% - 54px);
    height: 100%;
    overflow: scroll; }
    #primary-nav > ul.active > li.focus > a {
      color: #000000; }
    #primary-nav > ul.active > li > a {
      color: #999999; }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      #primary-nav > ul {
        width: 100%;
        max-width: 1095px;
        margin: auto;
        background-color: transparent; } }
    @media screen and (min-width: 976px) {
      #primary-nav > ul {
        width: 100%;
        max-width: 1095px;
        margin: auto;
        background-color: transparent; } }
    @media screen and (min-width: 976px) {
      #primary-nav > ul > li {
        display: inline-block;
        margin-right: 20px; } }
    @media screen and (max-width: 1120px) and (min-width: 769px) {
      #primary-nav > ul > li {
        display: inline-block;
        margin-right: 0; } }
    #primary-nav > ul > li > a {
      border-bottom: 1px solid #D4DADC;
      font-size: 20px;
      font-weight: bold;
      line-height: 25px;
      letter-spacing: 0.2px;
      color: #000000;
      display: block;
      padding: 15px 20px;
      box-sizing: border-box;
      position: relative; }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        #primary-nav > ul > li > a {
          display: inline-block;
          border: none;
          font-size: 15px; }
          #primary-nav > ul > li > a:hover + div, #primary-nav > ul > li > a:focus + div {
            display: block; } }
      @media screen and (min-width: 976px) {
        #primary-nav > ul > li > a {
          display: inline-block;
          border: none;
          font-size: 15px; }
          #primary-nav > ul > li > a:hover + div, #primary-nav > ul > li > a:focus + div {
            display: block; } }
      #primary-nav > ul > li > a:after {
        content: '';
        display: block;
        height: 50px;
        width: 30px;
        background-image: url("../img/spritesheet.png");
        background-position: -65px -105px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (min-width: 769px) and (max-width: 975px) {
          #primary-nav > ul > li > a:after {
            background-position: -59px -105px;
            right: -10px;
            top: 0;
            transform: rotate(90deg); } }
        @media screen and (min-width: 976px) {
          #primary-nav > ul > li > a:after {
            background-position: -59px -105px;
            right: -10px;
            top: 0;
            transform: rotate(90deg); } }
      #primary-nav > ul > li > a.has-subnav:after {
        background-position: -278px -104px; }
      #primary-nav > ul > li > a.has-subnav.open:after {
        background-position: -136px -104px; }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        #primary-nav > ul > li > a.has-subnav:after {
          background-position: -59px -105px; } }
      @media screen and (min-width: 976px) {
        #primary-nav > ul > li > a.has-subnav:after {
          background-position: -59px -105px; } }
      #primary-nav > ul > li > a.has-subnav.open + div {
        display: block;
        background-color: #F4F6F6; }
        #primary-nav > ul > li > a.has-subnav.open + div .subcategory {
          font-size: 15px; }
        #primary-nav > ul > li > a.has-subnav.open + div > li:last-child {
          border-bottom: none; }
        #primary-nav > ul > li > a.has-subnav.open + div .col > .tile-grid {
          display: block; }
    @media screen and (max-width: 1095px) {
      #primary-nav > ul > li .pet-nav {
        background-image: none !important;
        background-repeat: no-repeat; } }
    #primary-nav > ul > li .pet-nav .container {
      display: none;
      border-bottom: 1px solid #D4DADC; }
      #primary-nav > ul > li .pet-nav .container ul {
        display: none; }
      #primary-nav > ul > li .pet-nav .container h4 {
        font-size: 15px;
        padding: 20px;
        position: relative; }
        #primary-nav > ul > li .pet-nav .container h4.toggle-open:before {
          content: '';
          display: inline-block;
          height: 14px;
          width: 14px;
          background-image: url("../img/spritesheet.png");
          background-position: -350px -197px;
          margin-right: 5px;
          transition: 0.2s; }
        #primary-nav > ul > li .pet-nav .container h4.open:before {
          transform: rotate(-180deg);
          background-position: -350px -200px; }
        #primary-nav > ul > li .pet-nav .container h4.open + ul {
          display: block; }
        #primary-nav > ul > li .pet-nav .container h4.open + ul:not(.tile-grid) li {
          padding: 0 0 20px 40px; }
    #primary-nav > ul > li h4 a {
      background-color: #ffffff;
      border-bottom: 1px solid #D4DADC;
      box-sizing: border-box;
      color: #000000;
      display: block;
      font-size: 15px;
      font-weight: bold;
      letter-spacing: 0.2px;
      line-height: 25px;
      padding: 15px 20px; }
    #primary-nav > ul > li h4.mobile-header {
      color: #000000;
      background-color: #F4F6F6;
      border-bottom: 1px solid #D4DADC;
      padding: 17px 20px;
      box-sizing: border-box;
      display: block;
      font-size: 17px;
      position: relative; }
      #primary-nav > ul > li h4.mobile-header:after {
        content: '';
        display: block;
        height: 50px;
        width: 30px;
        background-image: url("../img/spritesheet.png");
        background-position: -278px -104px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      #primary-nav > ul > li h4.mobile-header.open {
        border-bottom: 0; }
        #primary-nav > ul > li h4.mobile-header.open:after {
          background-position: -136px -104px; }
        #primary-nav > ul > li h4.mobile-header.open + .container {
          display: block; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      #primary-nav > ul > li .pet-list {
        display: none; } }
    @media screen and (max-width: 420px) {
      #primary-nav > ul > li .pet-list {
        display: none; } }
    #primary-nav > ul > li .pet-help .container ul {
      display: block;
      /* margin: 0 30px;*/ }
      #primary-nav > ul > li .pet-help .container ul li {
        list-style-type: none;
        padding-bottom: 10px; }
        #primary-nav > ul > li .pet-help .container ul li a {
          font-size: 1.25em; }
          #primary-nav > ul > li .pet-help .container ul li a:hover {
            color: #0084b4; }
          #primary-nav > ul > li .pet-help .container ul li a i {
            vertical-align: middle; }
    #primary-nav > ul > li .tile-grid {
      margin-top: -1px;
      padding-left: 20px; }
      #primary-nav > ul > li .tile-grid li {
        border: 1px solid #A9B5BA;
        background-color: #ffffff;
        width: 20%;
        margin: 1% 2% 0 0;
        display: inline-block;
        border-radius: 5px; }
        #primary-nav > ul > li .tile-grid li a:after {
          display: none; }
        #primary-nav > ul > li .tile-grid li.link {
          display: block;
          border: none;
          width: 100%;
          margin: 0;
          border: 0;
          background-color: transparent; }
          #primary-nav > ul > li .tile-grid li.link a {
            color: #00aae7;
            font-size: 0.9em;
            padding: 0 10% 10px 0;
            border: 0; }
        #primary-nav > ul > li .tile-grid li a {
          display: block;
          padding: 10%; }
        #primary-nav > ul > li .tile-grid li img {
          display: block;
          width: 100%; }
  #primary-nav .drawer {
    overflow: auto;
    height: 100%; }
  #primary-nav .col .bottom-right {
    display: none; }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    #primary-nav {
      left: auto;
      top: auto;
      position: relative;
      z-index: 990; }
      #primary-nav #shop-by-pet a.top-level {
        font-size: 1.33333em; }
      #primary-nav > ul {
        overflow: visible;
        height: auto; }
      #primary-nav > ul > li h4.mobile-header {
        display: none; }
      #primary-nav .mobile-only {
        display: none; }
      #primary-nav div.drawer-container {
        width: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        text-align: center; }
      #primary-nav div.drawer {
        display: none;
        background-color: #ffffff;
        box-sizing: border-box;
        height: auto;
        margin: auto;
        max-width: 1162px;
        overflow: hidden;
        text-align: left; }
        #primary-nav div.drawer.focus {
          display: inline-block; }
        #primary-nav div.drawer.shop-by-pet {
          width: 100%; }
        #primary-nav div.drawer div.container {
          display: block;
          width: 100%;
          max-width: 1162px;
          box-sizing: border-box;
          margin: auto;
          height: 100%;
          overflow: hidden;
          position: relative;
          border: 0; }
          #primary-nav div.drawer div.container ul {
            display: block; } }
    @media screen and (min-width: 769px) and (max-width: 975px) and (min-width: 769px) and (max-width: 975px) {
      #primary-nav div.drawer.deals div.container ul {
        display: flex; } }
    @media screen and (min-width: 769px) and (max-width: 975px) and (min-width: 976px) {
      #primary-nav div.drawer.deals div.container ul {
        display: flex; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
      #primary-nav ul.pet-list {
        float: left;
        margin: auto;
        width: 18%;
        max-width: 195px;
        margin: 30px 0 30px 30px; }
        #primary-nav ul.pet-list li {
          display: block;
          margin: 0;
          clear: both;
          max-width: 195px;
          width: 100%; }
          #primary-nav ul.pet-list li:first-child {
            display: block; }
          #primary-nav ul.pet-list li:hover a.subcategory, #primary-nav ul.pet-list li.focus a.subcategory {
            background: #00aae7;
            color: #ffffff; }
          #primary-nav ul.pet-list li a.subcategory {
            background-color: #ffffff;
            border-bottom: 1px solid #D4DADC;
            font-size: 1.25em;
            display: block;
            width: 100%;
            z-index: 10;
            padding: 10px;
            box-sizing: border-box;
            color: #000000; }
            #primary-nav ul.pet-list li a.subcategory:after {
              display: none; }
      #primary-nav div.pet-nav {
        background-color: #ffffff;
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: 30%;
        display: none;
        width: 75%;
        float: right;
        box-sizing: border-box;
        min-height: 380px; } }
    @media screen and (min-width: 769px) and (max-width: 975px) and (max-width: 990px) {
      #primary-nav div.pet-nav {
        background-image: none !important; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
        #primary-nav div.pet-nav.focus {
          display: block; }
        #primary-nav div.pet-nav .container .col {
          width: 25%;
          float: left;
          box-sizing: border-box;
          display: block;
          padding: 20px 20px 20px 0;
          max-width: 195px; }
          #primary-nav div.pet-nav .container .col .pet-img {
            display: block;
            max-width: 100%; } }
      @media screen and (min-width: 769px) and (max-width: 975px) and (max-width: 1095px) {
        #primary-nav div.pet-nav .container .col {
          width: 30%; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
          #primary-nav div.pet-nav .container .col h4 {
            padding: 10px 0 5px;
            font-size: 1.25em; }
            #primary-nav div.pet-nav .container .col h4.toggle-open:before {
              display: none; }
          #primary-nav div.pet-nav .container .col ul li {
            display: block; }
            #primary-nav div.pet-nav .container .col ul li a {
              color: #00aae7;
              font-size: 13px;
              line-height: 20px;
              display: inline;
              float: none;
              background-image: none; }
              #primary-nav div.pet-nav .container .col ul li a:after {
                display: none; }
              #primary-nav div.pet-nav .container .col ul li a:hover {
                color: #0084b4; }
          #primary-nav div.pet-nav .container .col li, #primary-nav div.pet-nav .container .col a {
            padding: 0;
            border: 0;
            float: none;
            width: 100%; }
            #primary-nav div.pet-nav .container .col li:hover, #primary-nav div.pet-nav .container .col li:hover a, #primary-nav div.pet-nav .container .col a:hover, #primary-nav div.pet-nav .container .col a:hover a {
              background-color: transparent; }
        #primary-nav div.pet-nav .tile-grid {
          padding-left: 0; }
          #primary-nav div.pet-nav .tile-grid li:not(.link) {
            width: 40%;
            padding: 10px;
            margin: 0 15px 15px 0;
            border-radius: 5px;
            border: 1px solid #A9B5BA;
            float: left;
            clear: none;
            box-sizing: border-box; }
          #primary-nav div.pet-nav .tile-grid img {
            display: block;
            max-width: 100%; }
      #primary-nav .pet-help {
        width: 1045px; } }
    @media screen and (min-width: 769px) and (max-width: 975px) and (max-width: 1045px) {
      #primary-nav .pet-help {
        width: 100%; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
        #primary-nav .pet-help .container ul {
          float: left;
          margin-top: 30px; }
        #primary-nav .pet-help .container .ask-vet-container {
          float: right;
          margin: 30px; } }
      @media screen and (min-width: 769px) and (max-width: 975px) and (max-width: 935px) {
        #primary-nav .pet-help .container .ask-vet-container {
          width: 300px; } }
  @media screen and (min-width: 976px) {
    #primary-nav {
      left: auto;
      top: auto;
      position: relative;
      z-index: 990; }
      #primary-nav #shop-by-pet a.top-level {
        font-size: 1.33333em; }
      #primary-nav > ul {
        overflow: visible;
        height: auto; }
      #primary-nav > ul > li h4.mobile-header {
        display: none; }
      #primary-nav .mobile-only {
        display: none; }
      #primary-nav div.drawer-container {
        width: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        text-align: center; }
      #primary-nav div.drawer {
        display: none;
        background-color: #ffffff;
        box-sizing: border-box;
        height: auto;
        margin: auto;
        max-width: 1162px;
        overflow: hidden;
        text-align: left; }
        #primary-nav div.drawer.focus {
          display: inline-block; }
        #primary-nav div.drawer.shop-by-pet {
          width: 100%; }
        #primary-nav div.drawer div.container {
          display: block;
          width: 100%;
          max-width: 1162px;
          box-sizing: border-box;
          margin: auto;
          height: 100%;
          overflow: hidden;
          position: relative;
          border: 0; }
          #primary-nav div.drawer div.container ul {
            display: block; } }
    @media screen and (min-width: 976px) and (min-width: 769px) and (max-width: 975px) {
      #primary-nav div.drawer.deals div.container ul {
        display: flex; } }
    @media screen and (min-width: 976px) and (min-width: 976px) {
      #primary-nav div.drawer.deals div.container ul {
        display: flex; } }
  @media screen and (min-width: 976px) {
      #primary-nav ul.pet-list {
        float: left;
        margin: auto;
        width: 18%;
        max-width: 195px;
        margin: 30px 0 30px 30px; }
        #primary-nav ul.pet-list li {
          display: block;
          margin: 0;
          clear: both;
          max-width: 195px;
          width: 100%; }
          #primary-nav ul.pet-list li:first-child {
            display: block; }
          #primary-nav ul.pet-list li:hover a.subcategory, #primary-nav ul.pet-list li.focus a.subcategory {
            background: #00aae7;
            color: #ffffff; }
          #primary-nav ul.pet-list li a.subcategory {
            background-color: #ffffff;
            border-bottom: 1px solid #D4DADC;
            font-size: 1.25em;
            display: block;
            width: 100%;
            z-index: 10;
            padding: 10px;
            box-sizing: border-box;
            color: #000000; }
            #primary-nav ul.pet-list li a.subcategory:after {
              display: none; }
      #primary-nav div.pet-nav {
        background-color: #ffffff;
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: 30%;
        display: none;
        width: 75%;
        float: right;
        box-sizing: border-box;
        min-height: 380px; } }
    @media screen and (min-width: 976px) and (max-width: 990px) {
      #primary-nav div.pet-nav {
        background-image: none !important; } }
  @media screen and (min-width: 976px) {
        #primary-nav div.pet-nav.focus {
          display: block; }
        #primary-nav div.pet-nav .container .col {
          width: 25%;
          float: left;
          box-sizing: border-box;
          display: block;
          padding: 20px 20px 20px 0;
          max-width: 195px; }
          #primary-nav div.pet-nav .container .col .pet-img {
            display: block;
            max-width: 100%; } }
      @media screen and (min-width: 976px) and (max-width: 1095px) {
        #primary-nav div.pet-nav .container .col {
          width: 30%; } }
  @media screen and (min-width: 976px) {
          #primary-nav div.pet-nav .container .col h4 {
            padding: 10px 0 5px;
            font-size: 1.25em; }
            #primary-nav div.pet-nav .container .col h4.toggle-open:before {
              display: none; }
          #primary-nav div.pet-nav .container .col ul li {
            display: block; }
            #primary-nav div.pet-nav .container .col ul li a {
              color: #00aae7;
              font-size: 13px;
              line-height: 20px;
              display: inline;
              float: none;
              background-image: none; }
              #primary-nav div.pet-nav .container .col ul li a:after {
                display: none; }
              #primary-nav div.pet-nav .container .col ul li a:hover {
                color: #0084b4; }
          #primary-nav div.pet-nav .container .col li, #primary-nav div.pet-nav .container .col a {
            padding: 0;
            border: 0;
            float: none;
            width: 100%; }
            #primary-nav div.pet-nav .container .col li:hover, #primary-nav div.pet-nav .container .col li:hover a, #primary-nav div.pet-nav .container .col a:hover, #primary-nav div.pet-nav .container .col a:hover a {
              background-color: transparent; }
        #primary-nav div.pet-nav .tile-grid {
          padding-left: 0; }
          #primary-nav div.pet-nav .tile-grid li:not(.link) {
            width: 40%;
            padding: 10px;
            margin: 0 15px 15px 0;
            border-radius: 5px;
            border: 1px solid #A9B5BA;
            float: left;
            clear: none;
            box-sizing: border-box; }
          #primary-nav div.pet-nav .tile-grid img {
            display: block;
            max-width: 100%; }
      #primary-nav .pet-help {
        width: 1045px; } }
    @media screen and (min-width: 976px) and (max-width: 1045px) {
      #primary-nav .pet-help {
        width: 100%; } }
  @media screen and (min-width: 976px) {
        #primary-nav .pet-help .container ul {
          float: left;
          margin-top: 30px; }
        #primary-nav .pet-help .container .ask-vet-container {
          float: right;
          margin: 30px; } }
      @media screen and (min-width: 976px) and (max-width: 935px) {
        #primary-nav .pet-help .container .ask-vet-container {
          width: 300px; } }

.pet-services {
  padding: 20px; }
  .pet-services ul {
    margin: 10px; }
    .pet-services ul li {
      list-style-type: none; }
    @media screen and (min-width: 976px) {
      .pet-services ul.pet-service-options {
        float: left; }
      .pet-services ul.pet-service-deals {
        float: right; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .pet-services ul.pet-service-options {
        float: left; }
      .pet-services ul.pet-service-deals {
        float: right; } }
    .pet-services ul li a {
      font-size: 1.25em; }
      .pet-services ul li a:hover {
        color: #0084b4; }
      .pet-services ul li a img {
        display: block;
        max-width: 100%;
        margin-bottom: 20px; }

.sticky-header #primary-nav li.header-offer-desktop {
  display: none; }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .sticky-header .petco-us-city-upper {
    display: none; } }

@media screen and (min-width: 976px) {
  .sticky-header .petco-us-city-upper {
    display: none; } }

@media screen and (min-width: 1280px) {
  .sticky-header .petco-us-city-upper {
    display: inline; } }

.deals {
  padding: 30px; }
  .deals li {
    display: inline-block;
    padding: 3px; }
    .deals li a {
      display: block;
      padding: 0; }
      .deals li a:after {
        display: none; }
    .deals li img {
      display: block;
      width: 100%; }
  .deals a.btn {
    margin-top: 20px; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .deals a.btn {
        width: 100%; } }
    @media screen and (max-width: 420px) {
      .deals a.btn {
        width: 100%; } }

.ask-vet-container {
  border: 1px solid #D4DADC;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  max-width: 423px; }
  @media screen and (max-width: 420px) {
    .ask-vet-container {
      width: auto; } }
  .ask-vet-container textarea {
    font-family: Arial, sans-serif;
    background-color: #ffffff; }

.shop-by-brand .brand-filter {
  font-size: 0;
  margin: 15px 14px;
  min-width: 240px; }
  @media screen and (min-width: 976px) {
    .shop-by-brand .brand-filter {
      width: 200px;
      border-right: 1px solid #A9B5BA;
      float: left; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .shop-by-brand .brand-filter {
      width: 200px;
      border-right: 1px solid #A9B5BA;
      float: left; } }
  .shop-by-brand .brand-filter li {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    color: #8E9DA2;
    cursor: pointer;
    border: 1px solid #A9B5BA;
    margin: -1px 0 0 -1px; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .shop-by-brand .brand-filter li.active {
        background-color: #00aae7;
        color: #ffffff; } }
    @media screen and (max-width: 420px) {
      .shop-by-brand .brand-filter li.active {
        background-color: #00aae7;
        color: #ffffff; } }
    @media screen and (min-width: 976px) {
      .shop-by-brand .brand-filter li {
        width: 43px;
        height: 43px;
        border-radius: 5px;
        border: none;
        font-size: 20px;
        margin: 0; }
        .shop-by-brand .brand-filter li:hover {
          background-color: #E9ECED; }
        .shop-by-brand .brand-filter li[class*="all"] {
          display: none !important; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .shop-by-brand .brand-filter li {
        width: 43px;
        height: 43px;
        border-radius: 5px;
        border: none;
        font-size: 20px;
        margin: 0; }
        .shop-by-brand .brand-filter li:hover {
          background-color: #E9ECED; }
        .shop-by-brand .brand-filter li[class*="all"] {
          display: none !important; } }

.shop-by-brand .brand-list {
  width: 100%; }
  @media screen and (min-width: 976px) {
    .shop-by-brand .brand-list {
      float: right;
      margin-top: 30px;
      padding-right: 10px;
      box-sizing: border-box;
      position: relative; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .shop-by-brand .brand-list {
      float: right;
      margin-top: 30px;
      padding-right: 10px;
      box-sizing: border-box;
      position: relative; } }
  @media screen and (max-width: 900px) and (min-width: 769) {
    .shop-by-brand .brand-list {
      width: calc(100% - 265px); } }
  .shop-by-brand .brand-list ul li {
    list-style-type: none; }
  @media screen and (min-width: 976px) {
    .shop-by-brand .brand-list ul ul {
      padding: 15px 0 20px; }
      .shop-by-brand .brand-list ul ul a:hover {
        color: #0084b4; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .shop-by-brand .brand-list ul ul {
      padding: 15px 0 20px; }
      .shop-by-brand .brand-list ul ul a:hover {
        color: #0084b4; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .shop-by-brand .brand-list ul ul li {
      color: #000000;
      background-color: #F4F6F6;
      border-bottom: 1px solid #D4DADC;
      padding: 17px 5px 17px 20px;
      box-sizing: border-box;
      display: block;
      position: relative;
      /* &:after {
            content: '';
            display: block;
            height: 50px;
            width: 30px;
            background-image: $spritesheet;
            background-position: -60px -105px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
          }*/ }
      .shop-by-brand .brand-list ul ul li a {
        font-size: 15px;
        color: #000000; } }
  @media screen and (max-width: 420px) {
    .shop-by-brand .brand-list ul ul li {
      color: #000000;
      background-color: #F4F6F6;
      border-bottom: 1px solid #D4DADC;
      padding: 17px 5px 17px 20px;
      box-sizing: border-box;
      display: block;
      position: relative;
      /* &:after {
            content: '';
            display: block;
            height: 50px;
            width: 30px;
            background-image: $spritesheet;
            background-position: -60px -105px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
          }*/ }
      .shop-by-brand .brand-list ul ul li a {
        font-size: 15px;
        color: #000000; } }
  @media screen and (min-width: 976px) {
    .shop-by-brand .brand-list ul ul li {
      width: 30%;
      display: inline-block;
      padding: 0 20px;
      box-sizing: border-box; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .shop-by-brand .brand-list ul ul li {
      width: 30%;
      display: inline-block;
      padding: 0 20px;
      box-sizing: border-box; } }

.shop-by-brand .brand-section {
  background: #E9ECED;
  width: 100%;
  display: block;
  border-radius: 5px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 1.25em;
  color: #8E9DA2; }

@media screen and (min-width: 976px) {
  .nav-items .account-mobile {
    display: none !important; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .nav-items .account-mobile {
    display: none !important; } }

.navbar-utility {
  position: absolute;
  left: 0;
  right: 1px;
  top: 100%; }
  @media screen and (max-width: 1200px) and (min-width: 769px) {
    .navbar-utility {
      margin: 10px 0 0 0; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .navbar-utility {
      display: block;
      float: right;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      width: auto; } }
  @media screen and (min-width: 976px) {
    .navbar-utility {
      display: block;
      float: right;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      width: auto; } }
  .navbar-utility nav:hover > div a,
  .navbar-utility nav:hover > div span {
    opacity: 0.6; }
  .navbar-utility nav > ul > li {
    border-left: 1px solid #A9B5BA;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    text-align: center;
    z-index: 110; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .navbar-utility nav > ul > li {
        position: absolute;
        left: -1px; } }
    @media screen and (max-width: 420px) {
      .navbar-utility nav > ul > li {
        position: absolute;
        left: -1px; } }
    .navbar-utility nav > ul > li .account {
      padding: 0; }
    .navbar-utility nav > ul > li div.live-help, .navbar-utility nav > ul > li div.store-locator, .navbar-utility nav > ul > li div.account, .navbar-utility nav > ul > li div.cart {
      display: none; }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        .navbar-utility nav > ul > li div.live-help, .navbar-utility nav > ul > li div.store-locator, .navbar-utility nav > ul > li div.account, .navbar-utility nav > ul > li div.cart {
          display: inline-block; } }
      @media screen and (min-width: 976px) {
        .navbar-utility nav > ul > li div.live-help, .navbar-utility nav > ul > li div.store-locator, .navbar-utility nav > ul > li div.account, .navbar-utility nav > ul > li div.cart {
          display: inline-block; } }
    .navbar-utility nav > ul > li:last-of-type {
      padding-right: 0; }
    .navbar-utility nav > ul > li .store-locator.open,
    .navbar-utility nav > ul > li .cart.open {
      display: block;
      position: absolute;
      left: 0;
      top: 100%;
      width: 100vw; }
      @media screen and (min-width: 421px) and (max-width: 768px) {
        .navbar-utility nav > ul > li .store-locator.open,
        .navbar-utility nav > ul > li .cart.open {
          right: -1px;
          padding: 0; } }
      @media screen and (max-width: 420px) {
        .navbar-utility nav > ul > li .store-locator.open,
        .navbar-utility nav > ul > li .cart.open {
          right: -1px;
          padding: 0; } }
      .navbar-utility nav > ul > li .store-locator.open > a:not(.btn),
      .navbar-utility nav > ul > li .cart.open > a:not(.btn) {
        display: none; }
      .navbar-utility nav > ul > li .store-locator.open .tab,
      .navbar-utility nav > ul > li .cart.open .tab {
        visibility: visible;
        left: 0;
        right: 0;
        margin: 0;
        width: 100%; }
    .navbar-utility nav > ul > li:first-child {
      border-left: none; }
    .navbar-utility nav > ul > li:hover a,
    .navbar-utility nav > ul > li:hover span {
      opacity: 1; }
    .navbar-utility nav > ul > li > a {
      display: block;
      transition: 0.2s; }
    .navbar-utility nav > ul > li a:hover ~ .tab, .navbar-utility nav > ul > li a:focus ~ .tab {
      visibility: visible; }
  .navbar-utility nav a span {
    display: block;
    color: #333333; }
    .navbar-utility nav a span#firstName {
      display: inline; }
    @media screen and (max-width: 1200px) {
      .navbar-utility nav a span {
        position: absolute;
        left: -10000px; } }

.tab {
  background-color: #ffffff;
  box-shadow: inset 0 7px 17px -8px rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
  left: 50%;
  margin: 10px 0 0 -125px;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 240px;
  transition: 0.1s; }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .tab {
      visibility: hidden;
      border-radius: 5px;
      box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.18); } }
  @media screen and (min-width: 976px) {
    .tab {
      visibility: hidden;
      border-radius: 5px;
      box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.18); } }
  .tab a.btn {
    display: block; }
  .tab span {
    position: relative;
    left: auto; }
  .tab:focus, .tab:hover {
    visibility: visible; }
  .tab > div {
    padding: 10px; }
  .tab.logged-out div {
    padding: 20px 40px; }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .tab.logged-out div {
        padding: 20px; } }
    @media screen and (min-width: 976px) {
      .tab.logged-out div {
        padding: 20px; } }
    .tab.logged-out div a {
      display: block;
      margin: 0 0 10px 0; }
    .tab.logged-out div p {
      color: #666666; }

#account-container .tab, #live-help-container .tab {
  position: relative;
  left: auto;
  top: auto;
  margin: auto;
  width: 100%;
  box-shadow: none; }

@media screen and (min-width: 976px) {
  .cart .tab {
    left: auto;
    right: -100%; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .cart .tab {
    left: auto;
    right: -100%; } }

@media screen and (max-width: 1200px) {
  .tab, .cart .tab {
    left: auto;
    right: 0; } }

@media screen and (-ms-high-contrast: active) and (min-width: 976px) {
  .navbar-utility {
    margin: 0px 0 0; }
    .navbar-utility [class*="icon-"] {
      height: 50px;
      width: 50px; } }

@media screen and (-ms-high-contrast: active) and (min-width: 769px) and (max-width: 975px) {
  .navbar-utility {
    margin: 0px 0 0; }
    .navbar-utility [class*="icon-"] {
      height: 50px;
      width: 50px; } }

@media screen and (-ms-high-contrast: active) {
  .navbar-utility nav a span {
    position: absolute;
    width: 50px;
    top: 50%;
    left: auto;
    -ms-transform: translateY(50%);
    transform: translateY(-50%); }
  .navbar-utility .tab {
    border: 1px solid; } }

.cart .cart-count {
  color: #ffffff;
  background-color: #ee3524;
  border-radius: 0.8em;
  padding: 0 4px;
  font-size: 0.6875em;
  line-height: 1.5em;
  text-align: center;
  min-width: calc(1.5em - 8px);
  position: absolute;
  left: 59%;
  top: -5px; }
  @media screen and (-ms-high-contrast: active) {
    .cart .cart-count {
      border: 1px solid; }
      .cart .cart-count:empty {
        border: none; } }

#mobile-cart {
  position: relative; }
  #mobile-cart .persistent-cart-count {
    top: 20%;
    left: calc(50% + 1px); }

.persistent-cart-count {
  color: #ffffff;
  background-color: #ee3524;
  border-radius: 0.8em;
  padding: 0 4px;
  font-size: 0.6875em;
  font-weight: bold;
  line-height: 1.5em;
  position: absolute;
  text-align: center;
  left: calc(100% - 19px);
  top: 5px;
  min-width: calc(1.5em - 8px); }
  @media screen and (-ms-high-contrast: active) {
    .persistent-cart-count {
      border: 1px solid; }
      .persistent-cart-count:empty {
        border: none; } }

.mini-cart.tab {
  width: 288px;
  padding: 20px;
  z-index: 2002; }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .mini-cart.tab {
      padding: 15px; } }
  @media screen and (min-width: 976px) {
    .mini-cart.tab {
      padding: 15px; } }

#MiniShopCartContents {
  padding: 0; }

.mini-cart-empty div {
  padding: 20px 40px; }

.mini-cart-header p {
  padding: 16px 12px; }

.mini-cart-header a.btn {
  display: inline-block;
  width: 49%;
  margin: 15px 0; }

.mini-cart-body {
  clear: both;
  border-top: 1px solid #D4DADC; }

.mini-cart-item {
  border-bottom: 1px solid #D4DADC;
  text-align: left;
  overflow: hidden; }
  .mini-cart-item .product-image, .mini-cart-item .product-info {
    margin: 15px 5px;
    float: left; }
  .mini-cart-item .product-image {
    width: 21%;
    max-width: 75px; }
  .mini-cart-item .product-info {
    width: 70%; }
  .mini-cart-item .product-name {
    height: 100%;
    max-height: none;
    padding-bottom: 5px; }
    .mini-cart-item .product-name a {
      color: #00aae7;
      font-weight: bold;
      font-size: 1em; }

.mini-cart-footer {
  border-top: #D4DADC;
  padding-top: 15px; }

.search {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: inset 0 7px 17px -8px rgba(0, 0, 0, 0.18); }
  .search.open {
    display: block; }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .search {
      display: block;
      float: left;
      max-width: 480px;
      width: 40%;
      padding: 0;
      position: relative;
      box-shadow: none; } }
  @media screen and (min-width: 976px) {
    .search {
      display: block;
      float: left;
      max-width: 480px;
      width: 40%;
      padding: 0;
      position: relative;
      box-shadow: none; } }
  @media screen and (max-width: 900px) and (min-width: 769px) {
    .search {
      width: 35%; } }

.primary-search {
  background-color: #F4F6F6;
  border: 1px solid #8E9DA2;
  height: 44px;
  position: relative; }
  .primary-search input[type="text"] {
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    font-weight: bold;
    height: 100%;
    padding: 10px;
    width: 91%; }
    .primary-search input[type="text"]:focus::-webkit-input-placeholder {
      color: transparent; }
    .primary-search input[type="text"]:focus::-moz-placeholder {
      color: transparent; }
    .primary-search input[type="text"]:focus:-ms-input-placeholder {
      color: transparent; }
    .primary-search input[type="text"]:focus:-moz-placeholder {
      color: transparent; }
  .primary-search #submitButton,
  .primary-search #noResults_submitButton {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 44px;
    border: none;
    border-radius: 0;
    background-position: -128px -38px;
    background-color: transparent;
    opacity: 0.5;
    text-indent: -9000px; }
    .primary-search #submitButton.active,
    .primary-search #noResults_submitButton.active {
      background-color: #00aae7;
      background-position: -406px -38px;
      opacity: 1; }
  .primary-search #NoResults_SimpleSearchForm_SearchTerm {
    width: 88%; }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .primary-search #NoResults_SimpleSearchForm_SearchTerm {
        width: 90%; } }
    @media screen and (min-width: 976px) {
      .primary-search #NoResults_SimpleSearchForm_SearchTerm {
        width: 90%; } }
  .primary-search #noResults_submitButton {
    width: 70px;
    background-position: -115px -30px !important; }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .primary-search #noResults_submitButton {
        background-position: -115px -28px !important; } }
    @media screen and (min-width: 976px) {
      .primary-search #noResults_submitButton {
        background-position: -115px -28px !important; } }
    .primary-search #noResults_submitButton.active {
      background-position: -395px -30px !important; }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        .primary-search #noResults_submitButton.active {
          height: 101%;
          background-position: -395px -28px !important; } }
      @media screen and (min-width: 976px) {
        .primary-search #noResults_submitButton.active {
          height: 101%;
          background-position: -395px -28px !important; } }

#look-ahead {
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
  width: 428px;
  overflow: hidden;
  margin: 40px 0 0 0;
  transition: margin 0.2s ease-in, opacity 0.2s ease-in;
  z-index: -1;
  position: relative;
  /*
  &:before {
    content: "";
    height:  calc(100% - 60px);
    display: block;
    border-right: $lighterBorder;
    width: 1px;
    margin-left: -1px;
    left: 50%;
    top: 30px;
    position: absolute;

    @include breakpoint(medium small){
      display: none;
    }
  }
*/ }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #look-ahead {
      width: 100vw;
      margin: 40px 0 0 -22px; } }
  @media screen and (max-width: 420px) {
    #look-ahead {
      width: 100vw;
      margin: 40px 0 0 -22px; } }
  #look-ahead.active {
    margin-top: 10px;
    opacity: 1;
    visibility: visible; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      #look-ahead.active {
        margin: 10px 0 0 -22px; } }
    @media screen and (max-width: 420px) {
      #look-ahead.active {
        margin: 10px 0 0 -22px; } }
  #look-ahead .look-ahead-column {
    box-sizing: border-box;
    margin: 30px 0;
    padding: 0 20px;
    font-size: 0.8125em;
    line-height: 1.92308em;
    font-weight: bold; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      #look-ahead .look-ahead-column {
        width: 100%;
        float: none; } }
    @media screen and (max-width: 420px) {
      #look-ahead .look-ahead-column {
        width: 100%;
        float: none; } }
    #look-ahead .look-ahead-column a {
      font-weight: normal;
      font-size: 1.15385em;
      line-height: 1.66667em; }
    #look-ahead .look-ahead-column .look-ahead-section {
      margin: 10px 0; }
  #look-ahead #autoSuggestProducts {
    width: 50%;
    float: right;
    overflow: hidden;
    padding: 30px 20px 10px;
    box-sizing: border-box;
    font-size: 0.8125em;
    line-height: 1.92308em;
    font-weight: bold; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      #look-ahead #autoSuggestProducts {
        display: none; } }
    @media screen and (max-width: 420px) {
      #look-ahead #autoSuggestProducts {
        display: none; } }
    #look-ahead #autoSuggestProducts .suggested-product {
      padding: 20px 0;
      box-sizing: border-box;
      border-bottom: 1px solid #D4DADC;
      overflow: hidden;
      font-size: 1em;
      font-weight: normal; }
      #look-ahead #autoSuggestProducts .suggested-product .product-image {
        width: 25%;
        float: left; }
        #look-ahead #autoSuggestProducts .suggested-product .product-image img {
          display: block;
          width: 100%; }
      #look-ahead #autoSuggestProducts .suggested-product .product-info {
        width: 75%;
        float: right; }
      #look-ahead #autoSuggestProducts .suggested-product .product-name {
        font-size: 1em;
        height: auto; }
    #look-ahead #autoSuggestProducts .btn {
      margin: 20px 0;
      font-size: 1.15385em; }

@media screen and (-ms-high-contrast: active) and (max-width: 820px) {
  .search {
    width: 30%;
    margin: auto; } }

@media screen and (-ms-high-contrast: active) {
  .primary-search #submitButton,
  .primary-search #noResults_submitButton {
    text-indent: -9px;
    border: 1px solid; } }

.smartbanner {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 84px;
  background: #f3f3f3;
  font-family: Helvetica, sans, sans-serif; }
  .smartbanner .smartbanner__exit {
    position: absolute;
    top: calc(50% - 6px);
    display: block;
    border: 0;
    text-align: center;
    left: 6px;
    margin-right: 7px;
    width: 17px;
    height: 17px;
    color: #757575;
    background: #f3f3f3;
    font-family: 'ArialRoundedMTBold', Arial;
    font-size: 20px;
    font-weight: bold;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 17px; }
    .smartbanner .smartbanner__exit::before, .smartbanner .smartbanner__exit::after {
      position: absolute;
      width: 1px;
      height: 12px;
      background: #757575;
      content: ' '; }
    .smartbanner .smartbanner__exit::before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .smartbanner .smartbanner__exit::after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .smartbanner .smartbanner__icon {
    position: absolute;
    top: 10px;
    left: 30px;
    width: 64px;
    height: 64px;
    border-radius: 15px;
    background-size: 64px 64px;
    background-color: transparent;
    box-shadow: none; }
    @media only screen and (max-width: 345px) {
      .smartbanner .smartbanner__icon {
        left: 25px;
        width: 60px;
        height: 60px;
        background-size: 60px 60px; } }
  .smartbanner .smartbanner__info {
    position: absolute;
    top: 10px;
    left: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    width: 60%;
    height: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #757575; }
    @media only screen and (max-width: 345px) {
      .smartbanner .smartbanner__info {
        left: 93px; } }
    .smartbanner .smartbanner__info .smartbanner__info__title {
      font-size: 16px;
      font-weight: bold; }
    .smartbanner .smartbanner__info .smartbanner__info__author, .smartbanner .smartbanner__info .smartbanner__info__price {
      font-size: 12px;
      font-weight: bold; }
      @media only screen and (max-width: 335px) {
        .smartbanner .smartbanner__info .smartbanner__info__author, .smartbanner .smartbanner__info .smartbanner__info__price {
          font-size: 9px; } }
      @media only screen and (min-width: 336px) and (max-width: 397px) {
        .smartbanner .smartbanner__info .smartbanner__info__author, .smartbanner .smartbanner__info .smartbanner__info__price {
          font-size: 10px; } }
  .smartbanner .smartbanner__button {
    position: absolute;
    z-index: 1;
    display: block;
    min-width: 10%;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    top: 30px;
    right: 10px;
    min-width: 12%;
    border-radius: 0; }
    .smartbanner .smartbanner__button .smartbanner__button__label {
      color: #00aae7;
      font-size: 14px;
      font-weight: bold;
      display: block;
      padding: 0 5px;
      box-shadow: none;
      line-height: 24px;
      text-align: center;
      text-shadow: none;
      text-transform: none; }
      .smartbanner .smartbanner__button .smartbanner__button__label:active, .smartbanner .smartbanner__button .smartbanner__button__label:hover {
        color: #000080; }
      @media only screen and (max-width: 397px) {
        .smartbanner .smartbanner__button .smartbanner__button__label {
          font-size: 10px; } }

.header_wrapper_position {
  position: relative;
  z-index: 999; }
  .sticky-header .header_wrapper_position {
    z-index: 989; }

.banner-promo .collapse-toggle:focus {
  text-decoration: underline; }

#header-offer,
#nav-header-offer {
  font-size: 0.875em; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #header-offer,
    #nav-header-offer {
      width: 100%;
      padding: 0 0 10px;
      text-align: center;
      max-height: 50px;
      overflow: hidden; } }
  @media screen and (max-width: 420px) {
    #header-offer,
    #nav-header-offer {
      width: 100%;
      padding: 0 0 10px;
      text-align: center;
      max-height: 50px;
      overflow: hidden; } }
  #header-offer a,
  #nav-header-offer a {
    font-weight: normal; }

#header-offer {
  display: none; }
  @media screen and (max-width: 930px) {
    #header-offer {
      display: block;
      clear: both;
      text-align: center;
      padding-top: 15px;
      margin-bottom: -20px; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #header-offer {
      margin-bottom: 0;
      padding-top: 0; } }
  @media screen and (max-width: 420px) {
    #header-offer {
      margin-bottom: 0;
      padding-top: 0; } }

#header {
  width: 100%;
  margin: auto;
  position: relative;
  background: white;
  z-index: 989;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #header {
      z-index: 1000; } }
  @media screen and (max-width: 420px) {
    #header {
      z-index: 1000; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    #header {
      max-width: 1095px;
      display: block;
      padding: 20px;
      box-sizing: border-box; }
      #header [id*="mobile"] {
        display: none; } }
  @media screen and (min-width: 976px) {
    #header {
      max-width: 1095px;
      display: block;
      padding: 20px;
      box-sizing: border-box; }
      #header [id*="mobile"] {
        display: none; } }
  #header [class*="icon"] {
    display: inline-block; }
  #header div[id*="mobile"] {
    padding: 15px 0;
    flex-basis: 15%;
    text-align: center; }

@media screen and (min-width: 976px) {
  padding: 20px 0; }

.logo {
  display: inline-block;
  height: 26px; }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .logo {
      float: left;
      height: auto;
      margin-right: 4%; } }
  @media screen and (min-width: 976px) {
    .logo {
      float: left;
      height: auto;
      margin-right: 4%; } }
  .logo img {
    display: inline-block;
    max-height: 100%; }

@media screen and (min-width: 769px) and (max-width: 1080px) {
  .petco-us-city-upper {
    display: none; } }

.persistent-utility {
  display: none; }

.persistent-logo {
  display: none; }

.sticky-header #header {
  position: fixed;
  top: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .sticky-header #header #header-offer {
      max-height: 0;
      padding: 0;
      transition: 0.2s; } }
  @media screen and (max-width: 420px) {
    .sticky-header #header #header-offer {
      max-height: 0;
      padding: 0;
      transition: 0.2s; } }
  @media screen and (min-width: 976px) {
    .sticky-header #header {
      width: 100%;
      padding: 0 20px;
      max-width: none; }
      .sticky-header #header #header-offer {
        display: none; }
      .sticky-header #header .navbar-utility {
        position: relative;
        top: 0;
        left: 0;
        height: 1px;
        width: 100%;
        margin: -1px 0 0 0; }
        .sticky-header #header .navbar-utility nav li > div:not(.cart) {
          display: none; }
        .sticky-header #header .navbar-utility .cart {
          display: block;
          padding: 0; }
          .sticky-header #header .navbar-utility .cart #mini-cart-icon {
            display: none; }
          .sticky-header #header .navbar-utility .cart .mini-cart {
            visibility: hidden;
            transition: visibility 0s;
            display: block;
            position: absolute;
            top: -36px;
            right: auto;
            left: auto;
            margin: 0; }
            .sticky-header #header .navbar-utility .cart .mini-cart.persist-active {
              transition-delay: 0.2s; }
            .sticky-header #header .navbar-utility .cart .mini-cart.active {
              visibility: visible; }
      .sticky-header #header #search {
        visibility: hidden;
        transition: visibility 0s;
        display: block;
        position: absolute;
        top: 45px;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.1); }
        .sticky-header #header #search.persist-active {
          transition-delay: 0.2s; }
        .sticky-header #header #search input[type="text"] {
          transition: none; }
      .sticky-header #header #search.active {
        visibility: visible;
        z-index: 50; }
      .sticky-header #header .logo {
        width: 100%;
        max-width: 1095px;
        margin: auto;
        display: block;
        float: none;
        padding: 10px 0;
        overflow: hidden; }
        .sticky-header #header .logo a {
          visibility: hidden; }
        .sticky-header #header .logo img {
          float: none;
          max-width: 150px;
          display: block; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .sticky-header #header {
      width: 100%;
      padding: 0 20px;
      max-width: none; }
      .sticky-header #header #header-offer {
        display: none; }
      .sticky-header #header .navbar-utility {
        position: relative;
        top: 0;
        left: 0;
        height: 1px;
        width: 100%;
        margin: -1px 0 0 0; }
        .sticky-header #header .navbar-utility nav li > div:not(.cart) {
          display: none; }
        .sticky-header #header .navbar-utility .cart {
          display: block;
          padding: 0; }
          .sticky-header #header .navbar-utility .cart #mini-cart-icon {
            display: none; }
          .sticky-header #header .navbar-utility .cart .mini-cart {
            visibility: hidden;
            transition: visibility 0s;
            display: block;
            position: absolute;
            top: -36px;
            right: auto;
            left: auto;
            margin: 0; }
            .sticky-header #header .navbar-utility .cart .mini-cart.persist-active {
              transition-delay: 0.2s; }
            .sticky-header #header .navbar-utility .cart .mini-cart.active {
              visibility: visible; }
      .sticky-header #header #search {
        visibility: hidden;
        transition: visibility 0s;
        display: block;
        position: absolute;
        top: 45px;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.1); }
        .sticky-header #header #search.persist-active {
          transition-delay: 0.2s; }
        .sticky-header #header #search input[type="text"] {
          transition: none; }
      .sticky-header #header #search.active {
        visibility: visible;
        z-index: 50; }
      .sticky-header #header .logo {
        width: 100%;
        max-width: 1095px;
        margin: auto;
        display: block;
        float: none;
        padding: 10px 0;
        overflow: hidden; }
        .sticky-header #header .logo a {
          visibility: hidden; }
        .sticky-header #header .logo img {
          float: none;
          max-width: 150px;
          display: block; } }

@media screen and (min-width: 976px) {
  .sticky-header #primary-nav {
    position: fixed;
    height: auto;
    top: 0;
    margin: auto;
    box-sizing: border-box; }
    .sticky-header #primary-nav .persistent-logo {
      max-width: 1095px;
      width: 100%;
      margin: auto;
      display: block; }
      .sticky-header #primary-nav .persistent-logo img {
        display: inline-block;
        float: left;
        padding: 5px 0 0 10px;
        max-width: 150px; }
    .sticky-header #primary-nav > ul {
      background: transparent;
      padding-left: 20%; }
    .sticky-header #primary-nav > ul li > a {
      padding-bottom: 10px; }
    .sticky-header #primary-nav #header-top-banner {
      visibility: hidden; }
    .sticky-header #primary-nav .drawer, .sticky-header #primary-nav div.drawer ul.pet-list li div.pet-nav {
      box-shadow: inset 0px 4px 10px -5px rgba(0, 0, 0, 0.1), 0px 4px 10px -5px rgba(0, 0, 0, 0.1); }
  .sticky-header .persistent-utility {
    display: block;
    position: absolute;
    top: 5px;
    max-width: 1095px;
    width: 100%;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: right; }
    .sticky-header .persistent-utility i {
      cursor: pointer;
      padding: 10px; }
    .sticky-header .persistent-utility .icon-search {
      background-position: -127px -38px; }
    .sticky-header .persistent-utility .icon-cart {
      background-position: 12px -39px; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .sticky-header #primary-nav {
    position: fixed;
    height: auto;
    top: 0;
    margin: auto;
    box-sizing: border-box; }
    .sticky-header #primary-nav .persistent-logo {
      max-width: 1095px;
      width: 100%;
      margin: auto;
      display: block; }
      .sticky-header #primary-nav .persistent-logo img {
        display: inline-block;
        float: left;
        padding: 5px 0 0 10px;
        max-width: 150px; }
    .sticky-header #primary-nav > ul {
      background: transparent;
      padding-left: 20%; }
    .sticky-header #primary-nav > ul li > a {
      padding-bottom: 10px; }
    .sticky-header #primary-nav #header-top-banner {
      visibility: hidden; }
    .sticky-header #primary-nav .drawer, .sticky-header #primary-nav div.drawer ul.pet-list li div.pet-nav {
      box-shadow: inset 0px 4px 10px -5px rgba(0, 0, 0, 0.1), 0px 4px 10px -5px rgba(0, 0, 0, 0.1); }
  .sticky-header .persistent-utility {
    display: block;
    position: absolute;
    top: 5px;
    max-width: 1095px;
    width: 100%;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: right; }
    .sticky-header .persistent-utility i {
      cursor: pointer;
      padding: 10px; }
    .sticky-header .persistent-utility .icon-search {
      background-position: -127px -38px; }
    .sticky-header .persistent-utility .icon-cart {
      background-position: 12px -39px; } }

@media screen and (max-width: 1130px) and (min-width: 1081px) {
  .sticky-header #primary-nav .persistent-logo img {
    padding-left: 10px; } }

@media screen and (max-width: 1080px) and (min-width: 876px) {
  .sticky-header #primary-nav > ul {
    padding-left: 22%; }
    .sticky-header #primary-nav > ul li {
      margin-right: 0px; }
    .sticky-header #primary-nav > ul li > a span {
      display: none; }
    .sticky-header #primary-nav > ul li > a:after {
      background-position: -56px -107px; }
    .sticky-header #primary-nav > ul li > a:not(.has-subnav) {
      background-position: -56px -109px;
      font-size: 0.8125em; } }

@media screen and (max-width: 875px) and (min-width: 769px) {
  .sticky-header #primary-nav .persistent-logo img {
    max-width: 120px;
    padding-top: 10px; }
  .sticky-header #primary-nav > ul {
    padding-left: 16%; }
    .sticky-header #primary-nav > ul li {
      margin-right: 0px; }
    .sticky-header #primary-nav > ul li > a {
      font-size: 0.8125em; }
      .sticky-header #primary-nav > ul li > a span {
        display: none; }
      .sticky-header #primary-nav > ul li > a:after {
        background-position: -56px -107px; }
    .sticky-header #primary-nav > ul #shop-by-pet a.top-level {
      font-size: 1.125em; } }

#mobileOverlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: -500px;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 0;
  margin: 0;
  z-index: 901;
  display: none; }
  #mobileOverlay.active {
    display: block; }

#header-top-banner {
  position: relative;
  z-index: 902; }

@media screen and (-ms-high-contrast: active) {
  .sticky-header #primary-nav {
    border-bottom: 1px solid; }
  .sticky-header .persistent-utility .icon-search:before {
    content: "Search";
    border: 1px solid;
    padding: 10px; }
  .sticky-header .persistent-utility .icon-cart:before {
    content: "Cart";
    border: 1px solid;
    padding: 10px; } }

.sticky-header .cart-list-item {
  width: 100%; }

.footer_wrapper_position {
  width: 100%; }
  @media screen and (min-width: 976px) {
    .footer_wrapper_position {
      border-top: 1px solid #D4DADC;
      padding-top: 30px; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .footer_wrapper_position {
      border-top: 1px solid #D4DADC;
      padding-top: 30px; } }
  .footer_wrapper_position .container {
    width: 100%;
    max-width: 1095px;
    margin: auto; }

footer {
  max-width: 1095px;
  margin: auto; }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    footer {
      padding: 0 20px;
      box-sizing: border-box; } }
  footer ul {
    display: none; }
    footer ul li {
      list-style: none; }
  footer h2 {
    font-size: 1.25em;
    color: #1A1918;
    font-weight: bold;
    letter-spacing: 0.2px;
    padding: 15px 20px;
    position: relative;
    border-top: 1px solid #A9B5BA;
    cursor: pointer; }
    footer h2:after {
      content: '';
      display: block;
      height: 100%;
      width: 30px;
      background-image: url("../img/spritesheet.png");
      background-position: -277px -104px;
      position: absolute;
      right: 0;
      top: 0; }
    footer h2.open:after {
      background-position: -135px -104px; }
    footer h2.open + ul {
      display: block;
      border-top: 1px solid #A9B5BA;
      background-color: #F4F6F6;
      padding: 20px;
      box-sizing: border-box; }
      footer h2.open + ul li {
        padding-bottom: 5px; }
      footer h2.open + ul li a {
        font-size: 0.8125em; }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    footer > div {
      padding: 0 0 40px 0;
      width: 25%;
      float: left; }
    footer ul {
      display: block; }
    footer h2 {
      margin-bottom: 5px;
      cursor: initial;
      padding: 15px 0 0;
      border-top: 0; }
      footer h2:after {
        display: none; }
    footer a {
      font-size: 0.8125em;
      line-height: 1.25em; } }
  @media screen and (min-width: 976px) {
    footer > div {
      padding: 0 0 40px 0;
      width: 25%;
      float: left; }
    footer ul {
      display: block; }
    footer h2 {
      margin-bottom: 5px;
      cursor: initial;
      padding: 15px 0 0;
      border-top: 0; }
      footer h2:after {
        display: none; }
    footer a {
      font-size: 0.8125em;
      line-height: 1.25em; } }

.footer-signup h2:after {
  display: none; }

.footer-signup > div {
  padding: 0 20px 20px; }
  @media screen and (min-width: 976px) {
    .footer-signup > div {
      padding: 0; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .footer-signup > div {
      padding: 0; } }

.footer-signup input {
  background-color: #E9ECED;
  color: #8E9DA2;
  font-size: 0.8125em;
  font-weight: bold;
  margin: 8px 0 0;
  padding-right: 48px; }
  .footer-signup input:-webkit-input-placeholder {
    color: #8E9DA2;
    font-size: 0.8125em;
    font-weight: bold; }
  .footer-signup input::-moz-placeholder {
    color: #8E9DA2;
    font-size: 0.8125em;
    font-weight: bold; }
  .footer-signup input:-ms-input-placeholder {
    color: #8E9DA2;
    font-size: 0.8125em;
    font-weight: bold; }
  .footer-signup input:-moz-placeholder {
    color: #8E9DA2;
    font-size: 0.8125em;
    font-weight: bold; }
  .footer-signup input:focus:-webkit-input-placeholder {
    color: transparent; }
  .footer-signup input:focus::-moz-placeholder {
    color: transparent; }
  .footer-signup input:focus:-ms-input-placeholder {
    color: transparent; }
  .footer-signup input:focus:-moz-placeholder {
    color: transparent; }
  .footer-signup input:focus::placeholder {
    color: transparent; }

.footer-signup .input {
  position: relative; }
  .footer-signup .input button {
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9000px;
    width: 50px;
    padding: 0;
    height: 100%;
    background-color: transparent;
    background-image: url("../img/spritesheet.png");
    background-position: -475px -32px; }

.footer-signup p {
  margin: 15px 0 23px; }

.footer-social {
  display: block; }
  .footer-social li {
    display: inline-block;
    height: 33px;
    width: 33px;
    margin-right: 8px;
    background-image: url("../img/spritesheet.png"); }
    .footer-social li a {
      display: block;
      height: 100%;
      width: 100%;
      text-indent: -9000px; }

.copyright {
  width: 100%;
  border-top: 1px solid #A9B5BA;
  padding: 20px 0;
  box-sizing: border-box;
  float: none;
  clear: both;
  padding: 20px; }
  .copyright a {
    font-size: 0.8125em;
    line-height: 1.25em; }
    .copyright a.mobile-only {
      display: inline-block;
      margin: 0 10px; }
  .copyright p {
    font-size: 0.8125em;
    line-height: 1.75em;
    color: #8E9DA2;
    width: 25%;
    float: left; }
  .copyright ul {
    display: block;
    width: 100%; }
    .copyright ul.open {
      margin-top: 10px; }
    @media screen and (min-width: 976px) {
      .copyright ul {
        margin: 0;
        width: 55%;
        float: left; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .copyright ul {
        margin: 0;
        width: 55%;
        float: left; } }
    .copyright ul li {
      display: inline-block; }
      @media screen and (min-width: 421px) and (max-width: 768px) {
        .copyright ul li {
          display: inline;
          line-height: 2.5em; } }
      @media screen and (max-width: 420px) {
        .copyright ul li {
          display: inline;
          line-height: 2.5em; } }
      .copyright ul li:before {
        content: "• ";
        color: #8E9DA2; }
      .copyright ul li:first-child:before {
        content: ''; }
      .copyright ul li a {
        color: #333333; }

#accordion {
  margin-top: 20px; }
  #accordion .panel:last-child .panel-heading a {
    border-bottom: 1px solid #D4DADC; }
  #accordion .panel-heading a {
    border-top: 1px solid #D4DADC;
    color: #333333;
    display: block;
    font-size: 0.75em;
    padding: 10px 0;
    position: relative; }
    #accordion .panel-heading a:after {
      content: "";
      display: block;
      background-image: url("../img/spritesheet.png");
      background-position: -140px -125px;
      height: 12px;
      width: 12px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    #accordion .panel-heading a.collapsed:after {
      background-position: -282px -125px; }
  #accordion .panel-body {
    padding-bottom: 20px; }
  #accordion .panel-collapse {
    transition: height 0.4s ease-in;
    overflow: hidden;
    height: 0; }
    #accordion .panel-collapse.open {
      height: auto; }

.breadcrumb {
  padding: 14px 10px;
  border-bottom: 1px solid #D4DADC; }
  @media screen and (min-width: 976px) {
    .breadcrumb {
      border: none;
      padding: 0 2%; }
      .search-page .breadcrumb,
      .category-page .breadcrumb {
        float: left; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .breadcrumb {
      border: none;
      padding: 0 2%; }
      .search-page .breadcrumb,
      .category-page .breadcrumb {
        float: left; } }
  .breadcrumb li {
    display: inline-block;
    font-size: 0.8125em;
    font-weight: bold;
    color: #8E9DA2; }
  .breadcrumb a:after {
    content: "";
    display: inline-block;
    height: 15px;
    width: 5px;
    background-image: url("../img/spritesheet.png");
    background-position: -630px -615px;
    margin: 0 2px 0 7px; }
  .breadcrumb li:last-child a {
    color: #8E9DA2; }
    .breadcrumb li:last-child a:after {
      display: none; }
  .breadcrumb li:first-child a {
    color: #00aae7; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: .6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      line-height: 1; }
    @media screen and (max-width: 420px) {
      .carousel-inner > .item:not(:first-child) {
        padding-left: 12px; }
      .carousel-inner > .item:last-child {
        padding-right: 12px; } }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .carousel-inner > .item:not(:first-child) {
        padding-left: 12px; }
      .carousel-inner > .item:last-child {
        padding-right: 12px; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-fade .carousel-inner .item {
  transition: opacity 0.3s; }

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-indent: -9000px; }
  .carousel-control:after {
    content: "";
    height: 25px;
    width: 25px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    left: 50%; }
  .carousel-control.left {
    left: 0; }
    .carousel-control.left:after {
      transform: translate(-50%) rotate(-135deg);
      right: 60%; }
  .carousel-control.right {
    right: 0; }
    .carousel-control.right:after {
      transform: translate(-50%) rotate(45deg);
      left: 60%; }
  .carousel-control:hover, .carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev {
    left: 50%; }
  .carousel-control .icon-next {
    right: 50%; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.tiles .carousel-control {
  opacity: 1; }
  @media screen and (min-width: 976px) {
    .tiles .carousel-control {
      display: none; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .tiles .carousel-control {
      display: none; } }
  .tiles .carousel-control.left:after, .tiles .carousel-control.right:after {
    opacity: 1;
    left: auto;
    border: none;
    background-image: url("../img/spritesheet.png");
    background-position: -60px -119px; }
  .tiles .carousel-control.left {
    left: 0; }
    .tiles .carousel-control.left:after {
      left: auto;
      right: 50%;
      transform: translateY(-50%) rotate(180deg); }
  .tiles .carousel-control.right {
    right: 0; }
    .tiles .carousel-control.right:after {
      transform: translateY(-50%);
      left: 50%; }

.carousel-indicators {
  z-index: 15;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  text-align: right; }
  .carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    text-indent: -999px;
    border: 2px solid #ffffff;
    border-radius: 12px;
    cursor: pointer;
    margin: 0 1px;
    opacity: 0.5;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    width: 8px;
    height: 8px;
    background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 421px) and (max-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

@media screen and (max-width: 420px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.product-rec-horizontal {
  width: 100%;
  background-color: #F4F6F6;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
  clear: both;
  /*------------------------------------*/
  /* Mobile View Styles                 */
  /*------------------------------------*/
  /*------------------------------------*/ }
  .product-rec-horizontal .product-rec-horizontal-container {
    position: relative;
    max-width: 1095px;
    width: 100%;
    height: 500px;
    box-sizing: border-box;
    margin: 0 auto; }
    .product-rec-horizontal .product-rec-horizontal-container .panel-heading h3 {
      font-size: 1.5625em;
      font-weight: bold;
      color: #333333;
      line-height: 1.2; }
      @media screen and (max-width: 1120px) and (min-width: 769px) {
        .product-rec-horizontal .product-rec-horizontal-container .panel-heading h3 {
          padding-left: 20px; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .product-rec-horizontal {
      padding-top: 20px;
      padding-bottom: 11px;
      background-color: #F4F6F6; }
      .product-rec-horizontal .product-rec-horizontal-container .panel-heading h3 {
        text-align: center; } }
  @media screen and (max-width: 420px) {
    .product-rec-horizontal {
      padding-top: 20px;
      padding-bottom: 11px;
      background-color: #F4F6F6; }
      .product-rec-horizontal .product-rec-horizontal-container .panel-heading h3 {
        text-align: center; } }

/*end .product-rec-horizontal */
.carousel-prodrec {
  /* end .carousel-inner */ }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .carousel-prodrec {
      overflow: hidden;
      white-space: nowrap;
      margin-top: 0; } }
  @media screen and (max-width: 420px) {
    .carousel-prodrec {
      overflow: hidden;
      white-space: nowrap;
      margin-top: 0; } }
  .carousel-prodrec h2 {
    padding-left: 20px; }
  .carousel-prodrec h4 {
    text-align: center;
    margin-top: 20px; }
    @media screen and (min-width: 976px) {
      .carousel-prodrec h4 {
        margin: 0;
        text-align: left;
        position: absolute;
        top: -31px; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .carousel-prodrec h4 {
        margin: 0;
        text-align: left;
        position: absolute;
        top: -31px; } }
    .carousel-prodrec h4 a {
      font-size: 15px; }
  .carousel-prodrec .carousel-control {
    height: 32px;
    width: 32px;
    background-color: #00aae7;
    border-radius: 100%;
    position: absolute;
    top: -31px;
    left: auto;
    margin: 0;
    opacity: 1;
    transition: 0.3s;
    border: 1px solid #00aae7; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .carousel-prodrec .carousel-control {
        display: none; } }
    @media screen and (max-width: 420px) {
      .carousel-prodrec .carousel-control {
        display: none; } }
    .carousel-prodrec .carousel-control:hover {
      background-color: #0084b4; }
    .carousel-prodrec .carousel-control.disabled {
      background-color: #E6E6E6;
      border-color: #A9B5BA;
      cursor: default; }
      .carousel-prodrec .carousel-control.disabled:after {
        border-color: #A9B5BA; }
    .carousel-prodrec .carousel-control:after {
      opacity: 1;
      height: 7px;
      width: 7px; }
    .carousel-prodrec .carousel-control.left {
      right: 57px; }
      .carousel-prodrec .carousel-control.left:after {
        transform: translateX(-50%) translateY(-50%) rotate(-135deg);
        border-width: 2px;
        right: 50%; }
    .carousel-prodrec .carousel-control.right {
      right: 20px; }
      .carousel-prodrec .carousel-control.right:after {
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        border-width: 2px;
        left: 50%; }
  .carousel-prodrec .carousel-inner {
    padding-bottom: 10px; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .carousel-prodrec .carousel-inner {
        display: flex;
        overflow: scroll;
        padding-left: 15px; }
        .carousel-prodrec .carousel-inner .item {
          display: block;
          float: left; }
          .carousel-prodrec .carousel-inner .item:last-child:not(:first-child) {
            padding-left: 0; }
          .carousel-prodrec .carousel-inner .item .row {
            white-space: nowrap;
            display: flex; }
          .carousel-prodrec .carousel-inner .item .prod-tile, .carousel-prodrec .carousel-inner .item .category-tile {
            display: inline-block;
            float: none;
            white-space: normal; } }
    @media screen and (max-width: 420px) {
      .carousel-prodrec .carousel-inner {
        display: flex;
        overflow: scroll;
        padding-left: 15px; }
        .carousel-prodrec .carousel-inner .item {
          display: block;
          float: left; }
          .carousel-prodrec .carousel-inner .item:last-child:not(:first-child) {
            padding-left: 0; }
          .carousel-prodrec .carousel-inner .item .row {
            white-space: nowrap;
            display: flex; }
          .carousel-prodrec .carousel-inner .item .prod-tile, .carousel-prodrec .carousel-inner .item .category-tile {
            display: inline-block;
            float: none;
            white-space: normal; } }
    @media screen and (min-width: 976px) {
      .carousel-prodrec .carousel-inner .prod-tile {
        width: 19%;
        margin: 23px 1.25% 0 0; }
        .carousel-prodrec .carousel-inner .prod-tile .product-image {
          max-width: 138px;
          max-height: 138px;
          height: 100%;
          width: 100%; }
        .carousel-prodrec .carousel-inner .prod-tile img {
          max-width: 100%;
          width: 100%; }
        .carousel-prodrec .carousel-inner .prod-tile:first-child {
          margin-left: 0; }
        .carousel-prodrec .carousel-inner .prod-tile:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .carousel-prodrec .carousel-inner .prod-tile {
        width: 19%;
        margin: 23px 1.25% 0 0; }
        .carousel-prodrec .carousel-inner .prod-tile .product-image {
          max-width: 138px;
          max-height: 138px;
          height: 100%;
          width: 100%; }
        .carousel-prodrec .carousel-inner .prod-tile img {
          max-width: 100%;
          width: 100%; }
        .carousel-prodrec .carousel-inner .prod-tile:first-child {
          margin-left: 0; }
        .carousel-prodrec .carousel-inner .prod-tile:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 1120px) and (min-width: 769px) {
    .carousel-prodrec.full-width {
      padding: 0 20px;
      box-sizing: border-box; }
      .carousel-prodrec.full-width .carousel-control.left {
        right: 57px; }
      .carousel-prodrec.full-width .carousel-control.right {
        right: 20px; } }

/* end .carousel-prodrec */
#prodrec, .prodrec {
  margin: 0;
  width: 100%;
  max-width: 1095px;
  clear: both;
  position: relative; }
  @media screen and (max-width: 1120px) and (min-width: 769px) {
    #prodrec, .prodrec {
      padding: 0 20px;
      box-sizing: border-box; } }
  #prodrec h4, .prodrec h4 {
    text-align: center;
    margin-top: 20px; }
    @media screen and (min-width: 976px) {
      #prodrec h4, .prodrec h4 {
        margin: 0;
        text-align: left;
        position: absolute;
        top: -31px; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      #prodrec h4, .prodrec h4 {
        margin: 0;
        text-align: left;
        position: absolute;
        top: -31px; } }
    #prodrec h4 a, .prodrec h4 a {
      font-size: 15px; }
  @media screen and (max-width: 1095px) {
    #prodrec, .prodrec {
      overflow-x: scroll; } }
  #prodrec .row, .prodrec .row {
    margin-bottom: 20px; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      #prodrec .row, .prodrec .row {
        display: inline-flex;
        width: auto; }
        #prodrec .row .prod-tile, .prodrec .row .prod-tile {
          float: none;
          flex-shrink: 0;
          flex-grow: 0; }
          #prodrec .row .prod-tile:first-child, .prodrec .row .prod-tile:first-child {
            margin-left: 20px; }
          #prodrec .row .prod-tile:last-child, .prodrec .row .prod-tile:last-child {
            margin-right: 20px; } }
    @media screen and (max-width: 420px) {
      #prodrec .row, .prodrec .row {
        display: inline-flex;
        width: auto; }
        #prodrec .row .prod-tile, .prodrec .row .prod-tile {
          float: none;
          flex-shrink: 0;
          flex-grow: 0; }
          #prodrec .row .prod-tile:first-child, .prodrec .row .prod-tile:first-child {
            margin-left: 20px; }
          #prodrec .row .prod-tile:last-child, .prodrec .row .prod-tile:last-child {
            margin-right: 20px; } }
  #prodrec h4, .prodrec h4 {
    position: relative;
    top: auto; }
  @media screen and (min-width: 976px) {
    #prodrec, .prodrec {
      margin: 50px 0; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    #prodrec, .prodrec {
      margin: 50px 0; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
  #accessories-carousel {
    margin: 0;
    width: 100%;
    max-width: 1095px; }
    #accessories-carousel .row {
      width: 1095px;
      margin-bottom: 20px; } }
    @media screen and (min-width: 421px) and (max-width: 768px) and (min-width: 421px) and (max-width: 768px) {
      #accessories-carousel .row {
        box-sizing: border-box;
        width: auto; } }
    @media screen and (min-width: 421px) and (max-width: 768px) and (max-width: 420px) {
      #accessories-carousel .row {
        box-sizing: border-box;
        width: auto; } }

@media screen and (max-width: 420px) {
  #accessories-carousel {
    margin: 0;
    width: 100%;
    max-width: 1095px; }
    #accessories-carousel .row {
      width: 1095px;
      margin-bottom: 20px; } }
    @media screen and (max-width: 420px) and (min-width: 421px) and (max-width: 768px) {
      #accessories-carousel .row {
        box-sizing: border-box;
        width: auto; } }
    @media screen and (max-width: 420px) and (max-width: 420px) {
      #accessories-carousel .row {
        box-sizing: border-box;
        width: auto; } }

.block-carousel {
  width: 100%;
  max-width: 1095px;
  display: table; }
  .block-carousel .container.no-margin > .row [class*="col-"] {
    margin: 0; }
  .block-carousel .container.no-margin .col-4-sm {
    width: 33.33%; }
  .block-carousel .carousel-control {
    display: table-cell;
    position: relative;
    top: auto;
    bottom: auto;
    width: 4%;
    background-color: #00aae7;
    opacity: 1;
    vertical-align: middle;
    border: 1px solid #00aae7; }
    .block-carousel .carousel-control:after {
      height: 10px;
      width: 10px; }
      .block-carousel .carousel-control:after.left {
        left: 50%; }
      .block-carousel .carousel-control:after.right {
        right: 50%; }
    .block-carousel .carousel-control.left {
      border-radius: 5px 0 0 5px; }
    .block-carousel .carousel-control.right {
      border-radius: 0 5px 5px 0; }
  .block-carousel .carousel-inner {
    width: auto;
    float: none;
    display: table-cell; }

@media screen and (max-width: 420px) {
  .product-display-grid .carousel {
    display: block;
    overflow: hidden;
    position: relative; }
    .product-display-grid .carousel .carousel-inner {
      overflow-x: scroll;
      overflow-y: hidden;
      padding-bottom: 40px;
      margin-bottom: -40px;
      display: flex;
      flex-flow: column wrap;
      max-height: 250px; }
      .product-display-grid .carousel .carousel-inner .item {
        display: block; }
        .product-display-grid .carousel .carousel-inner .item .img-responsive {
          max-width: inherit;
          width: auto; }
    .product-display-grid .carousel .carousel-control {
      display: none; } }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: black; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 0px;
  border: 1px solid #A9B5BA;
  padding: 1.5em 0;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1; }

.datepicker--cell.-focus- {
  background: #f0f0f0; }

.datepicker--cell.-current- {
  color: #4EB5E6; }

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6; }

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0; }

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-focus- {
  background: #45bced; }

.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #A9B5BA;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px;
  color: black; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

.datepicker {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 300px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px); }

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px); }

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px); }

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  color: #4a4a4a;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
  color: black; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px; }

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px; }

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }

.datepicker--body.active {
  display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 32px;
  padding: 4px; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 50%;
  background-color: #00aae7;
  color: black;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker--nav-action:hover {
  background: #f0f0f0; }

.datepicker--nav-action.-disabled- {
  visibility: hidden; }

.datepicker--nav-action svg {
  width: 32px;
  height: 32px; }

.datepicker--nav-action path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  font-size: 2em;
  font-weight: bold;
  font-family: arial; }

.datepicker--nav-title i {
  font-style: normal;
  color: #000000;
  margin-left: 5px; }

.datepicker--nav-title:hover {
  background: #f0f0f0; }

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px; }

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.mobileFilterHeader {
  display: none; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .mobileFilterHeader {
      display: block;
      position: relative; }
      .mobileFilterHeader h4 {
        text-align: center;
        font-size: 1.5625em;
        margin: 20px 0; }
      .mobileFilterHeader .mobileFilterClose {
        background-image: url("../img/spritesheet.png");
        background-position: -448px -486px;
        background-repeat: no-repeat;
        background-size: 560px;
        display: block;
        height: 18px;
        width: 18px;
        position: absolute;
        top: 13px;
        right: 26px; } }
  @media screen and (max-width: 420px) {
    .mobileFilterHeader {
      display: block;
      position: relative; }
      .mobileFilterHeader h4 {
        text-align: center;
        font-size: 1.5625em;
        margin: 20px 0; }
      .mobileFilterHeader .mobileFilterClose {
        background-image: url("../img/spritesheet.png");
        background-position: -448px -486px;
        background-repeat: no-repeat;
        background-size: 560px;
        display: block;
        height: 18px;
        width: 18px;
        position: absolute;
        top: 13px;
        right: 26px; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
  #product-filters, #article-filters {
    background-color: #F4F6F6;
    display: none;
    margin: 0;
    overflow: scroll;
    padding-bottom: 110px;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3000; }
    #product-filters.active, #article-filters.active {
      display: block; }
    #product-filters a[id*="collapseAll_"],
    #product-filters a[id*="showAll_"], #article-filters a[id*="collapseAll_"],
    #article-filters a[id*="showAll_"] {
      display: none; } }

@media screen and (max-width: 420px) {
  #product-filters, #article-filters {
    background-color: #F4F6F6;
    display: none;
    margin: 0;
    overflow: scroll;
    padding-bottom: 110px;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3000; }
    #product-filters.active, #article-filters.active {
      display: block; }
    #product-filters a[id*="collapseAll_"],
    #product-filters a[id*="showAll_"], #article-filters a[id*="collapseAll_"],
    #article-filters a[id*="showAll_"] {
      display: none; } }

#product-filters fieldset, #article-filters fieldset {
  margin: 20px;
  padding: 18px 20px 17px;
  box-shadow: none; }
  @media screen and (min-width: 976px) {
    #product-filters fieldset, #article-filters fieldset {
      margin: 20px 0; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    #product-filters fieldset, #article-filters fieldset {
      margin: 20px 0; } }

#product-filters label, #article-filters label {
  color: #666666;
  font-weight: normal;
  cursor: pointer; }
  #product-filters label.facetSelectedHighlight span:first-child, #article-filters label.facetSelectedHighlight span:first-child {
    color: #333333;
    font-weight: bold; }

#product-filters .collapsible.open, #article-filters .collapsible.open {
  margin-top: 20px;
  max-height: 2000px; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #product-filters .collapsible.open + a, #article-filters .collapsible.open + a {
      display: none !important; } }
  @media screen and (max-width: 420px) {
    #product-filters .collapsible.open + a, #article-filters .collapsible.open + a {
      display: none !important; } }
  @media screen and (min-width: 976px) {
    #product-filters .collapsible.open, #article-filters .collapsible.open {
      max-height: 300px;
      overflow: auto; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    #product-filters .collapsible.open, #article-filters .collapsible.open {
      max-height: 300px;
      overflow: auto; } }

#product-filters .collapse-text, #article-filters .collapse-text {
  margin-top: 10px; }

#product-filters .checkbox, #article-filters .checkbox {
  padding: 5px 0; }

@media screen and (min-width: 976px) {
  #product-filters label, #article-filters label {
    float: left;
    margin: 5px 5px 5px 0; }
  #product-filters hr, #article-filters hr {
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
    min-width: 135px;
    width: 100%;
    border-top: 2px solid #D4DADC; }
  #product-filters .facetbutton label, #article-filters .facetbutton label {
    display: block;
    clear: none;
    max-width: 135px; }
  #product-filters .checkbox-button.hide + .facetbutton label, #article-filters .checkbox-button.hide + .facetbutton label {
    max-width: none; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  #product-filters label, #article-filters label {
    float: left;
    margin: 5px 5px 5px 0; }
  #product-filters hr, #article-filters hr {
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
    min-width: 135px;
    width: 100%;
    border-top: 2px solid #D4DADC; }
  #product-filters .facetbutton label, #article-filters .facetbutton label {
    display: block;
    clear: none;
    max-width: 135px; }
  #product-filters .checkbox-button.hide + .facetbutton label, #article-filters .checkbox-button.hide + .facetbutton label {
    max-width: none; } }

#product-filters .checkbox.disabled label, #article-filters .checkbox.disabled label {
  cursor: default; }

#product-filters .checkbox.disabled .checkbox-button, #article-filters .checkbox.disabled .checkbox-button {
  cursor: default; }
  #product-filters .checkbox.disabled .checkbox-button i, #article-filters .checkbox.disabled .checkbox-button i {
    cursor: default;
    border: 1px solid #E9ECED;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2), inset 0 0 0 9px #ffffff; }
  #product-filters .checkbox.disabled .checkbox-button:hover i, #article-filters .checkbox.disabled .checkbox-button:hover i {
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2), inset 0 0 0 9px #ffffff; }

#product-filters .checkbox.disabled label, #article-filters .checkbox.disabled label {
  color: #d4dadc; }

#product-filters .checkbox-button i, #article-filters .checkbox-button i {
  height: 18px;
  width: 18px;
  border: 1px solid #c5cdd1;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.27), inset 0 0 0 9px #ffffff; }

#product-filters .checkbox-button.Black i, #article-filters .checkbox-button.Black i {
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.27), inset 0 0 0 9px #000000; }

#product-filters .checkbox-button.Blue i, #article-filters .checkbox-button.Blue i {
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.27), inset 0 0 0 9px #3999d3; }

#product-filters .checkbox-button.Brown i, #article-filters .checkbox-button.Brown i {
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.27), inset 0 0 0 9px #ad7a3b; }

#product-filters .checkbox-button.Gray i, #article-filters .checkbox-button.Gray i {
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.27), inset 0 0 0 9px #8E9DA2; }

#product-filters .checkbox-button.Green i, #article-filters .checkbox-button.Green i {
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.27), inset 0 0 0 9px #55af3a; }

#product-filters .checkbox-button.Orange i, #article-filters .checkbox-button.Orange i {
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.27), inset 0 0 0 9px #fc951f; }

#product-filters .checkbox-button.Pink i, #article-filters .checkbox-button.Pink i {
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.27), inset 0 0 0 9px #ff77f5; }

#product-filters .checkbox-button.Purple i, #article-filters .checkbox-button.Purple i {
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.27), inset 0 0 0 9px #7312b4; }

#product-filters .checkbox-button.Red i, #article-filters .checkbox-button.Red i {
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.27), inset 0 0 0 9px #d95757; }

#product-filters .checkbox-button.Silver i, #article-filters .checkbox-button.Silver i {
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.27), inset 0 0 0 9px #D4DADC; }

#product-filters .checkbox-button.White i, #article-filters .checkbox-button.White i {
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.27), inset 0 0 0 9px #ffffff; }

#product-filters .checkbox-button:hover > i, #article-filters .checkbox-button:hover > i {
  box-shadow: inset 0 0 0 3px #ffffff;
  background: #8E9DA2; }

#product-filters .checkbox-button.Black > input:checked + i, #article-filters .checkbox-button.Black > input:checked + i {
  background-color: #000000; }

#product-filters .checkbox-button.Blue > input:checked + i, #article-filters .checkbox-button.Blue > input:checked + i {
  background-color: #3999d3; }

#product-filters .checkbox-button.Brown > input:checked + i, #article-filters .checkbox-button.Brown > input:checked + i {
  background-color: #ad7a3b; }

#product-filters .checkbox-button.Gray > input:checked + i, #article-filters .checkbox-button.Gray > input:checked + i {
  background-color: #8E9DA2; }

#product-filters .checkbox-button.Green > input:checked + i, #article-filters .checkbox-button.Green > input:checked + i {
  background-color: #55af3a; }

#product-filters .checkbox-button.Orange > input:checked + i, #article-filters .checkbox-button.Orange > input:checked + i {
  background-color: #fc951f; }

#product-filters .checkbox-button.Pink > input:checked + i, #article-filters .checkbox-button.Pink > input:checked + i {
  background-color: #ff77f5; }

#product-filters .checkbox-button.Purple > input:checked + i, #article-filters .checkbox-button.Purple > input:checked + i {
  background-color: #7312b4; }

#product-filters .checkbox-button.Red > input:checked + i, #article-filters .checkbox-button.Red > input:checked + i {
  background-color: #d95757; }

#product-filters .checkbox-button.Silver > input:checked + i, #article-filters .checkbox-button.Silver > input:checked + i {
  background-color: #D4DADC; }

#product-filters .checkbox-button.White > input:checked + i,
#product-filters .checkbox-button.Clear > input:checked + i,
#product-filters .checkbox-button.Assorted > input:checked + i, #article-filters .checkbox-button.White > input:checked + i,
#article-filters .checkbox-button.Clear > input:checked + i,
#article-filters .checkbox-button.Assorted > input:checked + i {
  background-color: #ffffff; }
  #product-filters .checkbox-button.White > input:checked + i:after,
  #product-filters .checkbox-button.Clear > input:checked + i:after,
  #product-filters .checkbox-button.Assorted > input:checked + i:after, #article-filters .checkbox-button.White > input:checked + i:after,
  #article-filters .checkbox-button.Clear > input:checked + i:after,
  #article-filters .checkbox-button.Assorted > input:checked + i:after {
    color: #00aae7; }

#product-filters .checkbox-button > input:checked + i, #article-filters .checkbox-button > input:checked + i {
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.27), inset 0 0 0 0px #ffffff;
  background-color: #00aae7;
  border: 1px solid #c5cdd1; }
  #product-filters .checkbox-button > input:checked + i:after, #article-filters .checkbox-button > input:checked + i:after {
    content: '\2713';
    display: block;
    width: 4px;
    height: 10px;
    margin: 0 3px;
    border: 0;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.19);
    transform: rotate(0);
    position: absolute; }

#product-filters .facetCountContainer, #article-filters .facetCountContainer {
  font-size: 0.8125em;
  padding: 5px 0; }

.mobileFilterToggle {
  display: none; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .mobileFilterToggle {
      display: block;
      clear: left;
      background-color: #ffffff;
      height: 43px;
      line-height: 42px;
      padding: 0 10px;
      box-sizing: border-box;
      border-radius: 5px; }
      .mobileFilterToggle span {
        font-weight: bold;
        font-size: 0.9375em; } }
  @media screen and (max-width: 420px) {
    .mobileFilterToggle {
      display: block;
      clear: left;
      background-color: #ffffff;
      height: 43px;
      line-height: 42px;
      padding: 0 10px;
      box-sizing: border-box;
      border-radius: 5px; }
      .mobileFilterToggle span {
        font-weight: bold;
        font-size: 0.9375em; } }
  @media screen and (max-width: 420px) {
    .mobileFilterToggle.col-3-sm {
      width: 27%;
      padding: 0 5px; } }

.mobileFilterApplyAll {
  display: none; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .mobileFilterApplyAll {
      background-color: #ffffff;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
      display: block;
      position: fixed;
      bottom: 0;
      width: 100%;
      padding: 20px;
      z-index: 200; }
      .mobileFilterApplyAll button {
        padding: 20px 0;
        font-size: 1.25em; } }
  @media screen and (max-width: 420px) {
    .mobileFilterApplyAll {
      background-color: #ffffff;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
      display: block;
      position: fixed;
      bottom: 0;
      width: 100%;
      padding: 20px;
      z-index: 200; }
      .mobileFilterApplyAll button {
        padding: 20px 0;
        font-size: 1.25em; } }

/*
#facetFilterListWrapper {
  @include breakpoint(x-large large){
    position: absolute;
    top: 3px;
    left: 25%;
  }
}
*/
@media screen and (min-width: 976px) {
  #facetFilterList {
    margin: 10px 0; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  #facetFilterList {
    margin: 10px 0; } }

#facetFilterList li {
  display: inline-block;
  border: 1px solid #D4DADC;
  background-color: #E9ECED;
  border-radius: 75px;
  color: #8E9DA2;
  font-size: 0.8125em;
  font-weight: bold;
  padding: 2px 6px 1px 6px;
  margin: 0 10px 10px 0; }
  #facetFilterList li a {
    color: #8E9DA2; }
  #facetFilterList li .remove {
    float: right;
    height: 14px;
    width: 14px;
    display: block;
    background-color: #00aae7;
    border-radius: 100%;
    margin: 2px 0 0 5px;
    text-indent: -9000px;
    background-image: url("../img/spritesheet.png");
    background-positioN: -495px -127px;
    border: 4px solid #00aae7;
    height: 8px;
    width: 8px; }

#facetFilterList #clear_all_filter_new {
  display: none; }
  #facetFilterList #clear_all_filter_new .clear-filters {
    display: inline;
    height: auto;
    width: auto;
    background: none;
    float: none;
    border: 0; }

@media screen and (min-width: 421px) and (max-width: 768px) {
  .hide-filter {
    display: block !important; } }

@media screen and (max-width: 420px) {
  .hide-filter {
    display: block !important; } }

.category-filter {
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 20px;
  padding: 12px; }
  @media screen and (min-width: 976px) {
    .category-filter {
      margin: 20px 0; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .category-filter {
      margin: 20px 0; } }

.filter-heading {
  position: relative;
  cursor: pointer; }
  .filter-heading a {
    color: #333333;
    display: block;
    padding-right: 15px; }
  .filter-heading:after, .filter-heading a:after {
    content: "";
    display: block;
    background-image: url("../img/spritesheet.png");
    background-position: -140px -125px;
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
    position: absolute;
    top: 3px;
    right: 0; }
  .collapsed + .filter-heading:after,
  .filter-heading a.collapsed:after {
    background-position: -282px -125px; }

.article-section {
  background: white;
  border-radius: 5px;
  padding: 12px;
  overflow: hidden;
  margin: 8px; }
  .article-section .collapse {
    margin-top: 20px; }

#contentSearch {
  clear: both; }

.icon-filters {
  background-position: -550px -260px;
  vertical-align: middle; }

.hero-banner {
  width: 100%;
  overflow: hidden; }
  .hero-banner .container {
    max-width: 1095px;
    margin: auto;
    overflow: hidden;
    display: table; }
    .hero-banner .container .row {
      display: block; }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        .hero-banner .container .row {
          height: 332px; } }
      @media screen and (min-width: 976px) {
        .hero-banner .container .row {
          height: 332px; } }
  .hero-banner h3, .hero-banner h4 {
    color: #ffffff;
    font-weight: bold; }
  .hero-banner h3 {
    font-size: 3.5em;
    line-height: 1em; }
    @media screen and (min-width: 976px) {
      .hero-banner h3 {
        font-size: 5em; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .hero-banner h3 {
        font-size: 4em; } }
  .hero-banner h4 {
    font-size: 2.5em;
    line-height: 1.25em; }
    @media screen and (min-width: 976px) {
      .hero-banner h4 {
        font-size: 3.5em; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .hero-banner h4 {
        font-size: 3.5em; } }
  .hero-banner p {
    color: #ffffff; }
  .hero-banner .btn {
    margin: 20px 0; }
  .hero-banner.bg-yellow .btn {
    background-color: #fca422;
    color: #ffffff; }
    .hero-banner.bg-yellow .btn:hover {
      background-color: #e88c03; }
  .hero-banner.bg-lightteal .btn {
    background-color: #32bbbe;
    color: #ffffff; }
    .hero-banner.bg-lightteal .btn:hover {
      background-color: #279396; }
  .hero-banner.bg-lightblue .btn {
    background-color: #27afe5;
    color: #ffffff; }
    .hero-banner.bg-lightblue .btn:hover {
      background-color: #1792c2; }
  .hero-banner.bottom-aligned {
    position: relative;
    padding-top: 0;
    height: 270px; }
    .hero-banner.bottom-aligned .container .row {
      position: static; }
    .hero-banner.bottom-aligned .container .image-container {
      padding: 0; }
      @media screen and (min-width: 976px) {
        .hero-banner.bottom-aligned .container .image-container {
          width: 45%; } }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        .hero-banner.bottom-aligned .container .image-container {
          width: 45%; } }
      @media screen and (min-width: 421px) and (max-width: 768px) {
        .hero-banner.bottom-aligned .container .image-container {
          margin-left: -20%;
          position: absolute;
          bottom: 0; }
          .hero-banner.bottom-aligned .container .image-container img {
            height: 215px; } }
      @media screen and (max-width: 420px) {
        .hero-banner.bottom-aligned .container .image-container {
          margin-left: -20%;
          position: absolute;
          bottom: 0; }
          .hero-banner.bottom-aligned .container .image-container img {
            height: 215px; } }
    .hero-banner.bottom-aligned .container .text-container {
      position: absolute;
      width: auto; }
      @media screen and (min-width: 976px) {
        .hero-banner.bottom-aligned .container .text-container {
          top: 32%;
          left: 45%; } }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        .hero-banner.bottom-aligned .container .text-container {
          top: 32%;
          left: 45%; } }
      @media screen and (min-width: 421px) and (max-width: 768px) {
        .hero-banner.bottom-aligned .container .text-container {
          top: 30%;
          left: 39%; } }
      @media screen and (max-width: 420px) {
        .hero-banner.bottom-aligned .container .text-container {
          top: 30%;
          left: 39%; } }
    .hero-banner.bottom-aligned .container img {
      width: auto; }

.hero-banner-cols {
  width: 100%; }
  .hero-banner-cols.hero-arrow-down [class*="col-"] {
    position: relative;
    z-index: 10; }
  .hero-banner-cols.hero-arrow-down .mobile-top-left {
    z-index: 1;
    position: initial; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .hero-banner-cols.hero-arrow-down {
      margin: 0 2%;
      width: 96%; }
      .hero-banner-cols.hero-arrow-down .row {
        padding-top: 50px; }
      .hero-banner-cols.hero-arrow-down .container .mobile-top-left {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden; }
        .hero-banner-cols.hero-arrow-down .container .mobile-top-left img {
          transform: translateX(-50%);
          position: relative;
          bottom: auto; } }
  @media screen and (max-width: 420px) {
    .hero-banner-cols.hero-arrow-down {
      margin: 0 2%;
      width: 96%; }
      .hero-banner-cols.hero-arrow-down .row {
        padding-top: 50px; }
      .hero-banner-cols.hero-arrow-down .container .mobile-top-left {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden; }
        .hero-banner-cols.hero-arrow-down .container .mobile-top-left img {
          transform: translateX(-50%);
          position: relative;
          bottom: auto; } }
  .hero-banner-cols.hero-arrow-down:after {
    content: "";
    display: block;
    height: 50px;
    width: 50px;
    background-color: inherit;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%) rotate(45deg); }
  .hero-banner-cols .container {
    max-width: 1095px;
    margin: auto;
    display: table; }
    .hero-banner-cols .container.no-margin .row [class*="col-"] {
      margin: 0; }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .hero-banner-cols .container .row {
        white-space: nowrap; }
        .hero-banner-cols .container .row:before {
          content: '';
          display: inline-block;
          height: 100%;
          vertical-align: middle;
          margin-right: -0.25em; }
        .hero-banner-cols .container .row div, .hero-banner-cols .container .row img {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          float: none; }
          .hero-banner-cols .container .row div.bottom, .hero-banner-cols .container .row img.bottom {
            position: absolute;
            bottom: 0; } }
    @media screen and (min-width: 976px) {
      .hero-banner-cols .container .row {
        white-space: nowrap; }
        .hero-banner-cols .container .row:before {
          content: '';
          display: inline-block;
          height: 100%;
          vertical-align: middle;
          margin-right: -0.25em; }
        .hero-banner-cols .container .row div, .hero-banner-cols .container .row img {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          float: none; }
          .hero-banner-cols .container .row div.bottom, .hero-banner-cols .container .row img.bottom {
            position: absolute;
            bottom: 0; } }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .hero-banner-cols .container [class*="col-"] {
        position: relative;
        z-index: 10; }
      .hero-banner-cols .container .mobile-left {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
        .hero-banner-cols .container .mobile-left img {
          width: auto;
          max-width: none;
          position: absolute;
          transform: translateX(-50%);
          bottom: 0; } }
    @media screen and (max-width: 420px) {
      .hero-banner-cols .container [class*="col-"] {
        position: relative;
        z-index: 10; }
      .hero-banner-cols .container .mobile-left {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
        .hero-banner-cols .container .mobile-left img {
          width: auto;
          max-width: none;
          position: absolute;
          transform: translateX(-50%);
          bottom: 0; } }
  .hero-banner-cols h1, .hero-banner-cols h2, .hero-banner-cols h3, .hero-banner-cols h4, .hero-banner-cols h5 {
    color: #ffffff;
    font-weight: bold; }
  .hero-banner-cols h1 {
    font-size: 2.8125em;
    line-height: 1.88889em; }
    @media screen and (min-width: 976px) {
      .hero-banner-cols h1 {
        font-size: 3.75em;
        line-height: 1.41667em; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .hero-banner-cols h1 {
        font-size: 3.75em;
        line-height: 1.41667em; } }
  .hero-banner-cols h2 {
    font-size: 2.1875em; }
    @media screen and (min-width: 976px) {
      .hero-banner-cols h2 {
        font-size: 2.8125em;
        line-height: 1.35556em; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .hero-banner-cols h2 {
        font-size: 2.8125em;
        line-height: 1.35556em; } }
  .hero-banner-cols h3 {
    font-size: 3.5em;
    line-height: 1.25em; }
    @media screen and (min-width: 976px) {
      .hero-banner-cols h3 {
        font-size: 5em; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .hero-banner-cols h3 {
        font-size: 4em; } }
  .hero-banner-cols h5 {
    font-size: 1.25em;
    line-height: 1.25em;
    max-width: 80%;
    margin: auto; }
  .hero-banner-cols p {
    color: #ffffff;
    width: 85%;
    margin: auto; }
  .hero-banner-cols a.btn {
    margin: 20px 0; }
  .hero-banner-cols.bg-yellow a.btn {
    background-color: #fca422;
    color: #ffffff; }
  .hero-banner-cols.bg-lightteal a.btn {
    background-color: #32bbbe;
    color: #ffffff; }

.block-links {
  display: table;
  margin: 2%;
  width: 100%; }
  @media screen and (min-width: 976px) {
    .block-links {
      height: 300px;
      margin: 10px 20px 10px 0;
      width: 93%; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .block-links {
      height: 300px;
      margin: 10px 20px 10px 0;
      width: 93%; } }
  .block-links li {
    list-style: none;
    display: table-row; }
    .block-links li .icon-blue-arrow {
      background-position: 0 -125px;
      height: 16px;
      transform: rotate(180deg);
      width: 10px; }
    .block-links li a {
      background-color: rgba(255, 255, 255, 0.5);
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      border-bottom: 1px solid #82d1f0;
      transition: 0.2s;
      padding: 15px 5px; }
      .block-links li a:hover {
        background-color: rgba(255, 255, 255, 0.8); }
      .block-links li a span {
        padding-top: 5px; }
        @media screen and (min-width: 976px) {
          .block-links li a span {
            font-size: 0.72222em; } }
        @media screen and (min-width: 769px) and (max-width: 975px) {
          .block-links li a span {
            font-size: 0.72222em; } }
    .block-links li:last-child a {
      border-bottom: 0; }
  @media screen and (min-width: 976px) {
    .block-links.bigger-links li a {
      padding: 0;
      font-size: 1.2em;
      line-height: 1.11111em; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .block-links.bigger-links li a {
      padding: 0;
      font-size: 1.2em;
      line-height: 1.11111em; } }

.hero-slider .hero-banner {
  margin-bottom: 0; }

html.dj_safari.fixed {
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }
  html.dj_safari.fixed body {
    width: 100%;
    height: 100%;
    position: fixed; }

.modal-form {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 200; }

.modal-dialog {
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 64px 87px 52px;
  border-radius: 4px;
  box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.18);
  z-index: 1000; }
  .modal-dialog .close {
    position: absolute;
    top: 21px;
    right: 21px;
    height: 20px;
    width: 20px;
    background-image: url("../img/spritesheet.png");
    background-position: -560px -607px;
    background-color: transparent;
    text-indent: -9000px; }
  .modal-dialog .modal-title {
    text-align: center;
    font-size: 1.5625em;
    margin-bottom: 30px; }
  .modal-dialog .modal-footer {
    margin-top: 26px;
    text-align: center; }

@media screen and (max-width: 420px) {
  #emailWishList {
    padding: 0 0 0 20px; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
  #emailWishList {
    padding: 0 0 0 40px; } }

#emailWishList .margin-right-sm {
  margin-right: 10px; }

#addCard .modal-dialog {
  width: 680px;
  padding: 20px 20px 20px 30px; }

#rdHelp .modal-dialog, #rdAddOnHelp .modal-dialog {
  background-color: transparent;
  box-shadow: none;
  position: fixed;
  padding: 0;
  transform: translateX(-50%) translateY(-105%); }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #rdHelp .modal-dialog, #rdAddOnHelp .modal-dialog {
      transform: translateX(0%) translateY(-107%);
      position: absolute;
      left: 0 !important; }
      .main-body-pdp #rdHelp .modal-dialog, .main-body-pdp #rdAddOnHelp .modal-dialog {
        top: 0 !important; } }
  @media screen and (max-width: 420px) {
    #rdHelp .modal-dialog, #rdAddOnHelp .modal-dialog {
      transform: translateX(0%) translateY(-107%);
      position: absolute;
      left: 0 !important; }
      .main-body-pdp #rdHelp .modal-dialog, .main-body-pdp #rdAddOnHelp .modal-dialog {
        top: 0 !important; } }

#rdHelp {
  display: none; }

.banner-promo {
  width: 100%;
  text-align: center;
  box-sizing: border-box; }
  .banner-promo p {
    line-height: 1;
    padding: 12px; }
  .banner-promo.expandable {
    cursor: pointer; }
    .banner-promo.expandable div {
      display: none; }
    .banner-promo.expandable > p:before {
      content: "+";
      margin-right: 10px; }
    .banner-promo.expandable.open > p:before {
      content: "-"; }
    .banner-promo.expandable.open div {
      display: block; }
  .banner-promo .collapse-toggle {
    cursor: pointer; }
    .banner-promo .collapse-toggle p {
      transition: 0.3s;
      transition-delay: 0.2s; }
    .banner-promo .collapse-toggle p:after {
      content: "+";
      font-weight: bold;
      margin-left: 10px; }
    .banner-promo .collapse-toggle.open p {
      padding: 0;
      opacity: 0;
      line-height: 0;
      transition-delay: 0s; }
  .banner-promo .collapsible.open {
    position: relative; }
    .banner-promo .collapsible.open .carousel-inner .item {
      min-height: 180px; }
  .banner-promo .carousel-inner .item .container {
    max-height: 266px;
    overflow: hidden; }
  @media screen and (max-width: 420px) {
    .banner-promo .carousel-inner .item:not(:first-child) {
      padding-left: 0px; }
    .banner-promo .carousel-inner .item:last-child {
      padding-right: 0px; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .banner-promo .carousel-inner .item:not(:first-child) {
      padding-left: 0px; }
    .banner-promo .carousel-inner .item:last-child {
      padding-right: 0px; } }
  .banner-promo .close {
    background-position: -478px -112px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -9000px;
    z-index: 1;
    cursor: pointer;
    height: 40px;
    width: 40px; }

.local-nav-sub li {
  padding: 5px 0 0;
  font-size: 0.86667em;
  line-height: 1.38462em;
  font-weight: bold; }
  .local-nav-sub li ul {
    padding-left: 20px; }
  .local-nav-sub li li {
    font-size: inherit;
    line-height: inherit;
    color: #00aae7;
    font-weight: normal; }
  .local-nav-sub li.selected {
    color: #000000;
    font-weight: normal; }
    .local-nav-sub li.selected a {
      color: #000000;
      font-weight: bold;
      text-decoration: underline; }

.row .side-nav {
  margin-bottom: 40px; }
  .row .side-nav .local-nav-top {
    font-size: 0.9375em; }

#content-nav li {
  list-style-type: none; }

#content-nav a {
  font-size: 0.8125em;
  line-height: 1.38462em; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #content-nav a {
      display: inline-block;
      padding: 10px 0; } }
  @media screen and (max-width: 420px) {
    #content-nav a {
      display: inline-block;
      padding: 10px 0; } }

#content-nav li.list-header {
  font-size: 1.25em;
  color: #333333;
  margin: 20px 0 5px;
  font-weight: bold; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #content-nav li.list-header:first-child {
      margin-top: 0; } }
  @media screen and (max-width: 420px) {
    #content-nav li.list-header:first-child {
      margin-top: 0; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
  .content-nav + .side-nav {
    overflow: auto;
    box-sizing: border-box; } }

@media screen and (max-width: 420px) {
  .content-nav + .side-nav {
    overflow: auto;
    box-sizing: border-box; } }

#department-side-nav .category-filter {
  border-radius: 0; }
  @media screen and (min-width: 976px) {
    #department-side-nav .category-filter {
      background-color: transparent;
      padding: 0;
      margin: 0 0 20px 0;
      clear: both; }
      #department-side-nav .category-filter .filter-heading {
        margin: 0px 0 5px; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    #department-side-nav .category-filter {
      background-color: transparent;
      padding: 0;
      margin: 0 0 20px 0;
      clear: both; }
      #department-side-nav .category-filter .filter-heading {
        margin: 0px 0 5px; } }
  #department-side-nav .category-filter .filter-heading {
    font-size: 1.25em;
    color: #333333;
    font-weight: bold; }
    #department-side-nav .category-filter .filter-heading:after {
      display: none; }
  #department-side-nav .category-filter a {
    font-size: 0.86667em;
    line-height: 1.69231em; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      #department-side-nav .category-filter a {
        display: inline-block;
        padding: 10px 0; } }
    @media screen and (max-width: 420px) {
      #department-side-nav .category-filter a {
        display: inline-block;
        padding: 10px 0; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
  #department-side-nav .mobileFilterHeader, #department-side-nav .mobileFilterApplyAll {
    display: none; } }

@media screen and (max-width: 420px) {
  #department-side-nav .mobileFilterHeader, #department-side-nav .mobileFilterApplyAll {
    display: none; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
  #side-nav-button {
    border: 1px solid #D4DADC;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    position: relative;
    font-weight: bold;
    color: #00aae7;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
    #side-nav-button:after {
      content: "";
      position: absolute;
      right: 10px;
      top: 42%;
      width: 13px;
      height: 2px;
      background: #A9B5BA;
      box-shadow: 0 0.25em 0 0 #A9B5BA, 0 0.5em 0 0 #A9B5BA; }
    #side-nav-button.content-nav {
      background-color: #ffffff;
      font-size: 0.9375em;
      color: #333333;
      box-shadow: none;
      padding: 14px; }
      #side-nav-button.content-nav:after {
        box-shadow: none;
        background-color: transparent;
        background-image: url("../img/spritesheet.png");
        background-position: -282px -125px;
        height: 12px;
        width: 12px;
        top: 38%; }
  .row .side-nav, #department-side-nav .category-filter {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    background: white;
    margin: 0;
    left: 0;
    z-index: 1000;
    right: 0;
    width: 100%;
    padding: 25px 20px; }
    .row .side-nav.show, #department-side-nav .category-filter.show {
      display: block; }
    .row .side-nav section, #department-side-nav .category-filter section {
      height: 100%;
      overflow: scroll; }
    .row .side-nav .close, #department-side-nav .category-filter .close {
      display: block;
      background-image: url("../img/spritesheet.png");
      background-position: -540px -588px;
      height: 60px;
      width: 60px;
      position: absolute;
      top: 5px;
      right: 5px;
      cursor: pointer;
      text-indent: -9000px;
      z-index: 1000; }
  .local-nav-top {
    font-size: 1.5625em; }
  .local-nav-sub li {
    padding: 25px 0 0; }
  .local-nav-sub > li > span:after {
    content: " \2013";
    font-size: 1.1em; }
  .local-nav-sub > li > a:after {
    content: " +";
    font-size: 1.1em; } }

@media screen and (max-width: 420px) {
  #side-nav-button {
    border: 1px solid #D4DADC;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    position: relative;
    font-weight: bold;
    color: #00aae7;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
    #side-nav-button:after {
      content: "";
      position: absolute;
      right: 10px;
      top: 42%;
      width: 13px;
      height: 2px;
      background: #A9B5BA;
      box-shadow: 0 0.25em 0 0 #A9B5BA, 0 0.5em 0 0 #A9B5BA; }
    #side-nav-button.content-nav {
      background-color: #ffffff;
      font-size: 0.9375em;
      color: #333333;
      box-shadow: none;
      padding: 14px; }
      #side-nav-button.content-nav:after {
        box-shadow: none;
        background-color: transparent;
        background-image: url("../img/spritesheet.png");
        background-position: -282px -125px;
        height: 12px;
        width: 12px;
        top: 38%; }
  .row .side-nav, #department-side-nav .category-filter {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    background: white;
    margin: 0;
    left: 0;
    z-index: 1000;
    right: 0;
    width: 100%;
    padding: 25px 20px; }
    .row .side-nav.show, #department-side-nav .category-filter.show {
      display: block; }
    .row .side-nav section, #department-side-nav .category-filter section {
      height: 100%;
      overflow: scroll; }
    .row .side-nav .close, #department-side-nav .category-filter .close {
      display: block;
      background-image: url("../img/spritesheet.png");
      background-position: -540px -588px;
      height: 60px;
      width: 60px;
      position: absolute;
      top: 5px;
      right: 5px;
      cursor: pointer;
      text-indent: -9000px;
      z-index: 1000; }
  .local-nav-top {
    font-size: 1.5625em; }
  .local-nav-sub li {
    padding: 25px 0 0; }
  .local-nav-sub > li > span:after {
    content: " \2013";
    font-size: 1.1em; }
  .local-nav-sub > li > a:after {
    content: " +";
    font-size: 1.1em; } }

.tiles {
  max-width: 1095px;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center; }
  .tiles li {
    list-style: none; }
  .tiles.full-width {
    max-width: none;
    position: relative; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .tiles.full-width {
        display: block; } }
    @media screen and (max-width: 420px) {
      .tiles.full-width {
        display: block; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .tiles .item {
      display: block; } }
  @media screen and (min-width: 976px) {
    .tiles .item {
      display: block; } }

.promo-tile {
  background-color: #ffffff;
  box-sizing: border-box;
  margin-bottom: 45px;
  min-height: 80px;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1); }
  .promo-tile a {
    display: block;
    padding: 16px 0; }
  .promo-tile p {
    color: #333333; }
  .promo-tile span {
    display: block;
    color: #00aae7; }
  .promo-tile:after {
    content: "";
    position: absolute;
    right: -1px;
    height: 60%;
    top: 20%;
    width: 1px;
    border-left: 1px solid #D4DADC; }
  .promo-tile:last-child:after {
    display: none; }

@media screen and (min-width: 421px) and (max-width: 768px) {
  #mobile-carousel {
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1); }
    #mobile-carousel .carousel-inner {
      height: 80px; }
  .promo-tile a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box; }
  .promo-tile:after {
    display: none; } }

@media screen and (max-width: 420px) {
  #mobile-carousel {
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1); }
    #mobile-carousel .carousel-inner {
      height: 80px; }
  .promo-tile a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box; }
  .promo-tile:after {
    display: none; } }

@media screen and (min-width: 976px) {
  #mobile-carousel {
    display: table;
    width: 100%;
    overflow: hidden;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1); }
    #mobile-carousel .carousel-inner {
      display: table-row; }
      #mobile-carousel .carousel-inner .promo-tile {
        display: table-cell;
        vertical-align: middle;
        float: none;
        width: 25%; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  #mobile-carousel {
    display: table;
    width: 100%;
    overflow: hidden;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1); }
    #mobile-carousel .carousel-inner {
      display: table-row; }
      #mobile-carousel .carousel-inner .promo-tile {
        display: table-cell;
        vertical-align: middle;
        float: none;
        width: 25%; } }

.product-tile {
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin: 20px 0 75px;
  transition: 0.2s; }
  .product-tile a {
    display: block;
    padding: 32px 0 16px;
    height: 100%;
    box-sizing: border-box; }
  .product-tile p {
    padding: 0 20px;
    letter-spacing: 0.2px;
    font-size: 1em;
    line-height: 1.33333em; }
  .product-tile img {
    display: block;
    margin-bottom: 18px;
    max-width: 100%; }
  @media screen and (max-width: 420px) {
    .product-tile p {
      padding: 0 15px; }
    .product-tile a {
      padding: 23px 0 16px; }
    .product-tile img {
      max-height: 130px;
      margin: 0 auto 15px; } }
  .product-tile.off-col {
    width: 18%;
    margin: 0.5rem 0 0.5rem 15px; }
    .product-tile.off-col:first-child {
      margin-left: 0; }
  .product-tile:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); }

.text-tile {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s; }
  .brand .text-tile:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .text-tile.col-3 {
      width: 207px;
      margin: 0.5rem 5px; } }
  @media screen and (max-width: 420px) {
    .text-tile.col-3 {
      width: 207px;
      margin: 0.5rem 5px; } }
  .text-tile h4 {
    font-size: 1.66667em;
    margin-bottom: 6px; }
  .text-tile.col-4 {
    margin: 37px 15px 40px 0; }
    .text-tile.col-4:last-child {
      margin-right: 0; }
    .text-tile.col-4 p {
      margin-bottom: 10px;
      font-size: 1em; }
  .text-tile img {
    display: block;
    width: 100%; }
  .text-tile div {
    padding: 20px;
    box-sizing: border-box; }
    .text-tile div a.btn:hover {
      background-color: #ffffff; }

.tiles .photo-tile {
  margin: 4px 0 75px 15px;
  width: calc(33.33% - 15px);
  max-width: 355px; }
  .tiles .photo-tile:first-child {
    margin-left: 0; }
  .tiles .photo-tile img {
    display: block;
    border: 15px solid #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
    box-sizing: border-box; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .tiles .photo-tile img {
        border-width: 7px; } }
    @media screen and (max-width: 420px) {
      .tiles .photo-tile img {
        border-width: 7px; } }
  .tiles .photo-tile a.btn {
    font-size: 1em;
    padding: 12px 27px 11px; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .tiles .photo-tile a.btn {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        height: 40px; } }
    @media screen and (max-width: 420px) {
      .tiles .photo-tile a.btn {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        height: 40px; } }

.pet-tile {
  background-color: #ffffff;
  border-bottom: 1px solid #D4DADC;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .pet-tile h4 {
    font-size: 1.66667em;
    color: #333333; }
  .pet-tile a {
    display: block; }
  .pet-tile span.btn {
    font-size: 1em;
    padding: 6px 0; }
  .pet-tile img {
    display: block;
    width: 30%;
    margin-left: 12%; }
  .pet-tile div {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60%; }
  .pet-tile a.btn:hover {
    background-color: #ffffff; }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .pet-tile {
      border-left: 1px solid #D4DADC;
      border-bottom: 0;
      margin-top: 0px;
      width: 16.6%;
      float: left;
      box-sizing: border-box; }
      .pet-tile:first-child {
        border-left: 0; }
      .pet-tile a {
        padding-top: 60px; }
      .pet-tile div {
        position: relative;
        top: auto;
        right: 0;
        transform: none;
        width: auto; }
      .pet-tile img {
        width: auto;
        margin: 0 auto -1px; } }
  @media screen and (min-width: 976px) {
    .pet-tile {
      border-left: 1px solid #D4DADC;
      border-bottom: 0;
      margin-top: 0px;
      width: 16.6%;
      float: left;
      box-sizing: border-box; }
      .pet-tile:first-child {
        border-left: 0; }
      .pet-tile a {
        padding-top: 60px; }
      .pet-tile div {
        position: relative;
        top: auto;
        right: 0;
        transform: none;
        width: auto; }
      .pet-tile img {
        width: auto;
        margin: 0 auto -1px; } }

@media screen and (max-width: 950px) {
  .tile-scroller {
    overflow: auto;
    white-space: nowrap; }
    .tile-scroller .row {
      overflow: initial; }
    .tile-scroller .tiles {
      display: flex;
      justify-content: flex-start; }
    .tile-scroller .text-tile {
      display: inline-block;
      float: none;
      white-space: normal;
      min-width: 275px; }
      .tile-scroller .text-tile:first-child {
        margin-left: 15px; }
    .tile-scroller .product-tile {
      max-width: 207px;
      display: inline-block;
      float: none;
      padding: 0px;
      white-space: normal;
      height: auto; }
      .tile-scroller .product-tile.off-col:first-child {
        margin-left: 15px; }
      .tile-scroller .product-tile.off-col:last-child {
        margin-right: 15px; } }

@media screen and (max-width: 420px) {
  .tile-scroller .product-tile {
    min-width: 132px; }
  .tile-scroller .product-tile {
    min-width: 240px; } }

.video-tile {
  background: #ffffff;
  border-radius: 5px;
  display: inline-block;
  padding: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin: 20px 0 10px;
  max-width: 134px;
  width: 80%; }
  @media screen and (min-width: 976px) {
    .video-tile {
      max-width: 316px;
      padding: 12px;
      margin-top: 0; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .video-tile {
      max-width: 316px;
      padding: 12px;
      margin-top: 0; } }
  .video-tile img {
    display: block;
    width: 100%;
    max-width: 100%; }

.tile-list {
  text-align: center; }
  .tile-list .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .tile-list.tile-scroller .row {
      flex-wrap: nowrap;
      justify-content: flex-start; } }
  @media screen and (max-width: 420px) {
    .tile-list.tile-scroller .row {
      flex-wrap: nowrap;
      justify-content: flex-start; } }

.container .tile-list.tile-scroller ul li:first-child {
  margin-left: 0; }

.container .tile-list.tile-scroller ul li:last-child {
  margin-right: 0; }

.category-tile {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  float: left;
  height: 235px;
  margin: 26px 10px 26px 0;
  width: 207px;
  text-align: center;
  transition: box-shadow 0.2s; }
  .category-tile:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }
  @media screen and (min-width: 976px) {
    .category-tile {
      height: auto;
      margin: 26px 1%;
      width: 23.5%; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .category-tile {
      height: auto;
      margin: 26px 1%;
      width: 23.5%; } }
  .category-tile img {
    max-width: 130px;
    width: 100%; }
  .category-tile a {
    box-sizing: border-box;
    display: block;
    padding: 30px 15px 17px; }
  .category-tile p {
    display: table;
    width: 100%;
    height: 40px;
    color: #00aae7;
    font-size: 0.9375em;
    line-height: 1.33333em;
    margin-top: 16px; }
    .category-tile p span {
      display: table-cell;
      vertical-align: middle; }
  @media screen and (min-width: 976px) {
    .category-tile:first-child {
      margin-left: 0; }
    .category-tile:last-child {
      margin-right: 0; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .category-tile:first-child {
      margin-left: 0; }
    .category-tile:last-child {
      margin-right: 0; } }

#scroolTop a {
  position: fixed;
  background-color: #ffffff;
  background-position: -52px -108px;
  background-image: url("../img/spritesheet.png");
  height: 43px;
  width: 43px;
  right: 30px;
  bottom: 30px;
  box-shadow: -2px 2px 9px 0 rgba(0, 0, 0, 0.2);
  text-indent: -10000px;
  transform: rotate(-90deg);
  z-index: 900; }

.pagination {
  clear: both;
  margin: 20px 0; }
  .pagination li {
    display: inline-block;
    line-height: 32px; }
  .pagination a {
    font-size: 1.125em;
    padding: 0 13px; }
  .pagination .active a {
    color: #333333; }
  .pagination .prev, .pagination .next {
    display: block;
    height: 32px;
    width: 32px;
    background-color: #00aae7;
    border: 1px solid #00aae7;
    box-sizing: border-box;
    border-radius: 100%;
    margin: 0;
    padding: 0;
    opacity: 1;
    position: relative;
    transition: 0.3s; }
    .pagination .prev:after, .pagination .next:after {
      opacity: 1;
      height: 7px;
      width: 7px;
      content: "";
      border-top: 3px solid #ffffff;
      border-right: 3px solid #ffffff;
      position: absolute;
      top: 50%;
      left: 50%; }
    .pagination .prev.prev:after, .pagination .next.prev:after {
      transform: translateX(-50%) translateY(-50%) rotate(-135deg);
      border-width: 2px;
      right: 50%; }
    .pagination .prev.next:after, .pagination .next.next:after {
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      border-width: 2px;
      left: 50%; }
  .pagination .not_allowed .left_arrow, .pagination .not_allowed .right_arrow,
  .pagination .disabled .prev, .pagination .disabled .next {
    background-color: #F4F6F6;
    border-color: #D4DADC; }
    .pagination .not_allowed .left_arrow:after, .pagination .not_allowed .right_arrow:after,
    .pagination .disabled .prev:after, .pagination .disabled .next:after {
      border-color: #D4DADC; }
  .pagination .ellipsis {
    color: #A9B5BA; }
    .pagination .ellipsis:after {
      content: "\2026\0020"; }
    .pagination .ellipsis span {
      position: absolute;
      left: -9000px; }

.product-options {
  font-size: 0.6875em;
  text-align: center;
  color: #666666;
  margin-bottom: 10px;
  min-height: 20px; }

.product-name {
  position: relative;
  width: 100%;
  max-height: 72px;
  line-height: 18px; }
  .product-name a {
    font-size: 0.8125em;
    font-weight: normal;
    color: #333333;
    line-height: 18px; }
  .product-name .brand-name {
    font-weight: bold; }

.product-rating {
  position: relative;
  width: 100%;
  height: 18px;
  margin: 8px 0;
  overflow: hidden; }
  .product-rating .product_review_js {
    font-size: 0.75em;
    line-height: 1.5em;
    color: #333333; }
  .product-rating #star_box, .product-rating .star_bg {
    width: 70px;
    position: absolute; }
  .product-rating .icon-star, .product-rating .icon-star-empty {
    float: left; }
  .product-rating .star_limiter_class {
    overflow: hidden; }
  .product-rating .longbar {
    width: 80px; }

.product-pricing {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 10px; }
  .product-pricing .product-price-promo {
    display: inline-block;
    height: 20px;
    font-size: 0.9375em;
    color: #333333;
    letter-spacing: 0.2px;
    font-weight: bold;
    line-height: 1.33333em; }
  .product-pricing #product-price-rd {
    display: block;
    height: 23px; }
  .product-pricing .product-price-rddetail {
    font-size: 18px;
    color: #00aae7;
    font-weight: bold;
    line-height: 1.27778em; }
    .product-pricing .product-price-rddetail + .rd-logo {
      width: 88px;
      margin: 0;
      height: 13px; }
  .product-pricing .product-price-banner {
    display: inline-block;
    height: 21px;
    vertical-align: text-top; }
    .product-pricing .product-price-banner img {
      height: 12px; }
  .product-pricing .product-price-save {
    color: #666666;
    font-size: 0.75em;
    line-height: 1.41667em;
    vertical-align: middle; }
  .product-pricing .product-price-crossout {
    font-size: 0.75em;
    color: #666666;
    text-decoration: line-through; }
  .product-pricing .configured {
    font-size: 0.75em;
    color: #333333; }

.product-promo-text {
  display: block;
  font-size: 0.75em;
  line-height: 1.42;
  color: #46c126; }

.prod-tile {
  width: calc(20% - 9.6px);
  height: 370px;
  margin: 23px 12px 0 0;
  padding: 14px;
  border-radius: 5px;
  background-color: #ffffff;
  box-sizing: border-box;
  float: left;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  /*------------------------------------*/
  /* Mobile View Styles                 */
  /*------------------------------------*/
  /*------------------------------------*/ }
  .prod-tile:last-child {
    margin-right: 0; }
  .prod-tile .product-name {
    height: 60px;
    overflow: hidden; }
  .prod-tile .product-image {
    overflow: hidden;
    margin: 15px auto;
    vertical-align: middle;
    text-align: center; }
    .prod-tile .product-image > a:first-of-type {
      width: 100%;
      display: block; }
    .prod-tile .product-image img {
      max-width: 138px;
      max-height: 138px;
      margin: 0 auto; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .prod-tile {
      width: 187px;
      height: 355px;
      margin: 23px 12px 0 0;
      padding: 11px 14px;
      border-radius: 5px;
      background-color: #ffffff;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); } }
  @media screen and (max-width: 420px) {
    .prod-tile {
      width: 187px;
      height: 355px;
      margin: 23px 12px 0 0;
      padding: 11px 14px;
      border-radius: 5px;
      background-color: #ffffff;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); } }

.product-content-tile {
  background-color: #82d1f0;
  width: 207px;
  height: 323px;
  margin: 23px 12px 0 0;
  padding: 50px 15px;
  border-radius: 5px;
  box-sizing: border-box;
  float: left;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-align: center; }
  .product-content-tile h5 {
    font-size: 1.125em;
    line-height: 1.27778em;
    color: #ffffff;
    font-weight: bold;
    width: 95%;
    margin: 10px auto; }
  .product-content-tile p {
    color: #ffffff;
    font-size: 0.8125em;
    line-height: 1.38462em; }
  .product-content-tile .btn {
    padding-bottom: 0;
    font-size: 0.8125em; }

.tile-list {
  overflow-x: auto; }
  .tile-list > div {
    min-width: 1092px; }
  .tile-list .product-tile {
    margin: 0.5rem 6px;
    width: 12.66667%;
    height: 216px;
    min-width: 170px; }
    .tile-list .product-tile .image-container {
      height: 140px; }
    .tile-list .product-tile img {
      margin: 0 auto 10px; }

#prodrec h3 {
  text-align: left;
  font-size: 1.5625em; }

#prodrec .prod-tile {
  text-align: left;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1); }
  #prodrec .prod-tile .product-price-save {
    text-decoration: line-through; }

.product-display-grid .prod-tile {
  height: 400px;
  margin: 0.5rem 2% 0.5rem 0; }
  .product-display-grid .prod-tile .product-promo-text {
    font-weight: normal;
    padding-top: 5px; }
  @media screen and (min-width: 976px) {
    .product-display-grid .prod-tile {
      width: 23%; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .product-display-grid .prod-tile {
      width: 31%; } }
  @media screen and (max-width: 850px) {
    .product-display-grid .prod-tile {
      width: 48%; } }
  @media screen and (max-width: 420px) {
    .product-display-grid .prod-tile {
      width: 96%;
      height: auto;
      margin: 0.5em 2%; }
      .product-display-grid .prod-tile .product-info {
        float: right;
        width: 60%;
        display: flex;
        flex-flow: column; }
        .product-display-grid .prod-tile .product-info .product-options {
          text-align: left;
          margin: 10px 0; }
        .product-display-grid .prod-tile .product-info .product-name {
          order: -1;
          height: auto; }
      .product-display-grid .prod-tile .product-image {
        float: left;
        width: 30%; }
        .product-display-grid .prod-tile .product-image img {
          display: block;
          width: 100%; } }

#category-preview-widget h2 span {
  font-size: 0.5em; }

@media screen and (min-width: 976px) {
  #category-preview-widget .prod-tile {
    width: 18%; } }

[data-tns-role="wrapper"] {
  padding: 0 !important; }
  [data-tns-role="wrapper"].ms-touch {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -ms-scroll-chaining: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%); }

[data-tns-role="content"] {
  position: relative;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }

[data-tns-role="content-wrapper"] [data-tns-role="nav"] {
  display: none; }

[data-tns-mode="carousel"][data-tns-axis="horizontal"] {
  left: 0; }
  [data-tns-mode="carousel"][data-tns-axis="horizontal"]:after {
    content: '';
    display: table;
    clear: both; }
  [data-tns-mode="carousel"][data-tns-axis="horizontal"] > div, [data-tns-mode="carousel"][data-tns-axis="horizontal"] > li, [data-tns-mode="carousel"][data-tns-axis="horizontal"] > span, [data-tns-mode="carousel"][data-tns-axis="horizontal"] > a {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; }

[data-tns-mode="gallery"] {
  overflow: hidden; }
  [data-tns-mode="gallery"] > div, [data-tns-mode="gallery"] > li, [data-tns-mode="gallery"] > span, [data-tns-mode="gallery"] > a {
    position: absolute;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s; }

[data-tns-role="nav"] {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px; }
  [data-tns-role="nav"] button {
    vertical-align: middle;
    background-color: #D4DADC;
    height: 12px;
    width: 12px;
    margin: 0 5px; }
    [data-tns-role="nav"] button[aria-selected="true"] {
      background-color: #ffffff;
      border: 2px solid #D4DADC; }

[data-tns-role="lazy-img"] {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }
  [data-tns-role="lazy-img"].loaded {
    opacity: 1; }

[hidden] {
  display: none !important; }

[data-controls], [data-action], [data-nav] {
  cursor: pointer;
  border-width: 0;
  padding: 0; }

[data-tns-hidden="x"] {
  overflow-x: hidden; }

[data-tns-hidden="y"] {
  overflow-y: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

#hasRD + p {
  font-size: 0.8125em;
  color: #8E9DA2;
  margin-bottom: 20px; }

#hasRD .checkbox {
  margin: 10px 0;
  overflow: hidden; }
  #hasRD .checkbox label {
    font-weight: normal; }

#hasRD .row .column-headings {
  font-size: 0.8125em;
  font-weight: bold;
  color: #A9B5BA; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #hasRD .row .column-headings {
      display: none; } }
  @media screen and (max-width: 420px) {
    #hasRD .row .column-headings {
      display: none; } }
  #hasRD .row .column-headings .col-2 {
    padding-left: 20px; }
  #hasRD .row .column-headings .col-10 {
    padding-right: 30px; }
  #hasRD .row .column-headings .col-10 .col-2 {
    margin: 0;
    text-align: center; }

#hasRD .row .product-qty input {
  max-width: 50px;
  margin-top: -10px; }

#hasRD .panel-danger .panel-heading {
  background-color: rgba(238, 53, 36, 0.2);
  border: 1px solid rgba(238, 53, 36, 0.4);
  color: #ee3524; }
  #hasRD .panel-danger .panel-heading h3, #hasRD .panel-danger .panel-heading span, #hasRD .panel-danger .panel-heading p, #hasRD .panel-danger .panel-heading label {
    color: #ee3524; }

#hasRD .panel-success .panel-heading {
  background-color: rgba(70, 193, 38, 0.2);
  border: 1px solid #46c126;
  color: #46c126; }
  #hasRD .panel-success .panel-heading h3, #hasRD .panel-success .panel-heading span, #hasRD .panel-success .panel-heading p, #hasRD .panel-success .panel-heading label {
    color: #46c126; }

#hasRD .panel-heading a {
  float: none; }

#hasRD .panel-heading .panel-title {
  font-size: 1.25em;
  line-height: 1.66667em; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #hasRD .panel-heading .panel-title {
      float: none; } }
  @media screen and (max-width: 420px) {
    #hasRD .panel-heading .panel-title {
      float: none; } }
  #hasRD .panel-heading .panel-title .label {
    font-size: 0.6em;
    line-height: 1.16667em;
    display: block;
    float: none;
    margin: 0; }
  @media screen and (min-width: 976px) {
    #hasRD .panel-heading .panel-title .rd-date {
      min-width: 180px;
      margin-right: 10px;
      display: block; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    #hasRD .panel-heading .panel-title .rd-date {
      min-width: 180px;
      margin-right: 10px;
      display: block; } }
  #hasRD .panel-heading .panel-title .rd-datea {
    font-size: 1.25em; }

@media screen and (min-width: 421px) and (max-width: 768px) {
  #hasRD .panel-heading .rd-edit .panel-title {
    float: left;
    width: 48%;
    margin-bottom: 10px; }
    #hasRD .panel-heading .rd-edit .panel-title:first-child {
      margin-right: 4%; } }

@media screen and (max-width: 420px) {
  #hasRD .panel-heading .rd-edit .panel-title {
    float: left;
    width: 48%;
    margin-bottom: 10px; }
    #hasRD .panel-heading .rd-edit .panel-title:first-child {
      margin-right: 4%; } }

#hasRD .panel-heading .rd-edit .panel-title:first-child {
  margin-right: 10px; }

#hasRD .panel-heading .rd-edit .panel-title a.select-style {
  font-weight: normal;
  font-size: 0.8em;
  color: #666666;
  border: 0;
  margin-top: 5px; }
  #hasRD .panel-heading .rd-edit .panel-title a.select-style span {
    padding: 0 0 0 16px;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 26px; }

@media screen and (min-width: 976px) {
  #hasRD .panel-heading .edit-btns {
    float: right; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  #hasRD .panel-heading .edit-btns {
    float: right; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
  #hasRD .panel-heading .edit-btns {
    display: flex;
    flex-flow: column;
    width: 100%; } }

@media screen and (max-width: 420px) {
  #hasRD .panel-heading .edit-btns {
    display: flex;
    flex-flow: column;
    width: 100%; } }

#hasRD .panel-heading .btn {
  padding: 5px 25px; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #hasRD .panel-heading .btn {
      width: 100%;
      margin: 5px 0;
      order: 1; } }
  @media screen and (max-width: 420px) {
    #hasRD .panel-heading .btn {
      width: 100%;
      margin: 5px 0;
      order: 1; } }
  #hasRD .panel-heading .btn-inverted {
    background-color: transparent; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      #hasRD .panel-heading .btn-inverted {
        order: 2; } }
    @media screen and (max-width: 420px) {
      #hasRD .panel-heading .btn-inverted {
        order: 2; } }

@media screen and (min-width: 976px) {
  #hasRD .panel-heading .edit-link {
    float: right; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  #hasRD .panel-heading .edit-link {
    float: right; } }

@media screen and (min-width: 976px) {
  #hasRD .panel-heading .col-6 {
    line-height: 45px; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  #hasRD .panel-heading .col-6 {
    line-height: 45px; } }

#hasRD .panel-heading .select-style {
  max-width: 183px;
  float: right; }

#hasRD .panel-heading .form-group {
  width: 100%;
  float: right;
  text-align: right; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #hasRD .panel-heading .form-group {
      float: none;
      text-align: left; }
      #hasRD .panel-heading .form-group label {
        float: left; }
      #hasRD .panel-heading .form-group .select-style {
        float: left; } }
  @media screen and (max-width: 420px) {
    #hasRD .panel-heading .form-group {
      float: none;
      text-align: left; }
      #hasRD .panel-heading .form-group label {
        float: left; }
      #hasRD .panel-heading .form-group .select-style {
        float: left; } }
  #hasRD .panel-heading .form-group label {
    display: inline-block;
    font-size: 0.9375em;
    color: #333333;
    margin: 0 12px 0 0;
    line-height: 45px; }
  #hasRD .panel-heading .form-group .select-style {
    font-size: 0.8em;
    margin-top: 5px;
    border: 0; }
    #hasRD .panel-heading .form-group .select-style select {
      height: 37px;
      padding: 10px 26px 10px 13px; }

#hasRD .panel-body {
  font-size: 0.9375em;
  color: #666666; }
  #hasRD .panel-body strong {
    color: #333333; }

#hasRD .rdDetails {
  font-size: 0.8125em; }
  #hasRD .rdDetails .col-6 {
    background-color: #E6E6E6;
    padding: 15px; }
    @media screen and (min-width: 976px) {
      #hasRD .rdDetails .col-6 {
        width: 48%; }
        #hasRD .rdDetails .col-6.shipping {
          margin-right: 4%; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      #hasRD .rdDetails .col-6 {
        width: 48%; }
        #hasRD .rdDetails .col-6.shipping {
          margin-right: 4%; } }

#hasRD .order-item {
  padding: 7px 0 15px;
  margin-bottom: 25px; }
  #hasRD .order-item .col-10 {
    margin: 16px 0; }
  #hasRD .order-item .col-2 {
    line-height: 45px;
    margin: 0; }
    #hasRD .order-item .col-2 input {
      max-width: 45px;
      background-color: #F4F6F6; }
  @media screen and (min-width: 976px) {
    #hasRD .order-item .edit-rd {
      text-align: center; }
    #hasRD .order-item .remove-rd {
      text-align: center; }
    #hasRD .order-item .row-table {
      display: table;
      vertical-align: middle; }
      #hasRD .order-item .row-table .col-4, #hasRD .order-item .row-table .col-2 {
        display: table-cell;
        float: none;
        vertical-align: middle; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    #hasRD .order-item .edit-rd {
      text-align: center; }
    #hasRD .order-item .remove-rd {
      text-align: center; }
    #hasRD .order-item .row-table {
      display: table;
      vertical-align: middle; }
      #hasRD .order-item .row-table .col-4, #hasRD .order-item .row-table .col-2 {
        display: table-cell;
        float: none;
        vertical-align: middle; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #hasRD .order-item {
      display: flex;
      flex-flow: row;
      align-items: center; } }
  @media screen and (max-width: 420px) {
    #hasRD .order-item {
      display: flex;
      flex-flow: row;
      align-items: center; } }
  #hasRD .order-item .product-image img {
    display: block; }
  #hasRD .order-item .product-name-rd a {
    font-size: 0.9375em;
    color: #333333;
    display: inline-block; }
  #hasRD .order-item .product-price {
    font-size: 0.9375em;
    color: #666666; }
  #hasRD .order-item .product-subtotal {
    font-size: 1.25em;
    color: #333333;
    font-weight: bold; }

@media screen and (min-width: 421px) and (max-width: 768px) {
  #hasRD .rd-options a {
    display: block;
    margin: 10px 0; } }

@media screen and (max-width: 420px) {
  #hasRD .rd-options a {
    display: block;
    margin: 10px 0; } }

#hasRD .view-rd-details {
  display: block;
  padding: 10px 0;
  color: #333333; }
  #hasRD .view-rd-details:after {
    content: "";
    display: block;
    background-image: url("../img/spritesheet.png");
    background-position: -140px -125px;
    float: right;
    height: 12px;
    margin-top: 4px;
    width: 12px; }
  #hasRD .view-rd-details.collapsed:after {
    background-position: -282px -125px; }

#hasRD .rd-button {
  border-radius: 5px;
  display: inline-block;
  font-size: 0.875em;
  margin: 20px 15px 0 0;
  padding: 5px 16px;
  transition: 0.2s;
  background-color: #00aae7;
  color: #ffffff; }
  #hasRD .rd-button:hover {
    background-color: #0084b4;
    color: #ffffff; }
  #hasRD .rd-button.show {
    display: inline-block !important; }

@media screen and (min-width: 976px) {
  #hasRD .notice-box {
    float: left; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  #hasRD .notice-box {
    float: left; } }

#hasRD .notice-box strong {
  color: #fc951f; }

.rd-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000; }

#changeRdItemDiv {
  margin: auto;
  max-width: 500px; }
  #changeRdItemDiv h3 {
    text-align: center;
    font-size: 1.5625em; }
  #changeRdItemDiv .product-image {
    padding: 10px;
    border: 1px solid #A9B5BA;
    margin-bottom: 10px; }
    @media screen and (max-width: 420px) {
      #changeRdItemDiv .product-image {
        height: 100px; } }
  #changeRdItemDiv img {
    max-width: 100%;
    display: block;
    margin: auto; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      #changeRdItemDiv img {
        max-height: 100%; } }
    @media screen and (max-width: 420px) {
      #changeRdItemDiv img {
        max-height: 100%; } }
  #changeRdItemDiv .product-name {
    color: #333333;
    font-size: 0.875em; }
  #changeRdItemDiv .pdp-product-attributes {
    position: relative; }
  #changeRdItemDiv .product-price {
    margin-bottom: 10px;
    padding-left: 2px; }
    #changeRdItemDiv .product-price .product-price-rddetail {
      font-weight: bold;
      font-size: 1.25em;
      color: #00aae7; }
    #changeRdItemDiv .product-price .rd-logo {
      vertical-align: text-top; }
  #changeRdItemDiv .item-attr {
    margin-bottom: 10px; }
  #changeRdItemDiv #pdp_atc {
    margin-bottom: 10px; }
  #changeRdItemDiv .form-group {
    margin: 0; }
    #changeRdItemDiv .form-group label {
      display: inline-block;
      float: left; }

/***********************************
* BEGIN New Account RD Landing Page 
************************************/
.rd-list-row {
  background-color: #F4F6F6;
  border-radius: 3px;
  margin-bottom: 10px; }
  .rd-list-row .rd-date, .rd-list-row .rd-freq, .rd-list-row .rd-paused {
    padding: 10px 0 10px 10px; }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .rd-list-row .rd-date, .rd-list-row .rd-freq, .rd-list-row .rd-paused {
        padding: 15px; } }
    @media screen and (min-width: 976px) {
      .rd-list-row .rd-date, .rd-list-row .rd-freq, .rd-list-row .rd-paused {
        padding: 15px; } }
    .rd-list-row .rd-date p, .rd-list-row .rd-freq p, .rd-list-row .rd-paused p {
      font-weight: bold; }
      .rd-list-row .rd-date p span.rd-listing-title-text, .rd-list-row .rd-freq p span.rd-listing-title-text, .rd-list-row .rd-paused p span.rd-listing-title-text {
        color: #8E9DA2;
        font-size: .75em;
        font-weight: normal; }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .rd-list-row .rd-date {
      padding-bottom: 20px; } }
  @media screen and (min-width: 976px) {
    .rd-list-row .rd-date {
      padding-bottom: 20px; } }
  .rd-list-row .rd-date p {
    padding-left: 40px; }
    @media screen and (max-width: 420px) {
      .rd-list-row .rd-date p {
        padding-left: 0; } }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .rd-list-row .rd-date p {
        padding-left: 0; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .rd-list-row .rd-freq {
      padding-bottom: 20px; } }
  @media screen and (min-width: 976px) {
    .rd-list-row .rd-freq {
      padding-bottom: 20px; } }
  .rd-list-row .rd-freq p {
    padding-left: 35px; }
    @media screen and (max-width: 420px) {
      .rd-list-row .rd-freq p {
        padding-left: 0; } }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .rd-list-row .rd-freq p {
        padding-left: 0; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .rd-list-row .rd-paused {
      padding-bottom: 20px; } }
  @media screen and (min-width: 976px) {
    .rd-list-row .rd-paused {
      padding-bottom: 20px; } }
  .rd-list-row .rd-paused p {
    padding-left: 40px; }
    @media screen and (max-width: 420px) {
      .rd-list-row .rd-paused p {
        padding-left: 0; } }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .rd-list-row .rd-paused p {
        padding-left: 0; } }
  .rd-list-row .petco-calendar-icon {
    background-image: url(../img/calendar.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px;
    position: absolute;
    top: 46%; }
    @media screen and (max-width: 420px) {
      .rd-list-row .petco-calendar-icon {
        top: 27%; } }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .rd-list-row .petco-calendar-icon {
        top: 27%; } }
  .rd-list-row .petco-delivery-icon {
    background-image: url(../img/van.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px;
    position: absolute;
    top: 50%; }
    @media screen and (max-width: 420px) {
      .rd-list-row .petco-delivery-icon {
        top: 29%; } }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .rd-list-row .petco-delivery-icon {
        top: 29%; } }
  .rd-list-row .petco-pause-icon {
    background-image: url(../img/pause.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px;
    position: absolute;
    top: 44%; }
    @media screen and (max-width: 420px) {
      .rd-list-row .petco-pause-icon {
        top: 25%; } }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .rd-list-row .petco-pause-icon {
        top: 25%; } }
  .rd-list-row .rd-images {
    padding-left: 10px; }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .rd-list-row .rd-images {
        padding: 15px 15px 0 24px; } }
    @media screen and (min-width: 976px) {
      .rd-list-row .rd-images {
        padding: 15px 15px 0 24px; } }
    .rd-list-row .rd-images img {
      border-radius: 3px;
      box-shadow: 2px 2px 5px #D4DADC;
      margin-right: 6px; }
  .rd-list-row .rd-arrow-container {
    min-height: auto; }
    @media screen and (max-width: 420px) {
      .rd-list-row .rd-arrow-container {
        margin: 0 !important; } }
    .rd-list-row .rd-arrow-container .rd-arrow {
      background-color: #00aae7;
      color: #ffffff;
      border: none;
      display: inline-block;
      padding: 69px 12px;
      vertical-align: middle;
      overflow: hidden;
      text-decoration: none;
      position: absolute;
      top: 50%;
      right: 0%;
      border-radius: 0px 3px 3px 0;
      transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%); }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        .rd-list-row .rd-arrow-container .rd-arrow {
          padding: 39px 12px; } }
      @media screen and (min-width: 976px) {
        .rd-list-row .rd-arrow-container .rd-arrow {
          padding: 39px 12px; } }
      @media screen and (min-width: 421px) and (max-width: 768px) {
        .rd-list-row .rd-arrow-container .rd-arrow {
          padding: 77px 12px; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .rd-freq, .rd-paused {
    border-right: 1px solid #E6E6E6; } }

@media screen and (min-width: 976px) {
  .rd-freq, .rd-paused {
    border-right: 1px solid #E6E6E6; } }

/***********************************
* END New Account RD Landing Page 
************************************/
/***********************************
* BEGIN New Account RD Detail Page 
************************************/
#repeat-delivery-detail {
  background-color: #F4F6F6;
  padding-bottom: 20px; }
  #repeat-delivery-detail h2 {
    font-size: 15px; }
    #repeat-delivery-detail h2 .small-text {
      font-size: 15px; }
  @media screen and (max-width: 420px) {
    #repeat-delivery-detail .mobile-rd-detail-info {
      display: block; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    #repeat-delivery-detail .mobile-rd-detail-info {
      display: none; } }
  @media screen and (min-width: 976px) {
    #repeat-delivery-detail .mobile-rd-detail-info {
      display: none; } }
  @media screen and (max-width: 420px) {
    #repeat-delivery-detail .rd-details-title-text {
      font-size: .70em; } }

.item-detail-row {
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px #D4DADC;
  margin-bottom: 20px; }
  .item-detail-row a {
    text-decoration: none; }
    .item-detail-row a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 420px) {
    .item-detail-row > .row div:nth-child(1) {
      width: 29%; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .item-detail-row > .row div:nth-child(1) {
      width: 17%; } }
  @media screen and (max-width: 420px) {
    .item-detail-row > .row div:nth-child(2) {
      width: 63%; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .item-detail-row > .row div:nth-child(2) {
      width: 72%; } }
  @media screen and (max-width: 420px) {
    .item-detail-row > .row div:nth-child(3) {
      width: 23%; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .item-detail-row > .row div:nth-child(3) {
      width: 23%; } }
  @media screen and (max-width: 420px) {
    .item-detail-row > .row div:nth-child(4) {
      width: 11%; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .item-detail-row > .row div:nth-child(4) {
      width: 16%; } }
  @media screen and (max-width: 420px) {
    .item-detail-row > .row div:nth-child(5) {
      width: 21%; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .item-detail-row > .row div:nth-child(5) {
      width: 23%; } }
  .item-detail-row img {
    width: 90px; }

#rd-add-on-message {
  position: absolute;
  right: 5px;
  bottom: -12px; }

button.dotted-button {
  padding: 20px;
  background-color: transparent;
  width: 100%;
  border: 0.13em dashed #00aae7;
  color: #00aae7; }

.rd-details-title-text {
  color: #8E9DA2;
  font-size: .75em;
  font-weight: bold; }

.rd-details-value {
  font-weight: bold;
  font-size: 1em;
  color: #000000;
  position: relative; }

.rd-details-value-inactive {
  font-weight: bold;
  font-size: 1em;
  color: #ee3524;
  position: relative; }

.detail-delivery-icon {
  background-image: url(../img/van.png);
  width: 30px;
  height: 30px;
  background-size: 30px;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat; }

.detail-calendar-icon {
  background-image: url(../img/calendar.png);
  width: 25px;
  height: 25px;
  background-size: 25px;
  position: absolute;
  bottom: 7px;
  background-repeat: no-repeat; }

#rd-detail-message-container {
  margin-top: 20px;
  position: relative; }
  #rd-detail-message-container > .arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 11px;
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #E9ECED; }
    #rd-detail-message-container > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      content: "";
      border-width: 10px;
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #E9ECED; }
  #rd-detail-message-container ul {
    background-color: #E9ECED;
    border-radius: 5px;
    font-size: 0.8375em; }
    #rd-detail-message-container ul li {
      list-style: none;
      border-bottom: 1px solid #D4DADC;
      padding: 10px; }
      #rd-detail-message-container ul li:last-of-type {
        border: none; }

#rd-detail-info-container {
  margin-top: 20px;
  margin-bottom: 20px; }
  #rd-detail-info-container ul li {
    list-style: none;
    border-top: 1px solid #D4DADC;
    padding: 10px;
    font-weight: bold;
    color: #000000; }
    #rd-detail-info-container ul li:last-of-type {
      border-bottom: 1px solid #D4DADC; }

#rd-add-more-items {
  margin-top: 30px; }

.rd-detail-pause-icon {
  background-image: url(../img/pause.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  background-size: 25px;
  position: absolute;
  top: 0%;
  left: 20%; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .rd-detail-pause-icon {
      left: 37%; } }

.rd-detail-right-arrow {
  color: #00aae7;
  position: absolute;
  right: 4%;
  bottom: 30%; }

/***********************************
* END New Account RD Detail Page 
************************************/
/***********************************
* BEGIN New Account RD Edit Page 
************************************/
.rd-product-image {
  border: 1px solid #D4DADC;
  position: relative;
  padding-top: 20px;
  width: auto;
  float: none;
  margin: 0; }
  @media screen and (min-width: 976px) {
    .rd-product-image {
      padding: 0; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .rd-product-image {
      padding: 0; } }
  .rd-product-image img {
    display: block;
    max-width: 100%;
    margin: auto; }

#rd-edit-container h2 {
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: bold;
  color: #333333; }

#rd-edit-container .rd-edit-product-info {
  margin-left: 20px; }
  #rd-edit-container .rd-edit-product-info .rd-edit-price {
    font-size: 0.8125em;
    color: #666666; }
    #rd-edit-container .rd-edit-product-info .rd-edit-price .rd-edit-price-value {
      color: #00aae7;
      font-size: 1.53846em;
      font-weight: bold;
      line-height: 1.25em; }
    #rd-edit-container .rd-edit-product-info .rd-edit-price .rd-edit-price-promo {
      color: #333333;
      font-size: 1.53846em;
      font-weight: bold;
      line-height: 1.25em;
      display: block; }
  #rd-edit-container .rd-edit-product-info .rd-edit-dropdown, #rd-edit-container .rd-edit-product-info .rd-edit-quantity {
    margin-top: 20px; }
    #rd-edit-container .rd-edit-product-info .rd-edit-dropdown .form-group, #rd-edit-container .rd-edit-product-info .rd-edit-quantity .form-group {
      border: 1px solid #8E9DA2;
      border-radius: 5px;
      margin-bottom: 10px;
      width: 99%; }
      #rd-edit-container .rd-edit-product-info .rd-edit-dropdown .form-group label, #rd-edit-container .rd-edit-product-info .rd-edit-quantity .form-group label {
        text-align: center;
        font-size: 0.9375em;
        color: #333333;
        height: 43px;
        line-height: 43px;
        margin: 0;
        width: 50%; }
      #rd-edit-container .rd-edit-product-info .rd-edit-dropdown .form-group select, #rd-edit-container .rd-edit-product-info .rd-edit-quantity .form-group select {
        border: 0;
        border-left: 1px solid #D4DADC;
        background-color: transparent;
        border-radius: 0 5px 5px 0;
        padding: 11px 15px;
        width: 50%; }
  #rd-edit-container .rd-edit-product-info .rd-edit-quantity {
    margin-top: 0px; }
    #rd-edit-container .rd-edit-product-info .rd-edit-quantity .qty-group {
      display: inline-block; }
      #rd-edit-container .rd-edit-product-info .rd-edit-quantity .qty-group label {
        float: left;
        width: 25%; }
      #rd-edit-container .rd-edit-product-info .rd-edit-quantity .qty-group select {
        width: 25%; }
      #rd-edit-container .rd-edit-product-info .rd-edit-quantity .qty-group input {
        border: 0;
        border-left: 1px solid #D4DADC;
        background-color: transparent;
        border-radius: 0 5px 5px 0;
        padding: 11px 15px;
        width: 25%;
        -webkit-appearance: none; }
        #rd-edit-container .rd-edit-product-info .rd-edit-quantity .qty-group input.qty-minus {
          border-right: 0; }

/***********************************
* END New Account RD Edit Page 
************************************/
/***********************************
* BEGIN New Account RD Shipping Page 
************************************/
.rd-shipping-address-container {
  background-color: #F4F6F6;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 23px 30px;
  margin-bottom: 20px; }
  @media screen and (max-width: 420px) {
    .rd-shipping-address-container {
      padding: 23px 18px; } }
  @media screen and (max-width: 420px) {
    .rd-shipping-address-container .row > .col-3-sm {
      width: 28%; } }

/***********************************
* END New Account RD Shipping Page 
************************************/
/***********************************
* BEGIN New Account RD Date Page 
************************************/
.change-date-button {
  padding-right: 1.5em; }

/***********************************
* END New Account RD Date Page 
************************************/
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  /*style items (options):*/ }
  .custom-select select {
    display: none;
    /*hide original SELECT element:*/ }
  .custom-select .select-selected {
    background-color: transparent;
    color: #000;
    padding: 8px 16px;
    border: 1px solid #8E9DA2;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    height: 40px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*style the arrow inside the select element:*/
    /*point the arrow upwards when the select box is open (active):*/ }
    .custom-select .select-selected:after {
      position: absolute;
      content: "";
      top: 17px;
      right: 10px;
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-color: #000 transparent transparent transparent; }
    .custom-select .select-selected.select-arrow-active:after {
      border-color: transparent transparent #000 transparent;
      top: 11px; }
    .custom-select .select-selected .same-as-selected {
      background-color: rgba(255, 255, 255, 0.1); }
  .custom-select .select-items {
    position: absolute;
    background-color: #fff;
    border: 1px solid #8E9DA2;
    border-top-width: 0;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    /*style the items (options), including the selected item:*/ }
    .custom-select .select-items div {
      color: #000;
      padding: 4px 16px;
      cursor: pointer;
      user-select: none; }
      .custom-select .select-items div:first-child {
        padding-top: 8px; }
      .custom-select .select-items div:hover {
        background-color: rgba(255, 255, 255, 0.1); }

.text-box {
  border-radius: 5px; }

.account {
  padding: 0 20px; }
  .account .breadcrumb {
    padding: 0; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .account .breadcrumb {
        border: 0; } }
    @media screen and (max-width: 420px) {
      .account .breadcrumb {
        border: 0; } }
  .account #side-nav-button {
    box-sizing: border-box;
    margin: 20px 0;
    padding: 18px 20px;
    border: 1px solid #D4DADC;
    font-size: 0.9375em; }
  .account h1 {
    font-size: 1.5625em;
    padding-bottom: 10px; }
    @media screen and (min-width: 976px) {
      .account h1 {
        font-size: 2.1875em;
        padding: 0; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .account h1 {
        font-size: 2.1875em;
        padding: 0; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .account .row .side-nav {
      margin: 0; }
    .account .col-4.add-button {
      width: 100%;
      margin-bottom: 20px; } }
  @media screen and (max-width: 420px) {
    .account .row .side-nav {
      margin: 0; }
    .account .col-4.add-button {
      width: 100%;
      margin-bottom: 20px; } }
  @media screen and (min-width: 976px) {
    .account .add-button {
      margin-bottom: 30px; }
      .account .add-button a.btn {
        max-width: 191px; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .account .add-button {
      margin-bottom: 30px; }
      .account .add-button a.btn {
        max-width: 191px; } }
  .account .local-nav-sub {
    margin-top: 10px; }
    .account .local-nav-sub li {
      font-size: inherit;
      padding: 10px; }
      @media screen and (min-width: 976px) {
        .account .local-nav-sub li {
          padding: 0 0 10px 0; } }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        .account .local-nav-sub li {
          padding: 0 0 10px 0; } }
      .account .local-nav-sub li a:after {
        display: none; }
      .account .local-nav-sub li.active a {
        color: #333333; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .account > .row > .col-9 {
      width: 100%; } }
  @media screen and (max-width: 420px) {
    .account > .row > .col-9 {
      width: 100%; } }
  .account .panel {
    clear: both;
    background-color: #F4F6F6;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden; }
    .account .panel .panel-heading {
      background-color: #E9ECED;
      padding: 20px;
      overflow: hidden; }
      @media screen and (min-width: 976px) {
        .account .panel .panel-heading {
          padding: 20px 30px; } }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        .account .panel .panel-heading {
          padding: 20px 30px; } }
      .account .panel .panel-heading h3 {
        float: left;
        font-size: 1.25em; }
      .account .panel .panel-heading a {
        float: right;
        font-size: 0.9375em;
        line-height: 2.33333em; }
    .account .panel .panel-body {
      padding: 20px 10px;
      overflow: hidden; }
      @media screen and (min-width: 976px) {
        .account .panel .panel-body {
          padding: 20px 30px; } }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        .account .panel .panel-body {
          padding: 20px 30px; } }
      .account .panel .panel-body input {
        background-color: #ffffff; }
  .account .static-label {
    color: #333333;
    font-size: 0.9375em;
    font-weight: bold; }
  .account .control-label {
    display: block;
    clear: both;
    float: none; }
  .account .input {
    display: block;
    float: none;
    width: 100%;
    max-width: 495px;
    clear: both;
    margin-bottom: 10px; }
  .account .input-half {
    float: left;
    width: 48%;
    margin-right: 4%; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .account .input-half {
        max-width: 240px;
        margin-right: 15px; } }
    @media screen and (min-width: 976px) {
      .account .input-half {
        max-width: 240px;
        margin-right: 15px; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .account .input-half {
        max-width: 240px;
        margin-right: 15px; } }
    .account .input-half select {
      height: 41px; }
    .account .input-half#zipCode_div {
      margin-right: 0; }
  .account #setDefault_div {
    margin: 20px 0; }
    .account #setDefault_div label {
      font-weight: normal;
      font-size: 0.9375em; }
  .account address {
    font-size: 0.9375em;
    line-height: 1.33333em;
    color: #666666; }

#my-account-header {
  border-top: 1px solid #D4DADC;
  border-bottom: 1px solid #D4DADC;
  padding: 15px 0 0;
  margin: 10px 0 30px; }
  @media screen and (min-width: 976px) {
    #my-account-header {
      padding-bottom: 15px; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    #my-account-header {
      padding-bottom: 15px; } }
  #my-account-header .user-name {
    font-size: 0.9375em; }
  #my-account-header .user-pals-number {
    font-size: 0.8125em; }
  #my-account-header .user-member-since {
    font-size: 0.8125em;
    color: #666666; }
  #my-account-header .user-rewards-available {
    line-height: 1.26667em; }
    #my-account-header .user-rewards-available a {
      font-size: 0.86667em; }
  #my-account-header .user-next-rewards {
    font-size: 0.8125em; }
  #my-account-header .progress {
    height: 23px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    background-color: #F4F6F6;
    margin: 5px 0; }
  #my-account-header .progress-bar {
    height: 100%;
    background-color: #00aae7; }

#my_preferred_store p {
  padding: 10px 0 0; }
  #my_preferred_store p a {
    font-size: 0.86667em; }

#my_preferred_store .panel-body strong {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 0.9375em; }

#my_preferred_store ul {
  font-size: 0.9375em;
  color: #666666; }

#my_preferred_store .col-4 strong {
  color: #D4DADC;
  font-weight: normal; }

@media screen and (min-width: 421px) and (max-width: 768px) {
  #my_preferred_store .col-4 {
    margin-right: 8%; }
    #my_preferred_store .col-4 a {
      display: block; }
    #my_preferred_store .col-4 span {
      visibility: hidden; } }

@media screen and (max-width: 420px) {
  #my_preferred_store .col-4 {
    margin-right: 8%; }
    #my_preferred_store .col-4 a {
      display: block; }
    #my_preferred_store .col-4 span {
      visibility: hidden; } }

#petDob_div .select-style {
  width: 31.33%;
  margin-right: 2%;
  box-sizing: border-box;
  display: block;
  float: left; }
  #petDob_div .select-style:last-child {
    margin-right: 0; }
  @media screen and (min-width: 976px) {
    #petDob_div .select-style {
      width: 23%; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    #petDob_div .select-style {
      width: 23%; } }

@media screen and (min-width: 976px) {
  #petDob_div #petDobYear_div {
    width: 48%; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  #petDob_div #petDobYear_div {
    width: 48%; } }

button.pet-submit, button.account-submit {
  width: 100%;
  margin-top: 15px; }
  @media screen and (min-width: 976px) {
    button.pet-submit, button.account-submit {
      width: 240px; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    button.pet-submit, button.account-submit {
      width: 240px; } }

button.pet-cancel, button.account-cancel {
  width: 100%;
  padding: 15px 30px;
  box-sizing: border-box; }
  @media screen and (min-width: 976px) {
    button.pet-cancel, button.account-cancel {
      width: auto; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    button.pet-cancel, button.account-cancel {
      width: auto; } }

.account-row {
  clear: both; }
  @media screen and (min-width: 976px) {
    .account-row {
      display: flex; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .account-row {
      display: flex; } }

.account-tile {
  background-color: #F4F6F6;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 23px 30px;
  margin-bottom: 20px; }
  @media screen and (min-width: 976px) {
    .account-tile {
      margin-right: 3%;
      width: 31.33%;
      float: left; }
      .account-tile:nth-child(3n) {
        margin-right: 0; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .account-tile {
      margin-right: 3%;
      width: 31.33%;
      float: left; }
      .account-tile:nth-child(3n) {
        margin-right: 0; } }
  .account-tile h5 {
    font-size: 0.9375em;
    font-weight: bold;
    color: #333333; }
  .account-tile ul {
    font-size: 0.8125em;
    letter-spacing: 0.1px;
    line-height: 1.69231em;
    margin: 15px 0; }
  .account-tile p {
    font-size: 0.8125em; }
  .account-tile address {
    margin-bottom: 22px; }
    .account-tile address strong {
      color: #333333; }
    .account-tile address span {
      display: block; }
  .account-tile .edit-remove {
    margin-bottom: 10px; }

.account-payment address {
  font-size: 0.8125em;
  line-height: 1.53846em; }

.account-payment ul {
  margin-bottom: 0; }

.account-payment li {
  color: #666666; }
  .account-payment li strong {
    color: #333333; }

.rd-payment,
.rd-address {
  margin-bottom: 10px;
  font-weight: bold;
  color: #8E9DA2; }
  .rd-payment:before,
  .rd-address:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url("../img/spritesheet.png");
    background-position: -420px -261px;
    vertical-align: text-bottom;
    margin-right: 5px; }

.default-payment,
.default-address {
  margin-bottom: 10px;
  font-weight: bold;
  color: #8E9DA2; }
  .default-payment:before,
  .default-address:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url("../img/spritesheet.png");
    background-position: -420px -120px;
    vertical-align: text-bottom;
    margin-right: 5px; }

.account .nav.nav-tabs {
  margin: 0; }
  .account .nav.nav-tabs li {
    display: inline-block;
    list-style: none;
    margin: 10px 0; }
    .account .nav.nav-tabs li a {
      border: 2px solid transparent;
      border-radius: 5px;
      padding: 10px 15px;
      margin-right: 10px; }
    .account .nav.nav-tabs li.active a {
      border-color: #00aae7; }

.account .tab-pane {
  display: none;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #E9ECED;
  padding: 25px 30px;
  margin: 30px 0;
  position: relative; }
  @media screen and (max-width: 420px) {
    .account .tab-pane {
      padding: 16px 20px; } }
  .account .tab-pane.active {
    display: block; }

#wishlistName-EditLink {
  display: inline-block;
  text-indent: -9000px;
  background-image: url("../img/spritesheet.png");
  background-position: -630px -120px;
  height: 23px;
  width: 20px;
  vertical-align: text-bottom; }

#myWishList .print-wishlist {
  position: absolute;
  top: 23px;
  right: 33px; }
  #myWishList .print-wishlist:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url("../img/spritesheet.png");
    background-position: -560px -119px;
    vertical-align: text-bottom;
    margin-right: 5px; }

#myWishList .label {
  display: block;
  float: none; }

#myWishList .onOffToggle {
  background-color: #F4F6F6;
  border: 1px solid #A9B5BA;
  border-radius: 70px;
  overflow: hidden;
  position: relative;
  display: block;
  float: left; }
  #myWishList .onOffToggle span {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #8E9DA2;
    border-radius: 70px;
    z-index: 0;
    width: 44%;
    transition: 0.2s ease-in; }
  #myWishList .onOffToggle #wishlist-public:checked ~ span {
    left: 45%;
    width: 56%; }
  #myWishList .onOffToggle input {
    display: none; }
  #myWishList .onOffToggle label {
    display: inline-block;
    clear: none;
    margin-bottom: 0;
    padding: 4px 15px 3px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: 0.2s ease-in; }
  #myWishList .onOffToggle input:checked + label {
    color: #ffffff; }

#myWishList #share-links {
  float: left;
  margin: 0 0 0 10px; }

#myWishList .email-share {
  cursor: pointer;
  display: block;
  float: left;
  margin-left: 5px; }
  #myWishList .email-share i {
    float: left; }

#myWishList #twitterShareButton i {
  float: left; }

#myWishList .custom-fb-share {
  height: 28px;
  width: 28px;
  background-image: url("../img/spritesheet.png");
  background-position: -490px -322px;
  cursor: pointer;
  text-indent: -9000px;
  float: left;
  margin-right: 5px; }

#myWishList .product-name {
  height: auto;
  padding: 0 20px 10px 0;
  box-sizing: border-box; }
  #myWishList .product-name a {
    font-size: 0.9375em;
    line-height: 1.33333em; }

#myWishList .product-sku {
  float: left;
  margin-right: 10px;
  font-size: 0.8125em;
  line-height: 1.69231em;
  color: #666666; }
  #myWishList .product-sku strong {
    color: #333333; }

#myWishList .product-availability {
  border: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left; }

#myWishList .product-repeat-delivery {
  clear: both;
  font-size: 0.8125em; }
  #myWishList .product-repeat-delivery a:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url("../img/spritesheet.png");
    background-position: -350px -260px;
    vertical-align: text-bottom; }

#myWishList .product-price {
  text-align: center; }
  #myWishList .product-price .product-price-promo {
    font-size: 0.9375em;
    font-weight: bold; }
  #myWishList .product-price .product-price-crossout {
    font-size: 0.8125em;
    color: #666666;
    text-decoration: line-through; }

#myPurchaseList #purchaselistRefineByDateForm {
  margin-bottom: 15px; }

#myPurchaseList #purchaseStartDate_div > div, #myPurchaseList #purchaseEndDate_div > div {
  margin-right: 15px;
  max-width: 202px;
  width: 34%; }

#myPurchaseList #purchaseStartDate_div .input-group.date, #myPurchaseList #purchaseEndDate_div .input-group.date {
  position: relative; }

#myPurchaseList #purchaseStartDate_div span.input-group-addon, #myPurchaseList #purchaseEndDate_div span.input-group-addon {
  position: absolute;
  top: 1px;
  right: 0;
  border-left: 1px solid #A9B5BA;
  height: 41px; }
  #myPurchaseList #purchaseStartDate_div span.input-group-addon span.icon-calendar, #myPurchaseList #purchaseEndDate_div span.input-group-addon span.icon-calendar {
    margin: 8px 6px; }

#myPurchaseList #purchaseDateSubmit {
  margin: 0.5rem 0;
  max-width: 70px;
  width: 19%;
  height: 43px;
  line-height: 11px;
  color: #8E9DA2;
  border: 1px solid #8E9DA2;
  float: left; }

#myPurchaseList .last-purchased-date {
  color: #8E9DA2;
  font-weight: bold; }

#myPurchaseList .product-name a {
  font-size: 15px;
  letter-spacing: .2px; }

#myPurchaseList .brand {
  font-weight: bold; }

#myPurchaseList .product-sku {
  font-size: 13px;
  float: left;
  margin: 10px 10px 0 0; }

#myPurchaseList .product-availability {
  margin-top: 10px;
  padding: 0;
  border: none; }

#myPurchaseList .product-repeat-delivery {
  font-size: 13px;
  margin-top: 10px; }
  #myPurchaseList .product-repeat-delivery .rd-image {
    float: left;
    margin: 3px 0 0 3px; }

#myPurchaseList .product-attribute-info {
  background-color: #F4F6F6;
  margin: 20px 0 0 0;
  padding: 8px 15px 10px; }
  #myPurchaseList .product-attribute-info ul {
    font-size: 0.8125em; }

#myWishList .product-qty, #myPurchaseList .product-qty {
  max-width: 43px; }
  #myWishList .product-qty input, #myPurchaseList .product-qty input {
    padding: 0; }

#myWishList .product-price, #myPurchaseList .product-price {
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  max-width: 120px; }

#myWishList .product-price-sm, #myPurchaseList .product-price-sm {
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  font-weight: bold; }

@media screen and (min-width: 421px) and (max-width: 768px) {
  #myWishList .listcol-left, #myPurchaseList .listcol-left {
    width: 100%;
    margin: 0; }
  #myWishList .listcol-right, #myPurchaseList .listcol-right {
    width: 70%;
    float: right;
    margin: 0; }
  #myWishList .listcol-img, #myPurchaseList .listcol-img {
    width: 30%;
    max-height: 182px;
    float: left;
    margin: 0;
    text-align: center; }
  #myWishList .listcol-info, #myPurchaseList .listcol-info {
    width: 70%;
    float: right; }
  #myWishList .product-atc, #myPurchaseList .product-atc {
    max-width: 200px; } }

@media screen and (max-width: 420px) {
  #myWishList .listcol-left, #myPurchaseList .listcol-left {
    width: 100%;
    margin: 0; }
  #myWishList .listcol-right, #myPurchaseList .listcol-right {
    width: 70%;
    float: right;
    margin: 0; }
  #myWishList .listcol-img, #myPurchaseList .listcol-img {
    width: 30%;
    max-height: 182px;
    float: left;
    margin: 0;
    text-align: center; }
  #myWishList .listcol-info, #myPurchaseList .listcol-info {
    width: 70%;
    float: right; }
  #myWishList .product-atc, #myPurchaseList .product-atc {
    max-width: 200px; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  #myWishList .listcol-left, #myPurchaseList .listcol-left {
    width: 100%;
    margin: 0; }
  #myWishList .listcol-right, #myPurchaseList .listcol-right {
    width: 70%;
    float: right;
    margin: 0; }
  #myWishList .listcol-img, #myPurchaseList .listcol-img {
    width: 30%;
    max-height: 182px;
    float: left;
    margin: 0;
    text-align: center; }
  #myWishList .listcol-info, #myPurchaseList .listcol-info {
    width: 70%;
    float: right; }
  #myWishList .product-atc, #myPurchaseList .product-atc {
    max-width: 200px; } }

#my-subscriptions .form-group, #my-pet-interests .form-group {
  clear: both;
  border: 1px solid #D4DADC;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 20px; }
  #my-subscriptions .form-group label, #my-pet-interests .form-group label {
    color: #333333;
    font-size: 0.9375em;
    margin: 0; }
  #my-subscriptions .form-group p, #my-pet-interests .form-group p {
    margin: 0; }
  #my-subscriptions .form-group div.col-4, #my-pet-interests .form-group div.col-4 {
    margin: 0 2% 0 0; }

@media screen and (min-width: 421px) and (max-width: 768px) {
  #my-subscriptions .col-4, #my-pet-interests .col-4 {
    width: 100%; } }

@media screen and (max-width: 420px) {
  #my-subscriptions .col-4, #my-pet-interests .col-4 {
    width: 100%; } }

#my-subscriptions .col-6 {
  margin: 0; }

#my-subscriptions .email {
  margin: 0; }
  @media screen and (min-width: 976px) {
    #my-subscriptions .email {
      text-align: right;
      line-height: 2.1875em; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    #my-subscriptions .email {
      text-align: right;
      line-height: 2.1875em; } }

@media screen and (min-width: 976px) {
  #my-pet-interests .form-group {
    margin-right: 3%;
    clear: none;
    float: left;
    max-width: 240px;
    width: 31.33%;
    box-sizing: border-box; }
    #my-pet-interests .form-group:nth-child(3n) {
      margin-right: 0; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  #my-pet-interests .form-group {
    margin-right: 3%;
    clear: none;
    float: left;
    max-width: 240px;
    width: 31.33%;
    box-sizing: border-box; }
    #my-pet-interests .form-group:nth-child(3n) {
      margin-right: 0; } }

#my-pet-interests div.col-4 {
  clear: both; }

.order-item {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding: 7px 15px 15px;
  box-sizing: border-box; }
  @media screen and (min-width: 976px) {
    .order-item {
      padding: 18px 20px 20px; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .order-item {
      padding: 18px 20px 20px; } }
  .order-item .row {
    clear: both; }
  .order-item .col-6-sm {
    width: 50%; }
  .order-item h4 {
    font-size: 0.9375em;
    margin-top: 0.5rem; }
  .order-item .order-details .row {
    margin-bottom: 0;
    font-size: 0.8125em;
    color: #666666; }
    .order-item .order-details .row strong {
      color: #333333; }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .order-item .view-details {
      text-align: right; }
    .order-item .notice-box {
      width: 72%;
      float: right; } }
  @media screen and (min-width: 976px) {
    .order-item .view-details {
      text-align: right; }
    .order-item .notice-box {
      width: 72%;
      float: right; } }
  .order-item .notice-box {
    margin-bottom: 0; }
  .order-item .rd-order:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url("../img/spritesheet.png");
    background-position: -349px -260px;
    vertical-align: text-bottom;
    margin-right: 5px; }

.order-tile {
  border: 1px solid #E9ECED;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
  .order-tile .order-placed.col-3 {
    padding: 20px;
    margin: 0; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .order-tile .order-placed.col-3 {
        border-bottom: 1px solid #D4DADC;
        width: 100%; }
        .order-tile .order-placed.col-3 .col-6-sm:first-child {
          margin-right: 8%; } }
    @media screen and (max-width: 420px) {
      .order-tile .order-placed.col-3 {
        border-bottom: 1px solid #D4DADC;
        width: 100%; }
        .order-tile .order-placed.col-3 .col-6-sm:first-child {
          margin-right: 8%; } }
    .order-tile .order-placed.col-3 h4 {
      font-size: 1.25em; }
    .order-tile .order-placed.col-3 .col-12 {
      margin: 0; }
    .order-tile .order-placed.col-3 .pals-info {
      margin-top: 55px; }
      .order-tile .order-placed.col-3 .pals-info p {
        font-size: 0.8125em;
        line-height: 1.38462em;
        padding-top: 4px; }
        .order-tile .order-placed.col-3 .pals-info p.label {
          padding-top: 0; }
  .order-tile .return-receipt {
    font-size: 0.8125em; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .order-tile .return-receipt {
        display: inline-block;
        padding-top: 32px; } }
    @media screen and (max-width: 420px) {
      .order-tile .return-receipt {
        display: inline-block;
        padding-top: 32px; } }
  .order-tile .order-details.col-9 {
    margin: 0; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .order-tile .order-details.col-9 {
        border-left: 0;
        margin: 0;
        width: 100%; } }
    @media screen and (max-width: 420px) {
      .order-tile .order-details.col-9 {
        border-left: 0;
        margin: 0;
        width: 100%; } }
    .order-tile .order-details.col-9 > .row {
      padding: 10px 20px; }
      @media screen and (min-width: 976px) {
        .order-tile .order-details.col-9 > .row {
          padding: 20px; } }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        .order-tile .order-details.col-9 > .row {
          padding: 20px; } }
      .order-tile .order-details.col-9 > .row [class*="col-"] {
        margin: 0 0 10px 0; }
      @media screen and (min-width: 421px) and (max-width: 768px) {
        .order-tile .order-details.col-9 > .row .col-6-sm:first-child {
          margin-right: 8%; } }
      @media screen and (max-width: 420px) {
        .order-tile .order-details.col-9 > .row .col-6-sm:first-child {
          margin-right: 8%; } }
    .order-tile .order-details.col-9 address {
      margin-bottom: 20px; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .order-tile .order-details.col-9 .address {
        float: left;
        width: 48%; }
        .order-tile .order-details.col-9 .address:first-child {
          margin-right: 4%; } }
    @media screen and (max-width: 420px) {
      .order-tile .order-details.col-9 .address {
        float: left;
        width: 48%; }
        .order-tile .order-details.col-9 .address:first-child {
          margin-right: 4%; } }
    .order-tile .order-details.col-9 .details {
      font-size: 0.9375em;
      color: #666666; }
    .order-tile .order-details.col-9 .well {
      padding: 26px 30px;
      background-color: #F4F6F6;
      font-size: 0.9375em;
      color: #666666;
      margin-bottom: 30px; }
    .order-tile .order-details.col-9 h5 {
      font-weight: bold;
      color: #333333;
      font-size: 0.8125em;
      margin-bottom: 15px; }
    .order-tile .order-details.col-9 strong {
      color: #333333; }
    .order-tile .order-details.col-9 .small {
      font-size: 0.8125em;
      color: #8E9DA2;
      position: relative;
      top: -5px; }
  .order-tile .label {
    float: none; }

.order-item.standard-products-list img {
  max-width: 100%; }

.order-item.standard-products-list .product-name {
  max-height: none; }

.order-details.standard-products-list {
  padding: 26px 0;
  border: 0; }
  .order-details.standard-products-list .order-item img {
    max-width: 100%; }
  .order-details.standard-products-list .order-item .product-price, .order-details.standard-products-list .order-item .product-qty {
    line-height: 45px;
    color: #666666; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .order-details.standard-products-list .order-item .product-price, .order-details.standard-products-list .order-item .product-qty {
        font-size: 0.9375em; }
        .order-details.standard-products-list .order-item .product-price.product-qty, .order-details.standard-products-list .order-item .product-qty.product-qty {
          margin: 0.5rem 4%; } }
    @media screen and (max-width: 420px) {
      .order-details.standard-products-list .order-item .product-price, .order-details.standard-products-list .order-item .product-qty {
        font-size: 0.9375em; }
        .order-details.standard-products-list .order-item .product-price.product-qty, .order-details.standard-products-list .order-item .product-qty.product-qty {
          margin: 0.5rem 4%; } }
    .order-details.standard-products-list .order-item .product-price strong, .order-details.standard-products-list .order-item .product-qty strong {
      color: #333333;
      font-size: 1.25em; }
  .order-details.standard-products-list .order-item .col-6 .product-name {
    display: none; }
  .order-details.standard-products-list .order-item ul {
    color: #666666;
    font-size: 0.8125em; }
    .order-details.standard-products-list .order-item ul strong {
      color: #333333; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .order-details.standard-products-list .order-item {
      padding-bottom: 0; }
      .order-details.standard-products-list .order-item h4 {
        margin-top: 0; }
      .order-details.standard-products-list .order-item .col-10.col-8-sm {
        margin-left: 5%; }
      .order-details.standard-products-list .order-item .col-6 {
        margin: 0; }
      .order-details.standard-products-list .order-item ul {
        font-size: 0.8125em; }
      .order-details.standard-products-list .order-item .product-status p {
        font-size: 1.08333em;
        padding-bottom: 10px; } }
  @media screen and (max-width: 420px) {
    .order-details.standard-products-list .order-item {
      padding-bottom: 0; }
      .order-details.standard-products-list .order-item h4 {
        margin-top: 0; }
      .order-details.standard-products-list .order-item .col-10.col-8-sm {
        margin-left: 5%; }
      .order-details.standard-products-list .order-item .col-6 {
        margin: 0; }
      .order-details.standard-products-list .order-item ul {
        font-size: 0.8125em; }
      .order-details.standard-products-list .order-item .product-status p {
        font-size: 1.08333em;
        padding-bottom: 10px; } }

.login .control-label, .account-register .control-label {
  text-align: left;
  margin-top: 10px; }

.account-register.col-6.col-center {
  margin: auto; }

.account-register .form-group .btn-large {
  margin: 0.5rem auto;
  float: none;
  display: block; }

.account-register #state_div {
  margin-right: 4%;
  width: 48%; }
  .account-register #state_div select {
    height: 43px; }

.account-register #zipCode_div {
  width: 48%; }

@media screen and (min-width: 421px) and (max-width: 768px) {
  .account.csrfind .nav.nav-tabs li {
    width: 23%; } }

@media screen and (max-width: 420px) {
  .account.csrfind .nav.nav-tabs li {
    width: 23%; } }

.account .pals-header {
  width: 100%;
  overflow: hidden;
  text-align: left;
  line-height: 1.5; }
  .account .pals-header img {
    float: left;
    margin-right: 15px; }

.account .row {
  box-sizing: border-box; }

.account .rewards-balance.col-12 {
  font-size: 1.5625em;
  color: #666666;
  margin-bottom: 20px; }
  .account .rewards-balance.col-12 strong {
    color: #333333; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .account .rewards-balance.col-12 {
      font-size: 1.25em; } }
  @media screen and (max-width: 420px) {
    .account .rewards-balance.col-12 {
      font-size: 1.25em; } }

.account .program-overview {
  text-align: right; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .account .program-overview {
      text-align: left;
      font-size: 0.8125em; } }
  @media screen and (max-width: 420px) {
    .account .program-overview {
      text-align: left;
      font-size: 0.8125em; } }

.account .rewards-message {
  box-sizing: border-box;
  padding: 20px 10px; }
  .account .rewards-message p {
    color: #8E9DA2;
    font-size: 0.8125em;
    line-height: 1.38462em;
    letter-spacing: 0.1px; }

.account .rewards-buttons {
  padding: 20px 30px; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .account .rewards-buttons .btn {
      width: 100%; } }
  @media screen and (max-width: 420px) {
    .account .rewards-buttons .btn {
      width: 100%; } }

.account .rewards-table-container {
  padding: 0 30px; }

.account .rewards-table {
  width: 100%;
  margin: auto; }
  .account .rewards-table.in-store {
    margin-top: 20px; }
    .account .rewards-table.in-store td, .account .rewards-table.in-store th {
      padding: 10px; }
      @media screen and (min-width: 421px) and (max-width: 768px) {
        .account .rewards-table.in-store td, .account .rewards-table.in-store th {
          padding-left: 48px; } }
      @media screen and (max-width: 420px) {
        .account .rewards-table.in-store td, .account .rewards-table.in-store th {
          padding-left: 48px; } }
      @media screen and (min-width: 976px) {
        .account .rewards-table.in-store td.text-left, .account .rewards-table.in-store th.text-left {
          padding-right: 20px; } }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        .account .rewards-table.in-store td.text-left, .account .rewards-table.in-store th.text-left {
          padding-right: 20px; } }
      @media screen and (min-width: 421px) and (max-width: 768px) {
        .account .rewards-table.in-store td.text-left, .account .rewards-table.in-store th.text-left {
          float: left;
          width: 75%;
          padding-left: 10px;
          padding-top: 12px;
          font-size: 0.9375em; } }
      @media screen and (max-width: 420px) {
        .account .rewards-table.in-store td.text-left, .account .rewards-table.in-store th.text-left {
          float: left;
          width: 75%;
          padding-left: 10px;
          padding-top: 12px;
          font-size: 0.9375em; } }
    .account .rewards-table.in-store .check {
      vertical-align: top; }
      @media screen and (min-width: 421px) and (max-width: 768px) {
        .account .rewards-table.in-store .check {
          float: left;
          padding: 10px 5px 10px 20px; } }
      @media screen and (max-width: 420px) {
        .account .rewards-table.in-store .check {
          float: left;
          padding: 10px 5px 10px 20px; } }
      .account .rewards-table.in-store .check .checkbox-button {
        margin: 0;
        vertical-align: top; }
        .account .rewards-table.in-store .check .checkbox-button i {
          margin: 0; }
  .account .rewards-table thead tr {
    background-color: transparent;
    border: 0; }
  .account .rewards-table th {
    font-weight: bold;
    text-align: center;
    font-size: 0.8125em;
    line-height: 1.38462em;
    padding: 5px 0; }
    .account .rewards-table th.text-left {
      text-align: left; }
  .account .rewards-table tbody {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
  .account .rewards-table tr {
    background-color: #ffffff;
    border-bottom: 1px solid #D4DADC; }
    .account .rewards-table tr:last-child {
      border-bottom: 0; }
    .account .rewards-table tr.success {
      background-color: #ddf7d6; }
    .account .rewards-table tr.warning {
      background-color: #fee8cf; }
  .account .rewards-table td {
    padding: 10px 5px;
    font-size: 0.9375em;
    color: #666666;
    text-align: center;
    vertical-align: middle; }
    .account .rewards-table td.text-left {
      text-align: left; }
    .account .rewards-table td span {
      font-size: 0.86667em;
      font-weight: bold; }
      .account .rewards-table td span.text-warning {
        color: #fc951f; }
      .account .rewards-table td span.text-success {
        color: #46c126; }
  .account .rewards-table label.checkbox-button {
    display: block;
    width: 100%;
    text-align: center;
    float: none; }
    .account .rewards-table label.checkbox-button i {
      margin: 6px 0 0 5px; }
  .account .rewards-table .btn {
    font-size: 0.8125em;
    padding: 5px 25px; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .account .rewards-table thead {
      display: none; }
    .account .rewards-table td {
      padding: 0 0 0 34px;
      display: block;
      text-align: left;
      font-size: 0.8125em; }
      .account .rewards-table td strong {
        color: #333333; }
      .account .rewards-table td span {
        font-size: 1em; }
      .account .rewards-table td .btn {
        font-size: 0.92857em;
        padding: 3px 10px;
        margin-left: 5px; }
        .account .rewards-table td .btn strong {
          color: #ffffff; }
      .account .rewards-table td .prog-status {
        display: inline-block; }
    .account .rewards-table td:first-child {
      display: inline-block;
      padding: 10px 5px; }
      .account .rewards-table td:first-child + td {
        display: inline-block;
        padding: 10px 5px; }
    .account .rewards-table td:last-child {
      display: inline-block;
      padding-bottom: 20px; } }
  @media screen and (max-width: 420px) {
    .account .rewards-table thead {
      display: none; }
    .account .rewards-table td {
      padding: 0 0 0 34px;
      display: block;
      text-align: left;
      font-size: 0.8125em; }
      .account .rewards-table td strong {
        color: #333333; }
      .account .rewards-table td span {
        font-size: 1em; }
      .account .rewards-table td .btn {
        font-size: 0.92857em;
        padding: 3px 10px;
        margin-left: 5px; }
        .account .rewards-table td .btn strong {
          color: #ffffff; }
      .account .rewards-table td .prog-status {
        display: inline-block; }
    .account .rewards-table td:first-child {
      display: inline-block;
      padding: 10px 5px; }
      .account .rewards-table td:first-child + td {
        display: inline-block;
        padding: 10px 5px; }
    .account .rewards-table td:last-child {
      display: inline-block;
      padding-bottom: 20px; } }

.account .offers-panel {
  overflow: visible; }
  .account .offers-panel .panel-body {
    overflow: visible; }

.account .offer-tile-container {
  padding: 0 2%; }

.account .offer-tile {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  text-align: center; }
  .account .offer-tile .title {
    font-size: 0.9375em;
    line-height: 1.33333em;
    color: #333333;
    font-weight: bold;
    padding: 0 20px 10px; }
  .account .offer-tile .description {
    font-size: 0.9375em;
    line-height: 1.33333em;
    color: #666666; }
  .account .offer-tile .valid {
    font-size: 0.8125em;
    line-height: 1.38462em;
    color: #8E9DA2; }
  .account .offer-tile .offer-buttons {
    padding: 20px;
    font-size: 0.8125em; }
    .account .offer-tile .offer-buttons .btn {
      margin-bottom: 10px;
      font-size: 1.15385em; }
      .account .offer-tile .offer-buttons .btn.btn-activated {
        border: 1px solid #46c126;
        background-color: #cbf3c0;
        cursor: default;
        color: #46c126;
        padding: 9px 15px; }
  .account .offer-tile .modal-dialog {
    padding: 64px 30px 52px;
    width: 400px; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .account .offer-tile .modal-dialog {
        width: 100%;
        max-width: 400px;
        position: fixed;
        box-sizing: border-box;
        max-height: 100%;
        overflow: auto; } }
    @media screen and (max-width: 420px) {
      .account .offer-tile .modal-dialog {
        width: 100%;
        max-width: 400px;
        position: fixed;
        box-sizing: border-box;
        max-height: 100%;
        overflow: auto; } }
    .account .offer-tile .modal-dialog .col-4.col-center {
      margin: 0.5rem auto; }

.order-reciept-page .main-body {
  padding: 0 15px 15px; }

.order-reciept-page h1 {
  display: none; }

.order-reciept-page .text-muted {
  color: #333333; }

.order-reciept-page .col-9 > .text-muted {
  margin-left: 5px; }

.order-reciept-page .main-body > .row {
  display: none; }

.order-reciept-page .main-body > .row ~ .row {
  display: block; }

.order-reciept-page .well.well-sm hr {
  margin-top: 2px; }

.order-reciept-page td, .order-reciept-page th {
  width: 24%; }

.order-reciept-page td span {
  display: none; }

.order-reciept-page th {
  text-align: left; }

.order-reciept-page .standard-products-list {
  padding: 26px 0 26px 2.8%;
  margin-right: -60px; }

.order-reciept-page .panel-heading [class*="col-"] {
  margin-top: 0;
  margin-bottom: 0; }

.order-reciept-page .panel-heading .col-3 {
  text-align: left; }

.order-reciept-page .panel-heading .product-qty {
  text-align: center; }

.order-reciept-page .panel-heading .product-qty ~ .product-qty {
  text-align: left; }

.order-reciept-page p.form-control-static {
  border: 0 transparent;
  height: auto;
  margin: 0;
  line-height: normal;
  color: #333333;
  text-align: center; }

.order-reciept-page .panel-footer {
  display: none; }

.order-reciept-page .main-body > .panel-footer {
  display: block; }
  .order-reciept-page .main-body > .panel-footer > .row > .col-3 {
    margin-left: 0; }

.order-reciept-page .footer_wrapper_position {
  display: none; }

@media screen and (max-width: 420px) {
  .order-reciept-page h5 {
    color: #333333; }
  .order-reciept-page .panel-footer th {
    display: none; }
  .order-reciept-page .panel-footer td {
    width: 120%;
    margin: 5px 0;
    display: block; }
  .order-reciept-page .panel-footer td span {
    display: inline; }
  .order-reciept-page .standard-products-list {
    padding: 0;
    margin-right: 0; } }

@media screen and (max-width: 420px) {
  .order-reciept-page .col-9 {
    width: 98%; }
  .order-reciept-page .spacer-sm-bottom {
    padding-bottom: 0; }
  .order-reciept-page .col-9.border-left-thin {
    border-left: transparent; }
  .order-reciept-page .col-8.text-right, .order-reciept-page .col-4.text-right {
    text-align: left;
    margin-left: 0; }
  .order-reciept-page .panel-heading .col-7 .col-3 {
    display: none; }
  .order-reciept-page .col-7 .col-3 {
    margin-bottom: 0; }
  .order-reciept-page .col-3.text-center {
    text-align: left; }
  .order-reciept-page .product-price {
    margin-left: 0; }
  .order-reciept-page p.form-control-static {
    width: 9%;
    display: inline-block; }
  .order-reciept-page .product-qty {
    display: inline-block;
    margin-left: 0; }
  .order-reciept-page .product-disc {
    margin-left: 0; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
  .order-reciept-page .col-9 {
    width: 98%; }
  .order-reciept-page .spacer-sm-bottom {
    padding-bottom: 0; }
  .order-reciept-page .col-9.border-left-thin {
    border-left: transparent; }
  .order-reciept-page .col-8.text-right, .order-reciept-page .col-4.text-right {
    text-align: left;
    margin-left: 0; }
  .order-reciept-page .panel-heading .col-7 .col-3 {
    display: none; }
  .order-reciept-page .col-7 .col-3 {
    margin-bottom: 0; }
  .order-reciept-page .col-3.text-center {
    text-align: left; }
  .order-reciept-page .product-price {
    margin-left: 0; }
  .order-reciept-page p.form-control-static {
    width: 9%;
    display: inline-block; }
  .order-reciept-page .product-qty {
    display: inline-block;
    margin-left: 0; }
  .order-reciept-page .product-disc {
    margin-left: 0; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
  .order-reciept-page .col-6 {
    width: 45%; }
  .order-reciept-page .hidden-medium {
    display: none; }
  .order-reciept-page .panel-footer th {
    font-weight: bold; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .order-reciept-page .spacer-sm-bottom .col-3 {
    margin-left: 0; }
  .order-reciept-page .spacer-sm-bottom .col-9 {
    margin-right: 0;
    width: 71%; }
  .order-reciept-page .col-3 {
    width: 21%; }
  .order-reciept-page .col-4 {
    width: 29.33333%; }
  .order-reciept-page .col-5 {
    width: 37.66667%; }
  .order-reciept-page .col-6 {
    width: 46%; }
  .order-reciept-page .col-7 {
    width: 54.33333%; }
  .order-reciept-page .col-8 {
    width: 62.66667%; }
  .order-reciept-page .col-9 {
    width: 71%; }
  .order-reciept-page .panel-footer td span {
    display: none; } }

@media print {
  .order-reciept-page .col-3 {
    width: 21%; }
  .order-reciept-page .col-4 {
    width: 29.33333%; }
  .order-reciept-page .col-5 {
    width: 37.66667%; }
  .order-reciept-page .col-6 {
    width: 46%; }
  .order-reciept-page .col-7 {
    width: 54.33333%; }
  .order-reciept-page .col-8 {
    width: 62.66667%; }
  .order-reciept-page .col-9 {
    width: 71%; }
  .order-reciept-page .logo {
    width: 1056px; }
    .order-reciept-page .logo::after {
      content: " Return to Store Receipt";
      margin-left: 12%;
      margin-top: -15px;
      font-size: 1.5em;
      font-weight: bold;
      color: #333333; }
  .order-reciept-page td span {
    display: none; }
  .order-reciept-page .mobile-only {
    display: none; }
  .order-reciept-page .btn {
    display: none; } }

.empty-cart {
  overflow: hidden; }
  .empty-cart h1 {
    font-size: 1.5625em;
    margin: 44px 0 24px;
    text-align: center; }
  .empty-cart a.btn {
    max-width: 192px; }

.cart-container {
  position: relative; }
  @media screen and (max-width: 1130px) {
    .cart-container {
      padding: 0 20px;
      box-sizing: border-box; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .cart-container {
      display: flex;
      flex-flow: column; }
      .cart-container .cart-product-listing {
        order: 1; }
      .cart-container #SaveForLaterContainer_id {
        order: 2; }
      .cart-container .cart-donations {
        order: 3; }
      .cart-container .order-summary-sidebar {
        order: 4; } }
  @media screen and (max-width: 420px) {
    .cart-container {
      display: flex;
      flex-flow: column; }
      .cart-container .cart-product-listing {
        order: 1; }
      .cart-container #SaveForLaterContainer_id {
        order: 2; }
      .cart-container .cart-donations {
        order: 3; }
      .cart-container .order-summary-sidebar {
        order: 4; } }

.mobile-top-summary.mobile-only .order-summary-sidebar {
  padding: 0; }

.mobile-top-summary.mobile-only ul li, .mobile-top-summary.mobile-only h2 {
  display: none; }

.mobile-top-summary.mobile-only ul li.text-bold, .mobile-top-summary.mobile-only ul .order-confirm .order-confirm-summary fieldset li.summary-list-total, .order-confirm .order-confirm-summary fieldset .mobile-top-summary.mobile-only ul li.summary-list-total {
  display: block;
  text-align: center; }
  .mobile-top-summary.mobile-only ul li.text-bold span, .mobile-top-summary.mobile-only ul .order-confirm .order-confirm-summary fieldset li.summary-list-total span, .order-confirm .order-confirm-summary fieldset .mobile-top-summary.mobile-only ul li.summary-list-total span {
    display: inline;
    width: auto; }

.mobile-top-summary.mobile-only .mobile-checkout {
  bottom: -100px;
  transition: bottom 0.2s;
  z-index: 3000; }

.mobile-top-summary.mobile-only.persistent .mobile-checkout {
  background-color: #ffffff;
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }

.mobile-top-summary.mobile-only.persistent .vendor-checkout {
  margin-top: 61px; }

.cart-product-listing, .cart-donations, #SaveForLaterContainer_id {
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  width: 100%; }

.cart-product-listing [id*="modal-Personalization"] {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1999;
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 420px;
  max-height: 100%;
  overflow: auto; }
  @media screen and (min-width: 976px) {
    .cart-product-listing [id*="modal-Personalization"] {
      max-width: 540px; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .cart-product-listing [id*="modal-Personalization"] {
      max-width: 540px; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .cart-product-listing [id*="modal-Personalization"] {
      height: 90%;
      width: 90%; } }
  @media screen and (max-width: 420px) {
    .cart-product-listing [id*="modal-Personalization"] {
      height: 90%;
      width: 90%; } }
  .cart-product-listing [id*="modal-Personalization"] .popup-container {
    position: fixed;
    background-color: #ffffff;
    padding: 64px 20px 40px;
    box-sizing: border-box;
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.18);
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .cart-product-listing [id*="modal-Personalization"] .popup-container {
        top: 0;
        left: 0;
        transform: none;
        max-width: none; } }
    @media screen and (max-width: 420px) {
      .cart-product-listing [id*="modal-Personalization"] .popup-container {
        top: 0;
        left: 0;
        transform: none;
        max-width: none; } }
    .cart-product-listing [id*="modal-Personalization"] .popup-container form {
      width: 100%; }

#SaveForLaterCart_Id_clone {
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  position: relative; }

#SaveForLaterCart_Id_clone .saved-header {
  padding: 25px 20px;
  border-bottom: 1px solid #D4DADC;
  text-align: center;
  font-size: 1.25em; }
  #SaveForLaterCart_Id_clone .saved-header span {
    color: #666666;
    display: block;
    font-size: 0.6em;
    font-weight: normal; }
  @media screen and (min-width: 976px) {
    #SaveForLaterCart_Id_clone .saved-header {
      font-size: 1.5625em;
      text-align: left; }
      #SaveForLaterCart_Id_clone .saved-header span {
        display: inline; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    #SaveForLaterCart_Id_clone .saved-header {
      font-size: 1.5625em;
      text-align: left; }
      #SaveForLaterCart_Id_clone .saved-header span {
        display: inline; } }

#SaveForLaterCart_Id_clone .product-availability {
  display: none; }

#SaveForLaterCart_Id_clone .product-repeat-delivery {
  display: none; }

#SaveForLaterContainer_id {
  margin-top: 30px; }
  #SaveForLaterContainer_id .saved-header {
    padding: 25px 20px;
    border-bottom: 1px solid #D4DADC;
    text-align: center;
    font-size: 1.25em; }
    #SaveForLaterContainer_id .saved-header span {
      color: #666666;
      display: block;
      font-size: 0.6em;
      font-weight: normal; }
    @media screen and (min-width: 976px) {
      #SaveForLaterContainer_id .saved-header {
        font-size: 1.5625em;
        text-align: left; }
        #SaveForLaterContainer_id .saved-header span {
          display: inline; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      #SaveForLaterContainer_id .saved-header {
        font-size: 1.5625em;
        text-align: left; }
        #SaveForLaterContainer_id .saved-header span {
          display: inline; } }
  #SaveForLaterContainer_id .product-availability {
    display: none; }
  #SaveForLaterContainer_id .product-repeat-delivery {
    display: none; }

.standard-products-list {
  padding: 26px 5.6% 26px 2.8%;
  border-bottom: 1px solid #D4DADC;
  box-sizing: border-box;
  position: relative; }
  .standard-products-list .cart-image a {
    display: block; }
  .standard-products-list .cart-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  .standard-products-list .product-repeat-delivery {
    border: 1px solid #D4DADC;
    background-color: #F4F6F6;
    margin-top: 25px;
    min-height: 55px;
    height: auto;
    padding: 6px 16px 0 30px;
    position: relative; }
    @media screen and (max-width: 420px) {
      .standard-products-list .product-repeat-delivery {
        min-height: 85px; } }
    .standard-products-list .product-repeat-delivery .best-price {
      position: absolute;
      top: 0;
      right: 0;
      color: #ffffff;
      background: #00aae7;
      font-size: 0.75em;
      padding: 0 5px;
      font-weight: bold; }
    .standard-products-list .product-repeat-delivery .rd-logo {
      vertical-align: sub; }
    .standard-products-list .product-repeat-delivery .rd-price {
      display: block;
      font-weight: normal;
      font-size: 0.86667em;
      color: #666666;
      margin-left: 21px; }
      .standard-products-list .product-repeat-delivery .rd-price strong {
        color: #00aae7; }
    .standard-products-list .product-repeat-delivery label.checkbox-button {
      font-size: 0.9375em;
      color: #333333;
      margin-left: -21px; }
      .standard-products-list .product-repeat-delivery label.checkbox-button i {
        margin-right: 0; }
      .standard-products-list .product-repeat-delivery label.checkbox-button a.rd-help {
        position: absolute;
        top: 25px;
        right: 5px; }
    .standard-products-list .product-repeat-delivery .repeat-delivery-dropdown label {
      color: #333333;
      font-size: 0.8125em; }
    .standard-products-list .product-repeat-delivery p {
      font-size: 0.8125em;
      color: #8E9DA2;
      padding: 4px 0 23px 0; }
  .standard-products-list .cart-desc {
    overflow: hidden; }
  .standard-products-list .product-attributes {
    position: relative; }
    .standard-products-list .product-attributes a {
      position: absolute;
      top: 8px;
      right: 15px;
      font-size: 0.8125em; }
  .standard-products-list .product-attribute-info {
    background-color: #F4F6F6;
    margin: 20px 0 0 0;
    padding: 8px 15px 10px; }
    .standard-products-list .product-attribute-info ul {
      font-size: 0.8125em; }
  .standard-products-list .notice-box {
    clear: both;
    margin: 20px 0;
    padding: 7px 14px; }
  .standard-products-list .subtotal-price {
    display: none; }
  .standard-products-list .cart-attributes span {
    font-size: 1.25em;
    color: #333333;
    font-weight: bold; }
  .standard-products-list .cart-attributes .product-price-crossout {
    font-size: 0.8125em;
    color: #666666;
    text-decoration: line-through; }
  .standard-products-list .product-remove {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 13px;
    width: 13px;
    opacity: 0.5;
    text-indent: -9000px;
    background-position: -565px -612px;
    cursor: pointer; }
  .standard-products-list .product-name {
    height: auto; }
    @media screen and (max-width: 660px) {
      .standard-products-list .product-name {
        margin-bottom: 12px; } }
    .standard-products-list .product-name h4 {
      font-size: 0.9375em;
      line-height: 1.33333em; }
      .standard-products-list .product-name h4 a {
        font-size: 1em; }
  .standard-products-list .qty-group {
    margin: 15px 0; }
  .standard-products-list .form-control-static {
    height: 45px;
    border: 1px solid #A9B5BA;
    border-radius: 4px;
    margin: 10px 0;
    font-size: 16px;
    line-height: 45px; }
  .standard-products-list .product-delivery {
    display: none; }
  .standard-products-list .product-sku, .standard-products-list .product-defining-attributes {
    font-size: 0.75em;
    color: #666666;
    float: left;
    margin: 13px 20px 0 0; }
    .standard-products-list .product-sku strong, .standard-products-list .product-defining-attributes strong {
      color: #333333; }
    @media screen and (max-width: 660px) {
      .standard-products-list .product-sku, .standard-products-list .product-defining-attributes {
        float: none;
        margin: 0; } }

.cart-donations {
  padding: 25px 30px;
  margin-top: 30px; }
  .cart-donations .select-style {
    clear: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 30px 0 16px; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .cart-donations .select-style {
        width: 200px;
        float: left;
        margin-right: 20px;
        margin-bottom: 0; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .cart-donations .select-style {
        width: 200px;
        float: left;
        margin-right: 20px;
        margin-bottom: 0; } }
    @media screen and (min-width: 976px) {
      .cart-donations .select-style {
        width: 200px;
        float: left;
        margin-right: 20px;
        margin-bottom: 0; } }
  .cart-donations #addDonationBtn {
    float: left;
    padding: 12px 25px;
    height: 43px; }

.cart h1 {
  font-size: 2.1875em;
  padding: 28px 0 0 0; }
  .cart h1 span {
    font-size: 0.42857em;
    color: #666666;
    font-weight: normal; }
  .cart h1 a {
    font-size: 0.42857em;
    padding-left: 23px; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .cart h1 {
      text-align: center;
      font-size: 1.5625em; }
      .cart h1 span, .cart h1 a {
        display: block;
        font-size: 0.6em;
        padding: 0; } }
  @media screen and (max-width: 420px) {
    .cart h1 {
      text-align: center;
      font-size: 1.5625em; }
      .cart h1 span, .cart h1 a {
        display: block;
        font-size: 0.6em;
        padding: 0; } }

@media screen and (max-width: 1130px) {
  .cart .page-header {
    padding: 0 20px; } }

.cart .page-header .order-no {
  padding: 17px 0 0;
  color: #A9B5BA;
  font-size: 0.8125em; }

.cart .product-rec-horizontal h3 {
  text-align: center; }

.cart .order-summary-sidebar {
  box-sizing: border-box;
  margin-top: 30px; }
  @media screen and (min-width: 976px) {
    .cart .order-summary-sidebar {
      padding: 0;
      margin: 0;
      transition: margin-top 0.2s; }
      .cart .order-summary-sidebar.persistent {
        position: absolute;
        padding-top: 20px;
        right: 0; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .cart .order-summary-sidebar {
      padding: 0;
      margin: 0;
      transition: margin-top 0.2s; }
      .cart .order-summary-sidebar.persistent {
        position: absolute;
        padding-top: 20px;
        right: 0; } }

.cart .order-summary {
  border: 0;
  margin: 0;
  padding-top: 0; }
  .cart .order-summary h2 {
    font-size: 1.25em;
    text-align: center; }
    @media screen and (min-width: 976px) {
      .cart .order-summary h2 {
        font-size: 1.5625em;
        line-height: 1.2em;
        padding-top: 0;
        text-align: left; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .cart .order-summary h2 {
        font-size: 1.5625em;
        line-height: 1.2em;
        padding-top: 0;
        text-align: left; } }
  .cart .order-summary a {
    font-weight: normal; }

.cart a.btn-large {
  padding: 21px 0 20px;
  border: 0; }

.cart a.btn-paypal {
  padding: 12px 0;
  margin: 15px 0; }
  .cart a.btn-paypal img {
    max-width: 104px; }

.cart .btn-promo {
  color: #333333;
  font-size: 0.9375em;
  padding: 17px 0 16px;
  position: relative;
  border: 0; }
  .cart .btn-promo:after {
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    position: absolute;
    right: 18px;
    top: calc(50% - 6px);
    background-image: url("../img/spritesheet.png");
    background-position: -282px -125px; }
  .cart .btn-promo.active {
    background-color: #ffffff; }
  .cart .btn-promo.active:after {
    background-position: -140px -125px; }

.cart .alert:empty {
  display: none; }

.cart #promo-display {
  background: #ffffff;
  border-radius: 4px;
  margin-top: -2px;
  box-sizing: border-box;
  margin-bottom: 20px; }
  .cart #promo-display form {
    padding: 20px;
    box-sizing: border-box; }
  .cart #promo-display label {
    display: block;
    float: none; }
  .cart #promo-display input[type="text"] {
    max-width: 207px;
    width: 65%; }
  .cart #promo-display a.btn {
    width: 30%;
    max-width: 92px;
    height: 43px;
    line-height: 43px;
    padding: 0;
    float: right; }

.cart #promotion-error {
  padding: 10px 0;
  font-size: 0.8125em;
  color: #ee3524;
  font-weight: bold;
  margin-bottom: 0; }

.cart .promo-header {
  font-size: 0.8125em;
  color: #8E9DA2;
  font-weight: bold;
  margin-top: 16px;
  display: block; }
  .cart .promo-header + .promo-header {
    display: none; }

.cart .applied-promo-details {
  background-color: #F4F6F6;
  box-sizing: border-box;
  margin: 10px 0 0 0;
  overflow: hidden;
  padding: 11px 19px 16px 18px;
  width: 100%; }
  .cart .applied-promo-details .applied-promo {
    float: left;
    font-size: 0.8125em;
    line-height: 1.69231em;
    max-width: 197px; }
  .cart .applied-promo-details .applied-promo-remove {
    float: right;
    font-size: 0.9375em; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999; }
  .modal .modal-dialog {
    box-sizing: border-box; }
    @media screen and (min-width: 976px) {
      .modal .modal-dialog {
        max-height: 75%;
        /*overflow: auto;*/ } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .modal .modal-dialog {
        max-height: 75%;
        /*overflow: auto;*/ } }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .modal .modal-dialog {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: none;
        padding: 64px 20px;
        overflow: scroll; }
        .modal .modal-dialog ul {
          padding-left: 20px; } }
    @media screen and (max-width: 420px) {
      .modal .modal-dialog {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: none;
        padding: 64px 20px;
        overflow: scroll; }
        .modal .modal-dialog ul {
          padding-left: 20px; } }
  @media screen and (min-width: 976px) {
    .modal .model-pals {
      overflow: auto; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .modal .model-pals {
      overflow: auto; } }

.product-removed-row,
.product-saved-row {
  border-bottom: 1px solid #D4DADC;
  padding: 20px 40px 20px 25px;
  box-sizing: border-box;
  line-height: 25px;
  background-color: #ffffff;
  margin: auto;
  position: relative;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  max-width: 1095px; }
  .cart-container .product-removed-row, .cart-container
  .product-saved-row {
    box-shadow: none;
    border-bottom: 1px solid #D4DADC; }
  .product-removed-row a.remove,
  .product-saved-row a.remove {
    display: inline-block;
    padding: 0 20px; }
  .product-removed-row button.icon-modal-x,
  .product-saved-row button.icon-modal-x {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 13px;
    width: 13px;
    opacity: 0.5;
    text-indent: -9000px;
    background-position: -565px -612px;
    background-color: transparent;
    border-radius: 0;
    padding: 0; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media screen and (max-width: 1120px) and (min-width: 769px) {
  .add-to-cart-landing {
    padding: 20px;
    box-sizing: border-box; } }

.added-to-cart-tile,
.cart-subtotal-tile {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 50px auto;
  padding: 10px 0; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .added-to-cart-tile,
    .cart-subtotal-tile {
      margin: 20px 4%;
      width: 92%; } }
  @media screen and (max-width: 420px) {
    .added-to-cart-tile,
    .cart-subtotal-tile {
      margin: 20px 4%;
      width: 92%; } }
  .added-to-cart-tile > img,
  .cart-subtotal-tile > img {
    display: block;
    max-width: 100%;
    margin: auto;
    height: auto; }
  .added-to-cart-tile .product-image a,
  .cart-subtotal-tile .product-image a {
    display: block; }
  .added-to-cart-tile .success-box,
  .cart-subtotal-tile .success-box {
    animation: 0.8s ease-out 0s 1 fadein;
    padding: 7px 0 5px 0;
    margin: 5px 2% 20px; }
    @media screen and (min-width: 976px) {
      .added-to-cart-tile .success-box,
      .cart-subtotal-tile .success-box {
        margin: 5px 0; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .added-to-cart-tile .success-box,
      .cart-subtotal-tile .success-box {
        margin: 5px 0; } }
  .added-to-cart-tile .cart-subtotal,
  .cart-subtotal-tile .cart-subtotal {
    padding: 30px 30px 10px; }
    .added-to-cart-tile .cart-subtotal h2,
    .cart-subtotal-tile .cart-subtotal h2 {
      line-height: normal; }
    .added-to-cart-tile .cart-subtotal p, .added-to-cart-tile .cart-subtotal h2 + span,
    .cart-subtotal-tile .cart-subtotal p,
    .cart-subtotal-tile .cart-subtotal h2 + span {
      font-size: 0.9375em;
      color: #666666; }
    .added-to-cart-tile .cart-subtotal .cart-subtotal-container,
    .cart-subtotal-tile .cart-subtotal .cart-subtotal-container {
      max-width: 294px;
      margin: auto; }
    .added-to-cart-tile .cart-subtotal .btn-paypal img,
    .cart-subtotal-tile .cart-subtotal .btn-paypal img {
      max-height: 20px;
      width: auto; }
    @media screen and (max-width: 875px) and (min-width: 769px) {
      .added-to-cart-tile .cart-subtotal .continue-buttons button,
      .cart-subtotal-tile .cart-subtotal .continue-buttons button {
        font-size: 0.75em;
        padding: 10px; } }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .added-to-cart-tile .cart-subtotal .continue-buttons,
      .cart-subtotal-tile .cart-subtotal .continue-buttons {
        display: flex;
        flex-flow: column; }
        .added-to-cart-tile .cart-subtotal .continue-buttons .checkout,
        .cart-subtotal-tile .cart-subtotal .continue-buttons .checkout {
          order: 1; }
        .added-to-cart-tile .cart-subtotal .continue-buttons .paypal,
        .cart-subtotal-tile .cart-subtotal .continue-buttons .paypal {
          order: 2; }
        .added-to-cart-tile .cart-subtotal .continue-buttons .cart,
        .cart-subtotal-tile .cart-subtotal .continue-buttons .cart {
          order: 3; } }
    @media screen and (max-width: 420px) {
      .added-to-cart-tile .cart-subtotal .continue-buttons,
      .cart-subtotal-tile .cart-subtotal .continue-buttons {
        display: flex;
        flex-flow: column; }
        .added-to-cart-tile .cart-subtotal .continue-buttons .checkout,
        .cart-subtotal-tile .cart-subtotal .continue-buttons .checkout {
          order: 1; }
        .added-to-cart-tile .cart-subtotal .continue-buttons .paypal,
        .cart-subtotal-tile .cart-subtotal .continue-buttons .paypal {
          order: 2; }
        .added-to-cart-tile .cart-subtotal .continue-buttons .cart,
        .cart-subtotal-tile .cart-subtotal .continue-buttons .cart {
          order: 3; } }
  @media screen and (min-width: 976px) {
    .added-to-cart-tile .product,
    .cart-subtotal-tile .product {
      padding: 20px 0; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .added-to-cart-tile .product,
    .cart-subtotal-tile .product {
      padding: 20px 0; } }
  .added-to-cart-tile .cart-product-name,
  .cart-subtotal-tile .cart-product-name {
    font-size: 0.9375em;
    line-height: 1.33333em;
    height: auto; }
    .added-to-cart-tile .cart-product-name a,
    .cart-subtotal-tile .cart-product-name a {
      font-size: 1em;
      font-weight: normal;
      color: #333333; }
  .added-to-cart-tile .add-to-cart-price,
  .cart-subtotal-tile .add-to-cart-price {
    font-size: 1.25em;
    color: #333333;
    font-weight: bold;
    margin-top: 10px; }
    .added-to-cart-tile .add-to-cart-price span,
    .cart-subtotal-tile .add-to-cart-price span {
      font-size: 0.65em;
      font-weight: normal;
      color: #666666;
      text-decoration: line-through; }
  .added-to-cart-tile .product-repeat-delivery,
  .cart-subtotal-tile .product-repeat-delivery {
    float: right;
    margin-top: 0;
    position: relative; }
  .added-to-cart-tile .repeat-delivery,
  .cart-subtotal-tile .repeat-delivery {
    border: 1px solid #D4DADC;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px; }
    .added-to-cart-tile .repeat-delivery label,
    .cart-subtotal-tile .repeat-delivery label {
      font-size: 0.9375em;
      line-height: 1.25em;
      color: #333333;
      margin-bottom: 0;
      width: 100%; }
      .added-to-cart-tile .repeat-delivery label div a,
      .cart-subtotal-tile .repeat-delivery label div a {
        position: relative;
        top: 0;
        right: 0; }
    .added-to-cart-tile .repeat-delivery .best-price,
    .cart-subtotal-tile .repeat-delivery .best-price {
      position: absolute;
      top: 0;
      right: 0;
      color: #ffffff;
      background: #00aae7;
      font-size: 0.75em;
      padding: 0 5px; }
    .added-to-cart-tile .repeat-delivery .checkbox-button i,
    .cart-subtotal-tile .repeat-delivery .checkbox-button i {
      margin: 0 5px 0 0;
      float: left; }
    .added-to-cart-tile .repeat-delivery .rd-logo,
    .cart-subtotal-tile .repeat-delivery .rd-logo {
      vertical-align: middle;
      padding: 0; }
    .added-to-cart-tile .repeat-delivery .rd-price,
    .cart-subtotal-tile .repeat-delivery .rd-price {
      font-size: 0.86667em;
      color: #666666;
      font-weight: normal;
      display: block;
      margin-left: 20px; }
      .added-to-cart-tile .repeat-delivery .rd-price strong,
      .cart-subtotal-tile .repeat-delivery .rd-price strong {
        color: #00aae7;
        font-size: 1.15385em;
        padding-right: 5px; }
    .added-to-cart-tile .repeat-delivery .rd-help,
    .cart-subtotal-tile .repeat-delivery .rd-help {
      position: absolute;
      top: 30px;
      right: 12px;
      z-index: 900; }
    .added-to-cart-tile .repeat-delivery .repeat-delivery-dropdown,
    .cart-subtotal-tile .repeat-delivery .repeat-delivery-dropdown {
      clear: both; }
      .added-to-cart-tile .repeat-delivery .repeat-delivery-dropdown strong,
      .cart-subtotal-tile .repeat-delivery .repeat-delivery-dropdown strong {
        display: block;
        font-size: 0.8125em;
        padding-bottom: 5px; }
    .added-to-cart-tile .repeat-delivery p,
    .cart-subtotal-tile .repeat-delivery p {
      font-size: 0.8125em;
      color: #8E9DA2; }

.cart-subtotal-tile {
  padding: 20px; }
  .cart-subtotal-tile h2 {
    display: inline; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .cart-subtotal-tile .cart-subtotal {
      padding-bottom: 0; }
      .cart-subtotal-tile .cart-subtotal h2 + span {
        display: block;
        margin-bottom: 10px; }
    .cart-subtotal-tile .cart-subtotal-buttons {
      padding: 0 20px; } }
  @media screen and (max-width: 420px) {
    .cart-subtotal-tile .cart-subtotal {
      padding-bottom: 0; }
      .cart-subtotal-tile .cart-subtotal h2 + span {
        display: block;
        margin-bottom: 10px; }
    .cart-subtotal-tile .cart-subtotal-buttons {
      padding: 0 20px; } }

.cart-container > .bannerForSaveForCart {
  display: block;
  clear: left; }
  @media screen and (min-width: 976px) {
    .cart-container > .bannerForSaveForCart {
      max-width: 710px;
      width: 65%; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .cart-container > .bannerForSaveForCart {
      max-width: 710px;
      width: 65%; } }

.checkout-login {
  max-width: 343px;
  margin: auto; }

#single-page-checkout-container h2 {
  font-size: 1.2em; }

@media screen and (min-width: 976px) {
  #single-page-checkout-container #paypal-radio-btn {
    margin-bottom: 10px; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  #single-page-checkout-container #paypal-radio-btn {
    margin-bottom: 10px; } }

#single-page-checkout-container #expError {
  margin: 0; }

#single-page-checkout-container #cc_addnew {
  padding: 11px 0; }
  @media screen and (min-width: 976px) {
    #single-page-checkout-container #cc_addnew {
      width: 125%; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #single-page-checkout-container #cc_addnew {
      width: 110%; } }
  @media screen and (max-width: 420px) {
    #single-page-checkout-container #cc_addnew {
      width: 145%; } }

#single-page-checkout-container .row.bg-lightestgray #cc_addnew {
  width: 100%;
  padding: 15px 0; }

#single-page-checkout-container #btn-cc-icon {
  margin-right: 62px; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #single-page-checkout-container #btn-cc-icon {
      margin-right: 120px; } }
  #single-page-checkout-container #btn-cc-icon .icon-white-cc {
    margin: 0px 10px -3px 0; }

#single-page-checkout-container ul {
  font-size: 1em; }

#single-page-checkout-container .form-field-sublist {
  font-size: 1em; }
  #single-page-checkout-container .form-field-sublist label {
    font-size: 0.80em; }

#single-page-checkout-container .small-gray-text {
  color: #A9B5BA;
  font-size: 0.8125em; }

#single-page-checkout-container .cart-summary-edit {
  font-size: 0.8125em; }

#single-page-checkout-container .box.padding-full-md {
  padding: 10px; }

.minimal-header {
  background: #ffffff;
  overflow: hidden; }
  @media screen and (min-width: 976px) {
    .minimal-header {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      position: relative; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .minimal-header {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      position: relative; } }
  @media screen and (min-width: 976px) {
    .minimal-header > div {
      max-width: 1095px;
      margin: auto;
      box-shadow: none;
      position: relative; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .minimal-header > div {
      max-width: 1095px;
      margin: auto;
      box-shadow: none;
      position: relative; } }
  .minimal-header .logo {
    width: 100%;
    text-align: center;
    padding: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    height: auto;
    display: block; }
    @media screen and (min-width: 976px) {
      .minimal-header .logo {
        box-shadow: none;
        margin-left: 1%; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .minimal-header .logo {
        box-shadow: none;
        margin-left: 1%; } }
    .minimal-header .logo a {
      display: block; }
      @media screen and (min-width: 976px) {
        .minimal-header .logo a {
          float: left; } }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        .minimal-header .logo a {
          float: left; } }
    .minimal-header .logo img {
      display: block;
      margin: auto;
      max-width: 115px; }
  .minimal-header i {
    vertical-align: middle; }
    .minimal-header i.icon-secure {
      margin-left: 5%; }
  .minimal-header p {
    background: #E8E8E8;
    text-align: center;
    padding: 6px 0; }
    @media screen and (min-width: 976px) {
      .minimal-header p {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        padding: 11px 20px 10px;
        background: #fff;
        text-align: right; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .minimal-header p {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        padding: 11px 20px 10px;
        background: #fff;
        text-align: right; } }
  .minimal-header span {
    display: inline-block;
    line-height: 25px;
    font-size: 0.8125em;
    padding-left: 5px;
    font-weight: bold; }

.minimal-footer {
  border-top: 0;
  overflow: hidden; }
  .minimal-footer div {
    padding: 0; }
  .minimal-footer ul {
    width: 100%; }
  .minimal-footer p {
    width: 100%; }
    .minimal-footer p a {
      font-size: 1em; }

fieldset {
  width: auto;
  height: auto;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  /* "plain" is good for having a fieldset with all the same
     padding & margin settings, but w/o the background */
  /* =============================== */
  /* Rules for fieldset screen sizes */
  /* =============================== */ }
  fieldset.plain {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent; }
  @media screen and (min-width: 976px) {
    fieldset {
      margin: 0px 0px 30px 0px;
      padding: 26px; }
      fieldset.plain {
        margin: auto;
        text-align: center; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    fieldset {
      margin: 0px 0px 30px 0px;
      padding: 26px; }
      fieldset.plain {
        margin: auto;
        text-align: center; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    fieldset {
      margin: 16px 0 0px 0;
      padding: 12px; } }
  @media screen and (max-width: 420px) {
    fieldset {
      margin: 16px 0 0px 0;
      padding: 12px; } }
  fieldset ul li {
    list-style: none; }
  fieldset h3 {
    padding: 0 0 8px 0;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.2px;
    color: #333333; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      fieldset h3 {
        text-align: center; } }
    @media screen and (max-width: 420px) {
      fieldset h3 {
        text-align: center; } }
  fieldset h4 {
    float: none;
    clear: both;
    padding: 4px 0 10px;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 0.1px;
    color: #8E9DA2; }
  fieldset label {
    display: inline-block;
    float: none;
    clear: both; }
  fieldset .option-box {
    margin: 0 12px 12px;
    padding: 12px 0;
    background-color: #F4F6F6;
    border-radius: 3px;
    clear: both; }
    fieldset .option-box .card-buttons-box {
      margin-top: 9px;
      line-height: 45px; }
      @media screen and (min-width: 421px) and (max-width: 768px) {
        fieldset .option-box .card-buttons-box {
          width: 100%; } }
      @media screen and (max-width: 420px) {
        fieldset .option-box .card-buttons-box {
          width: 100%; } }
  fieldset .customer-address-col1 {
    display: inline-block;
    margin-right: 6px;
    vertical-align: top; }
  fieldset .customer-address-col2 {
    display: inline-block; }
  fieldset .notice-box {
    margin: 16px 0;
    padding: 10px;
    color: #fc951f;
    background-color: #fff4e8;
    border: 1px solid #fedcb6;
    border-radius: 5px; }
    fieldset .notice-box p, fieldset .notice-box h4 {
      color: #fc951f; }
    fieldset .notice-box h4 {
      padding-bottom: 4px; }
    fieldset .notice-box p {
      font-size: 0.8em; }

@media screen and (max-width: 1095px) {
  .order-confirm {
    padding: 0 20px; } }

.order-confirm ul li {
  list-style: none; }

.order-confirm h1 {
  margin-bottom: 20px; }

.order-confirm .order-confirm-print {
  margin-top: 38px; }

.order-confirm a {
  color: #00aae7;
  font-size: 0.813em; }

.order-confirm .order-confirm-summary {
  width: 100%;
  margin-bottom: 0;
  padding-left: 12px; }
  .order-confirm .order-confirm-summary h2 {
    line-height: normal;
    padding-bottom: 15px;
    padding-left: 35px; }
  .order-confirm .order-confirm-summary fieldset {
    width: 100%;
    padding: 16px 31px 6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #E8E8E8; }
    .order-confirm .order-confirm-summary fieldset .summary-list-item {
      font-size: 0.96em;
      line-height: 1.33;
      letter-spacing: 0.2px; }
      .order-confirm .order-confirm-summary fieldset .summary-list-item div:first-child,
      .order-confirm .order-confirm-summary fieldset .summary-list-item div:first-child + div {
        padding-left: 10px;
        padding-right: 4px;
        box-sizing: border-box; }
    .order-confirm .order-confirm-summary fieldset .summary-list-total {
      letter-spacing: 0.2px; }
      .order-confirm .order-confirm-summary fieldset .summary-list-total div:first-child,
      .order-confirm .order-confirm-summary fieldset .summary-list-total div:first-child + div {
        padding-left: 10px;
        padding-right: 4px;
        box-sizing: border-box; }

.order-confirm .order-confirm-info {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }
  .order-confirm .order-confirm-info h3 {
    padding-bottom: 15px;
    font-size: 1.27em;
    line-height: normal; }
  .order-confirm .order-confirm-info img {
    width: 100%; }
  .order-confirm .order-confirm-info .order-confirm-info-text {
    padding-top: 15px;
    overflow: hidden; }
  .order-confirm .order-confirm-info .order-confirm-info-espot {
    float: right;
    padding: 20px 0 20px 10px; }
    .order-confirm .order-confirm-info .order-confirm-info-espot img {
      width: auto; }
  .order-confirm .order-confirm-info .divbox {
    padding: 0 0 22px 0; }
  .order-confirm .order-confirm-info .instructions {
    padding-top: 10px;
    padding-right: 40px;
    font-size: 1em;
    text-align: left; }
  .order-confirm .order-confirm-info .order-confirm-deals {
    padding-top: 30px; }

.order-confirm .product-list {
  padding: 5px 0;
  background-color: #F4F6F6; }

.order-confirm .ship-list {
  border-bottom: 1px solid #A9B5BA;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .order-confirm .ship-list.last-item {
    border-width: 0;
    margin: 0;
    padding: 0; }
  .order-confirm .ship-list .product-image {
    position: relative;
    max-width: 98px;
    max-height: 98px;
    margin: 0 0 0 1em;
    padding: 0;
    background-color: #ffffff;
    overflow: hidden; }
    .order-confirm .ship-list .product-image img {
      max-width: 98px;
      max-height: 98px;
      margin: 0 auto;
      vertical-align: middle; }
  .order-confirm .ship-list .product-info {
    margin: 0;
    padding-left: 15px; }
    .order-confirm .ship-list .product-info p {
      line-height: 18px;
      letter-spacing: 0.1px; }

.order-confirm .product-shipping {
  padding: 12px 15px; }
  .order-confirm .product-shipping p {
    line-height: 18px;
    letter-spacing: 0.1px; }

.order-confirm #order-confirm-info-boxes.order-confirm-info-boxes .info-box-1 h3, .order-confirm #order-confirm-info-boxes.order-confirm-info-boxes .info-box-2 h3 {
  padding-bottom: 15px;
  font-size: 1.27em;
  line-height: normal; }

.order-confirm #order-confirm-info-boxes.order-confirm-info-boxes .info-box-1 div, .order-confirm #order-confirm-info-boxes.order-confirm-info-boxes .info-box-2 div {
  min-height: 210px;
  padding: 13px 15px;
  box-sizing: border-box;
  background-color: #F4F6F6; }
  .order-confirm #order-confirm-info-boxes.order-confirm-info-boxes .info-box-1 div p, .order-confirm #order-confirm-info-boxes.order-confirm-info-boxes .info-box-2 div p {
    font-size: 0.813em;
    line-height: 18px; }
    .order-confirm #order-confirm-info-boxes.order-confirm-info-boxes .info-box-1 div p.ib-header, .order-confirm #order-confirm-info-boxes.order-confirm-info-boxes .info-box-2 div p.ib-header {
      padding-bottom: 10px;
      font-weight: bold; }

@media screen and (min-width: 976px) {
  .order-confirm #order-confirm-info-boxes.order-confirm-info-boxes .info-box-1 {
    width: 48%;
    margin: 0.5rem 0 0 0; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .order-confirm #order-confirm-info-boxes.order-confirm-info-boxes .info-box-1 {
    width: 48%;
    margin: 0.5rem 0 0 0; } }

.order-confirm #order-confirm-info-boxes.order-confirm-info-boxes .info-box-2 {
  padding-left: 6px;
  float: right; }
  @media screen and (min-width: 976px) {
    .order-confirm #order-confirm-info-boxes.order-confirm-info-boxes .info-box-2 {
      width: 48%;
      margin: 0.5rem 2% 0 0; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .order-confirm #order-confirm-info-boxes.order-confirm-info-boxes .info-box-2 {
      width: 48%;
      margin: 0.5rem 2% 0 0; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .order-confirm #order-confirm-info-boxes.order-confirm-info-boxes .info-box-2 {
      padding-left: 0;
      float: none; } }
  @media screen and (max-width: 420px) {
    .order-confirm #order-confirm-info-boxes.order-confirm-info-boxes .info-box-2 {
      padding-left: 0;
      float: none; } }

.order-confirm .order-confirm-product-list {
  width: 98%; }
  .order-confirm .order-confirm-product-list h3 {
    padding-top: 15px; }

.order-confirm .confirm-padding-right {
  padding-right: 20px; }

.order-confirm .confirm-summary-flex {
  padding-top: 8px; }

.order-confirm .shopper-confidence {
  position: relative;
  width: 100%;
  padding-left: 12px;
  letter-spacing: 0.1px;
  text-align: center; }
  .order-confirm .shopper-confidence h4 {
    font-size: 0.938em;
    line-height: 18px;
    color: #8E9DA2; }
  .order-confirm .shopper-confidence p {
    position: relative;
    max-width: 224px;
    margin: 0 auto;
    line-height: 18px;
    color: #8E9DA2; }
    .order-confirm .shopper-confidence p.sc-checklist {
      max-width: 100%;
      padding-top: 8px;
      margin-top: 0; }
      .order-confirm .shopper-confidence p.sc-checklist span {
        line-height: 1.38;
        font-style: italic; }
  .order-confirm .shopper-confidence .google-logo {
    margin-top: 30px; }

@media screen and (min-width: 421px) and (max-width: 768px) {
  .order-confirm {
    /*
    [class*="col-"]{
      width: 100%;
    }*/ }
    .order-confirm h1 {
      margin: 0;
      padding-bottom: 8px;
      padding-top: 27px;
      font-size: 1.55em;
      text-align: center;
      line-height: 1.2; }
    .order-confirm fieldset {
      width: 94%;
      margin: 0 auto;
      border-radius: 5px;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); }
    .order-confirm .row-flex {
      display: block; }
    .order-confirm .order-confirm-info {
      width: auto; }
      .order-confirm .order-confirm-info h2 {
        display: block;
        padding-top: 20px;
        font-size: 1.25em;
        text-align: center;
        line-height: 1.25;
        border-top: 1px solid #D4DADC; }
        .order-confirm .order-confirm-info h2 div a {
          display: block;
          padding-top: 10px;
          font-size: 0.75em;
          line-height: 1.33;
          letter-spacing: 0.2px; }
      .order-confirm .order-confirm-info .divbox {
        border-width: 0;
        display: flex;
        flex-flow: column; }
        .order-confirm .order-confirm-info .divbox .order-confirm-info-text {
          order: 1; }
        .order-confirm .order-confirm-info .divbox .order-confirm-info-espot {
          order: 2;
          padding: 20px 0;
          text-align: center; }
          .order-confirm .order-confirm-info .divbox .order-confirm-info-espot img {
            width: auto; }
      .order-confirm .order-confirm-info .instructions {
        padding: 20px 0 29px 0;
        font-size: 0.938em;
        line-height: 1.33;
        letter-spacing: 0.2px;
        text-align: center;
        color: #666666;
        border-bottom: 1px solid #D4DADC; }
      .order-confirm .order-confirm-info .order-confirm-deals {
        margin-top: -14px;
        padding-top: 0; }
    .order-confirm .confirm-summary-flex {
      display: flex;
      flex-wrap: wrap;
      padding-top: 0; }
    .order-confirm .order-confirm-product-list h3 {
      text-align: center; }
    .order-confirm .order-confirm-product-list .col-12 {
      width: 100%; }
    .order-confirm .product-list {
      padding: 0 0 15px 15px;
      width: 95%; }
      .order-confirm .product-list .col-flex {
        margin: 0; }
    .order-confirm .ship-list {
      margin: 15px 0 0;
      padding: 8px 0 15px 0; }
      .order-confirm .ship-list.last-item {
        margin: 15px 0 0;
        padding: 8px 0 15px 0;
        border-width: 0; }
      .order-confirm .ship-list .product-image {
        position: relative;
        max-width: 98px;
        max-height: 98px;
        margin: 0;
        padding: 0;
        background-color: #ffffff;
        overflow: hidden; }
        .order-confirm .ship-list .product-image img {
          max-width: 98px;
          max-height: 98px;
          margin: 0 auto;
          vertical-align: middle; }
      .order-confirm .ship-list .product-info {
        margin: 0;
        padding-left: 15px; }
        .order-confirm .ship-list .product-info p {
          line-height: 18px;
          letter-spacing: 0.1px; }
    .order-confirm .product-shipping {
      padding: 12px 15px; }
      .order-confirm .product-shipping p {
        line-height: 18px;
        letter-spacing: 0.1px; }
    .order-confirm .order-confirm-summary {
      width: 100%;
      margin: 0;
      padding: 0;
      order: 1; }
      .order-confirm .order-confirm-summary h2 {
        line-height: 1.25;
        padding-bottom: 15px;
        padding-left: 0;
        text-align: center; }
      .order-confirm .order-confirm-summary fieldset {
        width: 100%;
        padding: 16px 31px 6px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        border: solid 1px #E8E8E8; }
        .order-confirm .order-confirm-summary fieldset .summary-list-item {
          color: #666666;
          font-size: 0.96em;
          line-height: 1.33;
          letter-spacing: 0.2px; }
          .order-confirm .order-confirm-summary fieldset .summary-list-item div:first-child,
          .order-confirm .order-confirm-summary fieldset .summary-list-item div:first-child + div {
            padding-left: 10px;
            padding-right: 4px;
            box-sizing: border-box; } }
        @media screen and (min-width: 421px) and (max-width: 768px) and (min-width: 421px) and (max-width: 768px) {
          .order-confirm .order-confirm-summary fieldset .summary-list-item div:first-child,
          .order-confirm .order-confirm-summary fieldset .summary-list-item div:first-child + div {
            padding-left: 0;
            padding-right: 0; } }
        @media screen and (min-width: 421px) and (max-width: 768px) and (max-width: 420px) {
          .order-confirm .order-confirm-summary fieldset .summary-list-item div:first-child,
          .order-confirm .order-confirm-summary fieldset .summary-list-item div:first-child + div {
            padding-left: 0;
            padding-right: 0; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
        .order-confirm .order-confirm-summary fieldset .summary-list-total {
          font-size: 0.96em;
          letter-spacing: 0.2px; }
          .order-confirm .order-confirm-summary fieldset .summary-list-total div:first-child,
          .order-confirm .order-confirm-summary fieldset .summary-list-total div:first-child + div {
            padding-left: 0px;
            padding-right: 0px;
            box-sizing: border-box; }
    .order-confirm .shopper-confidence {
      margin-top: 40px; }
    .order-confirm .order-confirm-info-boxes .info-box-1 h3, .order-confirm .order-confirm-info-boxes .info-box-2 h3 {
      text-align: center; }
    .order-confirm .confirm-padding-left,
    .order-confirm .confirm-padding-right {
      padding-right: 0;
      padding-left: 0; }
    .order-confirm .padding-top-lg.margin-top-lg {
      margin-top: 0;
      padding-top: 0; } }

@media screen and (max-width: 420px) {
  .order-confirm {
    /*
    [class*="col-"]{
      width: 100%;
    }*/ }
    .order-confirm h1 {
      margin: 0;
      padding-bottom: 8px;
      padding-top: 27px;
      font-size: 1.55em;
      text-align: center;
      line-height: 1.2; }
    .order-confirm fieldset {
      width: 94%;
      margin: 0 auto;
      border-radius: 5px;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); }
    .order-confirm .row-flex {
      display: block; }
    .order-confirm .order-confirm-info {
      width: auto; }
      .order-confirm .order-confirm-info h2 {
        display: block;
        padding-top: 20px;
        font-size: 1.25em;
        text-align: center;
        line-height: 1.25;
        border-top: 1px solid #D4DADC; }
        .order-confirm .order-confirm-info h2 div a {
          display: block;
          padding-top: 10px;
          font-size: 0.75em;
          line-height: 1.33;
          letter-spacing: 0.2px; }
      .order-confirm .order-confirm-info .divbox {
        border-width: 0;
        display: flex;
        flex-flow: column; }
        .order-confirm .order-confirm-info .divbox .order-confirm-info-text {
          order: 1; }
        .order-confirm .order-confirm-info .divbox .order-confirm-info-espot {
          order: 2;
          padding: 20px 0;
          text-align: center; }
          .order-confirm .order-confirm-info .divbox .order-confirm-info-espot img {
            width: auto; }
      .order-confirm .order-confirm-info .instructions {
        padding: 20px 0 29px 0;
        font-size: 0.938em;
        line-height: 1.33;
        letter-spacing: 0.2px;
        text-align: center;
        color: #666666;
        border-bottom: 1px solid #D4DADC; }
      .order-confirm .order-confirm-info .order-confirm-deals {
        margin-top: -14px;
        padding-top: 0; }
    .order-confirm .confirm-summary-flex {
      display: flex;
      flex-wrap: wrap;
      padding-top: 0; }
    .order-confirm .order-confirm-product-list h3 {
      text-align: center; }
    .order-confirm .order-confirm-product-list .col-12 {
      width: 100%; }
    .order-confirm .product-list {
      padding: 0 0 15px 15px;
      width: 95%; }
      .order-confirm .product-list .col-flex {
        margin: 0; }
    .order-confirm .ship-list {
      margin: 15px 0 0;
      padding: 8px 0 15px 0; }
      .order-confirm .ship-list.last-item {
        margin: 15px 0 0;
        padding: 8px 0 15px 0;
        border-width: 0; }
      .order-confirm .ship-list .product-image {
        position: relative;
        max-width: 98px;
        max-height: 98px;
        margin: 0;
        padding: 0;
        background-color: #ffffff;
        overflow: hidden; }
        .order-confirm .ship-list .product-image img {
          max-width: 98px;
          max-height: 98px;
          margin: 0 auto;
          vertical-align: middle; }
      .order-confirm .ship-list .product-info {
        margin: 0;
        padding-left: 15px; }
        .order-confirm .ship-list .product-info p {
          line-height: 18px;
          letter-spacing: 0.1px; }
    .order-confirm .product-shipping {
      padding: 12px 15px; }
      .order-confirm .product-shipping p {
        line-height: 18px;
        letter-spacing: 0.1px; }
    .order-confirm .order-confirm-summary {
      width: 100%;
      margin: 0;
      padding: 0;
      order: 1; }
      .order-confirm .order-confirm-summary h2 {
        line-height: 1.25;
        padding-bottom: 15px;
        padding-left: 0;
        text-align: center; }
      .order-confirm .order-confirm-summary fieldset {
        width: 100%;
        padding: 16px 31px 6px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        border: solid 1px #E8E8E8; }
        .order-confirm .order-confirm-summary fieldset .summary-list-item {
          color: #666666;
          font-size: 0.96em;
          line-height: 1.33;
          letter-spacing: 0.2px; }
          .order-confirm .order-confirm-summary fieldset .summary-list-item div:first-child,
          .order-confirm .order-confirm-summary fieldset .summary-list-item div:first-child + div {
            padding-left: 10px;
            padding-right: 4px;
            box-sizing: border-box; } }
        @media screen and (max-width: 420px) and (min-width: 421px) and (max-width: 768px) {
          .order-confirm .order-confirm-summary fieldset .summary-list-item div:first-child,
          .order-confirm .order-confirm-summary fieldset .summary-list-item div:first-child + div {
            padding-left: 0;
            padding-right: 0; } }
        @media screen and (max-width: 420px) and (max-width: 420px) {
          .order-confirm .order-confirm-summary fieldset .summary-list-item div:first-child,
          .order-confirm .order-confirm-summary fieldset .summary-list-item div:first-child + div {
            padding-left: 0;
            padding-right: 0; } }

@media screen and (max-width: 420px) {
        .order-confirm .order-confirm-summary fieldset .summary-list-total {
          font-size: 0.96em;
          letter-spacing: 0.2px; }
          .order-confirm .order-confirm-summary fieldset .summary-list-total div:first-child,
          .order-confirm .order-confirm-summary fieldset .summary-list-total div:first-child + div {
            padding-left: 0px;
            padding-right: 0px;
            box-sizing: border-box; }
    .order-confirm .shopper-confidence {
      margin-top: 40px; }
    .order-confirm .order-confirm-info-boxes .info-box-1 h3, .order-confirm .order-confirm-info-boxes .info-box-2 h3 {
      text-align: center; }
    .order-confirm .confirm-padding-left,
    .order-confirm .confirm-padding-right {
      padding-right: 0;
      padding-left: 0; }
    .order-confirm .padding-top-lg.margin-top-lg {
      margin-top: 0;
      padding-top: 0; } }

@media print {
  #header {
    display: block; }
  #footer {
    display: none; }
  #mobile-cart,
  #mobile-menu,
  #mobile-search,
  #mobile-stores {
    display: none; }
  .copyright {
    display: none; }
  .banner-promo {
    display: none; }
  .order-confirm .container .col-4.desktop-only {
    display: none; }
  .order-confirm .container .confirm-summary-flex .col-8 {
    width: 66.66667%; }
  .order-confirm .container .confirm-summary-flex .col-4 {
    width: 33.33333%; }
  .order-confirm .order-confirm-print {
    display: none; }
  .order-confirm .order-confirm-info-text h2 a {
    color: #1A1918;
    font-size: 1em; }
  .order-confirm a {
    text-decoration: none; }
  .order-confirm .order-confirm-info-boxes .col-6 {
    width: 48%; }
    .order-confirm .order-confirm-info-boxes .col-6 div {
      border: 1px solid #D4DADC; }
  .order-confirm .icon-visa::after {
    content: url("../img/icon-visa.png"); }
  .order-confirm .order-confirm-summary h2 {
    padding-bottom: 9px; }
  .order-confirm .order-confirm-product-list {
    width: 100%; }
    .order-confirm .order-confirm-product-list .col-12 {
      width: 100%; }
  .order-confirm .product-list {
    width: 100%;
    border: 1px solid #D4DADC; }
    .order-confirm .product-list .row .bg-lightergray3 {
      margin-right: 15px;
      border: 1px solid #D4DADC; }
  .order-confirm .ship-list {
    border-bottom: transparent; }
    .order-confirm .ship-list::after {
      content: " ";
      width: 80%;
      margin: auto;
      height: 0;
      border-bottom: 1px solid #D4DADC; } }

.order-summary {
  padding: 20px 0;
  margin: 30px 0 10px;
  border-top: 1px solid #D4DADC;
  border-bottom: 1px solid #D4DADC; }
  .order-summary h2 {
    font-size: 25px;
    font-weight: bold;
    padding: 10px 0; }
  .order-summary ul li {
    list-style: none; }
    .order-summary ul li span {
      display: inline-block;
      width: 49%;
      padding: 5px 0; }
      .order-summary ul li span:last-child {
        text-align: right; }

.cart-stay----stay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 230px;
  height: auto;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, 0.1); }
  .cart-stay----stay div {
    padding: 16px 6px 6px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #666666; }
    .cart-stay----stay div button {
      width: 100%; }

.checkout-persistent {
  display: block;
  position: relative;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  /* sets how far from the top to keep it */
  box-sizing: border-box; }
  .checkout-persistent .cart-summary {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D4DADC; }
    .checkout-persistent .cart-summary h2 {
      padding: 8px 0;
      font-size: 1.2em;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.25;
      letter-spacing: 0.2px;
      color: #333333;
      cursor: pointer; }
      .checkout-persistent .cart-summary h2 .cart-expand-status {
        float: right; }
        .checkout-persistent .cart-summary h2 .cart-expand-status i.icon-minus {
          display: none; }
    .checkout-persistent .cart-summary .mini-cart-list {
      position: relative;
      max-height: 270px;
      box-sizing: border-box;
      margin-top: 10px;
      overflow: auto;
      overflow-x: hidden;
      transition-property: all;
      transition-duration: .5s;
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
      .checkout-persistent .cart-summary .mini-cart-list .mini-cart-item {
        border-bottom: 1px solid #D4DADC;
        background: #ffffff;
        padding: 10px 0; }
        .checkout-persistent .cart-summary .mini-cart-list .mini-cart-item:last-child {
          border-bottom: 0; }
        .checkout-persistent .cart-summary .mini-cart-list .mini-cart-item .product-warning p.warning {
          color: #fc951f;
          font-weight: bold; }
        .checkout-persistent .cart-summary .mini-cart-list .mini-cart-item .product-name a {
          font-size: 1em; }
    .checkout-persistent .cart-summary .box-closed {
      max-height: 0;
      margin-top: 0; }

.legal {
  font-size: 13px;
  color: #8E9DA2;
  margin: 40px 0; }

.shopper-confidence {
  margin-top: 8%;
  text-align: center;
  color: #8E9DA2;
  font-size: 1em; }
  .shopper-confidence h4 {
    font-size: 1em;
    color: #8E9DA2; }
  .shopper-confidence p {
    font-size: 0.8em;
    color: #8E9DA2;
    text-align: center; }
    .shopper-confidence p.google-logo {
      margin: 26px auto;
      cursor: pointer; }
  .shopper-confidence span {
    white-space: nowrap;
    padding-right: 5px; }

.repeat-delivery h3 a {
  font-size: 0.75em; }

.repeat-delivery .col-4-sm {
  padding: 5%; }

@media screen and (min-width: 421px) and (max-width: 768px) {
  .repeat-delivery h3 a {
    display: block; } }

@media screen and (max-width: 420px) {
  .repeat-delivery h3 a {
    display: block; } }

.repeat-delivery .product-images .box {
  margin: 0; }

#shipping-address-div, #address1_div {
  position: relative; }

.address-picklist .city-state-zip {
  font-size: .825em;
  color: #999; }

.address-picklist a.selected {
  background-color: #f5f5f5; }

.address-picklist {
  cursor: pointer;
  display: block;
  margin-left: 15px;
  margin-top: 0px;
  width: 100%;
  min-width: 93%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  overflow: hidden; }

.address-picklist.pull-right {
  right: 0;
  left: auto; }

.address-picklist .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

ul.address-picklist > li {
  list-style: none; }

.address-picklist > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #4d4d4d;
  white-space: nowrap;
  font-size: 1em; }

.address-picklist > li > a:hover,
.address-picklist > li > a:focus {
  text-decoration: none;
  color: #404040;
  background-color: #f5f5f5; }

.address-picklist > .active > a,
.address-picklist > .active > a:hover,
.address-picklist > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #00a3e0; }

@media screen and (max-width: 420px) {
  .place-order-persistent {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff; }
    .place-order-persistent.sticky-button {
      position: -webkit-sticky;
      position: sticky;
      bottom: 0; } }

@media screen and (min-width: 421px) and (max-width: 768px) {
  .place-order-persistent {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff; }
    .place-order-persistent.sticky-button {
      position: -webkit-sticky;
      position: sticky;
      bottom: 0; } }

#shippingAddressErrorDiv .product-name {
  height: 22px; }

#shipping-method-section h3 {
  float: none;
  clear: both;
  padding: 4px 0 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: 0.1px;
  color: #8E9DA2; }

#shipping-method-section.disabled-section {
  background-color: #eaeaea;
  border: solid 1px #A9B5BA;
  box-shadow: none;
  cursor: not-allowed;
  padding-right: 0px; }
  #shipping-method-section.disabled-section .small-gray-text {
    display: none; }
  #shipping-method-section.disabled-section .cursor-not-allowed {
    cursor: not-allowed; }
  #shipping-method-section.disabled-section h2 {
    color: #A9B5BA;
    padding: 0px; }
    #shipping-method-section.disabled-section h2 span.small {
      font-size: .7em; }

#bopus-pickup-details-section h3 {
  float: none;
  clear: both;
  padding: 4px 0 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: 0.1px;
  color: #8E9DA2;
  text-align: left; }

#bopus-pickup-details-section.disabled-section {
  background-color: #eaeaea;
  border: solid 1px #A9B5BA;
  box-shadow: none;
  cursor: not-allowed;
  padding-right: 0px; }
  #bopus-pickup-details-section.disabled-section .small-gray-text {
    display: none; }
  #bopus-pickup-details-section.disabled-section .cursor-not-allowed {
    cursor: not-allowed; }
  #bopus-pickup-details-section.disabled-section h2 {
    color: #A9B5BA;
    padding: 0px; }
    #bopus-pickup-details-section.disabled-section h2 span.small {
      font-size: .7em; }

#shipping-address-section .pull-right {
  float: right; }

#shipping-address-section.disabled-section {
  background-color: #eaeaea;
  border: solid 1px #A9B5BA;
  box-shadow: none;
  cursor: not-allowed;
  padding-right: 0px; }
  #shipping-address-section.disabled-section .cursor-not-allowed {
    cursor: not-allowed; }
  #shipping-address-section.disabled-section h2 {
    color: #A9B5BA;
    padding: 0px; }
    #shipping-address-section.disabled-section h2 span.small {
      font-size: .7em; }

#payment-section.disabled-section {
  background-color: #eaeaea;
  border: solid 1px #A9B5BA;
  box-shadow: none;
  cursor: not-allowed;
  padding-right: 0px; }
  #payment-section.disabled-section .cursor-not-allowed {
    cursor: not-allowed; }
  #payment-section.disabled-section h2 {
    color: #A9B5BA;
    padding: 0px; }
    #payment-section.disabled-section h2 span.small {
      font-size: .7em; }

#create-account-section h2 span.small {
  font-size: .7em; }

#create-account-section.disabled-section {
  background-color: #eaeaea;
  border: solid 1px #A9B5BA;
  box-shadow: none;
  cursor: not-allowed;
  padding-right: 0px; }
  #create-account-section.disabled-section .cursor-not-allowed {
    cursor: not-allowed; }
  #create-account-section.disabled-section h2 {
    color: #A9B5BA;
    padding: 0px; }
    #create-account-section.disabled-section h2 span.small {
      font-size: .7em; }

#repeat-delivery-section h3 a {
  color: #00aae7; }

#repeat-delivery-section.disabled-section {
  background-color: #eaeaea;
  border: solid 1px #A9B5BA;
  box-shadow: none;
  cursor: not-allowed;
  padding-right: 0px; }
  #repeat-delivery-section.disabled-section .cursor-not-allowed {
    cursor: not-allowed; }
  #repeat-delivery-section.disabled-section h3 {
    color: #A9B5BA;
    padding: 0px; }
    #repeat-delivery-section.disabled-section h3 span.small {
      font-size: .7em; }
    #repeat-delivery-section.disabled-section h3 a {
      display: none; }

.divbox.divbox-no-border {
  border: none;
  padding: 0; }

.divbox .margin-left-none {
  margin-left: 0px; }

#openaddressDetailsLink {
  font-weight: bold;
  font-size: .8em; }

.product-shipping .order-confirm-hours {
  line-height: 1.5;
  font-size: 13px; }
  .product-shipping .order-confirm-hours .order-confirm-hours-item strong {
    margin: 0; }
  .product-shipping .order-confirm-hours .order-confirm-hours-item span {
    margin: 0; }

@media screen and (min-width: 976px) {
  .product-shipping .lsa-phone {
    color: #666666;
    cursor: default;
    font-weight: normal; }
    .product-shipping .lsa-phone :hover {
      color: #666666;
      cursor: default; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .product-shipping .lsa-phone {
    color: #666666;
    cursor: default;
    font-weight: normal; }
    .product-shipping .lsa-phone :hover {
      color: #666666;
      cursor: default; } }

.order-confirm-address p.lsa-phone a {
  color: #666666;
  font-size: inherit;
  font-weight: normal;
  text-decoration: none; }
  .order-confirm-address p.lsa-phone a:hover {
    color: #666666;
    cursor: default; }

.order-confirm-address p.lsa-map a {
  font-size: inherit;
  text-decoration: none; }
  .order-confirm-address p.lsa-map a:hover {
    text-decoration: underline; }

p.bopus-confirm-message {
  font-size: 1.3em;
  font-weight: bold;
  color: #000000; }

#repeat-delivery-select .product-available,
#repeat-delivery-select .product-low,
#repeat-delivery-select .product-none,
.local-store-availability .product-available,
.local-store-availability .product-low,
.local-store-availability .product-none,
.repeat-delivery-select_cart .product-available,
.repeat-delivery-select_cart .product-low,
.repeat-delivery-select_cart .product-none {
  font-weight: bold; }

#repeat-delivery-select .shipping-message,
.repeat-delivery-select_cart .shipping-message {
  font-size: 1em;
  font-weight: normal; }

#repeat-delivery-select .available .text,
.repeat-delivery-select_cart .available .text {
  font-size: 1em; }

#repeat-delivery-select .in_stock, #repeat-delivery-select .product-promo-text, #repeat-delivery-select .pricematch-text,
.repeat-delivery-select_cart .in_stock,
.repeat-delivery-select_cart .product-promo-text,
.repeat-delivery-select_cart .pricematch-text {
  font-size: 1em; }

#repeat-delivery-select .out_of_stock,
.repeat-delivery-select_cart .out_of_stock {
  font-size: 1em; }

#repeat-delivery-select .radio,
.repeat-delivery-select_cart .radio {
  left: 0;
  transition: all .2s; }
  #repeat-delivery-select .radio .btn,
  .repeat-delivery-select_cart .radio .btn {
    padding: 20px 10px; }
  #repeat-delivery-select .radio #add2CartBtn,
  .repeat-delivery-select_cart .radio #add2CartBtn {
    font-size: 1.125em; }
  #repeat-delivery-select .radio #addToShoppingList,
  .repeat-delivery-select_cart .radio #addToShoppingList {
    padding: 10px; }
  #repeat-delivery-select .radio .radio-top .radio-button i,
  .repeat-delivery-select_cart .radio .radio-top .radio-button i {
    margin: -5px 0px 0 0; }
  #repeat-delivery-select .radio .radio-top .radio-top-data,
  .repeat-delivery-select_cart .radio .radio-top .radio-top-data {
    margin: 0 15px 10px 30px;
    font-size: 0.8125em; }
    #repeat-delivery-select .radio .radio-top .radio-top-data .price-discount,
    #repeat-delivery-select .radio .radio-top .radio-top-data .product-price-rd-info,
    #repeat-delivery-select .radio .radio-top .radio-top-data .store-pickup-price-discount,
    .repeat-delivery-select_cart .radio .radio-top .radio-top-data .price-discount,
    .repeat-delivery-select_cart .radio .radio-top .radio-top-data .product-price-rd-info,
    .repeat-delivery-select_cart .radio .radio-top .radio-top-data .store-pickup-price-discount {
      color: #666666;
      font-weight: bold; }
  #repeat-delivery-select .radio .radio-bottom,
  .repeat-delivery-select_cart .radio .radio-bottom {
    display: none;
    margin: 0 15px 5px 30px; }
  #repeat-delivery-select .radio.rd-option .radio-bottom, #repeat-delivery-select .radio.store-pickup .radio-bottom,
  .repeat-delivery-select_cart .radio.rd-option .radio-bottom,
  .repeat-delivery-select_cart .radio.store-pickup .radio-bottom {
    margin: 0 15px 15px 30px; }
  #repeat-delivery-select .radio.rd-option .radio-top .radio-top-data .delivery-option-price .product-price-rddetail,
  .repeat-delivery-select_cart .radio.rd-option .radio-top .radio-top-data .delivery-option-price .product-price-rddetail {
    font-size: 1.0625em;
    font-weight: bold;
    color: #00aae7; }
    #repeat-delivery-select .radio.rd-option .radio-top .radio-top-data .delivery-option-price .product-price-rddetail .product-price-rdradio,
    .repeat-delivery-select_cart .radio.rd-option .radio-top .radio-top-data .delivery-option-price .product-price-rddetail .product-price-rdradio {
      font-weight: bold;
      font-size: 1.0625em; }
  #repeat-delivery-select .radio.rd-option .radio-bottom,
  .repeat-delivery-select_cart .radio.rd-option .radio-bottom {
    margin: 0 15px 15px 30px; }
  #repeat-delivery-select .radio.store-pickup .collapsible,
  .repeat-delivery-select_cart .radio.store-pickup .collapsible {
    border: 1px solid #E6E6E6;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    #repeat-delivery-select .radio.store-pickup .collapsible > div,
    .repeat-delivery-select_cart .radio.store-pickup .collapsible > div {
      opacity: 1; }
    #repeat-delivery-select .radio.store-pickup .collapsible .local-store-availability-header,
    .repeat-delivery-select_cart .radio.store-pickup .collapsible .local-store-availability-header {
      width: 100%; }
      #repeat-delivery-select .radio.store-pickup .collapsible .local-store-availability-header > span,
      #repeat-delivery-select .radio.store-pickup .collapsible .local-store-availability-header > a,
      .repeat-delivery-select_cart .radio.store-pickup .collapsible .local-store-availability-header > span,
      .repeat-delivery-select_cart .radio.store-pickup .collapsible .local-store-availability-header > a {
        padding: 5px; }
      #repeat-delivery-select .radio.store-pickup .collapsible .local-store-availability-header > a,
      .repeat-delivery-select_cart .radio.store-pickup .collapsible .local-store-availability-header > a {
        float: right; }
      #repeat-delivery-select .radio.store-pickup .collapsible .local-store-availability-header .lsa-location,
      .repeat-delivery-select_cart .radio.store-pickup .collapsible .local-store-availability-header .lsa-location {
        position: relative;
        top: -6px;
        max-width: 60%; }
      #repeat-delivery-select .radio.store-pickup .collapsible .local-store-availability-header .collapse-change-store,
      .repeat-delivery-select_cart .radio.store-pickup .collapsible .local-store-availability-header .collapse-change-store {
        float: right;
        position: relative;
        top: -6px; }
    #repeat-delivery-select .radio.store-pickup .collapsible .local-store-availability-body,
    .repeat-delivery-select_cart .radio.store-pickup .collapsible .local-store-availability-body {
      padding: 0 5px; }
    #repeat-delivery-select .radio.store-pickup .collapsible.half,
    .repeat-delivery-select_cart .radio.store-pickup .collapsible.half {
      max-height: 23px; }
    #repeat-delivery-select .radio.store-pickup .collapsible.open .local-store-availability-header > span,
    #repeat-delivery-select .radio.store-pickup .collapsible.open .local-store-availability-header > a,
    .repeat-delivery-select_cart .radio.store-pickup .collapsible.open .local-store-availability-header > span,
    .repeat-delivery-select_cart .radio.store-pickup .collapsible.open .local-store-availability-header > a {
      padding: 5px 5px 0px; }
    #repeat-delivery-select .radio.store-pickup .collapsible.open .local-store-availability-body,
    .repeat-delivery-select_cart .radio.store-pickup .collapsible.open .local-store-availability-body {
      position: relative;
      top: -6px; }
  #repeat-delivery-select .radio.selected,
  .repeat-delivery-select_cart .radio.selected {
    width: 105%;
    left: -2.5%;
    box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.1);
    transition: all .2s; }
    #repeat-delivery-select .radio.selected.rd-option .rd-logo,
    .repeat-delivery-select_cart .radio.selected.rd-option .rd-logo {
      margin-left: 0px;
      margin-bottom: 5px;
      transform: scale(1);
      position: relative;
      top: 4px; }
    #repeat-delivery-select .radio.selected .radio-top label .delivery-option-header,
    .repeat-delivery-select_cart .radio.selected .radio-top label .delivery-option-header {
      font-size: 1.15em; }
    #repeat-delivery-select .radio.selected .radio-bottom,
    .repeat-delivery-select_cart .radio.selected .radio-bottom {
      display: block; }
    #repeat-delivery-select .radio.selected .collapsible .local-store-availability-header .collapse-change-store,
    .repeat-delivery-select_cart .radio.selected .collapsible .local-store-availability-header .collapse-change-store {
      display: none; }
    #repeat-delivery-select .radio.selected .collapsible .local-store-availability-header .lsa-location,
    .repeat-delivery-select_cart .radio.selected .collapsible .local-store-availability-header .lsa-location {
      max-width: 100%; }

#rdAddonPriceDiv .product-price-rd-info {
  font-size: 1.0625em; }

#rdAddonPriceDiv .product-price-rdradio {
  font-size: 1.15em !important; }

#bopusSelectEnabledBopusAttrOn .local-store-availability-header {
  float: left; }

#bopusSelectEnabledBopusAttrOn .local-store-availability-body {
  clear: both; }

.local-store-availability .local-store-availability-header {
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .local-store-availability .local-store-availability-header span {
    padding: 7px 15px; }
  .local-store-availability .local-store-availability-header .lsa-location, .local-store-availability .local-store-availability-header .collapse-change-store {
    font-weight: bold;
    color: #000000;
    display: inline-block; }
  .local-store-availability .local-store-availability-header .local-store-availability-header {
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .local-store-availability .local-store-availability-header .local-store-availability-header span {
      padding: 7px 15px; }

.local-store-availability .local-store-availability-body {
  padding: 5px 15px 15px; }
  .local-store-availability .local-store-availability-body #bopis-store-info > p,
  .local-store-availability .local-store-availability-body #spc-bopus-store-info > p,
  .local-store-availability .local-store-availability-body #bopis-store-info > a,
  .local-store-availability .local-store-availability-body #spc-bopus-store-info > a,
  .local-store-availability .local-store-availability-body #select-store-link > p,
  .local-store-availability .local-store-availability-body #select-store-link > a {
    line-height: 1.4;
    font-size: 0.75em; }
  .local-store-availability .local-store-availability-body .lsa-location, .local-store-availability .local-store-availability-body .collapse-change-store {
    font-weight: bold;
    color: #000000;
    display: inline-block; }
  .local-store-availability .local-store-availability-body .lsa-hours {
    font-weight: normal; }
  .local-store-availability .local-store-availability-body .lsa-change {
    font-weight: bold;
    position: absolute;
    right: 14px;
    bottom: 15px; }

#store-pickup-dropdown .local-store-availability .local-store-availability-header, [id^="store-pickup-dropdown"] .local-store-availability .local-store-availability-header, .store-pickup .local-store-availability .local-store-availability-header {
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  #store-pickup-dropdown .local-store-availability .local-store-availability-header span, [id^="store-pickup-dropdown"] .local-store-availability .local-store-availability-header span, .store-pickup .local-store-availability .local-store-availability-header span {
    padding: 7px 15px; }
  #store-pickup-dropdown .local-store-availability .local-store-availability-header .lsa-location, #store-pickup-dropdown .local-store-availability .local-store-availability-header .collapse-change-store, [id^="store-pickup-dropdown"] .local-store-availability .local-store-availability-header .lsa-location, [id^="store-pickup-dropdown"] .local-store-availability .local-store-availability-header .collapse-change-store, .store-pickup .local-store-availability .local-store-availability-header .lsa-location, .store-pickup .local-store-availability .local-store-availability-header .collapse-change-store {
    font-weight: bold;
    color: #000000;
    display: inline-block; }
  #store-pickup-dropdown .local-store-availability .local-store-availability-header .local-store-availability-header, [id^="store-pickup-dropdown"] .local-store-availability .local-store-availability-header .local-store-availability-header, .store-pickup .local-store-availability .local-store-availability-header .local-store-availability-header {
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    #store-pickup-dropdown .local-store-availability .local-store-availability-header .local-store-availability-header span, [id^="store-pickup-dropdown"] .local-store-availability .local-store-availability-header .local-store-availability-header span, .store-pickup .local-store-availability .local-store-availability-header .local-store-availability-header span {
      padding: 7px 15px; }

#store-pickup-dropdown .local-store-availability .lsa-location, #store-pickup-dropdown .local-store-availability .collapse-change-store, [id^="store-pickup-dropdown"] .local-store-availability .lsa-location, [id^="store-pickup-dropdown"] .local-store-availability .collapse-change-store, .store-pickup .local-store-availability .lsa-location, .store-pickup .local-store-availability .collapse-change-store {
  font-weight: bold;
  color: #000000;
  display: inline-block; }

#store-pickup-dropdown .local-store-availability .lsa-hours, [id^="store-pickup-dropdown"] .local-store-availability .lsa-hours, .store-pickup .local-store-availability .lsa-hours {
  font-weight: normal; }

#store-pickup-dropdown .local-store-availability .lsa-change, [id^="store-pickup-dropdown"] .local-store-availability .lsa-change, .store-pickup .local-store-availability .lsa-change {
  font-weight: bold;
  position: absolute;
  right: 9px;
  bottom: 5px; }

.pdp-product-top {
  display: flex;
  flex-flow: column;
  padding: 0 4%; }
  .pdp-product-top h1 {
    font-size: 1.25em;
    line-height: 1.25em;
    padding: 0; }
  @media screen and (min-width: 976px) {
    .pdp-product-top {
      display: block;
      padding: 0;
      margin-top: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .pdp-product-top {
      display: block;
      padding: 0;
      margin-top: 20px; } }
  .pdp-product-top .pdp-product-info-mobile {
    order: 1; }
  .pdp-product-top .pdp-product-left {
    order: 2; }
  .pdp-product-top .pdp-product-right {
    order: 3; }
  .pdp-product-top .pdp-product-info {
    order: 1; }
  .pdp-product-top .personalize-option {
    order: 2; }
  .pdp-product-top .repeat-delivery-select {
    order: 2; }
  .pdp-product-top #pdp-persistent-placeholder {
    order: 3; }

@media screen and (min-width: 976px) {
  .pdp-product-left {
    width: 34%;
    float: left; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .pdp-product-left {
    width: 34%;
    float: left; } }

.pdp-product-images {
  border: 1px solid #D4DADC;
  position: relative;
  margin-bottom: 40px;
  padding-top: 20px; }
  @media screen and (min-width: 976px) {
    .pdp-product-images {
      padding: 0;
      border: 0; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .pdp-product-images {
      padding: 0;
      border: 0; } }

#overlay {
  background-repeat: no-repeat;
  background-color: white;
  width: 340px;
  height: 409px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 105%;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0.2s; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #overlay {
      display: none; } }
  @media screen and (max-width: 420px) {
    #overlay {
      display: none; } }
  #overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 100; }

.pdp-product-image {
  width: auto;
  float: none;
  margin: 0; }
  @media screen and (min-width: 976px) {
    .pdp-product-image {
      border: 1px solid #D4DADC; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .pdp-product-image {
      border: 1px solid #D4DADC; } }
  .pdp-product-image img {
    display: block;
    max-width: 100%;
    margin: auto; }

#thumbnail-slider {
  width: 100%;
  clear: both;
  position: relative; }

.thumbnail-arrow {
  display: block;
  position: relative;
  height: 65px;
  width: 35px; }
  .thumbnail-arrow:before {
    content: '';
    background-image: url("../img/spritesheet.png");
    position: absolute;
    width: 100%;
    height: 100%; }
  .thumbnail-arrow.disable {
    cursor: default;
    opacity: 0.3; }
  .inactive .thumbnail-arrow {
    display: none; }

.page-prev {
  position: absolute;
  left: 0;
  top: 0; }
  .page-prev:before {
    background-position: -70px -100px;
    transform: rotate(180deg); }

.page-next {
  position: absolute;
  right: 0;
  top: 0; }
  .page-next:before {
    background-position: -70px -100px; }

.img-thumbs {
  position: relative;
  overflow: hidden;
  height: 75px;
  width: 300px;
  margin: auto; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .img-thumbs {
      display: none; } }
  @media screen and (max-width: 420px) {
    .img-thumbs {
      display: none; } }

#imageRow {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  font-size: 0; }
  .inactive #imageRow {
    top: 50%;
    transform: translateY(-50%); }

.imgContainer {
  overflow: hidden;
  display: inline-block; }

.pdpthumb {
  cursor: pointer;
  border: 1px solid #D4DADC;
  box-sizing: border-box;
  transition: 0.25s;
  height: 63px;
  width: 63px;
  margin: 10px 6px 0; }
  .pdpthumb:hover {
    border-color: #8E9DA2; }
  .pdpthumb.thumb-active {
    border: 2px solid #00aae7; }
  .pdpthumb a {
    display: block;
    text-align: center;
    white-space: nowrap;
    height: 100%; }
    .pdpthumb a:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
  .pdpthumb img {
    vertical-align: middle; }

.product-image_zoom {
  clear: both;
  text-align: center;
  font-size: 0.8125em;
  color: #A9B5BA;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .product-image_zoom {
      display: none; } }
  @media screen and (max-width: 420px) {
    .product-image_zoom {
      display: none; } }
  .product-image_zoom:before {
    content: "";
    display: inline-block;
    height: 18px;
    width: 25px;
    background-image: url("../img/spritesheet.png");
    background-position: -96px -31px;
    background-size: 500px;
    opacity: 0.5; }

.modal {
  display: none; }

#add-to-controls .btn, .add-to-controls-cpy .btn {
  font-size: 1.25em;
  padding: 20px 0; }

#add-to-controls .add-once, .add-to-controls-cpy .add-once {
  padding: 6px 0 5px; }

#add-to-controls .rd-logo-white, .add-to-controls-cpy .rd-logo-white {
  font-size: 0.65em; }
  #add-to-controls .rd-logo-white:after, .add-to-controls-cpy .rd-logo-white:after {
    content: url("../img/RD_logo_white.png");
    display: block; }

#add-to-controls .notify-available, .add-to-controls-cpy .notify-available {
  font-size: 1.25em;
  line-height: 1em;
  padding: 13px 0 15px; }
  #add-to-controls .notify-available span, .add-to-controls-cpy .notify-available span {
    display: block;
    font-size: 0.75em;
    margin-top: 5px; }

#add-to-controls #addToShoppingList, .add-to-controls-cpy #addToShoppingList {
  font-size: 0.9375em; }

.product-availability {
  border-top: 1px solid #D4DADC;
  padding: 18px 0 0;
  overflow: hidden;
  margin-top: 18px; }
  @media screen and (min-width: 976px) {
    .product-availability {
      padding: 24px 0 0;
      margin-top: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .product-availability {
      padding: 24px 0 0;
      margin-top: 24px; } }

.rd-logo {
  width: 120px;
  margin: 0 5px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(../img/repeat-delivery-logo.png);
  display: inline-block;
  background-size: contain;
  text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden; }

.product-price-rd span {
  vertical-align: middle; }

#inStoreMessaging {
  display: none; }
  #inStoreMessaging .notice-box {
    margin-top: 0;
    padding: 10px 20px; }
  #inStoreMessaging .btn {
    font-size: 1.25em;
    padding: 20px 0;
    margin-bottom: 20px; }

.shipping-message {
  display: inline;
  font-size: 0.975em;
  color: #666666; }

.available {
  float: left;
  margin-right: 5px; }
  .available.pdp-promotion {
    float: none; }
  .available .text {
    font-size: 0.8125em;
    color: #666666; }

.availability-icon, .checkmark-icon {
  display: block;
  float: left;
  height: 15px;
  width: 15px;
  margin: 2px 5px 0 0; }
  .availability-icon img, .checkmark-icon img {
    display: block;
    max-width: 100%; }

.in_stock, .product-promo-text, .pricematch-text {
  color: #46c126;
  font-weight: bold;
  font-size: 0.8125em;
  line-height: 1.53846em; }

.out_of_stock {
  color: #ee3524;
  font-weight: bold;
  font-size: 0.8125em; }

#PriceMatchGuarantee a {
  font-size: 0.8125em;
  line-height: 1.53846em; }

.pdp-product-info-mobile {
  padding: 15px 0 15px 0;
  margin-bottom: 20px; }

@media screen and (min-width: 976px) {
  .pdp-product-details {
    overflow: hidden;
    float: right;
    width: 56%; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .pdp-product-details {
    overflow: hidden;
    float: right;
    width: 56%; } }

.pdp-product-right {
  display: flex;
  flex-flow: column; }
  @media screen and (min-width: 976px) {
    .pdp-product-right {
      display: block;
      width: 65%;
      float: right; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .pdp-product-right {
      display: block;
      width: 65%;
      float: right; } }

.pdp-product-info {
  border-bottom: 1px solid #D4DADC;
  margin-bottom: 20px;
  padding-bottom: 15px; }

.product-name-full {
  height: auto; }

.product-brand {
  font-size: 0.8125em;
  line-height: 1.38462em; }

@media screen and (min-width: 976px) {
  .pdp-product-attributes, .pdp-product-features {
    width: 43%; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .pdp-product-attributes, .pdp-product-features {
    width: 43%; } }

.pdp-product-attributes .form-group, .pdp-product-features .form-group {
  border: 1px solid #8E9DA2;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 99%; }
  .pdp-product-attributes .form-group label, .pdp-product-features .form-group label {
    text-align: center;
    font-size: 0.9375em;
    color: #333333;
    height: 43px;
    line-height: 43px;
    margin: 0;
    width: 20%; }
  .pdp-product-attributes .form-group.qty-group, .pdp-product-features .form-group.qty-group {
    display: inline-block; }
    .pdp-product-attributes .form-group.qty-group input, .pdp-product-features .form-group.qty-group input {
      width: 26.66%;
      -webkit-appearance: none; }
      .pdp-product-attributes .form-group.qty-group input.form-control, .pdp-product-features .form-group.qty-group input.form-control {
        background-color: rgba(244, 246, 246, 0.4); }
      .pdp-product-attributes .form-group.qty-group input.qty-plus, .pdp-product-features .form-group.qty-group input.qty-plus {
        border-left: 1px solid #D4DADC; }
      .pdp-product-attributes .form-group.qty-group input.qty-minus, .pdp-product-features .form-group.qty-group input.qty-minus {
        border-radius: 0; }
  .pdp-product-attributes .form-group select, .pdp-product-attributes .form-group input, .pdp-product-features .form-group select, .pdp-product-features .form-group input {
    border: 0;
    border-left: 1px solid #D4DADC;
    background-color: transparent;
    border-radius: 0 5px 5px 0;
    padding: 11px 15px;
    width: 80%; }
  .pdp-product-attributes .form-group.has-error, .pdp-product-features .form-group.has-error {
    border: 0; }
    .pdp-product-attributes .form-group.has-error span, .pdp-product-features .form-group.has-error span {
      color: #ee3524; }

.pdp-product-info .price-display {
  margin-top: 20px; }

.pdp-product-info .product-rating {
  margin: 5px 0 20px 0px; }

.pdp-product-info .product-price-promo {
  color: #333333;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.25em; }

.pdp-product-info .product-price-save {
  color: #666666;
  font-size: 0.8125em; }

.pdp-product-info .product-price-crossout {
  color: #666666;
  font-size: 0.8125em;
  text-decoration: line-through;
  padding: 0 2px; }

.pdp-product-info .product-price-rd {
  font-size: 0.8125em;
  color: #666666; }

.pdp-product-info .product-price-banner {
  display: inline-block;
  margin: 0 5px; }
  .pdp-product-info .product-price-banner img {
    height: 15px;
    margin-bottom: -3px; }

.pdp-product-info .product-price-rddetail {
  color: #00aae7;
  font-size: 1.53846em;
  font-weight: bold;
  line-height: 1.25em; }

.repeat-delivery-select {
  margin: 0 0 20px 0;
  width: 100%;
  box-sizing: border-box; }
  @media screen and (min-width: 976px) {
    .repeat-delivery-select {
      padding: 0;
      margin: 0 10px 0 0; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .repeat-delivery-select {
      padding: 0;
      margin: 0 10px 0 0; } }
  .repeat-delivery-select .radio-top label {
    float: none;
    font-size: 0.9375em;
    line-height: 1.33333em;
    color: #333333;
    cursor: pointer;
    display: block;
    padding: 5px 10px 0;
    margin-bottom: 0; }
  .repeat-delivery-select i {
    cursor: pointer; }
  .repeat-delivery-select .radio {
    border: 1px solid #D4DADC;
    margin-top: -1px;
    position: relative; }
    .repeat-delivery-select .radio a.rd-help {
      position: absolute;
      top: 30px;
      right: 5px; }
  .repeat-delivery-select .selected-option-box {
    margin: -4px;
    margin-bottom: 0px;
    margin-top: 0px; }
  .repeat-delivery-select .rd-option + .radio {
    margin-top: 0; }
  .repeat-delivery-select .rd-option .rd-logo {
    vertical-align: bottom; }
  .repeat-delivery-select .rd-option .best-price {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    background: #00aae7;
    font-size: 0.75em;
    padding: 0 5px; }
  .repeat-delivery-select .rd-next {
    font-size: 0.86667em;
    line-height: 16px;
    display: block; }
    .repeat-delivery-select .rd-next span {
      display: block; }
  .repeat-delivery-select .rd-select-price {
    font-weight: normal;
    color: #666666;
    box-sizing: border-box; }
    .repeat-delivery-select .rd-select-price strong {
      font-size: 1.17em;
      color: #333333; }
    .repeat-delivery-select .rd-select-price .product-price-rdradio {
      font-size: 1.15385em;
      font-weight: bold;
      color: #00aae7; }
  .repeat-delivery-select .repeat-control-label {
    font-size: 0.8125em;
    color: #333333;
    line-height: 1.53846em; }
  .repeat-delivery-select .select-style {
    width: 99%;
    margin: 0 auto 10px;
    display: block; }

#add_on_rd_option .btn-default, #add_on_rd_conf .btn-default {
  display: block;
  background-color: transparent;
  color: #00aae7; }

#add_on_rd_option .rd-date, #add_on_rd_conf .rd-date {
  font-size: 20px; }

#add_on_rd_option .modal-dialog, #add_on_rd_conf .modal-dialog {
  box-sizing: border-box;
  padding: 64px 20px 52px;
  width: 90%;
  max-width: 600px;
  max-height: 90%;
  overflow: auto; }
  @media screen and (min-width: 976px) {
    #add_on_rd_option .modal-dialog, #add_on_rd_conf .modal-dialog {
      width: 600px;
      padding: 64px 85px 52px; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    #add_on_rd_option .modal-dialog, #add_on_rd_conf .modal-dialog {
      width: 600px;
      padding: 64px 85px 52px; } }
  #add_on_rd_option .modal-dialog .btn-primary, #add_on_rd_conf .modal-dialog .btn-primary {
    width: 100%; }

#add_on_rd_option .modal-body, #add_on_rd_conf .modal-body {
  display: table; }
  #add_on_rd_option .modal-body .message, #add_on_rd_conf .modal-body .message {
    text-align: center;
    margin-bottom: 30px;
    color: #333333; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #add_on_rd_option .modal-body .row, #add_on_rd_conf .modal-body .row {
      margin-bottom: 10px; } }
  @media screen and (max-width: 420px) {
    #add_on_rd_option .modal-body .row, #add_on_rd_conf .modal-body .row {
      margin-bottom: 10px; } }
  #add_on_rd_option .modal-body .col-1-sm, #add_on_rd_option .modal-body .col-11-sm, #add_on_rd_conf .modal-body .col-1-sm, #add_on_rd_conf .modal-body .col-11-sm {
    display: table-cell;
    vertical-align: middle;
    float: none; }
  #add_on_rd_option .modal-body label, #add_on_rd_conf .modal-body label {
    font-weight: normal; }
    #add_on_rd_option .modal-body label p, #add_on_rd_conf .modal-body label p {
      overflow: hidden;
      float: left;
      padding-left: 10px;
      width: 75%;
      box-sizing: border-box; }

#addRepeatDelivery {
  clear: both; }

#repeat-delivery-add-on:checked ~ #addRepeatDelivery {
  display: block; }

.personalize-option {
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box; }
  @media screen and (min-width: 976px) {
    .personalize-option {
      width: 30%;
      padding: 0; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .personalize-option {
      width: 30%;
      padding: 0; } }
  .personalize-option h5 {
    font-weight: bold;
    font-size: 0.9375em;
    line-height: 1.33333em;
    padding-bottom: 10px;
    color: #333333; }
  .personalize-option .personalize-table {
    display: table;
    margin-bottom: 30px;
    width: 100%; }
  .personalize-option .radio {
    display: table-cell;
    width: 50%;
    border: 1px solid #D4DADC;
    overflow: hidden;
    box-sizing: border-box;
    padding: 8px 10px 7px; }
    .personalize-option .radio + .radio {
      border-left-color: #ffffff; }
  .personalize-option label {
    float: none;
    font-size: 0.8125em;
    line-height: 1.38462em;
    color: #333333;
    cursor: pointer;
    display: block;
    margin-bottom: 0; }
    .personalize-option label span {
      color: #666666;
      font-weight: normal; }

.detail-tabs {
  text-align: center;
  padding: 50px 0; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .detail-tabs {
      display: flex;
      flex-flow: column;
      padding: 0; }
      .detail-tabs [id*="attrGroupDesc"] {
        order: 1; }
      .detail-tabs [class*="attrGroupDesc"] {
        order: 2; }
      .detail-tabs [id*="directionsDisp_"] {
        order: 3; }
      .detail-tabs [class*="directionsDisp_"] {
        order: 4; }
      .detail-tabs [id*="attrGroupSpec_"] {
        order: 5; }
      .detail-tabs [class*="attrGroupSpec_"] {
        order: 6; }
      .detail-tabs [id*="ingredientsDisp_"] {
        order: 7; }
      .detail-tabs [class*="ingredientsDisp_"] {
        order: 8; }
      .detail-tabs [id*="warrantyDisp_"] {
        order: 9; }
      .detail-tabs [class*="warrantyDisp_"] {
        order: 10; }
      .detail-tabs [id*="additionalContentDisp_"] {
        order: 11; }
      .detail-tabs [class*="additionalContentDisp_"] {
        order: 12; }
      .detail-tabs #customerReviews {
        order: 13; }
      .detail-tabs #customerQuestions {
        order: 14; } }
  @media screen and (max-width: 420px) {
    .detail-tabs {
      display: flex;
      flex-flow: column;
      padding: 0; }
      .detail-tabs [id*="attrGroupDesc"] {
        order: 1; }
      .detail-tabs [class*="attrGroupDesc"] {
        order: 2; }
      .detail-tabs [id*="directionsDisp_"] {
        order: 3; }
      .detail-tabs [class*="directionsDisp_"] {
        order: 4; }
      .detail-tabs [id*="attrGroupSpec_"] {
        order: 5; }
      .detail-tabs [class*="attrGroupSpec_"] {
        order: 6; }
      .detail-tabs [id*="ingredientsDisp_"] {
        order: 7; }
      .detail-tabs [class*="ingredientsDisp_"] {
        order: 8; }
      .detail-tabs [id*="warrantyDisp_"] {
        order: 9; }
      .detail-tabs [class*="warrantyDisp_"] {
        order: 10; }
      .detail-tabs [id*="additionalContentDisp_"] {
        order: 11; }
      .detail-tabs [class*="additionalContentDisp_"] {
        order: 12; }
      .detail-tabs #customerReviews {
        order: 13; }
      .detail-tabs #customerQuestions {
        order: 14; } }
  .detail-tabs .panel-heading {
    border-top: 1px solid #D4DADC;
    border-bottom: 1px solid #D4DADC;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    margin: -1px 0 0 0;
    padding: 13px 20px 12px;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 10; }
    .detail-tabs .panel-heading h2, .detail-tabs .panel-heading h3 {
      color: #00aae7;
      font-size: 0.9375em;
      font-weight: bold; }
    .detail-tabs .panel-heading:after {
      content: '';
      background-image: url("../img/spritesheet.png");
      background-position: -282px -105px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 20px; }
    .detail-tabs .panel-heading.selected:after {
      background-position: -140px -105px; }
    .detail-tabs .panel-heading.active {
      display: block; }
    @media screen and (min-width: 976px) {
      .detail-tabs .panel-heading {
        border: 2px solid #ffffff;
        border-radius: 5px;
        margin: 0 10px;
        transition: 0.3s;
        padding: 0 17px;
        text-align: center;
        max-width: 200px;
        height: 50px; }
        .detail-tabs .panel-heading h2, .detail-tabs .panel-heading h3 {
          line-height: 1.2em;
          display: table-cell;
          vertical-align: middle; }
        .detail-tabs .panel-heading:after {
          display: none; }
        .detail-tabs .panel-heading:hover h3, .detail-tabs .panel-heading h3:hover, .detail-tabs .panel-heading:hover h2, .detail-tabs .panel-heading h2:hover {
          color: #0084b4; }
        .detail-tabs .panel-heading.active {
          display: inline-table;
          width: auto;
          vertical-align: middle; }
        .detail-tabs .panel-heading.selected {
          border: 2px solid #00aae7; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      .detail-tabs .panel-heading {
        border: 2px solid #ffffff;
        border-radius: 5px;
        margin: 0 10px;
        transition: 0.3s;
        padding: 0 17px;
        text-align: center;
        max-width: 200px;
        height: 50px; }
        .detail-tabs .panel-heading h2, .detail-tabs .panel-heading h3 {
          line-height: 1.2em;
          display: table-cell;
          vertical-align: middle; }
        .detail-tabs .panel-heading:after {
          display: none; }
        .detail-tabs .panel-heading:hover h3, .detail-tabs .panel-heading h3:hover, .detail-tabs .panel-heading:hover h2, .detail-tabs .panel-heading h2:hover {
          color: #0084b4; }
        .detail-tabs .panel-heading.active {
          display: inline-table;
          width: auto;
          vertical-align: middle; }
        .detail-tabs .panel-heading.selected {
          border: 2px solid #00aae7; } }
  .detail-tabs ul {
    margin-left: 20px; }
  .detail-tabs p, .detail-tabs ul, .detail-tabs span {
    color: #666666;
    font-size: 0.9375em; }
  .detail-tabs .panel-default {
    max-height: 0;
    opacity: 0;
    overflow: hidden; }
    .detail-tabs .panel-default > div {
      text-align: left; }
      @media screen and (min-width: 976px) {
        .detail-tabs .panel-default > div {
          padding: 63px 0 0 0; } }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        .detail-tabs .panel-default > div {
          padding: 63px 0 0 0; } }
    .detail-tabs .panel-default.open {
      transition: opacity 0.4s;
      max-height: 100%;
      opacity: 1; }
      .detail-tabs .panel-default.open > div {
        padding: 20px; }

@media screen and (min-width: 976px) {
  .product-description {
    width: 66%;
    float: left; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .product-description {
    width: 66%;
    float: left; } }

.product-description-attributes {
  margin-top: 20px; }
  @media screen and (min-width: 976px) {
    .product-description-attributes {
      width: 34%;
      float: right;
      margin: 0; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .product-description-attributes {
      width: 34%;
      float: right;
      margin: 0; } }

ul.product-attributes-table {
  margin: 0; }
  ul.product-attributes-table li {
    list-style: none;
    border-bottom: 1px solid #D4DADC; }
    ul.product-attributes-table li:first-child {
      border-top: 1px solid #D4DADC; }
    ul.product-attributes-table li:nth-child(2n+1) {
      background-color: rgba(233, 236, 237, 0.5); }
    ul.product-attributes-table li span {
      box-sizing: border-box;
      display: inline-block;
      padding: 9px 11px; }
    ul.product-attributes-table li .key {
      color: #333333;
      width: 40%;
      font-weight: bold; }
    ul.product-attributes-table li .value {
      width: 60%; }

[id*="modal-rxmedicine"] .help-block {
  font-size: 0.8125em;
  color: #8E9DA2;
  margin-left: 5px;
  display: block;
  float: left; }

[id*="modal-rxmedicine"] .has-error {
  border: 0; }
  [id*="modal-rxmedicine"] .has-error .help-block {
    color: #ee3524; }

#notifyMeSuccess, #notifyMe, [id*="modal-Personalization"], #add_on_rd_option, #add_on_rd_conf {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1999;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0; }
  @media screen and (min-width: 976px) {
    #notifyMeSuccess, #notifyMe, [id*="modal-Personalization"], #add_on_rd_option, #add_on_rd_conf {
      max-height: none;
      max-width: none; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    #notifyMeSuccess, #notifyMe, [id*="modal-Personalization"], #add_on_rd_option, #add_on_rd_conf {
      max-height: none;
      max-width: none; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #notifyMeSuccess, #notifyMe, [id*="modal-Personalization"], #add_on_rd_option, #add_on_rd_conf {
      max-height: 100%; } }
  @media screen and (max-width: 420px) {
    #notifyMeSuccess, #notifyMe, [id*="modal-Personalization"], #add_on_rd_option, #add_on_rd_conf {
      max-height: 100%; } }
  #notifyMeSuccess .popup-container, #notifyMe .popup-container, [id*="modal-Personalization"] .popup-container, #add_on_rd_option .popup-container, #add_on_rd_conf .popup-container {
    position: fixed;
    background-color: #ffffff;
    padding: 64px 20px 40px;
    box-sizing: border-box;
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.18);
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    max-width: 420px;
    max-height: 100%;
    overflow: auto; }
    @media screen and (min-width: 976px) {
      #notifyMeSuccess .popup-container, #notifyMe .popup-container, [id*="modal-Personalization"] .popup-container, #add_on_rd_option .popup-container, #add_on_rd_conf .popup-container {
        max-width: 540px; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      #notifyMeSuccess .popup-container, #notifyMe .popup-container, [id*="modal-Personalization"] .popup-container, #add_on_rd_option .popup-container, #add_on_rd_conf .popup-container {
        max-width: 540px; } }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      #notifyMeSuccess .popup-container, #notifyMe .popup-container, [id*="modal-Personalization"] .popup-container, #add_on_rd_option .popup-container, #add_on_rd_conf .popup-container {
        max-width: 91%; } }
    @media screen and (max-width: 420px) {
      #notifyMeSuccess .popup-container, #notifyMe .popup-container, [id*="modal-Personalization"] .popup-container, #add_on_rd_option .popup-container, #add_on_rd_conf .popup-container {
        max-width: 91%; } }
    #notifyMeSuccess .popup-container form, #notifyMe .popup-container form, [id*="modal-Personalization"] .popup-container form, #add_on_rd_option .popup-container form, #add_on_rd_conf .popup-container form {
      width: 100%; }
  #notifyMeSuccess .close, #notifyMe .close, [id*="modal-Personalization"] .close, #add_on_rd_option .close, #add_on_rd_conf .close {
    display: block;
    background-image: url("../img/spritesheet.png");
    background-position: -540px -588px;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
  #notifyMeSuccess h3, #notifyMe h3, [id*="modal-Personalization"] h3, #add_on_rd_option h3, #add_on_rd_conf h3 {
    font-weight: bold;
    font-size: 1.5625em;
    line-height: 1.2em;
    text-align: center; }
  #notifyMeSuccess label, #notifyMe label, [id*="modal-Personalization"] label, #add_on_rd_option label, #add_on_rd_conf label {
    margin: 0 0 5px 0; }
  #notifyMeSuccess .help-block, #notifyMe .help-block, [id*="modal-Personalization"] .help-block, #add_on_rd_option .help-block, #add_on_rd_conf .help-block {
    font-size: 0.8125em;
    color: #8E9DA2;
    margin-left: 5px;
    display: block;
    float: left; }
  #notifyMeSuccess .has-error, #notifyMe .has-error, [id*="modal-Personalization"] .has-error, #add_on_rd_option .has-error, #add_on_rd_conf .has-error {
    border: 0; }
    #notifyMeSuccess .has-error .help-block, #notifyMe .has-error .help-block, [id*="modal-Personalization"] .has-error .help-block, #add_on_rd_option .has-error .help-block, #add_on_rd_conf .has-error .help-block {
      color: #ee3524; }
  #notifyMeSuccess #notifyCaptcha div, #notifyMe #notifyCaptcha div, [id*="modal-Personalization"] #notifyCaptcha div, #add_on_rd_option #notifyCaptcha div, #add_on_rd_conf #notifyCaptcha div {
    margin: 20px auto; }
  #notifyMeSuccess #notifyCaptchaError span, #notifyMe #notifyCaptchaError span, [id*="modal-Personalization"] #notifyCaptchaError span, #add_on_rd_option #notifyCaptchaError span, #add_on_rd_conf #notifyCaptchaError span {
    color: #ee3524;
    text-align: center;
    float: none; }
  #notifyMeSuccess .submit-row, #notifyMe .submit-row, [id*="modal-Personalization"] .submit-row, #add_on_rd_option .submit-row, #add_on_rd_conf .submit-row {
    margin-top: 20px; }
  #notifyMeSuccess .checkbox.col-center, #notifyMe .checkbox.col-center, [id*="modal-Personalization"] .checkbox.col-center, #add_on_rd_option .checkbox.col-center, #add_on_rd_conf .checkbox.col-center {
    clear: both;
    overflow: hidden;
    text-align: center; }

[id*="modal-Personalization"], [id*="modal-rxmedicine"] {
  bottom: unset; }
  [id*="modal-Personalization"] h3, [id*="modal-rxmedicine"] h3 {
    font-weight: bold;
    font-size: 1.5625em;
    line-height: 1.2em;
    text-align: center; }
  [id*="modal-Personalization"] .personalizationCheckBox, [id*="modal-rxmedicine"] .personalizationCheckBox {
    width: 15px;
    height: 15px; }
  [id*="modal-Personalization"] label, [id*="modal-rxmedicine"] label {
    margin: 0 0 5px 0; }
  [id*="modal-Personalization"] .help-block, [id*="modal-rxmedicine"] .help-block {
    font-size: 0.8125em;
    color: #8E9DA2;
    margin-left: 5px;
    display: block;
    float: left; }

#personalizePaging {
  color: #8E9DA2;
  font-size: 0.875em;
  line-height: 1.78571em;
  text-align: center; }
  #personalizePaging a {
    display: block; }
    #personalizePaging a.prev {
      float: left; }
    #personalizePaging a.next {
      float: right; }
  #personalizePaging .prev span {
    background-image: url("../img/spritesheet.png");
    background-position: 9px -119px;
    display: inline-block;
    height: 25px;
    width: 25px; }
  #personalizePaging .prev.disabled span {
    transform: rotate(180deg);
    background-position: -62px -119px; }
  #personalizePaging .next span {
    background-image: url("../img/spritesheet.png");
    background-position: 9px -119px;
    display: inline-block;
    height: 25px;
    width: 25px;
    transform: rotate(180deg); }
  #personalizePaging .next.disabled span {
    background-position: -62px -119px;
    transform: rotate(0deg); }

.shipping-message {
  display: none; }

.pdp-fixed-product-info {
  display: none; }

#pdp-persistent-container {
  width: 100%;
  order: 6; }
  #pdp-persistent-container #pdp-persistent-mobile-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    #pdp-persistent-container #pdp-persistent-mobile-overlay.clicked {
      display: none; }
  @media screen and (min-width: 976px) {
    #pdp-persistent-container {
      top: -100px;
      transition: top 0.5s; }
      #pdp-persistent-container #pdp-persistent-mobile-overlay {
        display: none; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    #pdp-persistent-container {
      top: -100px;
      transition: top 0.5s; }
      #pdp-persistent-container #pdp-persistent-mobile-overlay {
        display: none; } }
  #pdp-persistent-container .pdp-product-features,
  #pdp-persistent-container .pdp-product-attributes {
    width: 100%; }
  #pdp-persistent-container.fixed {
    display: block;
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 988; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      #pdp-persistent-container.fixed {
        top: auto;
        bottom: 0;
        box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1); }
        #pdp-persistent-container.fixed.fixed-to-footer {
          position: absolute;
          bottom: auto; } }
    @media screen and (max-width: 420px) {
      #pdp-persistent-container.fixed {
        top: auto;
        bottom: 0;
        box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1); }
        #pdp-persistent-container.fixed.fixed-to-footer {
          position: absolute;
          bottom: auto; } }
    @media screen and (min-width: 976px) {
      #pdp-persistent-container.fixed {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        top: 52px; }
        #pdp-persistent-container.fixed #findInStoreBtn {
          width: 46%;
          float: right; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      #pdp-persistent-container.fixed {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        top: 52px; }
        #pdp-persistent-container.fixed #findInStoreBtn {
          width: 46%;
          float: right; } }
    #pdp-persistent-container.fixed .notice-box {
      display: none; }
    #pdp-persistent-container.fixed .form-group {
      margin: 0; }
    #pdp-persistent-container.fixed #pdp-persistent-wrapper {
      max-width: 1095px;
      margin: auto;
      overflow: hidden;
      padding: 25px 0; }
      @media screen and (max-width: 1120px) {
        #pdp-persistent-container.fixed #pdp-persistent-wrapper {
          padding: 25px 20px; } }
    @media screen and (min-width: 976px) {
      #pdp-persistent-container.fixed .pdp-fixed-product-info {
        display: block;
        padding-right: 10px;
        box-sizing: border-box;
        width: 100%;
        vertical-align: middle;
        white-space: nowrap; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      #pdp-persistent-container.fixed .pdp-fixed-product-info {
        display: block;
        padding-right: 10px;
        box-sizing: border-box;
        width: 100%;
        vertical-align: middle;
        white-space: nowrap; } }
    #pdp-persistent-container.fixed .pdp-fixed-product-info:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em; }
    @media screen and (min-width: 976px) {
      #pdp-persistent-container.fixed .pdp-fixed-product-info {
        width: 25%;
        float: left; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      #pdp-persistent-container.fixed .pdp-fixed-product-info {
        width: 25%;
        float: left; } }
    #pdp-persistent-container.fixed .pdp-fixed-product-info img {
      display: inline-block;
      width: 15%;
      vertical-align: middle; }
      @media screen and (min-width: 976px) {
        #pdp-persistent-container.fixed .pdp-fixed-product-info img {
          width: 25%; } }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        #pdp-persistent-container.fixed .pdp-fixed-product-info img {
          width: 25%; } }
    #pdp-persistent-container.fixed .pdp-fixed-product-info p {
      display: inline-block;
      white-space: normal;
      vertical-align: middle;
      font-weight: bold;
      width: 75%; }
      @media screen and (min-width: 421px) and (max-width: 768px) {
        #pdp-persistent-container.fixed .pdp-fixed-product-info p {
          font-size: 0.8125em; } }
      @media screen and (max-width: 420px) {
        #pdp-persistent-container.fixed .pdp-fixed-product-info p {
          font-size: 0.8125em; } }
    #pdp-persistent-container.fixed .pdp-product-attributes {
      box-sizing: border-box;
      z-index: 20;
      width: 100%;
      display: none; }
      #pdp-persistent-container.fixed .pdp-product-attributes .notice-box {
        display: none; }
      @media screen and (min-width: 976px) {
        #pdp-persistent-container.fixed .pdp-product-attributes {
          display: block;
          float: left;
          width: 25%; } }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        #pdp-persistent-container.fixed .pdp-product-attributes {
          display: block;
          float: left;
          width: 25%; } }
      @media screen and (min-width: 421px) and (max-width: 768px) {
        #pdp-persistent-container.fixed .pdp-product-attributes #personilaztionDisplay {
          display: none; }
          #pdp-persistent-container.fixed .pdp-product-attributes #personilaztionDisplay.open {
            display: block; } }
      @media screen and (max-width: 420px) {
        #pdp-persistent-container.fixed .pdp-product-attributes #personilaztionDisplay {
          display: none; }
          #pdp-persistent-container.fixed .pdp-product-attributes #personilaztionDisplay.open {
            display: block; } }
      #pdp-persistent-container.fixed .pdp-product-attributes form {
        width: 100%;
        float: right;
        margin-top: 10px;
        padding: 0 10px;
        box-sizing: border-box; }
        @media screen and (min-width: 421px) and (max-width: 768px) {
          #pdp-persistent-container.fixed .pdp-product-attributes form {
            height: 0;
            margin: 0;
            overflow: hidden; }
            #pdp-persistent-container.fixed .pdp-product-attributes form.open {
              display: block;
              height: auto;
              padding: 0 10px;
              margin-top: 10px; } }
        @media screen and (max-width: 420px) {
          #pdp-persistent-container.fixed .pdp-product-attributes form {
            height: 0;
            margin: 0;
            overflow: hidden; }
            #pdp-persistent-container.fixed .pdp-product-attributes form.open {
              display: block;
              height: auto;
              padding: 0 10px;
              margin-top: 10px; } }
    #pdp-persistent-container.fixed .pdp-product-features {
      width: 100%;
      float: right;
      box-sizing: border-box;
      z-index: 20; }
      @media screen and (min-width: 976px) {
        #pdp-persistent-container.fixed .pdp-product-features {
          width: 50%; } }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        #pdp-persistent-container.fixed .pdp-product-features {
          width: 50%; } }
      #pdp-persistent-container.fixed .pdp-product-features .shipping-message {
        display: none; }
      #pdp-persistent-container.fixed .pdp-product-features form:not(#notifyMeForm) {
        width: 100%;
        float: left;
        padding: 0 10px;
        margin-top: 10px;
        box-sizing: border-box; }
        @media screen and (min-width: 421px) and (max-width: 768px) {
          #pdp-persistent-container.fixed .pdp-product-features form:not(#notifyMeForm) {
            height: 0;
            margin: 0;
            overflow: hidden; }
            #pdp-persistent-container.fixed .pdp-product-features form:not(#notifyMeForm).open {
              height: auto;
              padding: 0;
              margin-bottom: 10px; } }
        @media screen and (max-width: 420px) {
          #pdp-persistent-container.fixed .pdp-product-features form:not(#notifyMeForm) {
            height: 0;
            margin: 0;
            overflow: hidden; }
            #pdp-persistent-container.fixed .pdp-product-features form:not(#notifyMeForm).open {
              height: auto;
              padding: 0;
              margin-bottom: 10px; } }
        @media screen and (min-width: 976px) {
          #pdp-persistent-container.fixed .pdp-product-features form:not(#notifyMeForm) {
            width: 50%; } }
        @media screen and (min-width: 769px) and (max-width: 975px) {
          #pdp-persistent-container.fixed .pdp-product-features form:not(#notifyMeForm) {
            width: 50%; } }
      @media screen and (min-width: 421px) and (max-width: 768px) {
        #pdp-persistent-container.fixed .pdp-product-features #add-to-controls .btn {
          padding: 17px 0; }
        #pdp-persistent-container.fixed .pdp-product-features #add-to-controls .btn.add-once {
          padding: 6px 0 5px; } }
      @media screen and (max-width: 420px) {
        #pdp-persistent-container.fixed .pdp-product-features #add-to-controls .btn {
          padding: 17px 0; }
        #pdp-persistent-container.fixed .pdp-product-features #add-to-controls .btn.add-once {
          padding: 6px 0 5px; } }
      #pdp-persistent-container.fixed .pdp-product-features .pdp-product-add-to-controls {
        width: 100%;
        float: right;
        padding: 0 10px;
        box-sizing: border-box; }
        @media screen and (min-width: 976px) {
          #pdp-persistent-container.fixed .pdp-product-features .pdp-product-add-to-controls {
            padding: 0 0 0 10px;
            margin: 0; }
            #pdp-persistent-container.fixed .pdp-product-features .pdp-product-add-to-controls .btn {
              width: 46%;
              float: right; } }
        @media screen and (min-width: 769px) and (max-width: 975px) {
          #pdp-persistent-container.fixed .pdp-product-features .pdp-product-add-to-controls {
            padding: 0 0 0 10px;
            margin: 0; }
            #pdp-persistent-container.fixed .pdp-product-features .pdp-product-add-to-controls .btn {
              width: 46%;
              float: right; } }
      #pdp-persistent-container.fixed .pdp-product-features #addToShoppingList {
        display: none; }

.product-rating .product_review_count_js {
  width: 29.8px;
  height: 18px;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 0.1px;
  text-align: left;
  color: #00aae7; }

.third-party-product {
  font-size: 0.75em; }

.store-locator-modal {
  border: none; }
  @media screen and (min-width: 976px) {
    .store-locator-modal {
      min-width: 955px; } }
  .store-locator-modal .store-locator-modal-logo img {
    width: 80%; }
    @media screen and (max-width: 420px) {
      .store-locator-modal .store-locator-modal-logo img {
        width: 35%; } }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .store-locator-modal .store-locator-modal-logo img {
        width: 35%; } }
  .store-locator-modal .store-locator-modal-address p {
    line-height: 1.2em; }
  .store-locator-modal button {
    padding: 14px 20px;
    width: 100%; }
    @media screen and (min-width: 976px) {
      .store-locator-modal button {
        width: auto; } }
    @media screen and (max-width: 420px) {
      .store-locator-modal button {
        margin-bottom: 20px; } }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .store-locator-modal button {
        margin-bottom: 20px; } }
  .store-locator-modal .enter-zip {
    margin: 0 20px; }
    @media screen and (max-width: 420px) {
      .store-locator-modal .enter-zip {
        margin: 0; } }
    @media screen and (min-width: 976px) {
      .store-locator-modal .enter-zip {
        width: 46%;
        margin: auto; } }
    .store-locator-modal .enter-zip .form-control {
      display: inline-block;
      position: relative;
      width: 100%;
      margin-bottom: 7px; }
      @media screen and (min-width: 976px) {
        .store-locator-modal .enter-zip .form-control {
          margin-bottom: 20px; } }
      .store-locator-modal .enter-zip .form-control .icon-zip {
        position: absolute;
        right: 0;
        top: 0;
        margin: 10px; }
      .store-locator-modal .enter-zip .form-control input {
        background-color: #F4F6F6;
        border: 1px solid #8E9DA2; }
        .store-locator-modal .enter-zip .form-control input.invalid {
          border-color: #ee3524; }
  .store-locator-modal .btn-disabled {
    color: #666666; }
  .store-locator-modal .mobile-second-col {
    float: right;
    margin-top: 2%; }
    @media screen and (min-width: 976px) {
      .store-locator-modal .mobile-second-col {
        display: none; } }
  .store-locator-modal-logo {
    margin-top: 20px; }
    @media screen and (max-width: 420px) {
      .store-locator-modal-logo {
        margin-top: 0; } }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .store-locator-modal-logo {
        margin-top: 0; } }
  .store-locator-modal-address .my-store {
    color: #8E9DA2; }
  @media screen and (min-width: 976px) {
    .store-locator-modal-address a[href^="tel:"] {
      color: #666666;
      font-weight: normal;
      cursor: default; }
      .store-locator-modal-address a[href^="tel:"] :hover {
        color: #666666; } }
  .store-locator-modal-distance-desktop {
    display: none; }
    @media screen and (min-width: 976px) {
      .store-locator-modal-distance-desktop {
        display: block; } }
  .store-locator-modal-distance-mobile {
    margin-top: 10px; }
  .store-locator-modal-availability-desktop {
    display: none; }
    @media screen and (min-width: 976px) {
      .store-locator-modal-availability-desktop {
        display: block; } }
  .store-locator-modal-availability-mobile {
    margin-top: 6px; }

#modal-neareststores {
  max-width: 970px;
  padding: 20px 10px; }
  #modal-neareststores .modal-form {
    overflow: hidden; }
  #modal-neareststores #petco-store-locator-modal {
    margin: 0;
    width: 100%; }
    #modal-neareststores #petco-store-locator-modal .store-hours-message {
      font-size: 0.865em; }
    #modal-neareststores #petco-store-locator-modal a {
      text-decoration: none;
      font-size: 1em;
      font-weight: normal; }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      #modal-neareststores #petco-store-locator-modal .left-column-modal {
        margin: 0;
        width: 50%; }
      #modal-neareststores #petco-store-locator-modal .right-column-modal {
        margin: 0;
        width: 50%; } }
    @media screen and (min-width: 976px) {
      #modal-neareststores #petco-store-locator-modal .left-column-modal {
        margin: 0;
        width: 50%; }
      #modal-neareststores #petco-store-locator-modal .right-column-modal {
        margin: 0;
        width: 50%; } }
    @media screen and (min-width: 769px) and (max-width: 975px) {
      #modal-neareststores #petco-store-locator-modal .popover {
        width: 22%; } }
    @media screen and (min-width: 976px) {
      #modal-neareststores #petco-store-locator-modal .popover {
        width: 22%; } }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      #modal-neareststores #petco-store-locator-modal .popover {
        width: 32%;
        left: -10.9375px !important; } }
    @media screen and (max-width: 420px) {
      #modal-neareststores #petco-store-locator-modal .popover {
        width: 57%;
        left: -4.4609px !important; } }
    #modal-neareststores #petco-store-locator-modal .popover .popover-content strong {
      margin-right: 10%; }
    #modal-neareststores #petco-store-locator-modal .popover .popover-content span {
      float: right; }

#store-hours a, #bopusSelectEnabledBopusAttrOff a {
  text-decoration: none; }

#store-hours .popover, #bopusSelectEnabledBopusAttrOff .popover {
  width: 54%; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #store-hours .popover, #bopusSelectEnabledBopusAttrOff .popover {
      width: 30%; } }
  #store-hours .popover .popover-content strong, #bopusSelectEnabledBopusAttrOff .popover .popover-content strong {
    margin-right: 10%; }
  #store-hours .popover .popover-content span, #bopusSelectEnabledBopusAttrOff .popover .popover-content span {
    float: right; }

#spc-bopus-store-info.open, #store-pickup-dropdown.open {
  overflow: visible; }

#spc-bopus-store-info .lsa-hours a, #spc-bopus-store-info .lsa-phone a, #store-pickup-dropdown .lsa-hours a, #store-pickup-dropdown .lsa-phone a {
  text-decoration: none; }

#spc-bopus-store-info .lsa-hours .popover, #spc-bopus-store-info .lsa-phone .popover, #store-pickup-dropdown .lsa-hours .popover, #store-pickup-dropdown .lsa-phone .popover {
  width: 59%; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #spc-bopus-store-info .lsa-hours .popover, #spc-bopus-store-info .lsa-phone .popover, #store-pickup-dropdown .lsa-hours .popover, #store-pickup-dropdown .lsa-phone .popover {
      width: 31%; } }
  #spc-bopus-store-info .lsa-hours .popover .popover-content strong, #spc-bopus-store-info .lsa-phone .popover .popover-content strong, #store-pickup-dropdown .lsa-hours .popover .popover-content strong, #store-pickup-dropdown .lsa-phone .popover .popover-content strong {
    margin-right: 10%; }
  #spc-bopus-store-info .lsa-hours .popover .popover-content span, #spc-bopus-store-info .lsa-phone .popover .popover-content span, #store-pickup-dropdown .lsa-hours .popover .popover-content span, #store-pickup-dropdown .lsa-phone .popover .popover-content span {
    float: right; }

[id^="cart-store-pickup-dropdown_"].open {
  overflow: visible; }

[id^="cart-store-pickup-dropdown_"] .lsa-hours a {
  text-decoration: none; }

[id^="cart-store-pickup-dropdown_"] .lsa-hours .popover {
  width: 59%; }
  @media screen and (max-width: 420px) {
    [id^="cart-store-pickup-dropdown_"] .lsa-hours .popover {
      width: 75%; } }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    [id^="cart-store-pickup-dropdown_"] .lsa-hours .popover {
      width: 36%; } }
  [id^="cart-store-pickup-dropdown_"] .lsa-hours .popover .popover-content strong {
    margin-right: 10%; }
  [id^="cart-store-pickup-dropdown_"] .lsa-hours .popover .popover-content span {
    float: right; }

@media screen and (min-width: 976px) {
  .lsa-phone {
    color: #666666;
    cursor: default;
    font-weight: normal; }
    .lsa-phone:hover {
      color: #666666;
      cursor: default; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .lsa-phone {
    color: #666666;
    cursor: default;
    font-weight: normal; }
    .lsa-phone:hover {
      color: #666666;
      cursor: default; } }

#repeat-delivery-freq-options:focus {
  outline-color: #00aae7; }

.rxmedicineContent li.validdata span div:first-child {
  background-image: url(../img/green-check.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right; }

.rxmedicineContent li.invaliddata span div:first-child {
  background-image: url(../img/red-x.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right; }

@media screen and (min-width: 976px) {
  .category-page,
  .search-page {
    padding-top: 15px;
    position: relative; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .category-page,
  .search-page {
    padding-top: 15px;
    position: relative; } }

.product-listing h1 {
  font-size: 1.5625em;
  font-weight: normal; }
  .product-listing h1 span:last-child {
    font-weight: bold; }

.product-display-grid {
  overflow: hidden; }

.nav.nav-tabs {
  list-style: none;
  margin: 10px 0; }
  .nav.nav-tabs li {
    display: none; }
  .nav.nav-tabs .active {
    display: inline-block; }

@media screen and (min-width: 976px) {
  .col-9.product-listing {
    margin-right: 0;
    width: 73%; } }

@media screen and (min-width: 769px) and (max-width: 975px) {
  .col-9.product-listing {
    margin-right: 0;
    width: 73%; } }

.col-5.sort-by {
  float: right; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .col-5.sort-by {
      width: 70%; } }
  @media screen and (max-width: 420px) {
    .col-5.sort-by {
      width: 70%; } }
  @media screen and (max-width: 420px) {
    .col-5.sort-by {
      width: 65%; } }
  .col-5.sort-by label {
    clear: none;
    font-size: 0.9375em;
    line-height: 45px;
    color: #333333; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .col-5.sort-by label {
        display: none; } }
    @media screen and (max-width: 420px) {
      .col-5.sort-by label {
        display: none; } }
  .col-5.sort-by .select-style {
    width: 70%;
    float: right;
    border: 0; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .col-5.sort-by .select-style {
        width: 100%; }
        .col-5.sort-by .select-style:before {
          content: "Sort By";
          font-size: 0.9375em;
          font-weight: bold;
          line-height: 42px;
          padding: 0 2%; }
        .col-5.sort-by .select-style select {
          width: 69%;
          float: right; } }
    @media screen and (max-width: 420px) {
      .col-5.sort-by .select-style {
        width: 100%; }
        .col-5.sort-by .select-style:before {
          content: "Sort By";
          font-size: 0.9375em;
          font-weight: bold;
          line-height: 42px;
          padding: 0 2%; }
        .col-5.sort-by .select-style select {
          width: 69%;
          float: right; } }

.results-page-total {
  float: left;
  height: 45px;
  line-height: 45px;
  margin: 0.5rem 0;
  font-size: 0.9375em;
  color: #666666; }
  .results-page-total .results-total {
    color: #333333;
    font-weight: bold; }

.no-results {
  text-align: center;
  font-size: 1.5625em;
  line-height: 1.2em;
  margin: 10px 20px 20px; }
  .no-results span {
    font-weight: normal; }

#noResultsSearchBox {
  margin: 20px auto;
  width: 90%; }
  @media screen and (min-width: 976px) {
    #noResultsSearchBox {
      width: 63%; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    #noResultsSearchBox {
      width: 63%; } }
  #noResultsSearchBox .primary-search {
    background-color: #E9ECED;
    border: 1px solid #8E9DA2;
    height: auto; }
    #noResultsSearchBox .primary-search input[type="text"] {
      padding: 20px;
      font-size: 0.9375em; }
      @media screen and (min-width: 976px) {
        #noResultsSearchBox .primary-search input[type="text"] {
          font-size: 1.25em; } }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        #noResultsSearchBox .primary-search input[type="text"] {
          font-size: 1.25em; } }
    #noResultsSearchBox .primary-search button {
      background-position: -130px -31px; }
      @media screen and (min-width: 976px) {
        #noResultsSearchBox .primary-search button {
          background-position: -135px -28px; } }
      @media screen and (min-width: 769px) and (max-width: 975px) {
        #noResultsSearchBox .primary-search button {
          background-position: -135px -28px; } }

#bopusInfoTabInPlp {
  float: left;
  margin: 15px;
  padding: 0 0 0 0;
  list-style: none;
  display: inline-block;
  border: 1px solid #00aae7; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    #bopusInfoTabInPlp {
      width: 94%;
      border: 0px; } }
  @media screen and (max-width: 420px) {
    #bopusInfoTabInPlp {
      width: 94%;
      border: 0px; } }
  #bopusInfoTabInPlp li {
    list-style-type: none;
    float: left;
    margin-bottom: 0px;
    font-weight: bold;
    background-image: -moz-linear-gradient(top, #00aae7, #00aae7);
    position: relative;
    padding: 10px;
    border-radius: 3px;
    min-height: 10px;
    cursor: pointer;
    width: 180px;
    text-align: center; }
    #bopusInfoTabInPlp li::before {
      content: "";
      width: 0px;
      height: 0px;
      border: 0.8em solid transparent;
      position: absolute; }
    #bopusInfoTabInPlp li.active::before {
      left: 45%;
      bottom: -20px;
      border-top: 10px solid #00aae7; }
      @media screen and (min-width: 421px) and (max-width: 768px) {
        #bopusInfoTabInPlp li.active::before {
          width: 1%; } }
      @media screen and (max-width: 420px) {
        #bopusInfoTabInPlp li.active::before {
          width: 1%; } }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      #bopusInfoTabInPlp li {
        width: 42%;
        min-height: 46px;
        border: 1px solid #00aae7; } }
    @media screen and (max-width: 420px) {
      #bopusInfoTabInPlp li {
        width: 42%;
        min-height: 46px;
        border: 1px solid #00aae7; } }
    #bopusInfoTabInPlp li a {
      color: #00aae7;
      text-decoration: none;
      padding: 7px 5px; }
    #bopusInfoTabInPlp li.active {
      background-color: #00aae7;
      color: white;
      border: 0px;
      min-height: 23px; }
      #bopusInfoTabInPlp li.active a {
        color: #ffffff; }
      @media screen and (min-width: 421px) and (max-width: 768px) {
        #bopusInfoTabInPlp li.active {
          min-height: 48px;
          width: 43%; } }
      @media screen and (max-width: 420px) {
        #bopusInfoTabInPlp li.active {
          min-height: 48px;
          width: 43%; } }

.store-events .store-header {
  border-bottom: 1px solid #A9B5BA;
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box; }
  .store-events .store-header h1 {
    padding-right: 20px;
    line-height: 1.25em; }

.store-events address {
  font-size: 0.8125em;
  line-height: 1.23077em;
  margin-top: 10px; }
  .store-events address img {
    display: inline-block;
    vertical-align: middle;
    max-width: 75px; }

.store-events .back-to-stores {
  font-size: 0.8125em;
  line-height: 1.23077em;
  padding-top: 15px; }
  @media screen and (min-width: 976px) {
    .store-events .back-to-stores {
      text-align: right; } }
  @media screen and (min-width: 769px) and (max-width: 975px) {
    .store-events .back-to-stores {
      text-align: right; } }

.store-events .month-list {
  text-align: center; }
  .store-events .month-list li {
    display: inline-block; }
    .store-events .month-list li a {
      padding: 10px;
      display: inline-block; }
      .store-events .month-list li a:hover {
        color: #0084b4; }
    .store-events .month-list li.active {
      color: #0084b4; }
      .store-events .month-list li.active a {
        text-decoration: underline; }

.store-events table {
  margin: 30px 0;
  width: 100%; }
  .store-events table th {
    font-weight: bold;
    padding: 10px; }
  .store-events table tbody tr:nth-child(odd) {
    background-color: #F4F6F6; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .store-events table tbody tr {
      display: block;
      padding: 20px; } }
  @media screen and (max-width: 420px) {
    .store-events table tbody tr {
      display: block;
      padding: 20px; } }
  .store-events table tbody td {
    padding: 10px;
    font-size: 0.8125em;
    line-height: 1.38462em;
    color: #666666; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .store-events table tbody td {
        display: block;
        padding: 0;
        width: 100%;
        width: 100%;
        box-sizing: border-box; } }
    @media screen and (max-width: 420px) {
      .store-events table tbody td {
        display: block;
        padding: 0;
        width: 100%;
        width: 100%;
        box-sizing: border-box; } }
  .store-events table tbody h5 {
    color: #333333;
    font-weight: bold;
    font-size: 1.07692em; }
  .store-events table strong {
    color: #333333; }
  .store-events table .short {
    width: 20%;
    text-align: center;
    vertical-align: middle; }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .store-events table .short {
        display: block;
        width: 100%;
        text-align: left; } }
    @media screen and (max-width: 420px) {
      .store-events table .short {
        display: block;
        width: 100%;
        text-align: left; } }

.widget_search_results .no-results {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  .widget_search_results .no-results span {
    display: block; }

.search-page .breadcrumb {
  max-width: 100%; }
  .search-page .breadcrumb li.active {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: inline; }

.membership-body {
  background: #F4F6F6 url("../../../../PetcoHTML/WebContent/membership/img/background-pattern.png") repeat; }

@media screen and (min-width: 421px) and (max-width: 768px) {
  .account-dashboard {
    background: #F4F6F6 url("../../../../PetcoHTML/WebContent/membership/img/background-pattern.png") repeat; } }

@media screen and (max-width: 420px) {
  .account-dashboard {
    background: #F4F6F6 url("../../../../PetcoHTML/WebContent/membership/img/background-pattern.png") repeat; } }

.account-dashboard #my-account-header {
  border-bottom: transparent; }

.account-dashboard #side-nav-button {
  background: #ffffff; }

.petco-modal.modal-less-padding {
  padding: 20px; }

.petco-modal.membership-modal {
  width: 25%; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .petco-modal.membership-modal {
      width: 90%; } }
  @media screen and (max-width: 420px) {
    .petco-modal.membership-modal {
      width: 90%; } }

.col-9.membership-body {
  margin: 0; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .col-9.membership-body {
      width: 100% !important; } }
  @media screen and (max-width: 420px) {
    .col-9.membership-body {
      width: 100% !important; } }

.minimal-header--centered .logo a {
  float: none; }

.login-banner {
  background: #ee3524; }

.sub-banner {
  background: #00aae7;
  background-image: radial-gradient(ellipse at center bottom, #00aae7, #0084b4); }
  .sub-banner__interior {
    position: relative; }
  .sub-banner__logo {
    width: 344px;
    max-width: 100%;
    height: auto; }
  .sub-banner__img-container {
    position: relative; }
    .sub-banner__img-container > img {
      max-width: 200px; }
    .sub-banner__img-container--large > img {
      max-width: inherit; }
  .sub-banner__img-stacked-container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    padding: 7px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: white; }
    .sub-banner__img-stacked-container--large {
      width: 150px;
      height: 150px; }
  .sub-banner .upload-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    color: #00aae7;
    display: none; }
  .sub-banner .slick-current .sub-banner__carousel-item .upload-text {
    display: block; }
  .sub-banner .slick-current .sub-banner__carousel-item.add-member-item {
    transform: translateY(0); }
  .sub-banner__carsousel-title {
    position: relative;
    display: block;
    opacity: 0.7;
    font-size: 13px; }
    .slick-current .sub-banner__carsousel-title {
      opacity: 1;
      font-size: 15px; }
      .slick-current .sub-banner__carsousel-title::after {
        content: " ";
        position: absolute;
        width: 15px;
        height: 10px;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        background: url("../../../../PetcoHTML/WebContent/membership/img/small-caret.svg") no-repeat; }
  .sub-banner__add-member-title {
    position: relative;
    opacity: 0.7;
    font-size: 13px; }
  .sub-banner__add-member {
    border-radius: 50%;
    border: 7px solid #ffffff;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 4px; }
  .sub-banner__img-shadow {
    -webkit-filter: drop-shadow(0 0 8px #0084b4);
    filter: drop-shadow(0 0 8px #0084b4); }
  .sub-banner__img-stacked {
    width: 110px;
    height: 110px;
    border-radius: 50%; }
    .sub-banner__img-stacked--large {
      width: 150px;
      height: 150px; }
  .sub-banner__title {
    display: block;
    width: 100%;
    color: #ffffff;
    text-align: center; }
    .sub-banner__title--stacked {
      position: absolute;
      left: 50%;
      bottom: -15px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .sub-banner__title--shaded {
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .sub-banner h1 {
      font-size: 27px; } }
  @media screen and (max-width: 420px) {
    .sub-banner h1 {
      font-size: 27px; } }
  .sub-banner__arrow {
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #00aae7; }

.slick-slide {
  padding-top: 20px;
  margin: 0 10px; }

.js-carousel-container {
  height: 150px;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center; }
  .js-carousel-container .js-carousel-item {
    box-sizing: border-box;
    transform: translateY(0);
    transition: All .2s ease-in;
    -webkit-transition: All .2s ease-in;
    -moz-transition: All .2s ease-in;
    -o-transition: All .2s ease-in; }
  .js-carousel-container .slick-current .js-carousel-item {
    transform: translateY(-12px); }
  .js-carousel-container .upload-text-container {
    position: relative;
    width: 84px;
    height: 84px;
    transition: All .2s ease-in;
    -webkit-transition: All .2s ease-in;
    -moz-transition: All .2s ease-in;
    -o-transition: All .2s ease-in; }
  .js-carousel-container .slick-current .upload-text-container {
    width: 94px;
    height: 94px; }
  .js-carousel-container .sub-banner__img-stacked {
    border: 7px solid #ffffff;
    transform: none;
    width: 70px;
    height: 70px;
    cursor: pointer;
    display: block;
    position: relative;
    transition: All .2s ease-in;
    -webkit-transition: All .2s ease-in;
    -moz-transition: All .2s ease-in;
    -o-transition: All .2s ease-in; }
  .js-carousel-container .slick-current .sub-banner__img-stacked {
    width: 80px;
    height: 80px;
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.29));
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.29)); }
  .js-carousel-container .slick-slide:focus {
    outline-color: transparent; }

.membership-input .membership-input__input {
  height: 50px;
  font-size: 18px;
  color: #333333;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
  .membership-input .membership-input__input::placeholder {
    color: #A9B5BA; }
  .membership-input .membership-input__input::-webkit-input-placeholder {
    color: #A9B5BA; }
  .membership-input .membership-input__input::-moz-placeholder {
    color: #A9B5BA; }
  .membership-input .membership-input__input:-ms-input-placeholder {
    color: #A9B5BA; }

.membership-input__label {
  float: none;
  font-weight: inherit;
  font-size: inherit; }

.membership-dropdown {
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  background: #fff url("../../../../PetcoHTML/WebContent/membership/img/icon-arrow.svg") no-repeat 96% 50%;
  border-radius: 5px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); }
  .membership-dropdown:focus {
    font-size: 18px; }
  .membership-dropdown__label {
    float: none;
    font-size: 1em; }
  .membership-dropdown option {
    font-weight: bold;
    color: #333333; }

.toggle-tab {
  line-height: 2; }
  .toggle-tab label {
    position: relative;
    width: 49%;
    padding: 5px 0;
    display: inline-block;
    clear: none;
    font-size: 18px;
    color: #8E9DA2;
    text-align: center;
    border: 1px #D4DADC solid;
    background: #ffffff;
    cursor: pointer; }
    .toggle-tab label:first-child {
      border-radius: 5px 0 0 5px; }
    .toggle-tab label:nth-child(2) {
      border-radius: 0 5px 5px 0; }
  .toggle-tab input {
    display: none; }
  .toggle-tab .selected {
    background: #00aae7;
    border: 1px #00aae7 solid;
    color: #ffffff; }
    .toggle-tab .selected::after {
      content: " ";
      position: absolute;
      left: 50%;
      top: 100%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #00aae7; }

.membership-label {
  float: none;
  font-size: 16px; }

.custom-dropdown {
  display: flex;
  width: 100%;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); }
  .custom-dropdown .text-primary {
    margin-top: -5px;
    font-size: 0.7em;
    font-weight: normal; }
  .custom-dropdown span {
    display: flex; }
  .custom-dropdown li {
    list-style: none;
    padding: 0 15px;
    clear: both;
    border-top: 1px solid #D4DADC; }
    .custom-dropdown li:first-child {
      border-top: transparent; }
  .custom-dropdown .js-pet-img {
    width: 35px;
    height: 35px;
    float: left;
    margin: 10px;
    border-radius: 50%;
    clip-path: circle(15px at center); }
  .custom-dropdown__center {
    align-self: center; }
  .custom-dropdown__dropdown {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    max-width: 100%;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 17px 2px rgba(0, 0, 0, 0.25);
    z-index: 100; }
    .custom-dropdown__dropdown .js-pet-img {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      clip-path: circle(40px at center); }
  .custom-dropdown__cat-option {
    display: flex;
    height: 75px; }

.membership-tile__container {
  position: relative;
  width: 100%;
  margin: 10px 0;
  border: solid 1px transparent;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); }

.membership-tile .selected {
  border: solid 2px #00aae7;
  box-shadow: 0 0 10px 0 rgba(0, 170, 231, 0.7); }

.membership-tile__img {
  display: block;
  height: 50px;
  width: auto;
  margin: auto;
  padding: 15px 0 0 0; }

.mobile-fixed {
  position: fixed;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  bottom: 0; }

.photo-select-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #00aae7;
  background-image: radial-gradient(ellipse at center bottom, #00aae7, #0084b4);
  z-index: -1; }

.photo-select {
  position: absolute;
  width: 96%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .photo-select__img-shadow {
    -webkit-filter: drop-shadow(0 0 8px #0084b4);
    filter: drop-shadow(0 0 8px #0084b4); }
  .photo-select__img-container {
    position: relative;
    display: block;
    margin: auto;
    padding: 10px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: white; }
  .photo-select__img {
    width: 210px;
    height: 210px;
    border-radius: 50%; }
  .photo-select__plus-container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
  .photo-select__button {
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .photo-select__button:focus {
      outline-color: transparent; }

.interstitial {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 21; }
  .interstitial__modal {
    border-radius: 15px;
    background: #00aae7;
    background-image: radial-gradient(ellipse at center bottom, #00aae7, #0084b4);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    text-align: center; }
  .interstitial__loading-bar {
    display: block;
    width: 30%;
    height: 15px;
    margin: 30px auto 40px;
    opacity: 0.6;
    overflow-x: hidden;
    border-radius: 8px;
    border: solid 0.5px rgba(254, 254, 254, 0.6);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff; }
  .interstitial__load-interior {
    display: block;
    width: 33%;
    height: 100%;
    background-color: #00aae7; }

.membership-plan-row {
  position: relative;
  margin-top: 100px; }
  .membership-plan-row__container {
    position: absolute;
    left: 50%;
    top: -50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .membership-plan-row__container .col-4-sm img {
      max-width: 120px; }
  .membership-plan-row .col-4-sm {
    padding-right: 0; }
  @media screen and (max-width: 420px) {
    .membership-plan-row .col-8-sm {
      padding-left: 0; }
    .membership-plan-row .col-12-sm {
      width: 100%; } }

.membership-arrow-container {
  position: relative; }
  .membership-arrow-container::after {
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media screen and (min-width: 421px) and (max-width: 768px) {
      .membership-arrow-container::after {
        border-top: 20px solid #ffffff;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 0 solid transparent;
        left: 50%;
        top: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
    @media screen and (max-width: 420px) {
      .membership-arrow-container::after {
        border-top: 20px solid #ffffff;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 0 solid transparent;
        left: 50%;
        top: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .membership-arrow-container--down::after {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 20px solid #ffffff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 0 solid transparent;
    left: 50%;
    top: 100%;
    transform: translateX(-50%); }

.icon-circle {
  padding: 10px 11px;
  line-height: 1.3;
  border-radius: 50%;
  background: #00aae7; }
  .icon-circle--stacked {
    position: absolute;
    top: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

.carepack-summary {
  padding: 0; }
  .carepack-summary > li:first-child div {
    border-top: transparent; }
  .membership-plan-row .carepack-summary {
    margin-top: 30px; }
    @media screen and (max-width: 420px) {
      .membership-plan-row .carepack-summary {
        margin-bottom: 150px; } }
  .carepack-summary__item {
    list-style: none; }
    .carepack-summary__item div {
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 10px;
      border-top: 1px #D4DADC solid;
      list-style: none;
      min-height: 81px;
      cursor: pointer; }
    .carepack-summary__item ul {
      width: 100%;
      box-sizing: border-box;
      padding: 10px 40px;
      background: #F4F6F6;
      border-top: 1px #D4DADC solid; }
      .carepack-summary__item ul li {
        padding-top: 3px;
        font-size: 13px; }
    .carepack-summary__item p {
      width: 300px; }
    .carepack-summary__item span {
      margin: 0 10px;
      padding: 0 5px; }
  .carepack-summary .carepack-summary__image {
    max-width: 50px;
    margin-right: 10px; }

.background-filter {
  display: none;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20; }

.btn-membership {
  font-size: 1.25em;
  padding: 20px 0;
  background: linear-gradient(to right, #009fe9, #00aae7 51%, #00aae7);
  border-bottom: #0084b4 4px solid;
  -webkit-appearance: none;
  transition: none; }
  .btn-membership:hover {
    background: #0084b4; }

.membership-body .btn.disabled {
  background: rgba(212, 218, 220, 0.7); }

.btn-large-and-small {
  margin-bottom: 10px;
  font-size: 20px;
  padding: 18px 15px; }
  @media screen and (min-width: 421px) and (max-width: 768px) {
    .btn-large-and-small {
      padding: 10px;
      font-size: 0.9375em; } }
  @media screen and (max-width: 420px) {
    .btn-large-and-small {
      padding: 10px;
      font-size: 0.9375em; } }

.js-section-food h2 {
  clear: both; }

.i-icon {
  width: 20px !important;
  height: 20px !important;
  margin: 0 10px 0 0;
  float: left; }

.center-content > div {
  margin: auto; }

.is-unavailable, .is-available {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%; }

.is-unavailable {
  background-color: #ee3524; }

.is-available {
  background-color: #46c126; }

button.js-is-approved {
  background: #46c126; }
  button.js-is-approved:hover, button.js-is-approved:focus {
    background: #46c126; }

.reset-line-height {
  line-height: 1.2; }

.no-margin-left {
  margin-left: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.line-height-fix {
  line-height: 20px; }

.bottom-adjustment {
  margin-bottom: -10px; }
  @media screen and (max-width: 420px) {
    .bottom-adjustment {
      margin-bottom: -5px; } }

.title-adjustment {
  margin-bottom: -10px; }

.fifteen-px {
  font-size: 15px !important; }

.eighteen-px {
  font-size: 18px !important; }

.twentyfive-px {
  font-size: 25px !important; }

.petco-modal .text-primary {
  color: #00aae7; }

.product-tile .padding-sm {
  padding: 10px; }

.membership-body input[type="text"], .membership-body input[type="tel"], .membership-body input[type="email"], .membership-body input[type="password"], .membership-body select {
  border: transparent;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  color: #333333; }

.membership-modal .reset-font-size {
  font-size: 15px;
  text-decoration: none; }

.membership-body .col-6 .col-6-sm {
  width: 48%; }

.membership-body .text-tile .text-small {
  font-size: 13px;
  line-height: inherit; }

.membership-body .order-item p {
  font-size: 15px; }

.js-pet-img {
  background: url("../../../../PetcoHTML/WebContent/membership/img/no-photo.png") center/cover no-repeat; }

.js-pet-img-container {
  display: none; }

.js-logged-in {
  display: none; }

.js-section-info-input {
  display: none; }

.js-photo-select-section {
  display: none; }

.js-section-food {
  display: none; }

.js-wet {
  display: none; }

.js-interstitial-section {
  display: none; }

.js-section-plan-selection {
  display: none; }

.js-toggle-item ul {
  display: none; }

/*# sourceMappingURL=styles.css.map */
