.grid_6,
.grid_8,
.grid_16,
.grid_18,
.grid_24 {
  float: left;
  /* display: inline; */
  margin-left: 0;
  margin-right: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  letter-spacing: 0.5px;
}

button.button>span {
  font-size: 16px;
  font-weight: bold;
}

.container_24 {
  position: relative;
  width: 970px;
  margin: 0 auto;
  padding: 0;
}

.container_24 .alpha {
  margin-left: 0;
}

.container_24 .omega {
  margin-right: 0;
}

.container_24 .grid_6 {
  width: 200px;
}

.container_24 .grid_8 {
  width: 310px;
}

.container_24 .grid_16 {
  width: 640px;
}

.container_24 .grid_18 {
  width: 739px;
}

.container_24 .grid_24 {
  width: 970px;
}

.container_24:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

span.red {
    color: red;
    display: inline-block;
    margin-top: 1em;
}
 #my-orders-table tr {
    margin-top: 1em;
}
 table#my-orders-table  {
    border:none
}
 td.order-id { color:#1f4173; font-weight:bold
}

ul.note-list li {
    margin-top: 1em;
}
* {
  margin: 0;
  padding: 0;
}

* .products-grid .grid_desc {
  margin-bottom: 10px;
}

html {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: gray;
  text-align: center;
  background-color: white;
  position: relative;
}

body>.wrapper {
  position: relative;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  color: #32b9c7;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #1f4173;
}

:focus {
  outline: 0;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.15;
  margin-bottom: 0;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 7px;
  color: #1f4173;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
}

h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
}

h5.title {
  font-size: 20px;
  color: #1f4173;
}

.showMobile {
  display: none !important;
}

.showDesktop {
  display: inline !important;
}

form {
  display: inline;
}

fieldset {
  border: 0;
}

table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}

th {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
  margin-bottom: 5px;
}

small {
  font-size: 1em;
}

ul {
  list-style: none;
}

ul.footer-trust {
  text-align: center;
  background-color: #1f4173;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

ul.sf-menu li:hover li ul {
  top: -999em;
}

ul.sf-menu li li:hover ul {
  left: 193px;
  top: 0;
}

ol {
  list-style: none;
}

ol#cart-sidebar-reorder {
  padding: 10px;
}

.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.nobr {
  white-space: nowrap !important;
}

.a-left {
  text-align: left !important;
}

.a-center {
  text-align: center !important;
}

.a-right {
  text-align: right !important;
}

.v-middle {
  vertical-align: middle;
}

.no-display {
  display: none;
}

.padding-r {
  padding-right: 19px;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  /* padding-bottom: 1.5em; */
}

