/*@import "magento-ui/lib";*/
/* Variables */
/* Playfair */
/* Components */
html {
  overflow-y: scroll;
  color: #000; }

body {
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased; }

.page-wrapper {
  display: block; }

/* Fonts */
body,
ul,
ol {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  color: #004355;
  font-size: 16px;
  line-height: 1.75; }

input,
input[type=text],
input[type=email],
input[type=password],
select,
textarea {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300; }

h1, h2, h3, h4, h5 {
  font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif; }

a, .alink,
a:visited, .alink:visited {
  color: #004355; }

/* Placeholders */
::-webkit-input-placeholder {
  color: #858585; }

::-moz-placeholder {
  color: #858585; }

:-ms-input-placeholder {
  color: #858585; }

/* Messages */
.page.messages {
  max-width: 1540px;
  margin: 0 auto; }

/* Breadcrumbs */
.breadcrumbs a[title="Shop"] {
  pointer-events: none; }

.breadcrumbs .item:not(:last-child):after {
  position: relative;
  top: 2px; }

/* Action Primary */
.action.primary, .opc-wrapper .action.action-update,
.opc-wrapper .action.action-show-popup, .opc-wrapper .form-discount .action.action-apply, .block-authentication .action.action-login {
  background: #F58C82;
  border-color: #F58C82;
  font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 0 10px;
  border-radius: 60px; }

.action.primary:active, .opc-wrapper .action.action-update:active,
.opc-wrapper .action.action-show-popup:active, .opc-wrapper .form-discount .action.action-apply:active, .block-authentication .action.action-login:active,
.action.primary:focus,
.opc-wrapper .action.action-update:focus,
.opc-wrapper .action.action-show-popup:focus,
.opc-wrapper .form-discount .action.action-apply:focus,
.block-authentication .action.action-login:focus,
.action.primary:hover,
.opc-wrapper .action.action-update:hover,
.opc-wrapper .action.action-show-popup:hover,
.opc-wrapper .form-discount .action.action-apply:hover,
.block-authentication .action.action-login:hover {
  background: #f3766a;
  border-color: #f3766a; }

/* Main */
.page-main {
  max-width: none; }
  .page-main .columns {
    max-width: 1540px;
    margin: 0 auto;
    width: calc(100% - 20px); }

/* Design Title */
.design-title-group {
  margin: 0 auto 20px;
  text-align: center; }
  .design-title-group h2 {
    color: #004355;
    font-size: 46px;
    margin: 0 0 20px;
    padding: 0;
    font-weight: 700;
    line-height: 1.45;
    padding-bottom: 10px;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif; }

/* Design Title - Wide */
.design-title-group.wide-title {
  background-image: url("../images/bg-title-wide.png");
  width: 379px;
  height: 74px; }
  .design-title-group.wide-title h2 {
    font-size: 29px;
    padding: 11px 0 0; }

/* Label Arrow Down */
.label-arrow-down {
  background: url("../images/label-blank-arrow-down.png") center center no-repeat;
  width: 284px;
  height: 90px;
  margin: 0 auto 20px; }
  .label-arrow-down h2 {
    color: #fff;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 41px;
    margin: 0;
    padding: 1px 0 0;
    font-weight: 300;
    text-align: center; }

/* Page Title */
.page-title-wrapper {
  padding-top: 20px; }
  .page-title-wrapper .page-title {
    font-size: 26px;
    margin: 0 0 10px;
    font-weight: 500;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif; }

/* Prevent select */
.noselect, .design-title-group h2, .design-title-group.wide-title h2, .faqs-inline-container .faqs-inline .detail .question, .instagram-container .instagram .entry-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Modal wait screen */
.modal-wait-window-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url("../images/ajax-loading-spin.gif") center center no-repeat;
  z-index: 9500; }

/* Internal Wide Content */
/* Back to Top */
.back-to-top {
  position: fixed;
  bottom: 80px;
  right: 30px;
  cursor: pointer; }
  .back-to-top svg {
    width: 60px;
    height: 60px; }

.modal-popup {
  z-index: 5000 !important; }

.general-tip {
  font-size: 16px;
  text-align: left;
  padding: 0 0 30px 46px;
  margin: 0;
  background: url("../images/svg/toptip.svg") left 5px no-repeat;
  background-size: 30px; }
  .general-tip strong {
    color: #004355; }

/* Modal Popup */
.modal-content div {
  font-size: 18px; }

.modal-popup.confirm div {
  text-align: center; }

.modal-popup .modal-footer {
  text-align: center; }

.modal-footer .action-accept,
.modal-footer .action-dismiss {
  display: inline-block;
  height: 60px;
  width: 240px;
  max-width: calc(50% - 20px);
  border-radius: 60px;
  font-size: 18px;
  margin-right: 15px;
  background: #F58C82;
  font-weight: 700;
  color: #fff;
  border: 0;
  font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .modal-footer .action-accept:hover,
  .modal-footer .action-dismiss:hover {
    background: #f16153;
    color: #fff; }

@media (max-width: 767px) {
  /* Layout */
  .page-main .columns {
    display: block;
    width: 100%; }
  /* Titles */
  .design-title-group {
    max-width: 100%;
    box-sizing: border-box; }
    .design-title-group h2 {
      font-size: 26px; }
  /* Back to Top */
  .back-to-top {
    display: none !important; }
  /* Modal Popup */
  .modal-content div {
    font-size: 16px; }
  .modal-popup .modal-content {
    padding-left: 15px;
    padding-right: 15px; }
  .modal-footer {
    padding: 30px 10px !important; }
    .modal-footer .action-accept,
    .modal-footer .action-dismiss {
      line-height: 30px;
      height: 48px;
      font-size: 14px; } }

.account .modals-overlay {
  position: static !important;
  display: none !important; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  * {
    -webkit-font-smoothing: subpixel-antialiased; } }

@media (min-width: 768px) {
  a.action.primary, .opc-wrapper a.action.action-update,
  .opc-wrapper a.action.action-show-popup, .opc-wrapper .form-discount a.action.action-apply, .block-authentication a.action.action-login {
    display: inline-block;
    text-decoration: none;
    line-height: 56px;
    height: 60px;
    text-align: center;
    padding: 0 15px;
    min-width: 300px;
    border-radius: 60px; }
  .page-wrapper > .breadcrumbs {
    width: calc(100% - 30px); } }

@media (max-width: 767px) {
  /* Actions */
  a.action.primary, .opc-wrapper a.action.action-update,
  .opc-wrapper a.action.action-show-popup, .opc-wrapper .form-discount a.action.action-apply, .block-authentication a.action.action-login {
    display: inline-block;
    text-decoration: none;
    line-height: 54px;
    margin: 8px 0 0 0;
    width: 90%;
    max-width: 100%;
    text-align: center;
    border-radius: 60px; } }

.modals-overlay {
  display: none !important; }

/* Top */
.header-top-container {
  background: #e5e5e5;
  height: 40px; }
  .header-top-container .header-top {
    max-width: 1540px;
    width: calc(100% - 20px);
    margin: 0 auto; }
    .header-top-container .header-top .call-us {
      margin: 0;
      padding: 3px 45px 0 0;
      float: right;
      background: url("../images/icon-phone.png") right center no-repeat; }
    .header-top-container .header-top .call-us span {
      display: block;
      text-align: right; }
    .header-top-container .header-top .call-us span a {
      font-weight: 600;
      color: #222; }
    .header-top-container .header-top .call-us span.number {
      font-size: 14px;
      line-height: 16px; }
    .header-top-container .header-top .call-us span.times {
      font-size: 12px; }
    .header-top-container .header-top .link-sign-in {
      float: right;
      margin-left: 20px;
      cursor: pointer; }

/* Sign In */
.sign-in-account {
  float: right;
  display: inline-block;
  margin: 0 20px 0 20px;
  padding: 0;
  width: 160px;
  height: 40px;
  position: relative;
  text-align: center;
  background: url("../images/bg-pink-sign-in.png") center center no-repeat;
  text-decoration: none;
  color: #fff; }
  .sign-in-account span {
    color: #fff;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 31px;
    font-size: 23px;
    font-weight: 300; }
  .sign-in-account:hover {
    opacity: 0.8;
    text-decoration: none !important; }

/* Continue Shopping */
.header-continue-shopping {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #000 !important;
  display: none; }

.header-continue-shopping:hover {
  text-decoration: underline; }

/* Content */
.page-header {
  margin-bottom: 0px !important;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #ddd !important;
  background: #FAE7D8; }

.header.content {
  padding: 0;
  width: calc(100% - 20px);
  height: 120px; }

/* Content - No Banner */
body.no-banner .page-header {
  margin-bottom: 25px !important; }

/* Content - Subscribe Pages */
body.no-banner.clearsubscribe-manage-results .page-header,
body.no-banner.clearsubscribe-manage-form .page-header {
  /*margin-bottom: 0 !important;*/ }

/* Logo */
.logo {
  margin: 19px 0 0 0; }

.logo.logo-mobile {
  display: none; }

/* Hide sign up link for floating nav */
.header.content .sign-in-account {
  display: none; }

@media (min-width: 1200px) {
  /* Floating nav */
  body.no-banner.floating-nav {
    margin-top: 158px; }
  body.has-banner.floating-nav .page-header,
  body.no-banner.floating-nav .page-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 600;
    height: 59px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    max-width: none;
    border-bottom: 0 !important; }
    body.has-banner.floating-nav .page-header .header.content,
    body.no-banner.floating-nav .page-header .header.content {
      max-width: 1540px;
      margin: 0 auto;
      box-sizing: border-box;
      height: auto; }
    body.has-banner.floating-nav .page-header .logo,
    body.no-banner.floating-nav .page-header .logo {
      display: none; }
    body.has-banner.floating-nav .page-header .logo.logo-mobile,
    body.no-banner.floating-nav .page-header .logo.logo-mobile {
      display: block;
      margin: 8px 9px; }
  .firefox body.has-banner.floating-nav .header.content,
  .firefox body.no-banner.floating-nav .header.content {
    height: 59px; } }

@media (min-width: 950px) and (max-width: 1199px) {
  .logo img {
    display: block;
    width: 170px;
    margin-top: 16px; } }

@media (max-width: 949px) {
  body .logo.logo-mobile {
    width: 42px;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block !important; }
  body .logo.logo-dark,
  body .logo.logo-light {
    display: none !important; }
  body .page-header {
    background: #FAE7D8;
    height: 60px; }
  /* Header */
  .header.content {
    margin: 0 auto;
    position: static;
    height: 60px; }
  /* Top */
  .header-top-container {
    background: #FAE7D8 url("../images/icon-dog-small.png") 10px 10px no-repeat;
    height: 60px; }
  .header-top-container .header-top .call-us {
    display: none; }
  /* Logo */
  .logo {
    display: none;
    margin-left: 10px; }
  /* Logo Link */
  .mobile-logo {
    width: 62px;
    height: 59px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 250;
    display: inline-block; }
  /* Sign In */
  .header-top-container .header-top .sign-in-account {
    margin-top: 10px; }
  /* Toggle Nav */
  .mobile-nav-toggle {
    width: 24px;
    height: 20px;
    margin-top: 20px;
    margin-left: 49px;
    display: inline-block;
    float: right;
    background: url("../images/icon-burger.png") center center no-repeat;
    cursor: pointer; }
  .mobile-nav-active .mobile-nav-toggle {
    background-image: url("../images/svg/menu-close.svg"); }
  body.has-banner .page-wrapper {
    padding-top: 0; }
  /* Header */
  body.has-banner .page-header {
    top: 0;
    height: 60px; }
  /* Sticky */
  .page-header {
    position: sticky;
    top: 0;
    z-index: 200; } }

@media (max-width: 400px) {
  /* Top */
  .mobile-nav-toggle {
    margin-left: 19px; } }

@media (max-width: 332px) {
  /* Nav Toggle */
  .header-top-container .header-top .sign-in-account {
    display: none; } }

.header-top-container {
  background: #004355;
  height: 36px;
  overflow: hidden; }
  .header-top-container .header-top {
    width: calc(100% - 40px); }

.header-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around; }

.header-top ul li {
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 36px; }
  .header-top ul li a {
    color: #fff;
    text-decoration: none; }
    .header-top ul li a:hover {
      color: #eee; }

@media (min-width: 650px) {
  .header-top ul {
    justify-content: flex-end; }
  .header-top ul li {
    padding: 0 0 0 40px;
    font-size: 14px; } }

/* Not Used */
.nav-sections {
  display: none; }

/* Container */
.new-navigation {
  float: right;
  margin-top: 40px;
  width: 58%; }
  .new-navigation > ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
    box-sizing: border-box;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    .new-navigation > ul > li {
      margin: 0;
      position: relative; }
      .new-navigation > ul > li a {
        color: #004355;
        font-size: 16px;
        display: inline-block;
        padding: 9px 0;
        text-decoration: none;
        background: transparent;
        background-position: center bottom;
        background-repeat: no-repeat;
        transition: color 0.1s;
        font-weight: 600; }
      .new-navigation > ul > li a.active,
      .new-navigation > ul > li a:hover {
        color: #f16153; }
    .new-navigation > ul > li.parent > a {
      padding-right: 20px; }
    .new-navigation > ul > li.nav-sign-up {
      background: #004355;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      border-radius: 5px;
      margin-right: 15px; }
      .new-navigation > ul > li.nav-sign-up a {
        font-weight: 500;
        font-size: 14px;
        line-height: 48px;
        height: 48px;
        padding: 0 15px;
        color: #fff; }
      .new-navigation > ul > li.nav-sign-up a:hover {
        background: transparent !important; }
      .new-navigation > ul > li.nav-sign-up:hover {
        background: #cc1c66; }

/* Toggle */
.nav-toggle-menu {
  display: none;
  position: absolute;
  top: 15px;
  right: auto;
  left: 20px;
  width: 24px;
  height: 30px;
  background: url("../images/svg/menu-burger.svg") center center no-repeat;
  cursor: pointer; }

/* Minibasket */
nav .minicart-wrapper {
  top: 46px;
  right: 0;
  position: absolute;
  float: none; }

.nav-account {
  position: absolute;
  top: 49px;
  right: 59px;
  display: block;
  width: 23px;
  height: 26px;
  background: url("../images/svg/user.svg") center center no-repeat; }

a.level-top[title="Health+"]:after {
  content: 'Health+';
  text-indent: 0;
  font-size: 16px; }

a.level-top[title="Health+"] {
  text-indent: 0;
  font-size: 0; }

@media (min-width: 950px) {
  .menu-mobile-only {
    display: none !important; }
  /* Parent */
  .new-navigation > ul > li.parent > a {
    background: url("../images/svg/arrow-dropdown-blue.svg") right 19px no-repeat;
    background-size: 11px; }
  .new-navigation > ul > li.parent:hover > a {
    background-image: url("../images/svg/arrow-dropdown-pink.svg"); }
  /* Parent hover */
  .new-navigation > ul > li:hover > a {
    color: #F58C82; }
  /* Nav Desktop menu, Highlight */
  .new-navigation > ul > li.parent > a {
    padding-bottom: 44px; }
  .new-navigation > ul > li .submenu {
    opacity: 0;
    position: absolute;
    top: 81px;
    left: -27px;
    background: #fff;
    width: 250px;
    box-shadow: 0 1px 13px 1px rgba(100, 100, 100, 0.3);
    padding: 10px 0;
    z-index: 300;
    margin: 0;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
    transition: all 0.2s;
    transform: translateY(-10px);
    pointer-events: none; }
    .new-navigation > ul > li .submenu li {
      background: transparent !important; }
    .new-navigation > ul > li .submenu li a {
      display: block;
      font-size: 16px;
      transition: none;
      padding: 15px 26px; }
    .new-navigation > ul > li .submenu li a:hover {
      background: #004355;
      color: #fff; }
  .new-navigation > ul > li:hover .submenu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all; }
  /* Desktop nav always visible */
  .new-navigation > ul {
    display: flex !important;
    padding-right: 123px;
    padding-left: 0; }
  /* Floating nav */
  body.floating-nav nav .minicart-wrapper {
    top: 14px; }
  body.floating-nav .new-navigation {
    margin-top: 8px; }
  body.floating-nav .new-navigation > ul > li.parent > a {
    padding-bottom: 22px; }
  body.floating-nav .new-navigation > ul > li .submenu {
    top: 51px; } }

@media (min-width: 1300px) {
  .new-navigation > ul {
    padding-right: 145px; } }

@media (min-width: 950px) and (max-width: 1199px) {
  .new-navigation {
    float: right;
    margin-top: 40px;
    width: 74%; } }

@media (max-width: 949px) {
  .nav-account {
    top: 17px;
    right: 70px; }
  /* Toggle */
  .nav-toggle-menu {
    display: inline-block; }
  /* Burger Nav */
  .new-navigation > ul {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #f5f5f5;
    z-index: 250;
    padding: 28px 0 25px;
    display: none;
    text-align: left; }
    .new-navigation > ul > li {
      margin: 0 20px;
      border-bottom: 1px solid #ddd; }
    .new-navigation > ul > li > a {
      display: block;
      box-sizing: border-box;
      padding: 13px 0;
      color: #004355;
      font-weight: 600;
      font-size: 16px; }
    .new-navigation > ul > li > a:active,
    .new-navigation > ul > li > a:hover {
      background-image: none;
      color: #F58C82; }
    .new-navigation > ul > li:last-child {
      border-bottom: 0; }
  /* Navigation */
  .new-navigation {
    margin: 0; }
  /* Mobile Navigation Active */
  .mobile-nav-active .new-navigation > ul {
    box-shadow: 0 5px 11px -4px rgba(0, 0, 0, 0.5);
    display: block; }
  .mobile-nav-active .nav-toggle-menu {
    background-image: url("../images/svg/menu-close.svg"); }
  body.has-banner.mobile-nav-active .nav-toggle-menu {
    background-image: url("../images/svg/menu-close.svg"); }
  /* Minibasket */
  nav .minicart-wrapper {
    top: -5px;
    right: 15px; }
  /* Mobile Sub Nav */
  .new-navigation li.parent > a:after {
    content: ' ';
    position: absolute;
    top: 18px;
    right: 0;
    background: url("../images/svg/arrow-mobile.svg") center center no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 15px;
    height: 20px; }
  .new-navigation .submenu {
    display: none; }
  .new-navigation .mobile-subnav-active > a {
    border-bottom: 1px solid #ddd;
    position: relative; }
  .new-navigation .mobile-subnav-active > a:after {
    transform: rotate(180deg) !important; }
  .new-navigation .mobile-subnav-active .submenu {
    display: block !important;
    padding: 0 0 0 30px;
    margin: 10px 0; }
    .new-navigation .mobile-subnav-active .submenu li {
      margin: 0; }
      .new-navigation .mobile-subnav-active .submenu li a {
        font-size: 16px; }
      .new-navigation .mobile-subnav-active .submenu li a:hover {
        color: #004355; } }

.main-banner-container {
  position: relative; }

.main-banner-container .banner {
  position: relative; }
  .main-banner-container .banner .main-banner-image {
    display: block;
    width: 100%; }
  .main-banner-container .banner .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44); }
  .main-banner-container .banner .banner-actions .action.primary, .main-banner-container .banner .banner-actions .opc-wrapper .action.action-update, .opc-wrapper .main-banner-container .banner .banner-actions .action.action-update,
  .main-banner-container .banner .banner-actions .opc-wrapper .action.action-show-popup, .opc-wrapper .main-banner-container .banner .banner-actions .action.action-show-popup, .main-banner-container .banner .banner-actions .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .main-banner-container .banner .banner-actions .action.action-apply, .main-banner-container .banner .banner-actions .block-authentication .action.action-login, .block-authentication .main-banner-container .banner .banner-actions .action.action-login {
    min-width: 240px; }

.main-banner-container .overlay-container {
  max-width: 1540px;
  margin: 0 auto;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  bottom: 40px; }
  .main-banner-container .overlay-container .overlay .banner-title {
    color: #fff;
    font-size: 64px;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.46;
    max-width: 710px;
    margin: 0 auto 22px;
    padding: 0 10px; }
  .main-banner-container .overlay-container .overlay .banner-subtitle {
    color: #fff;
    font-size: 18px;
    max-width: 400px;
    margin: 0 auto 60px;
    line-height: 29px; }
  .main-banner-container .overlay-container .overlay .arrow-down {
    display: block;
    padding-top: 50px;
    cursor: pointer;
    margin: 0 auto 60px;
    width: 57px;
    height: 30px;
    filter: invert(1); }

.banner-arrow-down {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer; }

.internal-banner-container.main-banner-container .banner {
  margin-bottom: 20px; }
  .internal-banner-container.main-banner-container .banner .main-banner-image {
    width: 100%;
    margin: 0 auto; }
  .internal-banner-container.main-banner-container .banner .overlay-container {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
    .internal-banner-container.main-banner-container .banner .overlay-container .overlay .banner-title {
      margin: 0 auto; }

/*.cms-our-story,
.cms-talk-to-us   {
	.main-banner-container  {
		margin-bottom: 0;
		.banner 	{
			margin-bottom: 0;
		}
	}
}*/
@media (min-width: 1760px) {
  .main-banner-container.home-banner-container {
    height: 844px;
    overflow: hidden; }
  .main-banner-container.home-banner-container .banner-desktop {
    height: 844px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; } }

@media (max-width: 1390px) {
  .home-banner-container .overlay-container {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto; }
    .home-banner-container .overlay-container .overlay .arrow-down {
      margin-bottom: 20px; }
    .home-banner-container .overlay-container .overlay .banner-title {
      font-size: 44px;
      margin-bottom: 22px; }
    .home-banner-container .overlay-container .overlay .banner-subtitle {
      margin-bottom: 30px; } }

@media (max-width: 900px) {
  .main-banner-container .overlay-container .overlay .arrow-down {
    display: none; } }

@media (max-width: 768px) {
  .main-banner-container .overlay-container .overlay .banner-title {
    font-size: 26px; } }

@media (max-width: 580px) {
  .banner-desktop {
    display: none !important; }
  .main-banner-container {
    height: 400px; }
    .main-banner-container .banner-mobile {
      display: flex !important;
      justify-content: center;
      align-items: center;
      height: 400px;
      overflow: hidden; }
      .main-banner-container .banner-mobile .main-banner-image {
        width: auto;
        height: auto;
        max-width: none; }
  .internal-banner-container {
    height: 300px;
    margin-bottom: 20px; }
    .internal-banner-container .banner .image-container {
      width: 100%;
      overflow: hidden;
      display: flex;
      justify-content: center; }
      .internal-banner-container .banner .image-container .main-banner-image {
        width: auto;
        height: 300px;
        max-width: none; } }

/* Product - Share */
.share-buttons-group {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20; }

/* Share Buttons */
.share-buttons {
  width: 40px;
  height: 50px;
  position: absolute;
  top: 0px;
  right: 0px; }

.share-buttons:before {
  content: 'Share';
  top: 3px;
  left: -55px;
  position: absolute;
  font-size: 16px;
  color: #222; }

.share-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  font-size: 1.25em;
  color: #fff;
  cursor: pointer;
  transition: margin-top 0.4s; }

.share-buttons:hover .share-button:first-child,
.share-button:hover {
  background: #ff5c3e; }

.share-buttons .expandable {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  padding-top: 10px; }

.share-buttons:hover .expandable, .share-buttons.active .expandable {
  opacity: 1;
  visibility: visible; }

.share-buttons .expandable .share-button {
  margin-top: -15px;
  margin-bottom: 10px; }

.share-buttons:hover .expandable .share-button, .share-buttons.active .expandable .share-button {
  margin-top: 0; }

.share-button.expand {
  background: #fff !important; }

.share-button.expand:hover {
  background: #fff !important; }

.share-button.pinterest {
  background: #cc1e27; }

.share-button.pinterest:hover {
  background: #b71b23; }

.share-button.twitter {
  background: #5fc6f1; }

.share-button.twitter:hover {
  background: #55b2d8; }

.share-button.facebook {
  background: #3c5a97; }

.share-button.facebook:hover {
  background: #365188; }

.share-button.googleplus {
  background: #dc4a38; }

.share-button.googleplus:hover {
  background: #c64232; }

.share-button.email {
  background: #54c795; }

.share-button.email:hover {
  background: #4bb386; }

@media (min-width: 451px) {
  /* Product share */
  /*.catalog-product-view   {
        .share-container    { display: none !important }
    }*/ }

/* Product */
.catalog-product-view .share-buttons-group {
  top: 1px; }

.catalog-product-view .share-buttons:before {
  font-size: 12px;
  text-transform: uppercase;
  top: 6px;
  left: -49px; }

.catalog-product-view #svg-share-btn {
  width: 30px !important;
  height: 30px !important; }

/* Blog Post */
.blog-post-view .share-container {
  max-width: 1015px;
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
  padding-bottom: 50px; }
  .blog-post-view .share-container .share-buttons-group {
    left: 34px;
    right: auto;
    z-index: 5; }
  .blog-post-view .share-container .share-buttons:before {
    content: 'Share this story';
    width: 150px;
    left: 53px;
    top: 7px; }

@media (max-width: 768px) {
  /* Share */
  .share-buttons-group {
    top: 12px; } }

/* Find Us */
.find-stores-content-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px; }
  .find-stores-content-container .find-stores-content {
    max-width: 735px;
    padding-right: 50px;
    box-sizing: border-box; }
  .find-stores-content-container h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 20px; }
  .find-stores-content-container p {
    font-size: 18px;
    margin: 0 0 20px; }

.cleardistributors-index-index .columns .column.main {
  padding-bottom: 10px; }

@media (min-width: 768px) {
  /* Find Us */
  .cleardistributors-index-index.not-home-banner .main-banner-container {
    margin-bottom: 55px; } }

@media (max-width: 767px) {
  /* Content */
  .find-stores-content-container {
    display: block;
    padding-bottom: 20px;
    padding-top: 10px; }
  .find-stores-content-container p {
    font-size: 15px;
    line-height: 24px; }
  .find-stores-content-container h2 {
    font-size: 22px;
    line-height: 29px; }
  .find-stores-content-container .find-stores-content {
    padding-right: 0;
    max-width: none;
    padding-bottom: 10px; }
  /* Search */
  .distributor-content form {
    display: flex;
    justify-content: center; }
  .distributor-content input[type=submit] {
    width: 100px;
    font-size: 16px !important; }
  .distributor-content input[type=text] {
    padding: 6px 10px 7px 10px;
    width: 100%; }
  /* Title */
  .cleardistributors-index-index .page-title {
    line-height: 29px;
    font-size: 22px;
    margin-bottom: 20px; } }

.page-layout-work-with-dogs .page-main .columns {
  max-width: none;
  width: 100%;
  padding-bottom: 0; }

.page-layout-work-with-dogs .columns .column.main {
  padding-bottom: 0; }

.page-layout-work-with-dogs.not-home-banner .main-banner-container {
  margin-bottom: 0; }

.page-layout-work-with-dogs .content-container h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 25px; }

.page-layout-work-with-dogs .content-container p {
  font-size: 18px;
  margin: 0 0 18px;
  line-height: 26px;
  font-weight: 300; }

.page-layout-work-with-dogs .content-container p:last-child {
  margin-bottom: 0; }

.page-layout-work-with-dogs .content-container table {
  margin-bottom: 50px; }
  .page-layout-work-with-dogs .content-container table tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*background: #f5f5f5;*/
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    padding: 60px 30px;
    box-sizing: border-box; }
    .page-layout-work-with-dogs .content-container table tr td {
      padding: 0;
      /*max-width: 750px;*/ }
      .page-layout-work-with-dogs .content-container table tr td img {
        max-width: 500px; }
  .page-layout-work-with-dogs .content-container table tr:nth-child(2n) {
    background: #fff; }
    .page-layout-work-with-dogs .content-container table tr:nth-child(2n) td:first-child {
      padding-right: 150px; }
  .page-layout-work-with-dogs .content-container table tr:last-child {
    padding-bottom: 0; }

.page-layout-work-with-dogs .content-container ul {
  font-size: 18px;
  font-weight: 300;
  max-width: 960px;
  padding-left: 21px;
  margin-bottom: 20px; }
  .page-layout-work-with-dogs .content-container ul li {
    padding-bottom: 10px; }

.cms-page-view.page-layout-work-with-dogs .columns .column.main {
  padding-bottom: 0; }

@media (min-width: 1300px) {
  /* Dogs */
  .page-layout-work-with-dogs .content-container table tr:nth-child(2n - 1) td:last-child {
    padding-right: 110px; } }

@media (max-width: 1100px) {
  /* Layout */
  .page-layout-work-with-dogs .content-container table tr td img {
    max-width: 300px; }
  .page-layout-work-with-dogs .content-container table tr:nth-child(2n-1) td:last-child {
    padding-left: 70px; }
  .page-layout-work-with-dogs .content-container table tr:nth-child(2n) td:first-child {
    padding-right: 30px; } }

@media (max-width: 767px) {
  /* Layout */
  .page-layout-work-with-dogs .page-main {
    padding-left: 0;
    padding-right: 0; }
  .page-layout-work-with-dogs .content-container table {
    /*tr:nth-child(2n-1) td:last-child   { padding-left: 15px; padding-right: 15px; }*/
    /*tr td img  { max-width: 100%; display: block; margin-bottom: 35px; }*/ }
    .page-layout-work-with-dogs .content-container table tr {
      flex-wrap: wrap; }
    .page-layout-work-with-dogs .content-container table tr td:last-child {
      display: none; }
    .page-layout-work-with-dogs .content-container table tr:nth-child(2n-1) td:first-child {
      order: 10; }
    .page-layout-work-with-dogs .content-container table tr:nth-child(2n) td:first-child {
      padding-right: 15px; }
    .page-layout-work-with-dogs .content-container table tr td {
      padding: 0 15px; }
  /* Remove lower banner */
  .page-layout-work-with-dogs .content-container p:last-child img {
    display: none !important; } }

/* Weekly Menu Items */
.item-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1400px;
  flex-wrap: wrap; }
  .item-list .item {
    padding: 0 10px;
    margin: 0 0 30px;
    text-align: center;
    width: 33%;
    box-sizing: border-box; }
    .item-list .item .image {
      display: inline-block;
      margin: 0 0 20px 0; }
    .item-list .item .lead {
      font-size: 24px;
      font-weight: 600;
      margin: 0;
      padding: 0; }
    .item-list .item .subtitle {
      font-size: 18px;
      margin: 0 0 29px;
      padding: 0 20px; }

/* Category Intro */
.category-view {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .category-view .page-title {
    font-weight: 600;
    margin-bottom: 18px; }
  .category-view .category-description {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300; }

/* Combined List - Sections */
.page-layout-combined-list .column.main {
  min-height: 0;
  padding: 0; }

.page-layout-combined-list .subcategory-title-container {
  background: #f5f5f5;
  padding: 62px 0;
  margin-bottom: 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat; }
  .page-layout-combined-list .subcategory-title-container .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .page-layout-combined-list .subcategory-title-container .subcategory-title {
    max-width: 1540px;
    width: calc(100% - 20px);
    margin: 0 auto 23px;
    line-height: 67px;
    text-align: center;
    position: relative; }
    .page-layout-combined-list .subcategory-title-container .subcategory-title h2 {
      font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 60px;
      font-weight: 400;
      color: #fff; }
  .page-layout-combined-list .subcategory-title-container[data-name="Our Range"] {
    height: 0;
    overflow: hidden;
    padding: 0; }

.page-layout-combined-list .subcategory-products-container {
  padding: 60px 0 55px; }
  .page-layout-combined-list .subcategory-products-container .subcategory-products {
    max-width: 1470px;
    margin: 0 auto;
    width: calc(100% - 20px); }
    .page-layout-combined-list .subcategory-products-container .subcategory-products .subcategory-description {
      text-align: center;
      font-size: 18px;
      padding-bottom: 50px;
      max-width: 950px;
      margin: 0 auto; }
      .page-layout-combined-list .subcategory-products-container .subcategory-products .subcategory-description p:first-child {
        font-size: 26px;
        font-weight: 600;
        line-height: 33px;
        margin: 0 0 16px; }

/* Product Grid */
.new-products-grid {
  padding: 40px 0 30px 0; }

/* Product List */
.product-map {
  overflow: hidden;
  max-width: 1470px;
  margin: 0 auto;
  width: 100%; }
  .product-map .product-holder {
    text-align: center;
    max-width: 420px;
    margin-right: 7%;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    position: relative; }
    .product-map .product-holder .image {
      width: 100%;
      position: relative;
      margin: 0 auto;
      overflow: hidden;
      box-sizing: border-box;
      display: flex;
      align-items: center; }
      .product-map .product-holder .image img {
        /*position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0;*/
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 340px;
        /*max-height: 340px;*/ }
    .product-map .product-holder .detail {
      max-width: 310px;
      margin: 0 auto;
      width: 100%;
      padding-bottom: 30px; }
      .product-map .product-holder .detail .info {
        margin: 0;
        padding: 0 0 10px;
        font-size: 24px;
        line-height: 1.4; }
        .product-map .product-holder .detail .info .name {
          font-weight: 600;
          font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif; }
          .product-map .product-holder .detail .info .name:hover {
            color: #F58C82; }
        .product-map .product-holder .detail .info .extra-info {
          margin: 0 6px; }
        .product-map .product-holder .detail .info .price-info {
          display: block;
          text-align: center; }
    .product-map .product-holder:nth-child(3n) {
      margin-right: 0; }
    .product-map .product-holder .product-item-photo {
      display: block;
      margin: 0 auto;
      max-width: 100%; }
    .product-map .product-holder .product-short-desc {
      font-size: 16px;
      line-height: 1.75; }
  .product-map .basket-overlay-container {
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; }
    .product-map .basket-overlay-container .basket-overlay h3 {
      font-size: 18px;
      font-weight: 600;
      margin: 0;
      padding: 0 0 18px;
      font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    .product-map .basket-overlay-container .basket-overlay .action-list {
      display: flex;
      justify-content: center;
      margin-bottom: 20px; }
      .product-map .basket-overlay-container .basket-overlay .action-list.loading {
        pointer-events: none;
        opacity: 0.2; }
        .product-map .basket-overlay-container .basket-overlay .action-list.loading > a {
          background: #000; }
      .product-map .basket-overlay-container .basket-overlay .action-list a {
        color: #fff;
        background: #F58C82;
        padding: 13px 17px 8px;
        font-size: 16px;
        text-decoration: none;
        border-right: 1px solid #f9b7b1;
        font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif; }
        .product-map .basket-overlay-container .basket-overlay .action-list a .action-title {
          display: block;
          font-weight: 600;
          text-transform: uppercase;
          line-height: 19px; }
        .product-map .basket-overlay-container .basket-overlay .action-list a .action-info {
          display: block; }
        .product-map .basket-overlay-container .basket-overlay .action-list a:first-child {
          border-top-left-radius: 7px;
          border-bottom-left-radius: 7px;
          padding-left: 20px; }
        .product-map .basket-overlay-container .basket-overlay .action-list a:last-child {
          border-top-right-radius: 7px;
          border-bottom-right-radius: 7px;
          padding-right: 20px;
          border-right: 0; }
      .product-map .basket-overlay-container .basket-overlay .action-list a:hover {
        background: #f16153; }
    .product-map .basket-overlay-container .basket-overlay .action.view-add-basket,
    .product-map .basket-overlay-container .basket-overlay .action.view-dish {
      display: block;
      border: 2px solid #004355;
      border-radius: 5px;
      color: #004355;
      text-align: center;
      line-height: 52px;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      padding: 0 10px; }
      .product-map .basket-overlay-container .basket-overlay .action.view-add-basket:hover,
      .product-map .basket-overlay-container .basket-overlay .action.view-dish:hover {
        background: #004355;
        color: #fff; }
      .product-map .basket-overlay-container .basket-overlay .action.view-add-basket.view-add-basket,
      .product-map .basket-overlay-container .basket-overlay .action.view-dish.view-add-basket {
        width: 190px;
        max-width: 100%; }
  .product-map .product-holder .basket-overlay-container {
    display: flex; }
  .product-map .product-holder.price-from .detail .info .extra-info.extra-price-from:before {
    content: 'From';
    padding-right: 5px; }
  .product-map .product-holder.no-image-style .image {
    border: 0;
    border-radius: 0; }
  .product-map .product-holder.no-image-style:hover .overlay {
    display: none !important; }

/* Loading for add to basket in category */
.product-map .basket-overlay-container .basket-overlay.loading .view-add-basket:active,
.product-map .basket-overlay-container .basket-overlay.loading .view-add-basket:hover,
.product-map .basket-overlay-container .basket-overlay.loading .view-add-basket {
  background: #000;
  color: #fff;
  border-color: #000;
  opacity: 0.2; }

/* Catalog Category List */
.catalog-category-view .product-map .product-holder:nth-child(3n + 1) {
  clear: left; }

/* Product List */
.catalog-category-view .product-map .product-holder {
  cursor: pointer; }

/* Category Button Group */
.category-button-group {
  display: none; }

/* Filter */
.custom-filters {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  background: #f9f9f9;
  padding: 25px;
  box-sizing: border-box; }
  .custom-filters label {
    flex: 0 0 140px;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700; }

@media (max-width: 768px) {
  .category-button-group + .tailored-plan {
    display: none; }
  /* Category Button Group */
  .category-button-group {
    padding: 0 10px 30px 10px;
    display: block; }
    .category-button-group .action.primary, .category-button-group .opc-wrapper .action.action-update, .opc-wrapper .category-button-group .action.action-update,
    .category-button-group .opc-wrapper .action.action-show-popup, .opc-wrapper .category-button-group .action.action-show-popup, .category-button-group .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .category-button-group .action.action-apply, .category-button-group .block-authentication .action.action-login, .block-authentication .category-button-group .action.action-login {
      width: 100%; } }

@media (max-width: 1550px) {
  /* Product List */
  .product-map .product-holder {
    max-width: 28.5%;
    margin-right: 6.93%; } }

@media (max-width: 1320px) {
  /* Product List */
  .product-map .product-holder .image img {
    padding: 10px;
    box-sizing: border-box; } }

@media (max-width: 970px) {
  /* Item Image */ }

@media (min-width: 768px) {
  /* This week's menu */
  .item-list {
    padding: 30px 0 0; }
    .item-list .item {
      width: calc(25% - 10px);
      margin: 0 0 30px; }
    .item-list .item .lead {
      padding: 10px 0; } }

@media (max-width: 767px) {
  /* Layout */
  .catalog-category-view .columns {
    width: 100%; }
  /* Description */
  .catalog-category-view .page-title-wrapper .page-title {
    font-size: 22px; }
  .catalog-category-view .category-description {
    font-size: 15px;
    line-height: 24px; }
  /* Product List */
  .catalog-category-view .product-map {
    /*.product-holder:hover .basket-overlay-container  {  }*/ }
    .catalog-category-view .product-map .product-holder {
      clear: none;
      max-width: calc(50% - 0px);
      width: 100%;
      float: left;
      margin: 0; }
      .catalog-category-view .product-map .product-holder .detail {
        box-sizing: border-box;
        padding: 0 10px 10px;
        width: 100%; }
        .catalog-category-view .product-map .product-holder .detail .info {
          font-size: 16px;
          padding-bottom: 0;
          padding-top: 20px; }
        .catalog-category-view .product-map .product-holder .detail .product-short-desc {
          font-size: 15px;
          line-height: 20px; }
      .catalog-category-view .product-map .product-holder .image img {
        padding: 8px; }
    .catalog-category-view .product-map .product-holder:nth-child(3n + 1) {
      clear: none; }
    .catalog-category-view .product-map .product-holder:nth-child(2n + 1) {
      clear: left; }
    .catalog-category-view .product-map .product-holder:hover {
      border: 1px solid #fff; }
    .catalog-category-view .product-map .basket-overlay-container {
      display: flex;
      position: static; }
      .catalog-category-view .product-map .basket-overlay-container .action.view-dish {
        display: none; }
      .catalog-category-view .product-map .basket-overlay-container .basket-overlay h3 {
        font-size: 14px;
        font-weight: 700; }
      .catalog-category-view .product-map .basket-overlay-container .basket-overlay .action-list a {
        font-size: 14px; }
  /* Filter */
  .custom-filters {
    display: block;
    text-align: center; }
    .custom-filters label {
      margin-bottom: 10px;
      display: block; } }

@media (max-width: 500px) {
  /* Layout */
  .catalog-category-view .product-map .product-holder {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 20px !important;
    float: none; }
  .catalog-category-view .product-map .product-holder .image {
    box-sizing: border-box;
    max-width: 260px; }
  .catalog-category-view .product-map .product-holder .image img {
    max-width: 100%; }
  .catalog-category-view .product-map .product-holder .image .overlay {
    display: none !important; } }

@media (max-width: 400px) {
  /* Subcategory */
  .page-layout-combined-list .subcategory-title-container .subcategory-title h2 {
    font-size: 40px;
    text-align: center; } }

.catalog-product-view .message.success {
  display: none !important; }

@media (min-width: 768px) {
  /* Layout */
  .page-layout-1column .product-info-main {
    width: 45%;
    margin-right: 0; }
  .page-layout-1column .product.media {
    width: 43.8%;
    margin-top: 25px; } }

@media (min-width: 1350px) {
  /* Layout */
  .page-layout-1column .product-info-main {
    width: 32.5%;
    margin-right: 0; }
  .page-layout-1column .product.media {
    width: 57.8%;
    margin-top: 25px; } }

/* View */
.page-layout-1column .product-info-main {
  position: relative;
  margin-top: 70px;
  padding-bottom: 50px;
  font-weight: 300;
  /* Title */
  /* Price */
  /* Options */
  /* New Options */
  /* Form */
  /* Add to Basket */
  /* Qty - Actions */
  /* Short & Long description */
  /* Stock */ }
  .page-layout-1column .product-info-main .content-container {
    overflow: hidden; }
  .page-layout-1column .product-info-main .page-title-wrapper {
    padding-top: 0;
    padding-right: 120px; }
    .page-layout-1column .product-info-main .page-title-wrapper .title-weight {
      margin-left: 8px; }
  .page-layout-1column .product-info-main .price-box {
    /*position: absolute; top: -1px; right: 0; margin-top: 0;*/
    display: inline-block !important; }
    .page-layout-1column .product-info-main .price-box .price-wrapper .price {
      font-size: 26px;
      font-weight: 300;
      padding-left: 5px; }
    .page-layout-1column .product-info-main .price-box .price-label {
      display: none; }
    .page-layout-1column .product-info-main .price-box .special-price,
    .page-layout-1column .product-info-main .price-box .old-price {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 10px; }
    .page-layout-1column .product-info-main .price-box .old-price,
    .page-layout-1column .product-info-main .price-box .old-price .price {
      color: #aaa; }
    .page-layout-1column .product-info-main .price-box .special-price .price {
      color: #c00; }
  .page-layout-1column .product-info-main .product-options-wrapper {
    padding: 0; }
    .page-layout-1column .product-info-main .product-options-wrapper .qty-field {
      min-width: 100px; }
      .page-layout-1column .product-info-main .product-options-wrapper .qty-field label {
        display: inline-block;
        vertical-align: middle;
        margin-right: 13px;
        font-size: 16px;
        color: #252525; }
      .page-layout-1column .product-info-main .product-options-wrapper .qty-field input {
        display: inline-block;
        vertical-align: middle;
        width: 57px;
        text-align: center; }
    .page-layout-1column .product-info-main .product-options-wrapper .fieldset {
      flex-grow: 1;
      padding: 0;
      margin: 0; }
      .page-layout-1column .product-info-main .product-options-wrapper .fieldset .field {
        margin-bottom: 15px; }
      .page-layout-1column .product-info-main .product-options-wrapper .fieldset label {
        display: none; }
      .page-layout-1column .product-info-main .product-options-wrapper .fieldset input[type=text] {
        padding: 0 20px; }
      .page-layout-1column .product-info-main .product-options-wrapper .fieldset select {
        background: #f5f5f5;
        border: 1px solid #e5e5e5;
        height: 57px;
        box-shadow: none !important;
        font-size: 16px;
        padding: 0 20px; }
    .page-layout-1column .product-info-main .product-options-wrapper input[type=text] {
      background: #f5f5f5;
      border: 1px solid #e5e5e5;
      height: 57px;
      box-shadow: none !important;
      font-size: 16px; }
    .page-layout-1column .product-info-main .product-options-wrapper ::-webkit-input-placeholder {
      color: #252525;
      font-style: italic; }
    .page-layout-1column .product-info-main .product-options-wrapper ::-moz-placeholder {
      color: #252525;
      font-style: italic; }
    .page-layout-1column .product-info-main .product-options-wrapper :-ms-input-placeholder {
      color: #252525;
      font-style: italic; }
  .page-layout-1column .product-info-main .new-option-group-label {
    text-transform: uppercase;
    font-size: 14px;
    color: #004355;
    font-weight: 600;
    margin-bottom: 14px;
    display: block;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .page-layout-1column .product-info-main .new-option-group {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px; }
    .page-layout-1column .product-info-main .new-option-group .new-option-value {
      border-right: 1px solid #ddd;
      flex-grow: 1;
      font-size: 16px;
      color: #004355;
      padding: 19px 1px;
      text-align: center;
      cursor: pointer;
      font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .page-layout-1column .product-info-main .new-option-group .new-option-value:hover, .page-layout-1column .product-info-main .new-option-group .new-option-value.active {
        background: #004355;
        color: #fff; }
    .page-layout-1column .product-info-main .new-option-group .new-option-value:first-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .page-layout-1column .product-info-main .new-option-group .new-option-value:last-child {
      border-right: 0;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .page-layout-1column .product-info-main .new-option-group .new-option-value:only-child {
      border-right: 0;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
  .page-layout-1column .product-info-main .product-add-form {
    padding-bottom: 20px; }
  .page-layout-1column .product-info-main .action.primary.tocart, .page-layout-1column .product-info-main .opc-wrapper .action.tocart.action-update, .opc-wrapper .page-layout-1column .product-info-main .action.tocart.action-update,
  .page-layout-1column .product-info-main .opc-wrapper .action.tocart.action-show-popup, .opc-wrapper .page-layout-1column .product-info-main .action.tocart.action-show-popup, .page-layout-1column .product-info-main .opc-wrapper .form-discount .action.tocart.action-apply, .opc-wrapper .form-discount .page-layout-1column .product-info-main .action.tocart.action-apply, .page-layout-1column .product-info-main .block-authentication .action.tocart.action-login, .block-authentication .page-layout-1column .product-info-main .action.tocart.action-login {
    position: relative;
    width: 370px;
    height: 60px;
    padding: 0;
    border: 0; }
  .page-layout-1column .product-info-main .box-tocart-new {
    padding: 10px 0 35px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 6px; }
    .page-layout-1column .product-info-main .box-tocart-new .qty-fieldset .actions {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      .page-layout-1column .product-info-main .box-tocart-new .qty-fieldset .actions .inline-qty-field {
        margin-right: 20px; }
        .page-layout-1column .product-info-main .box-tocart-new .qty-fieldset .actions .inline-qty-field .label {
          text-transform: uppercase;
          color: #004355;
          font-size: 14px;
          font-weight: 600;
          margin-bottom: 14px;
          display: block;
          font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif; }
        .page-layout-1column .product-info-main .box-tocart-new .qty-fieldset .actions .inline-qty-field .control input {
          border: 1px solid #ddd;
          height: 60px;
          text-align: center;
          max-width: 100px;
          border-radius: 5px;
          font-size: 16px; }
  .page-layout-1column .product-info-main .box-tocart .actions {
    display: block; }
  .page-layout-1column .product-info-main .product.attribute.description p {
    margin: 0 0 18px; }
  .page-layout-1column .product-info-main .product.attribute.description .value p:first-child {
    margin-bottom: 0; }
  .page-layout-1column .product-info-main .stock.available {
    display: none; }

/* Price from */
.page-layout-1column .product-info-main.price-from .price-wrapper .price:before {
  content: 'From';
  padding-right: 5px; }

/* Feeding guidelines */
.catalog-product-view .page-lower .feeding-guidelines {
  max-width: 1320px;
  width: calc(100% - 20px);
  margin: 30px auto;
  text-align: center; }

.catalog-product-view .page-lower .feeding-guidelines h2 + p {
  font-size: 18px;
  margin: 0 0 20px; }

/* Related/upsell products title */
.block-title.title.extra-products-title {
  margin-bottom: 157px;
  background: #f5f5f5 url("../images/bg-pattern-white-lage.jpg") center center repeat;
  height: 200px; }

.block-title.title.extra-products-title strong {
  font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 90px !important;
  color: #222;
  display: block;
  font-weight: 300;
  text-align: left;
  max-width: 1540px;
  margin: 0 auto;
  width: calc(100% - 20px);
  padding-top: 35px;
  position: relative; }

.block-title.title.extra-products-title strong img {
  position: absolute;
  top: -117px;
  right: 0; }

/* Related box with dog image */
.catalog-product-view .block.related {
  margin-top: 135px; }

/* Upsell box */
.catalog-product-view .block.upsell .block-title.title {
  margin-bottom: 70px; }

/* Lower blocks */
.catalog-product-view .block.crosssell,
.catalog-product-view .block.upsell,
.catalog-product-view .block.related {
  clear: both; }

/* Feeding Guidelines */
.product-feeding-guidelines table {
  border: 1px solid #ddd; }

.product-feeding-guidelines table tr th,
.product-feeding-guidelines table tr td {
  border: 1px solid #ddd; }

/* Feeding Guidelines */
.feeding-guidelines-product-container {
  background: #f5f5f5;
  padding: 50px 0; }
  .feeding-guidelines-product-container .feeding-guidelines-product {
    max-width: 960px;
    margin: 0 auto;
    width: 94%;
    text-align: center;
    font-weight: 300; }
    .feeding-guidelines-product-container .feeding-guidelines-product h2 {
      font-size: 26px;
      font-weight: 600;
      margin: 0 0 25px; }
    .feeding-guidelines-product-container .feeding-guidelines-product h3 {
      font-size: 26px;
      font-weight: 600;
      margin: 35px 0 0; }
    .feeding-guidelines-product-container .feeding-guidelines-product p {
      margin: 0 0 20px;
      font-weight: 300; }
    .feeding-guidelines-product-container .feeding-guidelines-product ul {
      list-style: none;
      margin: 0;
      padding: 20px 0 0;
      display: flex;
      justify-content: space-around;
      align-items: flex-end; }
      .feeding-guidelines-product-container .feeding-guidelines-product ul li {
        padding: 10px 0 0;
        margin: 0; }
        .feeding-guidelines-product-container .feeding-guidelines-product ul li h3 {
          font-size: 22px;
          font-weight: 700;
          margin: 20px 0 9px; }
        .feeding-guidelines-product-container .feeding-guidelines-product ul li img {
          max-width: 140px; }
    .feeding-guidelines-product-container .feeding-guidelines-product p.after-note {
      font-size: 14px;
      margin: 0;
      padding-top: 15px; }

/* Gallery */
.fotorama__nav-wrap {
  display: none !important; }

@media (max-width: 1400px) {
  /* Media */
  .page-layout-1column .product.media {
    margin-top: 50px; } }

@media (max-width: 1320px) {
  /* Price */
  .page-layout-1column .product-info-main .price-box .price-wrapper .price {
    display: block;
    padding-left: 0; } }

@media (max-width: 1085px) {
  /* Related Products */
  .catalog-product-view .block.related {
    margin-top: 0; }
  .block-title.title.extra-products-title {
    height: auto;
    margin-bottom: 40px; }
  .block-title.title.extra-products-title strong {
    font-size: 60px !important;
    padding: 30px 20px 50px;
    box-sizing: border-box;
    text-align: center; }
  .block-title.title.extra-products-title strong img {
    display: none; } }

@media (max-width: 767px) {
  /* Media */
  .page-layout-1column .product.media {
    margin-top: 50px; }
  .page-layout-1column .product-info-main .box-tocart .field.qty label span {
    position: relative;
    top: 15px; }
  /* Feeding Guidelines */
  .feeding-guidelines-product-container {
    padding: 40px 0 40px; }
  .feeding-guidelines-product-container .feeding-guidelines-product h2 {
    font-size: 22px; }
  .feeding-guidelines-product-container .feeding-guidelines-product ul li h3 {
    font-size: 20px; }
  .feeding-guidelines-product-container .feeding-guidelines-product p {
    font-size: 14px;
    line-height: 22px; }
  /* Title */
  .product-info-main .page-title-wrapper .page-title {
    font-size: 22px;
    padding-right: 110px; }
  .page-layout-1column .product-info-main .product.attribute.overview {
    font-size: 15px;
    margin: 0 0 30px; }
  .page-layout-1column .product-info-main .product.attribute.description p {
    font-size: 14px; }
  /* Action */
  .page-layout-1column .product-info-main .action.primary.tocart, .page-layout-1column .product-info-main .opc-wrapper .action.tocart.action-update, .opc-wrapper .page-layout-1column .product-info-main .action.tocart.action-update,
  .page-layout-1column .product-info-main .opc-wrapper .action.tocart.action-show-popup, .opc-wrapper .page-layout-1column .product-info-main .action.tocart.action-show-popup, .page-layout-1column .product-info-main .opc-wrapper .form-discount .action.tocart.action-apply, .opc-wrapper .form-discount .page-layout-1column .product-info-main .action.tocart.action-apply, .page-layout-1column .product-info-main .block-authentication .action.tocart.action-login, .block-authentication .page-layout-1column .product-info-main .action.tocart.action-login {
    width: 100%;
    height: 48px; }
    .page-layout-1column .product-info-main .action.primary.tocart span, .page-layout-1column .product-info-main .opc-wrapper .action.tocart.action-update span, .opc-wrapper .page-layout-1column .product-info-main .action.tocart.action-update span, .page-layout-1column .product-info-main .opc-wrapper .action.tocart.action-show-popup span, .opc-wrapper .page-layout-1column .product-info-main .action.tocart.action-show-popup span, .page-layout-1column .product-info-main .opc-wrapper .form-discount .action.tocart.action-apply span, .opc-wrapper .form-discount .page-layout-1column .product-info-main .action.tocart.action-apply span, .page-layout-1column .product-info-main .block-authentication .action.tocart.action-login span, .block-authentication .page-layout-1column .product-info-main .action.tocart.action-login span {
      font-size: 14px; }
  /* Price */
  .page-layout-1column .product-info-main .price-box {
    top: 7px; }
  .page-layout-1column .product-info-main .price-box .price-wrapper .price {
    font-size: 18px; }
  /* Product */
  .page-layout-1column .product-info-main .box-tocart-new .qty-fieldset .actions {
    display: block; }
  .page-layout-1column .product-info-main .box-tocart-new .qty-fieldset .actions .inline-qty-field {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
    align-items: center; }
    .page-layout-1column .product-info-main .box-tocart-new .qty-fieldset .actions .inline-qty-field label.label {
      margin: 0; }
    .page-layout-1column .product-info-main .box-tocart-new .qty-fieldset .actions .inline-qty-field .control {
      flex-grow: 1;
      padding-left: 20px;
      /*input   { height: 48px; width: 100%; max-width: none; border-radius: 5px; border-color: #eee; }*/ }
      .page-layout-1column .product-info-main .box-tocart-new .qty-fieldset .actions .inline-qty-field .control select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url("../images/svg/arrow-mobile.svg") right 15px top 50% no-repeat;
        background-size: 15px;
        height: 48px;
        width: 100%;
        max-width: none;
        border-radius: 5px;
        border-color: #eee;
        padding-left: 15px; } }

@media (max-width: 767px) {
  /* Feeding Guidelines */
  .feeding-guidelines-product-container .feeding-guidelines-product h3 {
    font-size: 22px; }
  .feeding-guidelines-product-container .feeding-guidelines-product ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    padding-left: 20px; }
    .feeding-guidelines-product-container .feeding-guidelines-product ul li {
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .feeding-guidelines-product-container .feeding-guidelines-product ul li img {
        max-width: 66px; }
      .feeding-guidelines-product-container .feeding-guidelines-product ul li .more-info {
        flex-grow: 1;
        text-align: left;
        padding-left: 25px; }
        .feeding-guidelines-product-container .feeding-guidelines-product ul li .more-info p,
        .feeding-guidelines-product-container .feeding-guidelines-product ul li .more-info h3 {
          font-size: 15px; } }

@media (max-width: 550px) {
  /* Feeding Guidelines */
  .feeding-guidelines-product-container .feeding-guidelines-product ul {
    display: block; } }

@media (max-width: 450px) {
  /* Options */
  .page-layout-1column .product-info-main .product-options-wrapper {
    display: block; }
  .page-layout-1column .product-info-main .product-options-wrapper .qty-field {
    padding-bottom: 10px; }
  .page-layout-1column .product-info-main .product-options-wrapper .fieldset {
    margin: 10px 0; }
  /* Title */
  .page-layout-1column .product-info-main .page-title-wrapper {
    padding-right: 0; }
  .page-layout-1column .product-info-main .price-box {
    position: static; }
  .page-layout-1column .product-info-main .page-title-wrapper .title-weight {
    display: block;
    margin-left: 0; }
  /* Add to Cart */
  .page-layout-1column .product-info-main .action.primary.tocart, .page-layout-1column .product-info-main .opc-wrapper .action.tocart.action-update, .opc-wrapper .page-layout-1column .product-info-main .action.tocart.action-update,
  .page-layout-1column .product-info-main .opc-wrapper .action.tocart.action-show-popup, .opc-wrapper .page-layout-1column .product-info-main .action.tocart.action-show-popup, .page-layout-1column .product-info-main .opc-wrapper .form-discount .action.tocart.action-apply, .opc-wrapper .form-discount .page-layout-1column .product-info-main .action.tocart.action-apply, .page-layout-1column .product-info-main .block-authentication .action.tocart.action-login, .block-authentication .page-layout-1column .product-info-main .action.tocart.action-login {
    width: 100%;
    box-sizing: border-box; } }

.blog-index-index .page-title-wrapper {
  display: none; }

/* Categories */
.blog-categories-list {
  list-style: none;
  padding: 10px 0 0;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto; }
  .blog-categories-list li {
    margin: 0;
    padding: 0;
    text-align: center; }
    .blog-categories-list li a {
      color: #222;
      text-decoration: none; }
    .blog-categories-list li span {
      display: block;
      font-size: 16px;
      text-transform: uppercase; }
    .blog-categories-list li span:before {
      content: ' ';
      display: block;
      width: 60px;
      height: 60px;
      background: #ddd url("../images/svg/paw.svg") center center no-repeat;
      background-size: 22px 20px;
      margin: 0 auto 15px;
      border-radius: 50px; }
  .blog-categories-list li.active a,
  .blog-categories-list li:hover a {
    color: #004355; }
  .blog-categories-list li.active span:before,
  .blog-categories-list li:hover span:before {
    background-color: #004355; }

.blog-category-view .message {
  margin-top: 40px; }

@media (min-width: 768px) {
  .blog-categories-list {
    display: flex;
    justify-content: space-between; } }

/* Post List */
.post-list {
  list-style: none;
  margin: 0;
  /*padding: 20px 0;*/
  overflow: hidden;
  padding: 50px 0 10px;
  /*li.ready:hover {
        background: $primary; color: #fff;
        .overlay {
            .overlay-inner {
                top: -25px; background: $primary;
                .post-title a   { color: #fff; }
                .post-content a     { color: #fff; }
            }
        }
    }*/ }
  .post-list li {
    margin: 0 23px 23px 0;
    padding: 0;
    float: left;
    max-width: 498px;
    transition: background 0.2s;
    background: #f5f5f5;
    width: calc(33.333% - 16px);
    /*.featured-image     {
            height: 268px; overflow: hidden;
        }*/ }
    .post-list li:nth-child(3n) {
      margin-right: 0; }
    .post-list li:nth-child(3n + 1) {
      clear: left; }
    .post-list li .featured-image img {
      max-width: 100%;
      display: block; }
    .post-list li .overlay .overlay-inner {
      margin: 0 auto;
      padding: 25px 7.5% 30px;
      position: relative;
      top: 0;
      background: #f5f5f5;
      transition: all 0.2s;
      transform: translateY(0);
      transition-property: transform, background;
      box-sizing: border-box; }
      .post-list li .overlay .overlay-inner .post-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 32px;
        margin-bottom: 22px; }
        .post-list li .overlay .overlay-inner .post-title a {
          color: #004355;
          text-decoration: none; }
      .post-list li .overlay .overlay-inner .post-content strong {
        font-weight: 300; }
      .post-list li .overlay .overlay-inner .post-content a {
        color: #004355; }
      .post-list li .overlay .overlay-inner .post-read-more {
        font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 25px; }

@media (min-width: 1600px) {
  /* Blog */
  .post-list li .featured-image {
    height: 268px;
    overflow: hidden; } }

@media (min-width: 768px) {
  /* Post list */
  .post-list li:hover {
    background: #004355; }
    .post-list li:hover .overlay .overlay-inner {
      background: #004355;
      transform: translateY(-40px);
      position: relative; }
      .post-list li:hover .overlay .overlay-inner .post-content,
      .post-list li:hover .overlay .overlay-inner .post-title a {
        color: #fff; }
    .post-list li:hover .overlay .overlay-inner:after {
      content: 'Read More';
      position: absolute;
      bottom: 0;
      color: #fff;
      font-size: 16px;
      text-transform: uppercase;
      left: 0;
      padding: 0 7.5%;
      right: 0;
      width: 100%;
      box-sizing: border-box;
      cursor: pointer; }
  /*.post-list li .featured-image   { height: 268px; overflow: hidden; }*/ }

/* Post View */
.post-view h1 {
  font-size: 34px;
  text-align: center;
  margin: 0;
  font-weight: 600;
  padding: 30px 0 55px; }

.post-view .post-text-hld {
  max-width: 1015px;
  margin: 0 auto;
  width: calc(100% - 20px);
  padding: 0 0 20px; }
  .post-view .post-text-hld p {
    margin: 0 0 20px; }
  .post-view .post-text-hld img {
    display: block;
    margin-bottom: 50px;
    max-width: 100%; }
  .post-view .post-text-hld ol, .post-view .post-text-hld ul {
    margin-bottom: 25px; }

/* Featured Images */
.blog-post-view .post-ftimg-hld {
  height: 300px;
  overflow: hidden;
  margin-bottom: 30px; }
  .blog-post-view .post-ftimg-hld img {
    width: 100%;
    display: block; }

/* Next/Prev buttons */
.post-nextprev-hld {
  max-width: 1015px;
  margin: 0 auto 40px;
  width: 96%; }
  .post-nextprev-hld .nextprev-link {
    text-align: center;
    width: 280px;
    height: 60px;
    display: inline-block;
    text-decoration: none;
    line-height: 60px;
    margin-right: 20px; }

/* Category */
.blog-category-view .page-title-wrapper {
  display: none; }

/* Inline Newsletter */
.inline-newsletter-container {
  border: 2px solid #eee;
  border-left: 0;
  border-right: 0;
  max-width: 1015px;
  margin: 0 auto 40px;
  padding: 30px 0 60px;
  width: 100%; }
  .inline-newsletter-container .lead {
    color: #222;
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding: 0 0 30px; }
  .inline-newsletter-container .inline-newsletter-form {
    display: flex;
    justify-content: space-between; }
    .inline-newsletter-container .inline-newsletter-form input[type=text] {
      flex-grow: 1;
      border: 0;
      border-radius: 5px 0 0 5px;
      font-size: 16px;
      color: #222;
      padding: 0 20px;
      font-style: italic;
      font-weight: 300;
      height: 60px;
      background: #f5f5f5; }
    .inline-newsletter-container .inline-newsletter-form input[type=submit] {
      background: #004355;
      color: #fff;
      text-transform: uppercase;
      border: 0;
      border-radius: 0 5px 5px 0;
      font-size: 16px;
      width: 260px;
      font-weight: 400; }
      .inline-newsletter-container .inline-newsletter-form input[type=submit]:hover {
        background: #f16153; }
    .inline-newsletter-container .inline-newsletter-form ::-webkit-input-placeholder {
      color: #222;
      font-style: italic; }
    .inline-newsletter-container .inline-newsletter-form ::-moz-placeholder {
      color: #222;
      font-style: italic; }
    .inline-newsletter-container .inline-newsletter-form :-ms-input-placeholder {
      color: #222;
      font-style: italic; }
  .inline-newsletter-container .newsletter-inline-success {
    font-size: 16px;
    text-align: center;
    font-weight: 700; }

/* Blog */
.blog-index-index .message.info {
  margin-top: 20px; }

.blog-post-view .post-ftimg-hld {
  height: auto; }

.blog-post-view .post-ftimg-hld img {
  width: auto;
  margin: 0 auto; }

@media (max-width: 767px) {
  /* Slider */
  .blog-categories-list {
    padding: 0 40px;
    margin-top: 30px; }
    .blog-categories-list li a {
      color: #888;
      font-weight: 300; }
    .blog-categories-list .category-scroll {
      cursor: pointer;
      position: absolute;
      top: 5px; }
    .blog-categories-list .category-scroll-left {
      left: 0; }
    .blog-categories-list .category-scroll-right {
      transform: rotate(180deg);
      right: 0; }
  /* Posts */
  .post-list li .overlay .overlay-inner .post-title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 8px; }
  .post-list li .overlay .overlay-inner .post-content {
    font-size: 14px;
    line-height: 22px; }
  /* Next/Prev Buttons */
  .post-nextprev-hld {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .post-nextprev-hld .nextprev-link {
      height: 48px;
      line-height: 48px;
      width: calc(50% - 10px); }
      .post-nextprev-hld .nextprev-link span {
        font-size: 14px; }
  .blog-categories-list li span:before {
    display: none;
    content: ''; }
  .post-list .post-content p {
    display: inline; }
  .post-list .post-content p:after {
    content: 'read more';
    color: #004355;
    font-size: 16px;
    padding: 0 0 0 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline;
    font-weight: 700; }
  .blog-index-index .page-main .columns {
    width: 100%; }
  .blog-index-index .page-main {
    padding-left: 10px;
    padding-right: 10px; }
  /* View */
  .post-view .post-text-hld p {
    padding-left: 0 !important; }
  /* Newsletter */
  .inline-newsletter-container .inline-newsletter-form input[type=submit] {
    width: 160px; } }

@media (max-width: 325px) {
  /* Blog Images */
  .post-list-wrapper .featured-image {
    height: 120px;
    overflow: hidden; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.gallery-arrow {
  width: 14px;
  height: 8px;
  display: block;
  margin: 0 auto 20px;
  cursor: pointer; }

.gallery-arrow.arrow-up {
  transform: rotate(180deg);
  display: block;
  margin: 0 auto 20px; }

/* FAQs */
.faqs-inline-container .faqs-inline {
  max-width: 1280px;
  width: calc(100% - 20px);
  margin: 0 auto;
  position: relative;
  padding-top: 80px;
  /* Title */
  /* Detail */ }
  .faqs-inline-container .faqs-inline .design-title-group {
    margin: 60px 0 45px; }
  .faqs-inline-container .faqs-inline .design-title-group.wide-title {
    margin: 46px 0 0 62px;
    position: absolute;
    top: 0;
    left: 0; }
  .faqs-inline-container .faqs-inline .detail {
    padding: 0 0 70px;
    overflow: hidden; }
    .faqs-inline-container .faqs-inline .detail .design-title-group:first-child {
      margin-top: 0; }
    .faqs-inline-container .faqs-inline .detail .icon-book {
      display: block;
      margin-bottom: 37px; }
    .faqs-inline-container .faqs-inline .detail .question {
      font-size: 18px;
      line-height: 1.45;
      font-weight: 600;
      border-top: 1px solid #eee;
      margin: 24px 0 0;
      padding-top: 24px;
      padding-right: 40px;
      background: url("../images/accordion-arrow-down.png") right 29px no-repeat;
      cursor: pointer; }
    .faqs-inline-container .faqs-inline .detail .question:hover {
      /*color: #555;*/ }
    .faqs-inline-container .faqs-inline .detail .question.active {
      background-image: url("../images/accordion-arrow-up.png"); }
    .faqs-inline-container .faqs-inline .detail .question:first-child {
      border-top: 0;
      padding-top: 0; }
    .faqs-inline-container .faqs-inline .detail .answer {
      line-height: 1.75;
      padding-bottom: 10px;
      margin-bottom: 0;
      padding-top: 0;
      font-weight: 300; }
      .faqs-inline-container .faqs-inline .detail .answer strong {
        font-weight: 400; }
      .faqs-inline-container .faqs-inline .detail .answer p {
        margin: 0;
        padding: 1px 0;
        font-weight: 300; }
      .faqs-inline-container .faqs-inline .detail .answer p a {
        color: #004355;
        text-decoration: underline; }
      .faqs-inline-container .faqs-inline .detail .answer p:first-child {
        padding-top: 20px; }

/* Question groups */
.faqs-inline-container .faqs-inline .design-title-group {
  position: relative; }
  .faqs-inline-container .faqs-inline .design-title-group h2 {
    font-size: 32px;
    text-align: left; }
  .faqs-inline-container .faqs-inline .design-title-group:after {
    content: '+';
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 30px; }
  .faqs-inline-container .faqs-inline .design-title-group.active:after {
    content: '-';
    right: 2px; }

/* FAQs page */
.cms-faqs.cms-page-view .columns .page-title-wrapper {
  text-align: center;
  font-size: 26px; }
  .cms-faqs.cms-page-view .columns .page-title-wrapper .page-title {
    font-weight: 700; }

.cms-faqs.cms-page-view .columns .column.main {
  padding-bottom: 20px;
  min-height: 0; }

.cms-faqs.cms-page-view .columns .content-container {
  text-align: center;
  font-size: 18px;
  font-weight: 300; }

/* Intro */
.page-layout-work-with-dogs .faq-intro,
.cms-home .faq-intro {
  text-align: center;
  padding-bottom: 50px; }
  .page-layout-work-with-dogs .faq-intro h2, .page-layout-work-with-dogs .faq-intro h3,
  .cms-home .faq-intro h2,
  .cms-home .faq-intro h3 {
    font-size: 46px;
    padding-bottom: 12px;
    font-weight: 700;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0 0 25px; }

.faq-bottom {
  padding: 40px 0 20px;
  text-align: center; }
  .faq-bottom .action.primary, .faq-bottom .opc-wrapper .action.action-update, .opc-wrapper .faq-bottom .action.action-update,
  .faq-bottom .opc-wrapper .action.action-show-popup, .opc-wrapper .faq-bottom .action.action-show-popup, .faq-bottom .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .faq-bottom .action.action-apply, .faq-bottom .block-authentication .action.action-login, .block-authentication .faq-bottom .action.action-login {
    height: 60px;
    line-height: 56px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    max-width: 100%;
    width: 280px;
    margin-top: 20px;
    border-radius: 5px; }

/* Home Inline FAQs */
.cms-home .faqs-inline-container {
  /*display: none*/ }

.page-layout-work-with-dogs .faqs-inline-container .faqs-inline .detail .question,
.cms-home .faqs-inline-container .faqs-inline .detail .question {
  border-top: 1px solid #eee;
  padding: 26px 36px 26px 0;
  margin-top: 0;
  font-size: 22px;
  margin-bottom: 0;
  font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-image: url("../images/accordion-arrow-down.png");
  background-position: right center; }

.page-layout-work-with-dogs .faqs-inline-container .faqs-inline .detail .question.active,
.cms-home .faqs-inline-container .faqs-inline .detail .question.active {
  background-image: url("../images/accordion-arrow-up.png"); }

.page-layout-work-with-dogs .faqs-inline-container .faqs-inline .detail .question:last-of-type,
.cms-home .faqs-inline-container .faqs-inline .detail .question:last-of-type {
  border-bottom: 1px solid #eee; }

.page-layout-work-with-dogs .faqs-inline-container .faqs-inline .detail .question.active:last-of-type,
.cms-home .faqs-inline-container .faqs-inline .detail .question.active:last-of-type {
  border-bottom: 0; }

.page-layout-work-with-dogs .faqs-inline-container .faqs-inline .detail .answer,
.cms-home .faqs-inline-container .faqs-inline .detail .answer {
  padding: 0 0 26px;
  margin-top: -8px;
  max-width: 1150px; }

@media (min-width: 1200px) {
  /* FAQs */
  .page-layout-faqs .faqs-inline-container .faqs-inline .detail .answer p {
    padding-right: 130px; } }

@media (max-width: 1025px) {
  /* FAQs */
  .faqs-inline-container .faqs-inline {
    background: #fff; }
  .faqs-inline-container .faqs-inline .detail {
    padding-top: 30px;
    padding-bottom: 25px;
    margin-left: 0;
    padding-right: 0; }
  .cms-index-index .faqs-inline-container .faqs-inline .detail {
    padding-top: 0; } }

@media (max-width: 767px) {
  /* FAQs */
  .faqs-inline-container .faqs-inline {
    padding-top: 43px; }
  .page-layout-work-with-dogs .faqs-inline-container,
  .cms-home .faqs-inline-container {
    order: 80; }
  /* Home FAQs */
  .page-layout-work-with-dogs .faqs-inline-container,
  .cms-home .faqs-inline-container {
    display: block; }
  /* FAQs */
  .faqs-inline-container .faqs-inline .detail {
    padding-bottom: 35px; }
    .faqs-inline-container .faqs-inline .detail .answer {
      font-size: 14px;
      line-height: 22px;
      padding-bottom: 20px; }
    .faqs-inline-container .faqs-inline .detail .question {
      padding: 20px 30px 20px 0;
      margin: 0;
      background-position: right 50%;
      font-size: 15px;
      line-height: 21px;
      /*&.active    { border: 0; }*/ }
    .faqs-inline-container .faqs-inline .detail .action.primary, .faqs-inline-container .faqs-inline .detail .opc-wrapper .action.action-update, .opc-wrapper .faqs-inline-container .faqs-inline .detail .action.action-update,
    .faqs-inline-container .faqs-inline .detail .opc-wrapper .action.action-show-popup, .opc-wrapper .faqs-inline-container .faqs-inline .detail .action.action-show-popup, .faqs-inline-container .faqs-inline .detail .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .faqs-inline-container .faqs-inline .detail .action.action-apply, .faqs-inline-container .faqs-inline .detail .block-authentication .action.action-login, .block-authentication .faqs-inline-container .faqs-inline .detail .action.action-login {
      height: 48px;
      line-height: 48px;
      font-size: 14px;
      max-width: 180px; }
  .cms-home .faqs-inline-container .faqs-inline .detail .question {
    font-size: 17px; }
  /* FAQs Contact */
  .page-layout-faqs .enquire-inline-container {
    display: none; }
  /* Intros */
  .page-layout-faqs .faq-intro h2,
  .page-layout-faqs .faq-intro h3,
  .cms-home .faq-intro h2,
  .cms-home .faq-intro h3 {
    font-size: 22px; }
  .page-layout-faqs .faq-intro p,
  .cms-home .faq-intro p {
    font-size: 15px; }
  /* FAQs Page */
  .cms-faqs.cms-page-view .columns .page-title-wrapper .page-title {
    font-size: 22px; }
  .cms-faqs.cms-page-view .columns .content-container p {
    font-size: 15px;
    line-height: 22px; }
  .cms-faqs.cms-page-view .faqs-inline-container .faqs-inline {
    padding-top: 0; } }

/* Enquire Inline */
.enquire-inline-container {
  background: #f5f5f5;
  padding: 45px 0 41px; }
  .enquire-inline-container .enquire-inline {
    max-width: 1540px;
    width: calc(100% - 20px);
    margin: 0 auto;
    overflow: hidden; }
    .enquire-inline-container .enquire-inline .detail {
      width: 700px;
      float: left; }
      .enquire-inline-container .enquire-inline .detail .intro {
        padding-bottom: 42px; }
      .enquire-inline-container .enquire-inline .detail .intro h3 {
        font-weight: 600;
        padding: 10px 0 23px;
        margin: 0; }
      .enquire-inline-container .enquire-inline .detail .intro p {
        margin: 0;
        font-weight: 300; }
      .enquire-inline-container .enquire-inline .detail .address-info {
        overflow: hidden; }
        .enquire-inline-container .enquire-inline .detail .address-info .contact-info {
          list-style: none;
          margin: 0;
          padding: 0;
          width: 48%;
          float: left; }
        .enquire-inline-container .enquire-inline .detail .address-info .contact-info li {
          margin: 0 0 31px;
          padding: 0 0 0 82px;
          font-size: 18px;
          line-height: 1.5;
          background-repeat: no-repeat;
          background-position: left center; }
        .enquire-inline-container .enquire-inline .detail .address-info .contact-info li strong {
          display: block; }
        .enquire-inline-container .enquire-inline .detail .address-info .contact-info li a {
          color: #000;
          font-weight: 300; }
        .enquire-inline-container .enquire-inline .detail .address-info .contact-info li.icon-phone {
          background-image: url("../images/svg/icon-dogandbone.svg");
          background-size: 60px 44px; }
        .enquire-inline-container .enquire-inline .detail .address-info .contact-info li.icon-email {
          background-image: url("../images/svg/icon-email.svg");
          background-position: 5px center;
          background-size: 52px 35px; }
        .enquire-inline-container .enquire-inline .detail .address-info .contact-info li.icon-twitter {
          background-image: url("../images/svg/icon-twitter.svg");
          background-position: 9px center;
          background-size: 45px 37px; }
        .enquire-inline-container .enquire-inline .detail .address-info .address {
          font-size: 18px;
          width: 44%;
          float: right;
          padding-left: 80px;
          background: url("../images/svg/icon-letterbox.svg") left 9px no-repeat;
          background-size: 61px 36px;
          box-sizing: border-box; }
        .enquire-inline-container .enquire-inline .detail .address-info .address p {
          margin: 0;
          line-height: 1.5;
          font-weight: 300; }
        .enquire-inline-container .enquire-inline .detail .address-info .address p strong {
          font-weight: 700; }
    .enquire-inline-container .enquire-inline .aside {
      width: 760px;
      float: right;
      margin-top: 64px; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form .input-group {
        display: flex;
        justify-content: space-between; }
        .enquire-inline-container .enquire-inline .aside .enquire-inline-form .input-group input {
          width: 48.5%; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form textarea {
        margin-bottom: 18px;
        font-size: 16px;
        border-radius: 5px;
        border: 1px solid #e5e5e5;
        padding: 12px 15px;
        box-sizing: border-box;
        width: 100%;
        box-shadow: none !important;
        height: 141px;
        resize: vertical; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form input[type=text] {
        height: 48px;
        border-radius: 5px;
        background: #fff;
        border: 1px solid #e5e5e5;
        margin-bottom: 20px;
        font-size: 16px;
        box-shadow: none !important;
        padding: 0 15px; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form .feedback-radio-group {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 30px;
        max-width: 750px; }
        .enquire-inline-container .enquire-inline .aside .enquire-inline-form .feedback-radio-group span {
          font-size: 18px; }
        .enquire-inline-container .enquire-inline .aside .enquire-inline-form .feedback-radio-group select {
          margin: 20px 0;
          font-size: 18px;
          border: 1px solid #e5e5e5;
          height: 50px;
          box-shadow: none;
          display: none; }
        .enquire-inline-container .enquire-inline .aside .enquire-inline-form .feedback-radio-group .radio-group {
          padding: 10px 0;
          font-size: 18px; }
          .enquire-inline-container .enquire-inline .aside .enquire-inline-form .feedback-radio-group .radio-group label {
            padding-right: 5px; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form .send {
        line-height: 60px;
        width: 280px;
        max-width: 100%; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form .success .inner {
        background: #eff5ea;
        padding: 25px;
        border: 1px solid #c8e0b0; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form .success h2 {
        font-weight: 600;
        padding-bottom: 4px;
        color: #3d6611;
        margin-top: 0; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form .success p {
        font-size: 16px;
        margin-bottom: 0;
        color: #3d6611; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form ::-webkit-input-placeholder {
        font-weight: 300;
        color: #858585; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form ::-moz-placeholder {
        font-weight: 300;
        color: #858585; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form :-ms-input-placeholder {
        font-weight: 300;
        color: #858585; }

.page-layout-talk-to-us .enquire-inline-container,
.page-layout-ask-our-vet .enquire-inline-container {
  background: #f5f5f5; }

@media (max-width: 1560px) {
  /* Enquire */
  .enquire-inline-container .enquire-inline .aside {
    width: 50%; }
  .enquire-inline-container .enquire-inline .detail {
    width: 45%; }
    .enquire-inline-container .enquire-inline .detail .address-info .contact-info li {
      font-size: 20px; }
    .enquire-inline-container .enquire-inline .detail .address-info .address {
      font-size: 20px; }
    .enquire-inline-container .enquire-inline .detail .address-info .address p {
      line-height: 26px; } }

@media (max-width: 1120px) {
  /* Enquire */
  .enquire-inline-container .enquire-inline .detail {
    width: 100%; }
  .enquire-inline-container .enquire-inline .aside {
    width: 100%;
    margin-top: 20px; } }

@media (max-width: 767px) {
  /* Contact Btns */
  .enquire-inline-container .enquire-inline .aside .enquire-inline-form .send {
    line-height: 48px;
    height: 48px;
    font-size: 14px;
    width: 100%; }
    .enquire-inline-container .enquire-inline .aside .enquire-inline-form .send span {
      font-size: 14px; }
  .enquire-inline-container .enquire-inline .detail .intro p,
  .enquire-inline-container .enquire-inline .detail .address-info .contact-info,
  .enquire-inline-container .enquire-inline .detail .address-info .contact-info li,
  .enquire-inline-container .enquire-inline .detail .address-info .contact-info li a,
  .enquire-inline-container .enquire-inline .detail .address-info .address p {
    font-size: 15px;
    line-height: 24px; } }

@media (max-width: 660px) {
  /* Form */
  .enquire-inline-container .enquire-inline .aside .enquire-inline-form .feedback-radio-group select {
    display: block; }
  .enquire-inline-container .enquire-inline .aside .enquire-inline-form .feedback-radio-group .radio-group {
    display: none; } }

@media (max-width: 560px) {
  /* Enquire */
  .enquire-inline-container .enquire-inline .detail .address-info .contact-info {
    width: 100%; }
  .enquire-inline-container .enquire-inline .detail .address-info .contact-info li {
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box; }
  .enquire-inline-container .enquire-inline .detail .address-info .address {
    padding-bottom: 25px;
    width: 100%; } }

@media (max-width: 400px) {
  /* Enquire */
  .enquire-inline-container .enquire-inline .aside .enquire-inline-form .input-group {
    flex-wrap: wrap; }
  .enquire-inline-container .enquire-inline .aside .enquire-inline-form .input-group input {
    width: 100%; } }

/* Login page */
.customer-account-login .form-login input[type="email"],
.customer-account-login .form-login input[type="password"] {
  height: 48px;
  border-radius: 5px;
  border-color: #eee; }

/* Create Account */
.customer-account-forgotpassword,
.customer-account-create {
  /*.new-mobile-header  { display: none !important }*/
  /* Header */
  /* Page */
  /*.page-footer    { display: none; }*/
  /* Logo */
  /*.logo.logo-dark,
    .new-navigation     { display: none; }
    .logo.logo-mobile   { display: block; }*/
  /* Title */
  /* Main */
  /* Form */
  /* Forgotten Password link */
  /* Intro */ }
  .customer-account-forgotpassword .page-header,
  .customer-account-create .page-header {
    background: #fff;
    border: 0 !important; }
  .customer-account-forgotpassword .page-wrapper,
  .customer-account-create .page-wrapper {
    background: #f5f5f5; }
  .customer-account-forgotpassword .page-title-wrapper,
  .customer-account-create .page-title-wrapper {
    margin-bottom: 30px; }
  .customer-account-forgotpassword .page-title-wrapper h1.page-title,
  .customer-account-create .page-title-wrapper h1.page-title {
    text-align: center;
    font-size: 30px;
    font-weight: 600; }
  .customer-account-forgotpassword .content-container,
  .customer-account-create .content-container {
    width: 500px;
    margin: 0 auto 30px;
    background: #fff;
    box-sizing: border-box;
    padding: 45px; }
  .customer-account-forgotpassword .form.password.forget,
  .customer-account-forgotpassword .form.create.account,
  .customer-account-create .form.password.forget,
  .customer-account-create .form.create.account {
    min-width: 0;
    width: 100%; }
    .customer-account-forgotpassword .form.password.forget .new-fieldset,
    .customer-account-forgotpassword .form.create.account .new-fieldset,
    .customer-account-create .form.password.forget .new-fieldset,
    .customer-account-create .form.create.account .new-fieldset {
      border: 0;
      margin: 0;
      padding: 0; }
      .customer-account-forgotpassword .form.password.forget .new-fieldset .field,
      .customer-account-forgotpassword .form.create.account .new-fieldset .field,
      .customer-account-create .form.password.forget .new-fieldset .field,
      .customer-account-create .form.create.account .new-fieldset .field {
        margin-bottom: 20px; }
      .customer-account-forgotpassword .form.password.forget .new-fieldset .input-text,
      .customer-account-forgotpassword .form.create.account .new-fieldset .input-text,
      .customer-account-create .form.password.forget .new-fieldset .input-text,
      .customer-account-create .form.create.account .new-fieldset .input-text {
        border: 1px solid #ddd;
        height: 48px;
        border-radius: 5px;
        box-shadow: none !important;
        font-size: 15px; }
      .customer-account-forgotpassword .form.password.forget .new-fieldset .new-fieldset label,
      .customer-account-forgotpassword .form.create.account .new-fieldset .new-fieldset label,
      .customer-account-create .form.password.forget .new-fieldset .new-fieldset label,
      .customer-account-create .form.create.account .new-fieldset .new-fieldset label {
        position: relative;
        top: -1px; }
      .customer-account-forgotpassword .form.password.forget .new-fieldset label,
      .customer-account-forgotpassword .form.create.account .new-fieldset label,
      .customer-account-create .form.password.forget .new-fieldset label,
      .customer-account-create .form.create.account .new-fieldset label {
        font-size: 14px;
        color: #aaa; }
      .customer-account-forgotpassword .form.password.forget .new-fieldset ::-webkit-input-placeholder,
      .customer-account-forgotpassword .form.create.account .new-fieldset ::-webkit-input-placeholder,
      .customer-account-create .form.password.forget .new-fieldset ::-webkit-input-placeholder,
      .customer-account-create .form.create.account .new-fieldset ::-webkit-input-placeholder {
        font-size: 15px;
        color: #aaa; }
      .customer-account-forgotpassword .form.password.forget .new-fieldset ::-moz-placeholder,
      .customer-account-forgotpassword .form.create.account .new-fieldset ::-moz-placeholder,
      .customer-account-create .form.password.forget .new-fieldset ::-moz-placeholder,
      .customer-account-create .form.create.account .new-fieldset ::-moz-placeholder {
        font-size: 15px;
        color: #aaa; }
      .customer-account-forgotpassword .form.password.forget .new-fieldset :-ms-input-placeholder,
      .customer-account-forgotpassword .form.create.account .new-fieldset :-ms-input-placeholder,
      .customer-account-create .form.password.forget .new-fieldset :-ms-input-placeholder,
      .customer-account-create .form.create.account .new-fieldset :-ms-input-placeholder {
        font-size: 15px;
        color: #aaa; }
    .customer-account-forgotpassword .form.password.forget .action.primary, .customer-account-forgotpassword .form.password.forget .opc-wrapper .action.action-update, .opc-wrapper .customer-account-forgotpassword .form.password.forget .action.action-update,
    .customer-account-forgotpassword .form.password.forget .opc-wrapper .action.action-show-popup, .opc-wrapper .customer-account-forgotpassword .form.password.forget .action.action-show-popup, .customer-account-forgotpassword .form.password.forget .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .customer-account-forgotpassword .form.password.forget .action.action-apply, .customer-account-forgotpassword .form.password.forget .block-authentication .action.action-login, .block-authentication .customer-account-forgotpassword .form.password.forget .action.action-login,
    .customer-account-forgotpassword .form.create.account .action.primary,
    .customer-account-forgotpassword .form.create.account .opc-wrapper .action.action-update,
    .opc-wrapper .customer-account-forgotpassword .form.create.account .action.action-update,
    .customer-account-forgotpassword .form.create.account .opc-wrapper .action.action-show-popup,
    .opc-wrapper .customer-account-forgotpassword .form.create.account .action.action-show-popup,
    .customer-account-forgotpassword .form.create.account .opc-wrapper .form-discount .action.action-apply,
    .opc-wrapper .form-discount .customer-account-forgotpassword .form.create.account .action.action-apply,
    .customer-account-forgotpassword .form.create.account .block-authentication .action.action-login,
    .block-authentication .customer-account-forgotpassword .form.create.account .action.action-login,
    .customer-account-create .form.password.forget .action.primary,
    .customer-account-create .form.password.forget .opc-wrapper .action.action-update,
    .opc-wrapper .customer-account-create .form.password.forget .action.action-update,
    .customer-account-create .form.password.forget .opc-wrapper .action.action-show-popup,
    .opc-wrapper .customer-account-create .form.password.forget .action.action-show-popup,
    .customer-account-create .form.password.forget .opc-wrapper .form-discount .action.action-apply,
    .opc-wrapper .form-discount .customer-account-create .form.password.forget .action.action-apply,
    .customer-account-create .form.password.forget .block-authentication .action.action-login,
    .block-authentication .customer-account-create .form.password.forget .action.action-login,
    .customer-account-create .form.create.account .action.primary,
    .customer-account-create .form.create.account .opc-wrapper .action.action-update,
    .opc-wrapper .customer-account-create .form.create.account .action.action-update,
    .customer-account-create .form.create.account .opc-wrapper .action.action-show-popup,
    .opc-wrapper .customer-account-create .form.create.account .action.action-show-popup,
    .customer-account-create .form.create.account .opc-wrapper .form-discount .action.action-apply,
    .opc-wrapper .form-discount .customer-account-create .form.create.account .action.action-apply,
    .customer-account-create .form.create.account .block-authentication .action.action-login,
    .block-authentication .customer-account-create .form.create.account .action.action-login {
      width: 100%;
      font-weight: 600; }
    .customer-account-forgotpassword .form.password.forget .action.submit.dark-label,
    .customer-account-forgotpassword .form.create.account .action.submit.dark-label,
    .customer-account-create .form.password.forget .action.submit.dark-label,
    .customer-account-create .form.create.account .action.submit.dark-label {
      border: 0;
      width: 300px;
      max-width: 100%;
      height: 60px;
      background: #004355;
      padding: 0;
      color: #fff;
      font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 16px;
      text-align: center;
      font-weight: 300;
      display: block;
      margin: 20px auto 0;
      transition: background 0.1s;
      border-radius: 5px; }
      .customer-account-forgotpassword .form.password.forget .action.submit.dark-label span,
      .customer-account-forgotpassword .form.create.account .action.submit.dark-label span,
      .customer-account-create .form.password.forget .action.submit.dark-label span,
      .customer-account-create .form.create.account .action.submit.dark-label span {
        font-weight: 500;
        letter-spacing: 0.5px; }
    .customer-account-forgotpassword .form.password.forget .captcha label,
    .customer-account-forgotpassword .form.create.account .captcha label,
    .customer-account-create .form.password.forget .captcha label,
    .customer-account-create .form.create.account .captcha label {
      display: block;
      padding-bottom: 10px; }
    .customer-account-forgotpassword .form.password.forget .action.back,
    .customer-account-forgotpassword .form.create.account .action.back,
    .customer-account-create .form.password.forget .action.back,
    .customer-account-create .form.create.account .action.back {
      display: block;
      color: #222;
      text-decoration: underline;
      font-size: 16px;
      margin-top: 20px;
      text-align: center; }
    .customer-account-forgotpassword .form.password.forget .action.reload.captcha-reload,
    .customer-account-forgotpassword .form.create.account .action.reload.captcha-reload,
    .customer-account-create .form.password.forget .action.reload.captcha-reload,
    .customer-account-create .form.create.account .action.reload.captcha-reload {
      background: #fff;
      border: 0; }
  .customer-account-forgotpassword .forgotten-pw-link,
  .customer-account-create .forgotten-pw-link {
    text-align: center;
    padding-top: 12px; }
    .customer-account-forgotpassword .forgotten-pw-link a,
    .customer-account-create .forgotten-pw-link a {
      color: #000;
      text-decoration: underline;
      font-size: 16px; }
    .customer-account-forgotpassword .forgotten-pw-link a:hover,
    .customer-account-create .forgotten-pw-link a:hover {
      color: #004355; }
  .customer-account-forgotpassword .form-text-intro,
  .customer-account-create .form-text-intro {
    margin-bottom: 16px; }
    .customer-account-forgotpassword .form-text-intro p,
    .customer-account-create .form-text-intro p {
      margin: 0 0 16px;
      font-size: 16px; }

/* Login Page */
.block-customer-login .action.primary, .block-customer-login .opc-wrapper .action.action-update, .opc-wrapper .block-customer-login .action.action-update,
.block-customer-login .opc-wrapper .action.action-show-popup, .opc-wrapper .block-customer-login .action.action-show-popup, .block-customer-login .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .block-customer-login .action.action-apply, .block-customer-login .block-authentication .action.action-login, .block-authentication .block-customer-login .action.action-login,
.block-new-customer .action.primary,
.block-new-customer .opc-wrapper .action.action-update,
.opc-wrapper .block-new-customer .action.action-update,
.block-new-customer .opc-wrapper .action.action-show-popup,
.opc-wrapper .block-new-customer .action.action-show-popup,
.block-new-customer .opc-wrapper .form-discount .action.action-apply,
.opc-wrapper .form-discount .block-new-customer .action.action-apply,
.block-new-customer .block-authentication .action.action-login,
.block-authentication .block-new-customer .action.action-login {
  width: 280px;
  height: 60px;
  max-width: 100%; }
  .block-customer-login .action.primary span, .block-customer-login .opc-wrapper .action.action-update span, .opc-wrapper .block-customer-login .action.action-update span, .block-customer-login .opc-wrapper .action.action-show-popup span, .opc-wrapper .block-customer-login .action.action-show-popup span, .block-customer-login .opc-wrapper .form-discount .action.action-apply span, .opc-wrapper .form-discount .block-customer-login .action.action-apply span, .block-customer-login .block-authentication .action.action-login span, .block-authentication .block-customer-login .action.action-login span,
  .block-new-customer .action.primary span,
  .block-new-customer .opc-wrapper .action.action-update span,
  .opc-wrapper .block-new-customer .action.action-update span,
  .block-new-customer .opc-wrapper .action.action-show-popup span,
  .opc-wrapper .block-new-customer .action.action-show-popup span,
  .block-new-customer .opc-wrapper .form-discount .action.action-apply span,
  .opc-wrapper .form-discount .block-new-customer .action.action-apply span,
  .block-new-customer .block-authentication .action.action-login span,
  .block-authentication .block-new-customer .action.action-login span {
    font-size: 16px;
    line-height: 60px; }

/* New Password */
.form.password.reset {
  padding-top: 20px; }
  .form.password.reset input {
    height: 48px;
    border-radius: 5px; }
  .form.password.reset label {
    font-size: 16px;
    font-weight: 600; }
  .form.password.reset .action.submit.primary, .form.password.reset .opc-wrapper .action.submit.action-update, .opc-wrapper .form.password.reset .action.submit.action-update,
  .form.password.reset .opc-wrapper .action.submit.action-show-popup, .opc-wrapper .form.password.reset .action.submit.action-show-popup, .form.password.reset .opc-wrapper .form-discount .action.submit.action-apply, .opc-wrapper .form-discount .form.password.reset .action.submit.action-apply, .form.password.reset .block-authentication .action.submit.action-login, .block-authentication .form.password.reset .action.submit.action-login {
    display: inline-block;
    height: 60px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    min-width: 280px; }

@media (max-width: 768px) {
  /* Login Page */
  .block-customer-login .action.primary, .block-customer-login .opc-wrapper .action.action-update, .opc-wrapper .block-customer-login .action.action-update,
  .block-customer-login .opc-wrapper .action.action-show-popup, .opc-wrapper .block-customer-login .action.action-show-popup, .block-customer-login .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .block-customer-login .action.action-apply, .block-customer-login .block-authentication .action.action-login, .block-authentication .block-customer-login .action.action-login,
  .block-new-customer .action.primary,
  .block-new-customer .opc-wrapper .action.action-update,
  .opc-wrapper .block-new-customer .action.action-update,
  .block-new-customer .opc-wrapper .action.action-show-popup,
  .opc-wrapper .block-new-customer .action.action-show-popup,
  .block-new-customer .opc-wrapper .form-discount .action.action-apply,
  .opc-wrapper .form-discount .block-new-customer .action.action-apply,
  .block-new-customer .block-authentication .action.action-login,
  .block-authentication .block-new-customer .action.action-login {
    width: 280px;
    max-width: 100%;
    height: 48px; }
    .block-customer-login .action.primary span, .block-customer-login .opc-wrapper .action.action-update span, .opc-wrapper .block-customer-login .action.action-update span, .block-customer-login .opc-wrapper .action.action-show-popup span, .opc-wrapper .block-customer-login .action.action-show-popup span, .block-customer-login .opc-wrapper .form-discount .action.action-apply span, .opc-wrapper .form-discount .block-customer-login .action.action-apply span, .block-customer-login .block-authentication .action.action-login span, .block-authentication .block-customer-login .action.action-login span,
    .block-new-customer .action.primary span,
    .block-new-customer .opc-wrapper .action.action-update span,
    .opc-wrapper .block-new-customer .action.action-update span,
    .block-new-customer .opc-wrapper .action.action-show-popup span,
    .opc-wrapper .block-new-customer .action.action-show-popup span,
    .block-new-customer .opc-wrapper .form-discount .action.action-apply span,
    .opc-wrapper .form-discount .block-new-customer .action.action-apply span,
    .block-new-customer .block-authentication .action.action-login span,
    .block-authentication .block-new-customer .action.action-login span {
      font-size: 14px;
      line-height: 48px; }
  .customer-account-forgotpassword .page-header,
  .customer-account-create .page-header {
    border-bottom: 1px solid #ddd !important; }
  .customer-account-forgotpassword .page-title-wrapper,
  .customer-account-create .page-title-wrapper {
    padding-top: 3px; }
  .form.password.reset .action.submit.primary, .form.password.reset .opc-wrapper .action.submit.action-update, .opc-wrapper .form.password.reset .action.submit.action-update,
  .form.password.reset .opc-wrapper .action.submit.action-show-popup, .opc-wrapper .form.password.reset .action.submit.action-show-popup, .form.password.reset .opc-wrapper .form-discount .action.submit.action-apply, .opc-wrapper .form-discount .form.password.reset .action.submit.action-apply, .form.password.reset .block-authentication .action.submit.action-login, .block-authentication .form.password.reset .action.submit.action-login {
    height: 48px;
    line-height: 48px;
    font-size: 14px; } }

/* Aside Login - Create Page */
.aside-login-container {
  float: right;
  margin-top: 30px; }
  .aside-login-container .aside-login {
    background: #f5f5f5;
    padding: 30px; }
    .aside-login-container .aside-login h2 {
      font-size: 26px;
      margin: 0 0 10px;
      font-weight: 500; }
    .aside-login-container .aside-login form {
      display: block;
      padding: 15px 0; }
      .aside-login-container .aside-login form input[type=email],
      .aside-login-container .aside-login form input[type=password] {
        margin-bottom: 10px; }
      .aside-login-container .aside-login form button {
        margin: 15px 0; }
      .aside-login-container .aside-login form p {
        margin-bottom: 0; }
      .aside-login-container .aside-login form a {
        color: #004355; }

/* Popup Login */
.popup-login-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2500; }
  .popup-login-container .popup-login {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 90%;
    min-height: 320px;
    width: 660px;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px; }
    .popup-login-container .popup-login h4 {
      text-align: center;
      font-size: 26px;
      font-weight: 600;
      padding: 5px 0 20px;
      margin: 0; }
    .popup-login-container .popup-login .input-field {
      height: 50px;
      box-shadow: none !important;
      margin-bottom: 10px;
      border-radius: 5px;
      border-color: #ddd;
      font-size: 16px; }
    .popup-login-container .popup-login .actions {
      padding-top: 15px;
      height: 50px; }
      .popup-login-container .popup-login .actions .create-account {
        color: #000;
        font-size: 16px;
        display: block;
        text-decoration: underline; }
        .popup-login-container .popup-login .actions .create-account:hover {
          color: #F58C82; }
      .popup-login-container .popup-login .actions .forgot-password {
        color: #004355;
        font-size: 16px;
        display: inline-block;
        margin-top: 10px; }
      .popup-login-container .popup-login .actions input[type=submit] {
        float: right;
        width: 160px;
        box-sizing: border-box;
        line-height: 60px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
    .popup-login-container .popup-login .popup-login-close {
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      padding: 19px;
      width: 15px; }

html.popup-login-open,
body.popup-login-open {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed; }

@media (max-width: 949px) {
  /* Nav */
  .customer-account-create .nav-toggle-menu {
    display: none !important; } }

@media (max-width: 767px) {
  /* Create Account */
  .customer-account-forgotpassword,
  .customer-account-create {
    /* Page */ }
    .customer-account-forgotpassword .page-title-wrapper,
    .customer-account-create .page-title-wrapper {
      margin-bottom: 20px; }
    .customer-account-forgotpassword .page-title-wrapper h1.page-title,
    .customer-account-create .page-title-wrapper h1.page-title {
      font-size: 22px; }
    .customer-account-forgotpassword .page-wrapper,
    .customer-account-create .page-wrapper {
      background: #fff; }
    .customer-account-forgotpassword .content-container,
    .customer-account-create .content-container {
      width: 100%;
      padding: 0; }
    .customer-account-forgotpassword .form-text-intro,
    .customer-account-create .form-text-intro {
      margin-bottom: 26px;
      text-align: center; }
    .customer-account-forgotpassword .form-text-intro p,
    .customer-account-create .form-text-intro p {
      font-size: 15px;
      margin: 0 0 12px; }
  .customer-account-login .new-mobile-header {
    display: none; }
  .customer-account-forgotpassword .form.password.forget .field,
  .customer-account-create .form.create.account .field {
    margin-bottom: 10px !important; }
  .customer-account-forgotpassword .form.password.forget .new-fieldset .input-text,
  .customer-account-forgotpassword .form.password.forget .new-fieldset .input-text,
  .customer-account-create .form.create.account .new-fieldset .input-text,
  .customer-account-create .form.create.account .new-fieldset .input-text {
    border: 1px solid #eee;
    font-size: 16px; }
    .customer-account-forgotpassword .form.password.forget .new-fieldset .input-text ::-webkit-input-placeholder,
    .customer-account-forgotpassword .form.password.forget .new-fieldset .input-text ::-webkit-input-placeholder,
    .customer-account-create .form.create.account .new-fieldset .input-text ::-webkit-input-placeholder,
    .customer-account-create .form.create.account .new-fieldset .input-text ::-webkit-input-placeholder {
      font-size: 15px;
      color: #444; }
    .customer-account-forgotpassword .form.password.forget .new-fieldset .input-text ::-moz-placeholder,
    .customer-account-forgotpassword .form.password.forget .new-fieldset .input-text ::-moz-placeholder,
    .customer-account-create .form.create.account .new-fieldset .input-text ::-moz-placeholder,
    .customer-account-create .form.create.account .new-fieldset .input-text ::-moz-placeholder {
      font-size: 15px;
      color: #444; }
    .customer-account-forgotpassword .form.password.forget .new-fieldset .input-text :-ms-input-placeholder,
    .customer-account-forgotpassword .form.password.forget .new-fieldset .input-text :-ms-input-placeholder,
    .customer-account-create .form.create.account .new-fieldset .input-text :-ms-input-placeholder,
    .customer-account-create .form.create.account .new-fieldset .input-text :-ms-input-placeholder {
      font-size: 15px;
      color: #444; }
  .customer-account-forgotpassword .nav-toggle-menu {
    display: none !important; }
  /* Create Account */
  .customer-account-forgotpassword .form.password.forget .action.submit.dark-label,
  .customer-account-create .form.create.account .action.submit.dark-label {
    height: 48px;
    font-size: 14px; }
  .popup-login-container .popup-login .actions input[type=submit] {
    height: 48px;
    line-height: 48px;
    font-size: 14px; }
  .customer-account-create .content-container {
    padding: 0 15px; } }

@media (max-width: 570px) {
  /* Popup Login */
  .popup-login-container .popup-login {
    max-width: 95%;
    top: 60px;
    transform: translateY(0); }
  .popup-login-container .popup-login .actions {
    text-align: center;
    height: auto;
    overflow: hidden; }
    .popup-login-container .popup-login .actions input[type=submit] {
      float: none;
      clear: both;
      margin-bottom: 20px; }
    .popup-login-container .popup-login .actions .forgot-password {
      display: block;
      clear: both;
      margin-top: 16px; } }

@media (max-width: 400px) {
  /* Popup Login */
  .popup-login-container .popup-login {
    padding: 60px 20px; } }

@media (max-width: 380px) {
  /* Create Account */
  .customer-account-forgotpassword .page-main,
  .customer-account-create .page-main {
    padding-left: 0;
    padding-right: 0; }
  .customer-account-forgotpassword .page-main .columns,
  .customer-account-create .page-main .columns {
    width: 100%; }
  .customer-account-forgotpassword .page-main {
    padding-left: 15px;
    padding-right: 15px; } }

/* Main */
.cms-page-view {
  /*.breadcrumbs 	{
		padding-top: 30px;
	}*/ }
  .cms-page-view .columns .column.main {
    padding-bottom: 30px;
    min-height: 150px; }
  .cms-page-view .page-title-wrapper .page-title {
    padding-bottom: 10px; }

/* In Stores breadcrumbs */
.cleardistributors-index-index .breadcrumbs {
  margin-top: -20px;
  padding-bottom: 20px; }

/* CMS Page Titles & BGs */
.page-titles-bg .page-main {
  background: #f5f5f5; }

.page-titles-bg .page-title-wrapper {
  padding: 46px 0; }
  .page-titles-bg .page-title-wrapper .page-title {
    font-size: 90px;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 91px; }
    .page-titles-bg .page-title-wrapper .page-title span:after {
      background: url("../images/arrow-black-right-down.png") no-repeat;
      display: inline-block;
      width: 90px;
      height: 35px;
      content: ' ';
      position: relative;
      top: -8px;
      margin-left: 25px; }

/* Inner Content */
.content-inner-container .content-inner {
  max-width: 1540px;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 30px 0; }
  .content-inner-container .content-inner .detail {
    padding: 20px 0 20px 550px;
    font-size: 18px;
    position: relative; }
    .content-inner-container .content-inner .detail h2 {
      font-size: 26px;
      font-weight: 600;
      margin: 0 0 20px; }
    .content-inner-container .content-inner .detail p {
      font-size: 18px;
      line-height: 28px;
      margin: 0 0 21px; }
    .content-inner-container .content-inner .detail .signature {
      position: absolute;
      bottom: 20px;
      right: 0; }

/* Pages with title layout applied */
.cms-our-story,
.page-layout-ask-our-vet,
.page-layout-talk-to-us,
.page-layout-faqs {
  /*@extend .page-titles-bg;*/ }

/* Hide Columns */
.page-layout-talk-to-us .page-main .columns {
  display: none; }

/* Hiring Bar */
.hiring-container {
  background: #F58C82;
  padding: 63px 0;
  text-align: center;
  color: #fff; }
  .hiring-container .hiring {
    display: inline-block;
    position: relative; }
    .hiring-container .hiring img {
      /*position: absolute; top: -32px; right: -115px; width: 74px;*/
      display: none; }
    .hiring-container .hiring h5 {
      font-size: 26px;
      margin: 0 0 20px; }
    .hiring-container .hiring p {
      font-size: 18px;
      font-weight: 300;
      margin-bottom: 0; }
    .hiring-container .hiring a {
      color: #fff; }

@media (max-width: 1310px) {
  /* Hiring Bar */
  .hiring-container {
    padding: 63px 50px; }
  .hiring-container .hiring img {
    display: none; } }

@media (max-width: 768px) {
  /* Hiring */
  .hiring-container .hiring h5 {
    font-size: 22px;
    line-height: 29px; }
  .hiring-container .hiring p {
    font-size: 15px; } }

@media (max-width: 400px) {
  /* Hiring Bar */
  .hiring-container {
    padding: 43px 20px 52px; }
  /*.hiring-container .hiring h5    { line-height: 32px; }*/ }

/* Intro Container */
.home-intro-container {
  padding: 80px 0 75px;
  margin-bottom: 30px;
  overflow: hidden; }
  .home-intro-container .intro-banner {
    max-width: 1540px;
    margin: 0 auto;
    width: calc(100% - 20px); }

/* Intro Banner */
.intro-banner {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .intro-banner .detail {
    font-size: 16px;
    padding-right: 100px; }
    .intro-banner .detail h2 {
      font-size: 46px;
      font-weight: 600;
      padding-bottom: 17px;
      font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    .intro-banner .detail p {
      line-height: 29px;
      margin: 0 0 19px;
      font-weight: 300; }
  .intro-banner .video-holder-group {
    position: relative;
    padding-top: 8px;
    flex: none; }
    .intro-banner .video-holder-group img {
      width: 500px;
      height: 302px; }
    .intro-banner .video-holder-group .video-holder {
      position: absolute;
      top: 18px;
      left: 9px;
      right: 7px;
      height: 280px; }
    .intro-banner .video-holder-group .video-holder iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0; }
    .intro-banner .video-holder-group .video-holder .trigger-overlay {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      cursor: pointer; }
    .intro-banner .video-holder-group .video-holder .trigger-overlay:hover {
      background: rgba(0, 0, 0, 0.1);
      cursor: pointer; }

/* Tailored Plan */
.tailored-plan {
  overflow: hidden;
  background: #F2F6FB;
  padding: 80px 0 115px; }
  .tailored-plan h2 {
    font-size: 46px;
    font-weight: 700;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0 0 70px;
    text-align: center;
    padding: 0 20px;
    line-height: 1.5; }
  .tailored-plan ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 60px;
    max-width: 1540px;
    margin: 0 auto;
    justify-content: space-between;
    width: calc(100% - 20px); }
    .tailored-plan ul li {
      padding: 0;
      margin: 0;
      text-align: center;
      max-width: 330px; }
      .tailored-plan ul li h3 {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.45;
        margin: 0 0 20px;
        font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .tailored-plan ul li p {
        line-height: 1.75; }
      .tailored-plan ul li .image-container {
        height: 110px;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center; }

/* Our Food */
.our-food-container {
  padding: 80px 0 96px; }
  .our-food-container .our-food {
    max-width: 1540px;
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .our-food-container .our-food .aside {
      flex: none; }
    .our-food-container .our-food .detail {
      padding-left: 45px;
      max-width: 980px; }
      .our-food-container .our-food .detail h2, .our-food-container .our-food .detail h3 {
        font-size: 46px;
        font-weight: 700;
        margin: 0 0 25px;
        font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .our-food-container .our-food .detail p {
        line-height: 29px;
        margin: 0 0 19px;
        font-weight: 300;
        font-size: 16px; }
      .our-food-container .our-food .detail .action.primary, .our-food-container .our-food .detail .opc-wrapper .action.action-update, .opc-wrapper .our-food-container .our-food .detail .action.action-update,
      .our-food-container .our-food .detail .opc-wrapper .action.action-show-popup, .opc-wrapper .our-food-container .our-food .detail .action.action-show-popup, .our-food-container .our-food .detail .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .our-food-container .our-food .detail .action.action-apply, .our-food-container .our-food .detail .block-authentication .action.action-login, .block-authentication .our-food-container .our-food .detail .action.action-login {
        margin-top: 15px; }

@media (max-width: 880px) and (min-width: 701px) {
  /* Aside */
  .our-food-container .our-food .aside img {
    max-width: 350px; } }

/* Weekly Menu */
.weekly-menu-container {
  background: #fff;
  border-top: 1px solid #f5f5f5; }
  .weekly-menu-container .weekly-menu {
    max-width: 1540px;
    margin: 0 auto;
    width: 100%;
    /*$siteWidth*/
    text-align: center;
    padding: 80px 0 30px; }
    .weekly-menu-container .weekly-menu .undertitle {
      padding-bottom: 30px;
      font-size: 18px; }
    .weekly-menu-container .weekly-menu .action.primary, .weekly-menu-container .weekly-menu .opc-wrapper .action.action-update, .opc-wrapper .weekly-menu-container .weekly-menu .action.action-update,
    .weekly-menu-container .weekly-menu .opc-wrapper .action.action-show-popup, .opc-wrapper .weekly-menu-container .weekly-menu .action.action-show-popup, .weekly-menu-container .weekly-menu .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .weekly-menu-container .weekly-menu .action.action-apply, .weekly-menu-container .weekly-menu .block-authentication .action.action-login, .block-authentication .weekly-menu-container .weekly-menu .action.action-login {
      height: 60px;
      line-height: 58px;
      font-size: 16px;
      text-align: center;
      width: 280px;
      max-width: 90%;
      border-radius: 5px;
      margin-bottom: 50px; }

/* Sign Me Up */
.sign-up {
  width: 90%;
  height: 60px;
  max-width: 280px;
  display: inline-block;
  text-align: center;
  background: #004355;
  border-radius: 5px;
  color: #fff;
  text-decoration: none !important;
  text-transform: uppercase; }
  .sign-up span {
    color: #fff;
    font-size: 16px;
    line-height: 60px; }
  .sign-up:hover {
    background: #cc1c66; }

/* How it Works */
.how-it-works-container {
  background: #FDFDF4;
  /*url(../images/bg-pattern-white-lage.jpg) center center repeat*/
  text-align: center;
  padding: 80px 0 80px; }
  .how-it-works-container .how-it-works {
    max-width: 1540px;
    margin: 0 auto;
    width: calc(100% - 20px); }
    .how-it-works-container .how-it-works .step-list {
      list-style: none;
      margin: 0 auto 20px;
      display: flex;
      justify-content: space-between;
      max-width: 1380px;
      padding: 22px 0 10px;
      font-weight: 300; }
      .how-it-works-container .how-it-works .step-list li {
        margin: 0 0 26px;
        padding: 0;
        text-align: center;
        width: 260px;
        position: relative; }
      .how-it-works-container .how-it-works .step-list li .image-holder {
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        position: relative; }
        .how-it-works-container .how-it-works .step-list li .image-holder:before {
          content: attr(data-text);
          position: absolute;
          left: 0;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          font-size: 110px;
          font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-weight: 700; }
      .how-it-works-container .how-it-works .step-list li .image-holder img {
        display: inline-block;
        max-height: 100%; }
      .how-it-works-container .how-it-works .step-list li .lead {
        margin: 0;
        padding-top: 33px;
        line-height: 1.75;
        color: #004355; }
    .how-it-works-container .how-it-works .how-works-links {
      padding: 20px 0 10px; }
      .how-it-works-container .how-it-works .how-works-links .sign-up {
        vertical-align: top;
        margin: 0 10px; }
      .how-it-works-container .how-it-works .how-works-links .sign-up span {
        font-size: 28px; }
      .how-it-works-container .how-it-works .how-works-links .alt-link > span {
        display: block;
        font-size: 30px;
        font-weight: 300;
        padding: 0; }
      .how-it-works-container .how-it-works .how-works-links .alt-link {
        background: url("../images/bg-black-ribbon.png") no-repeat;
        width: 239px;
        line-height: 64px;
        font-size: 30px;
        box-sizing: border-box;
        text-align: center;
        font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
        text-transform: uppercase;
        font-weight: 300;
        display: inline-block;
        vertical-align: top;
        color: #fff;
        text-decoration: none;
        margin: 0 15px; }
      .how-it-works-container .how-it-works .how-works-links .alt-link:hover {
        color: #eee; }
      .how-it-works-container .how-it-works .how-works-links .alt-link span {
        position: relative;
        top: -6px; }

/* About Us */
.about-us-container {
  padding: 20px 0; }
  .about-us-container .about-us {
    max-width: 1540px;
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .about-us-container .about-us .detail {
      padding-right: 100px; }
      .about-us-container .about-us .detail h2 {
        font-size: 26px;
        font-weight: 600;
        padding-bottom: 17px; }
    .about-us-container .about-us .aside {
      flex: none; }

/* Home - Main */
.home-page-main {
  display: none; }
  .home-page-main .columns .column.main {
    /*max-width: $maxWidth; width: $siteWidth; margin: 0 auto; background: url('../images/photo-family.jpg') left bottom no-repeat; min-height: 619px; padding: 30px 0 16px;*/ }
  .home-page-main .home-content-container {
    padding-left: 521px;
    position: relative;
    padding-bottom: 40px;
    margin-top: 3px; }
    .home-page-main .home-content-container h1.page-title {
      font-size: 26px;
      font-weight: 600;
      margin-bottom: 20px; }
    .home-page-main .home-content-container p, .home-page-main .home-content-container ul, .home-page-main .home-content-container ol, .home-page-main .home-content-container li {
      font-size: 18px;
      margin-bottom: 20px; }
    .home-page-main .home-content-container p {
      font-size: 18px;
      line-height: 28px;
      margin: 0 0 21px; }
    .home-page-main .home-content-container .page-title-wrapper {
      padding-top: 40px; }
    .home-page-main .home-content-container .our-story-caption {
      position: absolute;
      top: 5px;
      font-size: 85px;
      line-height: 83px;
      left: 62px;
      margin: 0;
      padding: 0 70px 0 0;
      font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
      background: url("../images/arrow-black-right-design.png") right 30px no-repeat;
      color: #000; }
    .home-page-main .home-content-container .signature {
      position: absolute;
      bottom: 80px;
      right: 67px; }
    .home-page-main .home-content-container .sign-up {
      margin-top: 19px; }

/* Video Popup */
.video-popup-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2500; }
  .video-popup-container .video-popup {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    width: 1200px;
    height: 800px;
    max-width: 90%;
    max-height: 90%;
    background: #000;
    margin: 0 auto; }
    .video-popup-container .video-popup iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

/* Item List */
.item-list .item .subtitle {
  font-weight: 300; }

@media (min-width: 768px) {
  .cms-index-index .item-list {
    justify-content: center; } }

@media (max-width: 1270px) {
  /* Intro */
  .intro-banner .large-banner-image {
    margin-top: 20px;
    margin-left: 2%;
    max-width: 46%; }
  /* Video Holder */
  .intro-banner .detail {
    padding-right: 50px; } }

@media (max-width: 1090px) {
  /* Tailored Plan */
  .tailored-plan ul {
    padding: 0 20px;
    box-sizing: border-box;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
    .tailored-plan ul li {
      max-width: none;
      padding: 20px 20px 0 20px; } }

@media (max-width: 990px) {
  /* Video Holder */
  .intro-banner .video-holder-group {
    width: 330px; }
  .intro-banner .video-holder-group .video-holder iframe {
    left: -3px;
    width: calc(100% + 5px); }
  /* About Us */
  .about-us-container .about-us .detail {
    padding-right: 50px; }
  .about-us-container .about-us .aside {
    width: 250px; } }

@media (max-width: 800px) {
  /* Intro */
  .intro-banner .large-banner-image {
    max-width: 42%;
    margin-top: 51px; } }

@media (max-width: 780px) {
  /* Our Food */
  .our-food-container .our-food .aside img {
    width: 220px; }
  /* Video */
  .home-intro-container .intro-banner {
    flex-wrap: wrap; }
  .intro-banner .detail {
    padding-bottom: 10px; }
  .intro-banner .video-holder-group {
    width: auto; } }

@media (max-width: 1120px) and (min-width: 768px) {
  /* How it works */
  .how-it-works-container .how-it-works .step-list li {
    padding: 0 30px; }
    .how-it-works-container .how-it-works .step-list li .lead {
      font-size: 19px;
      padding-top: 11px;
      line-height: 25px; }
    .how-it-works-container .how-it-works .step-list li:after {
      right: -16px; } }

@media (max-width: 767px) {
  /* Item List */
  .item-list .item {
    padding: 0 20px; }
    .item-list .item .lead {
      padding: 0 0 10px; }
    .item-list .item .subtitle {
      font-size: 14px; }
  /* About Us */
  .about-us-container .about-us {
    flex-wrap: wrap; }
    .about-us-container .about-us .detail {
      order: 10;
      width: 100%;
      padding-right: 0;
      text-align: center; }
    .about-us-container .about-us .detail h2 {
      font-size: 22px; }
    .about-us-container .about-us .detail img {
      margin: 0 auto;
      display: block; }
    .about-us-container .about-us .aside {
      order: 50;
      width: 100%;
      padding-bottom: 30px;
      display: none; }
    .about-us-container .about-us .aside img {
      width: 100%; }
  /* Sign Me Up */
  .sign-up {
    width: 90%;
    height: 48px;
    max-width: 180px;
    display: inline-block;
    text-align: center;
    background: #004355;
    border-radius: 4px;
    color: #fff;
    text-decoration: none !important; }
    .sign-up span {
      color: #fff;
      font-size: 14px;
      line-height: 45px;
      text-transform: uppercase; }
    .sign-up:hover {
      background: #cc1c66; }
  /* Our Food */
  .our-food-container .our-food .detail p {
    font-size: 15px;
    line-height: 24px; }
  .our-food-container .our-food .detail h2, .our-food-container .our-food .detail h3 {
    font-size: 22px;
    line-height: 29px; }
  /* Intro */
  .intro-banner .large-banner-image {
    max-width: calc(100% - 20px);
    display: block;
    clear: both;
    margin: 0 auto 30px;
    box-sizing: border-box; }
  /* Video Holder */
  .intro-banner .video-holder-group {
    margin: 30px auto 30px;
    float: none; }
  /* Tailored Plan */
  .tailored-plan h2 {
    font-size: 22px; }
  .tailored-plan ul {
    grid-gap: 30px; }
    .tailored-plan ul li {
      padding: 0; }
  /* How it works */
  .how-it-works-container .how-it-works .step-list {
    display: block;
    padding-top: 10px;
    margin-bottom: 0; }
    .how-it-works-container .how-it-works .step-list li {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      text-align: center;
      padding: 0 15px;
      align-items: center;
      box-sizing: border-box; }
      .how-it-works-container .how-it-works .step-list li .image-holder {
        width: 70px;
        margin-right: 20px;
        height: auto; }
        .how-it-works-container .how-it-works .step-list li .image-holder:before {
          font-size: 60px; }
        .how-it-works-container .how-it-works .step-list li .image-holder img {
          width: 70px;
          height: 70px;
          max-width: none;
          max-height: none; }
      .how-it-works-container .how-it-works .step-list li .lead {
        text-align: left;
        padding-top: 0; }
      .how-it-works-container .how-it-works .step-list li:after {
        display: none; }
      .how-it-works-container .how-it-works .step-list li:last-child {
        margin-bottom: 0;
        padding-bottom: 30px; }
  .how-it-works-container .offer-alternatives {
    display: none; }
  /* Home */
  .home-page-main .columns .column.main {
    display: none; }
  /* Menu */
  .weekly-menu-container .item-list .item {
    width: auto;
    margin: 0 auto;
    padding: 15px 15px 50px 15px;
    max-width: 230px; }
  .weekly-menu-container .item-list .item .image {
    max-width: 100%; }
  .weekly-menu-container .item-list .item .lead {
    line-height: 26px;
    max-width: 200px;
    margin: 0 auto; }
  .weekly-menu-container .item-list .item .subtitle {
    max-width: 200px;
    margin: 0 auto;
    font-size: 15px;
    padding: 0; }
  .weekly-menu-container .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0 0 20px; }
    .weekly-menu-container .slick-dots button {
      display: none; }
    .weekly-menu-container .slick-dots li {
      width: 10px;
      height: 10px;
      display: inline-block;
      background: #d5d5d5;
      border-radius: 25px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
    .weekly-menu-container .slick-dots li.slick-active {
      background: #004355; }
  .weekly-menu-container .weekly-menu .action.primary, .weekly-menu-container .weekly-menu .opc-wrapper .action.action-update, .opc-wrapper .weekly-menu-container .weekly-menu .action.action-update,
  .weekly-menu-container .weekly-menu .opc-wrapper .action.action-show-popup, .opc-wrapper .weekly-menu-container .weekly-menu .action.action-show-popup, .weekly-menu-container .weekly-menu .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .weekly-menu-container .weekly-menu .action.action-apply, .weekly-menu-container .weekly-menu .block-authentication .action.action-login, .block-authentication .weekly-menu-container .weekly-menu .action.action-login {
    line-height: 48px;
    height: 48px;
    font-size: 14px;
    max-width: 180px;
    margin-top: 30px; } }

@media (max-width: 700px) {
  /* Home Intro */
  .home-intro-container {
    padding-top: 45px;
    padding-bottom: 15px; }
  .home-intro-container .intro-banner {
    display: block; }
  .intro-banner .detail {
    padding-right: 0; }
  .intro-banner .video-holder-group,
  .intro-banner .video-holder-group img {
    width: 100%; }
  .intro-banner .video-holder-group .video-holder iframe {
    left: 0;
    width: 100%; }
  /* Our Food */
  .our-food-container .our-food {
    align-items: flex-start; }
  .our-food-container .our-food .detail {
    padding-left: 25px;
    text-align: left; } }

@media (max-width: 580px) {
  /* Our Food */
  .our-food-container .our-food {
    display: block; }
  .our-food-container .our-food .detail {
    padding-left: 0;
    text-align: center; }
  .our-food-container .our-food .aside img {
    display: block;
    width: 70%;
    margin: 0 auto 35px;
    right: 0; } }

@media (max-width: 570px) {
  /* Item List */
  .item-list .item .image {
    /*margin: 0 -25px 11px 0*/ } }

@media (max-width: 510px) {
  /* Video */
  .intro-banner .video-holder-group .video-holder iframe {
    left: -3px;
    width: calc(100% + 5px); }
  /* Tailored Plan */
  .tailored-plan ul {
    grid-template-columns: 1fr; } }

@media (max-width: 400px) {
  /* Our Food */
  .our-food-container .our-food .aside img {
    width: 90%;
    margin-bottom: 25px; } }

/* Testimonials */
.testimonials-container {
  background: #fff url("../images/bg-white-detail.jpg") center center no-repeat;
  background-size: cover;
  min-height: 0; }
  .testimonials-container .testimonials {
    max-width: 1540px;
    margin: 0 auto;
    width: calc(100% - 20px);
    padding: 14px 0 0;
    min-height: 0; }
    .testimonials-container .testimonials .entry-list {
      list-style: none;
      margin: 65px 0 0 0;
      padding: 0;
      max-height: 220px;
      overflow: hidden; }
    .testimonials-container .testimonials .entry-list li {
      margin: 0;
      padding: 0 20px;
      overflow: hidden; }
    .testimonials-container .testimonials .entry-list li .aside {
      float: left;
      width: 140px;
      height: 140px;
      overflow: hidden;
      border-radius: 150px; }
    .testimonials-container .testimonials .entry-list li .aside img {
      border-radius: 100px;
      display: block; }
    .testimonials-container .testimonials .entry-list li .detail {
      width: 76%;
      float: right; }
    .testimonials-container .testimonials .entry-list li .detail .quote {
      font-size: 24px;
      margin: 16px 0 21px;
      max-width: 500px; }
    .testimonials-container .testimonials .entry-list li .detail .author {
      font-size: 22px;
      font-weight: 700;
      font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
      line-height: 1.45; }
    .testimonials-container .testimonials .slick-list {
      margin: 0 -20px; }
    .testimonials-container .testimonials .slick-dots {
      margin-top: 74px;
      text-align: center;
      padding: 0; }
      .testimonials-container .testimonials .slick-dots > li {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        margin: 0 5px; }
        .testimonials-container .testimonials .slick-dots > li button {
          background: #d5d5d5;
          border: 2px solid #d5d5d5;
          display: inline-block;
          width: 10px;
          height: 10px;
          border-radius: 50px;
          padding: 0;
          text-indent: -999em; }
      .testimonials-container .testimonials .slick-dots > li.slick-active button {
        background: #004355;
        border-color: #004355; }

.testimonials-container .testimonials .entry-list li .aside {
  display: none; }

.testimonials-container .testimonials .entry-list li .detail {
  width: 100%; }

.testimonials-container .testimonials .entry-list li .detail .quote {
  display: none; }

.testimonials-container .testimonials .slick-dots {
  margin-bottom: 20px; }

@media (max-width: 1350px) {
  /* Container */
  .testimonials-container .testimonials .entry-list li .detail {
    width: calc(100% - 160px);
    margin-top: 10px; }
  .testimonials-container .testimonials .entry-list li .detail .quote {
    margin-top: -8px; } }

@media (max-width: 767px) {
  /* Container */
  .testimonials-container {
    background: #f5f5f5 url("../images/bg-pattern.png") center center repeat; }
  .testimonials-container .testimonials {
    background: transparent; }
  .testimonials-container .testimonials .slick-dots {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0; }
  .testimonials-container .testimonials .entry-list {
    margin: 25px 0 0 0;
    max-height: none;
    padding-bottom: 10px; }
    .testimonials-container .testimonials .entry-list li .aside {
      width: 100%;
      float: none;
      clear: both;
      text-align: center; }
      .testimonials-container .testimonials .entry-list li .aside img {
        display: inline-block; }
    .testimonials-container .testimonials .entry-list li .detail {
      width: 100%;
      float: none;
      clear: both;
      text-align: center; }
      .testimonials-container .testimonials .entry-list li .detail .quote {
        line-height: 27px;
        padding-top: 21px;
        margin-left: auto;
        margin-right: auto; }
  .testimonials-container .testimonials .entry-list li .detail .quote {
    font-size: 18px;
    padding-top: 0;
    margin-bottom: 0; }
  .testimonials-container .testimonials .entry-list li .detail .author {
    font-size: 15px;
    margin: 20px 0; } }

/* Instagram */
.instagram-container {
  background: #fff;
  padding: 50px 0 43px;
  max-height: 450px;
  overflow: hidden; }
  .instagram-container .instagram {
    max-width: 1540px;
    width: 98%;
    margin: 0 auto;
    position: relative; }
    .instagram-container .instagram .design-title-group {
      margin-bottom: 36px; }
    .instagram-container .instagram .follow-us {
      position: absolute;
      top: 0;
      right: 0;
      text-align: right;
      font-size: 18px;
      padding: 15px 78px 15px 0;
      background: url("../images/icon-instagram.png") right center no-repeat;
      line-height: 23px;
      margin: 2px 0 0; }
      .instagram-container .instagram .follow-us a {
        color: #000; }
      .instagram-container .instagram .follow-us strong {
        display: block; }
    .instagram-container .instagram .entry-list {
      list-style: none;
      margin: 0 -10px;
      padding: 0 0 11px 0;
      position: relative; }
      .instagram-container .instagram .entry-list li {
        margin: 0;
        padding: 0 10px; }
      .instagram-container .instagram .entry-list li img {
        width: 100%;
        display: block;
        max-width: 240px; }
      .instagram-container .instagram .entry-list .instagram-arrow {
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        cursor: pointer; }
      .instagram-container .instagram .entry-list .instagram-arrow.instagram-arrow-left {
        left: -34px; }
      .instagram-container .instagram .entry-list .instagram-arrow.instagram-arrow-right {
        right: -34px; }
    .instagram-container .instagram .undertitle {
      text-align: center;
      padding: 10px 0;
      margin: 0;
      font-size: 18px; }

@media (max-width: 767px) {
  /* Container */
  .instagram-container {
    display: none; } }

/* Basket */
.checkout-cart-index {
  /* Header */
  /* Logo */
  /* Title */
  /* Delete */
  /* Header, body cells */
  /* Cart borders */
  /* Mask */
  /* Qty */
  /* Contents */
  /* Summary */
  /* Summary Totals */
  /* Add another dog */
  /* Checkout */ }
  .checkout-cart-index .page-header {
    border-bottom: 1px solid #eee; }
  .checkout-cart-index .header.content {
    height: 120px; }
  .checkout-cart-index .header-continue-shopping {
    display: inline-block;
    margin-top: 46px; }
  .checkout-cart-index .logo.logo-dark {
    display: block; }
  .checkout-cart-index .new-navigation {
    display: none; }
  .checkout-cart-index .logo.logo-mobile {
    display: none; }
  .checkout-cart-index .page-title-wrapper {
    margin-bottom: 10px; }
  .checkout-cart-index .page-title-wrapper h1.page-title {
    text-align: center;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600; }
  .checkout-cart-index .action.action-delete {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-top: 4px; }
  .checkout-cart-index #shopping-cart-table > thead > tr > th {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    padding-bottom: 13px; }
  .checkout-cart-index #shopping-cart-table > tbody > tr > td {
    vertical-align: middle;
    padding: 17px 8px 17px; }
  .checkout-cart-index #shopping-cart-table > thead > tr > th.qty {
    padding-right: 59px; }
  .checkout-cart-index #shopping-cart-table > thead > tr > th.price,
  .checkout-cart-index #shopping-cart-table > tbody > tr > td.price {
    padding-right: 30px; }
  .checkout-cart-index .cart.table-wrapper .items thead + .item {
    border-top: 1px solid #eee; }
  .checkout-cart-index .cart.table-wrapper .items > .item {
    border-bottom: 1px solid #eee; }
  .checkout-cart-index .cart.table-wrapper {
    position: relative; }
    .checkout-cart-index .cart.table-wrapper .loading-mask {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3); }
  .checkout-cart-index .cart.table-wrapper .col.qty .control.qty {
    position: relative;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 5px; }
    .checkout-cart-index .cart.table-wrapper .col.qty .control.qty .qty-change {
      font-size: 24px;
      color: #000;
      display: inline-block;
      vertical-align: middle;
      height: 50px;
      width: 40px;
      text-align: center;
      line-height: 48px;
      background: #f5f5f5;
      border-radius: 5px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .checkout-cart-index .cart.table-wrapper .col.qty .control.qty .qty-change span {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      .checkout-cart-index .cart.table-wrapper .col.qty .control.qty .qty-change.qty-plus {
        border-left: 1px solid #ddd;
        border-radius: 0 5px 5px 0; }
      .checkout-cart-index .cart.table-wrapper .col.qty .control.qty .qty-change.qty-minus {
        border-right: 1px solid #ddd;
        border-radius: 5px 0 0 5px; }
      .checkout-cart-index .cart.table-wrapper .col.qty .control.qty .qty-change:active, .checkout-cart-index .cart.table-wrapper .col.qty .control.qty .qty-change:focus, .checkout-cart-index .cart.table-wrapper .col.qty .control.qty .qty-change:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .checkout-cart-index .cart.table-wrapper .col.qty .control.qty .input-text {
      border: 0;
      height: 50px;
      width: 70px;
      text-align: center;
      font-size: 16px;
      margin: 0;
      display: inline-block;
      vertical-align: middle; }
  .checkout-cart-index #shopping-cart-table .product-item-details {
    vertical-align: middle; }
  .checkout-cart-index #shopping-cart-table .product-item-name {
    font-size: 16px;
    font-weight: 700;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .checkout-cart-index .cart-summary {
    padding: 25px;
    margin-bottom: 110px; }
  .checkout-cart-index .cart-summary > .title {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 700; }
  .checkout-cart-index .cart-summary .block > .title {
    border-top: 0; }
  .checkout-cart-index .cart-summary #block-shipping {
    display: none; }
  .checkout-cart-index .cart-summary .block > .title:after {
    display: none;
    content: ''; }
  .checkout-cart-index .cart-summary .shipping-info {
    font-size: 18px;
    margin: 0 0 -7px; }
  .checkout-cart-index .column.main .cart-summary .block > .title strong {
    font-size: 16px; }
  .checkout-cart-index .column.main .cart-summary .block > .title strong:hover {
    text-decoration: underline; }
  .checkout-cart-index .cart-totals {
    border-top: 1px solid #e5e5e5;
    padding-top: 0; }
  .checkout-cart-index .cart-totals tr {
    border-bottom: 1px solid #e5e5e5; }
  .checkout-cart-index .cart-totals .grand .amount,
  .checkout-cart-index .cart-totals .grand .mark {
    padding-top: 11px; }
  .checkout-cart-index .cart-totals .mark,
  .checkout-cart-index .cart-totals .mark strong,
  .checkout-cart-index .cart-totals .amount {
    font-size: 16px;
    font-weight: 300; }
  .checkout-cart-index .cart-totals .shipping .value {
    display: none; }
  .checkout-cart-index .cart-container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 82px; }
  .checkout-cart-index .cart-container .checkout-methods-items {
    margin: 30px 0 10px; }
  .checkout-cart-index .cart-add-another-dog {
    position: absolute;
    top: -50px;
    left: 0;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    background: #004355;
    width: 330px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    transition: background 0.1s; }
    .checkout-cart-index .cart-add-another-dog span {
      font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #fff;
      font-size: 16px;
      font-weight: 500; }
    .checkout-cart-index .cart-add-another-dog:hover {
      background: #cc1c66; }
  .checkout-cart-index .action.checkout {
    height: 60px; }
    .checkout-cart-index .action.checkout span {
      padding-left: 30px;
      position: relative; }
    .checkout-cart-index .action.checkout span:before {
      content: ' ';
      position: absolute;
      width: 16px;
      height: 18px;
      display: block;
      left: 0;
      top: 1px;
      background: url("../images/svg/secure.svg") no-repeat; }
  .checkout-cart-index .block.crosssell {
    display: none; }

/* Cart Actions */
.cart-container .form-cart .actions {
  text-align: left; }

.cart-container .form-cart .action.update {
  width: 240px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  border: 0;
  padding-right: 0;
  margin: 20px 0; }

.cart-container .form-cart .action.update:before {
  display: none; }

.cart-container .form-cart .action.update span {
  line-height: 48px;
  display: block; }

/* Summary - Lower Image */
.checkout-cart-index .cart-summary:after {
  content: "If you're not 100% happy we'll happily give you your money back";
  background: url("../images/guarantee_2x.png") right center no-repeat;
  background-size: 82px;
  display: block;
  padding: 25px 88px 25px 0;
  margin: 20px 0;
  position: absolute;
  bottom: -170px;
  left: 10px;
  right: 10px;
  font-size: 16px; }

@media (max-width: 1015px) {
  /* Summary */
  .checkout-cart-index .cart-container {
    padding-bottom: 15px; }
  .checkout-cart-index .cart-container > .cart-summary {
    top: 0 !important; }
  /* Lower Image */
  .checkout-cart-index .cart-summary:after {
    max-width: 250px;
    margin: 0 auto; } }

@media (min-width: 768px) {
  /* Cart Image */
  .item-info .product-image-container {
    max-width: 90px; }
  .item-info .product-image-photo.subscription-item-photo .product-image-container {
    background: #fff;
    border: 3px solid #eee;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 150px;
    max-width: 90px; } }

@media (max-width: 767px) {
  /* Cart Image */
  .item-info .product-image-photo {
    background: #ddd;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 150px;
    max-width: 100%; }
  .cart.table-wrapper .item .col.item {
    min-height: 0; }
  /* Lower Image */
  .checkout-cart-index .cart-summary:after {
    bottom: -15px; }
  .checkout-cart-index .cart-container > .cart-summary {
    margin-bottom: 110px; } }

#discount-coupon-form .primary .action.cancel.primary, #discount-coupon-form .opc-wrapper .action.action-update .action.cancel.primary, .opc-wrapper #discount-coupon-form .action.action-update .action.cancel.primary, #discount-coupon-form .opc-wrapper .action.action-show-popup .action.cancel.primary, .opc-wrapper #discount-coupon-form .action.action-show-popup .action.cancel.primary, #discount-coupon-form .opc-wrapper .form-discount .action.action-apply .action.cancel.primary, .opc-wrapper .form-discount #discount-coupon-form .action.action-apply .action.cancel.primary, #discount-coupon-form .block-authentication .action.action-login .action.cancel.primary, .block-authentication #discount-coupon-form .action.action-login .action.cancel.primary, #discount-coupon-form .primary .opc-wrapper .action.cancel.action-update, .opc-wrapper #discount-coupon-form .primary .action.cancel.action-update, #discount-coupon-form .opc-wrapper .action.action-update .action.cancel.action-update, .opc-wrapper #discount-coupon-form .action.action-update .action.cancel.action-update, #discount-coupon-form .opc-wrapper .action.action-show-popup .action.cancel.action-update, .opc-wrapper #discount-coupon-form .action.action-show-popup .action.cancel.action-update, #discount-coupon-form .opc-wrapper .form-discount .action.action-apply .action.cancel.action-update, .opc-wrapper .form-discount #discount-coupon-form .action.action-apply .action.cancel.action-update, #discount-coupon-form .block-authentication .action.action-login .opc-wrapper .action.cancel.action-update, .opc-wrapper #discount-coupon-form .block-authentication .action.action-login .action.cancel.action-update, .block-authentication #discount-coupon-form .action.action-login .opc-wrapper .action.cancel.action-update, .opc-wrapper .block-authentication #discount-coupon-form .action.action-login .action.cancel.action-update,
#discount-coupon-form .primary .opc-wrapper .action.cancel.action-show-popup, .opc-wrapper #discount-coupon-form .primary .action.cancel.action-show-popup,
#discount-coupon-form .opc-wrapper .action.action-update .action.cancel.action-show-popup, .opc-wrapper #discount-coupon-form .action.action-update .action.cancel.action-show-popup,
#discount-coupon-form .opc-wrapper .action.action-show-popup .action.cancel.action-show-popup, .opc-wrapper #discount-coupon-form .action.action-show-popup .action.cancel.action-show-popup,
#discount-coupon-form .opc-wrapper .form-discount .action.action-apply .action.cancel.action-show-popup, .opc-wrapper .form-discount #discount-coupon-form .action.action-apply .action.cancel.action-show-popup,
#discount-coupon-form .block-authentication .action.action-login .opc-wrapper .action.cancel.action-show-popup, .opc-wrapper #discount-coupon-form .block-authentication .action.action-login .action.cancel.action-show-popup, .block-authentication #discount-coupon-form .action.action-login .opc-wrapper .action.cancel.action-show-popup, .opc-wrapper .block-authentication #discount-coupon-form .action.action-login .action.cancel.action-show-popup, #discount-coupon-form .primary .opc-wrapper .form-discount .action.cancel.action-apply, .opc-wrapper .form-discount #discount-coupon-form .primary .action.cancel.action-apply, #discount-coupon-form .opc-wrapper .action.action-update .form-discount .action.cancel.action-apply, #discount-coupon-form .opc-wrapper .form-discount .action.action-update .action.cancel.action-apply, .opc-wrapper #discount-coupon-form .action.action-update .form-discount .action.cancel.action-apply, .opc-wrapper .form-discount #discount-coupon-form .action.action-update .action.cancel.action-apply, #discount-coupon-form .opc-wrapper .action.action-show-popup .form-discount .action.cancel.action-apply, #discount-coupon-form .opc-wrapper .form-discount .action.action-show-popup .action.cancel.action-apply, .opc-wrapper #discount-coupon-form .action.action-show-popup .form-discount .action.cancel.action-apply, .opc-wrapper .form-discount #discount-coupon-form .action.action-show-popup .action.cancel.action-apply, #discount-coupon-form .opc-wrapper .form-discount .action.action-apply .action.cancel.action-apply, .opc-wrapper .form-discount #discount-coupon-form .action.action-apply .action.cancel.action-apply, #discount-coupon-form .block-authentication .action.action-login .opc-wrapper .form-discount .action.cancel.action-apply, .opc-wrapper .form-discount #discount-coupon-form .block-authentication .action.action-login .action.cancel.action-apply, .block-authentication #discount-coupon-form .action.action-login .opc-wrapper .form-discount .action.cancel.action-apply, .opc-wrapper .form-discount .block-authentication #discount-coupon-form .action.action-login .action.cancel.action-apply, #discount-coupon-form .primary .block-authentication .action.cancel.action-login, .block-authentication #discount-coupon-form .primary .action.cancel.action-login, #discount-coupon-form .opc-wrapper .action.action-update .block-authentication .action.cancel.action-login, .block-authentication #discount-coupon-form .opc-wrapper .action.action-update .action.cancel.action-login, .opc-wrapper #discount-coupon-form .action.action-update .block-authentication .action.cancel.action-login, .block-authentication .opc-wrapper #discount-coupon-form .action.action-update .action.cancel.action-login, #discount-coupon-form .opc-wrapper .action.action-show-popup .block-authentication .action.cancel.action-login, .block-authentication #discount-coupon-form .opc-wrapper .action.action-show-popup .action.cancel.action-login, .opc-wrapper #discount-coupon-form .action.action-show-popup .block-authentication .action.cancel.action-login, .block-authentication .opc-wrapper #discount-coupon-form .action.action-show-popup .action.cancel.action-login, #discount-coupon-form .opc-wrapper .form-discount .action.action-apply .block-authentication .action.cancel.action-login, .block-authentication #discount-coupon-form .opc-wrapper .form-discount .action.action-apply .action.cancel.action-login, .opc-wrapper .form-discount #discount-coupon-form .action.action-apply .block-authentication .action.cancel.action-login, .block-authentication .opc-wrapper .form-discount #discount-coupon-form .action.action-apply .action.cancel.action-login, #discount-coupon-form .block-authentication .action.action-login .action.cancel.action-login, .block-authentication #discount-coupon-form .action.action-login .action.cancel.action-login {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  width: 100%; }

@media (min-width: 768px) {
  /* Summary */
  #discount-coupon-form .primary, #discount-coupon-form .opc-wrapper .action.action-update, .opc-wrapper #discount-coupon-form .action.action-update,
  #discount-coupon-form .opc-wrapper .action.action-show-popup, .opc-wrapper #discount-coupon-form .action.action-show-popup, #discount-coupon-form .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount #discount-coupon-form .action.action-apply, #discount-coupon-form .block-authentication .action.action-login, .block-authentication #discount-coupon-form .action.action-login {
    display: block;
    float: none; }
    #discount-coupon-form .primary .action.apply.primary, #discount-coupon-form .opc-wrapper .action.action-update .action.apply.primary, .opc-wrapper #discount-coupon-form .action.action-update .action.apply.primary, #discount-coupon-form .opc-wrapper .action.action-show-popup .action.apply.primary, .opc-wrapper #discount-coupon-form .action.action-show-popup .action.apply.primary, #discount-coupon-form .opc-wrapper .form-discount .action.action-apply .action.apply.primary, .opc-wrapper .form-discount #discount-coupon-form .action.action-apply .action.apply.primary, #discount-coupon-form .block-authentication .action.action-login .action.apply.primary, .block-authentication #discount-coupon-form .action.action-login .action.apply.primary, #discount-coupon-form .primary .opc-wrapper .action.apply.action-update, .opc-wrapper #discount-coupon-form .primary .action.apply.action-update, #discount-coupon-form .opc-wrapper .action.action-update .action.apply.action-update, .opc-wrapper #discount-coupon-form .action.action-update .action.apply.action-update, #discount-coupon-form .opc-wrapper .action.action-show-popup .action.apply.action-update, .opc-wrapper #discount-coupon-form .action.action-show-popup .action.apply.action-update, #discount-coupon-form .opc-wrapper .form-discount .action.action-apply .action.apply.action-update, .opc-wrapper .form-discount #discount-coupon-form .action.action-apply .action.apply.action-update, #discount-coupon-form .block-authentication .action.action-login .opc-wrapper .action.apply.action-update, .opc-wrapper #discount-coupon-form .block-authentication .action.action-login .action.apply.action-update, .block-authentication #discount-coupon-form .action.action-login .opc-wrapper .action.apply.action-update, .opc-wrapper .block-authentication #discount-coupon-form .action.action-login .action.apply.action-update,
    #discount-coupon-form .primary .opc-wrapper .action.apply.action-show-popup, .opc-wrapper #discount-coupon-form .primary .action.apply.action-show-popup,
    #discount-coupon-form .opc-wrapper .action.action-update .action.apply.action-show-popup, .opc-wrapper #discount-coupon-form .action.action-update .action.apply.action-show-popup,
    #discount-coupon-form .opc-wrapper .action.action-show-popup .action.apply.action-show-popup, .opc-wrapper #discount-coupon-form .action.action-show-popup .action.apply.action-show-popup,
    #discount-coupon-form .opc-wrapper .form-discount .action.action-apply .action.apply.action-show-popup, .opc-wrapper .form-discount #discount-coupon-form .action.action-apply .action.apply.action-show-popup,
    #discount-coupon-form .block-authentication .action.action-login .opc-wrapper .action.apply.action-show-popup, .opc-wrapper #discount-coupon-form .block-authentication .action.action-login .action.apply.action-show-popup, .block-authentication #discount-coupon-form .action.action-login .opc-wrapper .action.apply.action-show-popup, .opc-wrapper .block-authentication #discount-coupon-form .action.action-login .action.apply.action-show-popup, #discount-coupon-form .primary .opc-wrapper .form-discount .action.apply.action-apply, .opc-wrapper .form-discount #discount-coupon-form .primary .action.apply.action-apply, #discount-coupon-form .opc-wrapper .action.action-update .form-discount .action.apply.action-apply, #discount-coupon-form .opc-wrapper .form-discount .action.action-update .action.apply.action-apply, .opc-wrapper #discount-coupon-form .action.action-update .form-discount .action.apply.action-apply, .opc-wrapper .form-discount #discount-coupon-form .action.action-update .action.apply.action-apply, #discount-coupon-form .opc-wrapper .action.action-show-popup .form-discount .action.apply.action-apply, #discount-coupon-form .opc-wrapper .form-discount .action.action-show-popup .action.apply.action-apply, .opc-wrapper #discount-coupon-form .action.action-show-popup .form-discount .action.apply.action-apply, .opc-wrapper .form-discount #discount-coupon-form .action.action-show-popup .action.apply.action-apply, #discount-coupon-form .opc-wrapper .form-discount .action.action-apply .action.apply.action-apply, .opc-wrapper .form-discount #discount-coupon-form .action.action-apply .action.apply.action-apply, #discount-coupon-form .block-authentication .action.action-login .opc-wrapper .form-discount .action.apply.action-apply, .opc-wrapper .form-discount #discount-coupon-form .block-authentication .action.action-login .action.apply.action-apply, .block-authentication #discount-coupon-form .action.action-login .opc-wrapper .form-discount .action.apply.action-apply, .opc-wrapper .form-discount .block-authentication #discount-coupon-form .action.action-login .action.apply.action-apply, #discount-coupon-form .primary .block-authentication .action.apply.action-login, .block-authentication #discount-coupon-form .primary .action.apply.action-login, #discount-coupon-form .opc-wrapper .action.action-update .block-authentication .action.apply.action-login, .block-authentication #discount-coupon-form .opc-wrapper .action.action-update .action.apply.action-login, .opc-wrapper #discount-coupon-form .action.action-update .block-authentication .action.apply.action-login, .block-authentication .opc-wrapper #discount-coupon-form .action.action-update .action.apply.action-login, #discount-coupon-form .opc-wrapper .action.action-show-popup .block-authentication .action.apply.action-login, .block-authentication #discount-coupon-form .opc-wrapper .action.action-show-popup .action.apply.action-login, .opc-wrapper #discount-coupon-form .action.action-show-popup .block-authentication .action.apply.action-login, .block-authentication .opc-wrapper #discount-coupon-form .action.action-show-popup .action.apply.action-login, #discount-coupon-form .opc-wrapper .form-discount .action.action-apply .block-authentication .action.apply.action-login, .block-authentication #discount-coupon-form .opc-wrapper .form-discount .action.action-apply .action.apply.action-login, .opc-wrapper .form-discount #discount-coupon-form .action.action-apply .block-authentication .action.apply.action-login, .block-authentication .opc-wrapper .form-discount #discount-coupon-form .action.action-apply .action.apply.action-login, #discount-coupon-form .block-authentication .action.action-login .action.apply.action-login, .block-authentication #discount-coupon-form .action.action-login .action.apply.action-login {
      height: 60px;
      width: 100%;
      font-size: 16px;
      border-radius: 5px; }
  #discount-coupon-form label span {
    font-size: 16px;
    padding-bottom: 5px;
    display: block; }
  #discount-coupon-form input {
    height: 60px;
    font-size: 16px;
    border-radius: 5px; } }

@media (max-width: 1485px) {
  /* Cart */
  .checkout-cart-index .cart-container .checkout-methods-items {
    margin-top: 20px; } }

@media (min-width: 1200px) {
  /* Minicart */
  body.has-banner.floating-nav .minicart-wrapper .action.showcart.active:before,
  body.has-banner.floating-nav .minicart-wrapper .action.showcart:before,
  body.no-banner.floating-nav .minicart-wrapper .action.showcart.active:before,
  body.no-banner.floating-nav .minicart-wrapper .action.showcart:before {
    background: url("../images/svg/basket.svg") center center no-repeat; }
  #shopping-cart-table .col.qty {
    min-width: 250px; } }

@media (max-width: 1220px) and (min-width: 1016px) {
  /* Lower image fix */
  .checkout-cart-index .cart-container {
    padding-bottom: 118px; }
  .checkout-cart-index .cart-summary:after {
    padding-right: 89px;
    bottom: -175px; } }

@media (max-width: 1300px) {
  /* Checkout */
  .checkout-cart-index .action.checkout {
    width: 100%;
    background-size: contain; } }

@media (max-width: 1250px) {
  /* Cart */
  .cart-container .checkout-methods-items .action.primary, .cart-container .checkout-methods-items .opc-wrapper .action.action-update, .opc-wrapper .cart-container .checkout-methods-items .action.action-update,
  .cart-container .checkout-methods-items .opc-wrapper .action.action-show-popup, .opc-wrapper .cart-container .checkout-methods-items .action.action-show-popup, .cart-container .checkout-methods-items .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .cart-container .checkout-methods-items .action.action-apply, .cart-container .checkout-methods-items .block-authentication .action.action-login, .block-authentication .cart-container .checkout-methods-items .action.action-login {
    padding: 0 15px; } }

@media (max-width: 1015px) {
  /* Checkout */
  .cart-container {
    display: flex;
    flex-wrap: wrap; }
  .cart-container > .cart-summary {
    width: 100%;
    order: 10; }
  .cart-container > .form.form-cart {
    width: 100%;
    order: 5;
    margin-bottom: 20px; }
  /* Cart */
  .cart.table-wrapper .product-item-photo {
    position: static;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; }
  .checkout-cart-index #shopping-cart-table .product-item-details {
    display: inline-block;
    vertical-align: top; }
  .checkout-cart-index #shopping-cart-table > tbody > tr > td {
    padding: 10px; }
  .checkout-cart-index #shopping-cart-table > tbody > tr > td.qty {
    width: 50%;
    padding-bottom: 10px; }
  .checkout-cart-index #shopping-cart-table > tbody > tr > td.item {
    padding-top: 25px; }
  .checkout-cart-index #shopping-cart-table > tbody > tr > td.price {
    width: 50%;
    padding-bottom: 10px; }
  /* Button */
  .cart-container .checkout-methods-items .action.primary, .cart-container .checkout-methods-items .opc-wrapper .action.action-update, .opc-wrapper .cart-container .checkout-methods-items .action.action-update,
  .cart-container .checkout-methods-items .opc-wrapper .action.action-show-popup, .opc-wrapper .cart-container .checkout-methods-items .action.action-show-popup, .cart-container .checkout-methods-items .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .cart-container .checkout-methods-items .action.action-apply, .cart-container .checkout-methods-items .block-authentication .action.action-login, .block-authentication .cart-container .checkout-methods-items .action.action-login {
    max-width: 100%;
    padding: 0 25px; } }

@media (max-width: 950px) {
  /* Add another dog */
  .checkout-cart-index .cart-add-another-dog {
    position: static;
    margin: -10px auto 20px; } }

@media (max-width: 949px) {
  .checkout-cart-index .header.content {
    position: relative; }
  .checkout-cart-index .nav-toggle-menu {
    display: none !important; }
  .checkout-cart-index .logo.logo-mobile {
    margin-top: 0;
    right: auto; }
  .checkout-cart-index .header-continue-shopping {
    margin-top: 17px; } }

@media (min-width: 768px) {
  /* Summary */
  .cart-totals .grand .amount strong,
  .checkout-cart-index .cart-totals .mark,
  .checkout-cart-index .cart-totals .mark strong,
  .checkout-cart-index .cart-totals .amount {
    font-weight: 400; } }

@media (max-width: 767px) {
  .checkout-cart-index #shopping-cart-table > thead > tr > th {
    display: none; }
  /* Checkout Icon */
  .checkout-cart-index .action.checkout span:before {
    top: 0; }
  /* Header */
  .checkout-cart-index .page-title-wrapper {
    display: none; }
  .checkout-cart-index .basket-intro {
    margin-top: -25px; }
  /* Discount */
  #discount-coupon-form input[type="text"] {
    background: #fff;
    height: 48px;
    border-radius: 5px; }
  #discount-coupon-form label {
    display: block;
    padding-bottom: 10px; }
  #discount-coupon-form .action.apply.primary, #discount-coupon-form .opc-wrapper .action.apply.action-update, .opc-wrapper #discount-coupon-form .action.apply.action-update,
  #discount-coupon-form .opc-wrapper .action.apply.action-show-popup, .opc-wrapper #discount-coupon-form .action.apply.action-show-popup, #discount-coupon-form .opc-wrapper .form-discount .action.apply.action-apply, .opc-wrapper .form-discount #discount-coupon-form .action.apply.action-apply, #discount-coupon-form .block-authentication .action.apply.action-login, .block-authentication #discount-coupon-form .action.apply.action-login {
    height: 48px; } }

@media (min-width: 501px) {
  /* Intro */
  .basket-intro .basket-lead,
  .basket-intro .mini-checkout-link {
    display: none; } }

@media (min-width: 768px) and (max-width: 1110px) {
  /* Basket, tablet */
  .cart.table-wrapper .product-item-photo {
    display: none; }
  .cart.table-wrapper .field.qty {
    width: 163px;
    margin-left: auto; } }

@media (min-width: 768px) and (max-width: 1015px) {
  /* Item Name fix */
  .checkout-cart-index #shopping-cart-table > tbody > tr > td.item {
    min-width: 350px; } }

@media (max-width: 767px) {
  /* 500 ^/

    /* Page */
  .checkout-cart-index #maincontent {
    padding-left: 0;
    padding-right: 0; }
  /* Title */
  .checkout-cart-index .cart-container {
    padding-top: 0; }
  .checkout-cart-index .cart-summary > .title {
    font-size: 22px; }
  .checkout-cart-index .header-continue-shopping {
    font-size: 14px;
    margin-top: 20px; }
  /* Add another dog */
  .checkout-cart-index .cart-add-another-dog {
    margin: 0 0 20px;
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    line-height: 44px;
    font-size: 14px; }
    .checkout-cart-index .cart-add-another-dog span {
      font-size: 14px; }
  /* Intro */
  .checkout-cart-index .basket-intro {
    background: #f5f5f5;
    padding: 0 15px;
    font-size: 18px;
    color: #222;
    width: 100%;
    box-sizing: border-box; }
    .checkout-cart-index .basket-intro .basket-lead {
      display: flex;
      justify-content: space-between;
      font-size: 18px;
      margin: 15px 0; }
    .checkout-cart-index .basket-intro .basket-top-actions {
      display: flex;
      justify-content: space-between; }
      .checkout-cart-index .basket-intro .basket-top-actions > * {
        width: 48%; }
      .checkout-cart-index .basket-intro .basket-top-actions .cart-add-another-dog {
        background: #fff;
        border: 2px solid #004355;
        color: #004355; }
        .checkout-cart-index .basket-intro .basket-top-actions .cart-add-another-dog span {
          color: #004355; }
      .checkout-cart-index .basket-intro .basket-top-actions .mini-checkout-link {
        height: 60px;
        line-height: 60px;
        font-size: 18px; }
        .checkout-cart-index .basket-intro .basket-top-actions .mini-checkout-link span {
          position: relative;
          padding-left: 23px; }
        .checkout-cart-index .basket-intro .basket-top-actions .mini-checkout-link span:before {
          content: ' ';
          position: absolute;
          width: 16px;
          height: 18px;
          display: block;
          left: 0;
          top: 0;
          background: url("../images/svg/secure.svg") no-repeat; }
    .checkout-cart-index .basket-intro.single-action-link .basket-top-actions .mini-checkout-link {
      margin-bottom: 20px;
      width: 100%; }
  /* Layout */
  .checkout-cart-index #shopping-cart-table > tbody > tr > td {
    text-align: left;
    padding: 0; }
  .checkout-cart-index #shopping-cart-table > tbody > tr > td.item {
    width: 100%; }
  .checkout-cart-index #shopping-cart-table > tbody > tr > td.qty {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 100px; }
  .checkout-cart-index #shopping-cart-table > tbody > tr > td.price {
    width: 100%;
    padding-left: 100px;
    padding-right: 10px;
    padding-bottom: 30px; }
  .checkout-cart-index #shopping-cart-table > tbody > tr > td.item {
    display: flex;
    justify-content: space-between;
    padding-top: 30px; }
  .cart.table-wrapper .product-item-photo {
    display: block;
    position: absolute;
    top: 30px;
    left: 0; }
  /* Delete */
  .checkout-cart-index .action.action-delete {
    margin-top: 28px; }
  .checkout-cart-index #shopping-cart-table > tbody > tr > td.col.delete {
    vertical-align: top; }
  /* Details */
  .checkout-cart-index #shopping-cart-table .product-item-name {
    font-size: 14px; }
  .checkout-cart-index #shopping-cart-table .product-item-details {
    padding-bottom: 10px;
    padding-left: 100px;
    padding-right: 60px;
    font-size: 14px; }
  .checkout-cart-index #shopping-cart-table .toggle-view-options {
    font-size: 14px !important; }
  /* Qty */
  .checkout-cart-index .cart.table-wrapper .col.qty .control.qty .input-text {
    height: 40px; }
  .checkout-cart-index .cart.table-wrapper .col.qty .control.qty .qty-change {
    height: 40px;
    line-height: 40px; }
  .checkout-cart-index .cart.table-wrapper .col.qty .field.qty {
    margin-bottom: 8px; }
  /* Price */
  .checkout-cart-index .price-including-tax, .checkout-cart-index .price-excluding-tax {
    font-size: 16px; }
  /* Summary */
  .checkout-cart-index .cart-summary {
    padding: 25px 15px 15px 15px;
    margin-bottom: 20px; }
  .checkout-cart-index .column.main .cart-summary .block > .title strong {
    font-size: 14px; }
  .checkout-cart-index .cart.table-wrapper {
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%; }
  .checkout-cart-index .cart-summary .shipping-info {
    font-size: 14px;
    padding-top: 10px; }
  .checkout-cart-index .cart-totals .mark,
  .checkout-cart-index .cart-totals .mark strong,
  .checkout-cart-index .cart-totals .amount {
    font-size: 14px;
    font-weight: 300; }
  /* Price */
  .cart.table-wrapper .item-options {
    padding: 0 0 10px; }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: '';
    display: none !important; }
  /* Actions */
  .cart-container .checkout-methods-items .action.primary, .cart-container .checkout-methods-items .opc-wrapper .action.action-update, .opc-wrapper .cart-container .checkout-methods-items .action.action-update,
  .cart-container .checkout-methods-items .opc-wrapper .action.action-show-popup, .opc-wrapper .cart-container .checkout-methods-items .action.action-show-popup, .cart-container .checkout-methods-items .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .cart-container .checkout-methods-items .action.action-apply, .cart-container .checkout-methods-items .block-authentication .action.action-login, .block-authentication .cart-container .checkout-methods-items .action.action-login {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    max-width: none; }
    .cart-container .checkout-methods-items .action.primary span, .cart-container .checkout-methods-items .opc-wrapper .action.action-update span, .opc-wrapper .cart-container .checkout-methods-items .action.action-update span, .cart-container .checkout-methods-items .opc-wrapper .action.action-show-popup span, .opc-wrapper .cart-container .checkout-methods-items .action.action-show-popup span, .cart-container .checkout-methods-items .opc-wrapper .form-discount .action.action-apply span, .opc-wrapper .form-discount .cart-container .checkout-methods-items .action.action-apply span, .cart-container .checkout-methods-items .block-authentication .action.action-login span, .block-authentication .cart-container .checkout-methods-items .action.action-login span {
      font-size: 18px;
      line-height: 60px; }
  /* From Repsonsive.css */
  .checkout-cart-index #shopping-cart-table .toggle-view-options {
    margin: 0 0 10px; } }

@media (max-width: 400px) {
  /* Summary */
  .checkout-cart-index .cart-summary:after {
    bottom: 0;
    padding-right: 98px; } }

@media (max-width: 385px) {
  /* Basket */
  .checkout-cart-index #shopping-cart-table .product-item-details {
    padding-right: 20px; }
  .checkout-cart-index #shopping-cart-table > tbody > tr > td.price,
  .checkout-cart-index #shopping-cart-table > tbody > tr > td.qty,
  .checkout-cart-index #shopping-cart-table .product-item-details {
    padding-left: 75px; } }

.minicart-wrapper .product .actions > .secondary {
  /*display: none !important*/ }

/* Minicart icon & container */
.minicart-wrapper .block-minicart {
  margin-top: 11px;
  z-index: 1000; }

.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart:before {
  width: 29px;
  height: 26px;
  content: ' ';
  background: url("../images/svg/basket.svg") center center no-repeat;
  margin-top: 3px; }

.minicart-wrapper .action.showcart .counter.qty {
  background: transparent;
  box-sizing: border-box;
  overflow: hidden;
  min-width: 0;
  padding: 0;
  top: 5px;
  right: 0;
  left: 0;
  position: absolute;
  font-size: 13px; }

.minicart-items .product-item-name a {
  color: #222; }

.minicart-items .action.viewcart {
  color: #222; }

.minicart-items .product-item:not(:first-child),
.minicart-items-wrapper {
  border-top: 1px solid #ddd;
  border-bottom: 0; }

.minicart-items-wrapper[data-action="scroll"] {
  max-height: 330px;
  overflow-y: auto; }

.minicart-wrapper .block-minicart li:last-child {
  padding-bottom: 0; }

.minicart-wrapper .block-minicart li:last-child .product {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px; }

/* Minicart Actions */
.minicart-wrapper .product .actions > .primary, .minicart-wrapper .product .opc-wrapper .actions > .action.action-update, .opc-wrapper .minicart-wrapper .product .actions > .action.action-update,
.minicart-wrapper .product .opc-wrapper .actions > .action.action-show-popup, .opc-wrapper .minicart-wrapper .product .actions > .action.action-show-popup, .minicart-wrapper .product .opc-wrapper .form-discount .actions > .action.action-apply, .opc-wrapper .form-discount .minicart-wrapper .product .actions > .action.action-apply, .minicart-wrapper .product .block-authentication .actions > .action.action-login, .block-authentication .minicart-wrapper .product .actions > .action.action-login {
  display: none; }

.minicart-wrapper .product .actions > .secondary {
  position: absolute;
  top: 20px;
  right: 0; }

/* Minicart Items */
.minicart-items .product-item-details {
  position: relative;
  padding-right: 30px; }

.minicart-items .product-item-pricing .label {
  width: auto;
  margin-right: 0; }

.minicart-items .item-qty {
  border: 0;
  padding: 0;
  width: 20px;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none; }

.minicart-items .product-item {
  padding: 15px 0 8px;
  margin: 0; }

.minicart-items .product-item-name {
  margin: 0; }

.minicart-items .product-item-name a {
  font-size: 14px;
  color: #000;
  font-weight: 700; }

.minicart-items .product-item-details .price {
  font-weight: 400; }

.minicart-items .product-item-details .product-item-pricing {
  margin-top: -1px; }

.minicart-items .product-item-details .details-qty {
  margin-top: 6px; }

.minicart-wrapper .action.close {
  display: none; }

.minicart-wrapper .block-minicart {
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.3); }

.block-minicart .items-total {
  margin: 0; }

.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 14px; }

.block-minicart .subtotal {
  padding-bottom: 20px;
  margin: 0; }

.block-minicart .subtotal .amount.price-container {
  display: inline-block;
  vertical-align: top; }

.block-minicart .block-content > .minicart-items-wrapper + .actions {
  height: 115px; }

.block-minicart .block-content > .subtotal + .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 9px; }

.block-minicart .product.options {
  display: none !important; }

.block-minicart .action.viewcart {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  height: 60px;
  line-height: 58px;
  text-decoration: none;
  border-radius: 60px; }
  .block-minicart .action.viewcart span {
    position: relative;
    top: 0; }

/*.block-minicart .block-content > .actions > .primary .action.primary    { background: $primary; width: 280px; height: 60px; line-height: 30px; border: 0; border-radius: 5px; box-sizing: border-box; font-family: $designFont; text-transform: uppercase; font-size: 16px; color: #fff; margin: 0 auto; border: 0 !important }
.block-minicart .block-content > .actions > .primary .action.primary:hover    { background: #cc1c66; }*/
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url("../images/svg/menu-close.svg") center center no-repeat;
  margin-right: 5px; }

/* Minibasket fix */
.block-minicart #top-cart-btn-checkout {
  display: none; }

.block-minicart .action.viewcart {
  width: calc(100% - 20px); }

@media (min-width: 1100px) {
  /*.minicart-wrapper .mage-dropdown-dialog 	{
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 100%;
		bottom: 0;
		z-index: 30;
		max-width: 1540px;
		margin: 0 auto;
	}*/
  .minicart-wrapper .block-minicart {
    position: fixed;
    width: 420px;
    left: auto;
    right: 160px;
    overflow: hidden;
    min-width: 0;
    top: 110px;
    bottom: auto;
    height: auto; } }

@media (max-width: 949px) {
  /* Icon */
  .minicart-wrapper .action.showcart.active:before,
  .minicart-wrapper .action.showcart:before {
    margin-top: 24px; }
  .minicart-wrapper .action.showcart .counter.qty {
    top: 27px;
    right: 0; } }

@media (max-width: 640px) {
  /* Icon */
  nav .minicart-wrapper {
    top: -17px; } }

.minicart-items .item-qty {
  -moz-appearance: textfield;
  margin: 0;
  -webkit-appearance: textfield; }

/* Checkout Btns */
.opc-wrapper .action.action-update,
.opc-wrapper .action.action-show-popup,
.opc-wrapper .form-discount .action.action-apply,
.block-authentication .action.action-login {
  font-size: 16px;
  min-width: 220px;
  line-height: 60px; }

.checkout-index-index .modal-popup .modal-footer .action-save-address {
  background: #004355;
  font-size: 16px;
  min-width: 220px;
  line-height: 60px; }

.checkout-index-index .modal-popup select,
.checkout-index-index .modal-popup input[type="text"] {
  height: 48px;
  border-color: #ddd; }

.checkout-index-index .modal-popup .modal-title {
  font-size: 22px;
  font-weight: 700; }

/* Success */
.checkout-success {
  text-align: center; }
  .checkout-success h1 {
    text-align: center;
    font-size: 60px;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 35px;
    font-weight: 300;
    padding-top: 10px; }
  .checkout-success p {
    font-size: 18px;
    margin: 0 0 20px; }
  .checkout-success .your-order-number {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 5px; }
  .checkout-success .actions-toolbar {
    padding: 20px 0 80px; }
  .checkout-success .actions-toolbar .primary, .checkout-success .actions-toolbar .opc-wrapper .action.action-update, .opc-wrapper .checkout-success .actions-toolbar .action.action-update,
  .checkout-success .actions-toolbar .opc-wrapper .action.action-show-popup, .opc-wrapper .checkout-success .actions-toolbar .action.action-show-popup, .checkout-success .actions-toolbar .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .checkout-success .actions-toolbar .action.action-apply, .checkout-success .actions-toolbar .block-authentication .action.action-login, .block-authentication .checkout-success .actions-toolbar .action.action-login {
    float: none; }
  .checkout-success .actions-toolbar .primary .action.continue, .checkout-success .actions-toolbar .opc-wrapper .action.action-update .action.continue, .opc-wrapper .checkout-success .actions-toolbar .action.action-update .action.continue, .checkout-success .actions-toolbar .opc-wrapper .action.action-show-popup .action.continue, .opc-wrapper .checkout-success .actions-toolbar .action.action-show-popup .action.continue, .checkout-success .actions-toolbar .opc-wrapper .form-discount .action.action-apply .action.continue, .opc-wrapper .form-discount .checkout-success .actions-toolbar .action.action-apply .action.continue, .checkout-success .actions-toolbar .block-authentication .action.action-login .action.continue, .block-authentication .checkout-success .actions-toolbar .action.action-login .action.continue {
    display: inline-block;
    width: 370px;
    height: 60px;
    background: transparent url("../images/label-pink-subscribe.png") no-repeat;
    border: 0; }
    .checkout-success .actions-toolbar .primary .action.continue span, .checkout-success .actions-toolbar .opc-wrapper .action.action-update .action.continue span, .opc-wrapper .checkout-success .actions-toolbar .action.action-update .action.continue span, .checkout-success .actions-toolbar .opc-wrapper .action.action-show-popup .action.continue span, .opc-wrapper .checkout-success .actions-toolbar .action.action-show-popup .action.continue span, .checkout-success .actions-toolbar .opc-wrapper .form-discount .action.action-apply .action.continue span, .opc-wrapper .form-discount .checkout-success .actions-toolbar .action.action-apply .action.continue span, .checkout-success .actions-toolbar .block-authentication .action.action-login .action.continue span, .block-authentication .checkout-success .actions-toolbar .action.action-login .action.continue span {
      color: #fff;
      font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 38px;
      font-weight: 300;
      text-transform: uppercase;
      background: transparent;
      position: relative;
      top: 8px; }
    .checkout-success .actions-toolbar .primary .action.continue:hover, .checkout-success .actions-toolbar .opc-wrapper .action.action-update .action.continue:hover, .opc-wrapper .checkout-success .actions-toolbar .action.action-update .action.continue:hover, .checkout-success .actions-toolbar .opc-wrapper .action.action-show-popup .action.continue:hover, .opc-wrapper .checkout-success .actions-toolbar .action.action-show-popup .action.continue:hover, .checkout-success .actions-toolbar .opc-wrapper .form-discount .action.action-apply .action.continue:hover, .opc-wrapper .form-discount .checkout-success .actions-toolbar .action.action-apply .action.continue:hover, .checkout-success .actions-toolbar .block-authentication .action.action-login .action.continue:hover, .block-authentication .checkout-success .actions-toolbar .action.action-login .action.continue:hover {
      background-image: url("../images/label-pink-subscribe-over.png"); }

.checkout-onepage-success .subscription-success {
  display: none !important; }

/* Progress bar */
.opc-progress-bar {
  margin: 30px auto;
  text-align: center; }
  .opc-progress-bar .opc-progress-bar-item > span {
    font-size: 16px;
    font-weight: 400; }
  .opc-progress-bar .opc-progress-bar-item > span:after {
    font-size: 15px;
    line-height: 25px; }
  .opc-progress-bar .opc-progress-bar-item._active > span:before,
  .opc-progress-bar .opc-progress-bar-item._active:before {
    background: #004355; }

.block-minicart .subtitle.empty {
  font-size: 16px; }

/* Step Title */
.opc-wrapper .step-title {
  font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 40px;
  color: #004355;
  font-weight: 600; }

.opc-wrapper .checkout-shipping-method .step-title {
  margin-bottom: 10px; }

.table-checkout-shipping-method {
  font-size: 16px; }

/* Input Fields */
.opc-wrapper .control select,
.opc-wrapper .control .input-text {
  height: 48px;
  border: 1px solid #eee;
  border-radius: 4px; }

.opc-wrapper .action.remind {
  color: #222;
  text-decoration: underline; }

/* Note - small arrow */
.fieldset > .field .note:before, .fieldset > .fields > .field .note:before {
  margin-top: 0; }

/* Shipping Addresses - Existing */
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #004355; }

.opc-wrapper .shipping-address-item.selected-item:after {
  background: #004355; }

.opc-wrapper .action.action-cancel,
.opc-wrapper .checkout-billing-address a,
.opc-wrapper .addresses a {
  color: #004355; }

.opc-wrapper .checkout-billing-address a[href^="tel"] {
  color: #222;
  text-decoration: none; }

.opc-wrapper .action.action-update,
.opc-wrapper .action.action-show-popup {
  color: #fff; }

/* Label */
.fieldset > .field:not(.choice) > .label {
  padding-top: 14px; }

/* Buttons */
.opc-wrapper .action.login.primary, .opc-wrapper .action.login.action-update,
.opc-wrapper .action.login.action-show-popup, .opc-wrapper .form-discount .action.login.action-apply, .opc-wrapper .block-authentication .action.login.action-login, .block-authentication .opc-wrapper .action.login.action-login,
.opc-wrapper .action.primary.checkout,
.opc-wrapper .action.checkout.action-update,
.opc-wrapper .action.checkout.action-show-popup,
.opc-wrapper .form-discount .action.checkout.action-apply,
.opc-wrapper .block-authentication .action.checkout.action-login,
.block-authentication .opc-wrapper .action.checkout.action-login,
.opc-wrapper button.button.action.continue.primary,
.opc-wrapper button.button.action.continue.action-update,
.opc-wrapper button.button.action.continue.action-show-popup,
.opc-wrapper .form-discount button.button.action.continue.action-apply,
.opc-wrapper .block-authentication button.button.action.continue.action-login,
.block-authentication .opc-wrapper button.button.action.continue.action-login {
  /*background: $primary; border: 0; color: #fff; font-family: $designFont; width: 240px; height: 60px; font-size: 16px; font-weight: 400; line-height: 60px; border-radius: 5px;
		span    { display: block; font-size: 16px; line-height: 33px }
		&:hover     { background: #cc1c66 }*/ }

.opc-wrapper .opc-wrapper .action.login.primary span, .opc-wrapper .opc-wrapper .action.login.action-update span, .opc-wrapper .opc-wrapper .action.login.action-show-popup span, .opc-wrapper .opc-wrapper .form-discount .action.login.action-apply span, .opc-wrapper .form-discount .opc-wrapper .action.login.action-apply span, .opc-wrapper .opc-wrapper .block-authentication .action.login.action-login span, .block-authentication .opc-wrapper .opc-wrapper .action.login.action-login span {
  top: -9px; }

/* Payment */
.opc-payment .payment-method {
  font-size: 16px; }

.opc-payment .payment-method-title {
  font-size: 20px;
  font-weight: 600;
  border-top: 0;
  padding-top: 0; }

.opc-payment .checkout-payment-method .payment-option-title {
  border-top: 0 !important;
  padding: 0 0 20px; }

/* Lower Right Info */
.opc-block-shipping-information .shipping-information-title {
  font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #004355;
  font-weight: 600; }

/* Required Fields */
.opc-wrapper .fieldset > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 12px;
  margin: 6px 0 0 5px; }

/* Field error */
.opc-wrapper .field-error {
  padding: 5px;
  color: #c00; }

/* Discount */
.opc-wrapper .checkout-payment-method .payment-option-title {
  border-color: #ddd; }

.opc-wrapper .checkout-payment-method .payment-option-title .action-toggle {
  color: #222;
  font-size: 16px; }

.opc-wrapper .form-discount .action.action-apply {
  color: #fff; }

/* Shipping Item */
.opc-wrapper .shipping-address-item {
  font-size: 16px; }

/* Login */
.form-login .actions-toolbar {
  margin-bottom: 40px; }

/* Billing Address */
#billing-new-address-form:before {
  content: 'Billing Address';
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 25px;
  letter-spacing: 0.5px; }

/* Summary */
.checkout-index-index .opc-block-summary {
  padding: 32px 22px 22px;
  text-align: left; }
  .checkout-index-index .opc-block-summary div {
    text-align: left;
    font-size: 16px; }
  .checkout-index-index .opc-block-summary > .title {
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 600;
    border-bottom: 0;
    color: #004355;
    padding: 0; }
  .checkout-index-index .opc-block-summary .minicart-items {
    display: block !important; }
  .checkout-index-index .opc-block-summary .minicart-items .product-item-details {
    padding-left: 100px; }
  .checkout-index-index .opc-block-summary .minicart-items .product-item-name {
    font-size: 16px;
    font-weight: 600;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .checkout-index-index .opc-block-summary .items-in-cart > .title {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    cursor: auto; }
  .checkout-index-index .opc-block-summary .items-in-cart > .title:after {
    content: '';
    display: none !important; }
  .checkout-index-index .opc-block-summary .block .title strong {
    font-size: 16px !important; }
  .checkout-index-index .opc-block-summary .product-item {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 20px; }
  .checkout-index-index .opc-block-summary .product-item:first-child {
    padding-top: 20px; }
  .checkout-index-index .opc-block-summary .product-item .subtotal {
    position: relative;
    top: 12px; }
  .checkout-index-index .opc-block-summary .product-item .product-item-name-block {
    padding-top: 0; }
  .checkout-index-index .opc-block-summary .table-totals .mark {
    font-size: 16px; }

/* Auth */
.authentication-wrapper {
  margin-top: -100px; }

.authentication-dropdown {
  margin-top: 20px; }

.action.action-auth-toggle {
  color: #004355;
  font-weight: 600; }

.block-authentication .block-title {
  margin-bottom: 15px;
  font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.block-authentication .block-title strong {
  font-weight: 600; }

.block-authentication label.label {
  display: block;
  font-size: 18px;
  text-align: left;
  padding-bottom: 7px; }

.block-authentication input[type=email], .block-authentication input[type=password] {
  height: 48px; }

.block-authentication .fieldset > .field {
  margin-bottom: 15px; }

.block-authentication .fieldset > .field:not(.choice) > .label {
  font-size: 16px;
  padding-bottom: 6px; }

.block-authentication .actions-toolbar {
  margin-left: 0 !important; }

.block-authentication .actions-toolbar .secondary a.action {
  color: #222; }

.block-authentication .action.action-login {
  color: #fff !important; }

.checkout-payment-method .ccard .cvv .input-text {
  width: 75px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* Modal */
body._has-modal-custom .modal-custom-overlay {
  display: none !important; }

.checkout-payment-method .payment-option-title .action-toggle:after {
  display: none !important; }

/* Estimated wrapper */
.opc-estimated-wrapper {
  display: none !important; }

/* T & Cs */
.checkout-agreements-block .action-show {
  color: #222;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif; }

/* Fix for asterisk spacing */
.opc-wrapper .fieldset > .field.required > label:after,
.opc-wrapper .fieldset > .field._required > label:after {
  margin-left: 5px;
  margin-top: 3px; }

.address .fieldset > .field.required > .label:after,
.address .fieldset > .fields > .field.required > .label:after {
  margin-left: 0px; }

/* Mini basket paw image */
.minicart-items .product-image-wrapper {
  background: url("../images/svg/paw-dark.svg") center center no-repeat;
  background-size: 30px;
  margin-bottom: 10px;
  border: 3px solid #eee;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 150px;
  width: 75px;
  height: 75px; }

.minicart-items .product-image-wrapper .product-image-photo {
  visibility: hidden; }

/* Money back guarantee */
#checkout-step-shipping_method .button.action.continue.primary, #checkout-step-shipping_method .opc-wrapper .button.action.continue.action-update, .opc-wrapper #checkout-step-shipping_method .button.action.continue.action-update,
#checkout-step-shipping_method .opc-wrapper .button.action.continue.action-show-popup, .opc-wrapper #checkout-step-shipping_method .button.action.continue.action-show-popup, #checkout-step-shipping_method .opc-wrapper .form-discount .button.action.continue.action-apply, .opc-wrapper .form-discount #checkout-step-shipping_method .button.action.continue.action-apply, #checkout-step-shipping_method .block-authentication .button.action.continue.action-login, .block-authentication #checkout-step-shipping_method .button.action.continue.action-login {
  width: 350px;
  max-width: 90%; }
  #checkout-step-shipping_method .button.action.continue.primary span, #checkout-step-shipping_method .opc-wrapper .button.action.continue.action-update span, .opc-wrapper #checkout-step-shipping_method .button.action.continue.action-update span, #checkout-step-shipping_method .opc-wrapper .button.action.continue.action-show-popup span, .opc-wrapper #checkout-step-shipping_method .button.action.continue.action-show-popup span, #checkout-step-shipping_method .opc-wrapper .form-discount .button.action.continue.action-apply span, .opc-wrapper .form-discount #checkout-step-shipping_method .button.action.continue.action-apply span, #checkout-step-shipping_method .block-authentication .button.action.continue.action-login span, .block-authentication #checkout-step-shipping_method .button.action.continue.action-login span {
    line-height: 30px; }

#checkout-step-shipping_method:after {
  content: "If you're not 100% happy we'll happily give you your money back";
  max-width: 250px;
  background: url("../images/guarantee_2x.png") right center no-repeat;
  display: block;
  padding: 25px 88px 25px 0;
  margin: 20px 0 20px auto;
  bottom: -130px;
  left: 10px;
  right: 10px;
  font-size: 16px;
  background-size: 82px; }

/* Minicart actions */
.block-minicart .block-content > .minicart-items-wrapper + .actions {
  height: 62px; }

.block-minicart .action.viewcart {
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 60px;
  line-height: 56px;
  box-sizing: border-box; }

.block-minicart #top-cart-btn-checkout {
  position: absolute;
  bottom: 33px;
  right: 10px;
  width: calc(50% - 15px);
  height: 60px;
  line-height: 30px;
  font-size: 16px;
  padding-left: 40px;
  background: #004355 url("../images/svg/secure.svg") no-repeat;
  background-position: calc(50% - 53px) 47%;
  min-width: 0; }

.block-minicart #top-cart-btn-checkout:hover {
  background-color: #f16153; }

.opc-block-shipping-information .shipping-information-content {
  font-size: 14px; }

/* Arrow fix */
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  position: relative; }
  .checkout-payment-method .payment-option._collapsible .payment-option-title:after {
    content: ' ';
    display: block;
    background: url("../images/svg/arrow-mobile.svg") right 22px center no-repeat;
    background-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 63px; }
  .checkout-payment-method .payment-option._collapsible .payment-option-title[aria-expanded="true"]:after {
    transform: rotate(180deg); }

/* Checkout Agreement */
.checkout-agreements-block .checkout-agreement.required {
  padding: 0 0 20px; }

.checkout-agreements-block .payment-option-title.field {
  padding-left: 0; }

/* Remove discount code from checkout */
.checkout-index-index .opc-payment-additional.discount-code {
  display: none !important; }

/* Hide country field from shipping address */
#shipping-new-address-form .field[name="shippingAddress.country_id"] {
  display: none; }

/* Shipping Region */
.field[name="shippingAddress.region"]:after {
  content: 'We can only currently deliver to mainland UK - apologies for any inconvenience caused.';
  display: block;
  padding-top: 10px;
  color: #666;
  font-size: 12px; }

/* Tooltip */
.field-tooltip #tooltip-label {
  display: none; }

/* Street Line Fix */
.field div[name="shippingAddress.street.0"] label span {
  display: none; }

/* Navigation */
.checkout-index-index .new-navigation {
  visibility: hidden; }

/* Nav icon */
.checkout-index-index .nav-toggle-menu {
  display: none; }

/* Trustpilot off */
.checkout-index-index .trustpilot-footer-container {
  display: none; }

/* Header bar */
.page-layout-checkout .new-mobile-header {
  display: none !important; }

.checkout-index-index .action.primary.checkout, .checkout-index-index .opc-wrapper .action.checkout.action-update, .opc-wrapper .checkout-index-index .action.checkout.action-update,
.checkout-index-index .opc-wrapper .action.checkout.action-show-popup, .opc-wrapper .checkout-index-index .action.checkout.action-show-popup, .checkout-index-index .opc-wrapper .form-discount .action.checkout.action-apply, .opc-wrapper .form-discount .checkout-index-index .action.checkout.action-apply, .checkout-index-index .block-authentication .action.checkout.action-login, .block-authentication .checkout-index-index .action.checkout.action-login {
  width: 300px;
  height: 60px;
  max-width: 100%; }

/* Place Order button */
.checkout-index-index .action.primary.checkout span, .checkout-index-index .opc-wrapper .action.checkout.action-update span, .opc-wrapper .checkout-index-index .action.checkout.action-update span, .checkout-index-index .opc-wrapper .action.checkout.action-show-popup span, .opc-wrapper .checkout-index-index .action.checkout.action-show-popup span, .checkout-index-index .opc-wrapper .form-discount .action.checkout.action-apply span, .opc-wrapper .form-discount .checkout-index-index .action.checkout.action-apply span, .checkout-index-index .block-authentication .action.checkout.action-login span, .block-authentication .checkout-index-index .action.checkout.action-login span {
  text-indent: -999em;
  display: block;
  position: relative;
  top: -16px; }

.checkout-index-index .action.primary.checkout span:after, .checkout-index-index .opc-wrapper .action.checkout.action-update span:after, .opc-wrapper .checkout-index-index .action.checkout.action-update span:after, .checkout-index-index .opc-wrapper .action.checkout.action-show-popup span:after, .opc-wrapper .checkout-index-index .action.checkout.action-show-popup span:after, .checkout-index-index .opc-wrapper .form-discount .action.checkout.action-apply span:after, .opc-wrapper .form-discount .checkout-index-index .action.checkout.action-apply span:after, .checkout-index-index .block-authentication .action.checkout.action-login span:after, .block-authentication .checkout-index-index .action.checkout.action-login span:after {
  content: 'Place Secure Order';
  color: #fff;
  display: block;
  line-height: 1;
  text-indent: 0; }

.checkout-index-index .action.primary.checkout span, .checkout-index-index .opc-wrapper .action.checkout.action-update span, .opc-wrapper .checkout-index-index .action.checkout.action-update span, .checkout-index-index .opc-wrapper .action.checkout.action-show-popup span, .opc-wrapper .checkout-index-index .action.checkout.action-show-popup span, .checkout-index-index .opc-wrapper .form-discount .action.checkout.action-apply span, .opc-wrapper .form-discount .checkout-index-index .action.checkout.action-apply span, .checkout-index-index .block-authentication .action.checkout.action-login span, .block-authentication .checkout-index-index .action.checkout.action-login span {
  text-indent: -999em;
  display: block;
  position: relative;
  top: -16px; }

/* Shipping Region */
@media (min-width: 985px) {
  .field[name="shippingAddress.region"]:after {
    margin-left: 154px; } }

/* Shipping Region */
@media (min-width: 768px) and (max-width: 984px) {
  .field[name="shippingAddress.region"]:after {
    text-align: right;
    padding-top: 20px;
    padding-left: 105px; } }

@media (max-width: 950px) {
  /* Authentication Wrapper */
  .authentication-wrapper {
    margin-top: -70px; } }

@media (max-width: 768px) {
  /* Money back guarantee */
  #checkout-step-shipping_method:after {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 768px) {
  .opc-wrapper .action.login.primary, .opc-wrapper .action.login.action-update,
  .opc-wrapper .action.login.action-show-popup, .opc-wrapper .form-discount .action.login.action-apply, .opc-wrapper .block-authentication .action.login.action-login, .block-authentication .opc-wrapper .action.login.action-login {
    height: 60px;
    line-height: 60px;
    width: 150px; } }

@media (max-width: 767px) {
  /* Titles */
  .opc-wrapper .step-title {
    font-size: 22px; }
  .payment-group .step-title {
    padding-left: 15px; }
  /* Actions */
  .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .checkout-payment-method .opc-wrapper .payment-method-content > .actions-toolbar > .action.action-update .action.primary, .opc-wrapper .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-update .action.primary, .checkout-payment-method .opc-wrapper .payment-method-content > .actions-toolbar > .action.action-show-popup .action.primary, .opc-wrapper .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-show-popup .action.primary, .checkout-payment-method .opc-wrapper .form-discount .payment-method-content > .actions-toolbar > .action.action-apply .action.primary, .opc-wrapper .form-discount .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-apply .action.primary, .checkout-payment-method .block-authentication .payment-method-content > .actions-toolbar > .action.action-login .action.primary, .block-authentication .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-login .action.primary, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .opc-wrapper .action.action-update, .opc-wrapper .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.action-update, .checkout-payment-method .opc-wrapper .payment-method-content > .actions-toolbar > .action.action-update .action.action-update, .opc-wrapper .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-update .action.action-update, .checkout-payment-method .opc-wrapper .payment-method-content > .actions-toolbar > .action.action-show-popup .action.action-update, .opc-wrapper .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-show-popup .action.action-update, .checkout-payment-method .opc-wrapper .form-discount .payment-method-content > .actions-toolbar > .action.action-apply .action.action-update, .opc-wrapper .form-discount .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-apply .action.action-update, .checkout-payment-method .block-authentication .payment-method-content > .actions-toolbar > .action.action-login .opc-wrapper .action.action-update, .opc-wrapper .checkout-payment-method .block-authentication .payment-method-content > .actions-toolbar > .action.action-login .action.action-update, .block-authentication .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-login .opc-wrapper .action.action-update, .opc-wrapper .block-authentication .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-login .action.action-update,
  .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .opc-wrapper .action.action-show-popup, .opc-wrapper .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.action-show-popup,
  .checkout-payment-method .opc-wrapper .payment-method-content > .actions-toolbar > .action.action-update .action.action-show-popup, .opc-wrapper .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-update .action.action-show-popup,
  .checkout-payment-method .opc-wrapper .payment-method-content > .actions-toolbar > .action.action-show-popup .action.action-show-popup, .opc-wrapper .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-show-popup .action.action-show-popup,
  .checkout-payment-method .opc-wrapper .form-discount .payment-method-content > .actions-toolbar > .action.action-apply .action.action-show-popup, .opc-wrapper .form-discount .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-apply .action.action-show-popup,
  .checkout-payment-method .block-authentication .payment-method-content > .actions-toolbar > .action.action-login .opc-wrapper .action.action-show-popup, .opc-wrapper .checkout-payment-method .block-authentication .payment-method-content > .actions-toolbar > .action.action-login .action.action-show-popup, .block-authentication .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-login .opc-wrapper .action.action-show-popup, .opc-wrapper .block-authentication .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-login .action.action-show-popup, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.action-apply, .checkout-payment-method .opc-wrapper .payment-method-content > .actions-toolbar > .action.action-update .form-discount .action.action-apply, .checkout-payment-method .opc-wrapper .form-discount .payment-method-content > .actions-toolbar > .action.action-update .action.action-apply, .opc-wrapper .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-update .form-discount .action.action-apply, .opc-wrapper .form-discount .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-update .action.action-apply, .checkout-payment-method .opc-wrapper .payment-method-content > .actions-toolbar > .action.action-show-popup .form-discount .action.action-apply, .checkout-payment-method .opc-wrapper .form-discount .payment-method-content > .actions-toolbar > .action.action-show-popup .action.action-apply, .opc-wrapper .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-show-popup .form-discount .action.action-apply, .opc-wrapper .form-discount .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-show-popup .action.action-apply, .checkout-payment-method .opc-wrapper .form-discount .payment-method-content > .actions-toolbar > .action.action-apply .action.action-apply, .opc-wrapper .form-discount .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-apply .action.action-apply, .checkout-payment-method .block-authentication .payment-method-content > .actions-toolbar > .action.action-login .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .checkout-payment-method .block-authentication .payment-method-content > .actions-toolbar > .action.action-login .action.action-apply, .block-authentication .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-login .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .block-authentication .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-login .action.action-apply, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .block-authentication .action.action-login, .block-authentication .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.action-login, .checkout-payment-method .opc-wrapper .payment-method-content > .actions-toolbar > .action.action-update .block-authentication .action.action-login, .block-authentication .checkout-payment-method .opc-wrapper .payment-method-content > .actions-toolbar > .action.action-update .action.action-login, .opc-wrapper .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-update .block-authentication .action.action-login, .block-authentication .opc-wrapper .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-update .action.action-login, .checkout-payment-method .opc-wrapper .payment-method-content > .actions-toolbar > .action.action-show-popup .block-authentication .action.action-login, .block-authentication .checkout-payment-method .opc-wrapper .payment-method-content > .actions-toolbar > .action.action-show-popup .action.action-login, .opc-wrapper .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-show-popup .block-authentication .action.action-login, .block-authentication .opc-wrapper .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-show-popup .action.action-login, .checkout-payment-method .opc-wrapper .form-discount .payment-method-content > .actions-toolbar > .action.action-apply .block-authentication .action.action-login, .block-authentication .checkout-payment-method .opc-wrapper .form-discount .payment-method-content > .actions-toolbar > .action.action-apply .action.action-login, .opc-wrapper .form-discount .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-apply .block-authentication .action.action-login, .block-authentication .opc-wrapper .form-discount .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-apply .action.action-login, .checkout-payment-method .block-authentication .payment-method-content > .actions-toolbar > .action.action-login .action.action-login, .block-authentication .checkout-payment-method .payment-method-content > .actions-toolbar > .action.action-login .action.action-login,
  .opc-wrapper button.button.action.continue.primary,
  .opc-wrapper button.button.action.continue.action-update,
  .opc-wrapper button.button.action.continue.action-show-popup,
  .opc-wrapper .form-discount button.button.action.continue.action-apply,
  .opc-wrapper .block-authentication button.button.action.continue.action-login,
  .block-authentication .opc-wrapper button.button.action.continue.action-login {
    width: 100%;
    max-width: 300px; }
  .checkout-payment-method .payment-method-billing-address .primary .action-update, .checkout-payment-method .payment-method-billing-address .opc-wrapper .action.action-update .action-update, .opc-wrapper .checkout-payment-method .payment-method-billing-address .action.action-update .action-update, .checkout-payment-method .payment-method-billing-address .opc-wrapper .action.action-show-popup .action-update, .opc-wrapper .checkout-payment-method .payment-method-billing-address .action.action-show-popup .action-update, .checkout-payment-method .payment-method-billing-address .opc-wrapper .form-discount .action.action-apply .action-update, .opc-wrapper .form-discount .checkout-payment-method .payment-method-billing-address .action.action-apply .action-update, .checkout-payment-method .payment-method-billing-address .block-authentication .action.action-login .action-update, .block-authentication .checkout-payment-method .payment-method-billing-address .action.action-login .action-update {
    height: 48px;
    line-height: 48px;
    font-size: 14px; }
  .checkout-payment-method .payment-option-content {
    padding: 0; }
  .opc-payment .payment-method .actions-toolbar {
    padding: 10px 0; }
  /* Discount */
  .opc-wrapper .form-discount .action.action-apply {
    height: 48px;
    line-height: 48px;
    font-size: 14px; }
  /* Login */
  .opc-wrapper .action.login.primary, .opc-wrapper .action.login.action-update,
  .opc-wrapper .action.login.action-show-popup, .opc-wrapper .form-discount .action.login.action-apply, .opc-wrapper .block-authentication .action.login.action-login, .block-authentication .opc-wrapper .action.login.action-login {
    max-width: 300px;
    width: 100%; }
  /* Minicart actions */
  .block-minicart .block-content > .minicart-items-wrapper + .actions {
    height: 50px; }
  .block-minicart .action.viewcart {
    height: 48px;
    line-height: 44px; }
    .block-minicart .action.viewcart span {
      font-size: 14px; }
  .block-minicart #top-cart-btn-checkout {
    height: 48px;
    line-height: 20px;
    font-size: 14px;
    background-position: calc(50% - 45px) 47%; }
  /* Remove icon by phone number */
  .field .control._with-tooltip input[name="telephone"] {
    width: 100%; }
  #checkout-step-payment .field-tooltip .field-tooltip-action::before,
  .field[name="billingAddress.telephone"] .field-tooltip .field-tooltip-action::before,
  .field[name="shippingAddress.telephone"] .field-tooltip .field-tooltip-action::before {
    display: none !important;
    content: '' !important; }
  /* Discount code icon */
  .checkout-payment-method .payment-option._collapsible .payment-option-title:after {
    height: 53px; }
  .opc-wrapper .action.login.primary, .opc-wrapper .action.login.action-update,
  .opc-wrapper .action.login.action-show-popup, .opc-wrapper .form-discount .action.login.action-apply, .opc-wrapper .block-authentication .action.login.action-login, .block-authentication .opc-wrapper .action.login.action-login {
    height: 52px;
    line-height: 52px; } }

@media (max-width: 400px) {
  /* Checkout */
  .opc-progress-bar .opc-progress-bar-item > span {
    font-size: 14px; } }

@media (max-width: 365px) {
  /* Money back guarantee */
  .checkout-index-index .page-main {
    padding-bottom: 100px; }
  #checkout-step-shipping_method:after {
    bottom: -152px; } }

/* Enquire Inline */
.enquire-inline-container {
  background: #f5f5f5;
  padding: 45px 0 41px; }
  .enquire-inline-container .enquire-inline {
    max-width: 1540px;
    width: calc(100% - 20px);
    margin: 0 auto;
    overflow: hidden; }
    .enquire-inline-container .enquire-inline .detail {
      width: 700px;
      float: left; }
      .enquire-inline-container .enquire-inline .detail .intro {
        padding-bottom: 42px; }
      .enquire-inline-container .enquire-inline .detail .intro h3 {
        font-weight: 600;
        padding: 10px 0 23px;
        margin: 0; }
      .enquire-inline-container .enquire-inline .detail .intro p {
        margin: 0;
        font-weight: 300; }
      .enquire-inline-container .enquire-inline .detail .address-info {
        overflow: hidden; }
        .enquire-inline-container .enquire-inline .detail .address-info .contact-info {
          list-style: none;
          margin: 0;
          padding: 0;
          width: 48%;
          float: left; }
        .enquire-inline-container .enquire-inline .detail .address-info .contact-info li {
          margin: 0 0 31px;
          padding: 0 0 0 82px;
          font-size: 18px;
          line-height: 1.5;
          background-repeat: no-repeat;
          background-position: left center; }
        .enquire-inline-container .enquire-inline .detail .address-info .contact-info li strong {
          display: block; }
        .enquire-inline-container .enquire-inline .detail .address-info .contact-info li a {
          color: #000;
          font-weight: 300; }
        .enquire-inline-container .enquire-inline .detail .address-info .contact-info li.icon-phone {
          background-image: url("../images/svg/icon-dogandbone.svg");
          background-size: 60px 44px; }
        .enquire-inline-container .enquire-inline .detail .address-info .contact-info li.icon-email {
          background-image: url("../images/svg/icon-email.svg");
          background-position: 5px center;
          background-size: 52px 35px; }
        .enquire-inline-container .enquire-inline .detail .address-info .contact-info li.icon-twitter {
          background-image: url("../images/svg/icon-twitter.svg");
          background-position: 9px center;
          background-size: 45px 37px; }
        .enquire-inline-container .enquire-inline .detail .address-info .address {
          font-size: 18px;
          width: 44%;
          float: right;
          padding-left: 80px;
          background: url("../images/svg/icon-letterbox.svg") left 9px no-repeat;
          background-size: 61px 36px;
          box-sizing: border-box; }
        .enquire-inline-container .enquire-inline .detail .address-info .address p {
          margin: 0;
          line-height: 1.5;
          font-weight: 300; }
        .enquire-inline-container .enquire-inline .detail .address-info .address p strong {
          font-weight: 700; }
    .enquire-inline-container .enquire-inline .aside {
      width: 760px;
      float: right;
      margin-top: 64px; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form .input-group {
        display: flex;
        justify-content: space-between; }
        .enquire-inline-container .enquire-inline .aside .enquire-inline-form .input-group input {
          width: 48.5%; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form textarea {
        margin-bottom: 18px;
        font-size: 16px;
        border-radius: 5px;
        border: 1px solid #e5e5e5;
        padding: 12px 15px;
        box-sizing: border-box;
        width: 100%;
        box-shadow: none !important;
        height: 141px;
        resize: vertical; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form input[type=text] {
        height: 48px;
        border-radius: 5px;
        background: #fff;
        border: 1px solid #e5e5e5;
        margin-bottom: 20px;
        font-size: 16px;
        box-shadow: none !important;
        padding: 0 15px; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form .feedback-radio-group {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 30px;
        max-width: 750px; }
        .enquire-inline-container .enquire-inline .aside .enquire-inline-form .feedback-radio-group span {
          font-size: 18px; }
        .enquire-inline-container .enquire-inline .aside .enquire-inline-form .feedback-radio-group select {
          margin: 20px 0;
          font-size: 18px;
          border: 1px solid #e5e5e5;
          height: 50px;
          box-shadow: none;
          display: none; }
        .enquire-inline-container .enquire-inline .aside .enquire-inline-form .feedback-radio-group .radio-group {
          padding: 10px 0;
          font-size: 18px; }
          .enquire-inline-container .enquire-inline .aside .enquire-inline-form .feedback-radio-group .radio-group label {
            padding-right: 5px; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form .send {
        line-height: 60px;
        width: 280px;
        max-width: 100%; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form .success .inner {
        background: #eff5ea;
        padding: 25px;
        border: 1px solid #c8e0b0; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form .success h2 {
        font-weight: 600;
        padding-bottom: 4px;
        color: #3d6611;
        margin-top: 0; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form .success p {
        font-size: 16px;
        margin-bottom: 0;
        color: #3d6611; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form ::-webkit-input-placeholder {
        font-weight: 300;
        color: #858585; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form ::-moz-placeholder {
        font-weight: 300;
        color: #858585; }
      .enquire-inline-container .enquire-inline .aside .enquire-inline-form :-ms-input-placeholder {
        font-weight: 300;
        color: #858585; }

.page-layout-talk-to-us .enquire-inline-container,
.page-layout-ask-our-vet .enquire-inline-container {
  background: #f5f5f5; }

@media (max-width: 1560px) {
  /* Enquire */
  .enquire-inline-container .enquire-inline .aside {
    width: 50%; }
  .enquire-inline-container .enquire-inline .detail {
    width: 45%; }
    .enquire-inline-container .enquire-inline .detail .address-info .contact-info li {
      font-size: 20px; }
    .enquire-inline-container .enquire-inline .detail .address-info .address {
      font-size: 20px; }
    .enquire-inline-container .enquire-inline .detail .address-info .address p {
      line-height: 26px; } }

@media (max-width: 1120px) {
  /* Enquire */
  .enquire-inline-container .enquire-inline .detail {
    width: 100%; }
  .enquire-inline-container .enquire-inline .aside {
    width: 100%;
    margin-top: 20px; } }

@media (max-width: 767px) {
  /* Contact Btns */
  .enquire-inline-container .enquire-inline .aside .enquire-inline-form .send {
    line-height: 48px;
    height: 48px;
    font-size: 14px;
    width: 100%; }
    .enquire-inline-container .enquire-inline .aside .enquire-inline-form .send span {
      font-size: 14px; }
  .enquire-inline-container .enquire-inline .detail .intro p,
  .enquire-inline-container .enquire-inline .detail .address-info .contact-info,
  .enquire-inline-container .enquire-inline .detail .address-info .contact-info li,
  .enquire-inline-container .enquire-inline .detail .address-info .contact-info li a,
  .enquire-inline-container .enquire-inline .detail .address-info .address p {
    font-size: 15px;
    line-height: 24px; } }

@media (max-width: 660px) {
  /* Form */
  .enquire-inline-container .enquire-inline .aside .enquire-inline-form .feedback-radio-group select {
    display: block; }
  .enquire-inline-container .enquire-inline .aside .enquire-inline-form .feedback-radio-group .radio-group {
    display: none; } }

@media (max-width: 560px) {
  /* Enquire */
  .enquire-inline-container .enquire-inline .detail .address-info .contact-info {
    width: 100%; }
  .enquire-inline-container .enquire-inline .detail .address-info .contact-info li {
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box; }
  .enquire-inline-container .enquire-inline .detail .address-info .address {
    padding-bottom: 25px;
    width: 100%; } }

@media (max-width: 400px) {
  /* Enquire */
  .enquire-inline-container .enquire-inline .aside .enquire-inline-form .input-group {
    flex-wrap: wrap; }
  .enquire-inline-container .enquire-inline .aside .enquire-inline-form .input-group input {
    width: 100%; } }

/* Hide Footer */
.clearsubscribe-manage-form .new-mobile-header,
.clearsubscribe-manage-form .nav-toggle-menu,
.clearsubscribe-manage-form .page-footer,
.clearsubscribe-manage-results .new-mobile-header,
.clearsubscribe-manage-results .nav-toggle-menu,
.clearsubscribe-manage-results .page-footer {
  display: none !important; }

/* Layout - Main */
.clearsubscribe-manage-form .page.messages {
  display: none !important;
  margin: 0 auto;
  padding: 0;
  max-width: 1540px;
  width: 100%; }
  .clearsubscribe-manage-form .page.messages .message.success {
    margin: 15px auto; }

.clearsubscribe-manage-form .column.main {
  min-height: 0;
  padding-bottom: 0; }

/* Layout - Subscribe */
.subscribe-form-wrapper {
  padding: 30px 0 50px;
  background: #fff; }

.subscribe-form-container {
  padding: 0; }
  .subscribe-form-container .subscribe-intro {
    max-width: 1540px;
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 0; }
  .subscribe-form-container .subscribe-form {
    max-width: 1540px;
    width: calc(100% - 20px);
    margin: 0 auto; }

/* Layout - Subscribe Alt */
.subscribe-form-container.subscribe-form-container-alt {
  background: #f5f5f5;
  color: #000;
  padding: 50px 0;
  margin: 30px 0; }
  .subscribe-form-container.subscribe-form-container-alt select, .subscribe-form-container.subscribe-form-container-alt option {
    color: #000; }

/* Intro */
.subscribe-intro {
  text-align: center; }
  .subscribe-intro p {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 -10px; }
  .subscribe-intro h2 {
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 22px;
    line-height: 30px;
    margin-top: 15px;
    font-weight: 700; }

/* Pink tick */
.pink-tick-selected, .subscribe-form-physique .physique-options ul li.active .image-select-group:after, .subscribe-form-activity .activity-level ul li.active .image-select-group:after {
  content: ' ';
  width: 40px;
  height: 40px;
  background: url("../images/svg/tick.svg") center center no-repeat;
  background-size: 40px 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block; }

/* Form */
.subscribe-form {
  text-align: center;
  font-size: 18px; }
  .subscribe-form label, .subscribe-form input, .subscribe-form select {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    min-width: 160px;
    text-align: right; }
  .subscribe-form input, .subscribe-form select {
    min-width: 370px;
    margin: 0 7px;
    border: 1px solid #ccc;
    text-align: left;
    box-sizing: content-box;
    padding: 6px 10px;
    font-size: 15px;
    height: 32px;
    background: #fff;
    font-weight: 300; }
  .subscribe-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("../images/arrow-small-down-dropdown.png") right 10px center no-repeat; }
  .subscribe-form textarea {
    background: transparent;
    margin: 20px auto 0 auto;
    height: 80px;
    font-size: 15px;
    max-width: 900px;
    display: block;
    font-weight: 300; }
  .subscribe-form .element {
    display: block;
    clear: both;
    padding: 15px 15px 15px 0; }
    .subscribe-form .element .element-inner {
      display: inline-block;
      position: relative; }
    .subscribe-form .element .element-input-group {
      display: inline-block;
      vertical-align: middle; }
      .subscribe-form .element .element-input-group select, .subscribe-form .element .element-input-group input {
        min-width: 120px; }
  .subscribe-form .tip {
    font-size: 16px;
    max-width: 362px;
    text-align: left;
    padding: 0 0 0 43px;
    margin: 20px auto;
    background: url("../images/svg/toptip.svg") left 5px no-repeat;
    background-size: 30px;
    position: relative;
    left: 90px; }
    .subscribe-form .tip strong {
      color: #004355; }
  .subscribe-form .tip.tip-error {
    background: url("../images/icon-pink-tip-question.png") left 5px no-repeat; }
  .subscribe-form .select-small {
    min-width: 0;
    /*background: transparent; border: 0; padding: 0 6px 0 0;*/ }
  .subscribe-form input[type=submit] {
    background: #004355;
    width: 340px;
    max-width: 90%;
    height: 60px;
    color: #fff;
    padding: 0;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    border: 0;
    min-width: 0;
    box-sizing: border-box;
    margin: 0 auto;
    box-shadow: none !important;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .subscribe-form input[type=submit]:active,
  .subscribe-form input[type=submit]:hover {
    background: #cc1c66; }

@media (min-width: 768px) {
  /* Form */
  .subscribe-form label {
    min-width: 222px; } }

/* Form top */
.subscribe-form.subscribe-form-top {
  padding: 30px 0; }

/* Breed */
.element-breed #breedtype {
  min-width: 92px; }

/* Physique Options */
.subscribe-form-physique {
  position: relative; }
  .subscribe-form-physique h2 {
    margin: 12px 0; }
  .subscribe-form-physique .physique-options {
    padding: 50px 0 30px 0; }
    .subscribe-form-physique .physique-options ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: space-between; }
      .subscribe-form-physique .physique-options ul li {
        padding: 20px 25px;
        margin: 0;
        text-align: center;
        max-width: 300px;
        transition: background 0.2s;
        cursor: pointer; }
        .subscribe-form-physique .physique-options ul li svg,
        .subscribe-form-physique .physique-options ul li img {
          max-height: 116px;
          display: block;
          margin-bottom: 40px;
          margin-right: auto;
          margin-left: auto;
          max-width: 100%; }
        .subscribe-form-physique .physique-options ul li h3 {
          font-size: 26px;
          margin: 0 0 21px;
          color: #000;
          font-weight: 600; }
        .subscribe-form-physique .physique-options ul li p {
          font-size: 18px;
          font-weight: 300;
          color: #000; }
        .subscribe-form-physique .physique-options ul li .image-select-group {
          position: relative; }
  .subscribe-form-physique #loseweight {
    min-width: 220px;
    border-radius: 5px; }

@media (min-width: 768px) {
  /* Hover fix */
  .subscribe-form-physique .physique-options li:hover .image-select-group:after {
    content: ' ';
    width: 40px;
    height: 40px;
    background: url("../images/svg/tick.svg") center center no-repeat;
    background-size: 40px 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block; } }

/* Activity Level */
.subscribe-form-activity {
  padding: 40px 0 20px; }
  .subscribe-form-activity h2 {
    padding-bottom: 20px;
    font-weight: 600; }
  .subscribe-form-activity .activity-level {
    padding: 50px 0 30px 0; }
    .subscribe-form-activity .activity-level ul {
      list-style: none;
      padding: 0;
      display: flex;
      justify-content: space-between;
      margin: 0 auto; }
      .subscribe-form-activity .activity-level ul li {
        padding: 20px 25px;
        text-align: center;
        width: 300px;
        transition: all 0.2s;
        cursor: pointer;
        margin: 0 10px; }
        .subscribe-form-activity .activity-level ul li svg,
        .subscribe-form-activity .activity-level ul li img {
          max-height: 80px;
          display: block;
          margin-bottom: 50px;
          margin-left: auto;
          margin-right: auto;
          max-width: 100%; }
        .subscribe-form-activity .activity-level ul li h3 {
          font-size: 25px;
          margin: 0 0 12px;
          font-weight: 400;
          color: #000; }
        .subscribe-form-activity .activity-level ul li p {
          font-size: 18px;
          font-weight: 300;
          color: #000; }
        .subscribe-form-activity .activity-level ul li .image-select-group {
          position: relative; }

@media (min-width: 768px) {
  /* Hover fix */
  .subscribe-form-activity .activity-level li:hover .image-select-group:after {
    content: ' ';
    width: 40px;
    height: 40px;
    background: url("../images/icon-tick-pink.png") center center no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block; } }

/* Health */
.element-group-health {
  padding: 0 20px; }
  .element-group-health #brand {
    color: #222; }
  .element-group-health select {
    padding-right: 30px; }
  .element-group-health label {
    text-align: left; }
  .element-group-health input, .element-group-health select {
    min-width: 0; }

/* Subscribe */
.subscribe-form .element.element-submit {
  padding-top: 40px; }

@media (max-width: 1020px) {
  /* Mainly Eats */
  .element-mainly-eats .element-part {
    display: block;
    margin-bottom: 20px; }
  /* Activity Level */
  .subscribe-form-activity .activity-level ul li svg,
  .subscribe-form-activity .activity-level ul li img {
    min-height: 80px; } }

@media (min-width: 768px) {
  /* Weight */
  .element-weight .element-label-group {
    display: inline; }
  .element-weight .new-label {
    display: none; }
  /* Subscribe inputs */
  .subscribe-form input,
  .subscribe-form select,
  .subscribe-form textarea {
    border-color: #eee;
    border-radius: 5px; } }

@media (max-width: 767px) {
  /* Subscribe Header */
  .clearsubscribe-manage-form .new-mobile-header,
  .clearsubscribe-manage-form .nav-toggle-menu,
  .clearsubscribe-manage-form .minicart-wrapper {
    display: none; }
  .subscribe-form-wrapper {
    padding: 0 0 50px; }
  .subscribe-form-container.subscribe-form-container-alt {
    padding: 40px 0; }
  /* Form */
  .subscribe-intro h2 {
    margin-bottom: 2px; }
  .subscribe-form .element {
    padding: 15px 0 0 0; }
  .subscribe-form input, .subscribe-form select {
    width: 100%;
    box-sizing: border-box;
    height: 46px;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    border-color: #eee;
    border-radius: 5px; }
  .subscribe-form label {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 15px;
    font-style: italic;
    padding-bottom: 8px; }
  .subscribe-form textarea {
    font-size: 15px;
    margin-top: 15px;
    height: 48px;
    border: 1px solid #eee;
    border-radius: 5px; }
  .subscribe-form .tip {
    font-size: 15px;
    font-weight: 300;
    margin: 30px auto 0; }
  .subscribe-intro p {
    font-size: 15px;
    font-weight: 300; }
  /* Physique */
  .subscribe-form-physique .physique-options {
    padding: 20px 0 0 0; }
  .subscribe-form-physique h2 {
    font-size: 15px;
    margin: 7px 0; }
    .subscribe-form-physique h2 strong {
      font-size: 22px;
      line-height: 27px; }
  .subscribe-form-physique .physique-options ul {
    display: block; }
    .subscribe-form-physique .physique-options ul li {
      display: flex;
      justify-content: space-between;
      max-width: none;
      align-items: center; }
      .subscribe-form-physique .physique-options ul li .image-select-group {
        margin: 0 30px 0 0;
        max-width: 60px;
        min-width: 60px;
        flex-grow: 1;
        flex-basis: 60px; }
      .subscribe-form-physique .physique-options ul li svg,
      .subscribe-form-physique .physique-options ul li img {
        margin-bottom: 0;
        max-height: none; }
      .subscribe-form-physique .physique-options ul li .more-info {
        flex-grow: 1;
        text-align: left; }
        .subscribe-form-physique .physique-options ul li .more-info h3 {
          margin: 0 0 5px;
          font-size: 18px;
          line-height: 25px; }
        .subscribe-form-physique .physique-options ul li .more-info p {
          margin: 0;
          font-size: 14px; }
  /* Activity */
  .subscribe-form-activity {
    padding: 10px 0 0; }
  .subscribe-form-activity h2 {
    font-size: 22px;
    line-height: 27px;
    padding-bottom: 0;
    margin-top: 0; }
  .subscribe-form-activity p {
    font-size: 15px; }
  .subscribe-form-activity .activity-level {
    padding: 30px 0 10px; }
  .subscribe-form-activity .activity-level ul {
    display: block; }
  .subscribe-form-activity .activity-level ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px;
    margin: 0; }
    .subscribe-form-activity .activity-level ul li .image-select-group {
      margin: 0 30px 0 0;
      max-width: 60px;
      min-width: 60px;
      flex-grow: 1;
      flex-basis: 60px; }
  .subscribe-form-activity .activity-level ul li svg,
  .subscribe-form-activity .activity-level ul li img {
    margin: 0;
    max-width: none; }
  .subscribe-form-activity .activity-level ul li .more-info {
    flex-grow: 1;
    text-align: left; }
    .subscribe-form-activity .activity-level ul li .more-info h3 {
      margin: 0 0 5px;
      font-size: 18px;
      line-height: 25px;
      font-weight: 600; }
    .subscribe-form-activity .activity-level ul li .more-info p {
      font-size: 14px;
      margin: 0; }
  /* Health */
  .element-group-health {
    padding: 0; }
  .subscribe-form-container.subscribe-anything-should-know {
    padding-top: 20px; }
  .subscribe-anything-should-know .subscribe-form label {
    font-size: 15px;
    padding-bottom: 0; }
  /* Actions */
  .subscribe-form input[type=submit] {
    max-width: none;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    width: 100%; }
  /* Weight */
  .subscribe-form .element.element-weight .element-inner {
    display: block; }
    .subscribe-form .element.element-weight .element-inner label {
      display: none; }
    .subscribe-form .element.element-weight .element-inner .element-input-group {
      display: flex;
      text-align: left;
      justify-content: space-between; }
      .subscribe-form .element.element-weight .element-inner .element-input-group .element-label-group .new-label {
        font-size: 15px;
        font-style: italic;
        display: block;
        padding-bottom: 8px; }
      .subscribe-form .element.element-weight .element-inner .element-input-group .element-label-group:first-child {
        flex-grow: 1;
        margin-right: 20px; }
  /* Age */
  .element-dog-age br {
    content: ' ';
    margin-right: 5px; } }

@media (max-width: 720px) {
  /* Brand */
  .element-brand-group {
    display: block;
    margin-top: 20px; } }

@media (max-width: 650px) {
  /* Activity */
  /* Lose Weight */
  label[for="loseweight"] {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    padding-top: 10px; }
  /* Subscribe Form */
  .subscribe-form.subscribe-form-top input,
  .subscribe-form.subscribe-form-top select {
    min-width: 250px; }
  /* Tip */
  .subscribe-form .tip {
    max-width: 250px; } }

@media (max-width: 650px) and (min-width: 521px) {
  /* Subscribe */
  .subscribe-form.subscribe-form-top input,
  .subscribe-form.subscribe-form-top select {
    min-width: 250px; }
  #breed {
    min-width: 253px;
    margin: 10px 0 0 0; }
  .element-breed #breedtype {
    min-width: 253px;
    display: block; }
  label[for="breedtype"] {
    vertical-align: top;
    position: relative;
    top: 8px; } }

@media (max-width: 520px) {
  /* Subscribe */
  /*.subscribe-form.subscribe-form-top input,
    .subscribe-form.subscribe-form-top select   { width: 100%; box-sizing: border-box; height: 48px; margin: 0; }*/
  .subscribe-form .element {
    padding: 15px 0 10px; }
  /* Subscribe General */
  .subscribe-form label {
    display: block;
    text-align: left; }
  .subscribe-form input, .subscribe-form select {
    display: block;
    text-align: left;
    margin: 0; }
  /* Inner */
  .subscribe-form .element .element-input-group,
  .subscribe-form .element .element-inner {
    display: block; }
  /* Tip */
  .subscribe-form .tip {
    max-width: 100%;
    margin-left: 0;
    left: 0; }
  /* Activity Level */
  /* Health */
  .element-group-health {
    padding: 0; }
  /* Mainly Eats */
  .element-mainly-eats .element-part {
    text-align: left;
    display: block; }
  #prescription,
  #brand,
  #scraps,
  #mainly-eats {
    margin-top: 14px;
    width: 100%;
    box-sizing: border-box;
    height: 48px; }
  #scraps {
    margin-bottom: 10px; }
  /* Submit Form */
  .subscribe-form .element.element-submit {
    padding-top: 20px; }
  .subscribe-form input[type=submit] {
    width: 100%;
    box-sizing: border-box;
    min-width: 0; } }

@media (max-width: 340px) {
  /* Weight */
  .subscribe-form .element .element-input-group select {
    min-width: 75px; } }

/* Layout & Intro */
.our-team-container {
  padding: 60px 0; }
  .our-team-container .our-team {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto; }
    .our-team-container .our-team .intro {
      text-align: center;
      max-width: 920px;
      margin: 0 auto;
      padding: 0 20px; }
      .our-team-container .our-team .intro h2 {
        font-size: 26px;
        font-weight: 600;
        padding-bottom: 17px; }

/* Team List */
.team-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 65px;
  margin-bottom: 40px; }
  .team-list li .aside img {
    max-width: 100%;
    max-height: 290px;
    border-radius: 150px; }
  .team-list li .detail h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px; }
  .team-list li .detail p {
    margin: 0 auto; }

/* Video */
.mobile-video-container {
  display: none; }

@media (min-width: 768px) {
  .team-list {
    list-style: none;
    margin: 0 0 40px;
    padding: 70px 0 0;
    overflow: hidden;
    grid-template-columns: 1fr 1fr; }
    .team-list li {
      padding: 0;
      text-align: center; }
      .team-list li .aside {
        flex: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 20px; }
      .team-list li .detail {
        padding: 30px 20px 0 20px; } }

@media (min-width: 1025px) {
  .team-list {
    grid-template-columns: 1fr 1fr 1fr; } }

@media (max-width: 767px) {
  /* Intro */
  .our-team-container .our-team .intro p {
    font-size: 15px;
    line-height: 24px; }
  .our-team-container .our-team .intro h2 {
    font-size: 22px; }
  /* Team List */
  .team-list {
    margin: 0;
    padding: 0; }
    .team-list li {
      padding: 15px 20px 30px 20px;
      margin-bottom: 0; }
      .team-list li .detail {
        max-width: 200px;
        margin: 0 auto;
        text-align: center; }
        .team-list li .detail p {
          font-size: 15px;
          line-height: 24px; }
        .team-list li .detail h3 {
          font-size: 22px;
          margin: 5px 0 15px; }
      .team-list li .aside {
        display: block;
        padding-bottom: 30px;
        text-align: center; }
        .team-list li .aside img {
          max-width: 200px;
          max-height: none;
          margin: 0 auto; }
    .team-list .slick-dots {
      display: flex;
      justify-content: center;
      margin: 0;
      padding: 0 0 50px; }
      .team-list .slick-dots button {
        display: none; }
      .team-list .slick-dots li {
        width: 10px;
        height: 10px;
        display: inline-block;
        background: #d5d5d5;
        border-radius: 25px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer; }
      .team-list .slick-dots li.slick-active {
        background: #004355; }
  /* Video */
  .mobile-video-container {
    display: block;
    background: #f5f5f5;
    padding-bottom: 55px; }
    .mobile-video-container iframe {
      width: 90%;
      margin: 0 auto;
      display: block;
      height: 300px; } }

/* Content */
.cleardistributors-index-index .page-title-wrapper {
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 40px; }

.distro-page .main {
  margin-top: 0; }

.distro-page .breadcrumbs {
  display: none; }

.distributor-content {
  margin-bottom: 30px;
  text-align: center;
  padding: 0; }

.distributor-content form {
  font-size: 0; }

.distributor-content label {
  display: inline-block;
  vertical-align: middle;
  max-width: 240px;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  padding-right: 15px; }

.distributor-content input[type=text] {
  border-radius: 60px 0 0 60px;
  width: 398px;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  padding: 6px 20px 7px 20px;
  border: 0;
  background: #f5f5f5;
  vertical-align: top;
  height: 60px; }

.distributor-content input[type=submit] {
  border-radius: 0 60px 60px 0;
  background: #F58C82 url("../images/svg/search.svg") 43% center no-repeat;
  color: #fff;
  border: 0;
  font-size: 16px;
  line-height: 22px;
  padding: 7px 25px;
  font-family: 'Glypha LT W01 45 Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: inline-block;
  background-size: 22px 22px;
  vertical-align: middle;
  height: 60px;
  width: 62px;
  text-indent: -999em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.distributor-content input[type=text]:focus {
  box-shadow: none !important; }

.distributor-content input[type=submit]:focus {
  box-shadow: none !important; }

.distributor-intro {
  max-width: 96%;
  margin: 0 auto 20px;
  text-align: center; }

.distributor-intro .page-title {
  font-weight: 700; }

.cleardistributors-index-index .page-title {
  font-weight: 700;
  margin-bottom: 50px; }

.cleardistributors-index-index .page-title-wrapper {
  margin-bottom: 40px; }

#distributor-results {
  max-width: 96%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 1px; }

#distributor-results h3 {
  margin-bottom: 30px;
  padding-top: 20px;
  font-size: 21px;
  font-weight: 500; }

#distributor-results ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#distributor-results ul li {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  max-width: 96%;
  margin: 0 auto; }

#distributor-results .num {
  display: inline-block;
  vertical-align: top;
  background: #F58C82;
  color: #fff;
  font-size: 21px;
  padding: 10px;
  border-radius: 150px;
  width: 18px;
  margin-right: 15px; }

#distributor-results .info {
  display: inline-block;
  vertical-align: top;
  width: 43%;
  text-align: left;
  font-size: 16px; }

#distributor-results .title {
  text-decoration: underline;
  font-weight: 700;
  margin-bottom: 5px;
  padding-bottom: 0; }

#distributor-results .address {
  margin-bottom: 5px;
  padding-bottom: 0; }

#distributor-results .telephone {
  margin-bottom: 5px;
  padding-bottom: 0; }

@media (max-width: 700px) {
  /* Search */
  .distributor-content label {
    display: block;
    max-width: none;
    padding-bottom: 11px;
    text-align: center; } }

@media (max-width: 470px) {
  /* Search */
  .distributor-content label {
    padding-right: 0; }
  #distributor-results .info {
    width: calc(80% - 15px); } }

/* Layout */
body.no-banner.account .page-header {
  margin-bottom: 60px !important; }

/* Navigation */
.account-nav {
  margin-bottom: 80px; }
  .account-nav .content {
    background: #f8f8f8;
    font-size: 16px;
    width: 100%; }
  .account-nav .items {
    display: flex;
    flex-wrap: wrap; }
  .account-nav .item {
    width: 100%;
    order: 10; }
  .account-nav .item a {
    color: #222; }
  .account-nav .item.current a,
  .account-nav .item.current strong,
  .account-nav .item a:hover {
    background: transparent;
    color: #004355;
    border-color: transparent; }
  .account-nav .item:nth-child(1) {
    order: 1; }
  .account-nav .item:nth-child(9) {
    order: 5; }

/* Intro */
.account .content-container .dog-intro {
  text-align: center; }
  .account .content-container .dog-intro .thumbnail-container {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    overflow: hidden; }
    .account .content-container .dog-intro .thumbnail-container .mask {
      background: url("../images/dog-photo-mask.png") center center no-repeat;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 100; }
    .account .content-container .dog-intro .thumbnail-container .thumbnail {
      display: block;
      max-width: none;
      width: auto;
      max-height: 120px;
      margin: 0 auto;
      border-radius: 500px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
  .account .content-container .dog-intro h1 {
    font-size: 60px;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300;
    margin-bottom: 45px; }
  .account .content-container .dog-intro p {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 30px; }
  .account .content-container .dog-intro .actions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 850px;
    margin: 0 auto;
    padding-top: 20px; }
    .account .content-container .dog-intro .actions a {
      line-height: 60px;
      border-radius: 5px;
      text-transform: uppercase;
      font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #fff;
      display: inline-block;
      width: 380px;
      height: 60px;
      background: #004355;
      font-size: 16px;
      text-decoration: none;
      margin-bottom: 40px;
      transition: background 0.2s; }
      .account .content-container .dog-intro .actions a:hover {
        background: #cc1c66; }

/* Add Photo */
.account .dog-photo-add .add-photo a {
  font-size: 14px;
  color: #004355;
  text-decoration: underline;
  font-weight: 400; }

.account .dog-photo-add label {
  color: #004355;
  cursor: pointer; }

.account .dog-photo-add label:hover {
  text-decoration: underline; }

.account .dog-photo-add input[type=file] {
  display: none; }

.account .dog-photo-add .photo-tip p {
  font-size: 16px;
  max-width: 362px;
  text-align: left;
  padding: 0 0 0 43px;
  background: url("../images/svg/toptip.svg") left 5px no-repeat;
  background-size: 30px;
  margin: 20px auto;
  font-weight: 400; }
  .account .dog-photo-add .photo-tip p strong {
    color: #004355; }

.block-dashboard-orders {
  display: none; }

/* General Account */
.account {
  /* Forms */
  /* Actions */
  /* Block Titles */
  /* Content */ }
  .account h1.page-title {
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin: -20px 0 30px; }
  .account .form-newsletter-manage,
  .account .form-edit-account,
  .account .form-address-edit {
    /* Controls */
    /* Label fix */
    /* Placeholders */ }
    .account .form-newsletter-manage .fieldset,
    .account .form-edit-account .fieldset,
    .account .form-address-edit .fieldset {
      margin-bottom: 10px; }
    .account .form-newsletter-manage .legend,
    .account .form-edit-account .legend,
    .account .form-address-edit .legend {
      font-size: 18px;
      font-weight: 600; }
    .account .form-newsletter-manage .fieldset > .field,
    .account .form-edit-account .fieldset > .field,
    .account .form-address-edit .fieldset > .field {
      margin-bottom: 20px; }
      .account .form-newsletter-manage .fieldset > .field > .label,
      .account .form-edit-account .fieldset > .field > .label,
      .account .form-address-edit .fieldset > .field > .label {
        display: none; }
      .account .form-newsletter-manage .fieldset > .field > .control select,
      .account .form-newsletter-manage .fieldset > .field > .control .input-text,
      .account .form-edit-account .fieldset > .field > .control select,
      .account .form-edit-account .fieldset > .field > .control .input-text,
      .account .form-address-edit .fieldset > .field > .control select,
      .account .form-address-edit .fieldset > .field > .control .input-text {
        height: 50px;
        font-size: 16px;
        color: #222;
        border-color: #ddd;
        border-radius: 4px; }
      .account .form-newsletter-manage .fieldset > .field.choice > .label,
      .account .form-edit-account .fieldset > .field.choice > .label,
      .account .form-address-edit .fieldset > .field.choice > .label {
        display: inline; }
    .account .form-newsletter-manage .fieldset > .field.choice .label,
    .account .form-edit-account .fieldset > .field.choice .label,
    .account .form-address-edit .fieldset > .field.choice .label {
      font-size: 16px; }
    .account .form-newsletter-manage .fieldset > .field.choice:before,
    .account .form-newsletter-manage .fieldset > .field.no-label:before,
    .account .form-edit-account .fieldset > .field.choice:before,
    .account .form-edit-account .fieldset > .field.no-label:before,
    .account .form-address-edit .fieldset > .field.choice:before,
    .account .form-address-edit .fieldset > .field.no-label:before {
      display: none; }
    .account .form-newsletter-manage ::-webkit-input-placeholder,
    .account .form-edit-account ::-webkit-input-placeholder,
    .account .form-address-edit ::-webkit-input-placeholder {
      color: #aaa; }
    .account .form-newsletter-manage ::-moz-placeholder,
    .account .form-edit-account ::-moz-placeholder,
    .account .form-address-edit ::-moz-placeholder {
      color: #aaa; }
    .account .form-newsletter-manage :-ms-input-placeholder,
    .account .form-edit-account :-ms-input-placeholder,
    .account .form-address-edit :-ms-input-placeholder {
      color: #aaa; }
  .account .actions-toolbar {
    margin-left: 0 !important;
    max-width: 890px; }
  .account .action.primary, .account .opc-wrapper .action.action-update, .opc-wrapper .account .action.action-update,
  .account .opc-wrapper .action.action-show-popup, .opc-wrapper .account .action.action-show-popup, .account .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .account .action.action-apply, .account .block-authentication .action.action-login, .block-authentication .account .action.action-login {
    min-width: 220px;
    height: 60px;
    line-height: 58px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400; }
  .account .action.back {
    color: #000;
    font-size: 16px; }
  .account .action.back:hover {
    color: #004355;
    text-decoration: underline; }
  .account .column.main .block:not(.widget) .block-title > strong {
    font-size: 18px;
    font-weight: 600; }
  .account .column.main .block:not(.widget) .box-title > span {
    font-size: 15px; }
  .account .content-container {
    padding-bottom: 20px; }
    .account .content-container p {
      font-size: 16px; }

/* Address Overview */
.customer-address-index .content-container a {
  color: #004355; }
  .customer-address-index .content-container a:hover {
    text-decoration: underline; }

.customer-address-index address {
  font-size: 16px;
  line-height: 24px; }

.customer-address-index .box-actions a {
  font-size: 16px; }

/* Order History */
.sales-order-history .message.info.empty + .actions-toolbar .secondary {
  float: none; }

/* Create/Edit Address */
.form-address-edit #street_1 {
  margin-bottom: 10px; }

/* Account - Weekly Menu */
.account .item-list {
  padding: 0 15px; }

.account .weekly-menu-container {
  margin-top: 30px;
  position: relative;
  background: transparent; }
  .account .weekly-menu-container .weekly-menu-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35); }
    .account .weekly-menu-container .weekly-menu-mask img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: 0 auto; }
  .account .weekly-menu-container .item {
    cursor: pointer;
    padding: 15px;
    width: 32%;
    box-sizing: border-box;
    border: 1px solid transparent;
    position: relative; }
  .account .weekly-menu-container .item .image-container {
    position: relative; }
  .account .weekly-menu-container .item .image-container .tick {
    display: none;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto; }
  .account .weekly-menu-container .item:hover,
  .account .weekly-menu-container .item.selected {
    background: rgba(0, 0, 0, 0.05); }
  .account .weekly-menu-container .item.selected .subtitle,
  .account .weekly-menu-container .item.selected .lead {
    color: #004355; }
  .account .weekly-menu-container .item.selected .tick {
    display: block; }
  .account .weekly-menu-container .item .image {
    margin: 0 auto 15px; }

.account .weekly-menu {
  padding: 10px 0 20px; }
  .account .weekly-menu .intro {
    padding-bottom: 30px;
    max-width: 900px;
    margin: 0 auto; }
  .account .weekly-menu .intro p {
    font-size: 18px; }
  .account .weekly-menu .success {
    background: #eff5ea;
    color: #3d6611;
    max-width: 800px;
    margin: -10px auto 30px;
    padding: 10px 0; }
  .account .weekly-menu .success p {
    font-size: 20px;
    font-weight: 600; }
  .account .weekly-menu button {
    display: inline-block;
    width: 280px;
    height: 60px;
    font-size: 16px;
    background: #004355;
    border: 0 !important;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px; }
    .account .weekly-menu button:hover {
      background: #cc1c66; }
  .account .weekly-menu button[type=submit] {
    margin-left: 10px;
    margin-top: 20px; }
  .account .weekly-menu button[type=button] {
    margin-right: 10px;
    margin-top: 20px; }

.account .select-subscription-container {
  max-width: 600px;
  margin: 30px auto 40px; }
  .account .select-subscription-container .subscription-select {
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 18px;
    padding-left: 10px; }

/* Food not this week */
.account .content-container .food-not-this-week {
  text-align: center;
  font-weight: 600; }

.account .content-container .food-not-this-week p {
  font-size: 18px; }

/* Nutritional Popup */
.nutritional-info-popup-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2500; }

.nutritional-info-popup-container .nutritonal-info-popup {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 0;
  bottom: 0;
  max-width: 900px;
  max-height: 500px;
  width: 100%;
  height: 100%;
  background: #fff;
  margin: 0 auto; }

.nutritional-info-popup-container .nutritonal-info-popup .inner {
  overflow: auto;
  max-height: 100%;
  padding: 0 35px; }

.nutritional-info-popup-container .nutritional-popup-close {
  position: absolute;
  top: 20px;
  right: 35px;
  cursor: pointer; }

/* Subscription */
.block-subscription-actions {
  padding-bottom: 40px;
  padding-top: 15px; }

.block-subscription-actions button {
  font-size: 16px;
  margin-right: 10px !important; }

/* Subscription Tables */
.sub-info-box table > tbody > tr > th,
.sub-info-box table > tbody > tr > td,
.sub-info-box-2 table > tbody > tr > th,
.sub-info-box-2 table > tbody > tr > td {
  background: #f5f5f5;
  padding: 6px 13px; }

.sub-info-box .box-content,
.sub-info-box-2 .box-content {
  margin-right: 20px; }

.sub-info-box h2,
.sub-info-box-2 h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px; }

.subscribenow-subscription-order h2,
.subscribenow-subscription-history h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px; }

/* Subscription Boxes */
.col2-set.sub-info-box-2,
.sub-info-box-2 {
  margin-top: 20px;
  padding-bottom: 20px; }

/* Subscription Order Details */
.block.block-order-details-view {
  border-top: 1px solid #ddd;
  padding-top: 40px;
  border-bottom: 1px solid #ddd; }

.subscribenow-subscription-view address {
  line-height: 23px; }

/* Account - Weekly Menu */
.clearutil-account-menu .page-title-wrapper {
  text-align: center; }

@media (max-width: 1170px) {
  /* Intro */
  .account .content-container .dog-intro .actions {
    width: 100%; }
  .account .content-container .dog-intro .actions a {
    margin-bottom: 30px; } }

@media (max-width: 1122px) {
  /* Account Btns */
  .account .content-container .dog-intro .actions a {
    margin-bottom: 10px !important; } }

@media (max-width: 1020px) {
  /* Actions */
  .account .content-container .dog-intro .actions a {
    width: 100%; } }

@media (max-width: 780px) {
  /* Account */
  .account .page-main {
    padding-top: 0; } }

@media (max-width: 790px) {
  /* Weekly menu buttons */
  .account .item-list {
    margin-bottom: 40px; }
  .account .weekly-menu button[type=submit],
  .account .weekly-menu button[type=button] {
    line-height: 20px;
    font-size: 14px;
    height: 48px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; } }

@media (max-width: 550px) {
  /* Menu Options */
  .account .weekly-menu-container .item {
    width: 50%; } }

@media (max-width: 440px) {
  /* Account */
  .account .content-container .dog-intro .actions a {
    font-size: 14px;
    height: 48px;
    line-height: 48px; }
  /* .account .content-container .dog-intro .actions a   { background: #000; padding: 10px 10px 25px; line-height: 38px; height: auto; }
    .account .content-container .dog-intro .actions a:hover   { background: $primary }*/ }

@media (max-width: 410px) {
  /* Menu Options */
  .account .weekly-menu-container .item {
    width: 100%; } }

@media (max-width: 400px) {
  /* Nutritional Info */
  .nutritional-info-popup-container .nutritonal-info-popup {
    overflow: auto;
    max-height: 98%;
    width: 94%;
    height: 100%;
    top: 1%;
    transform: translateY(0);
    box-sizing: border-box;
    padding: 20px; }
  .account .weekly-menu button[type=button] {
    width: 100%;
    background-position: center center !important; } }

/* Layout */
.subscribe-result-container > div {
  box-sizing: border-box; }

.subscribe-result-container > .aside {
  width: 30%;
  float: left; }

.subscribe-result-container > .detail {
  width: 70%;
  /*float: right;*/
  margin: 0 auto; }

.subscribe-result-container > .result {
  width: 100%;
  clear: both;
  float: none;
  padding: 40px 0 0; }

/* Result */
.subscribe-loading-container {
  text-align: center; }
  .subscribe-loading-container .subscribe-loading {
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .subscribe-loading-container .subscribe-loading .loading-background {
      max-width: 95%;
      width: 600px; }
    .subscribe-loading-container .subscribe-loading .wait-time {
      position: absolute;
      top: 187px;
      left: 0;
      right: 4px;
      margin: 0 auto;
      transition: all 4s;
      width: 48px; }
    .subscribe-loading-container .subscribe-loading .wait-time.go {
      transform: rotate(850deg); }

/* Result Option List */
.subscribe-option-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 970px;
  margin: 0 auto; }
  .subscribe-option-list .subscribe-product {
    margin-bottom: 40px; }
    .subscribe-option-list .subscribe-product .option-title {
      font-size: 26px;
      font-weight: 400;
      margin: 0; }
    .subscribe-option-list .subscribe-product .option-name {
      font-size: 26px;
      font-weight: 600; }
    .subscribe-option-list .subscribe-product .option-info {
      font-size: 18px;
      margin-bottom: 20px;
      line-height: 29px; }
      .subscribe-option-list .subscribe-product .option-info span {
        display: block; }
    .subscribe-option-list .subscribe-product .option-image {
      position: relative;
      /*.offer-image-over   { display: none; }*/ }
      .subscribe-option-list .subscribe-product .option-image img {
        display: block;
        height: 135px;
        margin: 0 auto 25px;
        width: 200px; }
    .subscribe-option-list .subscribe-product .add-to-order {
      display: none; }
  .subscribe-option-list .subscribe-product.active {
    cursor: pointer;
    /*.offer-image-orig   { display: none; }
        .offer-image-over   { display: block; }*/ }
    .subscribe-option-list .subscribe-product.active .option-title,
    .subscribe-option-list .subscribe-product.active .option-name,
    .subscribe-option-list .subscribe-product.active .option-info {
      color: #004355; }
    .subscribe-option-list .subscribe-product.active .option-image:after {
      content: ' ';
      width: 40px;
      height: 40px;
      background: url("../images/icon-tick-pink.png") center center no-repeat;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: 0 auto;
      display: inline-block; }

@media (min-width: 768px) {
  /* Turn off tick on mobile */
  .subscribe-option-list .subscribe-product:hover .option-image:after {
    content: ' ';
    width: 40px;
    height: 40px;
    background: url("../images/svg/tick.svg") center center no-repeat;
    background-size: 40px 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block; } }

/* Subscribe Btn */
.option-select {
  margin: 20px 0 40px; }
  .option-select button.option-select-subscribe {
    border: 0;
    width: 370px;
    max-width: 90%;
    height: 60px;
    background: #004355;
    border-radius: 5px; }
    .option-select button.option-select-subscribe span {
      color: #fff;
      font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500; }
    .option-select button.option-select-subscribe:hover {
      background: #cc1c66; }

/* Subscribe no result */
.subscribe-product-not-found {
  margin-top: -60px !important; }

/* Background */
.clearsubscribe-manage-results .page-main {
  background: #fff;
  padding: 35px 0 55px;
  overflow: hidden; }

/* Detail */
.subscribe-result-container > .detail {
  font-size: 18px;
  text-align: center; }
  .subscribe-result-container > .detail ul.food-plan-list {
    margin: 20px 15px;
    list-style: none;
    padding: 0; }
  .subscribe-result-container > .detail ul.food-plan-list li {
    margin: 0 auto;
    padding: 0 0 25px;
    max-width: 860px;
    font-size: 18px; }
  .subscribe-result-container > .detail h1 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin: 0 20px 15px; }
  .subscribe-result-container > .detail .design-title-group {
    margin-left: 0; }
  .subscribe-result-container > .detail .dog-stats {
    padding: 20px 0; }
  .subscribe-result-container > .detail .result {
    margin-top: 50px; }

/* Aside */
.subscribe-result-container > .aside {
  padding-right: 5%;
  display: none; }
  .subscribe-result-container > .aside .placeholder {
    text-align: left;
    min-height: 553px;
    align-items: center;
    display: flex;
    box-sizing: border-box; }

/* Feeding Guidelines */
.feeding-guidelines {
  padding: 30px 0; }
  .feeding-guidelines h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 25px; }
  .feeding-guidelines ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 40px 0 60px; }
    .feeding-guidelines ul li {
      margin: 0;
      padding: 0; }
      .feeding-guidelines ul li img {
        display: block;
        padding-bottom: 30px; }
      .feeding-guidelines ul li h3 {
        font-size: 26px;
        font-weight: 600;
        margin: 0 0 20px; }
      .feeding-guidelines ul li p {
        font-size: 18px;
        line-height: 31px; }

/* Calories Info */
.calories-info {
  font-size: 16px;
  color: #004355;
  margin-bottom: 15px; }

@media (max-width: 768px) {
  /* Calories Info */
  .calories-info {
    font-size: 14px;
    color: #004355;
    margin-bottom: 30px; } }

@media (max-width: 950px) {
  /* Result */
  .subscribe-result-container > .detail {
    width: 100%; }
    .subscribe-result-container > .detail .subscribe-option-list {
      padding: 0 30px; }
  .subscribe-result-container > .aside {
    display: none; } }

@media (max-width: 767px) {
  /* Page */
  .clearsubscribe-manage-results .page-main {
    padding: 0 0 55px; }
  .clearsubscribe-manage-results .new-mobile-header,
  .clearsubscribe-manage-results .nav-toggle-menu,
  .clearsubscribe-manage-results .minicart-wrapper {
    display: none; }
  /* Container */
  .subscribe-result-container > .detail h1 {
    font-size: 26px;
    line-height: 31px; }
  .subscribe-result-container > .detail .subscribe-option-list {
    padding: 0; }
  /* Result */
  .subscribe-option-list {
    flex-wrap: wrap; }
  .subscribe-option-list .subscribe-product {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box; }
  .subscribe-option-list .subscribe-product .option-name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0; }
  .subscribe-option-list .subscribe-product .option-info {
    font-size: 14px;
    line-height: 20px;
    margin-top: 1px; }
  .subscribe-option-list .subscribe-product .option-image {
    margin-right: 30px; }
  .subscribe-option-list .subscribe-product .option-image img {
    width: 100px;
    height: auto;
    margin: 25px auto 0; }
  .subscribe-option-list .subscribe-product .option-detail {
    text-align: left;
    flex-grow: 1; }
  /* Actions */
  .option-select button.option-select-subscribe {
    background: #004355;
    letter-spacing: 0.5px;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    border-radius: 5px; }
  .option-select button.option-select-subscribe span {
    display: block;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400; }
  .option-select button.option-select-subscribe:hover {
    background: #cc1c66; }
  /* Details */
  .subscribe-result-container > .detail ul.food-plan-list li {
    padding: 0 0 25px;
    font-size: 14px;
    line-height: 22px; } }

@media (max-width: 750px) {
  /* Result */
  /*.subscribe-option-list  {
        display: block;
        .subscribe-product  {
            display: flex; margin-left: calc(50% - 208px);
            .option-image   { width: 180px; }
            .option-detail  { text-align: left; padding-left: 35px; }
        }
    }*/
  /* Feeding Guidelines */
  .feeding-guidelines ul {
    flex-wrap: wrap;
    padding-bottom: 40px; }
  .feeding-guidelines ul li {
    width: 50%;
    text-align: center;
    padding: 0 0 30px; }
  .feeding-guidelines ul li img {
    display: block;
    margin: 0 auto; } }

@media (max-width: 680px) {
  /* Result */
  .subscribe-loading-container .subscribe-loading .wait-time {
    top: 28%;
    width: 35px; } }

@media (max-width: 490px) {
  /* Result */
  /*.subscribe-result-container > .detail .subscribe-option-list  { padding: 0; }*/
  /*    .subscribe-option-list .subscribe-product   { flex-wrap: wrap; margin-bottom: 40px; margin-left: 0; }
    .subscribe-option-list .subscribe-product .option-image     { width: 70%; display: block; margin: 0 auto; }
    .subscribe-option-list .subscribe-product .option-detail    { width: 100%; text-align: center; padding-left: 0; }*/
  /* Subscribe Btn */
  .option-select button.option-select-subscribe {
    width: 100%;
    background-size: contain; } }

@media (max-width: 400px) {
  /* Feeding Guidelines */
  .feeding-guidelines ul li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 7px 30px; }
  .feeding-guidelines ul li h3 {
    margin: 0 0 12px;
    font-size: 21px; }
  .feeding-guidelines ul li p {
    font-size: 14px;
    line-height: 24px; } }

/* Footer */
.page-footer {
  background: #004355;
  color: #fff;
  padding: 87px 0 0; }
  .page-footer .footer.content {
    border: 0; }
  .page-footer a {
    color: #fff; }

.footer-inner {
  max-width: 1540px;
  margin: 0 auto;
  width: calc(100% - 20px);
  font-weight: 300;
  overflow: hidden;
  /* Link list */ }
  .footer-inner .detail {
    width: 50%;
    float: left;
    font-size: 16px;
    margin-bottom: 57px;
    position: relative; }
    .footer-inner .detail img {
      display: block;
      margin-bottom: 50px; }
    .footer-inner .detail img + p {
      font-size: 32px;
      margin-bottom: 20px;
      font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .footer-inner .detail img + p span {
        margin-right: 23px; }
      .footer-inner .detail img + p a[href^="mailto"] {
        font-weight: 600; }
  .footer-inner .aside {
    float: right;
    margin-bottom: 44px;
    text-align: left;
    width: 500px;
    margin-top: 0; }
  .footer-inner .bottom {
    clear: both;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #fff; }
    .footer-inner .bottom p {
      color: #fff;
      font-weight: 300;
      font-size: 13px;
      margin: 0;
      padding: 29px 0; }
  .footer-inner .social-links {
    text-align: right;
    display: inline-block;
    vertical-align: top;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700; }
    .footer-inner .social-links span {
      display: block;
      color: #fff;
      font-size: 16px;
      padding-bottom: 20px;
      text-align: left; }
    .footer-inner .social-links a {
      display: inline-block;
      vertical-align: top;
      margin: 0 20px 0 0;
      font-size: 48px;
      text-decoration: none;
      /*background: #fff; width: 60px; height: 60px; display: inline-block; vertical-align: top; margin: 0 18px 0 0; border-radius: 100px; transition: background 0.1s; position: relative;
            svg     { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; margin: 0 auto; display: block; max-width: 27px; }*/ }
    .footer-inner .social-links a.icon-instagram {
      background: #fff; }
    .footer-inner .social-links a.icon-instagram:hover {
      background-color: #004355; }
    .footer-inner .social-links a.icon-facebook {
      background: #fff;
      margin-left: 0; }
    .footer-inner .social-links a.icon-facebook:hover {
      background: #004355; }
    .footer-inner .social-links a.icon-twitter {
      background: #fff; }
    .footer-inner .social-links a.icon-twitter svg {
      left: 2px; }
    .footer-inner .social-links a.icon-twitter:hover {
      background: #004355; }
  .footer-inner .newsletter p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 20px;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .footer-inner .newsletter form {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px; }
    .footer-inner .newsletter form input[type=text] {
      font-size: 16px;
      height: 60px;
      box-sizing: border-box;
      color: #7A7A7A;
      border-radius: 30px 0 0 30px;
      background: #FDEADC;
      width: 240px;
      position: relative;
      top: 1px;
      border: 0;
      font-weight: 700;
      padding: 0 15px 0 30px;
      box-shadow: none !important;
      font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
      flex-grow: 1; }
    .footer-inner .newsletter form .submit {
      position: relative;
      top: 1px;
      right: 0;
      background: #F58C82;
      width: 180px;
      height: 60px;
      cursor: pointer;
      border-radius: 0 30px 30px 0;
      font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .footer-inner .newsletter form .submit span {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 18px;
        top: 0;
        line-height: 60px;
        font-weight: 700; }
      .footer-inner .newsletter form .submit:hover {
        background: #f16153; }
  .footer-inner .newsletter ::-webkit-input-placeholder {
    color: #7A7A7A;
    font-weight: 700; }
  .footer-inner .newsletter ::-moz-placeholder {
    color: #7A7A7A;
    font-weight: 700; }
  .footer-inner .newsletter :-ms-input-placeholder {
    color: #7A7A7A;
    font-weight: 700; }
  .footer-inner .footer-link-list {
    display: block;
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    position: absolute;
    top: 12px;
    left: 251px;
    font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700; }
    .footer-inner .footer-link-list li {
      margin: 0 50px 0 0;
      text-align: center;
      display: inline; }
      .footer-inner .footer-link-list li:last-child {
        margin-right: 0;
        border-right: 0;
        padding-right: 0; }

.inline-address {
  font-size: 13px; }

.further-social-info {
  display: none; }

/* Trustpilot */
.trustpilot-footer-container {
  padding: 30px 0 36px;
  text-align: center; }

.trustpilot-footer-container > .trustpilot-widget {
  display: inline-block;
  margin: 0 auto; }

/* Image */
.footer-inner .aside {
  position: relative; }

.footer-listing-image {
  position: absolute;
  top: 24px;
  right: 550px; }

@media (max-width: 1500px) {
  /* Layout */
  .footer-inner .aside {
    width: 370px; }
  .footer-inner .newsletter form .submit {
    width: 160px; }
  .footer-inner .newsletter form input[type=text] {
    width: 195px; }
  .footer-listing-image {
    right: 380px; } }

@media (max-width: 1350px) {
  /* Layout */
  .footer-inner .detail {
    width: 62%; }
  .footer-inner .aside {
    width: 32%; }
  .footer-inner .newsletter form input[type=text] {
    width: 100%;
    margin-bottom: 10px; }
  .footer-inner .newsletter form .submit {
    width: 150px;
    display: block;
    position: relative; }
  .footer-inner .detail img + p {
    font-size: 25px; }
  /* Footer image */
  .footer-listing-image {
    display: none; }
  /* Blog */
  .footer-inner .footer-link-list {
    left: 168px; } }

@media (min-width: 975px) {
  /* EU Fund Logo */
  .eu-fund-logo {
    background: url("../images/eu-fund.png") center center no-repeat; } }

@media (max-width: 820px) {
  /* Social Info */
  .further-social-info {
    display: block;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px; }
    .further-social-info a {
      display: block;
      margin: 5px 0; }
    .further-social-info a[href^='mailto'] {
      font-weight: 600; }
  .page-footer {
    padding-top: 40px; }
  /* Footer */
  .footer-inner {
    /* Detail */
    /* Aside */
    /* Social */
    /* Newsletter */
    /* Link list */ }
    .footer-inner .detail {
      width: 100%;
      margin-bottom: 0;
      position: relative; }
      .footer-inner .detail p {
        display: none; }
      .footer-inner .detail img {
        display: block;
        margin: 0 auto 40px;
        clear: both; }
    .footer-inner .aside {
      width: 100%;
      box-sizing: border-box;
      text-align: center;
      margin-top: 0;
      display: flex;
      flex-wrap: wrap; }
      .footer-inner .aside > * {
        width: 100%; }
    .footer-inner .social-links {
      text-align: center; }
    .footer-inner .social-links span {
      text-align: center;
      display: none; }
    .footer-inner .social-links a {
      margin-right: 8px;
      width: 48px;
      height: 48px; }
    .footer-inner .social-links a svg {
      max-width: 21px;
      max-height: 21px; }
    .footer-inner .social-links a:last-child {
      margin-right: 0; }
    .footer-inner .newsletter {
      order: 20;
      padding-top: 30px; }
    .footer-inner .newsletter .process {
      max-width: 90%;
      margin: 0 auto; }
    .footer-inner .newsletter form {
      overflow: hidden;
      margin-bottom: 50px; }
    .footer-inner .newsletter form input[type=text] {
      width: calc(100% - 30px);
      margin-right: 0;
      float: left; }
    .footer-inner .newsletter > p {
      display: none; }
    .footer-inner .footer-link-list {
      text-align: center;
      position: static; }
  /* Newsletter */
  .footer-inner .newsletter form .submit {
    position: relative;
    width: 160px;
    display: block; }
  .footer-inner .newsletter form input[type=text] {
    width: 100%;
    margin-bottom: 10px;
    float: none; } }

@media (max-width: 550px) {
  /* Footer */
  .footer-inner .bottom {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #fff; }
    .footer-inner .bottom p {
      padding: 10px 0;
      max-width: 80%;
      text-align: center;
      margin: 0 auto; } }

/* Feedback */
.clearutil-account-feedback .enquire-inline-container {
  padding: 25px 25px 40px;
  background: #f8f8f8; }

.clearutil-account-feedback .enquire-inline-container .enquire-inline .aside,
.clearutil-account-feedback .enquire-inline-container .enquire-inline .detail {
  width: 100%;
  float: none;
  margin-top: 0; }

.clearutil-account-feedback .enquire-inline-container .enquire-inline .detail .address-info {
  display: none; }

@media (max-width: 360px) {
  /* Feedback */
  .clearutil-account-feedback .enquire-inline-container {
    background: #fff;
    padding: 0; }
  .clearutil-account-feedback .enquire-inline-container .enquire-inline {
    width: 100%; } }

.better-way {
  width: calc(100% - 40px);
  max-width: 1540px;
  margin: 0 auto; }

.better-way h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.5; }

.better-way p {
  margin-bottom: 30px; }

.better-way-buttons .action {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .better-way .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 40px; }
    .better-way .row .col-better-text {
      width: 58%;
      max-width: 770px; }
    .better-way .row .col-better-image {
      width: 42%; }
    .better-way .row:nth-child(2n) .col-better-text {
      order: 20; }
    .better-way .row:last-child {
      margin-bottom: 30px; }
  .better-way-buttons {
    padding: 15px 0 20px; }
    .better-way-buttons .action {
      margin-right: 20px;
      margin-bottom: 0; } }

/* Cart CTA */
.cart-cta-container {
  clear: both;
  max-width: 1020px;
  width: 100%;
  padding-top: 30px; }

.cart-cta {
  display: flex;
  justify-content: space-between; }

.cart-cta .cta {
  width: calc(50% - 10px);
  height: 200px;
  position: relative; }
  .cart-cta .cta p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    padding: 15px 100px 15px 30px;
    box-sizing: border-box; }
  .cart-cta .cta .cta-action {
    display: inline-block;
    min-width: 190px;
    height: 59px;
    margin-left: 30px;
    line-height: 55px;
    text-decoration: none;
    background: #004355;
    border-color: #004355; }
    .cart-cta .cta .cta-action:hover {
      background: #F58C82;
      border-color: #F58C82; }
  .cart-cta .cta .flag-new {
    position: absolute;
    top: 0;
    right: 0;
    width: 92px;
    height: 92px;
    background: url("/pub/media/dd/flag-new.png") center center no-repeat;
    pointer-events: none; }

@media (max-width: 1390px) {
  /* CTA */
  .cart-cta {
    margin: 0 auto;
    width: calc(100% - 30px); }
    .cart-cta .cta p {
      font-size: 17px; } }

@media (max-width: 720px) {
  /* CTA */
  .cart-cta {
    display: block; }
    .cart-cta .cta {
      width: 100%;
      margin-bottom: 20px;
      display: flex;
      align-items: center; }
      .cart-cta .cta p {
        margin-top: 0;
        padding-top: 0; }
      .cart-cta .cta p br {
        content: ' ';
        padding-right: 4px; }
      .cart-cta .cta .cta-action {
        display: block;
        width: 90%;
        margin: 0 auto; } }

@media (max-width: 390px) {
  /* CTA */
  .cart-cta .cta p {
    font-size: 16px; } }

/* Offer Popup */
.offer-popup-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 300; }

.offer-popup-container .offer-popup {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 30px 25px;
  border-radius: 10px; }

.offer-popup-container .offer-popup h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700; }

.offer-popup-container .offer-popup p {
  font-size: 15px;
  max-width: 280px;
  line-height: 22px;
  margin: 0 auto 25px; }

.offer-popup-container .offer-popup p strong {
  color: #ff008f; }

.offer-popup-container .offer-popup .offer-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer; }

.offer-popup-container .offer-popup .minor-note {
  color: #666;
  font-size: 12px;
  margin: 5px auto 0; }

.offer-popup-container .offer-popup .action.primary, .offer-popup-container .offer-popup .opc-wrapper .action.action-update, .opc-wrapper .offer-popup-container .offer-popup .action.action-update,
.offer-popup-container .offer-popup .opc-wrapper .action.action-show-popup, .opc-wrapper .offer-popup-container .offer-popup .action.action-show-popup, .offer-popup-container .offer-popup .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .offer-popup-container .offer-popup .action.action-apply, .offer-popup-container .offer-popup .block-authentication .action.action-login, .block-authentication .offer-popup-container .offer-popup .action.action-login {
  position: relative;
  /*padding-left: 43px;*/
  border-radius: 5px; }

/*.offer-popup-container .offer-popup .action.primary:after 	{ content: ' '; position: absolute; width: 16px; height: 18px; display: block; left: 34px; top: 19px; background: #d8236f url('<?php echo $this->getViewFileUrl('images/svg/secure.svg') ?>') no-repeat; }*/
@media (max-width: 767px) {
  /* Offer Popup */
  .offer-popup-container .offer-popup {
    max-width: 95%;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0;
    top: 50px;
    transform: translateY(0); }
  .offer-popup-container .offer-popup p {
    padding: 0 15px; }
  .offer-popup-container .offer-popup .action.primary, .offer-popup-container .offer-popup .opc-wrapper .action.action-update, .opc-wrapper .offer-popup-container .offer-popup .action.action-update,
  .offer-popup-container .offer-popup .opc-wrapper .action.action-show-popup, .opc-wrapper .offer-popup-container .offer-popup .action.action-show-popup, .offer-popup-container .offer-popup .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .offer-popup-container .offer-popup .action.action-apply, .offer-popup-container .offer-popup .block-authentication .action.action-login, .block-authentication .offer-popup-container .offer-popup .action.action-login {
    max-width: 280px;
    width: 90%; }
  .offer-popup-container .offer-popup .action.primary:after, .offer-popup-container .offer-popup .opc-wrapper .action.action-update:after, .opc-wrapper .offer-popup-container .offer-popup .action.action-update:after,
  .offer-popup-container .offer-popup .opc-wrapper .action.action-show-popup:after, .opc-wrapper .offer-popup-container .offer-popup .action.action-show-popup:after, .offer-popup-container .offer-popup .opc-wrapper .form-discount .action.action-apply:after, .opc-wrapper .form-discount .offer-popup-container .offer-popup .action.action-apply:after, .offer-popup-container .offer-popup .block-authentication .action.action-login:after, .block-authentication .offer-popup-container .offer-popup .action.action-login:after {
    top: 14px; }
  .offer-popup-container .offer-popup .offer-close-btn {
    width: 14px;
    height: 14px; } }

@media (max-width: 400px) {
  /* Offer Popup */
  .offer-popup-container .offer-popup {
    padding: 45px 0 45px; } }

@media (max-width: 325px) {
  /* Offer Popup */
  .offer-popup-container .offer-popup .action.primary:after, .offer-popup-container .offer-popup .opc-wrapper .action.action-update:after, .opc-wrapper .offer-popup-container .offer-popup .action.action-update:after,
  .offer-popup-container .offer-popup .opc-wrapper .action.action-show-popup:after, .opc-wrapper .offer-popup-container .offer-popup .action.action-show-popup:after, .offer-popup-container .offer-popup .opc-wrapper .form-discount .action.action-apply:after, .opc-wrapper .form-discount .offer-popup-container .offer-popup .action.action-apply:after, .offer-popup-container .offer-popup .block-authentication .action.action-login:after, .block-authentication .offer-popup-container .offer-popup .action.action-login:after {
    left: 23px; } }

.page-layout-panel-template .columns {
  display: none; }

/* Panels */
.panel-list {
  font-weight: 300; }

.panel-list .panel {
  padding: 60px 18px;
  text-align: center; }

/* Panel Image */
.panel-list .panel .panel-inner .panel-image {
  padding: 0 0 40px; }

/* Panel Content */
.panel-list .panel .panel-inner .panel-content h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 30px;
  line-height: 1.5; }

.panel-list .panel .panel-inner .panel-content p {
  font-weight: 300;
  margin: 0 0 24px; }

/* Panel Content - ul */
.panel-list .panel .panel-inner .panel-content ul {
  font-weight: 300;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px; }

.panel-list .panel .panel-inner .panel-content ul li {
  padding: 0 0 25px;
  margin: 0; }

/* Panel Content - ol */
.panel-list .panel .panel-inner .panel-content ol {
  font-weight: 300;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left; }

.panel-list .panel .panel-inner .panel-content ol li {
  padding: 0 0 15px 25px;
  margin: 0;
  counter-increment: item;
  position: relative; }

.panel-list .panel .panel-inner .panel-content ol li:before {
  content: counter(item) ".";
  margin-right: 10px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0; }

.panel-list .panel .panel-inner .panel-content ol ol {
  padding: 15px 0 0 20px;
  margin: 0;
  list-style: none; }

.panel-list .panel .panel-inner .panel-content ol ol li {
  counter-increment: none; }

.panel-list .panel .panel-inner .panel-content ol ol li:before {
  content: '-'; }

.panel-list .panel .panel-inner .panel-content ol ol li:last-child {
  padding-bottom: 0; }

/* Panel - Button */
.panel-links {
  padding-top: 30px; }
  .panel-links .action.primary, .panel-links .opc-wrapper .action.action-update, .opc-wrapper .panel-links .action.action-update,
  .panel-links .opc-wrapper .action.action-show-popup, .opc-wrapper .panel-links .action.action-show-popup, .panel-links .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .panel-links .action.action-apply, .panel-links .block-authentication .action.action-login, .block-authentication .panel-links .action.action-login {
    margin: 0 0 20px; }

/* Alternate panel */
.panel-list .panel:nth-child(2n) {
  background: #f5f5f5; }

@media (min-width: 768px) {
  /* Panel List */
  .panel-list .panel {
    padding: 130px 0;
    text-align: left; }
  .panel-list .panel .panel-inner {
    max-width: 1540px;
    width: calc(100% - 36px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  /* Panel Image */
  .panel-list .panel .panel-inner .panel-image {
    order: 20;
    padding: 0 0 0 120px;
    flex-grow: 1;
    max-width: 33%; }
  /* Panel Content */
  .panel-list .panel .panel-inner .panel-content {
    order: 10; }
  .panel-list .panel .panel-inner .panel-content h2 {
    font-size: 32px; }
  /* Alternate panel */
  .panel-list .panel:nth-child(2n) {
    background: #f5f5f5; }
  .panel-list .panel:nth-child(2n) .panel-image {
    order: 5;
    padding: 0 120px 0 0; }
  /* Panel - Button */
  .panel-links .action.primary, .panel-links .opc-wrapper .action.action-update, .opc-wrapper .panel-links .action.action-update,
  .panel-links .opc-wrapper .action.action-show-popup, .opc-wrapper .panel-links .action.action-show-popup, .panel-links .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .panel-links .action.action-apply, .panel-links .block-authentication .action.action-login, .block-authentication .panel-links .action.action-login {
    width: calc(50% - 20px);
    max-width: 280px;
    margin: 0 20px 20px 0; }
  .panel-links .action.primary:last-child, .panel-links .opc-wrapper .action.action-update:last-child, .opc-wrapper .panel-links .action.action-update:last-child,
  .panel-links .opc-wrapper .action.action-show-popup:last-child, .opc-wrapper .panel-links .action.action-show-popup:last-child, .panel-links .opc-wrapper .form-discount .action.action-apply:last-child, .opc-wrapper .form-discount .panel-links .action.action-apply:last-child, .panel-links .block-authentication .action.action-login:last-child, .block-authentication .panel-links .action.action-login:last-child {
    margin-right: 0; } }

@media (min-width: 1300px) {
  /* Panel Image */
  .panel-list .panel .panel-inner .panel-image {
    max-width: none; } }

.banner-better-way {
  margin-bottom: 40px; }

.banner-better-way .banner .mask {
  background: rgba(0, 0, 0, 0.44); }

.banner-better-way .overlay-container .overlay p {
  width: 910px;
  max-width: calc(100% - 40px);
  margin: 30px auto 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 300; }

.banner-better-way .overlay-container .overlay .banner-title {
  font-size: 50px;
  line-height: 1.4;
  max-width: 910px;
  width: calc(100% - 40px); }

.banner-better-way .banner-buttons .action.primary, .banner-better-way .banner-buttons .opc-wrapper .action.action-update, .opc-wrapper .banner-better-way .banner-buttons .action.action-update,
.banner-better-way .banner-buttons .opc-wrapper .action.action-show-popup, .opc-wrapper .banner-better-way .banner-buttons .action.action-show-popup, .banner-better-way .banner-buttons .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .banner-better-way .banner-buttons .action.action-apply, .banner-better-way .banner-buttons .block-authentication .action.action-login, .block-authentication .banner-better-way .banner-buttons .action.action-login {
  margin: 0 15px; }

@media (max-width: 1600px) {
  .banner-better-way {
    height: 600px; }
    .banner-better-way .banner .image-container {
      width: 100%;
      overflow: hidden;
      display: flex;
      justify-content: center; }
      .banner-better-way .banner .image-container .main-banner-image {
        height: 600px;
        max-width: none;
        width: auto; } }

@media (max-width: 1300px) {
  .banner-better-way .overlay-container .overlay .banner-title {
    max-width: 710px;
    font-size: 36px; } }

@media (max-width: 767px) {
  .banner-better-way {
    height: 700px; }
    .banner-better-way .banner .image-container .main-banner-image {
      height: 700px; }
    .banner-better-way .banner-buttons .action.primary, .banner-better-way .banner-buttons .opc-wrapper .action.action-update, .opc-wrapper .banner-better-way .banner-buttons .action.action-update,
    .banner-better-way .banner-buttons .opc-wrapper .action.action-show-popup, .opc-wrapper .banner-better-way .banner-buttons .action.action-show-popup, .banner-better-way .banner-buttons .opc-wrapper .form-discount .action.action-apply, .opc-wrapper .form-discount .banner-better-way .banner-buttons .action.action-apply, .banner-better-way .banner-buttons .block-authentication .action.action-login, .block-authentication .banner-better-way .banner-buttons .action.action-login {
      margin-bottom: 20px; }
  .banner-better-way .overlay-container .overlay p {
    font-size: 16px; }
  .banner-better-way .overlay-container .overlay .banner-title {
    font-size: 28px; } }

/* Fotorama captions */
.fotorama__caption {
  display: none !important; }

@media (min-width: 768px) {
  .fotorama__arr--disabled {
    opacity: 1 !important; }
  .fotorama__arr.fotorama__arr--next,
  .fotorama__arr.fotorama__arr--prev {
    display: block !important; } }

.benefits ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 60px;
  list-style: none;
  margin: 0;
  padding: 0 0 40px; }

.benefits ul li {
  margin: 0;
  padding: 0; }

.benefits img {
  width: 100%; }

.benefits a {
  text-decoration: none; }

.benefits .lead {
  font-family: "Georgia", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 20px; }

.benefits p {
  text-align: center; }

@media (min-width: 768px) {
  .benefits ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; } }

@media (min-width: 1024px) {
  .benefits ul {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px; } }

/* Header Top */
.ie11 .header-top-container, .ie10 .header-top-container, .ie9 .header-top-container {
  height: auto;
  clear: both; }

.ie9 {
  /* Nav */
  /* Weekly Menu */
  /* How it works */ }
  .ie9 .new-navigation > ul {
    display: block;
    overflow: hidden; }
  .ie9 .new-navigation > ul li {
    float: left;
    margin-right: 50px; }
  .ie9 .item-list {
    display: block;
    overflow: hidden; }
  .ie9 .item-list li {
    float: left;
    margin: 0 47px; }
  .ie9 .how-it-works-container .how-it-works .step-list {
    display: block;
    overflow: hidden; }
  .ie9 .how-it-works-container .how-it-works .step-list li {
    float: left;
    margin-right: 80px; }