.page {
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.main-container {
  position: relative;
  z-index: 1;
  max-width: 970px;
  background: white;
  margin: 0px auto 0 auto;
}

.main {
  background: white;
  /* width: 950px; */
  /* padding: 0 10px; */
}

.main:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.col-left {
  float: left;
}

.col-left .block-title {
  text-align: center;
}

.col-main {
  float: left;
}

.col-main:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.col-right {
  float: right;
}

.col2-left-layout .col-main {
  float: right;
}

.col2-left-layout .products-grid {
  margin: 0 auto;
}

input {
  vertical-align: middle;
  color: #1f4173;
}

input.input-text {
  border: 1px solid #e5e5e5;
  padding: 3px 2px 4px;
  border-radius: 0;
}

input.radio {
  margin-right: 3px;
}

input.checkbox {
  margin-right: 3px;
}

input.qty {
  color: #1f4173;
  width: 40px !important;
}

input.text.field.fb-email.footersignup {
  padding: 5px;
}

select {
  vertical-align: middle;
  color: #1f4173;
  border: 1px solid #e5e5e5;
  padding: 2px;
}

select option {
  padding-right: 10px;
}

textarea {
  vertical-align: middle;
  color: #1f4173;
  border: 1px solid #e5e5e5;
  padding: 3px 2px 4px;
  border-radius: 0;
  overflow: auto;
}

button {
  vertical-align: middle;
  color: #1f4173;
}

button.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.button {
  background: transparent;
  border: 0;
  overflow: visible;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: auto;
}

button.button>span {
  float: left;
  line-height: 37px;
  color: white;
  text-align: center;
  white-space: nowrap;
  /* padding: 0; */
  height: 41px;
  background: #1f4173;
  /* border-radius: 3px; */
}


button.button.btn-cart {
  /* border: 2px solid white; */
  /* background: #1f4173; */
  margin-top: 1em;
}

button.button span span {
  padding: 0 10px;
  display: block;
  float: left;
  min-width: 83px;
}

button.button:hover>span {
  background: #32b9c7;
}

.form-list li {
  color: #1f4173;
}

.form-list li.control label {
  float: none;
}

.form-list li.control input.radio {
  margin-right: 6px;
}

.form-list li.control input.checkbox {
  margin-right: 6px;
}

.form-list li.wide .input-box {
  width: 535px;
}

.form-list li.wide textarea {
  width: 529px;
}

.form-list li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.form-list label {
  float: left;
  color: #1f4173;
  font-weight: bold;
  position: relative;
  z-index: 0;
  display: inline-block;
  padding-bottom: 5px;
}

.form-list label.required em {
  float: right;
  font-style: normal;
  color: #ef4e49;
  position: absolute;
  top: 0;
  right: -8px;
}

.form-list .input-box {
  display: block;
  clear: both;
  margin-bottom: 7px;
  width: 260px;
}

.form-list .field {
  float: left;
  width: 360px;
}

.form-list .field:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.form-list textarea {
  resize: none;
  width: 254px;
  height: 10em;
}

.form-list input.input-text {
  width: 333px;
}

.buttons-set {
  clear: both;
  margin: 5px 0 0;
  padding: 5px 0;
}

.buttons-set .back-link {
  float: left;
  margin-top: 5px;
}

.buttons-set .back-link a {
  color: #32b9c7;
}

.buttons-set .back-link a:hover {
  color: #1f4173;
}

.buttons-set:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.buttons-set button.button {
  float: right;
}

.buttons-set p.required {
  margin: 0 0 10px;
  font-size: 12px;
  color: #ef4e49;
  display: none;
}

.fieldset>p {
  margin-bottom: 10px;
}

.fieldset .legend {
  font-weight: bold;
  /* font-size: 12px; */
  text-transform: uppercase;
  position: relative;
  padding-bottom: 8px;
  color: #32b9c7;
}

.breadcrumbs {
  background: #e5e5e5;
  padding: 6px 19px 8px;
  margin: 0px 0 9px;
  overflow: hidden;
}

.breadcrumbs li {
  float: left;
  color: #32b9c7;
}



.breadcrumbs li a:hover {
  color: #1f4173;
}

.breadcrumbs li span {
  display: inline-block;
  margin: 0 8px 0 6px;
}

.breadcrumbs li strong {
  font-weight: normal;
  color: #32b9c7;
}

.page-title {
  padding: 0;
  margin: 0 0 9px;
}

.page-title h1 {
  font-size: 40px;
  line-height: 1.5em;
  color: #1f4173;
}

.page-title:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.category-title {
  padding: 0;
  margin: 0 0 9px;
  display: block;
}

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

.title-buttons h1 {
  float: left;
}

.pager {
  text-align: center;
}

.pager .amount {
  float: left;
  /* color: #e5e5e5; */
  /* padding-top: 2px; */
  /* width: 30%; */
  /* display: inline-flex; */
}

.pager .amount strong {
  font-weight: normal;
  color: #eeeeee;
  display: inline-block;
  padding-top: 0;
}

.pager .limiter {
  float: right;
  /* min-width: 33%; */
  /* display: inline-block; */
  /* display: inline-flex; */
}

.pager .limiter label {
  color: #1f4173;
  display: inline-block;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
}

.pager .pages strong {
  color: #1f4173;
  padding-right: 3px;
}

.pager .pages ol {
  display: inline;
}

.pager .pages li {
  display: inline;
  padding: 0;
  /* color: #eeeeee; */
  line-height: 15px;
  font-weight: bold;
  margin-right: 3px;
}


.pager .pages li a:hover {
  color: #ef4e49;
}

.pager .pages .current {
  color: #1f4173;
}

.pager:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.sorter .view-mode {
  float: left;
  text-indent: -77777px;
  overflow: hidden;
  height: 24px;
  width: 100px;
}

.sorter .view-mode .grid {
  display: block;
  float: left;
  width: 17px;
  height: 16px;
  background: url(https://www.petscripts.com.au/skin/frontend/default/petcareshop/images/grid-list.gif) no-repeat left -16px;
}

.sorter .list {
  display: block;
  float: left;
  width: 17px;
  height: 16px;
  background: url(https://www.petscripts.com.au/skin/frontend/default/petcareshop/images/grid-list.gif) no-repeat right 0;
  margin-left: 10px;
}

.sorter .sort-by {
  float: right;
  min-width: 152px;
}

.sorter .sort-by label {
  display: inline-block;
  padding-top: 2px;
  padding-right: 6px;
  float: left;
}

.sorter:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.sorter a.list {
  background: url(https://www.petscripts.com.au/skin/frontend/default/petcareshop/images/grid-list.gif) no-repeat right 0;
}

.sorter a.list:hover {
  background-position: right -16px;
}

.toolbar {
  margin-bottom: 30px;
}

.toolbar select {
  text-align: center;
  min-width: 63px;
}

.toolbar .pager {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding: 0 0px 10px;
}

.toolbar .sorter {
  color: #e5e5e5;
  padding: 0 11px;
  display: none;
}

.data-table {
  width: 100%;
}

.data-table th {
  padding: 12px 20px;
  border: 1px solid #e5e5e5;
  font-weight: bold;
  white-space: nowrap;
  color: #1f4173;
}

.data-table th.label {
  font-weight: bold;
  color: #1f4173;
}

.data-table td {
  padding: 12px 20px;
  border: 1px solid #e5e5e5;
}

.std ul {
  margin: 0 0 1em;
  padding: 0;
  color: #808080;
  list-style: disc outside;
  padding-left: 1.5em;
}

.std p {
  margin: 0 0 1em;
  padding: 0;
  /* color: #e5e5e5; */
}

.std li {
  margin-bottom: 1em;
}

.std b {
  font-weight: bold;
}

.std strong {
  font-weight: bold;
}

.std i {
  font-style: italic;
}

.std em {
  font-style: italic;
}

.link-reorder {
  font-weight: bold;
}

.btn-remove {
  display: block;
  width: 10px;
  height: 10px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.petscripts.com.au/skin/frontend/default/petcareshop/images/btn_remove.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
  margin-left: 13px;
}

.btn-remove2 {
  display: inline-block;
  color: #e5e5e5;
  width: auto;
  height: 14px;
  background: url(https://www.petscripts.com.au/skin/frontend/default/petcareshop/images/cart-delete.png) 0 0 no-repeat;
  padding: 8px 0 0 18px;
}

.btn-remove2:hover {
  background-position: 0 -33px !important;
  color: #1f4173;
}

.btn-edit {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.petscripts.com.au/skin/frontend/default/petcareshop/images/btn_edit.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
  margin-left: 2px;
}

.separator {
  margin: 0 3px;
}

.noscript {
  border: 1px solid #e5e5e5;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #eeeeee;
}

.noscript p {
  margin: 0;
}

.logo {
 /*float: left;*/
}

.header {
  padding: 30px 0 20px;
  position: relative;
  height: auto;
}

.header .logo {
  /*float: left;*/
  display: block;
  text-decoration: none !important;
  margin-top: 5px;
}

.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

.header .logo img {
  max-width: 100%;
  height: auto;
}

.header .header-buttons {
  float: right;
}

.header .links {
  float: right;
  text-align: right;
}

.header .links li {
  float: left;
}

.header .links li a {
  display: inline-block;
  color: #e5e5e5;
}

.header .links li a:hover {
  color: #ef4e49;
}

.header .form-search {
  text-align: right;
  overflow: hidden;
  font-size: 16px;
  line-height: normal;
  z-index: 4;
}

.header .form-search .search-autocomplete {
  z-index: 999;
}

.header .form-search .input-text {
  float: left;
  border: 0;
  background: #1f4173;
  font-size: 14px;
  line-height: 18px;
  color: white;
  padding: 10px 35px 11px 15px;
  margin-right: 2px;
  width: 180px;
  border-radius: 15px;
  margin: 0;
}

.header .form-search label {
  float: left;
  margin-left: 17px;
  display: none;
}

.header .form-search button.button {
  float: right;
  margin-left: -39px;
}

.header .form-search button.button span {
  display: block;
  padding: 0;
  background: url(https://www.petscripts.com.au/skin/frontend/default/petcareshop/images/form-search-btrn.png) no-repeat left center;
  font-size: 0;
  text-indent: -777px;
  width: 39px;
  height: 39px;
  border: none;
}

.header:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.header h1.logo {
  margin: 0;
  padding: 0;
}

#search_mini_form {
  float: right;
  position: relative;
  padding-top: 15px;
  margin: 0;
}

#search_mini_form {
	padding-top: 15px;
}

.top-search-block {
	float: right;
}

@media only screen and (max-width: 776px) {
	.top-search-block {
		float: none;
	}

	.text-above-search {
		display: none;
	}
}

.header .form-search input::placeholder {
    color: #fff;
    opacity: 1;
}

.header .form-search input:-ms-input-placeholder {
    color: #fff;
}

.header .form-search input::-ms-input-placeholder {
    color: #fff;
}



.header-buttons {
  margin-bottom: 10px;
}

.header-buttons .row-1 {
  float: right;
}

.header-buttons:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.header-button {
  float: right;
  position: relative;
  background-color: #ef4e49;
  border-radius: 5px;
  margin: 0 0 0 6px;
  padding-right: 8px;
}

.header-button:hover {
  background-color: #ef4e49;
}

.header-button>a {
  display: block;
  background-repeat: no-repeat;
  height: 38px;
  border-radius: 5px;
  overflow: hidden;
}

.header-button>a:hover {
  background-color: #ef4e49;
}

.header-button.menu-list>a {
  background-image: url(https://www.petscripts.com.au/skin/frontend/default/petcareshop/images/button-menu.png);
  background-position: center 7px;
}

.header-button.menu-list ul {
  width: 150px;
}

.header-button ul {
  display: none;
  text-align: left !important;
  position: absolute;
  right: 0;
  top: 27px;
  padding: 0;
  z-index: 999;
  border-radius: 3px;
  padding-top: 2px;
}

.header-button ul li {
  float: none !important;
  display: block;
  padding-left: 0;
}

.header-button ul li a {
  display: block !important;
  background: #ef4e49;
  font-size: 14px;
  line-height: 17px;
  color: white !important;
  padding: 5px 10px;
  min-height: 18px;
}

.header-button ul li a:hover {
  background-color: #eeeeee !important;
}

.header-button ul li:first-child a {
  border-radius: 3px 3px 0 0;
}

.header-button ul li.last a {
  border-radius: 0 0 3px 3px;
}

.top-login {
  float: right;
  display: none;
  position: relative;
  overflow: hidden;
  height: 38px;
}

.menu-list {
  display: none;
}

.col2-set {
  width: auto;
  border-top: 2px solid #1f4173;
  padding-top: 1em;
}

.col2-set:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.block {
  margin: 0 0 20px;
}

.block .block-title {
  padding: 20px 0 0;
  margin: 0;
  position: relative;
}

.block .block-title strong {
  font-size: 15px;
  line-height: 21px;
  color: #eeeeee;
  font-weight: normal;
}

.block .block-title strong span {
  color: white;
  font-size: 18px;
}

.block .block-subtitle {
  font-size: 13px;
  line-height: 16px;
  color: #1f4173;
  font-weight: normal;
  margin-bottom: 14px;
  text-align: center;
}

.block .block-content {
  color: #1f4173;
  padding-bottom: .5em;
}

.block .block-content:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.block .block-content li.item {
  padding: 5px 0;
}

.block .block-content li.item:first-child {
  border: none;
  padding-top: 0;
}

.block .btn-remove {
  float: right;
}

.block .btn-edit {
  float: right;
}

.block .actions {
  padding: 17px 0 0;
}

.block .actions a {
  display: inline-block;
  color: #1f4173;
  font-weight: bold;
  text-decoration: underline;
  margin-left: 10px;
}

.block .actions a:hover {
  text-decoration: none;
}

.block .actions:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.block .empty {
  background-color: white;
  margin: 7px 10px 15px;
  padding: 5px;
  text-align: center;
}


.block.block-progress .block-title {
  border-bottom: none;
  padding: 0;
  margin-bottom: 10px;
}

.block.block-progress .block-title span {
  display: block;
  background: #1f4173;
  font-size: 13px;
  line-height: 17px;
  color: white;
  text-transform: none;
  margin-bottom: 10px;
  padding: 9px 10px 11px;
}

.block.block-progress .block-content {
  padding: 0;
}

.block li.item:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.block-compare {
  /* padding-bottom: 10px; */
  /* background: #32b9c7; */
  display: none!important;
}

.block-compare .actions {
  padding: 20px 0 10px;
}

.block-compare li {
  padding: 12px 0;
}

.block-compare .btn-remove {
  margin-top: 4px;
  margin-left: 10px;
}

.block-compare .block-content li.item {
  padding: 16px 0;
}

.block-compare .block-title small {
  display: none;
}

.block-compare .product-name a {
  text-decoration: none;
}

.block-compare .product-name a:hover {
  color: #1f4173;
}

.mini-products-list li {
  padding: 5px 0;
}

.mini-products-list .product-control-buttons {
  overflow: hidden;
  position: relative;
  margin: 0 12px -22px 0;
}

.mini-products-list .product-image {
  float: left;
  width: 50px;
  background: white;
}

.mini-products-list .product-name {
  float: left;
  margin-left: 10px;
  width: 100px;
}

.block-cart {
  background: #32b9c7;
}

.block-cart .amount {
  text-align: center;
}

.block-cart .amount a {
  color: white;
  font-weight: bold;
}

.block-cart .amount a:hover {
  text-decoration: underline;
}

.block-cart .subtotal {
  background-color: white;
  margin: 7px 10px 15px;
  padding: 5px;
  text-align: center;
}

.block-cart .subtotal .price {
  font-weight: bold;
  color: #1f4173;
  padding-left: 6px;
}

.block-cart .block-title {
  padding-bottom: 8px;
}

.block-cart .mini-products-list .product-name {
  word-wrap: break-word;
}

.block-cart .mini-products-list .product-name a:hover {
  color: #ef4e49;
}

.block-cart .block-content li.item.last {
  padding-bottom: 0;
}

.block-cart .product-name a {
  text-decoration: none;
  line-height: 18px;
  text-transform: none;
  display: inline-block;
  color: #32b9c7;
}

.block-cart .product-name a:hover {
  color: #1f4173;
}

.block-account {
  padding-bottom: 2em;
  font-size: 15px;
  background: #32b9c7;
  margin-top: 10px;
}

.block-account ul {
  padding: 10px 0 10px 19px;
}

.block-account ul li {
  padding-bottom: 5px;
}

.block-account ul li a {
  color: white;
}

.block-account ul li a:hover {
  text-decoration: underline;
}

.block-account ul li.current strong {
  text-decoration: underline;
  font-weight: bold;
  color: white;
}

.block-layered-nav {
  padding-bottom: 2em;
  font-size: 15px;
  background: #32b9c7;
}

.block-layered-nav dd {
  padding: 10px 0 10px 19px;
  margin-bottom: 15px;
}

.block-layered-nav dd li {
  color: white;
  padding: 0 0 3px 0;
}

.block-layered-nav dd li a {
  color: white;
  text-decoration: none;
}

.block-layered-nav dd li a:hover {
  color: #1f4173;
  text-decoration: none;
}

.block-layered-nav dd.odd.last {
  padding-bottom: 0;
  margin-bottom: 0;
}

.product-image {
  display: inline-block;
}

.block-viewed {
  padding-bottom: 10px;
  background: #32b9c7;
}

.block-viewed li a {
  text-decoration: none;
  display: inline-block;
  color: #32b9c7;
}

.block-viewed li a:hover {
  color: #1f4173;
}

.block-viewed .block-content li.item {
  border-bottom: 0;
}

.block-viewed .block-content li.item:first-child {
  border-top: none;
}

#co-payment-form {
  width: 100px;
}

.block-subscribe {
  padding-top: 10px;
}

.block-reorder {
  padding-bottom: 10px;
  background: #32b9c7;
}

.block-reorder li {
  padding: 5px 0;
}

.block-reorder .product-name {
  margin-left: 20px;
}

.block-reorder .actions {
  text-align: center;
}

.block-reorder input.checkbox {
  float: left;
  margin: 5px 0 0;
}

.category-description {
  margin: 0 0 10px;
  text-align: center;
  /* color: #e5e5e5; */
}

.products-grid {
  position: relative;
  margin-bottom: 20px !important;
}

.products-grid li.item {
  float: left;
  margin: 0 .5em 1em;
  width: 20%;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 5px;
}

.products-grid li.last {
  margin-right: 0;
}

.products-grid .product-image {
  /* width: 120px; */
  /* height: 120px; */
  padding: 5px;
}

.products-grid .price-box {
  color: #1f4173;
  font-weight: bold;
  overflow: hidden;
  margin: 12px 0;
  width: 100%;
  display: inline;
}

.products-grid .actions {
  clear: both;
  margin: 0;
  position: relative;
}

.products-grid .actions:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.products-grid .add-to-links {
  padding-top: 4px;
}

.products-grid:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}



.products-grid .product-name a:hover {
  color: #eeeeee;
}

.products-grid button.button>span {
  line-height: 30px;
  height: 31px;
}

.availability {
  margin: 0;
}

.email-friend {
  margin-bottom: 1.5em;
}

.email-friend a {
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}

.email-friend a:hover {
  color: #1f4173;
}

.price {
  white-space: nowrap !important;
}

.add-to-cart {
  width: 100%;
  padding: 10px 0;
}

.add-to-cart .qty-block {
  float: left;
  padding-top: 5px;
  background: url(https://www.petscripts.com.au/skin/frontend/default/petcareshop/images/order-qty-box.gif) 0 0 no-repeat;
  position: relative;
  height: 27px;
  width: 114px;
}

.add-to-cart label {
  margin-right: 7px;
  color: #eeeeee;
  display: none;
}

.add-to-cart .qty {
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: #1f4173;
  text-align: center;
  background: white;
  padding: 0;
  margin: 0 0 2px 77px;
  width: 30px !important;
  margin-top: -6px;
}

.add-to-cart:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.add-to-cart button.button>span {
  /* height: 27px; */
  width: 114px;
}

.add-to-cart button.button span span {
  padding: 4px 0 0 16px;
  /* background: #1f4173; */
}

.add-to-box .add-to-cart {
  float: left;
  width: 100%;
  position: relative;
}

.add-to-box .add-to-links {
  float: left;
}

.add-to-box:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-view {
  margin-bottom: 20px;
  margin-top: 2em;
  position: relative;
}

.product-view .product-name {
  margin-bottom: 1.5em;
}

.product-view .product-name h1 {
  font-size: 28px;
  /* line-height: 24px; */
  color: #32b9c7;
  font-weight: bold;
}

.product-view h2 {
  font-size: 32px;
  line-height: 17px;
  color: #1f4173;
  /* font-weight: normal; */
  padding: 10px 0;
  position: relative;
}

.product-view .product-img-box {
  float: left;
  text-align: center;
  margin-bottom: 30px;
  width: 310px;
}

.product-view .product-img-box .product-image {
  position: relative;
  height: 310px;
  width: 310px;
}

.product-view .product-shop {
  float: right;
  width: 360px;
}

.product-view .product-shop .price-box {
  float: left;
  display: inline-block;
  margin-right: 15px;
  min-width: 116px;
}

.product-view .product-shop .price-box .regular-price .price {
  font-size: 22px;
  color: #1f4173;
}

.product-view .product-shop .availability {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #e5e5e5;
  margin-bottom: 0;
}

.product-view .product-shop .add-to-links {
  width: 100%;
  padding: 18px 0;
}

.product-view .product-shop .add-to-box label {
  font-size: 11px;
}

.product-view .product-shop .short-description:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-view .short-description {
  margin: 3em 0 0;
  display: none;
}



.product-view .box-additional .data-table th.label {
  padding-left: 10px;
}

.product-view .box-description:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-essential {
  margin-bottom: 0;
  padding-bottom: 25px;
}

.product-essential:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-collateral {
  /* color: #e5e5e5; */
  margin-left: 10px;
}

.product-collateral .box-collateral {
  margin-bottom: 40px;
}

.product-collateral:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.row-product {
  overflow: hidden;
  width: 100%;
}

.product-shop {
  position: relative;
}

.product-shop .price-box {
  float: left;
  margin: 0 25px 0 0 !important;
}

#product_sendtofriend_form #sender_message {
  margin-bottom: 20px;
  resize: none;
  min-width: 304px;
  max-width: 373px;
  width: 373px;
}

#product_sendtofriend_form .buttons-set {
  padding-top: 15px;
  text-align: center;
}

#product_sendtofriend_form .form-list .field {
  float: left;
  width: 361px;
}

#product_sendtofriend_form .form-list .fields .field:first-child {
  float: left;
  width: 402px;
}

#product_sendtofriend_form .form-list .fields .field input.input-text {
  width: 373px;
}

.product-name {
  font-size: 14px;
  font-weight: normal;
  min-height: 35px;
}

.product-name a {
  color: #1f4173;
}

.product-name a:hover {
  color: #1f4173 !important;
}

.cart .cart-edit {
  margin-bottom: 18px;
}

.cart .cart-edit a {
  display: inline-block;
  background: url(https://www.petscripts.com.au/skin/frontend/default/petcareshop/images/edit.png) 0 0 no-repeat;
  font-size: 12px;
  line-height: 15px;
  color: #e5e5e5;
  text-decoration: none;
  padding: 7px 0 0 41px;
  height: 25px;
}

.cart .cart-edit a:hover {
  color: #1f4173;
  background-position: 0 -68px;
}

.cart .cart-price {
  display: block;
  margin-bottom: 17px;
}

.cart .cart-qty {
  margin-bottom: 15px;
}

.cart .cart-qty input {
  text-align: center;
}

.cart .cart-qty span {
  margin-right: 10px;
}

.cart .cart-table-foot {
  text-align: center;
}

.cart .checkout-types {
  float: right;
  text-align: right;
}

.cart .cart-collaterals {
  padding: 25px 0 0;
}

.cart .discount {
  overflow: hidden;
  text-align: center;
}

.cart .discount .buttons-set {
  padding-left: 0;
  padding: 20px 0 0;
}

.cart .discount .buttons-set button.button {
  float: none;
}

.cart .discount .discount-form button.button {
  margin-bottom: 5px;
  margin-right: 5px;
  clear: right;
}

.cart .discount-form label {
  display: block;
  font-size: 12px;
  line-height: 17px;
  color: #1f4173;
}

.cart .discount-form .buttons-set {
  margin: 0;
  clear: right;
  overflow: hidden;
  text-align: center;
}

.cart .discount-form .input-box input {
  width: 250px;
}

.cart input {
  text-align: left;
}

.cart .totals {
  overflow: hidden;
  padding: 0;
  border: 1px solid #e5e5e5;
}

.cart .totals table {
  width: 100%;
  font-size: 12px;
  color: #e5e5e5;
  margin-bottom: 0;
}

.cart .totals table tr {
  border-bottom: 1px solid #e5e5e5;
}

.cart .totals table td {
  padding: 7px 11px 7px 35px;
  font-size: 13px;
  line-height: 17px;
  color: #1f4173;
  text-transform: uppercase;
  vertical-align: middle;
  width: 50%;
}

.cart .totals table strong {
  font-weight: normal;
}

.cart .totals .price {
  font-size: 22px;
  line-height: normal;
  color: #1f4173;
  display: inline-block;
  padding: 0;
}

.cart .totals .checkout-types {
  text-align: center;
  float: none;
  padding: 15px 11px;
}

.cart .totals button.button>span {
  padding: 0 12px;
  height: 49px;
  line-height: 49px;
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='$petscripts-orange', endcolorstr='$petscripts-orange');
}

.cart .totals button.button:hover>span {
  color: white;
  background: #32b9c7;
}

.cart:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px;
}

.cart .title-buttons .checkout-types li button.button span {
  background: #ef4e49;
  border-radius: 0;
  padding: 0 12px;
  height: 31px;
  line-height: 30px;
}

.cart .page-title.title-buttons .checkout-types {
  padding-top: 53px;
  display: none;
}

.cart .col2-set h2 {
  font-size: 17px;
  line-height: 24px;
  color: #1f4173;
  text-transform: uppercase;
  margin: 0 0 15px;
}

#shopping-cart-table .product-image {
  display: inline-block;
}

#shopping-cart-table .cart-qty {
  margin-bottom: 0;
}

#shopping-cart-table .cart-qty span {
  display: none;
}

#shopping-cart-table .cart-qty input {
  border: 1px solid #e5e5e5;
  font-size: 12px;
  font-weight: bold;
}

#shopping-cart-table .cart-price {
  margin-bottom: 0;
}

#shopping-cart-table .cart-price strong {
  display: none;
}

#shopping-cart-table .cart-edit {
  margin-bottom: 0;
  display: none;
}

#shopping-cart-table .product-name {
  min-height: inherit;
}

.cart-table .price {
  font-weight: bold;
  color: #1f4173;
}

.cart-table tbody td {
  padding: 5px 20px;
}

.please-wait {
  float: right;
  margin-right: 5px;
}

.please-wait img {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}

.tool-tip {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  padding: 5px;
  position: absolute;
  z-index: 9999;
}

.tool-tip .btn-close {
  text-align: right;
}

.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 9px;
  height: 9px;
  background: url(https://www.petscripts.com.au/skin/frontend/default/petcareshop/images/btn_remove.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}

.tool-tip .tool-tip-content {
  padding: 5px;
}

#shipping-method-buttons-container {
  padding: 10px 0 0;
}

#shipping-method-buttons-container .back-link a {
  color: #1f4173;
}

#shipping-method-buttons-container .back-link a:hover {
  color: #ef4e49;
}

.block-progress {
  border: none;
  margin: 60px 0 0;
}

.block-progress dt {
  display: block;
  background: #1f4173;
  font-size: 13px;
  line-height: 17px;
  color: white;
  text-transform: none;
  margin-bottom: 10px;
  padding: 9px 10px 11px;
}

.block-progress dt:first-child {
  border-top: none;
}

.opc {
  position: relative;
}

.opc p {
  margin-bottom: 5px;
}

.opc .buttons-set {
  border: 0;
}

.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px;
  font-size: 12px;
  color: #1f4173;
}

.opc .step-title {
  padding: 4px 5px 6px;
  text-align: right;
}

.opc .step-title .number {
  float: left;
  background: #1f4173;
  font-size: 17px;
  line-height: 21px;
  color: white;
  text-align: center;
  margin-right: 8px;
  padding: 3px 0 0;
  height: 23px;
  width: 27px;
  border-radius: 13px;
}

.opc .step-title h2 {
  float: left;
  font-size: 14px;
  line-height: 17px;
  color: #e5e5e5;
  margin-bottom: 0;
  padding-top: 5px;
}

.opc .step-title a {
  display: none;
  float: right;
}

.opc .step-title:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.opc label {
  padding-bottom: 2px;
}

.opc .input-box {
  margin-bottom: 15px;
}

.opc .step {
  padding-top: 10px;
  position: relative;
}

.opc .step .tool-tip {
  right: 20px;
  top: 20px !important;
}

.opc .field {
  width: 334px;
}

.opc .field input {
  width: 314px;
}

.opc .name-lastname {
  width: 292px;
  float: left;
}

.opc .name-firstname {
  width: 334px;
}

.opc .name-firstname input {
  width: 314px;
}

.opc .form-list {
  margin: 10px 0;
}

.opc .form-list li.wide input.input-text {
  width: 649px;
}

.opc li.section {
  margin-bottom: 10px;
}

.opc .allow .step-title {
  cursor: pointer;
}

.opc .active .step-title {
  cursor: default;
  background: #1f4173;
}

.opc .active .step-title .number {
  background: white;
  color: #1f4173;
}

.opc .active .step-title h2 {
  font-size: 12px;
  line-height: 15px;
  padding-top: 7px;
  font-weight: bold;
  color: white;
}

.opc .fields input {
  width: 314px;
}

#co-shipping-form {
  border: 1px solid #e5e5e5;
  padding: 10px;
  display: block;
}

.window-overlay {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}

.my-account .pager {
  margin-bottom: 10px;
}

.my-account .box-head a {
  float: right;
}

.my-account .box-head h2 {
  text-transform: uppercase;
  color: #1f4173;
  font-weight: 400;
  margin-bottom: 5px;
}

.my-account .col2-set .col-1 {
  float: left;
  width: 47%;
}

.my-account .col2-set .col-2 {
  float: right;
  width: 47%;
}

.my-account .data-table {
  margin-bottom: 10px;
}

.my-account .data-table th {
  padding: 10px 12px;
}

.my-account .data-table td {
  padding: 10px 12px;
}

.my-account .data-table .price {
  display: inline;
}

.my-account #my-orders-table {
  margin-bottom: 10px;
}

.my-account #my-orders-table th {
  text-align: center;
}

.my-account #my-orders-table td.last {
  text-align: center;
}

.my-account .page-title button.button {
  margin-top: 10px;
}

.my-account #form-validate .fieldset {
  margin: 25px 0;
}

.my-account table tr td {
  vertical-align: middle;
}

.my-account .addresses-list ol li {
  padding-bottom: 15px;
}

.my-account .box .box-title {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 13px;
}

.my-account .box .box-title h3 {
  float: left;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #1f4173;
  font-weight: normal;
  margin-bottom: 5px;
}

.my-account .box .box-title a {
  float: right;
}

.my-account .fieldset .form-list .control {
  padding-top: 2em;
}

.cart-empty {
  padding: 0 10px;
  color: #e5e5e5;
}



.dashboard .welcome-msg .hello {
  margin-bottom: 10px;
}

.dashboard .col2-set {
  padding: 10px 0 15px;
}

.dashboard .box-title {
  width: 100%;
  overflow: hidden;
  margin: 10px 0 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 5px;
}

.dashboard .box-title h3 {
  float: left;
}

.dashboard .box-title a {
  float: right;
}

.dashboard .box-head {
  width: 100%;
  overflow: hidden;
  margin: 10px 0 0;
}

.dashboard .box-head h2 {
  float: left;
  font-size: 12px;
  line-height: 18px;
}

.dashboard .box-head a {
  float: right;
  margin-bottom: 10px;
  display: inline-block;
}

.dashboard .box-recent {
  margin: 10px 0;
}


.dashboard .box-info .col2-set {
  margin-bottom: 10px;
}

.dashboard .box-info a {
  display: inline-block;
  margin-bottom: 10px;
}

.dashboard .box-content h4 {
  font-size: 14px;
}

.dashboard .box .box-title:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.order-date {
  margin: 0;
}

.footer {
  position: relative;
}

.footer .block-subscribe {
  float: left;
  padding: 12px 0 16px;
  margin: 0;
  /* width: 100%; */
}

.footer p {
  text-align: right;
}

.footer address {
  /* color: #eeeeee; */
  text-align: left;
  border-top: 1px solid #e5e5e5;
  margin: 0 20px;
  max-width: 950px;
  padding: 5px 0 10px;
}

.footer h4 {
  color: #1f4173;
  position: relative;
  margin-bottom: 15px;
}

.footer:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.footer ul li {
  vertical-align: middle;
}

.footer ul li a {
  display: inline-block;
  color: #1f4173;
  text-decoration: none;
  font-size: 14px;
}

.footer ul li a:hover {
  color: #32b9c7;
}

.footer-container {
  max-width: 970px;
  padding-bottom: 10px;
  background: white;
  margin: 0 auto;
  margin-bottom: 40px;
  /* padding: 10px; */
  /* margin-top: 10px; */
}

.footer-cols-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 1em 0;
  /* max-width: 950px; */
}

.footer-col {
  float: left;
  color: #1f4173;
  margin-right: 0;
  padding-bottom: 10px;
  width: 189px;
  padding-left: 64px;
}

.footer-col.first {
  padding-left: 20px;
}

.footer-col.last {
  margin-right: 0;
  width: 170px;
}

.footer-col.contacts {
  line-height: 21px;
}

span.toggle {
  background: url(https://www.petscripts.com.au/skin/frontend/default/petcareshop/images/toogle-button.png) 0 -61px no-repeat;
  position: absolute;
  cursor: pointer;
  right: 20px;
  /* top: 0; */
  height: 13px;
  width: 13px;
}

span.opened {
  background-position: 0 0;
}

.contact-block {
  position: relative;
  overflow: hidden;
}

.contact-block h2 {
  float: none;
  background: none;
  border: none;
  border-bottom: 2px solid #e5e5e5;
  line-height: 21px;
  color: #32b9c7;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 7px;
}

.contact-left {
  width: 230px;
  float: right;
  margin-left: 20px;
  padding-bottom: 20px;
}

.contact-left h3 {
  line-height: 16px;
  color: #1f4173;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
}

.contact-left ul li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 17px;
  margin-bottom: 17px;
}

#contactForm {
  float: left;
  width: 690px;
}

#contactForm .fieldset {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

#contactForm .form-list .field {
  float: left;
  width: 235px;
}

#contactForm .form-list .field.last {
  float: left;
  width: 219px;
}

#contactForm .form-list li {
  padding-bottom: 10px;
}

#contactForm .form-list li.wide textarea {
  width: 682px;
  resize: none;
}

#contactForm .form-list input.input-text {
  width: 213px;
}

#contactForm .buttons-set {
  margin: 0;
  padding: 0;
}

#contactForm .buttons-set button.button {
  float: left;
}

#contactForm .buttons-set p.required {
  color: #ef4e49;
  font-size: 12px;
  margin: 0;
  float: left;
  padding-left: 15px;
  padding-top: 5px;
}

.container {
  position: relative;
  width: 321px;
  height: 95px;
  overflow: hidden;
}

#nav:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

#nav>li>a:hover {
  color: white;
  background-color: #32b9c7;
}

#nav>li>a:hover span {
  color: white;
}

#nav>li.active>a span {
  color: white;
}

.block-white-box {
  margin: 10px;
  background-color: white;
  padding: 5px;
}

.cart_name {
  vertical-align: middle;
  width: 50%;
}

.cart_price {
  vertical-align: middle;
  text-align: center;
  width: 10%;
}

.cart_qty {
  vertical-align: middle;
  text-align: center;
  width: 10%;
}

.cart_subtotal {
  vertical-align: middle;
  text-align: center;
  width: 10%;
}

#shopping-cart-totals-table .a-left {
  padding-left: 35px;
}

#shopping-cart-totals-table .a-right {
  padding-right: 35px;
}

.cart-table-foot {
  margin-top: 20px;
}

.cart-table-foot button.button>span {
  background: #32b9c7;
}

.cart-table-foot button.button>span:hover {
  background: #1f4173;
}

.cart-table-body {
  padding-bottom: 2em;
}


#checkout-step-shipping_method {
  padding: 20px;
  border: 1px solid #e5e5e5;
}

#checkout-step-payment {
  padding: 20px;
  border: 1px solid #e5e5e5;
}

.aboutUs p.normalP {
  padding: 10px;
}

.aboutUs ul.bullets {
  margin: 10px;
  list-style: disc outside;
  padding-left: 1.5em;
}

.aboutUs li.bulletItem {
  margin-bottom: 1em;
}


.sf-menu {
  display: block;
  font-size: 13px;
  line-height: 17px;
  margin: 0 auto;
}

.sf-menu li {
  float: left;
  text-align: left;
  position: relative;
  border-right: 1px solid white;
  z-index: 99;
  background-color: #1f4173;
}

.sf-menu li a {
  text-decoration: none;
  display: block;
  color: gray;
  position: relative;
}

.sf-menu li a:hover {
  text-decoration: none;
}

.sf-menu li.last {
  border-right: none;
}

.sf-menu li li {
  float: none;
  border-right: none;
  position: relative;
  padding: 3px 20px;
  background: white;
}

.sf-menu li li.last {
  border-bottom: none;
}

.sf-menu li li:hover {
  float: none;
  border-right: none;
  position: relative;
  padding: 3px 20px;
  background: white;
  background-color: #32b9c7;
}

.sf-menu li li a {
  background: 0 0;
  font-size: 14px;
  line-height: 15px;
  color: gray;
  padding: 0;
  display: inline-block;
  zoom: 1;
  width: 100%;
}

.sf-menu li li>a:hover {
  color: white;
}

.sf-menu li ul a span {
  white-space: normal;
}

.sf-menu li.active li a {
  background: 0 0;
  font-size: 14px;
  line-height: 15px;
  /* color: #e5e5e5; */
  padding: 0;
  display: inline-block;
  zoom: 1;
  width: 100%;
}

.sf-menu li:hover ul {
  left: -1px;
  top: 44px;
}

.sf-menu ul {
  position: absolute;
  top: -999em;
  z-index: 99;
  width: 192px;
  display: none;
  /* background: #bf905b; */
  border: 1px solid #e5e5e5;
}

.sf-menu ul ul {
  position: absolute;
  top: -999em;
  z-index: 99;
  width: 192px;
}

.sf-menu>li>a>span {
  display: block;
  line-height: 20px;
  white-space: nowrap;
  padding: 12px 20px 12px 18px;
  cursor: pointer;
  font-size: 24px;
  color: white;
  font-weight: 700;
}



.xpl-home-slider-wrapper {
  position: relative;
  width: 100%;
}

.xpl-home-slider-wrapper:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.xpl-home-slider-wrapper .block .block-title {
  padding: 20px 0 0 20px;
}

.xpl-slide-quickfind {
  float: left;
  width: 200px;
  margin: 10px 0 0;
  padding-bottom: 0;
}

.xpl-slide-image {
  float: right;
  width: 759px;
}

::selection {
  color: white;
  background: #32b9c7;
}

::-moz-selection {
  color: white;
  background: #32b9c7;
}

#order-attachments-wrapper {
  padding: .5em;
}

.footersignup {
  margin-bottom: 0;
  width: 173px;
  background: 0 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  color: #8a8989;
  display: block;
  position: relative;
  z-index: 9;
  border: 3px solid #1f4173;
  border-radius: 3px 3px 0 0;
  float: left;
}

.footersignupbtn {
  float: left;
  font-size: 16px;
  line-height: 37px;
  color: white;
  text-align: center;
  white-space: nowrap;
  width: 189px;
  background-color: #1f4173;
  border-bottom: 4px solid #ef4e49;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  -webkit-appearance: none;
}

.footersignupbtn:hover {
  border-bottom: 4px solid #32b9c7;
}

.home-site-sprite {
  display: inline-block;
  background: url(/skin/frontend/default/petcareshop/images/ps-site-sprite.png) no-repeat;
  vertical-align: middle;
  background-position: -297px 0;
  height: 36px;
  width: 44px;
  margin-left: 10px;
}

.cart-site-sprite {
  display: inline-block;
  background: url(/skin/frontend/default/petcareshop/images/ps-site-sprite.png) no-repeat;
  vertical-align: middle;
  background-position: -340px 0;
  height: 29px;
  width: 39px;
}

.cart-site-sprite:hover {
  background-position: -378px 0;
  height: 29px;
  width: 39px;
}

.footerlogo-site-sprite {
  display: inline-block;
  background: url(/skin/frontend/default/petcareshop/images/ps-site-sprite.png) no-repeat;
  vertical-align: middle;
  background-position: -451px 0;
  height: 40px;
  width: 189px;
}

.recentlyviewed-site-sprite {
  display: inline-block;
  background: url(/skin/frontend/default/petcareshop/images/ps-site-sprite.png) no-repeat;
  vertical-align: middle;
  background-position: -693px 0;
  height: 24px;
  width: 141px;
}

.mycart-site-sprite {
  display: inline-block;
  background: url(/skin/frontend/default/petcareshop/images/ps-site-sprite.png) no-repeat;
  vertical-align: middle;
  background-position: -693px -23px;
  height: 29px;
  width: 87px;
}

.rx-site-sprite {
  display: inline-block;
  background: url(/skin/frontend/default/petcareshop/images/ps-site-sprite.png) no-repeat;
  vertical-align: middle;
  background-position: 0 -65px;
  height: 112px;
  width: 112px;
}

.list-site-sprite {
  display: inline-block;
  background: url(/skin/frontend/default/petcareshop/images/ps-site-sprite.png) no-repeat;
  vertical-align: middle;
  background-position: -111px -65px;
  height: 112px;
  width: 112px;
}

.order-site-sprite {
  display: inline-block;
  background: url(/skin/frontend/default/petcareshop/images/ps-site-sprite.png) no-repeat;
  vertical-align: middle;
  background-position: -222px -65px;
  height: 112px;
  width: 112px;
}

.looking-site-sprite {
  display: inline-block;
  background: url(/skin/frontend/default/petcareshop/images/ps-site-sprite.png) no-repeat;
  vertical-align: middle;
  background-position: -333px -65px;
  height: 112px;
  width: 112px;
}

.mobilehero-site-sprite {
  display: inline-block;
  background: url(/skin/frontend/default/petcareshop/images/ps-site-sprite.png) no-repeat;
  vertical-align: middle;
  background-position: -444px -65px;
  height: 112px;
  width: 112px;
}

.shipping-site-sprite {
  display: inline-block;
  background: url(/skin/frontend/default/petcareshop/images/ps-site-sprite.png) no-repeat;
  vertical-align: middle;
  background-position: 0 -176px;
  height: 62px;
  width: 184px;
}

.visa-site-sprite {
  display: inline-block;
  background: url(/skin/frontend/default/petcareshop/images/ps-site-sprite.png) no-repeat;
  vertical-align: middle;
  background-position: -183px -176px;
  height: 17px;
  width: 50px;
}

.mastercard-site-sprite {
  display: inline-block;
  background: url(/skin/frontend/default/petcareshop/images/ps-site-sprite.png) no-repeat;
  vertical-align: middle;
  background-position: -232px -176px;
  height: 44px;
  width: 66px;
}

.paypal-site-sprite {
  display: inline-block;
  background: url(/skin/frontend/default/petcareshop/images/ps-site-sprite.png) no-repeat;
  vertical-align: middle;
  background-position: -297px -176px;
  height: 20px;
  width: 67px;
}

.secure-site-sprite {
  display: inline-block;
  background: url(/skin/frontend/default/petcareshop/images/ps-site-sprite.png) no-repeat;
  vertical-align: middle;
  background-position: -363px -176px;
  height: 44px;
  width: 67px;
}

.dispatch-site-sprite {
  display: inline-block;
  background: url(/skin/frontend/default/petcareshop/images/ps-site-sprite.png) no-repeat;
  vertical-align: middle;
  background-position: -429px -176px;
  height: 62px;
  width: 193px;
}

.hero-site-sprite {
  display: inline-block;
  background: url(/skin/frontend/default/petcareshop/images/ps-site-sprite.png) no-repeat;
  vertical-align: middle;
  background-position: 0 -237px;
  height: 482px;
  width: 759px;
}

.comments-site-sprite {
  display: inline-block;
  background: url(/skin/frontend/default/petcareshop/images/ps-site-sprite.png) no-repeat;
  vertical-align: middle;
  background-position: -640px 0;
  height: 43px;
  width: 54px;
}

.zippay-site-sprite {
    display: inline-block;
    background: url(/skin/frontend/default/petcareshop/images/ps-site-sprite.png) no-repeat;
    vertical-align: middle;
    background-position: -621px -176px;
    height: 24px;
    width: 248px;
}

.grey-bg {
  padding: 15px;
  background-color: #e5e5e5;
  border-radius: 15px 15px 15px 0;
  text-align: left;
}

.blue-bg {
  padding: 15px;
  background-color: #32b9c7;
  border-radius: 15px 15px 0 15px;
  text-align: left;
  color: white;
}

.nav-container {
  position: relative;
  z-index: 2;
  background: #1f4173;
  padding-top: 10px;
}
  dl.sp-methods dt{font-weight: bold;
  color:#1f4173}
  dl.sp-methods ul > li {padding: .5em 0;}
   dl#checkout-payment-method-load dt {
    padding: 10px 0;
}
li.control.save_in_address {
    margin-bottom: 1em;
}

span.instructions {font-style: italic;}
  li.fields.phone {
    margin-top: 1em;
  }
.checkout-agreements p.agree{ color:#1f4173; font-weight: bold; margin-top: 1em;}
[data-column="Grand Total"] {
    background-color: #32b9c7!important;
    color: white;
}
.agreement-content {
    margin-top: 2em;
}
#menu-icon {
  display: none;
}

.my-cart-link {
  padding: 10px 20px 4px 18px !important;
}

.xpl-menu {
  font-size: 14px;
  line-height: 17px;
  margin: -44px auto 10px;
  background-color: white;
}

.xpl-menu>li>a>span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #1f4173;
  cursor: pointer;
  white-space: nowrap;
  padding: 12px 15px 11px 13px;
  font-weight: 600;
}

.xpl-menu>li>a:hover span {
  color: white !important;
}

.xpl-menu>li:hover {
  background-color: #1f4173;
}

.xpl-menu li {
  float: left;
  text-align: left;
  position: relative;
  border: 1px solid #ffffff;
  z-index: 99;
  background-color: #ffffff;
}

.col1-layout .col-main {
  float: none;
  width: auto;
}

p.required {
  font-size: 10px;
  text-align: right;
  color: red;
}

.links li {
  display: inline;
  padding-left: 12px;
}

.links li.last {
  padding-bottom: 0;
}

.links li a {
  text-decoration: none;
}

.links li a:hover {
  color: #1f4173;
}

.products-grid .product-name a {
  display: inline-block;
  /* font-size: 12px; */
  line-height: 17px;
  text-decoration: none;
}

.price-box .price {
  font-weight: bold;
}

.regular-price .price {
  /* font-weight: normal; */
  line-height: 22px;
  /* color: #e5e5e5; */
}

.send-friend .buttons-set button.button {
  margin-left: 10px;
}

.checkout-types li {
  padding-top: 15px;
}

.checkout-types li:first-child {
  padding-top: 0;
}

#co-billing-form>fieldset {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.col-1.addresses-primary h2 {
  text-transform: uppercase;
  font-weight: normal;
  color: #1f4173;
  border-bottom: 2px solid;
}

.col-1.addresses-primary h3 {
  /* font-weight: normal; */
  color: #1f4173;
  /* padding: 1em 0 0; */
}

.col-2.addresses-additional h2 {
  text-transform: uppercase;
  font-weight: normal;
  color: #1f4173;
  margin: 0 0 1em 0;
  border-bottom: 2px solid;
}

.contacts-index-index .page-title h1 {
  padding-bottom: 10px;
}

.footer-trust li {
  display: inline-block;
  padding-right: 40px;
}

.footer-trust li:last-child {
  padding-right: 0;
}

.header-container:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.box-account .box-head:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.cart-collaterals:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.input-box:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.short-description h2 {
  font-size: 16px;
  color: #1f4173;
  font-style: font-normal;
  /* padding: 0; */
  /* margin-top: 1em; */
}

.qty-block input.input-text {
  border: none;
}

.discount-form button.button>span {
  background: #1f4173;
}

.discount-form button.button>span:hover {
  background: #32b9c7;
}

.product-control-buttons .btn-edit {
  display: none;
}

.level0.nav-1.first.home.level-top {
  width: 68px;
  height: 44px;
}

#checkoutSteps button.button span span {
  font-size: 16px;
}

.quickfind .block-title strong span {
  color: white;
}

.cms-home .wrapper {
  padding-bottom: 5px;
}

#mobileProductMenuWrapper>li>a>span {
  display: block;
  font-size: 24px;
  line-height: 20px;
  color: white;
  cursor: pointer;
  white-space: nowrap;
  padding: 12px 20px 12px 18px;
  font-weight: bold;
}

.border-link {
  border-top: 2px solid #ddd;
  padding: 1.2em;
  font-size: 1.2em;
  width: 100%;
}
   .sales-order-view .box-title  h2{    color: #32b9c7}
.sales-order-view .my-account .box .box-title  {border:none;}

.sales-order-view .box-content { border: 1px solid #e5e5e5;
    padding: 1em;
    margin: 0 0 1em 0;
}
.col-1.addresses-primary h2 {
    color: #1f4173;
    margin-bottom: 1em;
}.col-1.addresses-primary h3 {
 margin-top:0;
    color: #32b9c7;
}


.customer-address-index li.item{border:1px solid #e5e5e5;padding:1em;margin-bottom: 1em;}
@media only screen and (min-width: 777px){
  button#save-attachments-btn {
    position: absolute;
    left: 170px;
}
}
@media only screen and (max-width: 776px) {

.customer-address-index .my-account {
    width: calc(100% - 25px);
}
.sales-order-view .order-info-box{ width:calc(100% - 25px)}
  .footer-container {
    padding: 0;
  }
  .footer-container .container_24 {
    padding: 20px 0;
    width: auto;
  }
  .footer-col.first {
    padding-left: 0;
  }
  .footer-col.last {
    width: 96%;
    /* float: none; */
    margin: 0 auto;
  }
  .main {
    width: 100%;
    padding: 0 15px;
    /* margin-left: -15px; */
  }

  .step.a-item{
    margin-left: 15px;
    width: calc( 100% - 30px);
  }
  #checkout-step-payment{
    margin-top:10px;
  }
  #checkout-step-shipping_method.step.a-item,#checkout-step-payment.step.a-item{
    width: calc( 100% - 45px);
  }
  .buttons-set button.button {
    padding-right: 10px;
  }
  .checkout-cart-index .main,  .checkout-onepage-index .main{
    margin-left: -15px;
  }
  .main .wrapper {
    padding: 0;
  }
  .xpl-menu {
    width: 470px;
    float: left;
    display: block;
  }
  .xpl-menu>li>a>span {
    padding-right: 17px !important;
    padding-left: 16px !important;
    line-height: 18px !important;
  }
  .my-cart-link {
    padding-top: 8px !important;
    padding-bottom: 4px !important;
  }
  .block .block-title {
    padding: 0;
  }
  .block .block-subtitle {
    font-size: 16px;
    line-height: 20px;
    color: #1f4173;
    font-weight: bold;
  }
  #recently-viewed-items {
    padding-left: 2.7em;
  }
  #recently-viewed-items .product-name {
    min-height: 0 !important;
  }
  .block-cart {
    background: white;
  }
  .block-cart .subtotal {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .block-cart .amount {
    text-align: left;
  }
  .block-cart .summary {
    padding-left: 2.7em;
  }
  .block-compare {
    background: white;
  }
  .block-viewed {
    background: white;
  }
  .block-reorder {
    background: white;
  }
  .block-layered-nav {
    background: white;
    display: none;
  }
  .block-layered-nav dd {
    padding: 0 0 0 2.7em;
  }
  .block-layered-nav dd li a {
    color: #e5e5e5;
  }
  .block-account {
    background: white;
  }
  .block-account ul li a {
    color: #e5e5e5;
  }
  .block-account ul li.current strong {
    color: #1f4173;
  }
  .block-white-box {
    margin: 0;
    padding: 0;
  }
  #cart-sidebar {
    padding-top: 2em;
    padding-left: 1.3em;
  }
  #cart-sidebar-reorder {
    padding-left: 2.7em;
  }
  .category-products {
    margin-left: 0;
  }
  .category-description {
    display: none;
  }
  .product-view .box-description h2 {
    color: white;
    background: #1f4173;
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
  }
  .product-view .box-additional h2 {
    color: white;
    background: #1f4173;
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
    line-height: 1em;
  }
  .padding-l {
    border-bottom: 1px solid #e5e5e5;
  }
  .showMobile {
    display: inline !important;
  }
  .showDesktop {
    display: none !important;
  }
  .mobileCart {
    width: 100%;
    text-align: center;
    padding-top: .8em;
  }
  .header {
    height: 100px;
  }
  .wrapper-padding {
    padding: 15px;
  }
  .level0.nav-1.first.home.level-top {
    display: none;
  }
  .mini-products-list .product-name {
    width: auto !important;
  }
  .col-left .block-title {
    text-align: left;
  }
  
  .page-title h1 {
    font-size: 28px;
  }
  .cart-table td.cart_image {
    display: none;
  }
  .cart-table td.cart_subtotal {
    display: none;
  }
  .cart-collaterals .wrapper {
    padding: 0;
  }
  .customer-account-create  .form-list .input-box{
    clear:none;
    width:unset;
    float:left;
  }
  .customer-account-create .fieldset h2.legend{
    display: none;
  }
  dl#checkout-payment-method-load dt {
    padding: 10px 0;
}

#my-orders-table thead {
    display: block;
    border: none;
  }
#my-orders-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
#my-orders-table tbody {
    display: block;
    border: none;
  }
#my-orders-table tfoot {
    display: block;
    border: none;
    margin-top: 0.5em;
    z-index: -1;
  }
#my-orders-table tfoot tr {
    border-color: white;
  }
#my-orders-table th {
    display: block;
    border: none;
  }
#my-orders-table td {
    display: block;
    border: none;
    position: relative;
    border: none !important;
    text-align: center !important;
  }
#my-orders-table td:nth-of-type(even) {
    background: white;
  }
#my-orders-table td:nth-of-type(odd) {
    background: #eeeeee;
  }
#my-orders-table td:before {
    position: absolute;
    left: 6px;
    padding-right: 10px;
    color: black;
    font-weight: bold;
    white-space: nowrap;
    content: attr(data-column);
  }
#my-orders-table tr {
    display: block;
    border: none;
    border-bottom: 0.1em solid #1f4173;
  }
#my-orders-table .no-display {
    display: none;
  }
#my-orders-table input {
    float: right;
    margin-top: 2em;
  }
#my-orders-table textarea {
    float: right;
    margin-top: 2em;
  }
#my-orders-table .cell-comment {
    margin-bottom: 30px;
  }
  table#my-orders-table tfoot tr > td.a-left {
    display: none;
}
#my-orders-table.data-table td{padding: 10px 5px}

#my-orders-table.data-table td > .product-name{min-height:unset;width: 50%;text-align: right;display: inline-block;/* float: right; *//* height: 1em; */}
#my-orders-table [data-column]{text-align: right!important;}
#my-orders-table [data-column="Grand Total"]:before {
    background-color: #32b9c7!important;
    color: white;
}
#my-orders-table{width:calc(100% - 25px )}
[data-notshow] {
    display: none!important;
}

h2.table-caption {
    color: #32b9c7;
    margin-bottom: 1em;
}
#my-creditcards-table table {
    width: calc(100% - 25px);
    padding-bottom: 1em;
    background: none;
    z-index: -1;
    display: block;
    border: none;
  }
#my-creditcards-table thead, #order_attachments_grid tbody, #order_attachments_grid tfoot, #order_attachments_grid th, #order_attachments_grid td, #order_attachments_grid tr {
    display: block;
    border: none;
  }
#my-creditcards-table thead tr, #order_attachments_grid tfoot th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
#my-creditcards-table tr {
    border-bottom: 0.1em solid #5e53a2;
  }
#my-creditcards-table tfoot tr {
    border-color: white;
  }
#my-creditcards-table td {
    position: relative;
    min-height: 3em;
    /* Behave  like a "row" */
    border: none !important;
    text-align: center !important;
  }
#my-creditcards-table td.product a {
    padding-left: 40%;
    float: right;
    text-align: right;
  }
#my-creditcards-table td.image {
    display: none;
  }
#my-creditcards-table td.image img {
    width: 85px;
    height: 85px;
    float: right;
  }
#my-creditcards-table td:nth-of-type(even) {
    background: #fff;
  }
#my-creditcards-table td:nth-of-type(odd) {
    background: #eee;
  }
#my-creditcards-table .inputForm td:nth-of-type(even), #order_attachments_grid .inputForm td:nth-of-type(odd) {
    background: #fff;
  }
#my-creditcards-table .inputForm tr {
    border: none;
  }
#my-creditcards-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    /*top: 6px;*/
    left: 6px;
    /*width: 45%;*/
    padding-right: 10px;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);
  }
#my-creditcards-table #searchfooter input.text {
    width: 80%;
  }
#my-creditcards-table .mobile_row_basket span {
    float: right;
    color: #5e53a2;
    font-weight: bold !important;
    line-height: 1em;
  }
#my-creditcards-table tfoot {
    margin-top: 0.5em;
    z-index: -1;
  }
#my-creditcards-table .no-display {
    display:none;
    }
#my-creditcards-table input, #order_attachments_grid textarea { float:right;}
#my-creditcards-table .cell-comment{margin-bottom:30px}#my-creditcards-table table {
    width: 100%;
    padding-bottom: 1em;
    background: none;
    z-index: -1;
    display: block;
    border: none;
  }
#my-creditcards-table thead, #order_attachments_grid tbody, #order_attachments_grid tfoot, #order_attachments_grid th, #order_attachments_grid td, #order_attachments_grid tr {
    display: block;
    border: none;
  }
#my-creditcards-table thead tr, #order_attachments_grid tfoot th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
#my-creditcards-table tr {
    border-bottom: 0.1em solid #5e53a2;
  }
#my-creditcards-table tfoot tr {
    border-color: white;
  }
  #my-creditcards-table [data-column] {text-align:right!importantt}
#my-creditcards-table td {
    position: relative;
    min-height: 3em;
    /* Behave  like a "row" */
    border: none !important;
    text-align: center !important;
  }
#my-creditcards-table td.product a {
    padding-left: 40%;
    float: right;
    text-align: right;
  }
#my-creditcards-table td.image {
    display: none;
  }
#my-creditcards-table td.image img {
    width: 85px;
    height: 85px;
    float: right;
  }
#my-creditcards-table td:nth-of-type(even) {
    background: #fff;
  }
#my-creditcards-table td:nth-of-type(odd) {
    background: #eee;
  }
#my-creditcards-table .inputForm td:nth-of-type(even), #order_attachments_grid .inputForm td:nth-of-type(odd) {
    background: #fff;
  }
#my-creditcards-table .inputForm tr {
    border: none;
  }
#my-creditcards-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    /*top: 6px;*/
    left: 6px;
    /*width: 45%;*/
    padding-right: 10px;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);
  }
#my-creditcards-table #searchfooter input.text {
    width: 80%;
  }
#my-creditcards-table .mobile_row_basket span {
    float: right;
    color: #5e53a2;
    font-weight: bold !important;
    line-height: 1em;
  }
#my-creditcards-table tfoot {
    margin-top: 0.5em;
    z-index: -1;
  }
#my-creditcards-table .no-display {
    display:none;
    }
#my-creditcards-table input, #order_attachments_grid textarea { float:right;}
#my-creditcards-table .cell-comment{margin-bottom:30px}

table#my-creditcards-table  {
    width: calc(100% - 25px);
}
table#my-creditcards-table [data-column]  {
    text-align:right!important;
}
  #Redpanda {margin-left: -15px;max-width: 100%;}
  #Redpanda thead {
    display: block;
    border: none;
  }
  #Redpanda thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #Redpanda tbody {
    display: block;
    border: none;
  }
  #Redpanda tfoot {
    display: block;
    border: none;
    margin-top: 0.5em;
    z-index: -1;
  }
  #Redpanda tfoot tr {
    border-color: white;
  }
  #Redpanda th {
    display: block;
    border: none;
  }
  #RedPanda label.fileContainer {
  
    color: #1f4173!important;
        
 
    font-weight: bold;
}
  #Redpanda td {
    display: block;
    border: none;
    position: relative;
    /* min-height: 3em; */
    border: none !important;
    text-align: center !important;
  }
  #Redpanda td:nth-of-type(even) {
    background: white;
  }
  #Redpanda td:nth-of-type(odd) {
    background: #eeeeee;
  }
  #Redpanda td:before {
    position: absolute;
    left: 6px;
    padding-right: 10px;
    color: black;
    font-weight: bold;
    white-space: nowrap;
    content: attr(data-column);
  }
  #Redpanda tr {
    display: block;
    border: none;
    border-bottom: 0.1em solid #1f4173;
  }
  #Redpanda .no-display {
    display: none;
  }
  #Redpanda input {
    float: right;
    margin-top: 2em;
  }
  .cell-comment textarea{width: 87%!important;}
  #Redpanda textarea {
    /* float: left; */
    margin-top: -1em;
    margin-left: -4.7em;
    /* width: calc(100% + 1.7em); */
  }
  #Redpanda .cell-comment {
    margin-bottom: 29px;
  }
  #Redpanda [data-column="Remove"]{ height:2em;}

#Redpanda [data-column="Remove"] input{  height:2em;float:left; margin-top:-.3em; margin-left:4em}

  #checkout-review-table thead {
    display: block;
    border: none;
  }
  #checkout-review-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #checkout-review-table tbody {
    display: block;
    border: none;
  }
  #checkout-review-table tfoot {
    display: block;
    border: none;
    margin-top: 0.5em;
    z-index: -1;
  }
  #checkout-review-table tfoot tr {
    border-color: white;
  }
  #checkout-review-table th {
    display: block;
    border: none;
  }
  #checkout-review-table td {
    display: block;
    border: none;
    position: relative;
    border: none !important;
    text-align: center !important;
  }
  #checkout-review-table td:nth-of-type(even) {
    background: white;
  }
  #checkout-review-table td:nth-of-type(odd) {
    background: #eeeeee;
  }
  #checkout-review-table td:before {
    position: absolute;
    left: 6px;
    padding-right: 10px;
    color: black;
    font-weight: bold;
    white-space: nowrap;
    content: attr(data-column);
  }
  #checkout-review-table tr {
    display: block;
    border: none;
    border-bottom: 0.1em solid #1f4173;
  }
  #checkout-review-table .no-display {
    display: none;
  }
  #checkout-review-table input {
    float: right;
    margin-top: 2em;
  }
  #checkout-review-table textarea {
    float: right;
    margin-top: 2em;
  }
  #checkout-review-table .cell-comment {
    margin-bottom: 30px;
  }
  table#checkout-review-table tfoot tr > td.a-left {
    display: none;
}
#checkout-review-table.data-table td{padding: 10px 5px}

#checkout-review-table.data-table td > .product-name{min-height:unset;width: 50%;text-align: right;display: inline-block;/* float: right; *//* height: 1em; */}
#checkout-review-table [data-column]{text-align: right!important;}

#checkout-review-table [data-column="Grand Total"]:before {
    background-color: #32b9c7!important;
    color: white;
}
#checkout-review-table-wrapper{margin-bottom:1em;}
#manage-attachments-container{
    width:calc(100% - 25px)
}
#manage-attachments-container #order_attachments_grid textarea.input-text{
    margin-top: -1em;
    height: 2em;
}


  #order_attachments_grid table {
    width: 100%;
    padding-bottom: 1em;
    background: none;
    z-index: -1;
    display: block;
    border: none;
  }
  #order_attachments_grid thead, #order_attachments_grid tbody, #order_attachments_grid tfoot, #order_attachments_grid th, #order_attachments_grid td, #order_attachments_grid tr {
    display: block;
    border: none;
  }
  #order_attachments_grid thead tr, #order_attachments_grid tfoot th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #order_attachments_grid tr {
    border-bottom: 0.1em solid #5e53a2;
  }
  #order_attachments_grid tfoot tr {
    border-color: white;
  }
  input[type=file] {
    /* display: none; */
    /* position: fixed; */
    /* top: 0; */
    /* z-index: -1000; */
    margin-top: 2em;
    width: 100%;
}
[data-column="File Link"]{height: 4em;}
  #order_attachments_grid td {
    position: relative;
    /* min-height: 3em; */
    /* Behave  like a "row" */
    border: none !important;
    text-align: center !important;
  }
  #order_attachments_grid td.product a {
    padding-left: 40%;
    float: right;
    text-align: right;
  }
  #order_attachments_grid td.image {
    display: none;
  }
  #order_attachments_grid td.image img {
    width: 85px;
    height: 85px;
    float: right;
  }
  #order_attachments_grid td:nth-of-type(even) {
    background: #fff;
  }
  #order_attachments_grid td:nth-of-type(odd) {
    background: #eee;
  }
  [data-column="Remove"]{height:1em;padding: 1em;}
  #order_attachments_grid .inputForm td:nth-of-type(even), #order_attachments_grid .inputForm td:nth-of-type(odd) {
    background: #fff;
  }
  #order_attachments_grid .inputForm tr {
    border: none;
  }
  #order_attachments_grid td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    /*top: 6px;*/
    left: 6px;
    /*width: 45%;*/
    padding-right: 10px;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);
  }
  #order_attachments_grid #searchfooter input.text {
    width: 80%;
  }
  #order_attachments_grid .mobile_row_basket span {
    float: right;
    color: #5e53a2;
    font-weight: bold !important;
    line-height: 1em;
  }
  #order_attachments_grid tfoot {
    margin-top: 0.5em;
    z-index: -1;
  }
  #order_attachments_grid .no-display {
    display:none;
    }
  #order_attachments_grid input, #order_attachments_grid textarea { float:right;}
  #order_attachments_grid .cell-comment{margin-bottom:30px}
  

#order_attachments_grid textarea.input-text {margin-top: 2em;}
.form-list li{/* width: calc( 100% - 50px ); */width: 97%;}
td.cell-comment {
    height: 3em;
  }
li.control.save_in_address{
  margin-top:1em;
}

  .container_24 {
    width: 100% !important;
  }
  .container_24 .grid_6 {
    width: 310px;
  }
  .container_24 .grid_8 {
    width: 310px;
  }
  .container_24 .grid_16 {
    width: 310px;
  }
  .container_24 .grid_18 {
    width: 310px;
  }
  .grid_6 {
    margin: 0;
  }
  .grid_8 {
    margin: 0;
  }
  .grid_16 {
    margin: 0;
  }
  .grid_18 {
    margin: 0;
  }
  .grid_24 {
    margin: 0;
  }
  .page {
    padding-top: 0;
  }
  .header {
    margin: 0 -5px;
    padding: 0 5px;
  }
  .header .logo {
    margin-top: 0;
    width:100%
  }
  .header .logo img{
    text-align: center;
    display: inline-block
  }
  .header #search_mini_form {
    margin: 0 auto;
    padding: 20px 0;
    width: 407px;
    display: block;
    float: none;
  }
  .header #search_mini_form:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
  }
  .header .form-search {
    position: relative;
    bottom: 0;
  }
  .header .form-search .input-text {
    font-size: 14px;
    line-height: 17px;
    width: 227px;
    padding-top: 12px;
    padding-bottom: 13px;
  }
  .header .form-search button.button>span {
    height: 43px;
    line-height: 43px;
  }
  .header .form-search button.button>span span {
    background: 0 0;
  }
  .header .header-buttons {
    float: none;
    margin-top: 10px;
  }
  .checkout-cart-index .title-buttons,  .checkout-onepage-index .page-title{
    margin-left: 15px;
    margin-top: 10px
  }
  .title-buttons {
    text-align: left;
  }
  .title-buttons h1 {
    float: none;
  }
  .toolbar {
    margin-bottom: 20px;
  }
  .toolbar .pager {
    padding: 0 18px 18px 0;
  }
 
  .toolbar .pager .pages {
    /* float: right; */
    margin: 0;
    /* margin-top: 1em; */
  }
  .toolbar .pager .pages strong {
    display: none;
  }
  .toolbar .pager .amount {
    padding: 0;
  }
  .toolbar .sorter {
    display: none;
  }
  .pager .pages {
    /* clear: both; */
    margin: 0;
    /* text-align: right; */
  }
  .pager .pages li {
    /* font-size: 14px; */
    line-height: 17px;
    /* font-weight: 400; */
    margin-right: 10px;
  }
 
  .breadcrumbs {
    width: 100%;
    /* float: left; */
    margin-left: -15px;
  }
  .indent-sw1 {
    margin-bottom: 20px;
  }
  #shopping-cart-table {
    display: block;
    width: 100%;
  }
  #shopping-cart-table .product-image img {
    height: 70px;
    width: 70px;
  }
  .products-grid {
    /* margin-bottom: 0 !important; */
    width: 90%;
    /* display: inline-flex; */
    /* text-align: center; */
  }
  .products-grid .add-to-links {
    display: none;
  }
  .products-grid .product-image {
    /* float: left; */
    margin: 0;
    height: 90px;
    width: 90px;
  }
  .products-grid img {
    height: 90px;
    width: 90px;
  }
  .products-grid li.item {
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    position: relative;
    /* margin: 0 0 20px; */
    /* width: 300px; */
  }
  .products-grid button.button {
    margin-bottom: 1em
  }
  .products-grid button.button>span {
    height: 43px;
  }
  .products-grid button.button span span {
    padding: 9px 19px;
  }
  .category-title {
    margin-bottom: 16px;
  }
  .page-title {
    margin-bottom: 16px;
    margin-top: 15px;
  }
  .product-view {
    margin-bottom: 5px;
  }
  .product-view .product-shop {
    float: right;
    /* width: 90%; */
    margin: 0 auto;
  }
  .product-view .product-shop .add-to-links {
    border-bottom: none;
    padding-bottom: 0;
  }
  .product-view h2 {
    font-size: 26px;
  }
  .product-view .product-img-box {
    float: none;
    margin-bottom: 10px;
    /* width: 310px; */
  }
  .product-view .product-img-box .product-image {
    width: 308px;
  }
  .product-view .price-box {
    float: none !important;
    display: block !important;
    margin: 0 0 10px;
    overflow: hidden !important;
  }
  .product-view .row-product {
    padding-top: 0;
  }

  .product-view .box-description .std {
    padding: 0 15px;
  }
  .product-collateral {
    float: left;
    width: 100%;
    /* margin: 0; */
    margin-left: -9px;
    /* margin: 0 auto; */
  }
  .product-collateral .box-collateral {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  .product-collateral .box-collateral h2 span.toggle {
    background-image: url(https://www.petscripts.com.au/skin/frontend/default/petcareshop/images/toogle-button2.png);
    top: 20px;
    height: 10px;
    width: 10px;
  }
  .add-to-cart .qty-block {
    padding-top: 0;
  }
  .add-to-cart .qty {
    padding: 5px 0 0;
    background-color: transparent;
  }
  .add-to-cart button.button {
    float: none;
    padding-top: 5px;
  }
  .box-collateral-content {
    display: none;
    margin-bottom: 7px;
  }
  .header-container {
    background: 0 0;
    height: 170px;
  }
  .menu-list {
    display: block;
  }
  .top-login {
    display: block;
  }
  .header-button {
    height: 46px;
    margin: 0;
    padding: 0;
    border-radius: 0;
  }
  .header-button ul {
    top: 46px;
    right: auto;
    left: 0;
    background: 0 0;
    padding-top: 5px;
  }
  .header-button ul li.last a {
    border-radius: 0 0 10px;
  }
  .header-button>a {
    background-color: #ef4e49;
    background-position: center 15px;
    border-left: 1px solid #ef4e49;
    height: 46px;
    width: 76px;
    border-radius: 0;
  }
  .header-button.top-login {
    border: 0;
    border-radius: 0 0 10px;
  }
  .header-button:hover>a {
    background-color: #ef4e49;
  }
  .header-button.menu-list>a {
    background-position: center 11px;
  }
  .padding-l {
    padding: 0;
  }
  .padding-r {
    padding: 0;
  }
  .col-main {
    padding-bottom: 20px;
  }
  .block {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 4px;
    display: none;
  }
  .block .block-title {
    margin-bottom: 8px;
    padding-right: 40px;
  }
  .block .block-title:hover {
    cursor: pointer;
  }
  .block .block-title span.toggle {
    top: 5px;
  }
  .block.block-account .block-title:hover {
    cursor: default;
  }
  .block-compare {
    display: none;
  }
  .cart .cart-table-foot {
    text-align: center;
  }
  .cart .cart-table-foot .btn-continue {
    float: none;
  }
  .cart .cart-table-foot button.button {
    margin-bottom: 5px;
  }
  .cart .discount-form .input-box input {
    width: 283px;
  }
  .my-account .data-table {
    border: 1px solid #e5e5e5;
    width: 100%;
  }
  .my-account .data-table thead {
    display: none;
  }
  .my-account .data-table tr {
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }
  .my-account .data-table tr.last {
    border-bottom: none;
  }
  .my-account .data-table td {
    display: block;
    border: none;
  }
  .my-account .data-table colgroup {
    display: none;
  }
  .my-account a {
    text-decoration: underline;
  }
  .my-account a:hover {
    text-decoration: none;
  }
  .my-account .col2-set .col-1 {
    float: none;
    width: 100%;
  }
  .my-account .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  .my-account #my-orders-table td {
    padding: 10px 10px 0;
  }
  .my-account #my-orders-table td.last {
    padding-bottom: 10px;
  }
  .my-account .page-title button.button {
    margin-top: 10px;
  }
  .block-progress {
    margin: 0;
  }
  .block-progress .block-title span.toggle {
    display: none !important;
  }
  .opc .field {
    width: 100%;
  }
  .opc .form-list li.wide input.input-text {
    width: 100%;
  }
  .form-list select {
    width: 288px;
  }
  .form-list select option {
    width: 257px;
  }
  .form-list li.wide .input-box {
    width: 100%;
  }
  .form-list li.wide input.input-text {
    width: 281px;
  }
  .form-list input.input-text {
    width: 100%;
  }
  #payment-tool-tip {
    right: 0;
  }
  #payment-tool-tip img {
    width: 288px;
  }
  #checkout-progress-wrapper {
    display: none;
  }
  #product_sendtofriend_form #sender_message {
    width: 304px;
  }
  #product_sendtofriend_form .form-list .fields .field input.input-text {
    width: 304px;
  }
  .footer address {
    text-align: center !important;
    border-top: none;
  }
  .footer address p {
    text-align: center !important;
  }
  .footer h4 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 13px;
    padding-left: 1em;
  }
  .footer h4:hover {
    cursor: pointer;
  }
  .footer-col {
    width: 96%;
    padding: 0;
    border: 0;
    /* float: none; */
    margin: 0 auto;
  }
  .footer-col.first {
    padding-bottom: 30px;
  }
  .footer-col-content {
    padding: 0 5px 10px;
  }
  .footer-col-content.mobile-close {
    margin-left: 2em
  }
  #contactForm {
    float: none;
    margin: 0;
    width: 100%;
  }
  #contactForm .form-list .field {
    float: none;
    width: 100%;
  }
  #contactForm .form-list input.input-text {
    width: 304px;
  }
  #contactForm .form-list li.wide textarea {
    width: 304px;
  }
  .contact-left {
    float: none;
    margin: 0;
    width: 100%;
  }

  .sf-menu {
    position: relative;
    display: none;
    background: white;
    clear: both;
    top: auto;
    right: auto;
    left: auto;
    padding: 13px 20px 20px;
    z-index: 2;
    width: 400px;
  }
  .sf-menu li {
    clear: both;
    /* float: none; */
    margin: 0;
    background: 0 0;
    border: none;
    width: 90%;
  }
  .sf-menu li li {
    clear: both;
    float: none;
    margin: 0;
    background: 0 0;
    border: none;
    padding: 8px 0;
  }
  .sf-menu li li a {
    display: inline-block;
    background: 0 0;
    font-size: 14px;
    line-height: 15px;
    /* color: #e5e5e5; */
    padding: 0;
  }
  .sf-menu li li:hover {
    background: 0 0;
    padding: 8px 0;
  }
  .sf-menu li li.last {
    padding-bottom: 0 !important;
  }
  .sf-menu li li>a:hover {
    color: #e5e5e5;
  }
  .sf-menu li strong {
    position: absolute;
    display: block;
    background: url(https://www.petscripts.com.au/skin/frontend/default/petcareshop/images/toogle-button.png) center -54px no-repeat;
    top: 4px;
    right: 0;
    height: 24px;
    width: 24px;
  }
  .sf-menu li strong:hover {
    cursor: pointer;
  }
  .sf-menu li strong.opened {
    background-position: center 7px;
  }
  .sf-menu li a {
    background: 0 0;
    display: inline-block;
    border: none;
    /* color: #e5e5e5; */
  }
  .sf-menu li a:hover {
    color: #ef4e49;
  }
  .sf-menu li.parent>a {
    position: relative;
  }
  .sf-menu li.active li a {
    display: inline-block;
    background: 0 0;
    font-size: 14px;
    line-height: 15px;
    color: #e5e5e5;
    padding: 0;
  }
  .sf-menu>li {
    padding: 8px 0;
    border-bottom: 0 none #e5e5e5;
  }
  .sf-menu>li.last {
    border-bottom: 0;
    min-width: 100%;
    display: table-caption;
  }
  .sf-menu>li>a>span {
    display: inline-block;
    color: inherit;
    padding: 0;
  }
  .sf-menu a {
    font: inherit;
    display: inline;
    border: none;
  }
  .sf-menu ul {
    width: auto;
    position: static;
    border: none;
    background: inherit;
    padding: 8px 0 0 20px;
    box-shadow: none;
  }
  .sf-menu ul a {
    font: inherit;
    display: inline;
    border: none;
  }
  .sf-menu ul ul {
    width: auto;
    position: static;
    border: none;
    background: inherit;
    padding: 8px 0 0 20px;
    box-shadow: none;
  }
  .box-account {
    max-width: calc(100% - 25px);
}
  #menu-icon {
    cursor: pointer;
    display: block;
    font-size: 17px;
    line-height: 21px;
    color: white;
    text-transform: uppercase;
    padding: 13px 5px 0 15px;
    height: 33px;
    background: url(https://www.petscripts.com.au/skin/frontend/default/petcareshop/images/menu-icon-bg.png) 98% 11px no-repeat #32b9c7;
  }
  #menu-icon:hover {
    background-color: #32b9c7;
    border: 0;
  }
  .nav-container {
    margin: 0;
  }
  .xpl-menu {
    margin-top: 0;
  }
  .catalog-category-view .page-title h1 {
    /* font-size: 17px; */
    line-height: 21px;
    padding: 0 10px 15px;
  }
 
  .block-account ul li {
    font-size: 14px;
    line-height: 17px;
  }
  .block-account ul li a {
    text-decoration: underline;
  }
  .block-account ul li a:hover {
    text-decoration: none;
  }
  .header-buttons .row-1 {
    display: none;
    float: none;
    margin-bottom: 0;
  }
  .sidebar .block.block-progress .block-content {
    display: block;
  }
  .mini-products-list .product-name {
    width: 230px;
  }
  .col-left .block-account {
    display: none;
  }
  .footer-trust li {
    display: inherit;
    padding-right: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .cms-home .main-container {
    padding-top: 5px;
  }
  #nav>li.active>a {
    color: #ef4e49;
  }
  #nav>li.active>a span {
    color: #e5e5e5;
  }
  #nav>li>a:hover span {
    
    color: #ef4e49;
  }
  #mobileProductMenuWrapper>li>a>span {
    display: block;
    font-size: 24px;
    line-height: 20px;
    color: rgb(128, 128, 128);
    cursor: pointer;
    white-space: nowrap;
    padding: 12px 20px 12px 0;
    font-weight: bold;
  }
  .contact-left {
    margin-left: 0;
  }
  li.level0.nav-1.first.home.level-top {
    display: none;
  }
  li.level0.nav-1.first.home.level-top.active {
    display: none;
  }
  .footer-container .footer-col {
    width: 100%;
  }
  .footer-container .footer-col.first {
    width: 100%;
    /* clear: both; */
    /* display: block; */
  }
  .form-search {
    margin-top: 15px;
  }
  #menu-icon {
    background-color: #32b9c7;
  }
  form#search_mini_form {
    width: 100% !important;
    border-radius: 0;
    background-color: #1f4173;
    padding: 0 !important;
  }
  .header .form-search .input-text {
    width: 80%;
    border-radius: 0;
    background-color: #1f4173;
  }
  ul#nav {
    width: 100%;
    background: aliceblue !important;
  }

#checkoutSteps textarea {
    width: 100%; 
  }
  #checkout-step-shipping_method{margin-top:10px}
}
@media only screen and (max-width: 479px) {
  .container_24 .grid_6 {
    width: 100%;
  }
  .container_24 .grid_8 {
    width: 100%;
  }
  .container_24 .grid_16 {
    width: 100%;
  }
  .container_24 .grid_18 {
    width: 100%;
  }
  .container_24 .grid_24 {
    width: 100%;
  }
  .col-left {
    width: 100% !important;
  }
  .sidebar {
    width: 100% !important;
  }
  .gradient {
    width: 100% !important;
  }
  .alpha {
    width: 100% !important;
  }
  .grid_6 {
    width: 100% !important;
  }
  .grid_8 {
    width: 100% !important;
  }
  .omega {
    width: 100% !important;
  }
  .header {
    margin: 0 -5px;
    padding: 0 5px;
  }
  .registered-users-wrapper.grid_12.omega,
  .new-users-wrapper.alpha.grid_12 {
    width: 90%!important;
    margin-left: 0!important;
  }
  .header #search_mini_form {
    width: 277px;
    margin-top: -15px;
  }
  .header .logo {
    float: none;
    display: block;
    text-align: center;
    margin-top: 0 !important;
  }
  .header .header-buttons {
    margin-top: 10px;
  }
  .fluid_container {
    overflow: visible !important;
    margin: 0 auto;
    max-width: 100% !important;
  }
  .sf-menu {
    background: white;
    clear: both;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 13px 20px 20px;
    z-index: 2;
    width: 310px;
    width: 290px;
    padding: 10px;
  }
  .footer-container {
    max-width: 100%;
  }
  .main-container {
    max-width: 100%;
  }
  .padding-l {
    border-bottom: 1px solid #e5e5e5;
  }
  .xpl-menu {
    margin-top: 0;
    width: 100%;
  }
  .xpl-menu li {
    float: none;
    text-align: center;
    position: relative;
    border: 1px solid #e5e5e5;
    z-index: 99;
    display: block;
  }
  .xpl-menu>li>a>span {
    font-size: 12px;
  }
  .xpl-menu a:hover {
    color: white;
  }
  .my-cart-link {
    padding: 12px 20px 11px 18px !important;
    background: #1f4173;
    color: white !important;
  }
  .cart-collaterals .grid_8 {
    width: 100% !important;
  }
  .footer-col.first {
    padding-bottom: 30px;
  }
  .cms-index-index .header .logo {
    margin-top: 0 !important;
    float: none;
  }
  .product-view .product-img-box {
    width: 300px;
  }
  .cart .discount-form .input-box input {
    width: 250px;
  }
  .products-grid {
    margin: 0!important;
  }
  .category-products .products-grid li.item {
    width: 290px;
    float: none;
    margin: 0 auto 20px;
    display: block;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .xpl-menu {
    width: auto;
    float: left !important;
  }
  .xpl-menu>li>a>span {
    padding-right: 10px !important;
    padding-left: 10px !important;
    line-height: 14px !important;
  }
  .footer-container .container_24 {
    padding: 0;
    width: 100%;
  }
  .footer-container .footer {
    width: 100%;
  }
  #co-shipping-form {
    padding: 5px;
  }
  #checkout-step-payment {
    padding: 5px;
  }
  #checkout-step-shipping_method {
    padding: 5px;
  }

  .category-description {
    display: none;
  }
  .product-view {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .header {
    height: auto;
  }
  .dashboard {
    padding: 0 5px;
  }
  .block-viewed {
    display: none;
    visibility: hidden;
  }
  .col2-set .wrapper {
    margin: 0
  }
  .block-cart {
    display: none;
    visibility: hidden;
  }
  .cart-table td {
    padding: 5px 5px 5px 5px !important;
  }
  .main .wrapper {
    padding: 0;
    width: 100%;
    /* margin-left: -15px; */
  }
  .cart .cart-collaterals {
    padding: 0;
  }
  #co-billing-form>fieldset {
    padding: 5px;
  }
  
  #form-validate .buttons-set {
    padding: 5px 15px;
  }
  .fieldset .legend {
    /* padding: 5px 15px; */
  }
  .buttons-set button.button {
    /* padding-right: 0; */
    float: right;
  }
  .page-title h1 {
    font-size: 22px;
  }
  .col-left .block-title {
    padding-left: 10px;
  }
  .col2-left-layout .col-main {
    float: left;
  }

}
@media only screen and (max-width: 420px) {
  .pager .limiter {
    float: left;
    width: 100%;
    margin-top: .5em;
  }
  .pager .limiter label {
    margin: 0;
    padding: 0;
    width: unset;
  }
  .pager .limiter select {
    margin: 0;
    padding: 0;
    margin-left: -107px;
  }
  .toolbar .pager .pages {
    float: left;
    margin: 0;
    padding: 0;
    /* margin-left: -10px; */
    margin-top: .5em;
  }

  input#brontoButton,
  .block-subscribe {
    width: 100%
  }
  input#brontoInput {
    width: 96%;
  }
  .footer-container .footer-col {
    width: 90%;
  }
  .footer-container .footer-col.first {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }
  .footer-container .footer .footer-col.first p>span {
    margin-top: 25px;
    margin-left: 5px;
  }
  .form-search {
    margin-top: 30px;
  }
  li.level0.nav-1.first.level-top.parent {
    width: 95%;
  }
}

@media only screen and (max-width: 380px) {
  .footer-container .footer .footer-col.first p {
    text-align: center !important;
    margin-top: -0.8em;
  }
  .footer-container .footer .footer-col.first p>span {
    margin-top: -80px;
  }
}

@media only screen and (max-width: 320px) {
  .footer .block-subscribe{
    width:98%;
  }
  input#brontoInput{
    width:95%;
  }
  .button.btn-continue, .button.btn-continue span{width:100%}
  .button.btn-empty,   .button.btn-update{ width:80%}
  .button.btn-empty span, .button.btn-update span {width:100%}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #billing-address-select {
    width: 530px;
  }
  #shipping-address-select {
    width: 530px;
  }
  .xpl-slide-image {
    width: 540px!important;
  }
  .block.block-progress .block-title span {
    font-size: 12px;
    padding: 9px 8px 11px;
  }
  .block-progress dt {
    font-size: 12px;
    padding: 9px 8px 11px;
  }
  .block-account .block-title {
    display: none;
  }
  .header .logo img {
    padding-left: 14px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {


  .container_24 {
    width: 768px;
  }
  .container_24 .alpha {
    margin-left: 0;
  }
  .container_24 .grid_6 {
    width: 182px;
  }
  .container_24 .grid_8 {
    width: 246px;
  }
  .container_24 .grid_16 {
    width: 500px;
  }
  .container_24 .grid_18 {
    width: 520px;
    margin-right: 20px;
  }
  .checkout-onepage-index .container_24 .grid_18 {
    width: 100%;
  }
  {
    width: 100%;
  }
.customer-account-index .container_24 .grid_18, .sales-order-view .container_24 .grid_18, .ewayrapid-mycards-index .grid_18,  .sales-order-history .grid_18{
    width: 100%;
    margin-right: 0;
  }

  .container_24 .grid_24 {
    width: 768px;
  }
  .grid_6 {
    margin-left: 0;
    margin-right: 0;
  }
  .grid_8 {
    margin-left: 0;
    margin-right: 0;
  }
  .grid_16 {
    margin-left: 0;
    margin-right: 0;
  }
  .grid_18 {
    margin-left: 0;
    margin-right: 0;
  }
  .grid_24 {
    margin-left: 0;
    margin-right: 0;
  }
  .padding-l {
    padding: 0;
  }
  .padding-r {
    padding: 0;
  }
  .cart .totals .price {
    font-size: 18px;
  }
  .cart .totals table td {
    font-size: 11px;
    padding: 15px 10px;
  }
  .cart .totals table td+td {
    padding: 15px 10px;
  }
  .cart .discount-form .input-box input {
    width: 198px;
  }
  .products-grid li.item {
    margin-right: 0;
    width: 148px;
  }
  .products-grid li.last {
    margin-right: 0;
  }
  .products-grid img {
    height: 172px;
    width: 172px;
    height: auto;
    width: auto;
  }
  .regular-price {
    float: none;
  }
  .product-view .product-img-box {
    float: none;
    width: 310px;
    margin: 0 auto 30px;
  }
  .product-view .product-shop {
    float: none;
    width: auto;
  }
  .opc .field {
    width: 267px;
  }
  .opc .field input {
    width: 242px;
  }
  .opc .field select {
    width: 248px;
  }
  .opc .field select option {
    width: 217px;
  }
  .opc .fields input {
    width: 242px;
  }
  .opc .fields select {
    width: 248px;
  }
  .opc .fields select option {
    width: 217px;
  }
  .opc .form-list li.wide input.input-text {
    width: 509px;
  }
  .footer-cols-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
  }
  .footer-col {
    margin-right: 0;
    width: 99px;
    /* padding-left: 0!important; */
  }
  .footer-col.first {
    padding-left: 0;
    width: 189px;
  }
  .footer-col.last {
    margin-right: 0;
  }
  .contact-left {
    width: 200px;
  }
  #contactForm {
    width: 538px;
  }
  #contactForm .form-list .field {
    width: 183px;
  }
  #contactForm .form-list .field.last {
    width: 171px;
  }
  #contactForm .form-list input.input-text {
    width: 165px;
  }
  #contactForm .form-list li.wide textarea {
    width: 530px;
  }
  .footer-container {
    max-width: 768px;
    padding: 0;
  }
  .main-container {
    max-width: 768px;
  }
  .main {
    width: auto;
  }
  .block-progress {
    margin: 69px 0 0;
  }
  .wrapper {
    padding-bottom: 0;
  }
  .category-products {
    margin-left: 0;
  }
  .sf-menu li li a {
    font-size: 12px;
  }
  .sf-menu li.active li a {
    font-size: 12px;
  }
  .sf-menu>li>a>span {
    padding: 14px 16px 10px 14px;
    /* display: none; */
  }
  .header .logo {
    height: auto;
  }
  .sorter .view-mode {
    padding-top: 0;
  }
  .form-list .input-box {
    width: 225px;
  }
  .block-cart .mini-products-list .product-name {
    width: 100px;
  }
  .header-button:hover>a {
    background-color: #ef4e49;
  }
  .product-shop .price-box {
    float: none;
  }
  .footer address p {
    text-align: center !important;
    float: none !important;
    width: 100% !important;
  }
  .mini-products-list .product-name {
    width: 102px;
  }
  .my-account a {
    text-decoration: underline;
  }
  .my-account a:hover {
    text-decoration: none;
  }
  .xpl-menu>li>a>span {
    font-size: 12px;
    font-weight: 700;
    padding: 14px 12px 9px 10px;
  }
  .sf-menu ul {
    width: 200px;
  }
  .sf-menu>li>a>span {
    font-size: 13px;
  }
  ul.sf-menu li li:hover ul {
    left: 201px;
    width: 200px;
  }
  .level0.nav-1.first.home.level-top.active {
    display: none;
  }
  .level0.nav-1.first.home.level-top {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container_24 {
    width: 100%;
  }
  .container_24 .grid_6 {
    width: 98%;
    float: none;
  }
  .container_24 .grid_8 {
    width: 98%;
    float: none;
  }
  .container_24 .grid_16 {
    width: 98%;
    float: none;
  }
  .container_24 .grid_18 {
    width: 98%;
    float: none;
  }
  .container_24 .grid_24 {
    width: 100%;
    /* float: none; */
  }
  .grid_6 {
    margin: 0;
  }
  .grid_8 {
    margin: 0;
  }
  .grid_16 {
    margin: 0;
  }
  .grid_18 {
    margin: 0;
  }
  .grid_24 {
    margin: 0;
  }
  .fluid_container {
    overflow: visible !important;
    margin: 0 auto;
    max-width: 100% !important;
  }
  .header .logo {
    margin-top: 0 !important;
    text-align: center;
    float: none !important;
  }
  .header .form-search .input-text {
    width: 357px;
    border-radius: 20px;
  }
  .cart .discount-form .input-box input {
    width: 372px;
  }
  .cart .data-table tr {
    width: 100%;
  }
  #shopping-cart-table {
    width: 100%;
  }
  #shopping-cart-table .product-image img {
    height: 100px;
    width: 100px;
  }

  .product-view .product-img-box {
    /* width: 100%; */
    float: let;
    float: left;
    margin: 0 auto;
  }

  .products-grid .product-image {
    height: 120px;
    width: 120px;
  }
  .products-grid img {
    height: 120px;
    width: 120px;
  }
  .products-grid li.item {
    /* width: 390px; */
    /* margin: 0 auto 20px; */
    display: inline-block;
    margin-bottom: 1em;
    width: 44%;
    padding-bottom: 1em;
  }
  .form-list select {
    width: 370px;
  }
  .form-list select option {
    width: 370px;
  }
  .form-list li.wide .input-box {
    width: 288px;
  }
  .form-list li.wide input.input-text {
    width: 370px;
  }
  .form-list input.input-text {
    width: 370px;
  }
  .container {
    margin: 0 auto;
  }
  .footer-container {
    max-width: 100%;
  }
  .main-container {
    max-width: 100%;
  }

  .my-cart-link {
    padding: 8px 20px 4px 18px !important;
  }
  .footer-col.first {
    padding-bottom: 30px;
  }
  .cms-index-index .header .logo {
    margin-top: 0 !important;
    text-align: center;
  }
  .header-button>a {
    width: 109px;
  }
  .mini-products-list .product-name {
    width: 360px;
  }
  #checkoutSteps textarea {
    width: 350px;
  }
  .opc .form-list li.wide input.input-text {
    width: 370px;
  }
  #payment-tool-tip img {
    width: 418px;
  }
  #contactForm .form-list input.input-text {
    width: 434px;
  }
  #contactForm .form-list li.wide textarea {
    width: 434px;
  }
  .xpl-menu>li>a>span {
    font-size: 10px !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    font-size: 16px;
  }
  select:focus {
    font-size: 16px;
    background: #eeeeee;
  }
  textarea {
    font-size: 16px;
  }
  textarea:focus {
    font-size: 16px;
    background: #eeeeee;
  }
  input {
    font-size: 16px;
  }
  input:focus {
    font-size: 16px;
    background: #eeeeee;
  }
}

/* Home Page Styles */
.caption {
  position: absolute;
  top: 10%;
  width: 100%;
  text-align: center;
  color: #fff;
  }
  
  .caption h3 {
  font-size: 2em;
  margin-bottom: 2em;
  }
  
  .form-search input.input-text {
  border: 5px solid #1f4173;
  padding: 10px 10px 10px;
  border-radius: 20px 0 0 20px;
  background: #1f4173;
      background-image: none;
  color: #ffffff;
  }
  
  .caption .form-search button.button {
  line-height: 37px;
  color: white;
  text-align: center;
  white-space: nowrap;
  padding: 0;
  background: #ef4e49;
  border-radius: 0 20px 20px 0;
  padding: 5px;
  margin-left: -4px;
  }
  
  
  .caption .form-search button.button span {
      display: block;
      padding: 0;
      background: url(https://www.petscripts.com.au/skin/frontend/default/petcareshop/images/form-search-btrn.png) no-repeat left center;
      font-size: 0;
      text-indent: -777px;
      width: 39px;
      height: 39px;
      border: none;   
  }

  /* END Home Page Styles */

  /* HEADERTAG LINE */

  h2.tag-line{
    margin-left: 70px; 
    font-size: 18px; 
    display:block;
    float: left; 
    color: #1f4173;
  } 
  
  div.logo-wrapper{
    float:left;
  }
  a.logo{
    width:100%
  }

  /* END HEADERTAG LINE */


.widget{display:inline}.widget .widget-title{clear:both;padding:15px 0 0;margin:0 0 7px}.widget .widget-title h2{font-size:15px;font-weight:bold;color:#e25203}.widget .mini-products-images-list .product-image{display:block;width:76px;height:76px;border:1px solid #a9a9a9;margin:0 auto}.widget .mini-products-images-list li.item{float:left;width:77px;height:77px}.widget-new-products{display:block}.col-main .widget-new-products{margin:7px 0}.widget-new-products .products-grid .product-image,.widget-new-products .products-list .product-image{width:85px;height:85px}.widget-new-products .products-list .product-shop{margin-left:100px}.sidebar .widget-new-products .block{font-size:11px;line-height:1.25}.sidebar .widget-new-products .block-title strong{background:url(https://www.petscripts.com.au/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat;padding-left:21px;color:#dc5033}.widget-viewed{display:block}.col-main .widget-viewed{margin:7px 0}.widget-viewed .products-grid .product-image,.widget-viewed .products-list .product-image{width:85px;height:85px}.widget-viewed .products-list .product-shop{margin-left:100px}.sidebar .widget-viewed .block{font-size:11px;line-height:1.25}.sidebar .widget-viewed .block-title strong{background:url(https://www.petscripts.com.au/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat;padding-left:21px}.widget-compared{display:block}.col-main .widget-compared{margin:7px 0}.widget-compared .products-grid .product-image,.widget-compared .products-list .product-image{width:85px;height:85px}.widget-compared .products-list .product-shop{margin-left:100px}.sidebar .widget-compared .block{font-size:11px;line-height:1.25}.sidebar .widget-compared .block-title strong{background:url(https://www.petscripts.com.au/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat;padding-left:21px}.sidebar .widget-static-block{display:block;margin:0 0 15px}.top-container .widget a{padding:0 0 0 7px}.bottom-container .widget a{padding:0 3px}.widget-product-link-inline{display:inline}.col-main .widget-product-link{display:block;text-align:right;margin:7px 0}.col-main .widget-product-link a{background:url(https://www.petscripts.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;padding-right:15px}.sidebar .widget-product-link{display:block;margin:0 0 15px;padding:0 10px}.sidebar .widget-product-link a{background:url(https://www.petscripts.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;padding:0 15px 0 0}.widget-category-link-inline{display:inline}.col-main .widget-category-link{display:block;text-align:right;margin:7px 0}.col-main .widget-category-link a{background:url(https://www.petscripts.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;padding-right:15px}.sidebar .widget-category-link{display:block;margin:0 0 15px;padding:0 10px}.sidebar .widget-category-link a{background:url(https://www.petscripts.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;padding:0 15px 0 0}.widget-cms-link-inline{display:inline}.col-main .widget-cms-link{display:block;text-align:right;margin:7px 0}.col-main .widget-cms-link a{background:url(https://www.petscripts.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;padding-right:15px}.sidebar .widget-cms-link{display:block;margin:0 0 15px;padding:0 10px}.sidebar .widget-cms-link a{background:url(https://www.petscripts.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;padding:0 15px 0 0}
.yui-ac label{float:left;height:21px;width:24px;overflow:hidden;text-align:left;text-indent:-999em}.yui-ac button{display:block;padding:0;margin:0;width:auto;vertical-align:middle;overflow:visible;border:0 none;cursor:pointer;background:none repeat scroll 0 0 transparent;color:#2f2f2f;font:12px/15px Arial,Helvetica,sans-serif}.yui-ac button span{display:block;height:21px;padding:0 0 0 3px;background:url("https://www.petscripts.com.au/skin/frontend/base/default/images/aw_searchautocomplete/btn_search.gif") no-repeat scroll 0 0 transparent;color:#fff;text-align:center;white-space:nowrap;font:bold 11px/21px Tahoma,Verdana,Arial,sans-serif}.yui-ac button span span{background-position:100% 0;padding:0 6px 0 3px}#myContainer,.yui-ac-container{position:absolute !important;z-index:999;width:auto !important}.yui-ac-content{background-color:#fff;border:solid 2px #c4c6c8;width:300px;padding:5px;margin:0}.yui-ac-hd{color:#999;display:block;margin-bottom:4px;padding:0 4px;border-bottom:dashed 1px #999;text-align:left;font-style:italic}#myContainer .yui-ac-bd ul{position:relative}.yui-ac-content ul,.header .form-search .search-autocomplete ul{background-color:#fff;border:none}.header .form-search .search-autocomplete ul>li,.yui-ac-content ul>li{border:solid 1px #c4c6c8;margin:4px 0;padding:4px;cursor:pointer;min-height:85px;color:#2f2f2f}.yui-ac-highlight{background-color:#d5e4eb}.searched-words{color:#f00}.search-autocomplete ul>li{text-align:left}.search-autocomplete ul>li p{text-align:justify}.yui-ac-content ul>li:hover{background-color:#d5e4eb !important}.yui-ac-bd ul>li.selected{background-color:#d5e4eb !important}.yui-ac-bd ul>li.aw_hidden{background-color:#fff;border:medium none;margin:0;padding:0;display:none}.aw-sas-suggest{text-align:left}.aw-sas-suggest a{margin:0 3px 0 0}.aw-sas-all-results-wrapper{padding-top:3px}.aw-sas-all-results{display:block;margin:auto;padding:0;height:36px;border:none;background:#069;color:#fff;text-align:center;text-decoration:none !important;font-weight:bold;font-size:14px;line-height:36px;cursor:pointer}.aw-sas-suggest-all-results:hover{background:#00527a}#sac-results ol{display:inline-block}
/* Block hints */

.amfpc-block-info
{
    position:relative;
    border:1px dotted #008080;
    margin:6px 2px;
    padding:18px 2px 2px 2px;
    zoom: 1;
}

.amfpc-block-info:hover
{
    border-color: orange !important;
}

.amfpc-block-info>.amfpc-block-handle,
.amfpc-block-info>.amfpc-template-info
{
    position:absolute;
    top:0;
    padding:2px 5px;
    background:#008080;
    color:white;
    font:normal 11px Arial;
    text-align:left !important;
    z-index:998;
    text-transform: none;
}

.amfpc-block-info>.amfpc-block-handle:hover,
.amfpc-block-info>.amfpc-template-info:hover
{
    z-index:999;
}

.amfpc-block-info>.amfpc-block-handle
{
    cursor: default;
    left:0;
    white-space: nowrap;
}

.amfpc-block-info>.amfpc-template-info
{
    right:0;
}

.amfpc-block-info>.amfpc-block-handle:hover
{
    background-color: orange !important;
}

.amfpc-block-info.active
{
    -webkit-animation: amfpc-blocks 1s linear .5s infinite alternate;
    animation: amfpc-blocks 1s linear .5s infinite alternate;
}

@-webkit-keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

@keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

/* Updated blocks */

.amfpc-block-info.updated
{
    border-color: red;
}

.amfpc-block-info.updated>.amfpc-block-handle
{
    top:0;
    background:red;
}

/* Status popup */

.amfpc-info
{
    width: 350px;
    min-height: 95px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #008080;
    color: #fff;
    z-index: 99999;
    font-size: 32px;
}

.amfpc-info h1
{
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
}

.amfpc-info h2
{
    margin-top: 12px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.amfpc-info .amfpc-content
{
    line-height: 48px;
}
